2018-09-02 07:25:46,865 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 07:25:46,868 - 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.25,192.30.9.4 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.25:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=yy7Q1rRo26QLEJu5eTOaoULUg 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=4b06fee7bf104ba386aa2f904001aa35 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-02 07:25:46,868 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 07:25:46,869 - 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 07:25:46,896 - xtesting.ci.run_tests - INFO - Loading test case 'connection_check'... 2018-09-02 07:25:47,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:25:47,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:25:47,175 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:25:47,176 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:25:47,181 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:25:47,183 - xtesting.ci.run_tests - INFO - Running test case 'connection_check'... 2018-09-02 07:25:47,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-aggregates 2018-09-02 07:25:47,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:25:47,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5633051e-543e-4d3d-acbf-f0f39a85dbb9 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:25:47,191 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-5633051e-543e-4d3d-acbf-f0f39a85dbb9 2018-09-02 07:25:47,192 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:25:47,721 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:25:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["u0A3r_SJSimxrPdxVjjJQQ"], "issued_at": "2018-09-02T07:25:47.000000Z"}} 2018-09-02 07:25:47,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:48,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25: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-62d93209-ac1c-43c8-b28a-4304bbc6d8ef x-compute-request-id: req-62d93209-ac1c-43c8-b28a-4304bbc6d8ef Content-Length: 18 Content-Type: application/json RESP BODY: {"aggregates": []} 2018-09-02 07:25:48,615 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-62d93209-ac1c-43c8-b28a-4304bbc6d8ef 2018-09-02 07:25:48,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-aggregates in 1.43129086494s 2018-09-02 07:25:48,615 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-aggregates used request id req-62d93209-ac1c-43c8-b28a-4304bbc6d8ef 2018-09-02 07:25:48,615 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_aggregates: [] 2018-09-02 07:25:48,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:25:48,624 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:25:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01bbfbbb-27bc-4421-8810-3bfb630d7de2 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:25:48,624 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-01bbfbbb-27bc-4421-8810-3bfb630d7de2 2018-09-02 07:25:48,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:25:48,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:48,921 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d15ce0aa-a13f-47bb-8062-43064445e47b Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:25:48,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-d15ce0aa-a13f-47bb-8062-43064445e47b 2018-09-02 07:25:48,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.296575784683s 2018-09-02 07:25:48,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-d15ce0aa-a13f-47bb-8062-43064445e47b 2018-09-02 07:25:48,923 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_domains: [Munch({'description': u'', 'enabled': True, 'id': u'adedfb329ccc43e1b3cafcae1e1631ac', 'name': u'heat_stack'}), Munch({'description': u'The default domain', 'enabled': True, 'id': u'default', 'name': u'Default'})] 2018-09-02 07:25:48,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 07:25:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:49,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b717d0c7-1318-42fc-ad62-f9f0c9989965 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0924d7dd58d346ec95586c62e8e73e96"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10604705234e48e99c18d273e10c72f0"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "10604705234e48e99c18d273e10c72f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10a6084d29eb409d8c4847899435e626"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "10a6084d29eb409d8c4847899435e626"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/118bb2de9e6d4458a380424ebc2c7d1d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/125f462a970f403db8b66683b68e3075"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "125f462a970f403db8b66683b68e3075"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/17e359520cc84d38857efdac131e22f7"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "17e359520cc84d38857efdac131e22f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1b84a32d0cf8457b89ecd9fbd97139ed"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/25a15391b08c4a4b889ba246aedbf540"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/31a8e6bbe5ea4b67b816139727e57be0"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/323b22405cb4493bb856a45a7a755b0f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3b50afcb7622411cbe20bc88d711c955"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/495598a8932d48c99c2f9f5cf9279cfe"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4c451b5bc7ff4067a79ed307061e47bc"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/529dd156be6d41c1b83dbcdf21f18d9c"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/53ad6423cf3e40b3a44e2dc86dfd9f60"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5988a5ce6b764f9ab48c472930b6db4a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/59d7817701e548e6a727b71360ef3d33"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "59d7817701e548e6a727b71360ef3d33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5dc540f7d0544dcbbc96787b7f89ca9b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/62e0e36fb0c247ec9073eb7432422e5e"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "62e0e36fb0c247ec9073eb7432422e5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71980e2c1e9245288b4abebeaeecca74"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "71980e2c1e9245288b4abebeaeecca74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71dc26e304874b0dae743ecbc3632846"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "71dc26e304874b0dae743ecbc3632846"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/923ca5d3f1334006a26cf0aea464ee57"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/96bab696010b4bafbbd1fbb7e985c71b"}, "url": "http://12.0.0.30:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9999c88ff485471cb956cd7f49aa526d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "9999c88ff485471cb956cd7f49aa526d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/aad9f0f73565449383d3b341fc2eb77a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/adc631d75b5447f8986e9bc8a0c5c7ee"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b2a6d56cf14e43e58768de3af081cc81"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b7736f1d71d544269f1530078fed47b0"}, "url": "http://12.0.0.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b7736f1d71d544269f1530078fed47b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b9062d6a31d04ac4b24ab15eceed7bcf"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/bd33e7a9d50d494b9b272f82195317f3"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "bd33e7a9d50d494b9b272f82195317f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c54f842302d44898a4d70f611ebff073"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "c54f842302d44898a4d70f611ebff073"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c75d7d55b75f49c692067b565da957bf"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "c75d7d55b75f49c692067b565da957bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c7882ab82dec46509fcebf89f66f4c49"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "c7882ab82dec46509fcebf89f66f4c49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c9d32d0eba284bf7b36e3858f795e2b2"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cbe37df87d234d5e85343b37211b1ef0"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cf72a980dbd14e88b6cca9b1101f2207"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/da5245d0d52648e1985d83b1e84a36d9"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "da5245d0d52648e1985d83b1e84a36d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e28cd6e5aff241bbbad53800afeb077f"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "e28cd6e5aff241bbbad53800afeb077f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ea8b9148f5054883a09c7c63267eb2ce"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "ea8b9148f5054883a09c7c63267eb2ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef166bce66fe46529e767b10c7fc0e29"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "ef166bce66fe46529e767b10c7fc0e29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef2729b2b36742d88e08343c547a4372"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "ef2729b2b36742d88e08343c547a4372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f73e6d5eedb641ebb5438769d9e00b35"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 07:25:49,131 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-b717d0c7-1318-42fc-ad62-f9f0c9989965 2018-09-02 07:25:49,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.204311847687s 2018-09-02 07:25:49,132 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-b717d0c7-1318-42fc-ad62-f9f0c9989965 2018-09-02 07:25:49,139 - 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.25:5000/v3/endpoints/0924d7dd58d346ec95586c62e8e73e96'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'3f418b02e75d45e5bf2fe76226e3c093', u'id': u'0924d7dd58d346ec95586c62e8e73e96'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/10604705234e48e99c18d273e10c72f0'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'2afaf8fb5fa7474094aa9613a573da43', u'id': u'10604705234e48e99c18d273e10c72f0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/10a6084d29eb409d8c4847899435e626'}, u'url': u'http://172.30.9.25:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'34fca9d537a74c0194da0a3387e74c3e', u'id': u'10a6084d29eb409d8c4847899435e626'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/118bb2de9e6d4458a380424ebc2c7d1d'}, u'url': u'http://192.30.9.4:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'3f418b02e75d45e5bf2fe76226e3c093', u'id': u'118bb2de9e6d4458a380424ebc2c7d1d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/125f462a970f403db8b66683b68e3075'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'39eb640c21a044f3b1ae638eb1c15171', u'id': u'125f462a970f403db8b66683b68e3075'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/17e359520cc84d38857efdac131e22f7'}, u'url': u'http://172.30.9.25:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'61c587f7f84f41dca46bc2531f5a72c3', u'id': u'17e359520cc84d38857efdac131e22f7'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/1b84a32d0cf8457b89ecd9fbd97139ed'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'38b6df39a4ac407ba235cc5a16f54e69', u'id': u'1b84a32d0cf8457b89ecd9fbd97139ed'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/25a15391b08c4a4b889ba246aedbf540'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1fa806695b844c73a6410319a8b4fa6e', u'id': u'25a15391b08c4a4b889ba246aedbf540'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/31a8e6bbe5ea4b67b816139727e57be0'}, u'url': u'http://172.30.9.25:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'387f79b67935446ca9455ee1eb21f37f', u'id': u'31a8e6bbe5ea4b67b816139727e57be0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/323b22405cb4493bb856a45a7a755b0f'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'9026c413fcde4d7da11dfa6242c75002', u'id': u'323b22405cb4493bb856a45a7a755b0f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/3b50afcb7622411cbe20bc88d711c955'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'387f79b67935446ca9455ee1eb21f37f', u'id': u'3b50afcb7622411cbe20bc88d711c955'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/495598a8932d48c99c2f9f5cf9279cfe'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'34fca9d537a74c0194da0a3387e74c3e', u'id': u'495598a8932d48c99c2f9f5cf9279cfe'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/4c451b5bc7ff4067a79ed307061e47bc'}, u'url': u'http://192.30.9.4:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'39eb640c21a044f3b1ae638eb1c15171', u'id': u'4c451b5bc7ff4067a79ed307061e47bc'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/529dd156be6d41c1b83dbcdf21f18d9c'}, u'url': u'http://172.30.9.25:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'9026c413fcde4d7da11dfa6242c75002', u'id': u'529dd156be6d41c1b83dbcdf21f18d9c'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/53ad6423cf3e40b3a44e2dc86dfd9f60'}, u'url': u'http://172.30.9.25:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'2afaf8fb5fa7474094aa9613a573da43', u'id': u'53ad6423cf3e40b3a44e2dc86dfd9f60'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5988a5ce6b764f9ab48c472930b6db4a'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'4e9ac09586eb44bfa0b0bfbcb4f5e5bf', u'id': u'5988a5ce6b764f9ab48c472930b6db4a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/59d7817701e548e6a727b71360ef3d33'}, u'url': u'http://192.30.9.4:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'38b6df39a4ac407ba235cc5a16f54e69', u'id': u'59d7817701e548e6a727b71360ef3d33'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/5dc540f7d0544dcbbc96787b7f89ca9b'}, u'url': u'http://192.30.9.4:8774/v2.1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'34fca9d537a74c0194da0a3387e74c3e', u'id': u'5dc540f7d0544dcbbc96787b7f89ca9b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/62e0e36fb0c247ec9073eb7432422e5e'}, u'url': u'http://192.30.9.4:8977', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'387f79b67935446ca9455ee1eb21f37f', u'id': u'62e0e36fb0c247ec9073eb7432422e5e'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/71980e2c1e9245288b4abebeaeecca74'}, u'url': u'http://172.30.9.25:8004/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'38b6df39a4ac407ba235cc5a16f54e69', u'id': u'71980e2c1e9245288b4abebeaeecca74'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/71dc26e304874b0dae743ecbc3632846'}, u'url': u'http://192.30.9.4:8042', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'2afaf8fb5fa7474094aa9613a573da43', u'id': u'71dc26e304874b0dae743ecbc3632846'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/923ca5d3f1334006a26cf0aea464ee57'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'7c62da50181645ae988a894a074b6dad', u'id': u'923ca5d3f1334006a26cf0aea464ee57'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/96bab696010b4bafbbd1fbb7e985c71b'}, u'url': u'http://12.0.0.30:8080', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1d55c00b68214ca486ca54af5b3b03bd', u'id': u'96bab696010b4bafbbd1fbb7e985c71b'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/9999c88ff485471cb956cd7f49aa526d'}, u'url': u'http://192.30.9.4:8776/v2/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'9026c413fcde4d7da11dfa6242c75002', u'id': u'9999c88ff485471cb956cd7f49aa526d'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/aad9f0f73565449383d3b341fc2eb77a'}, u'url': u'http://192.30.9.4:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'4e9ac09586eb44bfa0b0bfbcb4f5e5bf', u'id': u'aad9f0f73565449383d3b341fc2eb77a'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/adc631d75b5447f8986e9bc8a0c5c7ee'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'61c587f7f84f41dca46bc2531f5a72c3', u'id': u'adc631d75b5447f8986e9bc8a0c5c7ee'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/b2a6d56cf14e43e58768de3af081cc81'}, u'url': u'http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1d55c00b68214ca486ca54af5b3b03bd', u'id': u'b2a6d56cf14e43e58768de3af081cc81'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/b7736f1d71d544269f1530078fed47b0'}, u'url': u'http://12.0.0.30:8080/v1/AUTH_%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'1d55c00b68214ca486ca54af5b3b03bd', u'id': u'b7736f1d71d544269f1530078fed47b0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/b9062d6a31d04ac4b24ab15eceed7bcf'}, u'url': u'http://172.30.9.25:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'7c62da50181645ae988a894a074b6dad', u'id': u'b9062d6a31d04ac4b24ab15eceed7bcf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/bd33e7a9d50d494b9b272f82195317f3'}, u'url': u'http://192.30.9.4:9696', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'61c587f7f84f41dca46bc2531f5a72c3', u'id': u'bd33e7a9d50d494b9b272f82195317f3'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c54f842302d44898a4d70f611ebff073'}, u'url': u'http://172.30.9.25:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'b24c82acb5464d3cb694c569027a6426', u'id': u'c54f842302d44898a4d70f611ebff073'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c75d7d55b75f49c692067b565da957bf'}, u'url': u'http://172.30.9.25:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'1fa806695b844c73a6410319a8b4fa6e', u'id': u'c75d7d55b75f49c692067b565da957bf'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c7882ab82dec46509fcebf89f66f4c49'}, u'url': u'http://192.30.9.4:8000/v1', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'7c62da50181645ae988a894a074b6dad', u'id': u'c7882ab82dec46509fcebf89f66f4c49'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/c9d32d0eba284bf7b36e3858f795e2b2'}, u'url': u'http://192.30.9.4:35357', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'ead963f647b24d04b1ad3c58a47621de', u'id': u'c9d32d0eba284bf7b36e3858f795e2b2'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/cbe37df87d234d5e85343b37211b1ef0'}, u'url': u'http://172.30.9.25:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'ead963f647b24d04b1ad3c58a47621de', u'id': u'cbe37df87d234d5e85343b37211b1ef0'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/cf72a980dbd14e88b6cca9b1101f2207'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'b24c82acb5464d3cb694c569027a6426', u'id': u'cf72a980dbd14e88b6cca9b1101f2207'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/da5245d0d52648e1985d83b1e84a36d9'}, u'url': u'http://172.30.9.25:8041', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'39eb640c21a044f3b1ae638eb1c15171', u'id': u'da5245d0d52648e1985d83b1e84a36d9'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/e28cd6e5aff241bbbad53800afeb077f'}, u'url': u'http://192.30.9.4:5000', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'ead963f647b24d04b1ad3c58a47621de', u'id': u'e28cd6e5aff241bbbad53800afeb077f'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ea8b9148f5054883a09c7c63267eb2ce'}, u'url': u'http://192.30.9.4:8776/v1/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'internal', u'service_id': u'b24c82acb5464d3cb694c569027a6426', u'id': u'ea8b9148f5054883a09c7c63267eb2ce'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ef166bce66fe46529e767b10c7fc0e29'}, u'url': u'http://192.30.9.4:8778/placement', u'region': u'regionOne', u'enabled': True, u'interface': u'admin', u'service_id': u'1fa806695b844c73a6410319a8b4fa6e', u'id': u'ef166bce66fe46529e767b10c7fc0e29'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/ef2729b2b36742d88e08343c547a4372'}, u'url': u'http://172.30.9.25:8776/v3/%(tenant_id)s', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'3f418b02e75d45e5bf2fe76226e3c093', u'id': u'ef2729b2b36742d88e08343c547a4372'}), Munch({u'region_id': u'regionOne', u'links': {u'self': u'http://172.30.9.25:5000/v3/endpoints/f73e6d5eedb641ebb5438769d9e00b35'}, u'url': u'http://172.30.9.25:9292', u'region': u'regionOne', u'enabled': True, u'interface': u'public', u'service_id': u'4e9ac09586eb44bfa0b0bfbcb4f5e5bf', u'id': u'f73e6d5eedb641ebb5438769d9e00b35'})] 2018-09-02 07:25:49,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.extensions 2018-09-02 07:25:49,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:49,253 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25: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-69b4cb2f-5471-41a1-a29a-5742025d92a4 x-compute-request-id: req-69b4cb2f-5471-41a1-a29a-5742025d92a4 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 07:25:49,253 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-69b4cb2f-5471-41a1-a29a-5742025d92a4 2018-09-02 07:25:49,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.extensions in 0.112724065781s 2018-09-02 07:25:49,254 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/extensions used request id req-69b4cb2f-5471-41a1-a29a-5742025d92a4 2018-09-02 07:25:49,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-floating-ip-pools 2018-09-02 07:25:49,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:50,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25: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-3eb42de5-8289-421e-b311-58e775af0996 x-compute-request-id: req-3eb42de5-8289-421e-b311-58e775af0996 Content-Length: 45 Content-Type: application/json RESP BODY: {"floating_ip_pools": [{"name": "external"}]} 2018-09-02 07:25:50,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-3eb42de5-8289-421e-b311-58e775af0996 2018-09-02 07:25:50,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-floating-ip-pools in 1.29976892471s 2018-09-02 07:25:50,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-floating-ip-pools used request id req-3eb42de5-8289-421e-b311-58e775af0996 2018-09-02 07:25:50,569 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ip_pools: [{'name': u'external'}] 2018-09-02 07:25:50,575 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:25:50,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:51,592 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-513f68a3-1e73-4a41-a4e7-68a81a1fd459 Date: Sun, 02 Sep 2018 07:25:51 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:25:51,592 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-513f68a3-1e73-4a41-a4e7-68a81a1fd459 2018-09-02 07:25:51,593 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.01786613464s 2018-09-02 07:25:51,593 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-513f68a3-1e73-4a41-a4e7-68a81a1fd459 2018-09-02 07:25:51,593 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_floating_ips: [] 2018-09-02 07:25:51,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 07:25:51,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:51,781 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25: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-d6457be0-d009-4e1f-978c-80013ad6568b x-compute-request-id: req-d6457be0-d009-4e1f-978c-80013ad6568b Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.10", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-02 07:25:51,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-d6457be0-d009-4e1f-978c-80013ad6568b 2018-09-02 07:25:51,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.188184022903s 2018-09-02 07:25:51,782 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-d6457be0-d009-4e1f-978c-80013ad6568b 2018-09-02 07:25:51,783 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_hypervisors: [Munch({u'status': u'enabled', u'host_ip': u'192.30.9.8', 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': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 2, u'service': {u'host': u'overcloud-novacompute-1.opnfvlf.org', u'disabled_reason': None, u'id': 227}, 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.10', 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': 247, u'hypervisor_version': 2010000, u'disk_available_least': 246, u'local_gb': 247, u'free_ram_mb': 28406, u'id': 5, u'service': {u'host': u'overcloud-novacompute-0.opnfvlf.org', u'disabled_reason': None, u'id': 230}, 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 07:25:51,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-keypairs 2018-09-02 07:25:51,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:51,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25: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 x-openstack-request-id: req-1a741780-0bfe-4132-949f-0262b3f0f5d5 x-compute-request-id: req-1a741780-0bfe-4132-949f-0262b3f0f5d5 Content-Length: 16 Content-Type: application/json RESP BODY: {"keypairs": []} 2018-09-02 07:25:51,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-1a741780-0bfe-4132-949f-0262b3f0f5d5 2018-09-02 07:25:51,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-keypairs in 0.0222661495209s 2018-09-02 07:25:51,806 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-1a741780-0bfe-4132-949f-0262b3f0f5d5 2018-09-02 07:25:51,806 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_keypairs: [] 2018-09-02 07:25:51,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:25:51,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:52,848 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d5057739-062f-488f-9c0b-d56d225fa390 Date: Sun, 02 Sep 2018 07:25:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:25:52,848 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d5057739-062f-488f-9c0b-d56d225fa390 2018-09-02 07:25:52,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.04105591774s 2018-09-02 07:25:52,848 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d5057739-062f-488f-9c0b-d56d225fa390 2018-09-02 07:25:52,849 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_networks: [Munch({u'status': u'ACTIVE', u'subnets': [u'3d46351c-abcd-450d-9593-e27fb0b6c53a'], u'description': u'', u'provider:physical_network': u'datacentre', u'tags': [], u'ipv6_address_scope': None, u'updated_at': u'2018-09-02T07:22:34Z', u'is_default': False, u'revision_number': 3, u'port_security_enabled': True, u'mtu': 1500, u'id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 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-02T07:22:27Z', u'provider:network_type': u'flat', u'tenant_id': u'a056d0aa556e4a86918873c940c9e44b', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'a056d0aa556e4a86918873c940c9e44b', u'l2_adjacency': True})] 2018-09-02 07:25:52,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:25:52,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:53,151 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 12 X-Openstack-Request-Id: req-17984891-e04f-4dbb-b6ad-ef13ca73cb8c Date: Sun, 02 Sep 2018 07:25:53 GMT RESP BODY: {"ports":[]} 2018-09-02 07:25:53,152 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-17984891-e04f-4dbb-b6ad-ef13ca73cb8c 2018-09-02 07:25:53,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.302438020706s 2018-09-02 07:25:53,152 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json used request id req-17984891-e04f-4dbb-b6ad-ef13ca73cb8c 2018-09-02 07:25:53,152 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_ports: [] 2018-09-02 07:25:53,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:25:53,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:53,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16833a16-f61e-4dcb-85c6-e312fc5005b9 Content-Encoding: gzip Content-Length: 725 Content-Type: application/json RESP BODY: {"role_assignments": [{"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "05fc35480f7e40d48b6e9058aead8d8b"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/05fc35480f7e40d48b6e9058aead8d8b/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "0dc19c52358141dfa2f57a069c49081a"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/0dc19c52358141dfa2f57a069c49081a/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "1e2c17e1fc954172a134d784468d5bf2"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/1e2c17e1fc954172a134d784468d5bf2/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "3d9878697e0b4cfa944c565976fe6e53"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/3d9878697e0b4cfa944c565976fe6e53/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "3a132ea02cfe425bb8901edc5fa9f7e8"}, "user": {"id": "5355c3a6ba364a05be4d3985d9b0272e"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/5355c3a6ba364a05be4d3985d9b0272e/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "5355c3a6ba364a05be4d3985d9b0272e"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/5355c3a6ba364a05be4d3985d9b0272e/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "4b06fee7bf104ba386aa2f904001aa35"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "73555bf6825f4efebb70f41e3c2affd5"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35/users/73555bf6825f4efebb70f41e3c2affd5/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "8b547231a6e146eda0774785ceaed9f0"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/8b547231a6e146eda0774785ceaed9f0/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "aec81705998a421b8ddb3f598087f07a"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/aec81705998a421b8ddb3f598087f07a/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "b1cd361f7f82435c93d40363549ce6f8"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/b1cd361f7f82435c93d40363549ce6f8/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "b7addebc45254c688ce1bb0e38694a8a"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/b7addebc45254c688ce1bb0e38694a8a/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "ba37591389c34ebca69f13a73f5c8f28"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/ba37591389c34ebca69f13a73f5c8f28/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "f10ef51545ec4f8c98382ec52fc98f54"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/f10ef51545ec4f8c98382ec52fc98f54/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"project": {"id": "a056d0aa556e4a86918873c940c9e44b"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "f571e256591141e8be393303427d2c1a"}, "links": {"assignment": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b/users/f571e256591141e8be393303427d2c1a/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"domain": {"id": "adedfb329ccc43e1b3cafcae1e1631ac"}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "bad3945149994eeda2b72f46af6ad6d4"}, "links": {"assignment": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac/users/bad3945149994eeda2b72f46af6ad6d4/roles/8e0d526659f746328b933c99a8db6754"}}, {"scope": {"system": {"all": true}}, "role": {"id": "8e0d526659f746328b933c99a8db6754"}, "user": {"id": "73555bf6825f4efebb70f41e3c2affd5"}, "links": {"assignment": "http://172.30.9.25:5000/v3/system/users/73555bf6825f4efebb70f41e3c2affd5/roles/8e0d526659f746328b933c99a8db6754"}}], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments", "previous": null, "next": null}} 2018-09-02 07:25:53,412 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-16833a16-f61e-4dcb-85c6-e312fc5005b9 2018-09-02 07:25:53,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.256111860275s 2018-09-02 07:25:53,412 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments used request id req-16833a16-f61e-4dcb-85c6-e312fc5005b9 2018-09-02 07:25:53,415 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_role_assignments: [Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'05fc35480f7e40d48b6e9058aead8d8b'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'0dc19c52358141dfa2f57a069c49081a'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'1e2c17e1fc954172a134d784468d5bf2'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'3d9878697e0b4cfa944c565976fe6e53'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'3a132ea02cfe425bb8901edc5fa9f7e8', 'user': u'5355c3a6ba364a05be4d3985d9b0272e'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'5355c3a6ba364a05be4d3985d9b0272e'}), Munch({'project': u'4b06fee7bf104ba386aa2f904001aa35', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'73555bf6825f4efebb70f41e3c2affd5'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'8b547231a6e146eda0774785ceaed9f0'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'aec81705998a421b8ddb3f598087f07a'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'b1cd361f7f82435c93d40363549ce6f8'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'b7addebc45254c688ce1bb0e38694a8a'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'ba37591389c34ebca69f13a73f5c8f28'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'f10ef51545ec4f8c98382ec52fc98f54'}), Munch({'project': u'a056d0aa556e4a86918873c940c9e44b', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'f571e256591141e8be393303427d2c1a'}), Munch({'domain': u'adedfb329ccc43e1b3cafcae1e1631ac', 'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'bad3945149994eeda2b72f46af6ad6d4'}), Munch({'id': u'8e0d526659f746328b933c99a8db6754', 'user': u'73555bf6825f4efebb70f41e3c2affd5'})] 2018-09-02 07:25:53,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:25:53,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:53,623 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8bc13a9-d46f-490c-ae3d-6a62f921ebe7 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:25:53,623 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c8bc13a9-d46f-490c-ae3d-6a62f921ebe7 2018-09-02 07:25:53,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204475879669s 2018-09-02 07:25:53,624 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c8bc13a9-d46f-490c-ae3d-6a62f921ebe7 2018-09-02 07:25:53,625 - 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'ResellerAdmin', 'id': u'3a132ea02cfe425bb8901edc5fa9f7e8'}), 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'7f1b3ff1c5384b9a91004b70c277c61d'}), 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'8e0d526659f746328b933c99a8db6754'}), 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'member', 'id': u'aa85cfc71c0d43d68d45e619bfd907a4'}), 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'f0b8e7888c5e45bea6965289533272b3'}), 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'f3f1da5e28dd41bf87cb7ac04685ceef'})] 2018-09-02 07:25:53,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:25:53,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:54,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 15 X-Openstack-Request-Id: req-9a93c855-81a2-4a0d-a9b5-91a4af44b40e Date: Sun, 02 Sep 2018 07:25:54 GMT RESP BODY: {"routers": []} 2018-09-02 07:25:54,715 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9a93c855-81a2-4a0d-a9b5-91a4af44b40e 2018-09-02 07:25:54,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.08849906921s 2018-09-02 07:25:54,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9a93c855-81a2-4a0d-a9b5-91a4af44b40e 2018-09-02 07:25:54,715 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_routers: [] 2018-09-02 07:25:54,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:25:54,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:54,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25: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-4691f0de-3249-49a8-93a1-9c6d4e4b7e15 x-compute-request-id: req-4691f0de-3249-49a8-93a1-9c6d4e4b7e15 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 07:25:54,921 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4691f0de-3249-49a8-93a1-9c6d4e4b7e15 2018-09-02 07:25:54,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.205054998398s 2018-09-02 07:25:54,921 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4691f0de-3249-49a8-93a1-9c6d4e4b7e15 2018-09-02 07:25:54,921 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_servers: [] 2018-09-02 07:25:54,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 07:25:54,927 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 07:25:54,934 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:25:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-39efa2ea-814a-40f5-bb0e-0f85baca7b02 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.4:35357/v3/", "rel": "self"}]}]}} 2018-09-02 07:25:54,934 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-39efa2ea-814a-40f5-bb0e-0f85baca7b02 2018-09-02 07:25:54,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:55,121 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b96d40f9-91a5-4921-9f87-297c725c7021 Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/08fec3b812f74f3185347b559bfc2d6a"}, "enabled": true, "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1d55c00b68214ca486ca54af5b3b03bd"}, "enabled": true, "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1fa806695b844c73a6410319a8b4fa6e"}, "enabled": true, "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2afaf8fb5fa7474094aa9613a573da43"}, "enabled": true, "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/34fca9d537a74c0194da0a3387e74c3e"}, "enabled": true, "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/387f79b67935446ca9455ee1eb21f37f"}, "enabled": true, "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/38b6df39a4ac407ba235cc5a16f54e69"}, "enabled": true, "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/39eb640c21a044f3b1ae638eb1c15171"}, "enabled": true, "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/3f418b02e75d45e5bf2fe76226e3c093"}, "enabled": true, "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4e9ac09586eb44bfa0b0bfbcb4f5e5bf"}, "enabled": true, "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/61c587f7f84f41dca46bc2531f5a72c3"}, "enabled": true, "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c62da50181645ae988a894a074b6dad"}, "enabled": true, "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/9026c413fcde4d7da11dfa6242c75002"}, "enabled": true, "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b24c82acb5464d3cb694c569027a6426"}, "enabled": true, "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ead963f647b24d04b1ad3c58a47621de"}, "enabled": true, "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-02 07:25:55,121 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-b96d40f9-91a5-4921-9f87-297c725c7021 2018-09-02 07:25:55,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.196994066238s 2018-09-02 07:25:55,122 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-b96d40f9-91a5-4921-9f87-297c725c7021 2018-09-02 07:25:55,127 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_services: [Munch({'description': u'Openstack Metering Service', 'service_type': u'metering', 'type': u'metering', 'enabled': True, 'id': u'08fec3b812f74f3185347b559bfc2d6a', 'name': u'ceilometer'}), Munch({'description': u'Openstack Object-Store Service', 'service_type': u'object-store', 'type': u'object-store', 'enabled': True, 'id': u'1d55c00b68214ca486ca54af5b3b03bd', 'name': u'swift'}), Munch({'description': u'Openstack Placement Service', 'service_type': u'placement', 'type': u'placement', 'enabled': True, 'id': u'1fa806695b844c73a6410319a8b4fa6e', 'name': u'placement'}), Munch({'description': u'OpenStack Alarming Service', 'service_type': u'alarming', 'type': u'alarming', 'enabled': True, 'id': u'2afaf8fb5fa7474094aa9613a573da43', 'name': u'aodh'}), Munch({'description': u'Openstack Compute Service', 'service_type': u'compute', 'type': u'compute', 'enabled': True, 'id': u'34fca9d537a74c0194da0a3387e74c3e', 'name': u'nova'}), Munch({'description': u'OpenStack Event Service', 'service_type': u'event', 'type': u'event', 'enabled': True, 'id': u'387f79b67935446ca9455ee1eb21f37f', 'name': u'panko'}), Munch({'description': u'Openstack Orchestration Service', 'service_type': u'orchestration', 'type': u'orchestration', 'enabled': True, 'id': u'38b6df39a4ac407ba235cc5a16f54e69', 'name': u'heat'}), Munch({'description': u'OpenStack Metric Service', 'service_type': u'metric', 'type': u'metric', 'enabled': True, 'id': u'39eb640c21a044f3b1ae638eb1c15171', 'name': u'gnocchi'}), Munch({'description': u'Cinder Service v3', 'service_type': u'volumev3', 'type': u'volumev3', 'enabled': True, 'id': u'3f418b02e75d45e5bf2fe76226e3c093', 'name': u'cinderv3'}), Munch({'description': u'OpenStack Image Service', 'service_type': u'image', 'type': u'image', 'enabled': True, 'id': u'4e9ac09586eb44bfa0b0bfbcb4f5e5bf', 'name': u'glance'}), Munch({'description': u'Neutron Networking Service', 'service_type': u'network', 'type': u'network', 'enabled': True, 'id': u'61c587f7f84f41dca46bc2531f5a72c3', 'name': u'neutron'}), Munch({'description': u'Openstack Cloudformation Service', 'service_type': u'cloudformation', 'type': u'cloudformation', 'enabled': True, 'id': u'7c62da50181645ae988a894a074b6dad', 'name': u'heat-cfn'}), Munch({'description': u'Cinder Service v2', 'service_type': u'volumev2', 'type': u'volumev2', 'enabled': True, 'id': u'9026c413fcde4d7da11dfa6242c75002', 'name': u'cinderv2'}), Munch({'description': u'Cinder Service', 'service_type': u'volume', 'type': u'volume', 'enabled': True, 'id': u'b24c82acb5464d3cb694c569027a6426', 'name': u'cinder'}), Munch({'description': u'OpenStack Identity Service', 'service_type': u'identity', 'type': u'identity', 'enabled': True, 'id': u'ead963f647b24d04b1ad3c58a47621de', 'name': u'keystone'})] 2018-09-02 07:25:55,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:25:55,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e36b797f649c1d682d787e3b39a0acff98ad99f2" 2018-09-02 07:25:56,082 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-f3a4193b-f798-409f-a597-fecdd6ec50e5 Date: Sun, 02 Sep 2018 07:25:56 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4}]} 2018-09-02 07:25:56,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f3a4193b-f798-409f-a597-fecdd6ec50e5 2018-09-02 07:25:56,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.955371141434s 2018-09-02 07:25:56,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f3a4193b-f798-409f-a597-fecdd6ec50e5 2018-09-02 07:25:56,085 - functest.opnfv_tests.openstack.api.connection_check - DEBUG - list_subnets: [Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:22:34Z', 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'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'subnetpool_id': None, u'service_types': [], u'name': u'external-subnet', u'enable_dhcp': False, u'segment_id': None, u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'tenant_id': u'a056d0aa556e4a86918873c940c9e44b', u'created_at': u'2018-09-02T07:22:34Z', u'dns_nameservers': [], u'gateway_ip': u'172.30.9.1', u'ip_version': 4, u'project_id': u'a056d0aa556e4a86918873c940c9e44b'})] 2018-09-02 07:25:56,214 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:25:56,215 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | connection_check | functest | 00:09 | PASS | +--------------------------+------------------+------------------+----------------+ 2018-09-02 07:25:56,275 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork1'... 2018-09-02 07:25:56,442 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:25:56,443 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:25:56,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:25:56,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:25:56,444 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:25:56,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:25:56,450 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:25:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7b12b1b0-4ad4-4795-ada6-d4917800e20b 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:25:56,451 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-7b12b1b0-4ad4-4795-ada6-d4917800e20b 2018-09-02 07:25:56,451 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:25:56,901 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:25:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["2SDeMJFST4CQPCxNepqMFg"], "issued_at": "2018-09-02T07:25:56.000000Z"}} 2018-09-02 07:25:56,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:25:56,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" 2018-09-02 07:25:58,271 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-f92d684f-d337-4355-b898-8a323e293930 Date: Sun, 02 Sep 2018 07:25:58 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:25:58,272 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f92d684f-d337-4355-b898-8a323e293930 2018-09-02 07:25:58,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.36630010605s 2018-09-02 07:25:58,272 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-f92d684f-d337-4355-b898-8a323e293930 2018-09-02 07:25:58,273 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork1'... 2018-09-02 07:25:58,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:25:58,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" -d '{"network": {"name": "tenantnetwork1-net_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd", "admin_state_up": true}}' 2018-09-02 07:25:59,757 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 727 X-Openstack-Request-Id: req-6c044258-e88a-460f-ab58-53bdc69c6aec Date: Sun, 02 Sep 2018 07:26: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":"bb868442-2bae-43be-9509-9c741fc560b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:25:59Z","is_default":false,"qos_policy_id":null,"name":"tenantnetwork1-net_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:25:59Z","mtu":1450}} 2018-09-02 07:25:59,758 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6c044258-e88a-460f-ab58-53bdc69c6aec 2018-09-02 07:25:59,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.48428606987s 2018-09-02 07:25:59,758 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6c044258-e88a-460f-ab58-53bdc69c6aec 2018-09-02 07:25:59,758 - 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-02T07:25:59Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'bb868442-2bae-43be-9509-9c741fc560b4', u'provider:segmentation_id': 8, 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_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd', u'created_at': u'2018-09-02T07:25:59Z', u'mtu': 1450, u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4b06fee7bf104ba386aa2f904001aa35', u'l2_adjacency': True}) 2018-09-02 07:25:59,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:25:59,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" 2018-09-02 07:26:00,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1433 X-Openstack-Request-Id: req-0e26d3f1-1369-40db-ba1d-15c1c20f40c5 Date: Sun, 02 Sep 2018 07:26:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"bb868442-2bae-43be-9509-9c741fc560b4","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:25:59Z","qos_policy_id":null,"name":"tenantnetwork1-net_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:25:59Z","provider:network_type":"vxlan"}]} 2018-09-02 07:26:00,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0e26d3f1-1369-40db-ba1d-15c1c20f40c5 2018-09-02 07:26:00,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.16702604294s 2018-09-02 07:26:00,927 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0e26d3f1-1369-40db-ba1d-15c1c20f40c5 2018-09-02 07:26:00,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:26:00,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" -d '{"subnet": {"name": "tenantnetwork1-subnet_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd", "enable_dhcp": true, "network_id": "bb868442-2bae-43be-9509-9c741fc560b4", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:26:02,693 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 700 X-Openstack-Request-Id: req-324b7f1b-4c99-49f8-9e19-21e035a2fb24 Date: Sun, 02 Sep 2018 07:26:02 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T07:26:02Z","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":"62e875f0-d1dd-49f9-b42f-fd42e9274e8a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"4b06fee7bf104ba386aa2f904001aa35","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd","enable_dhcp":true,"segment_id":null,"network_id":"bb868442-2bae-43be-9509-9c741fc560b4","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:26:02Z","ip_version":4}} 2018-09-02 07:26:02,693 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-324b7f1b-4c99-49f8-9e19-21e035a2fb24 2018-09-02 07:26:02,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.76360011101s 2018-09-02 07:26:02,693 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-324b7f1b-4c99-49f8-9e19-21e035a2fb24 2018-09-02 07:26:02,694 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:26:02Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'62e875f0-d1dd-49f9-b42f-fd42e9274e8a', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork1-subnet_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'bb868442-2bae-43be-9509-9c741fc560b4', u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'created_at': u'2018-09-02T07:26:02Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'4b06fee7bf104ba386aa2f904001aa35'}) 2018-09-02 07:26:02,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:26:02,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "tenantnetwork1-router_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd", "admin_state_up": true}}' 2018-09-02 07:26:10,180 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 713 X-Openstack-Request-Id: req-2a112161-ce0c-4c3d-906f-cd8dd2584e04 Date: Sun, 02 Sep 2018 07:26:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:26:04Z", "admin_state_up": true, "updated_at": "2018-09-02T07:26:06Z", "project_id": "4b06fee7bf104ba386aa2f904001aa35", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "979f2d2a-df79-4ac9-989c-3213ae1784b6", "name": "tenantnetwork1-router_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd"}} 2018-09-02 07:26:10,180 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-2a112161-ce0c-4c3d-906f-cd8dd2584e04 2018-09-02 07:26:10,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.48541903496s 2018-09-02 07:26:10,180 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-2a112161-ce0c-4c3d-906f-cd8dd2584e04 2018-09-02 07:26:10,181 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:26:06Z', u'revision_number': 3, u'ha': True, u'id': u'979f2d2a-df79-4ac9-989c-3213ae1784b6', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork1-router_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd', u'admin_state_up': True, u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'created_at': u'2018-09-02T07:26:04Z', u'flavor_id': None, u'routes': [], u'project_id': u'4b06fee7bf104ba386aa2f904001aa35'}) 2018-09-02 07:26:10,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:26:10,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6/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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" -d '{"subnet_id": "62e875f0-d1dd-49f9-b42f-fd42e9274e8a"}' 2018-09-02 07:26:13,559 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-0e4c9439-b5ee-4bf6-a00c-d6218cb8d94c Date: Sun, 02 Sep 2018 07:26:13 GMT RESP BODY: {"network_id": "bb868442-2bae-43be-9509-9c741fc560b4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "subnet_id": "62e875f0-d1dd-49f9-b42f-fd42e9274e8a", "subnet_ids": ["62e875f0-d1dd-49f9-b42f-fd42e9274e8a"], "port_id": "53817c2e-5d26-4aa8-a485-a9f61a2a4e0b", "id": "979f2d2a-df79-4ac9-989c-3213ae1784b6"} 2018-09-02 07:26:13,559 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6/add_router_interface.json used request id req-0e4c9439-b5ee-4bf6-a00c-d6218cb8d94c 2018-09-02 07:26:13,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.37756204605s 2018-09-02 07:26:13,560 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6/add_router_interface.json used request id req-0e4c9439-b5ee-4bf6-a00c-d6218cb8d94c returning object 979f2d2a-df79-4ac9-989c-3213ae1784b6 2018-09-02 07:26:13,671 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:26:13,671 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork1 | functest | 00:15 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-02 07:26:13,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:26:13,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6/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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" -d '{"subnet_id": "62e875f0-d1dd-49f9-b42f-fd42e9274e8a"}' 2018-09-02 07:26:18,075 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c5f19bae-ee04-4405-84a2-b6a0c8c3f993 Date: Sun, 02 Sep 2018 07:26:18 GMT RESP BODY: {"network_id": "bb868442-2bae-43be-9509-9c741fc560b4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "subnet_id": "62e875f0-d1dd-49f9-b42f-fd42e9274e8a", "subnet_ids": ["62e875f0-d1dd-49f9-b42f-fd42e9274e8a"], "port_id": "53817c2e-5d26-4aa8-a485-a9f61a2a4e0b", "id": "979f2d2a-df79-4ac9-989c-3213ae1784b6"} 2018-09-02 07:26:18,075 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6/remove_router_interface.json used request id req-c5f19bae-ee04-4405-84a2-b6a0c8c3f993 2018-09-02 07:26:18,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 4.39881300926s 2018-09-02 07:26:18,076 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6/remove_router_interface.json used request id req-c5f19bae-ee04-4405-84a2-b6a0c8c3f993 returning object 979f2d2a-df79-4ac9-989c-3213ae1784b6 2018-09-02 07:26:18,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:26:18,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" 2018-09-02 07:26:19,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-37450799-11c5-431f-8885-b33fc2a2dce3 Date: Sun, 02 Sep 2018 07:26:19 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:26:04Z", "admin_state_up": true, "updated_at": "2018-09-02T07:26:16Z", "project_id": "4b06fee7bf104ba386aa2f904001aa35", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "979f2d2a-df79-4ac9-989c-3213ae1784b6", "name": "tenantnetwork1-router_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd"}]} 2018-09-02 07:26:19,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-37450799-11c5-431f-8885-b33fc2a2dce3 2018-09-02 07:26:19,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 1.14981007576s 2018-09-02 07:26:19,227 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-37450799-11c5-431f-8885-b33fc2a2dce3 2018-09-02 07:26:19,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:26:19,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8d9235f27db0f02c31ddcc1787de923cb1f543d" 2018-09-02 07:26:22,963 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4e70c392-284c-42f1-b2b2-fbac06de0d8d Content-Length: 0 Date: Sun, 02 Sep 2018 07:26:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:26:22,964 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6.json used request id req-4e70c392-284c-42f1-b2b2-fbac06de0d8d 2018-09-02 07:26:22,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.73560810089s 2018-09-02 07:26:22,964 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/979f2d2a-df79-4ac9-989c-3213ae1784b6.json used request id req-4e70c392-284c-42f1-b2b2-fbac06de0d8d 2018-09-02 07:26:22,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:26:22,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" 2018-09-02 07:26:23,008 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1332 X-Openstack-Request-Id: req-59bd5d0d-58bc-4129-885a-968fe1acd17b Date: Sun, 02 Sep 2018 07:26:23 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T07:26:02Z","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":"62e875f0-d1dd-49f9-b42f-fd42e9274e8a","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"4b06fee7bf104ba386aa2f904001aa35","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tenantnetwork1-subnet_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd","enable_dhcp":true,"segment_id":null,"network_id":"bb868442-2bae-43be-9509-9c741fc560b4","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:26:02Z","ip_version":4}]} 2018-09-02 07:26:23,008 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-59bd5d0d-58bc-4129-885a-968fe1acd17b 2018-09-02 07:26:23,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0439269542694s 2018-09-02 07:26:23,009 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-59bd5d0d-58bc-4129-885a-968fe1acd17b 2018-09-02 07:26:23,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:26:23,011 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/62e875f0-d1dd-49f9-b42f-fd42e9274e8a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8d9235f27db0f02c31ddcc1787de923cb1f543d" 2018-09-02 07:26:26,300 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4c09705b-386d-4c16-9317-fe038c673fe9 Date: Sun, 02 Sep 2018 07:26:26 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:26:26,300 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/62e875f0-d1dd-49f9-b42f-fd42e9274e8a.json used request id req-4c09705b-386d-4c16-9317-fe038c673fe9 2018-09-02 07:26:26,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 3.28957009315s 2018-09-02 07:26:26,301 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/62e875f0-d1dd-49f9-b42f-fd42e9274e8a.json used request id req-4c09705b-386d-4c16-9317-fe038c673fe9 2018-09-02 07:26:26,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:26:26,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c8d9235f27db0f02c31ddcc1787de923cb1f543d" 2018-09-02 07:26:27,443 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1439 X-Openstack-Request-Id: req-ada81785-8d92-461e-9f93-b6912dcbcab4 Date: Sun, 02 Sep 2018 07:26:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"bb868442-2bae-43be-9509-9c741fc560b4","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":8,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:26:26Z","qos_policy_id":null,"name":"tenantnetwork1-net_8d2a0a3b-8a6a-40aa-ba6b-d658d8a57ccd","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:25:59Z","provider:network_type":"vxlan"}]} 2018-09-02 07:26:27,444 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ada81785-8d92-461e-9f93-b6912dcbcab4 2018-09-02 07:26:27,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.1426858902s 2018-09-02 07:26:27,444 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-ada81785-8d92-461e-9f93-b6912dcbcab4 2018-09-02 07:26:27,445 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:26:27,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/bb868442-2bae-43be-9509-9c741fc560b4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c8d9235f27db0f02c31ddcc1787de923cb1f543d" 2018-09-02 07:26:29,366 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-2d495ae6-8975-4929-a75b-adf68c579eb8 Date: Sun, 02 Sep 2018 07:26:29 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:26:29,366 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/bb868442-2bae-43be-9509-9c741fc560b4.json used request id req-2d495ae6-8975-4929-a75b-adf68c579eb8 2018-09-02 07:26:29,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.92114496231s 2018-09-02 07:26:29,367 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/bb868442-2bae-43be-9509-9c741fc560b4.json used request id req-2d495ae6-8975-4929-a75b-adf68c579eb8 2018-09-02 07:26:29,419 - xtesting.ci.run_tests - INFO - Loading test case 'tenantnetwork2'... 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:26:29,460 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:26:29,461 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:26:29,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:26:29,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c82546d-60fb-463a-835f-2ec5c97141f0 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:26:29,469 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8c82546d-60fb-463a-835f-2ec5c97141f0 2018-09-02 07:26:29,470 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:26:29,888 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:26:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["63CiNquiQFiteFC4I2dQ-A"], "issued_at": "2018-09-02T07:26:30.000000Z"}} 2018-09-02 07:26:29,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:26:29,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:30,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-89d627fc-0974-4e8a-8db7-e2071e9f73d7 Date: Sun, 02 Sep 2018 07:26:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:26:30,266 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-89d627fc-0974-4e8a-8db7-e2071e9f73d7 2018-09-02 07:26:30,266 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.374994039536s 2018-09-02 07:26:30,266 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-89d627fc-0974-4e8a-8db7-e2071e9f73d7 2018-09-02 07:26:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:26:30,276 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2e943f94-1a89-4dc8-ae8d-de3b6e48133b 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:26:30,276 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-2e943f94-1a89-4dc8-ae8d-de3b6e48133b 2018-09-02 07:26:30,277 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:26:30,280 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:30,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aef77898-2e92-4677-8bdc-274d181bb775 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:26:30,462 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-aef77898-2e92-4677-8bdc-274d181bb775 2018-09-02 07:26:30,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185560941696s 2018-09-02 07:26:30,463 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-aef77898-2e92-4677-8bdc-274d181bb775 2018-09-02 07:26:30,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:26:30,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" -d '{"project": {"description": "Created by OPNFV Functest: tenantnetwork2", "enabled": true, "domain_id": "default", "name": "tenantnetwork2-project_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}}' 2018-09-02 07:26:30,739 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7b139159-7e60-4fa6-a43d-5e58aab5bb0f 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.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36"}, "tags": [], "enabled": true, "id": "38ae2ac7a4da4d37988a73e914b99b36", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}} 2018-09-02 07:26:30,739 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-7b139159-7e60-4fa6-a43d-5e58aab5bb0f 2018-09-02 07:26:30,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.269782066345s 2018-09-02 07:26:30,739 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-7b139159-7e60-4fa6-a43d-5e58aab5bb0f 2018-09-02 07:26:30,740 - 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'38ae2ac7a4da4d37988a73e914b99b36', '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_75d8aa48-2f82-489b-b1c0-7d6a0836b768'}) 2018-09-02 07:26:30,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:26:30,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f30b1325-1b25-49f7-bae7-b5ece64c61e6", "email": null, "name": "tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}}' 2018-09-02 07:26:31,279 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:26:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1a94a34d-ac09-4486-9a34-4e1ec84d7d82 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768", "links": {"self": "http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "febf6a4fadb54a6ea4effc05f34fd49a", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:26:31,279 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-1a94a34d-ac09-4486-9a34-4e1ec84d7d82 2018-09-02 07:26:31,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.535223007202s 2018-09-02 07:26:31,280 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-1a94a34d-ac09-4486-9a34-4e1ec84d7d82 2018-09-02 07:26:31,280 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'febf6a4fadb54a6ea4effc05f34fd49a', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768'}) 2018-09-02 07:26:31,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:26:31,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:31,492 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b25dde1e-1e18-49d8-9d65-82c6926657b1 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:26:31,492 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b25dde1e-1e18-49d8-9d65-82c6926657b1 2018-09-02 07:26:31,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.209250926971s 2018-09-02 07:26:31,492 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b25dde1e-1e18-49d8-9d65-82c6926657b1 2018-09-02 07:26:31,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:26:31,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:31,702 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d9f1c4ec-75b9-4ac8-a4ef-93d1f89ebdee Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:26:31,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d9f1c4ec-75b9-4ac8-a4ef-93d1f89ebdee 2018-09-02 07:26:31,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.2077729702s 2018-09-02 07:26:31,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d9f1c4ec-75b9-4ac8-a4ef-93d1f89ebdee 2018-09-02 07:26:31,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:26:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:31,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78d43622-f460-4f9f-873e-1fa9f33e3496 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:26:31,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-78d43622-f460-4f9f-873e-1fa9f33e3496 2018-09-02 07:26:31,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.249660015106s 2018-09-02 07:26:31,958 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-78d43622-f460-4f9f-873e-1fa9f33e3496 2018-09-02 07:26:31,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:26:31,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:32,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4233c1e3-2492-48a2-836f-070ba35ea763 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:26:32,148 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-4233c1e3-2492-48a2-836f-070ba35ea763 2018-09-02 07:26:32,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185534000397s 2018-09-02 07:26:32,149 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-4233c1e3-2492-48a2-836f-070ba35ea763 2018-09-02 07:26:32,150 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:26:32,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:32,363 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a2e5882-07c4-49a6-8491-e5c96de9cffe Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768", "links": {"self": "http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "febf6a4fadb54a6ea4effc05f34fd49a", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:26:32,363 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3a2e5882-07c4-49a6-8491-e5c96de9cffe 2018-09-02 07:26:32,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21327996254s 2018-09-02 07:26:32,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3a2e5882-07c4-49a6-8491-e5c96de9cffe 2018-09-02 07:26:32,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:26:32,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:32,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-41f46979-cbbf-4695-926b-900ee60a9c47 Content-Encoding: gzip Content-Length: 397 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36"}, "tags": [], "enabled": true, "id": "38ae2ac7a4da4d37988a73e914b99b36", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}]} 2018-09-02 07:26:32,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-41f46979-cbbf-4695-926b-900ee60a9c47 2018-09-02 07:26:32,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190001010895s 2018-09-02 07:26:32,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-41f46979-cbbf-4695-926b-900ee60a9c47 2018-09-02 07:26:32,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:26:32,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=febf6a4fadb54a6ea4effc05f34fd49a&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=38ae2ac7a4da4d37988a73e914b99b36" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:32,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a90e3ee8-5c76-43ea-a1eb-ab57a7fc4135 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=febf6a4fadb54a6ea4effc05f34fd49a&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=38ae2ac7a4da4d37988a73e914b99b36", "previous": null, "next": null}} 2018-09-02 07:26:32,679 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=febf6a4fadb54a6ea4effc05f34fd49a&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=38ae2ac7a4da4d37988a73e914b99b36 used request id req-a90e3ee8-5c76-43ea-a1eb-ab57a7fc4135 2018-09-02 07:26:32,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106322050095s 2018-09-02 07:26:32,680 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=febf6a4fadb54a6ea4effc05f34fd49a&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=38ae2ac7a4da4d37988a73e914b99b36 used request id req-a90e3ee8-5c76-43ea-a1eb-ab57a7fc4135 2018-09-02 07:26:32,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:26:32,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36/users/febf6a4fadb54a6ea4effc05f34fd49a/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:32,959 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:26:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8c455b68-9357-43a9-98d2-dea571781e7c 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 07:26:32,959 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36/users/febf6a4fadb54a6ea4effc05f34fd49a/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-8c455b68-9357-43a9-98d2-dea571781e7c 2018-09-02 07:26:32,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.276293992996s 2018-09-02 07:26:32,960 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36/users/febf6a4fadb54a6ea4effc05f34fd49a/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-8c455b68-9357-43a9-98d2-dea571781e7c 2018-09-02 07:26:32,960 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tenantnetwork2-project_75d8aa48-2f82-489b-b1c0-7d6a0836b768', 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'38ae2ac7a4da4d37988a73e914b99b36', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f30b1325-1b25-49f7-bae7-b5ece64c61e6', 'username': u'tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:26:32,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:26:32,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:26:32,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:26:32,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:26:32,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:26:32,962 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:26:32,963 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:26:32,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:26:32,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:26:32,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:26:32,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:26:32,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:26:32,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:26:32,964 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:26:32,966 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768', 'password': 'f30b1325-1b25-49f7-bae7-b5ece64c61e6', 'project_name': 'tenantnetwork2-project_75d8aa48-2f82-489b-b1c0-7d6a0836b768', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '38ae2ac7a4da4d37988a73e914b99b36', 'project_domain_name': 'Default'} 2018-09-02 07:26:32,966 - xtesting.ci.run_tests - INFO - Running test case 'tenantnetwork2'... 2018-09-02 07:26:32,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:26:32,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cce828b9-c2c5-4a75-8ead-55756f1ea0f4 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:26:32,974 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-cce828b9-c2c5-4a75-8ead-55756f1ea0f4 2018-09-02 07:26:32,974 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:26:33,491 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T08:26:33.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "38ae2ac7a4da4d37988a73e914b99b36", "name": "tenantnetwork2-project_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_38ae2ac7a4da4d37988a73e914b99b36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_38ae2ac7a4da4d37988a73e914b99b36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/38ae2ac7a4da4d37988a73e914b99b36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/38ae2ac7a4da4d37988a73e914b99b36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/38ae2ac7a4da4d37988a73e914b99b36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/38ae2ac7a4da4d37988a73e914b99b36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/38ae2ac7a4da4d37988a73e914b99b36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/38ae2ac7a4da4d37988a73e914b99b36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/38ae2ac7a4da4d37988a73e914b99b36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/38ae2ac7a4da4d37988a73e914b99b36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/38ae2ac7a4da4d37988a73e914b99b36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/38ae2ac7a4da4d37988a73e914b99b36", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/38ae2ac7a4da4d37988a73e914b99b36", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/38ae2ac7a4da4d37988a73e914b99b36", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768", "id": "febf6a4fadb54a6ea4effc05f34fd49a"}, "audit_ids": ["gnsABPMWRnSWvNUY0R9vZw"], "issued_at": "2018-09-02T07:26:33.000000Z"}} 2018-09-02 07:26:33,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:26:33,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f1200d8f7e801c76d03c944918967f56318d671d" -d '{"network": {"name": "tenantnetwork2-net_75d8aa48-2f82-489b-b1c0-7d6a0836b768", "admin_state_up": true}}' 2018-09-02 07:26:34,182 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-fa47014d-88d9-4d2c-83b7-f319dbc2c759 Date: Sun, 02 Sep 2018 07:26:34 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"0bf3e29f-f070-4a07-b7f4-bbaf8be48551","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"38ae2ac7a4da4d37988a73e914b99b36","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:26:34Z","is_default":false,"name":"tenantnetwork2-net_75d8aa48-2f82-489b-b1c0-7d6a0836b768","qos_policy_id":null,"admin_state_up":true,"tenant_id":"38ae2ac7a4da4d37988a73e914b99b36","created_at":"2018-09-02T07:26:33Z","mtu":1450}} 2018-09-02 07:26:34,182 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fa47014d-88d9-4d2c-83b7-f319dbc2c759 2018-09-02 07:26:34,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.68741106987s 2018-09-02 07:26:34,182 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fa47014d-88d9-4d2c-83b7-f319dbc2c759 2018-09-02 07:26:34,183 - 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-02T07:26:34Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'0bf3e29f-f070-4a07-b7f4-bbaf8be48551', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-net_75d8aa48-2f82-489b-b1c0-7d6a0836b768', u'admin_state_up': True, u'tenant_id': u'38ae2ac7a4da4d37988a73e914b99b36', u'created_at': u'2018-09-02T07:26:33Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'38ae2ac7a4da4d37988a73e914b99b36', u'l2_adjacency': True}) 2018-09-02 07:26:34,183 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:26:34,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f1200d8f7e801c76d03c944918967f56318d671d" 2018-09-02 07:26:35,295 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-a6372a48-2401-4ebd-b675-9288f169883f Date: Sun, 02 Sep 2018 07:26:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"0bf3e29f-f070-4a07-b7f4-bbaf8be48551","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"38ae2ac7a4da4d37988a73e914b99b36","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:26:34Z","qos_policy_id":null,"name":"tenantnetwork2-net_75d8aa48-2f82-489b-b1c0-7d6a0836b768","admin_state_up":true,"tenant_id":"38ae2ac7a4da4d37988a73e914b99b36","created_at":"2018-09-02T07:26:33Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:26:35,296 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a6372a48-2401-4ebd-b675-9288f169883f 2018-09-02 07:26:35,296 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.11235713959s 2018-09-02 07:26:35,296 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a6372a48-2401-4ebd-b675-9288f169883f 2018-09-02 07:26:35,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:26:35,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f1200d8f7e801c76d03c944918967f56318d671d" -d '{"subnet": {"name": "tenantnetwork2-subnet_75d8aa48-2f82-489b-b1c0-7d6a0836b768", "enable_dhcp": true, "network_id": "0bf3e29f-f070-4a07-b7f4-bbaf8be48551", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:26:36,280 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-0d5dd3ef-dfd0-466e-a5bc-7158c1580ae2 Date: Sun, 02 Sep 2018 07:26:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bf3e29f-f070-4a07-b7f4-bbaf8be48551","tenant_id":"38ae2ac7a4da4d37988a73e914b99b36","created_at":"2018-09-02T07:26:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:26: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":"38ae2ac7a4da4d37988a73e914b99b36","id":"3270c4a3-8b9b-4938-93e0-9b5da882ed80","subnetpool_id":null,"name":"tenantnetwork2-subnet_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}} 2018-09-02 07:26:36,281 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-0d5dd3ef-dfd0-466e-a5bc-7158c1580ae2 2018-09-02 07:26:36,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.983052015305s 2018-09-02 07:26:36,281 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-0d5dd3ef-dfd0-466e-a5bc-7158c1580ae2 2018-09-02 07:26:36,282 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:26: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'3270c4a3-8b9b-4938-93e0-9b5da882ed80', u'subnetpool_id': None, u'service_types': [], u'name': u'tenantnetwork2-subnet_75d8aa48-2f82-489b-b1c0-7d6a0836b768', u'enable_dhcp': True, u'network_id': u'0bf3e29f-f070-4a07-b7f4-bbaf8be48551', u'tenant_id': u'38ae2ac7a4da4d37988a73e914b99b36', u'created_at': u'2018-09-02T07:26: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'38ae2ac7a4da4d37988a73e914b99b36'}) 2018-09-02 07:26:36,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:26:36,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f1200d8f7e801c76d03c944918967f56318d671d" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "tenantnetwork2-router_75d8aa48-2f82-489b-b1c0-7d6a0836b768", "admin_state_up": true}}' 2018-09-02 07:26:43,617 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-b2a9a664-7150-4afb-aa10-7d63ac024444 Date: Sun, 02 Sep 2018 07:26:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "created_at": "2018-09-02T07:26:37Z", "admin_state_up": true, "updated_at": "2018-09-02T07:26:39Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "38ae2ac7a4da4d37988a73e914b99b36", "id": "1f1f05d6-d885-402c-8223-2fec806e9df3", "name": "tenantnetwork2-router_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}} 2018-09-02 07:26:43,617 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-b2a9a664-7150-4afb-aa10-7d63ac024444 2018-09-02 07:26:43,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.33452606201s 2018-09-02 07:26:43,617 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-b2a9a664-7150-4afb-aa10-7d63ac024444 2018-09-02 07:26:43,618 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:26:39Z', u'revision_number': 3, u'id': u'1f1f05d6-d885-402c-8223-2fec806e9df3', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tenantnetwork2-router_75d8aa48-2f82-489b-b1c0-7d6a0836b768', u'admin_state_up': True, u'tenant_id': u'38ae2ac7a4da4d37988a73e914b99b36', u'created_at': u'2018-09-02T07:26:37Z', u'flavor_id': None, u'routes': [], u'project_id': u'38ae2ac7a4da4d37988a73e914b99b36'}) 2018-09-02 07:26:43,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:26:43,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3/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}f1200d8f7e801c76d03c944918967f56318d671d" -d '{"subnet_id": "3270c4a3-8b9b-4938-93e0-9b5da882ed80"}' 2018-09-02 07:26:46,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c7931afc-ce4e-4e5e-9c5c-c39b533b7a30 Date: Sun, 02 Sep 2018 07:26:46 GMT RESP BODY: {"network_id": "0bf3e29f-f070-4a07-b7f4-bbaf8be48551", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "subnet_id": "3270c4a3-8b9b-4938-93e0-9b5da882ed80", "subnet_ids": ["3270c4a3-8b9b-4938-93e0-9b5da882ed80"], "port_id": "04b26e49-1d8c-4a70-8927-b08753e5a6a8", "id": "1f1f05d6-d885-402c-8223-2fec806e9df3"} 2018-09-02 07:26:46,399 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3/add_router_interface.json used request id req-c7931afc-ce4e-4e5e-9c5c-c39b533b7a30 2018-09-02 07:26:46,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.78093099594s 2018-09-02 07:26:46,400 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3/add_router_interface.json used request id req-c7931afc-ce4e-4e5e-9c5c-c39b533b7a30 returning object 1f1f05d6-d885-402c-8223-2fec806e9df3 2018-09-02 07:26:46,516 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:26:46,516 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | tenantnetwork2 | functest | 00:13 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-02 07:26:46,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:26:46,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3/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}f1200d8f7e801c76d03c944918967f56318d671d" -d '{"subnet_id": "3270c4a3-8b9b-4938-93e0-9b5da882ed80"}' 2018-09-02 07:26:49,256 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-cd8e344a-f6ab-4104-9bfb-40542c73d937 Date: Sun, 02 Sep 2018 07:26:49 GMT RESP BODY: {"network_id": "0bf3e29f-f070-4a07-b7f4-bbaf8be48551", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "subnet_id": "3270c4a3-8b9b-4938-93e0-9b5da882ed80", "subnet_ids": ["3270c4a3-8b9b-4938-93e0-9b5da882ed80"], "port_id": "04b26e49-1d8c-4a70-8927-b08753e5a6a8", "id": "1f1f05d6-d885-402c-8223-2fec806e9df3"} 2018-09-02 07:26:49,257 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3/remove_router_interface.json used request id req-cd8e344a-f6ab-4104-9bfb-40542c73d937 2018-09-02 07:26:49,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.73584103584s 2018-09-02 07:26:49,257 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3/remove_router_interface.json used request id req-cd8e344a-f6ab-4104-9bfb-40542c73d937 returning object 1f1f05d6-d885-402c-8223-2fec806e9df3 2018-09-02 07:26:49,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:26:49,258 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f1200d8f7e801c76d03c944918967f56318d671d" 2018-09-02 07:26:49,734 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-9bfa7349-33e0-446b-b33d-32c8a6c47ba2 Date: Sun, 02 Sep 2018 07:26:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "created_at": "2018-09-02T07:26:37Z", "admin_state_up": true, "updated_at": "2018-09-02T07:26:48Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "38ae2ac7a4da4d37988a73e914b99b36", "id": "1f1f05d6-d885-402c-8223-2fec806e9df3", "name": "tenantnetwork2-router_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}]} 2018-09-02 07:26:49,734 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9bfa7349-33e0-446b-b33d-32c8a6c47ba2 2018-09-02 07:26:49,734 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.476020812988s 2018-09-02 07:26:49,734 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9bfa7349-33e0-446b-b33d-32c8a6c47ba2 2018-09-02 07:26:49,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:26:49,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1200d8f7e801c76d03c944918967f56318d671d" 2018-09-02 07:26:53,858 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-246ef261-b447-4ef1-bbd6-a08e287b0b60 Content-Length: 0 Date: Sun, 02 Sep 2018 07:26:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:26:53,858 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3.json used request id req-246ef261-b447-4ef1-bbd6-a08e287b0b60 2018-09-02 07:26:53,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.12332487106s 2018-09-02 07:26:53,858 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/1f1f05d6-d885-402c-8223-2fec806e9df3.json used request id req-246ef261-b447-4ef1-bbd6-a08e287b0b60 2018-09-02 07:26:53,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:26:53,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f1200d8f7e801c76d03c944918967f56318d671d" 2018-09-02 07:26:55,064 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-080067e5-6a1d-46f6-a161-483c155b6bbb Date: Sun, 02 Sep 2018 07:26:55 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"0bf3e29f-f070-4a07-b7f4-bbaf8be48551","tenant_id":"38ae2ac7a4da4d37988a73e914b99b36","created_at":"2018-09-02T07:26:36Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:26: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":"38ae2ac7a4da4d37988a73e914b99b36","id":"3270c4a3-8b9b-4938-93e0-9b5da882ed80","subnetpool_id":null,"name":"tenantnetwork2-subnet_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}]} 2018-09-02 07:26:55,065 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-080067e5-6a1d-46f6-a161-483c155b6bbb 2018-09-02 07:26:55,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 1.2059109211s 2018-09-02 07:26:55,065 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-080067e5-6a1d-46f6-a161-483c155b6bbb 2018-09-02 07:26:55,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:26:55,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/3270c4a3-8b9b-4938-93e0-9b5da882ed80.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1200d8f7e801c76d03c944918967f56318d671d" 2018-09-02 07:26:57,302 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6493657d-8bd1-4e88-adda-ed9095bba607 Date: Sun, 02 Sep 2018 07:26:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:26:57,303 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/3270c4a3-8b9b-4938-93e0-9b5da882ed80.json used request id req-6493657d-8bd1-4e88-adda-ed9095bba607 2018-09-02 07:26:57,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.23599696159s 2018-09-02 07:26:57,303 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/3270c4a3-8b9b-4938-93e0-9b5da882ed80.json used request id req-6493657d-8bd1-4e88-adda-ed9095bba607 2018-09-02 07:26:57,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:26:57,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f1200d8f7e801c76d03c944918967f56318d671d" 2018-09-02 07:26:58,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-a3c5fea3-e842-47c7-a220-a8d54881131e Date: Sun, 02 Sep 2018 07:26:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"0bf3e29f-f070-4a07-b7f4-bbaf8be48551","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"38ae2ac7a4da4d37988a73e914b99b36","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:26:57Z","qos_policy_id":null,"name":"tenantnetwork2-net_75d8aa48-2f82-489b-b1c0-7d6a0836b768","admin_state_up":true,"tenant_id":"38ae2ac7a4da4d37988a73e914b99b36","created_at":"2018-09-02T07:26:33Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:26:58,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a3c5fea3-e842-47c7-a220-a8d54881131e 2018-09-02 07:26:58,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.06116104126s 2018-09-02 07:26:58,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a3c5fea3-e842-47c7-a220-a8d54881131e 2018-09-02 07:26:58,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:26:58,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/0bf3e29f-f070-4a07-b7f4-bbaf8be48551.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f1200d8f7e801c76d03c944918967f56318d671d" 2018-09-02 07:26:59,288 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5c550f07-1607-4348-a185-98da2888f4e5 Date: Sun, 02 Sep 2018 07:26:59 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:26:59,288 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/0bf3e29f-f070-4a07-b7f4-bbaf8be48551.json used request id req-5c550f07-1607-4348-a185-98da2888f4e5 2018-09-02 07:26:59,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 0.921932935715s 2018-09-02 07:26:59,289 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/0bf3e29f-f070-4a07-b7f4-bbaf8be48551.json used request id req-5c550f07-1607-4348-a185-98da2888f4e5 2018-09-02 07:26:59,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:26:59,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:59,486 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8ed471aa-0231-4c59-9638-0c2bc495d4be Content-Encoding: gzip Content-Length: 845 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768", "links": {"self": "http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "febf6a4fadb54a6ea4effc05f34fd49a", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:26:59,486 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-8ed471aa-0231-4c59-9638-0c2bc495d4be 2018-09-02 07:26:59,486 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196659088135s 2018-09-02 07:26:59,486 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-8ed471aa-0231-4c59-9638-0c2bc495d4be 2018-09-02 07:26:59,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:26:59,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:26:59,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:26:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e4771e0-4e80-4c4c-895e-8f080f95579d Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tenantnetwork2-user_75d8aa48-2f82-489b-b1c0-7d6a0836b768", "links": {"self": "http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "febf6a4fadb54a6ea4effc05f34fd49a", "description": null}} 2018-09-02 07:26:59,683 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a used request id req-5e4771e0-4e80-4c4c-895e-8f080f95579d 2018-09-02 07:26:59,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.191382884979s 2018-09-02 07:26:59,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a used request id req-5e4771e0-4e80-4c4c-895e-8f080f95579d 2018-09-02 07:26:59,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 07:26:59,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:27:00,046 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:26:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d56065d2-27e7-4d56-aa0f-9cedc01b4c24 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 07:27:00,046 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a used request id req-d56065d2-27e7-4d56-aa0f-9cedc01b4c24 2018-09-02 07:27:00,046 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.36224603653s 2018-09-02 07:27:00,047 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/febf6a4fadb54a6ea4effc05f34fd49a used request id req-d56065d2-27e7-4d56-aa0f-9cedc01b4c24 2018-09-02 07:27:00,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:27:00,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:27:00,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8e03864a-7e41-4fa7-ab84-751f8bde282c Content-Encoding: gzip Content-Length: 388 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tenantnetwork2", "links": {"self": "http://172.30.9.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36"}, "tags": [], "enabled": true, "id": "38ae2ac7a4da4d37988a73e914b99b36", "parent_id": "default", "domain_id": "default", "name": "tenantnetwork2-project_75d8aa48-2f82-489b-b1c0-7d6a0836b768"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:27:00,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-8e03864a-7e41-4fa7-ab84-751f8bde282c 2018-09-02 07:27:00,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196142911911s 2018-09-02 07:27:00,249 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-8e03864a-7e41-4fa7-ab84-751f8bde282c 2018-09-02 07:27:00,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 07:27:00,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}46d4a11bd29c2832ccd7da8c5caf681dceeb38c0" 2018-09-02 07:27:00,688 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:27:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cbdb586e-2395-4d85-a40f-633778403686 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 07:27:00,688 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36 used request id req-cbdb586e-2395-4d85-a40f-633778403686 2018-09-02 07:27:00,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.434775114059s 2018-09-02 07:27:00,689 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/38ae2ac7a4da4d37988a73e914b99b36 used request id req-cbdb586e-2395-4d85-a40f-633778403686 2018-09-02 07:27:00,742 - xtesting.ci.run_tests - INFO - Loading test case 'vmready1'... 2018-09-02 07:27:00,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:27:00,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:27:00,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:27:00,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:27:00,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:27:00,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c48af058-8ac7-4dec-95df-525aa56c7a6c 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:27:00,848 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c48af058-8ac7-4dec-95df-525aa56c7a6c 2018-09-02 07:27:00,848 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:27:01,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:27:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["I1R_fGIyRl-p9Us8LjITng"], "issued_at": "2018-09-02T07:27:01.000000Z"}} 2018-09-02 07:27:01,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:27:01,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:01,607 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-c810d878-4804-40fb-ae3c-ba7235d24b70 Date: Sun, 02 Sep 2018 07:27:01 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:27:01,607 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c810d878-4804-40fb-ae3c-ba7235d24b70 2018-09-02 07:27:01,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352829933167s 2018-09-02 07:27:01,608 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-c810d878-4804-40fb-ae3c-ba7235d24b70 2018-09-02 07:27:01,608 - xtesting.ci.run_tests - INFO - Running test case 'vmready1'... 2018-09-02 07:27:01,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:27:01,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '{"network": {"name": "vmready1-net_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "admin_state_up": true}}' 2018-09-02 07:27:02,759 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 722 X-Openstack-Request-Id: req-f68a9359-1003-4782-9fa0-a1c88f1d0817 Date: Sun, 02 Sep 2018 07:27:02 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"2913fda1-1333-4102-8125-342b48aabcff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:27:02Z","is_default":false,"qos_policy_id":null,"name":"vmready1-net_7945445d-f5c5-4839-a76b-de2e6d0df4c4","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:27:02Z","mtu":1450}} 2018-09-02 07:27:02,759 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f68a9359-1003-4782-9fa0-a1c88f1d0817 2018-09-02 07:27:02,759 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.15004205704s 2018-09-02 07:27:02,759 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f68a9359-1003-4782-9fa0-a1c88f1d0817 2018-09-02 07:27:02,760 - 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-02T07:27:02Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'2913fda1-1333-4102-8125-342b48aabcff', u'provider:segmentation_id': 68, 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_7945445d-f5c5-4839-a76b-de2e6d0df4c4', u'created_at': u'2018-09-02T07:27:02Z', u'mtu': 1450, u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4b06fee7bf104ba386aa2f904001aa35', u'l2_adjacency': True}) 2018-09-02 07:27:02,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:27:02,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:03,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1428 X-Openstack-Request-Id: req-51b92348-9b18-4a1e-a930-60fd57e3ca37 Date: Sun, 02 Sep 2018 07:27:04 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"2913fda1-1333-4102-8125-342b48aabcff","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:27:02Z","qos_policy_id":null,"name":"vmready1-net_7945445d-f5c5-4839-a76b-de2e6d0df4c4","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:27:02Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:27:03,889 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-51b92348-9b18-4a1e-a930-60fd57e3ca37 2018-09-02 07:27:03,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.12840008736s 2018-09-02 07:27:03,889 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-51b92348-9b18-4a1e-a930-60fd57e3ca37 2018-09-02 07:27:03,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:27:03,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '{"subnet": {"name": "vmready1-subnet_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "enable_dhcp": true, "network_id": "2913fda1-1333-4102-8125-342b48aabcff", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:27:04,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 694 X-Openstack-Request-Id: req-ad3f3c58-d421-4916-8a95-6f6d0aaedf0b Date: Sun, 02 Sep 2018 07:27:04 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T07:27: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":"826878e1-5165-4d6e-9e44-1763885694b8","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"4b06fee7bf104ba386aa2f904001aa35","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_7945445d-f5c5-4839-a76b-de2e6d0df4c4","enable_dhcp":true,"segment_id":null,"network_id":"2913fda1-1333-4102-8125-342b48aabcff","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:27:04Z","ip_version":4}} 2018-09-02 07:27:04,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ad3f3c58-d421-4916-8a95-6f6d0aaedf0b 2018-09-02 07:27:04,393 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.501965045929s 2018-09-02 07:27:04,394 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-ad3f3c58-d421-4916-8a95-6f6d0aaedf0b 2018-09-02 07:27:04,394 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:27: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'826878e1-5165-4d6e-9e44-1763885694b8', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready1-subnet_7945445d-f5c5-4839-a76b-de2e6d0df4c4', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'2913fda1-1333-4102-8125-342b48aabcff', u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'created_at': u'2018-09-02T07:27: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'4b06fee7bf104ba386aa2f904001aa35'}) 2018-09-02 07:27:04,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:27:04,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "vmready1-router_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "admin_state_up": true}}' 2018-09-02 07:27:10,527 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-e00c2f11-6685-491b-8247-61aa71977507 Date: Sun, 02 Sep 2018 07:27:10 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:27:05Z", "admin_state_up": true, "updated_at": "2018-09-02T07:27:06Z", "project_id": "4b06fee7bf104ba386aa2f904001aa35", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "794b6a2a-50a9-4b59-9815-a56e2f120de5", "name": "vmready1-router_7945445d-f5c5-4839-a76b-de2e6d0df4c4"}} 2018-09-02 07:27:10,528 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e00c2f11-6685-491b-8247-61aa71977507 2018-09-02 07:27:10,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.13295388222s 2018-09-02 07:27:10,528 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e00c2f11-6685-491b-8247-61aa71977507 2018-09-02 07:27:10,529 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:27:06Z', u'revision_number': 3, u'ha': True, u'id': u'794b6a2a-50a9-4b59-9815-a56e2f120de5', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready1-router_7945445d-f5c5-4839-a76b-de2e6d0df4c4', u'admin_state_up': True, u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'created_at': u'2018-09-02T07:27:05Z', u'flavor_id': None, u'routes': [], u'project_id': u'4b06fee7bf104ba386aa2f904001aa35'}) 2018-09-02 07:27:10,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:27:10,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5/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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '{"subnet_id": "826878e1-5165-4d6e-9e44-1763885694b8"}' 2018-09-02 07:27:13,180 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ff4d0e85-e12c-47bd-bfdb-936723bbe4b1 Date: Sun, 02 Sep 2018 07:27:13 GMT RESP BODY: {"network_id": "2913fda1-1333-4102-8125-342b48aabcff", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "subnet_id": "826878e1-5165-4d6e-9e44-1763885694b8", "subnet_ids": ["826878e1-5165-4d6e-9e44-1763885694b8"], "port_id": "bebcb3fd-3656-4a57-b1b5-8e92f071b936", "id": "794b6a2a-50a9-4b59-9815-a56e2f120de5"} 2018-09-02 07:27:13,180 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5/add_router_interface.json used request id req-ff4d0e85-e12c-47bd-bfdb-936723bbe4b1 2018-09-02 07:27:13,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.65107083321s 2018-09-02 07:27:13,181 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5/add_router_interface.json used request id req-ff4d0e85-e12c-47bd-bfdb-936723bbe4b1 returning object 794b6a2a-50a9-4b59-9815-a56e2f120de5 2018-09-02 07:27:13,181 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:27:13,316 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:27:13,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:27:13,322 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:27:13 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:27:13,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:27:13,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:14,139 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-107c3893-97e8-4c37-a5e3-30bdfce7ca89 Date: Sun, 02 Sep 2018 07:27:14 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:27:14,139 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-107c3893-97e8-4c37-a5e3-30bdfce7ca89 2018-09-02 07:27:14,139 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.811751842499s 2018-09-02 07:27:14,139 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-107c3893-97e8-4c37-a5e3-30bdfce7ca89 2018-09-02 07:27:14,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:27:14,151 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4"}' 2018-09-02 07:27:15,029 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e218aca5-2113-45cf-a3a2-a01d543d2269 Date: Sun, 02 Sep 2018 07:27:15 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:27:15Z", "file": "/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/file", "owner": "4b06fee7bf104ba386aa2f904001aa35", "id": "d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99", "size": null, "self": "/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99", "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_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "checksum": null, "created_at": "2018-09-02T07:27:15Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:27:15,029 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-e218aca5-2113-45cf-a3a2-a01d543d2269 2018-09-02 07:27:15,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.881665945053s 2018-09-02 07:27:15,029 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-e218aca5-2113-45cf-a3a2-a01d543d2269 returning object d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99 2018-09-02 07:27:15,030 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:27:15,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '' 2018-09-02 07:27:18,616 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f94fa6a6-5818-4f2f-8aab-5d8e6b588d42 Date: Sun, 02 Sep 2018 07:27: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 07:27:18,616 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/file used request id req-f94fa6a6-5818-4f2f-8aab-5d8e6b588d42 2018-09-02 07:27:18,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 3.58604383469s 2018-09-02 07:27:18,616 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/file used request id req-f94fa6a6-5818-4f2f-8aab-5d8e6b588d42 2018-09-02 07:27:18,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:27:18,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:19,377 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-4c643a75-8c2f-4501-8e60-eda386d97378 Date: Sun, 02 Sep 2018 07:27:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:27:18Z", "file": "/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/file", "owner": "4b06fee7bf104ba386aa2f904001aa35", "id": "d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99", "size": 12716032, "self": "/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:27:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:27:19,377 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-4c643a75-8c2f-4501-8e60-eda386d97378 2018-09-02 07:27:19,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.75700211525s 2018-09-02 07:27:19,377 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-4c643a75-8c2f-4501-8e60-eda386d97378 2018-09-02 07:27:19,379 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/file', 'owner': u'4b06fee7bf104ba386aa2f904001aa35', 'id': u'd2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99', 'size': 12716032, u'self': u'/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b06fee7bf104ba386aa2f904001aa35', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:27:18Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T07:27:18Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4', '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/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99', 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_7945445d-f5c5-4839-a76b-de2e6d0df4c4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4', 'created': u'2018-09-02T07:27:15Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:27:15Z', 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/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99', 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_7945445d-f5c5-4839-a76b-de2e6d0df4c4', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:27:19,380 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:27:19,383 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready1-flavor_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "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 07:27:20,231 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27: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-488e3e8b-6c0c-45a1-8ec0-98e53c760957 x-compute-request-id: req-488e3e8b-6c0c-45a1-8ec0-98e53c760957 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready1-flavor_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7714ca14-509e-4a8d-a019-6e281e53918a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7714ca14-509e-4a8d-a019-6e281e53918a", "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": "7714ca14-509e-4a8d-a019-6e281e53918a"}} 2018-09-02 07:27:20,231 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-488e3e8b-6c0c-45a1-8ec0-98e53c760957 2018-09-02 07:27:20,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.850787162781s 2018-09-02 07:27:20,231 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-488e3e8b-6c0c-45a1-8ec0-98e53c760957 2018-09-02 07:27:20,232 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready1-flavor_7945445d-f5c5-4839-a76b-de2e6d0df4c4', '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'4b06fee7bf104ba386aa2f904001aa35', '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'7714ca14-509e-4a8d-a019-6e281e53918a', 'swap': 0}) 2018-09-02 07:27:20,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:27:20,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/7714ca14-509e-4a8d-a019-6e281e53918a/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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '{"extra_specs": {}}' 2018-09-02 07:27:20,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27: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-d55dd608-79cd-46fe-ab95-727f29d6f62d x-compute-request-id: req-d55dd608-79cd-46fe-ab95-727f29d6f62d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:27:20,361 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/7714ca14-509e-4a8d-a019-6e281e53918a/os-extra_specs used request id req-d55dd608-79cd-46fe-ab95-727f29d6f62d 2018-09-02 07:27:20,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.128455162048s 2018-09-02 07:27:20,362 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/7714ca14-509e-4a8d-a019-6e281e53918a/os-extra_specs used request id req-d55dd608-79cd-46fe-ab95-727f29d6f62d 2018-09-02 07:27:20,477 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:27:20,477 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready1 | functest | 00:19 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 07:27:20,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:27:20,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5/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}9b42681609d1dbde9ae6983e6baaed6e29826b03" -d '{"subnet_id": "826878e1-5165-4d6e-9e44-1763885694b8"}' 2018-09-02 07:27:23,218 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-dbfee7c3-b78d-4273-800f-61ed9cf0600c Date: Sun, 02 Sep 2018 07:27:23 GMT RESP BODY: {"network_id": "2913fda1-1333-4102-8125-342b48aabcff", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "subnet_id": "826878e1-5165-4d6e-9e44-1763885694b8", "subnet_ids": ["826878e1-5165-4d6e-9e44-1763885694b8"], "port_id": "bebcb3fd-3656-4a57-b1b5-8e92f071b936", "id": "794b6a2a-50a9-4b59-9815-a56e2f120de5"} 2018-09-02 07:27:23,218 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5/remove_router_interface.json used request id req-dbfee7c3-b78d-4273-800f-61ed9cf0600c 2018-09-02 07:27:23,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.73601794243s 2018-09-02 07:27:23,218 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5/remove_router_interface.json used request id req-dbfee7c3-b78d-4273-800f-61ed9cf0600c returning object 794b6a2a-50a9-4b59-9815-a56e2f120de5 2018-09-02 07:27:23,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:27:23,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:23,742 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 716 X-Openstack-Request-Id: req-70f9f808-673c-48ad-a6ea-2b9bb9ac7429 Date: Sun, 02 Sep 2018 07:27:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:27:05Z", "admin_state_up": true, "updated_at": "2018-09-02T07:27:21Z", "project_id": "4b06fee7bf104ba386aa2f904001aa35", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "794b6a2a-50a9-4b59-9815-a56e2f120de5", "name": "vmready1-router_7945445d-f5c5-4839-a76b-de2e6d0df4c4"}]} 2018-09-02 07:27:23,742 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-70f9f808-673c-48ad-a6ea-2b9bb9ac7429 2018-09-02 07:27:23,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.523195981979s 2018-09-02 07:27:23,742 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-70f9f808-673c-48ad-a6ea-2b9bb9ac7429 2018-09-02 07:27:23,744 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:27:23,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:27,974 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-4b8520fb-5cf2-41ea-b9e4-8e4c46ed28cc Content-Length: 0 Date: Sun, 02 Sep 2018 07:27:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:27:27,974 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5.json used request id req-4b8520fb-5cf2-41ea-b9e4-8e4c46ed28cc 2018-09-02 07:27:27,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.23054981232s 2018-09-02 07:27:27,975 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/794b6a2a-50a9-4b59-9815-a56e2f120de5.json used request id req-4b8520fb-5cf2-41ea-b9e4-8e4c46ed28cc 2018-09-02 07:27:27,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:27:27,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:28,281 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1326 X-Openstack-Request-Id: req-9f6ff861-8d60-4005-a73a-6abe4ffdb2c9 Date: Sun, 02 Sep 2018 07:27:28 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T07:27: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":"826878e1-5165-4d6e-9e44-1763885694b8","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"4b06fee7bf104ba386aa2f904001aa35","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"vmready1-subnet_7945445d-f5c5-4839-a76b-de2e6d0df4c4","enable_dhcp":true,"segment_id":null,"network_id":"2913fda1-1333-4102-8125-342b48aabcff","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:27:04Z","ip_version":4}]} 2018-09-02 07:27:28,281 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-9f6ff861-8d60-4005-a73a-6abe4ffdb2c9 2018-09-02 07:27:28,281 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.306180953979s 2018-09-02 07:27:28,282 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-9f6ff861-8d60-4005-a73a-6abe4ffdb2c9 2018-09-02 07:27:28,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:27:28,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/826878e1-5165-4d6e-9e44-1763885694b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:30,905 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1003a0e0-6f01-40c0-9000-8666ec96226f Date: Sun, 02 Sep 2018 07:27:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:27:30,905 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/826878e1-5165-4d6e-9e44-1763885694b8.json used request id req-1003a0e0-6f01-40c0-9000-8666ec96226f 2018-09-02 07:27:30,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.62200903893s 2018-09-02 07:27:30,906 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/826878e1-5165-4d6e-9e44-1763885694b8.json used request id req-1003a0e0-6f01-40c0-9000-8666ec96226f 2018-09-02 07:27:30,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:27:30,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:31,257 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1434 X-Openstack-Request-Id: req-884273a5-10a2-4876-9e9a-a37186258094 Date: Sun, 02 Sep 2018 07:27:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"2913fda1-1333-4102-8125-342b48aabcff","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":68,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:27:30Z","qos_policy_id":null,"name":"vmready1-net_7945445d-f5c5-4839-a76b-de2e6d0df4c4","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:27:02Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:27:31,257 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-884273a5-10a2-4876-9e9a-a37186258094 2018-09-02 07:27:31,257 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.350978851318s 2018-09-02 07:27:31,257 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-884273a5-10a2-4876-9e9a-a37186258094 2018-09-02 07:27:31,259 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:27:31,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/2913fda1-1333-4102-8125-342b48aabcff.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:33,072 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1867a9fb-740d-47e4-b671-6d05b3c50f3f Date: Sun, 02 Sep 2018 07:27:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:27:33,072 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/2913fda1-1333-4102-8125-342b48aabcff.json used request id req-1867a9fb-740d-47e4-b671-6d05b3c50f3f 2018-09-02 07:27:33,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.81383490562s 2018-09-02 07:27:33,073 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/2913fda1-1333-4102-8125-342b48aabcff.json used request id req-1867a9fb-740d-47e4-b671-6d05b3c50f3f 2018-09-02 07:27:33,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:27:33,080 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:33,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-025077d7-ac5f-4b67-ac94-3d9d8b6e13b4 Date: Sun, 02 Sep 2018 07:27:34 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:27:18Z", "file": "/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/file", "owner": "4b06fee7bf104ba386aa2f904001aa35", "id": "d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99", "size": 12716032, "self": "/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready1-img_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:27:15Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:27:33,824 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-025077d7-ac5f-4b67-ac94-3d9d8b6e13b4 2018-09-02 07:27:33,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.747631072998s 2018-09-02 07:27:33,825 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-025077d7-ac5f-4b67-ac94-3d9d8b6e13b4 2018-09-02 07:27:33,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:27:33,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:34,944 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4a844bd6-2448-44fd-b989-21e47dc5c9d9 Date: Sun, 02 Sep 2018 07:27: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 07:27:34,944 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99 used request id req-4a844bd6-2448-44fd-b989-21e47dc5c9d9 2018-09-02 07:27:34,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.11800289154s 2018-09-02 07:27:34,945 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/d2a9a926-7f4e-4d9e-ad4b-8af4d1b6ad99 used request id req-4a844bd6-2448-44fd-b989-21e47dc5c9d9 2018-09-02 07:27:34,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:27:34,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:34,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27: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-84698bec-b715-4d6e-96a2-81cf48cf6f31 x-compute-request-id: req-84698bec-b715-4d6e-96a2-81cf48cf6f31 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready1-flavor_7945445d-f5c5-4839-a76b-de2e6d0df4c4", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7714ca14-509e-4a8d-a019-6e281e53918a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7714ca14-509e-4a8d-a019-6e281e53918a", "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": "7714ca14-509e-4a8d-a019-6e281e53918a"}]} 2018-09-02 07:27:34,970 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-84698bec-b715-4d6e-96a2-81cf48cf6f31 2018-09-02 07:27:34,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0251879692078s 2018-09-02 07:27:34,971 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-84698bec-b715-4d6e-96a2-81cf48cf6f31 2018-09-02 07:27:34,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:27:34,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/7714ca14-509e-4a8d-a019-6e281e53918a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}9b42681609d1dbde9ae6983e6baaed6e29826b03" 2018-09-02 07:27:35,118 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:27: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-9cde6d72-4bc3-49ab-8ac5-b95147e5cd80 x-compute-request-id: req-9cde6d72-4bc3-49ab-8ac5-b95147e5cd80 Content-Length: 0 Content-Type: application/json 2018-09-02 07:27:35,118 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7714ca14-509e-4a8d-a019-6e281e53918a used request id req-9cde6d72-4bc3-49ab-8ac5-b95147e5cd80 2018-09-02 07:27:35,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.145869970322s 2018-09-02 07:27:35,119 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7714ca14-509e-4a8d-a019-6e281e53918a used request id req-9cde6d72-4bc3-49ab-8ac5-b95147e5cd80 2018-09-02 07:27:35,173 - xtesting.ci.run_tests - INFO - Loading test case 'vmready2'... 2018-09-02 07:27:35,213 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:27:35,214 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:27:35,215 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:27:35,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:27:35,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7a410be-892f-4a19-bde0-b732cf38ec75 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:27:35,222 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e7a410be-892f-4a19-bde0-b732cf38ec75 2018-09-02 07:27:35,222 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:27:35,631 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:27:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["RDpFYJ-CT_m-msG7-LvJlw"], "issued_at": "2018-09-02T07:27:35.000000Z"}} 2018-09-02 07:27:35,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:27:35,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:36,026 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-81a441e3-4c55-4008-b622-9a40b859682a Date: Sun, 02 Sep 2018 07:27:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:27:36,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-81a441e3-4c55-4008-b622-9a40b859682a 2018-09-02 07:27:36,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.392369031906s 2018-09-02 07:27:36,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-81a441e3-4c55-4008-b622-9a40b859682a 2018-09-02 07:27:36,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:27:36,035 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:27:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b888ce8b-7918-40ac-902c-684cb6366553 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:27:36,035 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-b888ce8b-7918-40ac-902c-684cb6366553 2018-09-02 07:27:36,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:27:36,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:36,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dbbc8866-ce17-47f1-9528-ca6ef7410eef Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:27:36,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-dbbc8866-ce17-47f1-9528-ca6ef7410eef 2018-09-02 07:27:36,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.176823139191s 2018-09-02 07:27:36,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-dbbc8866-ce17-47f1-9528-ca6ef7410eef 2018-09-02 07:27:36,220 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:27:36,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" -d '{"project": {"description": "Created by OPNFV Functest: vmready2", "enabled": true, "domain_id": "default", "name": "vmready2-project_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}}' 2018-09-02 07:27:36,413 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:27:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c54c3f69-0f1f-424a-8948-2d59e8edfd5b 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.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46"}, "tags": [], "enabled": true, "id": "1629b917a4944059ba946f3049a77b46", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}} 2018-09-02 07:27:36,413 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-c54c3f69-0f1f-424a-8948-2d59e8edfd5b 2018-09-02 07:27:36,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.192862033844s 2018-09-02 07:27:36,413 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-c54c3f69-0f1f-424a-8948-2d59e8edfd5b 2018-09-02 07:27:36,414 - 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'1629b917a4944059ba946f3049a77b46', '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_dfa1ace2-e56e-49fd-915c-9b34a6a749a0'}) 2018-09-02 07:27:36,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:27:36,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b41fe091-3130-4163-89ed-3c21d43f8650", "email": null, "name": "vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}}' 2018-09-02 07:27:36,974 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:27:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-066b7483-f1a2-480b-9b5c-ed9f264f7117 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "links": {"self": "http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e53393f5f22449019aac736ae17e0aee", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:27:36,974 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-066b7483-f1a2-480b-9b5c-ed9f264f7117 2018-09-02 07:27:36,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.5541639328s 2018-09-02 07:27:36,975 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-066b7483-f1a2-480b-9b5c-ed9f264f7117 2018-09-02 07:27:36,975 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'e53393f5f22449019aac736ae17e0aee', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0'}) 2018-09-02 07:27:36,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:27:36,982 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:37,175 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f459eaec-dd93-43e8-8143-a9cfc744d5b8 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:27:37,175 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f459eaec-dd93-43e8-8143-a9cfc744d5b8 2018-09-02 07:27:37,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195868015289s 2018-09-02 07:27:37,175 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f459eaec-dd93-43e8-8143-a9cfc744d5b8 2018-09-02 07:27:37,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:27:37,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:37,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-674d8d97-10ee-4031-a5f0-14e610176648 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:27:37,360 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-674d8d97-10ee-4031-a5f0-14e610176648 2018-09-02 07:27:37,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.179234981537s 2018-09-02 07:27:37,360 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-674d8d97-10ee-4031-a5f0-14e610176648 2018-09-02 07:27:37,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:27:37,368 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:37,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e11a51e1-6d7f-44fb-8713-e6ef045f6659 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:27:37,556 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e11a51e1-6d7f-44fb-8713-e6ef045f6659 2018-09-02 07:27:37,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190587997437s 2018-09-02 07:27:37,556 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e11a51e1-6d7f-44fb-8713-e6ef045f6659 2018-09-02 07:27:37,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:27:37,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:37,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a2d4d98-642c-4604-837a-da11330e90b3 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:27:37,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-4a2d4d98-642c-4604-837a-da11330e90b3 2018-09-02 07:27:37,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.259356021881s 2018-09-02 07:27:37,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-4a2d4d98-642c-4604-837a-da11330e90b3 2018-09-02 07:27:37,822 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:27:37,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:38,025 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32c59595-93b9-431f-89b1-b2fcb8887918 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "links": {"self": "http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e53393f5f22449019aac736ae17e0aee", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:27:38,025 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-32c59595-93b9-431f-89b1-b2fcb8887918 2018-09-02 07:27:38,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20348906517s 2018-09-02 07:27:38,026 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-32c59595-93b9-431f-89b1-b2fcb8887918 2018-09-02 07:27:38,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:27:38,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:38,236 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-23422134-71e3-468c-8df7-2ece8cff301b Content-Encoding: gzip Content-Length: 391 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46"}, "tags": [], "enabled": true, "id": "1629b917a4944059ba946f3049a77b46", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}]} 2018-09-02 07:27:38,236 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-23422134-71e3-468c-8df7-2ece8cff301b 2018-09-02 07:27:38,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.202577114105s 2018-09-02 07:27:38,237 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-23422134-71e3-468c-8df7-2ece8cff301b 2018-09-02 07:27:38,243 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:27:38,246 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=e53393f5f22449019aac736ae17e0aee&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1629b917a4944059ba946f3049a77b46" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:38,422 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cd0c4cbe-0843-423a-acd5-d2d55322854d Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=e53393f5f22449019aac736ae17e0aee&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1629b917a4944059ba946f3049a77b46", "previous": null, "next": null}} 2018-09-02 07:27:38,422 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=e53393f5f22449019aac736ae17e0aee&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1629b917a4944059ba946f3049a77b46 used request id req-cd0c4cbe-0843-423a-acd5-d2d55322854d 2018-09-02 07:27:38,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.179081201553s 2018-09-02 07:27:38,422 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=e53393f5f22449019aac736ae17e0aee&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1629b917a4944059ba946f3049a77b46 used request id req-cd0c4cbe-0843-423a-acd5-d2d55322854d 2018-09-02 07:27:38,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:27:38,428 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46/users/e53393f5f22449019aac736ae17e0aee/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:27:38,696 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:27:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e8b95de5-d44a-4e9f-95d3-951261e955f7 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 07:27:38,696 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46/users/e53393f5f22449019aac736ae17e0aee/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-e8b95de5-d44a-4e9f-95d3-951261e955f7 2018-09-02 07:27:38,696 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.270750045776s 2018-09-02 07:27:38,697 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46/users/e53393f5f22449019aac736ae17e0aee/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-e8b95de5-d44a-4e9f-95d3-951261e955f7 2018-09-02 07:27:38,697 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmready2-project_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', 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'1629b917a4944059ba946f3049a77b46', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b41fe091-3130-4163-89ed-3c21d43f8650', 'username': u'vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:27:38,698 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:27:38,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:27:38,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:27:38,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:27:38,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:27:38,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:27:38,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:27:38,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:27:38,699 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:27:38,700 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:27:38,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:27:38,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:27:38,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:27:38,701 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:27:38,702 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', 'password': 'b41fe091-3130-4163-89ed-3c21d43f8650', 'project_name': 'vmready2-project_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '1629b917a4944059ba946f3049a77b46', 'project_domain_name': 'Default'} 2018-09-02 07:27:38,703 - xtesting.ci.run_tests - INFO - Running test case 'vmready2'... 2018-09-02 07:27:38,704 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:27:38,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72b623d9-4f59-4023-b203-8806414f1e3f 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:27:38,710 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-72b623d9-4f59-4023-b203-8806414f1e3f 2018-09-02 07:27:38,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:27:39,100 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T08:27:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1629b917a4944059ba946f3049a77b46", "name": "vmready2-project_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_1629b917a4944059ba946f3049a77b46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_1629b917a4944059ba946f3049a77b46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1629b917a4944059ba946f3049a77b46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/1629b917a4944059ba946f3049a77b46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/1629b917a4944059ba946f3049a77b46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1629b917a4944059ba946f3049a77b46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/1629b917a4944059ba946f3049a77b46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/1629b917a4944059ba946f3049a77b46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1629b917a4944059ba946f3049a77b46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/1629b917a4944059ba946f3049a77b46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/1629b917a4944059ba946f3049a77b46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/1629b917a4944059ba946f3049a77b46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/1629b917a4944059ba946f3049a77b46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/1629b917a4944059ba946f3049a77b46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "id": "e53393f5f22449019aac736ae17e0aee"}, "audit_ids": ["BCtqlT7SSqynRibCiJPXHA"], "issued_at": "2018-09-02T07:27:39.000000Z"}} 2018-09-02 07:27:39,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:27:39,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" -d '{"network": {"name": "vmready2-net_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "admin_state_up": true}}' 2018-09-02 07:27:39,921 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-22965437-7a78-4973-b016-22e50c049ffa Date: Sun, 02 Sep 2018 07:27:40 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f4003472-e994-4f91-aacc-397d803f441f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1629b917a4944059ba946f3049a77b46","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:27:39Z","is_default":false,"name":"vmready2-net_dfa1ace2-e56e-49fd-915c-9b34a6a749a0","qos_policy_id":null,"admin_state_up":true,"tenant_id":"1629b917a4944059ba946f3049a77b46","created_at":"2018-09-02T07:27:39Z","mtu":1450}} 2018-09-02 07:27:39,921 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-22965437-7a78-4973-b016-22e50c049ffa 2018-09-02 07:27:39,921 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.817983865738s 2018-09-02 07:27:39,921 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-22965437-7a78-4973-b016-22e50c049ffa 2018-09-02 07:27:39,922 - 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-02T07:27:39Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f4003472-e994-4f91-aacc-397d803f441f', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-net_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', u'admin_state_up': True, u'tenant_id': u'1629b917a4944059ba946f3049a77b46', u'created_at': u'2018-09-02T07:27:39Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'1629b917a4944059ba946f3049a77b46', u'l2_adjacency': True}) 2018-09-02 07:27:39,922 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:27:39,923 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:27:40,269 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1229 X-Openstack-Request-Id: req-8fa02aac-95ca-4d30-bc1c-75cb57d6aad8 Date: Sun, 02 Sep 2018 07:27:40 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f4003472-e994-4f91-aacc-397d803f441f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"1629b917a4944059ba946f3049a77b46","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:27:39Z","qos_policy_id":null,"name":"vmready2-net_dfa1ace2-e56e-49fd-915c-9b34a6a749a0","admin_state_up":true,"tenant_id":"1629b917a4944059ba946f3049a77b46","created_at":"2018-09-02T07:27:39Z","mtu":1450}]} 2018-09-02 07:27:40,269 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8fa02aac-95ca-4d30-bc1c-75cb57d6aad8 2018-09-02 07:27:40,269 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346477031708s 2018-09-02 07:27:40,269 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8fa02aac-95ca-4d30-bc1c-75cb57d6aad8 2018-09-02 07:27:40,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:27:40,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" -d '{"subnet": {"name": "vmready2-subnet_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "enable_dhcp": true, "network_id": "f4003472-e994-4f91-aacc-397d803f441f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:27:41,328 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-5da929a7-808d-4dcb-92ed-7550178489a2 Date: Sun, 02 Sep 2018 07:27:41 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4003472-e994-4f91-aacc-397d803f441f","tenant_id":"1629b917a4944059ba946f3049a77b46","created_at":"2018-09-02T07:27:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:27:40Z","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":"1629b917a4944059ba946f3049a77b46","id":"c3da3f57-303c-44de-a36e-4620c9762287","subnetpool_id":null,"name":"vmready2-subnet_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}} 2018-09-02 07:27:41,328 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5da929a7-808d-4dcb-92ed-7550178489a2 2018-09-02 07:27:41,328 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.05700492859s 2018-09-02 07:27:41,328 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5da929a7-808d-4dcb-92ed-7550178489a2 2018-09-02 07:27:41,329 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:27:40Z', 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'c3da3f57-303c-44de-a36e-4620c9762287', u'subnetpool_id': None, u'service_types': [], u'name': u'vmready2-subnet_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', u'enable_dhcp': True, u'network_id': u'f4003472-e994-4f91-aacc-397d803f441f', u'tenant_id': u'1629b917a4944059ba946f3049a77b46', u'created_at': u'2018-09-02T07:27:40Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1629b917a4944059ba946f3049a77b46'}) 2018-09-02 07:27:41,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:27:41,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "vmready2-router_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "admin_state_up": true}}' 2018-09-02 07:27:48,779 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-f9f682dd-f97e-459f-88fa-18e66670cae4 Date: Sun, 02 Sep 2018 07:27:49 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1629b917a4944059ba946f3049a77b46", "created_at": "2018-09-02T07:27:43Z", "admin_state_up": true, "updated_at": "2018-09-02T07:27:44Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "1629b917a4944059ba946f3049a77b46", "id": "9468360d-15b6-468e-8e7d-412d16f63014", "name": "vmready2-router_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}} 2018-09-02 07:27:48,779 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f9f682dd-f97e-459f-88fa-18e66670cae4 2018-09-02 07:27:48,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.44962310791s 2018-09-02 07:27:48,779 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f9f682dd-f97e-459f-88fa-18e66670cae4 2018-09-02 07:27:48,780 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:27:44Z', u'revision_number': 3, u'id': u'9468360d-15b6-468e-8e7d-412d16f63014', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmready2-router_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', u'admin_state_up': True, u'tenant_id': u'1629b917a4944059ba946f3049a77b46', u'created_at': u'2018-09-02T07:27:43Z', u'flavor_id': None, u'routes': [], u'project_id': u'1629b917a4944059ba946f3049a77b46'}) 2018-09-02 07:27:48,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:27:48,781 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014/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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" -d '{"subnet_id": "c3da3f57-303c-44de-a36e-4620c9762287"}' 2018-09-02 07:27:51,807 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a6acd2da-b0c5-47c0-be9a-8b59ed78c25c Date: Sun, 02 Sep 2018 07:27:51 GMT RESP BODY: {"network_id": "f4003472-e994-4f91-aacc-397d803f441f", "tenant_id": "1629b917a4944059ba946f3049a77b46", "subnet_id": "c3da3f57-303c-44de-a36e-4620c9762287", "subnet_ids": ["c3da3f57-303c-44de-a36e-4620c9762287"], "port_id": "454365eb-c304-4bcb-b768-f8e229b9f284", "id": "9468360d-15b6-468e-8e7d-412d16f63014"} 2018-09-02 07:27:51,807 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014/add_router_interface.json used request id req-a6acd2da-b0c5-47c0-be9a-8b59ed78c25c 2018-09-02 07:27:51,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.02681779861s 2018-09-02 07:27:51,808 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014/add_router_interface.json used request id req-a6acd2da-b0c5-47c0-be9a-8b59ed78c25c returning object 9468360d-15b6-468e-8e7d-412d16f63014 2018-09-02 07:27:51,808 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:27:51,940 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:27:51,942 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:27:51,947 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:27:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:27:51,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:27:51,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:27:52,979 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-347586ae-aeba-4371-8615-919c333408dd Date: Sun, 02 Sep 2018 07:27:53 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:27:52,979 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-347586ae-aeba-4371-8615-919c333408dd 2018-09-02 07:27:52,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 1.02782201767s 2018-09-02 07:27:52,980 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-347586ae-aeba-4371-8615-919c333408dd 2018-09-02 07:27:52,988 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:27:52,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}' 2018-09-02 07:27:53,833 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-56074e71-4a58-4996-a9aa-5c97f0f7f875 Date: Sun, 02 Sep 2018 07:27:53 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:27:53Z", "file": "/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f/file", "owner": "1629b917a4944059ba946f3049a77b46", "id": "4800ce97-6c24-443b-881f-284b02b1fc2f", "size": null, "self": "/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f", "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_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "checksum": null, "created_at": "2018-09-02T07:27:53Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:27:53,833 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-56074e71-4a58-4996-a9aa-5c97f0f7f875 2018-09-02 07:27:53,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.844742059708s 2018-09-02 07:27:53,833 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-56074e71-4a58-4996-a9aa-5c97f0f7f875 returning object 4800ce97-6c24-443b-881f-284b02b1fc2f 2018-09-02 07:27:53,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:27:53,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f/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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" -d '' 2018-09-02 07:27:55,036 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-b36323c6-1b46-4ada-a07f-9ddc8d00b92e Date: Sun, 02 Sep 2018 07:27: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 07:27:55,036 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f/file used request id req-b36323c6-1b46-4ada-a07f-9ddc8d00b92e 2018-09-02 07:27:55,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.20232200623s 2018-09-02 07:27:55,037 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f/file used request id req-b36323c6-1b46-4ada-a07f-9ddc8d00b92e 2018-09-02 07:27:55,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:27:55,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:27:55,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-9f5b5576-20b9-4ed7-a8e3-a9bdca442316 Date: Sun, 02 Sep 2018 07:27:56 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:27:54Z", "file": "/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f/file", "owner": "1629b917a4944059ba946f3049a77b46", "id": "4800ce97-6c24-443b-881f-284b02b1fc2f", "size": 12716032, "self": "/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4800ce97-6c24-443b-881f-284b02b1fc2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4800ce97-6c24-443b-881f-284b02b1fc2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:27:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:27:55,839 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9f5b5576-20b9-4ed7-a8e3-a9bdca442316 2018-09-02 07:27:55,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.798129081726s 2018-09-02 07:27:55,839 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9f5b5576-20b9-4ed7-a8e3-a9bdca442316 2018-09-02 07:27:55,841 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4800ce97-6c24-443b-881f-284b02b1fc2f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f/file', 'owner': u'1629b917a4944059ba946f3049a77b46', 'id': u'4800ce97-6c24-443b-881f-284b02b1fc2f', 'size': 12716032, u'self': u'/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1629b917a4944059ba946f3049a77b46', 'name': 'vmready2-project_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4800ce97-6c24-443b-881f-284b02b1fc2f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:27:54Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T07:27:54Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', '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/4800ce97-6c24-443b-881f-284b02b1fc2f', 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_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', 'created': u'2018-09-02T07:27:53Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:27:53Z', 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/4800ce97-6c24-443b-881f-284b02b1fc2f', 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_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:27:55,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:27:55,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vmready2-flavor_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "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 07:27:56,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27: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-bd04847a-1289-426a-a116-c0bab4844a82 x-compute-request-id: req-bd04847a-1289-426a-a116-c0bab4844a82 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmready2-flavor_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557", "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": "8d8ce9a8-ae9d-47e5-b393-b4b11274c557"}} 2018-09-02 07:27:56,698 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-bd04847a-1289-426a-a116-c0bab4844a82 2018-09-02 07:27:56,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.855664014816s 2018-09-02 07:27:56,698 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-bd04847a-1289-426a-a116-c0bab4844a82 2018-09-02 07:27:56,699 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmready2-flavor_dfa1ace2-e56e-49fd-915c-9b34a6a749a0', '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'4b06fee7bf104ba386aa2f904001aa35', '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'8d8ce9a8-ae9d-47e5-b393-b4b11274c557', 'swap': 0}) 2018-09-02 07:27:56,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:27:56,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557/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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" -d '{"extra_specs": {}}' 2018-09-02 07:27:56,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:27: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-ae071828-ca53-4911-82c4-992dbf70ed09 x-compute-request-id: req-ae071828-ca53-4911-82c4-992dbf70ed09 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:27:56,826 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557/os-extra_specs used request id req-ae071828-ca53-4911-82c4-992dbf70ed09 2018-09-02 07:27:56,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.1262550354s 2018-09-02 07:27:56,827 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557/os-extra_specs used request id req-ae071828-ca53-4911-82c4-992dbf70ed09 2018-09-02 07:27:56,933 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:27:56,933 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmready2 | functest | 00:18 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 07:27:56,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:27:56,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014/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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" -d '{"subnet_id": "c3da3f57-303c-44de-a36e-4620c9762287"}' 2018-09-02 07:27:59,356 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-a21e458e-f4de-4123-81f4-fd0389d8b5a7 Date: Sun, 02 Sep 2018 07:27:59 GMT RESP BODY: {"network_id": "f4003472-e994-4f91-aacc-397d803f441f", "tenant_id": "1629b917a4944059ba946f3049a77b46", "subnet_id": "c3da3f57-303c-44de-a36e-4620c9762287", "subnet_ids": ["c3da3f57-303c-44de-a36e-4620c9762287"], "port_id": "454365eb-c304-4bcb-b768-f8e229b9f284", "id": "9468360d-15b6-468e-8e7d-412d16f63014"} 2018-09-02 07:27:59,356 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014/remove_router_interface.json used request id req-a21e458e-f4de-4123-81f4-fd0389d8b5a7 2018-09-02 07:27:59,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.41733598709s 2018-09-02 07:27:59,356 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014/remove_router_interface.json used request id req-a21e458e-f4de-4123-81f4-fd0389d8b5a7 returning object 9468360d-15b6-468e-8e7d-412d16f63014 2018-09-02 07:27:59,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:27:59,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:27:59,737 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-21d40b7b-afcc-4e1d-abb9-535e0514bc4d Date: Sun, 02 Sep 2018 07:28:00 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1629b917a4944059ba946f3049a77b46", "created_at": "2018-09-02T07:27:43Z", "admin_state_up": true, "updated_at": "2018-09-02T07:27:58Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "1629b917a4944059ba946f3049a77b46", "id": "9468360d-15b6-468e-8e7d-412d16f63014", "name": "vmready2-router_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}]} 2018-09-02 07:27:59,737 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-21d40b7b-afcc-4e1d-abb9-535e0514bc4d 2018-09-02 07:27:59,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.379831075668s 2018-09-02 07:27:59,737 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-21d40b7b-afcc-4e1d-abb9-535e0514bc4d 2018-09-02 07:27:59,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:27:59,739 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:28:04,063 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-47bc157d-0a7b-4902-9a42-46b323a6abc0 Content-Length: 0 Date: Sun, 02 Sep 2018 07:28:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:28:04,063 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014.json used request id req-47bc157d-0a7b-4902-9a42-46b323a6abc0 2018-09-02 07:28:04,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.32455611229s 2018-09-02 07:28:04,064 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/9468360d-15b6-468e-8e7d-412d16f63014.json used request id req-47bc157d-0a7b-4902-9a42-46b323a6abc0 2018-09-02 07:28:04,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:28:04,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:28:04,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-135d6325-6b2e-43d0-8b69-8de6a9fb8468 Date: Sun, 02 Sep 2018 07:28:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f4003472-e994-4f91-aacc-397d803f441f","tenant_id":"1629b917a4944059ba946f3049a77b46","created_at":"2018-09-02T07:27:40Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:27:40Z","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":"1629b917a4944059ba946f3049a77b46","id":"c3da3f57-303c-44de-a36e-4620c9762287","subnetpool_id":null,"name":"vmready2-subnet_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}]} 2018-09-02 07:28:04,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-135d6325-6b2e-43d0-8b69-8de6a9fb8468 2018-09-02 07:28:04,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.304461956024s 2018-09-02 07:28:04,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-135d6325-6b2e-43d0-8b69-8de6a9fb8468 2018-09-02 07:28:04,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:28:04,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/c3da3f57-303c-44de-a36e-4620c9762287.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:28:07,013 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b1839f45-74a8-4313-bf92-333a7459ab8b Date: Sun, 02 Sep 2018 07:28:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:28:07,014 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c3da3f57-303c-44de-a36e-4620c9762287.json used request id req-b1839f45-74a8-4313-bf92-333a7459ab8b 2018-09-02 07:28:07,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.64331316948s 2018-09-02 07:28:07,014 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c3da3f57-303c-44de-a36e-4620c9762287.json used request id req-b1839f45-74a8-4313-bf92-333a7459ab8b 2018-09-02 07:28:07,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:28:07,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:28:07,398 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-43342bcc-dabe-4502-b009-72d4d5b5d8f8 Date: Sun, 02 Sep 2018 07:28:07 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"f4003472-e994-4f91-aacc-397d803f441f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"1629b917a4944059ba946f3049a77b46","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:28:07Z","qos_policy_id":null,"name":"vmready2-net_dfa1ace2-e56e-49fd-915c-9b34a6a749a0","admin_state_up":true,"tenant_id":"1629b917a4944059ba946f3049a77b46","created_at":"2018-09-02T07:27:39Z","mtu":1450}]} 2018-09-02 07:28:07,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-43342bcc-dabe-4502-b009-72d4d5b5d8f8 2018-09-02 07:28:07,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.384297132492s 2018-09-02 07:28:07,399 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-43342bcc-dabe-4502-b009-72d4d5b5d8f8 2018-09-02 07:28:07,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:28:07,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/f4003472-e994-4f91-aacc-397d803f441f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:28:08,741 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-95a71427-6ed9-4bd0-8de5-9b6a7a14728a Date: Sun, 02 Sep 2018 07:28:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:28:08,741 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f4003472-e994-4f91-aacc-397d803f441f.json used request id req-95a71427-6ed9-4bd0-8de5-9b6a7a14728a 2018-09-02 07:28:08,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.34100294113s 2018-09-02 07:28:08,741 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f4003472-e994-4f91-aacc-397d803f441f.json used request id req-95a71427-6ed9-4bd0-8de5-9b6a7a14728a 2018-09-02 07:28:08,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:28:08,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:28:09,555 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1393 Content-Type: application/json X-Openstack-Request-Id: req-209a5469-d3b7-4a94-9da7-ba753569f61a Date: Sun, 02 Sep 2018 07:28:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:27:54Z", "file": "/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f/file", "owner": "1629b917a4944059ba946f3049a77b46", "id": "4800ce97-6c24-443b-881f-284b02b1fc2f", "size": 12716032, "self": "/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4800ce97-6c24-443b-881f-284b02b1fc2f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4800ce97-6c24-443b-881f-284b02b1fc2f/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vmready2-img_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:27:53Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:28:09,555 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-209a5469-d3b7-4a94-9da7-ba753569f61a 2018-09-02 07:28:09,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.809427976608s 2018-09-02 07:28:09,555 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-209a5469-d3b7-4a94-9da7-ba753569f61a 2018-09-02 07:28:09,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:28:09,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d746bc797b82fbe7cdfeb1cf1c88cbc122d2e4ae" 2018-09-02 07:28:10,723 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0b1220e7-0d26-4148-aa4d-27a306b3f5c1 Date: Sun, 02 Sep 2018 07:28: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 07:28:10,723 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f used request id req-0b1220e7-0d26-4148-aa4d-27a306b3f5c1 2018-09-02 07:28:10,723 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.1663351059s 2018-09-02 07:28:10,724 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/4800ce97-6c24-443b-881f-284b02b1fc2f used request id req-0b1220e7-0d26-4148-aa4d-27a306b3f5c1 2018-09-02 07:28:10,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:28:10,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:28:10,852 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-aeb93182-1efa-4a29-b038-8d37b86b8e67 x-compute-request-id: req-aeb93182-1efa-4a29-b038-8d37b86b8e67 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmready2-flavor_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557", "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": "8d8ce9a8-ae9d-47e5-b393-b4b11274c557"}]} 2018-09-02 07:28:10,852 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-aeb93182-1efa-4a29-b038-8d37b86b8e67 2018-09-02 07:28:10,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.128155946732s 2018-09-02 07:28:10,853 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-aeb93182-1efa-4a29-b038-8d37b86b8e67 2018-09-02 07:28:10,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:28:10,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:28:11,011 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:28: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-bf3bd6ce-8a38-4331-96ef-4f65f426f043 x-compute-request-id: req-bf3bd6ce-8a38-4331-96ef-4f65f426f043 Content-Length: 0 Content-Type: application/json 2018-09-02 07:28:11,011 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557 used request id req-bf3bd6ce-8a38-4331-96ef-4f65f426f043 2018-09-02 07:28:11,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.156439065933s 2018-09-02 07:28:11,011 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/8d8ce9a8-ae9d-47e5-b393-b4b11274c557 used request id req-bf3bd6ce-8a38-4331-96ef-4f65f426f043 2018-09-02 07:28:11,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:28:11,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:28:11,225 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ada62e6-bff0-457f-9c54-6c51717fe886 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "links": {"self": "http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "e53393f5f22449019aac736ae17e0aee", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:28:11,225 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6ada62e6-bff0-457f-9c54-6c51717fe886 2018-09-02 07:28:11,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213256835938s 2018-09-02 07:28:11,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6ada62e6-bff0-457f-9c54-6c51717fe886 2018-09-02 07:28:11,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:28:11,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:28:11,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8843dd7-436b-4164-9bde-e054b62b99fc Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "vmready2-user_dfa1ace2-e56e-49fd-915c-9b34a6a749a0", "links": {"self": "http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "e53393f5f22449019aac736ae17e0aee", "description": null}} 2018-09-02 07:28:11,447 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee used request id req-c8843dd7-436b-4164-9bde-e054b62b99fc 2018-09-02 07:28:11,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.216001033783s 2018-09-02 07:28:11,448 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee used request id req-c8843dd7-436b-4164-9bde-e054b62b99fc 2018-09-02 07:28:11,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 07:28:11,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:28:11,966 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:28:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-19036596-e60a-48cf-a79d-f2ee6f6a140b 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 07:28:11,967 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee used request id req-19036596-e60a-48cf-a79d-f2ee6f6a140b 2018-09-02 07:28:11,967 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.518508195877s 2018-09-02 07:28:11,967 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/e53393f5f22449019aac736ae17e0aee used request id req-19036596-e60a-48cf-a79d-f2ee6f6a140b 2018-09-02 07:28:11,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:28:11,976 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:28:12,167 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-753e68dd-6d8b-40b7-9a89-a9668b3dfe1c Content-Encoding: gzip Content-Length: 384 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vmready2", "links": {"self": "http://172.30.9.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46"}, "tags": [], "enabled": true, "id": "1629b917a4944059ba946f3049a77b46", "parent_id": "default", "domain_id": "default", "name": "vmready2-project_dfa1ace2-e56e-49fd-915c-9b34a6a749a0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:28:12,167 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-753e68dd-6d8b-40b7-9a89-a9668b3dfe1c 2018-09-02 07:28:12,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194042921066s 2018-09-02 07:28:12,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-753e68dd-6d8b-40b7-9a89-a9668b3dfe1c 2018-09-02 07:28:12,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 07:28:12,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}745f12c84724b888ef56f097fb0ad1d0f2a4472b" 2018-09-02 07:28:12,509 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:28:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f794cb57-cbb4-40c0-b823-8b4c9282b959 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 07:28:12,509 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46 used request id req-f794cb57-cbb4-40c0-b823-8b4c9282b959 2018-09-02 07:28:12,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.336863994598s 2018-09-02 07:28:12,509 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/1629b917a4944059ba946f3049a77b46 used request id req-f794cb57-cbb4-40c0-b823-8b4c9282b959 2018-09-02 07:28:12,562 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm1'... 2018-09-02 07:28:12,601 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:28:12,602 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:28:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:28:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:28:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:28:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:28:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:28:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:28:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:28:12,603 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:28:12,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:28:12,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9891657-a2db-4465-a64c-67d8c858e828 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:28:12,612 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b9891657-a2db-4465-a64c-67d8c858e828 2018-09-02 07:28:12,612 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:28:13,010 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:28:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["WZcXCACgRE-EBrJ0ddcurg"], "issued_at": "2018-09-02T07:28:12.000000Z"}} 2018-09-02 07:28:13,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:28:13,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:13,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-57eb1a93-dc89-452f-accc-a275525afc41 Date: Sun, 02 Sep 2018 07:28:13 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:28:13,366 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-57eb1a93-dc89-452f-accc-a275525afc41 2018-09-02 07:28:13,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352377176285s 2018-09-02 07:28:13,366 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-57eb1a93-dc89-452f-accc-a275525afc41 2018-09-02 07:28:13,372 - xtesting.ci.run_tests - INFO - Running test case 'singlevm1'... 2018-09-02 07:28:13,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:28:13,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"network": {"name": "singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "admin_state_up": true}}' 2018-09-02 07:28:14,645 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 723 X-Openstack-Request-Id: req-2e93b7bb-6ddb-4fc2-9b88-b787e73fe83c Date: Sun, 02 Sep 2018 07:28:14 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"provider:network_type":"vxlan","id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:28:14Z","is_default":false,"qos_policy_id":null,"name":"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:14Z","mtu":1450}} 2018-09-02 07:28:14,645 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2e93b7bb-6ddb-4fc2-9b88-b787e73fe83c 2018-09-02 07:28:14,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.27192997932s 2018-09-02 07:28:14,646 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2e93b7bb-6ddb-4fc2-9b88-b787e73fe83c 2018-09-02 07:28:14,646 - 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-02T07:28:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'e81c8a42-0df0-4f30-9b66-8b61c4af2fa9', u'provider:segmentation_id': 90, 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_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', u'created_at': u'2018-09-02T07:28:14Z', u'mtu': 1450, u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'ipv4_address_scope': None, u'shared': False, u'project_id': u'4b06fee7bf104ba386aa2f904001aa35', u'l2_adjacency': True}) 2018-09-02 07:28:14,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:28:14,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:15,001 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1429 X-Openstack-Request-Id: req-37407a67-cc81-4d0c-b975-50dcdde19fbf Date: Sun, 02 Sep 2018 07:28:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"mtu":1450,"id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:28:14Z","qos_policy_id":null,"name":"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:14Z","provider:network_type":"vxlan"}]} 2018-09-02 07:28:15,001 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-37407a67-cc81-4d0c-b975-50dcdde19fbf 2018-09-02 07:28:15,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354191064835s 2018-09-02 07:28:15,001 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-37407a67-cc81-4d0c-b975-50dcdde19fbf 2018-09-02 07:28:15,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:28:15,003 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"subnet": {"name": "singlevm1-subnet_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "enable_dhcp": true, "network_id": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:28:15,801 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-7879bb35-e0c2-49b0-ae8e-f656eb14770d Date: Sun, 02 Sep 2018 07:28:16 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T07:28: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":"47917dff-bed7-4fd8-9b18-5b95a6b799f3","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"4b06fee7bf104ba386aa2f904001aa35","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","enable_dhcp":true,"segment_id":null,"network_id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:15Z","ip_version":4}} 2018-09-02 07:28:15,801 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-7879bb35-e0c2-49b0-ae8e-f656eb14770d 2018-09-02 07:28:15,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.798213005066s 2018-09-02 07:28:15,801 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-7879bb35-e0c2-49b0-ae8e-f656eb14770d 2018-09-02 07:28:15,802 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:28: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'47917dff-bed7-4fd8-9b18-5b95a6b799f3', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm1-subnet_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'e81c8a42-0df0-4f30-9b66-8b61c4af2fa9', u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'created_at': u'2018-09-02T07:28: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'4b06fee7bf104ba386aa2f904001aa35'}) 2018-09-02 07:28:15,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:28:15,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "singlevm1-router_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "admin_state_up": true}}' 2018-09-02 07:28:22,653 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-4d29f2be-2a4f-4c0e-ad7f-67ecf538e514 Date: Sun, 02 Sep 2018 07:28:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:28:16Z", "admin_state_up": true, "updated_at": "2018-09-02T07:28:17Z", "project_id": "4b06fee7bf104ba386aa2f904001aa35", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842", "name": "singlevm1-router_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}} 2018-09-02 07:28:22,653 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4d29f2be-2a4f-4c0e-ad7f-67ecf538e514 2018-09-02 07:28:22,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.85052800179s 2018-09-02 07:28:22,653 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4d29f2be-2a4f-4c0e-ad7f-67ecf538e514 2018-09-02 07:28:22,654 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:28:17Z', u'revision_number': 3, u'ha': True, u'id': u'dc7c822a-8c10-4f83-94b1-c2e29ba6e842', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.208'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm1-router_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', u'admin_state_up': True, u'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', u'created_at': u'2018-09-02T07:28:16Z', u'flavor_id': None, u'routes': [], u'project_id': u'4b06fee7bf104ba386aa2f904001aa35'}) 2018-09-02 07:28:22,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:28:22,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842/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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"subnet_id": "47917dff-bed7-4fd8-9b18-5b95a6b799f3"}' 2018-09-02 07:28:26,062 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f37127bb-4bc1-4203-8d08-79da0acf9921 Date: Sun, 02 Sep 2018 07:28:26 GMT RESP BODY: {"network_id": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "subnet_id": "47917dff-bed7-4fd8-9b18-5b95a6b799f3", "subnet_ids": ["47917dff-bed7-4fd8-9b18-5b95a6b799f3"], "port_id": "a278e6d1-4181-415b-99dc-bb5074ca64b2", "id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842"} 2018-09-02 07:28:26,062 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842/add_router_interface.json used request id req-f37127bb-4bc1-4203-8d08-79da0acf9921 2018-09-02 07:28:26,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.40772485733s 2018-09-02 07:28:26,063 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842/add_router_interface.json used request id req-f37127bb-4bc1-4203-8d08-79da0acf9921 returning object dc7c822a-8c10-4f83-94b1-c2e29ba6e842 2018-09-02 07:28:26,063 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:28:26,194 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:28:26,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:28:26,200 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:28:26 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:28:26,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:28:26,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:26,996 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-79fed8cb-5c99-4670-8e2f-538218cde0fe Date: Sun, 02 Sep 2018 07:28:27 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:28:26,996 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-79fed8cb-5c99-4670-8e2f-538218cde0fe 2018-09-02 07:28:26,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.790596961975s 2018-09-02 07:28:26,996 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-79fed8cb-5c99-4670-8e2f-538218cde0fe 2018-09-02 07:28:27,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:28:27,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}' 2018-09-02 07:28:27,917 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/09430286-f0d9-48e2-b197-91d551c66a25 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a552044d-8b09-46db-a634-45888a9024fd Date: Sun, 02 Sep 2018 07:28:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:28:27Z", "file": "/v2/images/09430286-f0d9-48e2-b197-91d551c66a25/file", "owner": "4b06fee7bf104ba386aa2f904001aa35", "id": "09430286-f0d9-48e2-b197-91d551c66a25", "size": null, "self": "/v2/images/09430286-f0d9-48e2-b197-91d551c66a25", "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_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "checksum": null, "created_at": "2018-09-02T07:28:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:28:27,917 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-a552044d-8b09-46db-a634-45888a9024fd 2018-09-02 07:28:27,917 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.912818908691s 2018-09-02 07:28:27,918 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-a552044d-8b09-46db-a634-45888a9024fd returning object 09430286-f0d9-48e2-b197-91d551c66a25 2018-09-02 07:28:27,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:28:27,922 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/09430286-f0d9-48e2-b197-91d551c66a25/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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '' 2018-09-02 07:28:29,175 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a636090d-c70c-4c27-82ac-70c90792a511 Date: Sun, 02 Sep 2018 07:28:29 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 07:28:29,175 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/09430286-f0d9-48e2-b197-91d551c66a25/file used request id req-a636090d-c70c-4c27-82ac-70c90792a511 2018-09-02 07:28:29,175 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.25680685043s 2018-09-02 07:28:29,175 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/09430286-f0d9-48e2-b197-91d551c66a25/file used request id req-a636090d-c70c-4c27-82ac-70c90792a511 2018-09-02 07:28:29,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:28:29,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:29,413 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-c19c2229-d50a-46a5-ab20-c46c8489ca90 Date: Sun, 02 Sep 2018 07:28:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:28:29Z", "file": "/v2/images/09430286-f0d9-48e2-b197-91d551c66a25/file", "owner": "4b06fee7bf104ba386aa2f904001aa35", "id": "09430286-f0d9-48e2-b197-91d551c66a25", "size": 12716032, "self": "/v2/images/09430286-f0d9-48e2-b197-91d551c66a25", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/09430286-f0d9-48e2-b197-91d551c66a25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/09430286-f0d9-48e2-b197-91d551c66a25/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:28:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:28:29,413 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-c19c2229-d50a-46a5-ab20-c46c8489ca90 2018-09-02 07:28:29,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.233769893646s 2018-09-02 07:28:29,414 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-c19c2229-d50a-46a5-ab20-c46c8489ca90 2018-09-02 07:28:29,415 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/09430286-f0d9-48e2-b197-91d551c66a25/snap', u'metadata': Munch({})})], 'file': u'/v2/images/09430286-f0d9-48e2-b197-91d551c66a25/file', 'owner': u'4b06fee7bf104ba386aa2f904001aa35', 'id': u'09430286-f0d9-48e2-b197-91d551c66a25', 'size': 12716032, u'self': u'/v2/images/09430286-f0d9-48e2-b197-91d551c66a25', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b06fee7bf104ba386aa2f904001aa35', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/09430286-f0d9-48e2-b197-91d551c66a25/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:28:29Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T07:28:29Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', '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/09430286-f0d9-48e2-b197-91d551c66a25', 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_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', 'created': u'2018-09-02T07:28:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:28: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/09430286-f0d9-48e2-b197-91d551c66a25', 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_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:28:29,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:28:29,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm1-flavor_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "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 07:28:30,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-f0bffb9c-a340-42bd-9ec1-ad2d980c9586 x-compute-request-id: req-f0bffb9c-a340-42bd-9ec1-ad2d980c9586 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm1-flavor_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "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": "074a4ab2-43e5-4e65-a140-1c3bb688c82f"}} 2018-09-02 07:28:30,320 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-f0bffb9c-a340-42bd-9ec1-ad2d980c9586 2018-09-02 07:28:30,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.903652191162s 2018-09-02 07:28:30,320 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-f0bffb9c-a340-42bd-9ec1-ad2d980c9586 2018-09-02 07:28:30,321 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm1-flavor_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', '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'4b06fee7bf104ba386aa2f904001aa35', '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'074a4ab2-43e5-4e65-a140-1c3bb688c82f', 'swap': 0}) 2018-09-02 07:28:30,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:28:30,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f/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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"extra_specs": {}}' 2018-09-02 07:28:30,451 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-12ad62e5-f5fd-4e53-a8f5-2d7818688ca3 x-compute-request-id: req-12ad62e5-f5fd-4e53-a8f5-2d7818688ca3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:28:30,451 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f/os-extra_specs used request id req-12ad62e5-f5fd-4e53-a8f5-2d7818688ca3 2018-09-02 07:28:30,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.129474163055s 2018-09-02 07:28:30,452 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f/os-extra_specs used request id req-12ad62e5-f5fd-4e53-a8f5-2d7818688ca3 2018-09-02 07:28:30,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 07:28:30,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"keypair": {"name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}}' 2018-09-02 07:28:31,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-218757c8-03a0-4613-8e2f-c326d45eb462 x-compute-request-id: req-218757c8-03a0-4613-8e2f-c326d45eb462 Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmYJSGWG8RWgYZ26EDLudb8ytvaUQ13ZlrZsgGTxrHj5wwdYqLvYOzXimj60aeWnSS2yoi2IFLIZ4R3HraFP0rJxaqvUrv9o3J0Nt8HDrXN1KEim20P7Ra/3BaLz0K+mxSAlbf6SkGpSGLsuqbE+PaXdmok6EcCPsQKaoitVXffz/butMlLSvXLOtq8QZ8F1YUyJqXZI8A0aduk0vd3B+E2NivO9iGSV6EmY1Yx6k5FE1WEWCu2REJoZmEYD4fZhCPXUnc+kS2zY+UoQsMFmqiyvaqJsINX/31TJfE7nfd50B+UZooQoNkx2PitNtvId+HqTzPsi0CE5hpeDdg2Wpx Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEApmCUhlhvEVoGGduhAy7nW/Mrb2lENd2Za2bIBk8ax4+cMHWK\ni72Ds14po+tGnlp0ktsqItiBSyGeEdx62hT9KycWqr1K7/aNydDbfBw61zdShIpt\ntD+0Wv9wWi89CvpsUgJW3+kpBqUhi7LqmxPj2l3ZqJOhHAj7ECmqIrVV338/27rT\nJS0r1yzravEGfBdWFMial2SPANGnbpNL3dwfhNjYrzvYhklehJmNWMepORRNVhFg\nrtkRCaGZhGA+H2YQj11J3PpEts2PlKELDBZqosr2qibCDV/99UyXxO533edAflGa\nKEKDZMdj4rTbbyHfh6k8z7ItAhOYaXg3YNlqcQIDAQABAoIBAEQ3f05iPg/4QF4j\nzi3W8meiGaIRoDURyhDeUI89qfY+7MR1vTu0laZaqmoaUpck8X0xPWKSMNkUTJJ4\nOyrlxjQGT+XrvSkMh3BDIWsOzBVoCn5rn7VzFUjmSTPBAJ9atEUfzmz6Vaby2AFG\nd6jkC92B83eKKFmtWPt0idy3SyFairIGnO8U3WTrq8kRjmORoFSpwV7UzUuqqBpz\nbVKd6FQUmxvvs1giN0RmC8yf5AO+LlOQ8HsdGXGar6yodrnzQZJ6m3GNEZG4j6LV\n/pgw5d2yFK3uDd3JYUVhh4LcWaUiIhvmg8j01gtUsLsAOFb0/xV7mDfQ1HwDAvsf\n3ylPoAECgYEA3aAl2WmycveuiKtevox9JXy/2QZv85IfZdKocsw4kyDT4vwzkZdl\n5DtMxDw3dCNxtkGhRJhkT8yKqWlZIXCsOn2de56M0XOmw0ORv/dxRO9s2qwZhj1n\nofkGP0C0/K5nYEhvMKrNTdbusduSn6tsL2EDXOljlx5YcgHWGRBxigECgYEAwC6/\nAk8+vFLnNF+VaTja8h9iKqwKA1ukjJNzzPqNgOHX1ByLsJlDnF46T5QrEAmZxHp4\nNQxGlOmOPes4ULl92WgDtv8YwQrw5oWJuHyn/Ft7RwaXJf9AE/kfjYfRSgMYpgJ9\nZnmc0Bvn9QPgPwfTFoh2921rHbLOILwmEIu7gHECgYBTt48UlWynKRBw5+seJ4uO\ngZUmsdvQMj5SBEVFOAeW7Cud7o68TGhc0lmpNuXrpQfrRNdaRgZ+blFitTzJ+PnW\nDmVSsQ2YgQtZb0i7LwlGdPq1j5UEtGVVNfA6LIMxf9/k6ve1do+e+7Wm0b6NOf/f\n1dGjYzYPe5MFXdQ2G5QIAQKBgQCYbLsMTuPYI/zCekkbkn98581JQPgUH7xLzqta\n2SIgJX+z+QwF/hk0zTt8YG0jJCo0PlpW4KyecPtjOsuIowYgx7Gik4MDoPTeMO3B\nSAVITxpgg+afuWoOLVmMPDuPcxM6n+DrxOrN2ERJ/U//TeprBcMtjTgW7vkz12Zt\nWxZU0QKBgQCv6vew8hHT/47SHjfqiEQNJqNz59B6PkIckttJ/a8tGmvGIzt/DCAd\nzseTe1gXYr/VshT2XkD7KPQz6gZXWy0SAvjy0jKxyq7cMMQhxUxIlh4ZQEl//E8Q\nmfzywLm3s+k1tBsmkWkQRQf7qLjoFV6sc4WcnTKNTEjZLb18oBIPKA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "73555bf6825f4efebb70f41e3c2affd5", "name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "fingerprint": "17:ac:1a:70:48:8b:f3:60:f7:b4:c3:5a:d2:08:e1:2c"}} 2018-09-02 07:28:31,147 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-218757c8-03a0-4613-8e2f-c326d45eb462 2018-09-02 07:28:31,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.69514799118s 2018-09-02 07:28:31,148 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-218757c8-03a0-4613-8e2f-c326d45eb462 2018-09-02 07:28:31,148 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCmYJSGWG8RWgYZ26EDLudb8ytvaUQ13ZlrZsgGTxrHj5wwdYqLvYOzXimj60aeWnSS2yoi2IFLIZ4R3HraFP0rJxaqvUrv9o3J0Nt8HDrXN1KEim20P7Ra/3BaLz0K+mxSAlbf6SkGpSGLsuqbE+PaXdmok6EcCPsQKaoitVXffz/butMlLSvXLOtq8QZ8F1YUyJqXZI8A0aduk0vd3B+E2NivO9iGSV6EmY1Yx6k5FE1WEWCu2REJoZmEYD4fZhCPXUnc+kS2zY+UoQsMFmqiyvaqJsINX/31TJfE7nfd50B+UZooQoNkx2PitNtvId+HqTzPsi0CE5hpeDdg2Wpx Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEApmCUhlhvEVoGGduhAy7nW/Mrb2lENd2Za2bIBk8ax4+cMHWK\ni72Ds14po+tGnlp0ktsqItiBSyGeEdx62hT9KycWqr1K7/aNydDbfBw61zdShIpt\ntD+0Wv9wWi89CvpsUgJW3+kpBqUhi7LqmxPj2l3ZqJOhHAj7ECmqIrVV338/27rT\nJS0r1yzravEGfBdWFMial2SPANGnbpNL3dwfhNjYrzvYhklehJmNWMepORRNVhFg\nrtkRCaGZhGA+H2YQj11J3PpEts2PlKELDBZqosr2qibCDV/99UyXxO533edAflGa\nKEKDZMdj4rTbbyHfh6k8z7ItAhOYaXg3YNlqcQIDAQABAoIBAEQ3f05iPg/4QF4j\nzi3W8meiGaIRoDURyhDeUI89qfY+7MR1vTu0laZaqmoaUpck8X0xPWKSMNkUTJJ4\nOyrlxjQGT+XrvSkMh3BDIWsOzBVoCn5rn7VzFUjmSTPBAJ9atEUfzmz6Vaby2AFG\nd6jkC92B83eKKFmtWPt0idy3SyFairIGnO8U3WTrq8kRjmORoFSpwV7UzUuqqBpz\nbVKd6FQUmxvvs1giN0RmC8yf5AO+LlOQ8HsdGXGar6yodrnzQZJ6m3GNEZG4j6LV\n/pgw5d2yFK3uDd3JYUVhh4LcWaUiIhvmg8j01gtUsLsAOFb0/xV7mDfQ1HwDAvsf\n3ylPoAECgYEA3aAl2WmycveuiKtevox9JXy/2QZv85IfZdKocsw4kyDT4vwzkZdl\n5DtMxDw3dCNxtkGhRJhkT8yKqWlZIXCsOn2de56M0XOmw0ORv/dxRO9s2qwZhj1n\nofkGP0C0/K5nYEhvMKrNTdbusduSn6tsL2EDXOljlx5YcgHWGRBxigECgYEAwC6/\nAk8+vFLnNF+VaTja8h9iKqwKA1ukjJNzzPqNgOHX1ByLsJlDnF46T5QrEAmZxHp4\nNQxGlOmOPes4ULl92WgDtv8YwQrw5oWJuHyn/Ft7RwaXJf9AE/kfjYfRSgMYpgJ9\nZnmc0Bvn9QPgPwfTFoh2921rHbLOILwmEIu7gHECgYBTt48UlWynKRBw5+seJ4uO\ngZUmsdvQMj5SBEVFOAeW7Cud7o68TGhc0lmpNuXrpQfrRNdaRgZ+blFitTzJ+PnW\nDmVSsQ2YgQtZb0i7LwlGdPq1j5UEtGVVNfA6LIMxf9/k6ve1do+e+7Wm0b6NOf/f\n1dGjYzYPe5MFXdQ2G5QIAQKBgQCYbLsMTuPYI/zCekkbkn98581JQPgUH7xLzqta\n2SIgJX+z+QwF/hk0zTt8YG0jJCo0PlpW4KyecPtjOsuIowYgx7Gik4MDoPTeMO3B\nSAVITxpgg+afuWoOLVmMPDuPcxM6n+DrxOrN2ERJ/U//TeprBcMtjTgW7vkz12Zt\nWxZU0QKBgQCv6vew8hHT/47SHjfqiEQNJqNz59B6PkIckttJ/a8tGmvGIzt/DCAd\nzseTe1gXYr/VshT2XkD7KPQz6gZXWy0SAvjy0jKxyq7cMMQhxUxIlh4ZQEl//E8Q\nmfzywLm3s+k1tBsmkWkQRQf7qLjoFV6sc4WcnTKNTEjZLb18oBIPKA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'73555bf6825f4efebb70f41e3c2affd5', 'name': u'singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', 'created_at': '2018-09-02T07:28:31.148932', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b06fee7bf104ba386aa2f904001aa35', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'17:ac:1a:70:48:8b:f3:60:f7:b4:c3:5a:d2:08:e1:2c', 'type': 'ssh', 'id': u'singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762'}) 2018-09-02 07:28:31,149 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEApmCUhlhvEVoGGduhAy7nW/Mrb2lENd2Za2bIBk8ax4+cMHWK i72Ds14po+tGnlp0ktsqItiBSyGeEdx62hT9KycWqr1K7/aNydDbfBw61zdShIpt tD+0Wv9wWi89CvpsUgJW3+kpBqUhi7LqmxPj2l3ZqJOhHAj7ECmqIrVV338/27rT JS0r1yzravEGfBdWFMial2SPANGnbpNL3dwfhNjYrzvYhklehJmNWMepORRNVhFg rtkRCaGZhGA+H2YQj11J3PpEts2PlKELDBZqosr2qibCDV/99UyXxO533edAflGa KEKDZMdj4rTbbyHfh6k8z7ItAhOYaXg3YNlqcQIDAQABAoIBAEQ3f05iPg/4QF4j zi3W8meiGaIRoDURyhDeUI89qfY+7MR1vTu0laZaqmoaUpck8X0xPWKSMNkUTJJ4 OyrlxjQGT+XrvSkMh3BDIWsOzBVoCn5rn7VzFUjmSTPBAJ9atEUfzmz6Vaby2AFG d6jkC92B83eKKFmtWPt0idy3SyFairIGnO8U3WTrq8kRjmORoFSpwV7UzUuqqBpz bVKd6FQUmxvvs1giN0RmC8yf5AO+LlOQ8HsdGXGar6yodrnzQZJ6m3GNEZG4j6LV /pgw5d2yFK3uDd3JYUVhh4LcWaUiIhvmg8j01gtUsLsAOFb0/xV7mDfQ1HwDAvsf 3ylPoAECgYEA3aAl2WmycveuiKtevox9JXy/2QZv85IfZdKocsw4kyDT4vwzkZdl 5DtMxDw3dCNxtkGhRJhkT8yKqWlZIXCsOn2de56M0XOmw0ORv/dxRO9s2qwZhj1n ofkGP0C0/K5nYEhvMKrNTdbusduSn6tsL2EDXOljlx5YcgHWGRBxigECgYEAwC6/ Ak8+vFLnNF+VaTja8h9iKqwKA1ukjJNzzPqNgOHX1ByLsJlDnF46T5QrEAmZxHp4 NQxGlOmOPes4ULl92WgDtv8YwQrw5oWJuHyn/Ft7RwaXJf9AE/kfjYfRSgMYpgJ9 Znmc0Bvn9QPgPwfTFoh2921rHbLOILwmEIu7gHECgYBTt48UlWynKRBw5+seJ4uO gZUmsdvQMj5SBEVFOAeW7Cud7o68TGhc0lmpNuXrpQfrRNdaRgZ+blFitTzJ+PnW DmVSsQ2YgQtZb0i7LwlGdPq1j5UEtGVVNfA6LIMxf9/k6ve1do+e+7Wm0b6NOf/f 1dGjYzYPe5MFXdQ2G5QIAQKBgQCYbLsMTuPYI/zCekkbkn98581JQPgUH7xLzqta 2SIgJX+z+QwF/hk0zTt8YG0jJCo0PlpW4KyecPtjOsuIowYgx7Gik4MDoPTeMO3B SAVITxpgg+afuWoOLVmMPDuPcxM6n+DrxOrN2ERJ/U//TeprBcMtjTgW7vkz12Zt WxZU0QKBgQCv6vew8hHT/47SHjfqiEQNJqNz59B6PkIckttJ/a8tGmvGIzt/DCAd zseTe1gXYr/VshT2XkD7KPQz6gZXWy0SAvjy0jKxyq7cMMQhxUxIlh4ZQEl//E8Q mfzywLm3s+k1tBsmkWkQRQf7qLjoFV6sc4WcnTKNTEjZLb18oBIPKA== -----END RSA PRIVATE KEY----- 2018-09-02 07:28:31,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 07:28:31,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"security_group": {"name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "description": "created by OPNFV Functest (singlevm1)"}}' 2018-09-02 07:28:31,341 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-7afec27f-3a54-4a23-b8b9-7f46bbd341c4 Date: Sun, 02 Sep 2018 07:28:31 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:28:31Z", "updated_at": "2018-09-02T07:28:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:31Z", "revision_number": 0, "id": "5635f008-694a-4ecd-90c9-b34e78b6bbc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:31Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:31Z", "revision_number": 0, "id": "b84ff8e1-7e83-4f76-bea0-6b71ae82c86e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:31Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}], "revision_number": 1, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}} 2018-09-02 07:28:31,341 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-7afec27f-3a54-4a23-b8b9-7f46bbd341c4 2018-09-02 07:28:31,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.18908405304s 2018-09-02 07:28:31,342 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-7afec27f-3a54-4a23-b8b9-7f46bbd341c4 2018-09-02 07:28:31,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:28:31,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:31,674 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13166 X-Openstack-Request-Id: req-59db7ef2-67fc-4446-b2fa-4332575146a4 Date: Sun, 02 Sep 2018 07:28:31 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:25:59Z", "updated_at": "2018-09-02T07:25:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "31024fab-5ae9-4f4e-b314-f33a705ec5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "3b775074-9aa9-4d20-b653-c8e9d5ee10bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "cc8640d2-061f-4d84-9901-1bef3b206e0d", "remote_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "cd7aa428-1385-4dec-9d1c-45c0e4d1fdea", "remote_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}], "revision_number": 1, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "07350568-1198-434c-8f71-31ff4d604fbe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "created_at": "2018-09-02T07:22:27Z", "updated_at": "2018-09-02T07:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "1746128e-5e9b-410d-9ff6-d2454ea42058", "remote_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "2d449512-a5af-490a-b7a6-d9ff5aee2955", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "4e421b05-cd29-468d-902f-ad930b5ae84c", "remote_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "aa1c6ba2-7231-40c6-ac83-e58c9ae128a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a056d0aa556e4a86918873c940c9e44b"}], "revision_number": 1, "project_id": "a056d0aa556e4a86918873c940c9e44b", "id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T07:26:04Z", "updated_at": "2018-09-02T07:26:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:04Z", "revision_number": 0, "id": "45afab79-b781-4ff4-9add-1914b3100155", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "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-02T07:26:04Z", "revision_number": 0, "id": "4c47d320-bd15-4d64-aed1-ff1ff63383ef", "remote_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:04Z", "revision_number": 0, "id": "5b70f71c-9c90-4df1-b008-56b41e8e22db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "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-02T07:26:04Z", "revision_number": 0, "id": "c247e491-1bee-4394-bd5b-e684687c29c0", "remote_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1629b917a4944059ba946f3049a77b46", "created_at": "2018-09-02T07:27:39Z", "updated_at": "2018-09-02T07:27:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "1ca5b8b5-47c5-4581-b12b-a1c38223f6da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv4", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "cea6c9a2-89f0-4793-9356-bb256d216aa1", "remote_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv6", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "f0e2c62d-f432-4deb-9abc-b3c0e814aae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv6", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "fe5e1236-4b21-488a-94fc-222ed7ac8026", "remote_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv4", "project_id": "1629b917a4944059ba946f3049a77b46"}], "revision_number": 1, "project_id": "1629b917a4944059ba946f3049a77b46", "id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "created_at": "2018-09-02T07:26:33Z", "updated_at": "2018-09-02T07:26:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "03951c0e-dcb6-4530-ae67-75b8c6957919", "remote_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "ab5ac18a-1b69-4b3b-9074-55e773d4646a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "d8041249-3c8c-4e69-b92c-73a94d6f4e9e", "remote_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "de026006-81fa-4cfa-98ac-f5f6401f5bb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}], "revision_number": 1, "project_id": "38ae2ac7a4da4d37988a73e914b99b36", "id": "87c20709-3901-4000-a41c-5852250d9c87", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:28:31Z", "updated_at": "2018-09-02T07:28:31Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:31Z", "revision_number": 0, "id": "5635f008-694a-4ecd-90c9-b34e78b6bbc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:31Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:31Z", "revision_number": 0, "id": "b84ff8e1-7e83-4f76-bea0-6b71ae82c86e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:31Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}], "revision_number": 1, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}]} 2018-09-02 07:28:31,674 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-59db7ef2-67fc-4446-b2fa-4332575146a4 2018-09-02 07:28:31,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.328242063522s 2018-09-02 07:28:31,675 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-59db7ef2-67fc-4446-b2fa-4332575146a4 2018-09-02 07:28:31,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 07:28:31,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -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": "c2fd0507-29dc-4a5f-822a-459587c9d1c4"}}' 2018-09-02 07:28:32,111 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ba27fe3a-8fe7-468e-9ab8-f2961f8ac3b9 Date: Sun, 02 Sep 2018 07:28:32 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-02T07:28:32Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "port_range_min": 22, "revision_number": 0, "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:28:32Z", "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "a78c2460-3cc0-4422-9cbd-9aa313bf226f"}} 2018-09-02 07:28:32,111 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-ba27fe3a-8fe7-468e-9ab8-f2961f8ac3b9 2018-09-02 07:28:32,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.431612968445s 2018-09-02 07:28:32,111 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-ba27fe3a-8fe7-468e-9ab8-f2961f8ac3b9 2018-09-02 07:28:32,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:28:32,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:32,431 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 13662 X-Openstack-Request-Id: req-54100d83-7641-488f-8b9d-67e9f7f1de12 Date: Sun, 02 Sep 2018 07:28:32 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:25:59Z", "updated_at": "2018-09-02T07:25:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "31024fab-5ae9-4f4e-b314-f33a705ec5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "3b775074-9aa9-4d20-b653-c8e9d5ee10bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "cc8640d2-061f-4d84-9901-1bef3b206e0d", "remote_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "cd7aa428-1385-4dec-9d1c-45c0e4d1fdea", "remote_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}], "revision_number": 1, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "07350568-1198-434c-8f71-31ff4d604fbe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "created_at": "2018-09-02T07:22:27Z", "updated_at": "2018-09-02T07:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "1746128e-5e9b-410d-9ff6-d2454ea42058", "remote_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "2d449512-a5af-490a-b7a6-d9ff5aee2955", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "4e421b05-cd29-468d-902f-ad930b5ae84c", "remote_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "aa1c6ba2-7231-40c6-ac83-e58c9ae128a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a056d0aa556e4a86918873c940c9e44b"}], "revision_number": 1, "project_id": "a056d0aa556e4a86918873c940c9e44b", "id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T07:26:04Z", "updated_at": "2018-09-02T07:26:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:04Z", "revision_number": 0, "id": "45afab79-b781-4ff4-9add-1914b3100155", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "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-02T07:26:04Z", "revision_number": 0, "id": "4c47d320-bd15-4d64-aed1-ff1ff63383ef", "remote_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:04Z", "revision_number": 0, "id": "5b70f71c-9c90-4df1-b008-56b41e8e22db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "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-02T07:26:04Z", "revision_number": 0, "id": "c247e491-1bee-4394-bd5b-e684687c29c0", "remote_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1629b917a4944059ba946f3049a77b46", "created_at": "2018-09-02T07:27:39Z", "updated_at": "2018-09-02T07:27:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "1ca5b8b5-47c5-4581-b12b-a1c38223f6da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv4", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "cea6c9a2-89f0-4793-9356-bb256d216aa1", "remote_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv6", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "f0e2c62d-f432-4deb-9abc-b3c0e814aae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv6", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "fe5e1236-4b21-488a-94fc-222ed7ac8026", "remote_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv4", "project_id": "1629b917a4944059ba946f3049a77b46"}], "revision_number": 1, "project_id": "1629b917a4944059ba946f3049a77b46", "id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "created_at": "2018-09-02T07:26:33Z", "updated_at": "2018-09-02T07:26:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "03951c0e-dcb6-4530-ae67-75b8c6957919", "remote_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "ab5ac18a-1b69-4b3b-9074-55e773d4646a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "d8041249-3c8c-4e69-b92c-73a94d6f4e9e", "remote_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "de026006-81fa-4cfa-98ac-f5f6401f5bb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}], "revision_number": 1, "project_id": "38ae2ac7a4da4d37988a73e914b99b36", "id": "87c20709-3901-4000-a41c-5852250d9c87", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:28:31Z", "updated_at": "2018-09-02T07:28:32Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:31Z", "revision_number": 0, "id": "5635f008-694a-4ecd-90c9-b34e78b6bbc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:31Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T07:28:32Z", "revision_number": 0, "id": "a78c2460-3cc0-4422-9cbd-9aa313bf226f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:32Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:31Z", "revision_number": 0, "id": "b84ff8e1-7e83-4f76-bea0-6b71ae82c86e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:31Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}], "revision_number": 2, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}]} 2018-09-02 07:28:32,431 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-54100d83-7641-488f-8b9d-67e9f7f1de12 2018-09-02 07:28:32,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.316453933716s 2018-09-02 07:28:32,432 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-54100d83-7641-488f-8b9d-67e9f7f1de12 2018-09-02 07:28:32,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 07:28:32,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -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": "c2fd0507-29dc-4a5f-822a-459587c9d1c4"}}' 2018-09-02 07:28:33,604 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a2e8d1b7-c1f8-4850-9406-3191f9c5b443 Date: Sun, 02 Sep 2018 07:28: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-02T07:28:33Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "port_range_min": null, "revision_number": 0, "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:28:33Z", "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "79c9c3fc-0148-41e3-b726-7ef9fd8a0cc7"}} 2018-09-02 07:28:33,604 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a2e8d1b7-c1f8-4850-9406-3191f9c5b443 2018-09-02 07:28:33,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 1.16838097572s 2018-09-02 07:28:33,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a2e8d1b7-c1f8-4850-9406-3191f9c5b443 2018-09-02 07:28:33,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:28:33,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:34,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-5ed8edf0-54ee-4e1a-95ce-2ee01188d97b Date: Sun, 02 Sep 2018 07:28:34 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"70b7ff4b-8c4a-45cb-89d1-4849e6687963","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["e623d2d9-9c12-4833-9dc4-b4585f4590c0"],"description":"","tags":[],"updated_at":"2018-09-02T07:28:16Z","qos_policy_id":null,"name":"HA network tenant 4b06fee7bf104ba386aa2f904001aa35","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:28:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":["47917dff-bed7-4fd8-9b18-5b95a6b799f3"],"description":"","tags":[],"updated_at":"2018-09-02T07:28:15Z","qos_policy_id":null,"name":"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:14Z","provider:network_type":"vxlan"}]} 2018-09-02 07:28:34,690 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5ed8edf0-54ee-4e1a-95ce-2ee01188d97b 2018-09-02 07:28:34,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08415603638s 2018-09-02 07:28:34,691 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5ed8edf0-54ee-4e1a-95ce-2ee01188d97b 2018-09-02 07:28:34,695 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:28:34,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:35,430 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-73acf547-c401-45f8-8f1f-8ff71b8888c5 Date: Sun, 02 Sep 2018 07:28:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:28:29Z", "file": "/v2/images/09430286-f0d9-48e2-b197-91d551c66a25/file", "owner": "4b06fee7bf104ba386aa2f904001aa35", "id": "09430286-f0d9-48e2-b197-91d551c66a25", "size": 12716032, "self": "/v2/images/09430286-f0d9-48e2-b197-91d551c66a25", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/09430286-f0d9-48e2-b197-91d551c66a25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/09430286-f0d9-48e2-b197-91d551c66a25/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:28:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:28:35,430 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-73acf547-c401-45f8-8f1f-8ff71b8888c5 2018-09-02 07:28:35,431 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.735000133514s 2018-09-02 07:28:35,431 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-73acf547-c401-45f8-8f1f-8ff71b8888c5 2018-09-02 07:28:35,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:28:35,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:35,455 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-bf6a230f-d9a3-4d64-a27f-8a7a40b53fea x-compute-request-id: req-bf6a230f-d9a3-4d64-a27f-8a7a40b53fea Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "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": "074a4ab2-43e5-4e65-a140-1c3bb688c82f"}]} 2018-09-02 07:28:35,455 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bf6a230f-d9a3-4d64-a27f-8a7a40b53fea 2018-09-02 07:28:35,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0224788188934s 2018-09-02 07:28:35,455 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bf6a230f-d9a3-4d64-a27f-8a7a40b53fea 2018-09-02 07:28:35,457 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 07:28:35,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"server": {"name": "singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "imageRef": "09430286-f0d9-48e2-b197-91d551c66a25", "key_name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "flavorRef": "074a4ab2-43e5-4e65-a140-1c3bb688c82f", "max_count": 1, "min_count": 1, "networks": [{"uuid": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9"}], "security_groups": [{"name": "c2fd0507-29dc-4a5f-822a-459587c9d1c4"}]}}' 2018-09-02 07:28:41,412 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:28: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-b503c4da-eb65-461d-b386-5e95826f3a0e x-compute-request-id: req-b503c4da-eb65-461d-b386-5e95826f3a0e Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "c2fd0507-29dc-4a5f-822a-459587c9d1c4"}], "OS-DCF:diskConfig": "MANUAL", "id": "110347bc-3bae-4549-8ace-5ef6fa91266b", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "bookmark"}], "adminPass": "jKv59GCtuwdz"}} 2018-09-02 07:28:41,412 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-b503c4da-eb65-461d-b386-5e95826f3a0e 2018-09-02 07:28:41,412 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.95513319969s 2018-09-02 07:28:41,412 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-b503c4da-eb65-461d-b386-5e95826f3a0e 2018-09-02 07:28:41,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:28:41,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:42,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-80baa15a-bced-485e-8320-2d96c7423586 x-compute-request-id: req-80baa15a-bced-485e-8320-2d96c7423586 Content-Encoding: gzip Content-Length: 639 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "bookmark"}], "image": {"id": "09430286-f0d9-48e2-b197-91d551c66a25", "links": [{"href": "http://172.30.9.25:8774/images/09430286-f0d9-48e2-b197-91d551c66a25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "", "OS-SRV-USG:launched_at": null, "flavor": {"id": "074a4ab2-43e5-4e65-a140-1c3bb688c82f", "links": [{"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "bookmark"}]}, "id": "110347bc-3bae-4549-8ace-5ef6fa91266b", "user_id": "73555bf6825f4efebb70f41e3c2affd5", "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-02T07:28:41Z", "hostId": "", "OS-EXT-SRV-ATTR:host": null, "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "OS-EXT-SRV-ATTR:hypervisor_hostname": null, "name": "singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "created": "2018-09-02T07:28:41Z", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:28:42,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-80baa15a-bced-485e-8320-2d96c7423586 2018-09-02 07:28:42,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10418701172s 2018-09-02 07:28:42,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-80baa15a-bced-485e-8320-2d96c7423586 2018-09-02 07:28:42,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:28:42,525 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:42,794 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-95dcef3e-1601-4ec7-819d-4b11615ab210 Date: Sun, 02 Sep 2018 07:28:43 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"70b7ff4b-8c4a-45cb-89d1-4849e6687963","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["e623d2d9-9c12-4833-9dc4-b4585f4590c0"],"description":"","tags":[],"updated_at":"2018-09-02T07:28:16Z","qos_policy_id":null,"name":"HA network tenant 4b06fee7bf104ba386aa2f904001aa35","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:28:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":["47917dff-bed7-4fd8-9b18-5b95a6b799f3"],"description":"","tags":[],"updated_at":"2018-09-02T07:28:15Z","qos_policy_id":null,"name":"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:14Z","provider:network_type":"vxlan"}]} 2018-09-02 07:28:42,794 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-95dcef3e-1601-4ec7-819d-4b11615ab210 2018-09-02 07:28:42,794 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.269548892975s 2018-09-02 07:28:42,795 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-95dcef3e-1601-4ec7-819d-4b11615ab210 2018-09-02 07:28:42,796 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:28:42,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:42,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1925 X-Openstack-Request-Id: req-b3abc145-ffe2-4db2-a57b-1fb6862bed8b Date: Sun, 02 Sep 2018 07:28:42 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T07:28: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":"47917dff-bed7-4fd8-9b18-5b95a6b799f3","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"4b06fee7bf104ba386aa2f904001aa35","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","enable_dhcp":true,"segment_id":null,"network_id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:15Z","ip_version":4},{"updated_at":"2018-09-02T07:28:16Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"e623d2d9-9c12-4833-9dc4-b4585f4590c0","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 4b06fee7bf104ba386aa2f904001aa35","enable_dhcp":false,"segment_id":null,"network_id":"70b7ff4b-8c4a-45cb-89d1-4849e6687963","tenant_id":"","created_at":"2018-09-02T07:28:16Z","ip_version":4}]} 2018-09-02 07:28:42,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b3abc145-ffe2-4db2-a57b-1fb6862bed8b 2018-09-02 07:28:42,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0434968471527s 2018-09-02 07:28:42,840 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b3abc145-ffe2-4db2-a57b-1fb6862bed8b 2018-09-02 07:28:42,841 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:28:44,844 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:28:44,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:45,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-7b31acc1-e5aa-4c60-82a5-5e03197862f6 x-compute-request-id: req-7b31acc1-e5aa-4c60-82a5-5e03197862f6 Content-Encoding: gzip Content-Length: 709 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "bookmark"}], "image": {"id": "09430286-f0d9-48e2-b197-91d551c66a25", "links": [{"href": "http://172.30.9.25:8774/images/09430286-f0d9-48e2-b197-91d551c66a25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "074a4ab2-43e5-4e65-a140-1c3bb688c82f", "links": [{"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "bookmark"}]}, "id": "110347bc-3bae-4549-8ace-5ef6fa91266b", "user_id": "73555bf6825f4efebb70f41e3c2affd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:28:44Z", "hostId": "0d5a18eb275d5b966eb29165a6f4580acc6113560553c05ed56ac2de", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "created": "2018-09-02T07:28:41Z", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:28:45,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7b31acc1-e5aa-4c60-82a5-5e03197862f6 2018-09-02 07:28:45,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.919945955276s 2018-09-02 07:28:45,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7b31acc1-e5aa-4c60-82a5-5e03197862f6 2018-09-02 07:28:45,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:28:47,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:28:47,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:48,813 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-ce4aff69-7536-4eb2-9cdb-c6bd13e0b0cb x-compute-request-id: req-ce4aff69-7536-4eb2-9cdb-c6bd13e0b0cb Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "bookmark"}], "image": {"id": "09430286-f0d9-48e2-b197-91d551c66a25", "links": [{"href": "http://172.30.9.25:8774/images/09430286-f0d9-48e2-b197-91d551c66a25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "074a4ab2-43e5-4e65-a140-1c3bb688c82f", "links": [{"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "bookmark"}]}, "id": "110347bc-3bae-4549-8ace-5ef6fa91266b", "security_groups": [{"name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}], "user_id": "73555bf6825f4efebb70f41e3c2affd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:28:47Z", "hostId": "d0a41c00dbad28af292ef58d8c45f26f34aa14fc700639f33a841bb4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "created": "2018-09-02T07:28:41Z", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:28:48,813 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ce4aff69-7536-4eb2-9cdb-c6bd13e0b0cb 2018-09-02 07:28:48,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04299616814s 2018-09-02 07:28:48,814 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ce4aff69-7536-4eb2-9cdb-c6bd13e0b0cb 2018-09-02 07:28:48,817 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:28:50,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:28:50,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:51,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-82aa36f7-e5b2-4e29-a5bc-1b948408045d x-compute-request-id: req-82aa36f7-e5b2-4e29-a5bc-1b948408045d Content-Encoding: gzip Content-Length: 735 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "bookmark"}], "image": {"id": "09430286-f0d9-48e2-b197-91d551c66a25", "links": [{"href": "http://172.30.9.25:8774/images/09430286-f0d9-48e2-b197-91d551c66a25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "074a4ab2-43e5-4e65-a140-1c3bb688c82f", "links": [{"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "bookmark"}]}, "id": "110347bc-3bae-4549-8ace-5ef6fa91266b", "security_groups": [{"name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}], "user_id": "73555bf6825f4efebb70f41e3c2affd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:28:48Z", "hostId": "d0a41c00dbad28af292ef58d8c45f26f34aa14fc700639f33a841bb4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "created": "2018-09-02T07:28:41Z", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:28:51,856 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-82aa36f7-e5b2-4e29-a5bc-1b948408045d 2018-09-02 07:28:51,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.036465168s 2018-09-02 07:28:51,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-82aa36f7-e5b2-4e29-a5bc-1b948408045d 2018-09-02 07:28:51,861 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:28:53,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:28:53,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:55,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-12bb8809-4d6f-4610-bf16-f96066157a6d x-compute-request-id: req-12bb8809-4d6f-4610-bf16-f96066157a6d Content-Encoding: gzip Content-Length: 809 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:46:fe", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "bookmark"}], "image": {"id": "09430286-f0d9-48e2-b197-91d551c66a25", "links": [{"href": "http://172.30.9.25:8774/images/09430286-f0d9-48e2-b197-91d551c66a25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": null, "flavor": {"id": "074a4ab2-43e5-4e65-a140-1c3bb688c82f", "links": [{"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "bookmark"}]}, "id": "110347bc-3bae-4549-8ace-5ef6fa91266b", "security_groups": [{"name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}], "user_id": "73555bf6825f4efebb70f41e3c2affd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:28:48Z", "hostId": "d0a41c00dbad28af292ef58d8c45f26f34aa14fc700639f33a841bb4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "created": "2018-09-02T07:28:41Z", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:28:55,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-12bb8809-4d6f-4610-bf16-f96066157a6d 2018-09-02 07:28:55,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.48577785492s 2018-09-02 07:28:55,350 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-12bb8809-4d6f-4610-bf16-f96066157a6d 2018-09-02 07:28:55,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:28:57,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:28:57,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:58,869 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:28: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-fdf67598-3bfb-4e51-b2bc-2dde637fd4cf x-compute-request-id: req-fdf67598-3bfb-4e51-b2bc-2dde637fd4cf Content-Encoding: gzip Content-Length: 812 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:46:fe", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "bookmark"}], "image": {"id": "09430286-f0d9-48e2-b197-91d551c66a25", "links": [{"href": "http://172.30.9.25:8774/images/09430286-f0d9-48e2-b197-91d551c66a25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-02T07:28:57.000000", "flavor": {"id": "074a4ab2-43e5-4e65-a140-1c3bb688c82f", "links": [{"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "bookmark"}]}, "id": "110347bc-3bae-4549-8ace-5ef6fa91266b", "security_groups": [{"name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}], "user_id": "73555bf6825f4efebb70f41e3c2affd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:28:57Z", "hostId": "d0a41c00dbad28af292ef58d8c45f26f34aa14fc700639f33a841bb4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "created": "2018-09-02T07:28:41Z", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:28:58,870 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fdf67598-3bfb-4e51-b2bc-2dde637fd4cf 2018-09-02 07:28:58,870 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.51283192635s 2018-09-02 07:28:58,870 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fdf67598-3bfb-4e51-b2bc-2dde637fd4cf 2018-09-02 07:28:58,874 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:28:58,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=110347bc-3bae-4549-8ace-5ef6fa91266b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:58,921 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 992 X-Openstack-Request-Id: req-f9943af2-b9ef-43fb-8681-8e2d88b51041 Date: Sun, 02 Sep 2018 07:28:58 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:28:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47917dff-bed7-4fd8-9b18-5b95a6b799f3","ip_address":"192.168.120.10"}],"id":"b6dac131-c570-4234-8160-81c0907cd456","security_groups":["c2fd0507-29dc-4a5f-822a-459587c9d1c4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:46:fe","project_id":"4b06fee7bf104ba386aa2f904001aa35","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:47Z","binding:vnic_type":"normal","device_id":"110347bc-3bae-4549-8ace-5ef6fa91266b","ip_allocation":"immediate"}]} 2018-09-02 07:28:58,922 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=110347bc-3bae-4549-8ace-5ef6fa91266b used request id req-f9943af2-b9ef-43fb-8681-8e2d88b51041 2018-09-02 07:28:58,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0470960140228s 2018-09-02 07:28:58,922 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=110347bc-3bae-4549-8ace-5ef6fa91266b used request id req-f9943af2-b9ef-43fb-8681-8e2d88b51041 2018-09-02 07:28:58,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:28:58,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=b6dac131-c570-4234-8160-81c0907cd456" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:58,969 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-101728bb-99f7-4998-9b28-93a196a44000 Date: Sun, 02 Sep 2018 07:28:59 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:28:58,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=b6dac131-c570-4234-8160-81c0907cd456 used request id req-101728bb-99f7-4998-9b28-93a196a44000 2018-09-02 07:28:58,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0419878959656s 2018-09-02 07:28:58,970 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=b6dac131-c570-4234-8160-81c0907cd456 used request id req-101728bb-99f7-4998-9b28-93a196a44000 2018-09-02 07:28:58,970 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:ad:46:fe', 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'09430286-f0d9-48e2-b197-91d551c66a25'}), 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-00000002', u'OS-SRV-USG:launched_at': u'2018-09-02T07:28:57.000000', 'flavor': Munch({u'id': u'074a4ab2-43e5-4e65-a140-1c3bb688c82f'}), 'az': u'nova', 'id': u'110347bc-3bae-4549-8ace-5ef6fa91266b', 'security_groups': [Munch({u'name': u'singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'73555bf6825f4efebb70f41e3c2affd5', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b06fee7bf104ba386aa2f904001aa35', '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-02T07:28:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T07:28:57Z', 'hostId': u'd0a41c00dbad28af292ef58d8c45f26f34aa14fc700639f33a841bb4', u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.opnfvlf.org', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'd0a41c00dbad28af292ef58d8c45f26f34aa14fc700639f33a841bb4', 'task_state': None, 'properties': Munch({u'OS-EXT-STS:task_state': None, u'OS-EXT-SRV-ATTR:host': u'overcloud-novacompute-0.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-00000002', u'OS-SRV-USG:launched_at': u'2018-09-02T07:28:57.000000', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'4b06fee7bf104ba386aa2f904001aa35', u'OS-EXT-SRV-ATTR:hypervisor_hostname': u'overcloud-novacompute-0.opnfvlf.org', 'name': u'singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762', 'adminPass': u'jKv59GCtuwdz', 'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', 'created_at': u'2018-09-02T07:28:41Z', 'created': u'2018-09-02T07:28:41Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 07:28:58,973 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:28:58,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:59,053 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2146 X-Openstack-Request-Id: req-8610b0dc-17be-42f5-b156-8ade10577ff9 Date: Sun, 02 Sep 2018 07:28:59 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"70b7ff4b-8c4a-45cb-89d1-4849e6687963","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":63,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["e623d2d9-9c12-4833-9dc4-b4585f4590c0"],"description":"","tags":[],"updated_at":"2018-09-02T07:28:16Z","qos_policy_id":null,"name":"HA network tenant 4b06fee7bf104ba386aa2f904001aa35","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:28:16Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":["47917dff-bed7-4fd8-9b18-5b95a6b799f3"],"description":"","tags":[],"updated_at":"2018-09-02T07:28:15Z","qos_policy_id":null,"name":"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:14Z","provider:network_type":"vxlan"}]} 2018-09-02 07:28:59,053 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8610b0dc-17be-42f5-b156-8ade10577ff9 2018-09-02 07:28:59,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0799329280853s 2018-09-02 07:28:59,054 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8610b0dc-17be-42f5-b156-8ade10577ff9 2018-09-02 07:28:59,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:28:59,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=110347bc-3bae-4549-8ace-5ef6fa91266b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:28:59,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 992 X-Openstack-Request-Id: req-4ef188bf-e0b3-409a-a1bb-4939a34c362e Date: Sun, 02 Sep 2018 07:28:59 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:28:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"binding:profile":{},"fixed_ips":[{"subnet_id":"47917dff-bed7-4fd8-9b18-5b95a6b799f3","ip_address":"192.168.120.10"}],"id":"b6dac131-c570-4234-8160-81c0907cd456","security_groups":["c2fd0507-29dc-4a5f-822a-459587c9d1c4"],"binding:vif_details":{"port_filter":true,"datapath_type":"system","ovs_hybrid_plug":true},"binding:vif_type":"ovs","mac_address":"fa:16:3e:ad:46:fe","project_id":"4b06fee7bf104ba386aa2f904001aa35","status":"ACTIVE","binding:host_id":"overcloud-novacompute-0.opnfvlf.org","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:47Z","binding:vnic_type":"normal","device_id":"110347bc-3bae-4549-8ace-5ef6fa91266b","ip_allocation":"immediate"}]} 2018-09-02 07:28:59,099 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=110347bc-3bae-4549-8ace-5ef6fa91266b used request id req-4ef188bf-e0b3-409a-a1bb-4939a34c362e 2018-09-02 07:28:59,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0431759357452s 2018-09-02 07:28:59,099 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=110347bc-3bae-4549-8ace-5ef6fa91266b used request id req-4ef188bf-e0b3-409a-a1bb-4939a34c362e 2018-09-02 07:28:59,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 07:28:59,101 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.10", "port_id": "b6dac131-c570-4234-8160-81c0907cd456"}}' 2018-09-02 07:29:01,712 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-7512fded-7399-4e57-b89a-fc899d559354 Date: Sun, 02 Sep 2018 07:29:02 GMT RESP BODY: {"floatingip": {"router_id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:29:00Z", "updated_at": "2018-09-02T07:29:00Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ad:46:fe", "device_id": "110347bc-3bae-4549-8ace-5ef6fa91266b"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "port_id": "b6dac131-c570-4234-8160-81c0907cd456", "id": "54059d8a-1da5-476c-877f-945a45186ccc", "qos_policy_id": null}} 2018-09-02 07:29:01,712 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7512fded-7399-4e57-b89a-fc899d559354 2018-09-02 07:29:01,712 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.6120429039s 2018-09-02 07:29:01,713 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7512fded-7399-4e57-b89a-fc899d559354 2018-09-02 07:29:01,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:29:01,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:02,751 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-be6b54b8-21cb-4c2b-a704-c4ad7baf5839 Date: Sun, 02 Sep 2018 07:29:02 GMT RESP BODY: {"floatingips": [{"router_id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:29:00Z", "updated_at": "2018-09-02T07:29:00Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ad:46:fe", "device_id": "110347bc-3bae-4549-8ace-5ef6fa91266b"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "port_id": "b6dac131-c570-4234-8160-81c0907cd456", "id": "54059d8a-1da5-476c-877f-945a45186ccc", "qos_policy_id": null}]} 2018-09-02 07:29:02,751 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-be6b54b8-21cb-4c2b-a704-c4ad7baf5839 2018-09-02 07:29:02,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 1.03000307083s 2018-09-02 07:29:02,751 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-be6b54b8-21cb-4c2b-a704-c4ad7baf5839 2018-09-02 07:29:02,756 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:29:02,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:29:02,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:02,925 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-697f5fd9-ff9f-4ae0-888d-0457953e59cd Date: Sun, 02 Sep 2018 07:29:02 GMT RESP BODY: {"floatingips": [{"router_id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:29:00Z", "updated_at": "2018-09-02T07:29:00Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ad:46:fe", "device_id": "110347bc-3bae-4549-8ace-5ef6fa91266b"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "port_id": "b6dac131-c570-4234-8160-81c0907cd456", "id": "54059d8a-1da5-476c-877f-945a45186ccc", "qos_policy_id": null}]} 2018-09-02 07:29:02,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-697f5fd9-ff9f-4ae0-888d-0457953e59cd 2018-09-02 07:29:02,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0649671554565s 2018-09-02 07:29:02,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-697f5fd9-ff9f-4ae0-888d-0457953e59cd 2018-09-02 07:29:02,930 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:29:03,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:29:03,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:03,094 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-6f4996be-29c2-4715-b99d-4f4a485098d3 Date: Sun, 02 Sep 2018 07:29:03 GMT RESP BODY: {"floatingips": [{"router_id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842", "status": "DOWN", "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:29:00Z", "updated_at": "2018-09-02T07:29:00Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ad:46:fe", "device_id": "110347bc-3bae-4549-8ace-5ef6fa91266b"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.215", "revision_number": 0, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "port_id": "b6dac131-c570-4234-8160-81c0907cd456", "id": "54059d8a-1da5-476c-877f-945a45186ccc", "qos_policy_id": null}]} 2018-09-02 07:29:03,094 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-6f4996be-29c2-4715-b99d-4f4a485098d3 2018-09-02 07:29:03,094 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.059415102005s 2018-09-02 07:29:03,095 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-6f4996be-29c2-4715-b99d-4f4a485098d3 2018-09-02 07:29:03,098 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:29:03,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:29:03,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:03,523 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-07cd9df5-f8eb-4882-bc58-e8a5438a67b0 Date: Sun, 02 Sep 2018 07:29:03 GMT RESP BODY: {"floatingips": [{"router_id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:29:00Z", "updated_at": "2018-09-02T07:29:03Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9", "device_owner": "compute:nova", "mac_address": "fa:16:3e:ad:46:fe", "device_id": "110347bc-3bae-4549-8ace-5ef6fa91266b"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.215", "revision_number": 2, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "port_id": "b6dac131-c570-4234-8160-81c0907cd456", "id": "54059d8a-1da5-476c-877f-945a45186ccc", "qos_policy_id": null}]} 2018-09-02 07:29:03,523 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-07cd9df5-f8eb-4882-bc58-e8a5438a67b0 2018-09-02 07:29:03,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.320354938507s 2018-09-02 07:29:03,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-07cd9df5-f8eb-4882-bc58-e8a5438a67b0 2018-09-02 07:29:03,527 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'dc7c822a-8c10-4f83-94b1-c2e29ba6e842', 'updated_at': u'2018-09-02T07:29:03Z', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.215', 'revision_number': 2, 'port_id': u'b6dac131-c570-4234-8160-81c0907cd456', 'id': u'54059d8a-1da5-476c-877f-945a45186ccc', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'b6dac131-c570-4234-8160-81c0907cd456', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'4b06fee7bf104ba386aa2f904001aa35', 'name': 'admin', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'4b06fee7bf104ba386aa2f904001aa35', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'e81c8a42-0df0-4f30-9b66-8b61c4af2fa9', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:ad:46:fe', u'device_id': u'110347bc-3bae-4549-8ace-5ef6fa91266b'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'4b06fee7bf104ba386aa2f904001aa35', 'created_at': u'2018-09-02T07:29:00Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'e81c8a42-0df0-4f30-9b66-8b61c4af2fa9', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:ad:46:fe', u'device_id': u'110347bc-3bae-4549-8ace-5ef6fa91266b'}), 'router': u'dc7c822a-8c10-4f83-94b1-c2e29ba6e842'}) 2018-09-02 07:29:03,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 07:29:03,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b/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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 07:29:04,410 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-6288b8d5-875b-48d6-ac31-6d8442510f93 x-compute-request-id: req-6288b8d5-875b-48d6-ac31-6d8442510f93 Content-Encoding: gzip Content-Length: 9579 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 495938147 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.183207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.185414] pid_max: default: 32768 minimum: 301\n[ 0.186643] ACPI: Core revision 20150930\n[ 0.188301] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.190029] Security Framework initialized\n[ 0.191149] Yama: becoming mindful.\n[ 0.192171] AppArmor: AppArmor initialized\n[ 0.193308] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.195040] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.196710] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.198306] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.200148] Initializing cgroup subsys io\n[ 0.201235] Initializing cgroup subsys memory\n[ 0.202396] Initializing cgroup subsys devices\n[ 0.203556] Initializing cgroup subsys freezer\n[ 0.204743] Initializing cgroup subsys net_cls\n[ 0.205923] Initializing cgroup subsys perf_event\n[ 0.207171] Initializing cgroup subsys net_prio\n[ 0.208399] Initializing cgroup subsys hugetlb\n[ 0.209558] Initializing cgroup subsys pids\n[ 0.210712] CPU: Physical Processor ID: 0\n[ 0.212477] mce: CPU supports 10 MCE banks\n[ 0.213775] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.215121] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.229565] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.237043] ftrace: allocating 31920 entries in 125 pages\n[ 0.264059] smpboot: Max logical packages: 1\n[ 0.265454] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.267629] x2apic enabled\n[ 0.268895] Switched APIC routing to physical x2apic.\n[ 0.271611] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.273417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.276603] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279465] KVM setup paravirtual spinlock\n[ 0.281300] x86: Booted up 1 node, 1 CPUs\n[ 0.282592] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284792] devtmpfs: initialized\n[ 0.286945] evm: security.selinux\n[ 0.288077] evm: security.SMACK64\n[ 0.289186] evm: security.SMACK64EXEC\n[ 0.290398] evm: security.SMACK64TRANSMUTE\n[ 0.291705] evm: security.SMACK64MMAP\n[ 0.292907] evm: security.ima\n[ 0.293928] evm: security.capability\n[ 0.295077] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.297593] pinctrl core: initialized pinctrl subsystem\n[ 0.299083] RTC time: 7:28:57, date: 09/02/18\n[ 0.300378] NET: Registered protocol family 16\n[ 0.301703] cpuidle: using governor ladder\n[ 0.302833] cpuidle: using governor menu\n[ 0.303909] PCCT header not found.\n[ 0.304932] ACPI: bus type PCI registered\n[ 0.306038] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.307718] PCI: Using configuration type 1 for base access\n[ 0.309879] ACPI: Added _OSI(Module Device)\n[ 0.311046] ACPI: Added _OSI(Processor Device)\n[ 0.312225] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.313456] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.315612] ACPI: Interpreter enabled\n[ 0.316654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.319167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.321661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.324163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.326656] ACPI: (supports S0 S5)\n[ 0.327629] ACPI: Using IOAPIC for interrupt routing\n[ 0.328928] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.332762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.334337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.336016] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.337628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.340594] acpiphp: Slot [3] registered\n[ 0.341686] acpiphp: Slot [4] registered\n[ 0.342773] acpiphp: Slot [5] registered\n[ 0.343868] acpiphp: Slot [6] registered\n[ 0.344948] acpiphp: Slot [7] registered\n[ 0.346027] acpiphp: Slot [8] registered\n[ 0.347119] acpiphp: Slot [9] registered\n[ 0.348194] acpiphp: Slot [10] registered\n[ 0.349293] acpiphp: Slot [11] registered\n[ 0.350397] acpiphp: Slot [12] registered\n[ 0.351504] acpiphp: Slot [13] registered\n[ 0.352603] acpiphp: Slot [14] registered\n[ 0.353707] acpiphp: Slot [15] registered\n[ 0.368911] acpiphp: Slot [16] registered\n[ 0.370028] acpiphp: Slot [17] registered\n[ 0.371134] acpiphp: Slot [18] registered\n[ 0.372240] acpiphp: Slot [19] registered\n[ 0.373345] acpiphp: Slot [20] registered\n[ 0.374444] acpiphp: Slot [21] registered\n[ 0.375547] acpiphp: Slot [22] registered\n[ 0.376649] acpiphp: Slot [23] registered\n[ 0.377750] acpiphp: Slot [24] registered\n[ 0.378853] acpiphp: Slot [25] registered\n[ 0.379935] acpiphp: Slot [26] registered\n[ 0.381029] acpiphp: Slot [27] registered\n[ 0.382128] acpiphp: Slot [28] registered\n[ 0.383235] acpiphp: Slot [29] registered\n[ 0.384340] acpiphp: Slot [30] registered\n[ 0.385445] acpiphp: Slot [31] registered\n[ 0.386753] PCI host bridge to bus 0000:00\n[ 0.388067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.390035] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.392013] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.394400] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.396708] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.399116] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.403251] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.405309] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.407162] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409165] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.413438] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.415750] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.439127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.441485] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.443659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.446371] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.448519] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.450517] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.452529] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.454263] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.456885] vgaarb: loaded\n[ 0.457934] vgaarb: bridge control possible 0000:00:02.0\n[ 0.459890] SCSI subsystem initialized\n[ 0.461392] ACPI: bus type USB registered\n[ 0.462749] usbcore: registered new interface driver usbfs\n[ 0.464448] usbcore: registered new interface driver hub\n[ 0.466082] usbcore: registered new device driver usb\n[ 0.467865] PCI: Using ACPI for IRQ routing\n[ 0.469629] NetLabel: Initializing\n[ 0.470789] NetLabel: domain hash size = 128\n[ 0.472181] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.473740] NetLabel: unlabeled traffic allowed by default\n[ 0.475616] clocksource: Switched to clocksource kvm-clock\n[ 0.485780] AppArmor: AppArmor Filesystem Enabled\n[ 0.487229] pnp: PnP ACPI init\n[ 0.488504] pnp: PnP ACPI: found 5 devices\n[ 0.495405] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.497793] NET: Registered protocol family 2\n[ 0.499227] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.500984] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.502618] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.504260] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505746] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.507341] NET: Registered protocol family 1\n[ 0.508546] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.510042] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.511526] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.525877] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.540916] Trying to unpack rootfs image as initramfs...\n[ 0.603106] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.610198] Scanning for low memory corruption every 60 seconds\n[ 0.613329] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.615006] audit: initializing netlink subsys (disabled)\n[ 0.616716] audit: type=2000 audit(1535873338.203:1): initialized\n[ 0.618863] Initialise system trusted keyring\n[ 0.620425] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.622009] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.624883] zbud: loaded\n[ 0.625963] VFS: Disk quotas dquot_6.6.0\n[ 0.627121] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.629440] fuse init (API version 7.23)\n[ 0.630715] Key type big_key registered\n[ 0.631866] Allocating IMA MOK and blacklist keyrings.\n[ 0.633604] Key type asymmetric registered\n[ 0.634759] Asymmetric key parser 'x509' registered\n[ 0.636105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.638210] io scheduler noop registered\n[ 0.639313] io scheduler deadline registered (default)\n[ 0.641113] io scheduler cfq registered\n[ 0.642402] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.643843] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.645714] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.647758] ACPI: Power Button [PWRF]\n[ 0.649132] GHES: HEST is not enabled!\n[ 0.663433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.693250] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.696228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.720010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.723177] Linux agpgart interface v0.103\n[ 0.726998] brd: module loaded\n[ 0.729372] loop: module loaded\n[ 0.734616] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.736690] GPT:90111 != 2097151\n[ 0.737637] GPT:Alternate GPT header not at the end of the disk.\n[ 0.739125] GPT:90111 != 2097151\n[ 0.740051] GPT: Use GNU Parted to correct GPT errors.\n[ 0.741338] vda: vda1 vda15\n[ 0.743270] scsi host0: ata_piix\n[ 0.744358] scsi host1: ata_piix\n[ 0.745346] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.746990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.749038] libphy: Fixed MDIO Bus: probed\n[ 0.750152] tun: Universal TUN/TAP device driver, 1.6\n[ 0.751442] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.754725] PPP generic driver version 2.4.2\n[ 0.756007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.757565] ehci-pci: EHCI PCI platform driver\n[ 0.758812] ehci-platform: EHCI generic platform driver\n[ 0.760229] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.761842] ohci-pci: OHCI PCI platform driver\n[ 0.763106] ohci-platform: OHCI generic platform driver\n[ 0.764521] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.779113] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.780486] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.782502] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.783865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.785499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.787143] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.789082] usb usb1: Product: UHCI Host Controller\n[ 0.790353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.791884] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.793281] hub 1-0:1.0: USB hub found\n[ 0.794362] hub 1-0:1.0: 2 ports detected\n[ 0.795731] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.798663] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.799942] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.801332] mousedev: PS/2 mouse device common for all mice\n[ 0.803057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.805558] rtc_cmos 00:00: RTC can wake from S4\n[ 0.807093] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.808688] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.810317] i2c /dev entries driver\n[ 0.811364] device-mapper: uevent: version 1.0.3\n[ 0.812694] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.814943] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.816966] NET: Registered protocol family 10\n[ 0.818762] NET: Registered protocol family 17\n[ 0.819993] Key type dns_resolver registered\n[ 0.821338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.822828] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.825268] registered taskstats version 1\n[ 0.826452] Loading compiled-in X.509 certificates\n[ 0.828357] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.830877] zswap: loaded using pool lzo/zbud\n[ 0.833347] Key type trusted registered\n[ 0.835532] Key type encrypted registered\n[ 0.836676] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.838066] ima: No TPM chip found, activating TPM-bypass!\n[ 0.839464] evm: HMAC attrs: 0x1\n[ 0.840806] Magic number: 2:833:469\n[ 0.841936] rtc_cmos 00:00: setting system clock to 2018-09-02 07:28:57 UTC (1535873337)\n[ 0.844165] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.845666] EDD information not available.\n[ 0.910295] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.926547] Write protecting the kernel read-only data: 14336k\n[ 0.931514] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.934181] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.71\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.983175] 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.84\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 1.00. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKuBXhkWaSDnYVFGiTplQmwyQKq+JRfWNvSMd4HvlSj/OvuJy46UTm50x2JIDv8IpRLMGDN/pvkUFmFjdk2HbXRJNUmA2A+S9cybu3g2ORXrzpGkDeT4f0jkDtb5vwvGz60sg9C8+5Y0GAYiz+QDSsr+VeSyRu7ofakElc7FtjFaE2KvuE4MSlD3uT8iETtDGRT1iHj6zKcxrr3Ha8WaAP615rQl1x3PgxpLVf1BKAoim6ssktaAwlyaCX8UuVZ7JCYgKoG1H2cic2tDqP81U77WSdAwDwvCyq6+CUN82u2M4sFUUFVmQAYkA510seKTOczob7Lwd6DZwweF/OmlIH root@singlevm1-vm-1191bfa6-804b-4e9e-ab44-a87c3cb2b762\nssh-dss AAAAB3NzaC1kc3MAAACBAM5WMOwrUnJHjOftxnFocKlRm6YP8f3rU6AElAp8iTeUvnPi0lbHgLKpTrexgZZCZYAZ1U0x2acTfbrFIJ7H5VXaBKf87oBdfyBd3Nkk1VKig3GdcdhZ9N+2gy2wgJbAyuj4hEWArU4lLuLPJlrFrxhZY/Tn627y0tPIgsXzz5NrAAAAFQDS+REaB79N6uzmBNC7HnlZnKVueQAAAIBN5Q/ZBCUJxNngwqRejGU6ilvU6sLuJyRpk560VGXu296P7i20J14SuUiXU1HfpDVwtxDABLr/InhdPPenC7hfp4pMTCjzl01fsQFpe7A5Oh6jzqq2bP6dR2GeG6SHcc6VKFRyKBKjLkBqOb0cYOnYY1wDkQVhB4yxA3isqY2g6wAAAIAGeFjbP43Blfl4oRWOQkKnSVj1XkgdK9FJWjbMO9G8xRJUL/46q69/PT4f4H3jMk6LsaetzokXhx9NFfUD3lH+9dx2Xxqg9YEK58F282Y7tQe00LwOVJbi1Oxqr34VULDcW1m5kP92HFuIIras6oHBnwrCEWyHjz45FgESqJGxBA== root@singlevm1-vm-1191bfa6-804b-4e9e-ab44-a87c3cb2b762\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:fead:46fe/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: singlevm1-vm-1191bfa6-804b-4e9e-ab44-a87c3cb2b762\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.06 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm1-vm-1191bfa6-804b-4e9e-ab44-a87c3cb2b762 login: "} 2018-09-02 07:29:04,411 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b/action used request id req-6288b8d5-875b-48d6-ac31-6d8442510f93 2018-09-02 07:29:04,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.882593154907s 2018-09-02 07:29:04,412 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b/action used request id req-6288b8d5-875b-48d6-ac31-6d8442510f93 2018-09-02 07:29:04,412 - 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 495938147 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.183207] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.185414] pid_max: default: 32768 minimum: 301 [ 0.186643] ACPI: Core revision 20150930 [ 0.188301] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.190029] Security Framework initialized [ 0.191149] Yama: becoming mindful. [ 0.192171] AppArmor: AppArmor initialized [ 0.193308] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.195040] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.196710] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.198306] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.200148] Initializing cgroup subsys io [ 0.201235] Initializing cgroup subsys memory [ 0.202396] Initializing cgroup subsys devices [ 0.203556] Initializing cgroup subsys freezer [ 0.204743] Initializing cgroup subsys net_cls [ 0.205923] Initializing cgroup subsys perf_event [ 0.207171] Initializing cgroup subsys net_prio [ 0.208399] Initializing cgroup subsys hugetlb [ 0.209558] Initializing cgroup subsys pids [ 0.210712] CPU: Physical Processor ID: 0 [ 0.212477] mce: CPU supports 10 MCE banks [ 0.213775] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.215121] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.229565] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.237043] ftrace: allocating 31920 entries in 125 pages [ 0.264059] smpboot: Max logical packages: 1 [ 0.265454] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.267629] x2apic enabled [ 0.268895] Switched APIC routing to physical x2apic. [ 0.271611] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.273417] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.276603] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.279465] KVM setup paravirtual spinlock [ 0.281300] x86: Booted up 1 node, 1 CPUs [ 0.282592] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.284792] devtmpfs: initialized [ 0.286945] evm: security.selinux [ 0.288077] evm: security.SMACK64 [ 0.289186] evm: security.SMACK64EXEC [ 0.290398] evm: security.SMACK64TRANSMUTE [ 0.291705] evm: security.SMACK64MMAP [ 0.292907] evm: security.ima [ 0.293928] evm: security.capability [ 0.295077] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.297593] pinctrl core: initialized pinctrl subsystem [ 0.299083] RTC time: 7:28:57, date: 09/02/18 [ 0.300378] NET: Registered protocol family 16 [ 0.301703] cpuidle: using governor ladder [ 0.302833] cpuidle: using governor menu [ 0.303909] PCCT header not found. [ 0.304932] ACPI: bus type PCI registered [ 0.306038] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.307718] PCI: Using configuration type 1 for base access [ 0.309879] ACPI: Added _OSI(Module Device) [ 0.311046] ACPI: Added _OSI(Processor Device) [ 0.312225] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.313456] ACPI: Added _OSI(Processor Aggregator Device) [ 0.315612] ACPI: Interpreter enabled [ 0.316654] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.319167] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.321661] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.324163] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.326656] ACPI: (supports S0 S5) [ 0.327629] ACPI: Using IOAPIC for interrupt routing [ 0.328928] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.332762] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.334337] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.336016] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.337628] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.340594] acpiphp: Slot [3] registered [ 0.341686] acpiphp: Slot [4] registered [ 0.342773] acpiphp: Slot [5] registered [ 0.343868] acpiphp: Slot [6] registered [ 0.344948] acpiphp: Slot [7] registered [ 0.346027] acpiphp: Slot [8] registered [ 0.347119] acpiphp: Slot [9] registered [ 0.348194] acpiphp: Slot [10] registered [ 0.349293] acpiphp: Slot [11] registered [ 0.350397] acpiphp: Slot [12] registered [ 0.351504] acpiphp: Slot [13] registered [ 0.352603] acpiphp: Slot [14] registered [ 0.353707] acpiphp: Slot [15] registered [ 0.368911] acpiphp: Slot [16] registered [ 0.370028] acpiphp: Slot [17] registered [ 0.371134] acpiphp: Slot [18] registered [ 0.372240] acpiphp: Slot [19] registered [ 0.373345] acpiphp: Slot [20] registered [ 0.374444] acpiphp: Slot [21] registered [ 0.375547] acpiphp: Slot [22] registered [ 0.376649] acpiphp: Slot [23] registered [ 0.377750] acpiphp: Slot [24] registered [ 0.378853] acpiphp: Slot [25] registered [ 0.379935] acpiphp: Slot [26] registered [ 0.381029] acpiphp: Slot [27] registered [ 0.382128] acpiphp: Slot [28] registered [ 0.383235] acpiphp: Slot [29] registered [ 0.384340] acpiphp: Slot [30] registered [ 0.385445] acpiphp: Slot [31] registered [ 0.386753] PCI host bridge to bus 0000:00 [ 0.388067] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.390035] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.392013] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.394400] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.396708] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.399116] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.403251] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.405309] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.407162] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409165] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.413438] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.415750] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.439127] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.441485] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.443659] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.446371] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.448519] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.450517] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.452529] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.454263] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.456885] vgaarb: loaded [ 0.457934] vgaarb: bridge control possible 0000:00:02.0 [ 0.459890] SCSI subsystem initialized [ 0.461392] ACPI: bus type USB registered [ 0.462749] usbcore: registered new interface driver usbfs [ 0.464448] usbcore: registered new interface driver hub [ 0.466082] usbcore: registered new device driver usb [ 0.467865] PCI: Using ACPI for IRQ routing [ 0.469629] NetLabel: Initializing [ 0.470789] NetLabel: domain hash size = 128 [ 0.472181] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.473740] NetLabel: unlabeled traffic allowed by default [ 0.475616] clocksource: Switched to clocksource kvm-clock [ 0.485780] AppArmor: AppArmor Filesystem Enabled [ 0.487229] pnp: PnP ACPI init [ 0.488504] pnp: PnP ACPI: found 5 devices [ 0.495405] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.497793] NET: Registered protocol family 2 [ 0.499227] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.500984] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.502618] TCP: Hash tables configured (established 4096 bind 4096) [ 0.504260] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.505746] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.507341] NET: Registered protocol family 1 [ 0.508546] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.510042] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.511526] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.525877] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.540916] Trying to unpack rootfs image as initramfs... [ 0.603106] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.610198] Scanning for low memory corruption every 60 seconds [ 0.613329] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.615006] audit: initializing netlink subsys (disabled) [ 0.616716] audit: type=2000 audit(1535873338.203:1): initialized [ 0.618863] Initialise system trusted keyring [ 0.620425] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.622009] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.624883] zbud: loaded [ 0.625963] VFS: Disk quotas dquot_6.6.0 [ 0.627121] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.629440] fuse init (API version 7.23) [ 0.630715] Key type big_key registered [ 0.631866] Allocating IMA MOK and blacklist keyrings. [ 0.633604] Key type asymmetric registered [ 0.634759] Asymmetric key parser 'x509' registered [ 0.636105] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.638210] io scheduler noop registered [ 0.639313] io scheduler deadline registered (default) [ 0.641113] io scheduler cfq registered [ 0.642402] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.643843] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.645714] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.647758] ACPI: Power Button [PWRF] [ 0.649132] GHES: HEST is not enabled! [ 0.663433] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.693250] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.696228] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.720010] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.723177] Linux agpgart interface v0.103 [ 0.726998] brd: module loaded [ 0.729372] loop: module loaded [ 0.734616] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.736690] GPT:90111 != 2097151 [ 0.737637] GPT:Alternate GPT header not at the end of the disk. [ 0.739125] GPT:90111 != 2097151 [ 0.740051] GPT: Use GNU Parted to correct GPT errors. [ 0.741338] vda: vda1 vda15 [ 0.743270] scsi host0: ata_piix [ 0.744358] scsi host1: ata_piix [ 0.745346] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.746990] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.749038] libphy: Fixed MDIO Bus: probed [ 0.750152] tun: Universal TUN/TAP device driver, 1.6 [ 0.751442] tun: (C) 1999-2004 Max Krasnyansky [ 0.754725] PPP generic driver version 2.4.2 [ 0.756007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.757565] ehci-pci: EHCI PCI platform driver [ 0.758812] ehci-platform: EHCI generic platform driver [ 0.760229] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.761842] ohci-pci: OHCI PCI platform driver [ 0.763106] ohci-platform: OHCI generic platform driver [ 0.764521] uhci_hcd: USB Universal Host Controller Interface driver [ 0.779113] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.780486] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.782502] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.783865] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.785499] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.787143] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.789082] usb usb1: Product: UHCI Host Controller [ 0.790353] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.791884] usb usb1: SerialNumber: 0000:00:01.2 [ 0.793281] hub 1-0:1.0: USB hub found [ 0.794362] hub 1-0:1.0: 2 ports detected [ 0.795731] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.798663] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.799942] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.801332] mousedev: PS/2 mouse device common for all mice [ 0.803057] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.805558] rtc_cmos 00:00: RTC can wake from S4 [ 0.807093] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.808688] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.810317] i2c /dev entries driver [ 0.811364] device-mapper: uevent: version 1.0.3 [ 0.812694] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.814943] ledtrig-cpu: registered to indicate activity on CPUs [ 0.816966] NET: Registered protocol family 10 [ 0.818762] NET: Registered protocol family 17 [ 0.819993] Key type dns_resolver registered [ 0.821338] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.822828] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.825268] registered taskstats version 1 [ 0.826452] Loading compiled-in X.509 certificates [ 0.828357] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.830877] zswap: loaded using pool lzo/zbud [ 0.833347] Key type trusted registered [ 0.835532] Key type encrypted registered [ 0.836676] AppArmor: AppArmor sha1 policy hashing enabled [ 0.838066] ima: No TPM chip found, activating TPM-bypass! [ 0.839464] evm: HMAC attrs: 0x1 [ 0.840806] Magic number: 2:833:469 [ 0.841936] rtc_cmos 00:00: setting system clock to 2018-09-02 07:28:57 UTC (1535873337) [ 0.844165] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.845666] EDD information not available. [ 0.910295] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.926547] Write protecting the kernel read-only data: 14336k [ 0.931514] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.934181] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.71 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.983175] 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.84 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 1.00. 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKuBXhkWaSDnYVFGiTplQmwyQKq+JRfWNvSMd4HvlSj/OvuJy46UTm50x2JIDv8IpRLMGDN/pvkUFmFjdk2HbXRJNUmA2A+S9cybu3g2ORXrzpGkDeT4f0jkDtb5vwvGz60sg9C8+5Y0GAYiz+QDSsr+VeSyRu7ofakElc7FtjFaE2KvuE4MSlD3uT8iETtDGRT1iHj6zKcxrr3Ha8WaAP615rQl1x3PgxpLVf1BKAoim6ssktaAwlyaCX8UuVZ7JCYgKoG1H2cic2tDqP81U77WSdAwDwvCyq6+CUN82u2M4sFUUFVmQAYkA510seKTOczob7Lwd6DZwweF/OmlIH root@singlevm1-vm-1191bfa6-804b-4e9e-ab44-a87c3cb2b762 ssh-dss AAAAB3NzaC1kc3MAAACBAM5WMOwrUnJHjOftxnFocKlRm6YP8f3rU6AElAp8iTeUvnPi0lbHgLKpTrexgZZCZYAZ1U0x2acTfbrFIJ7H5VXaBKf87oBdfyBd3Nkk1VKig3GdcdhZ9N+2gy2wgJbAyuj4hEWArU4lLuLPJlrFrxhZY/Tn627y0tPIgsXzz5NrAAAAFQDS+REaB79N6uzmBNC7HnlZnKVueQAAAIBN5Q/ZBCUJxNngwqRejGU6ilvU6sLuJyRpk560VGXu296P7i20J14SuUiXU1HfpDVwtxDABLr/InhdPPenC7hfp4pMTCjzl01fsQFpe7A5Oh6jzqq2bP6dR2GeG6SHcc6VKFRyKBKjLkBqOb0cYOnYY1wDkQVhB4yxA3isqY2g6wAAAIAGeFjbP43Blfl4oRWOQkKnSVj1XkgdK9FJWjbMO9G8xRJUL/46q69/PT4f4H3jMk6LsaetzokXhx9NFfUD3lH+9dx2Xxqg9YEK58F282Y7tQe00LwOVJbi1Oxqr34VULDcW1m5kP92HFuIIras6oHBnwrCEWyHjz45FgESqJGxBA== root@singlevm1-vm-1191bfa6-804b-4e9e-ab44-a87c3cb2b762 -----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:fead:46fe/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: singlevm1-vm-1191bfa6-804b-4e9e-ab44-a87c3cb2b762 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.06 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm1-vm-1191bfa6-804b-4e9e-ab44-a87c3cb2b762 login: 2018-09-02 07:29:04,416 - paramiko.transport - DEBUG - starting thread (client mode): 0xcbbb0190L 2018-09-02 07:29:04,416 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 07:29:04,417 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 07:29:04,417 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 07:29:04,418 - 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 07:29:04,418 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 07:29:04,419 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 07:29:04,419 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 07:29:04,419 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 07:29:04,419 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 07:29:04,440 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 07:29:04,442 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 07:29:04,448 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.215: c8a9f78cc90a8a6cc2edb3bf2bf62466 2018-09-02 07:29:04,450 - paramiko.transport - DEBUG - Trying discovered key 17ac1a70488bf360f7b4c35ad208e12c in /tmp/tmpfXI0M9 2018-09-02 07:29:04,477 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 07:29:04,483 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 07:29:04,514 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 07:29:04,515 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 07:29:04,516 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 07:29:04,517 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 07:29:04,518 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 07:29:04,518 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-02 07:29:04,519 - functest.core.singlevm - DEBUG - error: 2018-09-02 07:29:04,523 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 07:29:04,644 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:29:04,644 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm1 | functest | 00:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 07:29:04,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 07:29:04,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/54059d8a-1da5-476c-877f-945a45186ccc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:06,116 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb3bb7c4-1d01-471e-9420-c9ef9ea79207 Content-Length: 0 Date: Sun, 02 Sep 2018 07:29:06 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:29:06,116 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/54059d8a-1da5-476c-877f-945a45186ccc.json used request id req-fb3bb7c4-1d01-471e-9420-c9ef9ea79207 2018-09-02 07:29:06,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.46468496323s 2018-09-02 07:29:06,116 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/54059d8a-1da5-476c-877f-945a45186ccc.json used request id req-fb3bb7c4-1d01-471e-9420-c9ef9ea79207 2018-09-02 07:29:06,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:29:06,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:06,178 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-95145a7c-d2a3-46a2-abce-58a8de75a766 Date: Sun, 02 Sep 2018 07:29:06 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:29:06,178 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-95145a7c-d2a3-46a2-abce-58a8de75a766 2018-09-02 07:29:06,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0569231510162s 2018-09-02 07:29:06,179 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-95145a7c-d2a3-46a2-abce-58a8de75a766 2018-09-02 07:29:06,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 07:29:06,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:06,418 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07: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-8e14d3b4-a5b2-435a-b4d6-f4dbfe3a74b6 x-compute-request-id: req-8e14d3b4-a5b2-435a-b4d6-f4dbfe3a74b6 Content-Type: application/json 2018-09-02 07:29:06,418 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b used request id req-8e14d3b4-a5b2-435a-b4d6-f4dbfe3a74b6 2018-09-02 07:29:06,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.238684892654s 2018-09-02 07:29:06,418 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b used request id req-8e14d3b4-a5b2-435a-b4d6-f4dbfe3a74b6 2018-09-02 07:29:06,419 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:29:06,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:07,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-6017ddf5-1bb7-4a60-9434-8c31ef1de6ef x-compute-request-id: req-6017ddf5-1bb7-4a60-9434-8c31ef1de6ef Content-Encoding: gzip Content-Length: 836 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:46:fe", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ad:46:fe", "version": 4, "addr": "172.30.9.215", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/110347bc-3bae-4549-8ace-5ef6fa91266b", "rel": "bookmark"}], "image": {"id": "09430286-f0d9-48e2-b197-91d551c66a25", "links": [{"href": "http://172.30.9.25:8774/images/09430286-f0d9-48e2-b197-91d551c66a25", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000002", "OS-SRV-USG:launched_at": "2018-09-02T07:28:57.000000", "flavor": {"id": "074a4ab2-43e5-4e65-a140-1c3bb688c82f", "links": [{"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "bookmark"}]}, "id": "110347bc-3bae-4549-8ace-5ef6fa91266b", "security_groups": [{"name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}], "user_id": "73555bf6825f4efebb70f41e3c2affd5", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:29:06Z", "hostId": "d0a41c00dbad28af292ef58d8c45f26f34aa14fc700639f33a841bb4", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-0.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "name": "singlevm1-vm_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "created": "2018-09-02T07:28:41Z", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:29:07,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6017ddf5-1bb7-4a60-9434-8c31ef1de6ef 2018-09-02 07:29:07,109 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689774990082s 2018-09-02 07:29:07,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6017ddf5-1bb7-4a60-9434-8c31ef1de6ef 2018-09-02 07:29:07,110 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:29:09,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:29:09,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:09,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-b82dbf51-0cc1-46fc-9d4c-3a27f36b2f77 x-compute-request-id: req-b82dbf51-0cc1-46fc-9d4c-3a27f36b2f77 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 07:29:09,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b82dbf51-0cc1-46fc-9d4c-3a27f36b2f77 2018-09-02 07:29:09,216 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.102327108383s 2018-09-02 07:29:09,216 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b82dbf51-0cc1-46fc-9d4c-3a27f36b2f77 2018-09-02 07:29:09,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:29:09,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:10,249 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 14163 X-Openstack-Request-Id: req-e9eee70c-e922-4f3c-bcd6-e0fa6be449d6 Date: Sun, 02 Sep 2018 07:29:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:25:59Z", "updated_at": "2018-09-02T07:25:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "31024fab-5ae9-4f4e-b314-f33a705ec5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "3b775074-9aa9-4d20-b653-c8e9d5ee10bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "cc8640d2-061f-4d84-9901-1bef3b206e0d", "remote_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "cd7aa428-1385-4dec-9d1c-45c0e4d1fdea", "remote_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}], "revision_number": 1, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "07350568-1198-434c-8f71-31ff4d604fbe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "created_at": "2018-09-02T07:22:27Z", "updated_at": "2018-09-02T07:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "1746128e-5e9b-410d-9ff6-d2454ea42058", "remote_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "2d449512-a5af-490a-b7a6-d9ff5aee2955", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "4e421b05-cd29-468d-902f-ad930b5ae84c", "remote_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "aa1c6ba2-7231-40c6-ac83-e58c9ae128a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a056d0aa556e4a86918873c940c9e44b"}], "revision_number": 1, "project_id": "a056d0aa556e4a86918873c940c9e44b", "id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T07:26:04Z", "updated_at": "2018-09-02T07:26:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:04Z", "revision_number": 0, "id": "45afab79-b781-4ff4-9add-1914b3100155", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "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-02T07:26:04Z", "revision_number": 0, "id": "4c47d320-bd15-4d64-aed1-ff1ff63383ef", "remote_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:04Z", "revision_number": 0, "id": "5b70f71c-9c90-4df1-b008-56b41e8e22db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "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-02T07:26:04Z", "revision_number": 0, "id": "c247e491-1bee-4394-bd5b-e684687c29c0", "remote_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1629b917a4944059ba946f3049a77b46", "created_at": "2018-09-02T07:27:39Z", "updated_at": "2018-09-02T07:27:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "1ca5b8b5-47c5-4581-b12b-a1c38223f6da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv4", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "cea6c9a2-89f0-4793-9356-bb256d216aa1", "remote_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv6", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "f0e2c62d-f432-4deb-9abc-b3c0e814aae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv6", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "fe5e1236-4b21-488a-94fc-222ed7ac8026", "remote_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv4", "project_id": "1629b917a4944059ba946f3049a77b46"}], "revision_number": 1, "project_id": "1629b917a4944059ba946f3049a77b46", "id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "created_at": "2018-09-02T07:26:33Z", "updated_at": "2018-09-02T07:26:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "03951c0e-dcb6-4530-ae67-75b8c6957919", "remote_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "ab5ac18a-1b69-4b3b-9074-55e773d4646a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "d8041249-3c8c-4e69-b92c-73a94d6f4e9e", "remote_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "de026006-81fa-4cfa-98ac-f5f6401f5bb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}], "revision_number": 1, "project_id": "38ae2ac7a4da4d37988a73e914b99b36", "id": "87c20709-3901-4000-a41c-5852250d9c87", "name": "default"}, {"description": "created by OPNFV Functest (singlevm1)", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:28:31Z", "updated_at": "2018-09-02T07:28:33Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:31Z", "revision_number": 0, "id": "5635f008-694a-4ecd-90c9-b34e78b6bbc6", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:31Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:33Z", "revision_number": 0, "id": "79c9c3fc-0148-41e3-b726-7ef9fd8a0cc7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:33Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T07:28:32Z", "revision_number": 0, "id": "a78c2460-3cc0-4422-9cbd-9aa313bf226f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:32Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": 22, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:28:31Z", "revision_number": 0, "id": "b84ff8e1-7e83-4f76-bea0-6b71ae82c86e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:28:31Z", "security_group_id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}], "revision_number": 3, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "c2fd0507-29dc-4a5f-822a-459587c9d1c4", "name": "singlevm1-sg_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}]} 2018-09-02 07:29:10,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-e9eee70c-e922-4f3c-bcd6-e0fa6be449d6 2018-09-02 07:29:10,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 1.03115296364s 2018-09-02 07:29:10,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-e9eee70c-e922-4f3c-bcd6-e0fa6be449d6 2018-09-02 07:29:10,255 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 07:29:10,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/c2fd0507-29dc-4a5f-822a-459587c9d1c4.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:10,416 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-966ca50e-83d5-4fcd-b55a-684ca0512089 Content-Length: 0 Date: Sun, 02 Sep 2018 07:29:10 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:29:10,417 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/c2fd0507-29dc-4a5f-822a-459587c9d1c4.json used request id req-966ca50e-83d5-4fcd-b55a-684ca0512089 2018-09-02 07:29:10,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.161715984344s 2018-09-02 07:29:10,417 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/c2fd0507-29dc-4a5f-822a-459587c9d1c4.json used request id req-966ca50e-83d5-4fcd-b55a-684ca0512089 2018-09-02 07:29:10,417 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 07:29:10,420 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:10,473 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07: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-7aa4984b-784f-430c-b325-18ff3d289308 x-compute-request-id: req-7aa4984b-784f-430c-b325-18ff3d289308 Content-Length: 0 Content-Type: application/json 2018-09-02 07:29:10,473 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762 used request id req-7aa4984b-784f-430c-b325-18ff3d289308 2018-09-02 07:29:10,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0557470321655s 2018-09-02 07:29:10,473 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm1-kp_1191bfa6-804b-4e9e-ab44-a87c3cb2b762 used request id req-7aa4984b-784f-430c-b325-18ff3d289308 2018-09-02 07:29:10,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:29:10,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842/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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" -d '{"subnet_id": "47917dff-bed7-4fd8-9b18-5b95a6b799f3"}' 2018-09-02 07:29:12,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e8d1cc1e-ef0f-46bd-a69a-51443378293c Date: Sun, 02 Sep 2018 07:29:13 GMT RESP BODY: {"network_id": "e81c8a42-0df0-4f30-9b66-8b61c4af2fa9", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "subnet_id": "47917dff-bed7-4fd8-9b18-5b95a6b799f3", "subnet_ids": ["47917dff-bed7-4fd8-9b18-5b95a6b799f3"], "port_id": "a278e6d1-4181-415b-99dc-bb5074ca64b2", "id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842"} 2018-09-02 07:29:12,947 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842/remove_router_interface.json used request id req-e8d1cc1e-ef0f-46bd-a69a-51443378293c 2018-09-02 07:29:12,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.47322702408s 2018-09-02 07:29:12,947 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842/remove_router_interface.json used request id req-e8d1cc1e-ef0f-46bd-a69a-51443378293c returning object dc7c822a-8c10-4f83-94b1-c2e29ba6e842 2018-09-02 07:29:12,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:29:12,949 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:13,085 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 717 X-Openstack-Request-Id: req-9948b8ff-a1a8-4586-992a-75c5ff0f903a Date: Sun, 02 Sep 2018 07:29:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.208"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:28:16Z", "admin_state_up": true, "updated_at": "2018-09-02T07:29:11Z", "project_id": "4b06fee7bf104ba386aa2f904001aa35", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "dc7c822a-8c10-4f83-94b1-c2e29ba6e842", "name": "singlevm1-router_1191bfa6-804b-4e9e-ab44-a87c3cb2b762"}]} 2018-09-02 07:29:13,085 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9948b8ff-a1a8-4586-992a-75c5ff0f903a 2018-09-02 07:29:13,086 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.137508153915s 2018-09-02 07:29:13,086 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9948b8ff-a1a8-4586-992a-75c5ff0f903a 2018-09-02 07:29:13,087 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:29:13,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:17,048 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ca74baa3-5345-4edd-9fd6-4a3e5dfd0b63 Content-Length: 0 Date: Sun, 02 Sep 2018 07:29:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:29:17,049 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842.json used request id req-ca74baa3-5345-4edd-9fd6-4a3e5dfd0b63 2018-09-02 07:29:17,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.96114015579s 2018-09-02 07:29:17,049 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/dc7c822a-8c10-4f83-94b1-c2e29ba6e842.json used request id req-ca74baa3-5345-4edd-9fd6-4a3e5dfd0b63 2018-09-02 07:29:17,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:29:17,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:17,092 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1327 X-Openstack-Request-Id: req-30a78ff3-6805-4dea-b60e-852304b1ca6c Date: Sun, 02 Sep 2018 07:29:17 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T07:28: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":"47917dff-bed7-4fd8-9b18-5b95a6b799f3","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"4b06fee7bf104ba386aa2f904001aa35","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"singlevm1-subnet_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","enable_dhcp":true,"segment_id":null,"network_id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:15Z","ip_version":4}]} 2018-09-02 07:29:17,092 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-30a78ff3-6805-4dea-b60e-852304b1ca6c 2018-09-02 07:29:17,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0423312187195s 2018-09-02 07:29:17,092 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-30a78ff3-6805-4dea-b60e-852304b1ca6c 2018-09-02 07:29:17,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:29:17,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/47917dff-bed7-4fd8-9b18-5b95a6b799f3.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:19,228 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4eddbda1-0261-4668-894f-c48ab2ed2e5d Date: Sun, 02 Sep 2018 07:29:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:29:19,229 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/47917dff-bed7-4fd8-9b18-5b95a6b799f3.json used request id req-4eddbda1-0261-4668-894f-c48ab2ed2e5d 2018-09-02 07:29:19,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.13448190689s 2018-09-02 07:29:19,229 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/47917dff-bed7-4fd8-9b18-5b95a6b799f3.json used request id req-4eddbda1-0261-4668-894f-c48ab2ed2e5d 2018-09-02 07:29:19,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:29:19,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:19,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1435 X-Openstack-Request-Id: req-f6818af3-8b60-4463-9cd1-b7636c3ba498 Date: Sun, 02 Sep 2018 07:29:19 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"e81c8a42-0df0-4f30-9b66-8b61c4af2fa9","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":90,"ipv4_address_scope":null,"shared":false,"project_id":"4b06fee7bf104ba386aa2f904001aa35","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:29:19Z","qos_policy_id":null,"name":"singlevm1-net_1191bfa6-804b-4e9e-ab44-a87c3cb2b762","admin_state_up":true,"tenant_id":"4b06fee7bf104ba386aa2f904001aa35","created_at":"2018-09-02T07:28:14Z","provider:network_type":"vxlan"}]} 2018-09-02 07:29:19,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f6818af3-8b60-4463-9cd1-b7636c3ba498 2018-09-02 07:29:19,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.110280990601s 2018-09-02 07:29:19,340 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f6818af3-8b60-4463-9cd1-b7636c3ba498 2018-09-02 07:29:19,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:29:19,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/e81c8a42-0df0-4f30-9b66-8b61c4af2fa9.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:20,800 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-7f9ad748-7320-4ea9-9f53-68d98605743a Date: Sun, 02 Sep 2018 07:29:21 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:29:20,800 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/e81c8a42-0df0-4f30-9b66-8b61c4af2fa9.json used request id req-7f9ad748-7320-4ea9-9f53-68d98605743a 2018-09-02 07:29:20,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.45892095566s 2018-09-02 07:29:20,801 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/e81c8a42-0df0-4f30-9b66-8b61c4af2fa9.json used request id req-7f9ad748-7320-4ea9-9f53-68d98605743a 2018-09-02 07:29:20,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:29:20,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:20,834 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-315ab2d8-2f3f-4924-b0fa-c2ad26ce8371 Date: Sun, 02 Sep 2018 07:29:21 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:28:29Z", "file": "/v2/images/09430286-f0d9-48e2-b197-91d551c66a25/file", "owner": "4b06fee7bf104ba386aa2f904001aa35", "id": "09430286-f0d9-48e2-b197-91d551c66a25", "size": 12716032, "self": "/v2/images/09430286-f0d9-48e2-b197-91d551c66a25", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/09430286-f0d9-48e2-b197-91d551c66a25/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/09430286-f0d9-48e2-b197-91d551c66a25/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm1-img_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:28:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:29:20,834 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-315ab2d8-2f3f-4924-b0fa-c2ad26ce8371 2018-09-02 07:29:20,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0288970470428s 2018-09-02 07:29:20,834 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-315ab2d8-2f3f-4924-b0fa-c2ad26ce8371 2018-09-02 07:29:20,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:29:20,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/09430286-f0d9-48e2-b197-91d551c66a25 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:22,503 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-00969067-97eb-4af8-ab86-924f27586e5e Date: Sun, 02 Sep 2018 07:29:22 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 07:29:22,504 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/09430286-f0d9-48e2-b197-91d551c66a25 used request id req-00969067-97eb-4af8-ab86-924f27586e5e 2018-09-02 07:29:22,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.66795992851s 2018-09-02 07:29:22,504 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/09430286-f0d9-48e2-b197-91d551c66a25 used request id req-00969067-97eb-4af8-ab86-924f27586e5e 2018-09-02 07:29:22,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:29:22,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:22,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-8994e78a-7a5c-4263-97aa-c6f05f27ee23 x-compute-request-id: req-8994e78a-7a5c-4263-97aa-c6f05f27ee23 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm1-flavor_1191bfa6-804b-4e9e-ab44-a87c3cb2b762", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f", "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": "074a4ab2-43e5-4e65-a140-1c3bb688c82f"}]} 2018-09-02 07:29:22,668 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-8994e78a-7a5c-4263-97aa-c6f05f27ee23 2018-09-02 07:29:22,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.163488149643s 2018-09-02 07:29:22,668 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-8994e78a-7a5c-4263-97aa-c6f05f27ee23 2018-09-02 07:29:22,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:29:22,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}2447e2d8a62f0e5d2d733963ec6fb164170947bc" 2018-09-02 07:29:22,705 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:29: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-307a370b-387a-480e-a70e-41f53ac83544 x-compute-request-id: req-307a370b-387a-480e-a70e-41f53ac83544 Content-Length: 0 Content-Type: application/json 2018-09-02 07:29:22,705 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f used request id req-307a370b-387a-480e-a70e-41f53ac83544 2018-09-02 07:29:22,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0356287956238s 2018-09-02 07:29:22,706 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/074a4ab2-43e5-4e65-a140-1c3bb688c82f used request id req-307a370b-387a-480e-a70e-41f53ac83544 2018-09-02 07:29:22,759 - xtesting.ci.run_tests - INFO - Loading test case 'singlevm2'... 2018-09-02 07:29:22,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:29:22,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:29:22,799 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:29:22,800 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:29:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:29:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:29:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:29:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:29:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:29:22,801 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:29:22,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:29:22,808 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-81596a74-6d56-4fb9-9f9b-6291a396a78a 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:29:22,808 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-81596a74-6d56-4fb9-9f9b-6291a396a78a 2018-09-02 07:29:22,808 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:29:23,195 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:29:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["pUi9adtBTGuSA3gYqIQHAA"], "issued_at": "2018-09-02T07:29:23.000000Z"}} 2018-09-02 07:29:23,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:29:23,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:23,565 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-9352bb77-2c82-439c-95cc-f8864cfa22d0 Date: Sun, 02 Sep 2018 07:29:23 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:29:23,565 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9352bb77-2c82-439c-95cc-f8864cfa22d0 2018-09-02 07:29:23,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367424964905s 2018-09-02 07:29:23,566 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9352bb77-2c82-439c-95cc-f8864cfa22d0 2018-09-02 07:29:23,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:29:23,575 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9e363df4-4cf7-4cfe-8adb-1e57b2247f3e 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:29:23,575 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-9e363df4-4cf7-4cfe-8adb-1e57b2247f3e 2018-09-02 07:29:23,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:29:23,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:23,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52d82274-d5dc-4f28-bb67-4b5b9da558c9 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:29:23,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-52d82274-d5dc-4f28-bb67-4b5b9da558c9 2018-09-02 07:29:23,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204502105713s 2018-09-02 07:29:23,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-52d82274-d5dc-4f28-bb67-4b5b9da558c9 2018-09-02 07:29:23,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:29:23,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" -d '{"project": {"description": "Created by OPNFV Functest: singlevm2", "enabled": true, "domain_id": "default", "name": "singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67"}}' 2018-09-02 07:29:24,062 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:29:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8122145b-7086-4e92-b223-b3b23c9f39d2 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.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45"}, "tags": [], "enabled": true, "id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67"}} 2018-09-02 07:29:24,062 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-8122145b-7086-4e92-b223-b3b23c9f39d2 2018-09-02 07:29:24,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.27489900589s 2018-09-02 07:29:24,063 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-8122145b-7086-4e92-b223-b3b23c9f39d2 2018-09-02 07:29:24,063 - 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'f2a66e2f1f174b6fb8aa5e90808c5e45', '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_6855a76b-3fd9-4982-bc1c-96d9f030af67'}) 2018-09-02 07:29:24,070 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:29:24,073 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "8d833a66-deae-4bdf-a1af-d5fc4931e25f", "email": null, "name": "singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67"}}' 2018-09-02 07:29:24,567 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:29:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d93128cd-4be1-4a71-828f-490c1c9b46cb Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67", "links": {"self": "http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4ebd566f644646639ba1944be2605652", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:29:24,567 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-d93128cd-4be1-4a71-828f-490c1c9b46cb 2018-09-02 07:29:24,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.497709035873s 2018-09-02 07:29:24,568 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-d93128cd-4be1-4a71-828f-490c1c9b46cb 2018-09-02 07:29:24,568 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'4ebd566f644646639ba1944be2605652', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67'}) 2018-09-02 07:29:24,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:29:24,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:24,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6d3cdb9d-ea37-4c4f-8213-b2dc5793b50b Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:29:24,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6d3cdb9d-ea37-4c4f-8213-b2dc5793b50b 2018-09-02 07:29:24,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197844028473s 2018-09-02 07:29:24,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6d3cdb9d-ea37-4c4f-8213-b2dc5793b50b 2018-09-02 07:29:24,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:29:24,778 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:24,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-637e9f21-b191-4f83-99ea-6ce3a56bc4ce Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:29:24,966 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-637e9f21-b191-4f83-99ea-6ce3a56bc4ce 2018-09-02 07:29:24,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190843105316s 2018-09-02 07:29:24,966 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-637e9f21-b191-4f83-99ea-6ce3a56bc4ce 2018-09-02 07:29:24,971 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:29:24,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:25,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7b8208-61ec-429b-85ba-6a04ff50ab9c Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:29:25,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-aa7b8208-61ec-429b-85ba-6a04ff50ab9c 2018-09-02 07:29:25,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185476064682s 2018-09-02 07:29:25,157 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-aa7b8208-61ec-429b-85ba-6a04ff50ab9c 2018-09-02 07:29:25,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:29:25,165 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:25,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-06c23f23-0c03-44ae-bd51-a34e1e009d83 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:29:25,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-06c23f23-0c03-44ae-bd51-a34e1e009d83 2018-09-02 07:29:25,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196408033371s 2018-09-02 07:29:25,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-06c23f23-0c03-44ae-bd51-a34e1e009d83 2018-09-02 07:29:25,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:29:25,363 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:25,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de56ccc4-370b-49af-919c-1a2eff2e4ccb Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67", "links": {"self": "http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4ebd566f644646639ba1944be2605652", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:29:25,607 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-de56ccc4-370b-49af-919c-1a2eff2e4ccb 2018-09-02 07:29:25,607 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.247452020645s 2018-09-02 07:29:25,607 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-de56ccc4-370b-49af-919c-1a2eff2e4ccb 2018-09-02 07:29:25,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:29:25,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:25,731 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-db3f3bee-b8cc-41cd-a906-660307ebf290 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45"}, "tags": [], "enabled": true, "id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67"}]} 2018-09-02 07:29:25,731 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-db3f3bee-b8cc-41cd-a906-660307ebf290 2018-09-02 07:29:25,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.113033056259s 2018-09-02 07:29:25,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-db3f3bee-b8cc-41cd-a906-660307ebf290 2018-09-02 07:29:25,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:29:25,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=4ebd566f644646639ba1944be2605652&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=f2a66e2f1f174b6fb8aa5e90808c5e45" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:25,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f862f3f4-8f33-4833-92dd-8cd8b1e617b5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=4ebd566f644646639ba1944be2605652&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=f2a66e2f1f174b6fb8aa5e90808c5e45", "previous": null, "next": null}} 2018-09-02 07:29:25,937 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=4ebd566f644646639ba1944be2605652&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=f2a66e2f1f174b6fb8aa5e90808c5e45 used request id req-f862f3f4-8f33-4833-92dd-8cd8b1e617b5 2018-09-02 07:29:25,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.198083877563s 2018-09-02 07:29:25,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=4ebd566f644646639ba1944be2605652&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=f2a66e2f1f174b6fb8aa5e90808c5e45 used request id req-f862f3f4-8f33-4833-92dd-8cd8b1e617b5 2018-09-02 07:29:25,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:29:25,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45/users/4ebd566f644646639ba1944be2605652/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:29:26,203 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:29:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ba734bb-5ba4-4ac2-998d-daced0045880 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 07:29:26,203 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45/users/4ebd566f644646639ba1944be2605652/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-6ba734bb-5ba4-4ac2-998d-daced0045880 2018-09-02 07:29:26,203 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.261471986771s 2018-09-02 07:29:26,203 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45/users/4ebd566f644646639ba1944be2605652/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-6ba734bb-5ba4-4ac2-998d-daced0045880 2018-09-02 07:29:26,204 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67', 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'f2a66e2f1f174b6fb8aa5e90808c5e45', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '8d833a66-deae-4bdf-a1af-d5fc4931e25f', 'username': u'singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:29:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:29:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:29:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:29:26,205 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:29:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:29:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:29:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:29:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:29:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:29:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:29:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:29:26,206 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:29:26,207 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:29:26,208 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:29:26,209 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'password': '8d833a66-deae-4bdf-a1af-d5fc4931e25f', 'project_name': 'singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'f2a66e2f1f174b6fb8aa5e90808c5e45', 'project_domain_name': 'Default'} 2018-09-02 07:29:26,209 - xtesting.ci.run_tests - INFO - Running test case 'singlevm2'... 2018-09-02 07:29:26,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:29:26,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-35ec5540-7b6c-4cbc-b423-4192cab3b6db 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:29:26,218 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-35ec5540-7b6c-4cbc-b423-4192cab3b6db 2018-09-02 07:29:26,219 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:29:26,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T08:29:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "name": "singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/f2a66e2f1f174b6fb8aa5e90808c5e45", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67", "id": "4ebd566f644646639ba1944be2605652"}, "audit_ids": ["CnUV24nvTUSxDQJuSns-mQ"], "issued_at": "2018-09-02T07:29:26.000000Z"}} 2018-09-02 07:29:26,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:29:26,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"network": {"name": "singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67", "admin_state_up": true}}' 2018-09-02 07:29:27,231 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-719271a2-b073-466c-90fb-852786a342ff Date: Sun, 02 Sep 2018 07:29:27 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"5bf55190-c5b2-443d-aa2a-3f4119676110","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:29:27Z","is_default":false,"name":"singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67","qos_policy_id":null,"admin_state_up":true,"tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:27Z","mtu":1450}} 2018-09-02 07:29:27,231 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-719271a2-b073-466c-90fb-852786a342ff 2018-09-02 07:29:27,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.610570907593s 2018-09-02 07:29:27,232 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-719271a2-b073-466c-90fb-852786a342ff 2018-09-02 07:29:27,232 - 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-02T07:29:27Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'5bf55190-c5b2-443d-aa2a-3f4119676110', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67', u'admin_state_up': True, u'tenant_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', u'created_at': u'2018-09-02T07:29:27Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', u'l2_adjacency': True}) 2018-09-02 07:29:27,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:29:27,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:27,515 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-c2296e08-229a-4e58-b462-4a5c67d04bd8 Date: Sun, 02 Sep 2018 07:29:27 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"5bf55190-c5b2-443d-aa2a-3f4119676110","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:29:27Z","qos_policy_id":null,"name":"singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67","admin_state_up":true,"tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:27Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:29:27,515 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c2296e08-229a-4e58-b462-4a5c67d04bd8 2018-09-02 07:29:27,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.282350063324s 2018-09-02 07:29:27,516 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c2296e08-229a-4e58-b462-4a5c67d04bd8 2018-09-02 07:29:27,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:29:27,517 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"subnet": {"name": "singlevm2-subnet_6855a76b-3fd9-4982-bc1c-96d9f030af67", "enable_dhcp": true, "network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:29:28,531 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-a8c4b819-169e-4ab7-8f5d-259c7dfa9a4c Date: Sun, 02 Sep 2018 07:29:28 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bf55190-c5b2-443d-aa2a-3f4119676110","tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:29:28Z","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":"f2a66e2f1f174b6fb8aa5e90808c5e45","id":"6902ed87-e2d0-42ee-8afa-a7c158b328cb","subnetpool_id":null,"name":"singlevm2-subnet_6855a76b-3fd9-4982-bc1c-96d9f030af67"}} 2018-09-02 07:29:28,531 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a8c4b819-169e-4ab7-8f5d-259c7dfa9a4c 2018-09-02 07:29:28,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.01456999779s 2018-09-02 07:29:28,532 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a8c4b819-169e-4ab7-8f5d-259c7dfa9a4c 2018-09-02 07:29:28,532 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:29:28Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'6902ed87-e2d0-42ee-8afa-a7c158b328cb', u'subnetpool_id': None, u'service_types': [], u'name': u'singlevm2-subnet_6855a76b-3fd9-4982-bc1c-96d9f030af67', u'enable_dhcp': True, u'network_id': u'5bf55190-c5b2-443d-aa2a-3f4119676110', u'tenant_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', u'created_at': u'2018-09-02T07:29:28Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45'}) 2018-09-02 07:29:28,533 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:29:28,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "singlevm2-router_6855a76b-3fd9-4982-bc1c-96d9f030af67", "admin_state_up": true}}' 2018-09-02 07:29:35,366 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-48489af3-6b4c-4150-924d-4587c8ae93ee Date: Sun, 02 Sep 2018 07:29:35 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:29Z", "admin_state_up": true, "updated_at": "2018-09-02T07:29:30Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "a8f6fda5-c956-4d95-b96a-2299ec24da91", "name": "singlevm2-router_6855a76b-3fd9-4982-bc1c-96d9f030af67"}} 2018-09-02 07:29:35,366 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-48489af3-6b4c-4150-924d-4587c8ae93ee 2018-09-02 07:29:35,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.83317613602s 2018-09-02 07:29:35,366 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-48489af3-6b4c-4150-924d-4587c8ae93ee 2018-09-02 07:29:35,367 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:29:30Z', u'revision_number': 3, u'id': u'a8f6fda5-c956-4d95-b96a-2299ec24da91', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'singlevm2-router_6855a76b-3fd9-4982-bc1c-96d9f030af67', u'admin_state_up': True, u'tenant_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', u'created_at': u'2018-09-02T07:29:29Z', u'flavor_id': None, u'routes': [], u'project_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45'}) 2018-09-02 07:29:35,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:29:35,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91/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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"subnet_id": "6902ed87-e2d0-42ee-8afa-a7c158b328cb"}' 2018-09-02 07:29:38,529 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f51af52d-a685-4642-a87f-544b01236f0a Date: Sun, 02 Sep 2018 07:29:38 GMT RESP BODY: {"network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "subnet_id": "6902ed87-e2d0-42ee-8afa-a7c158b328cb", "subnet_ids": ["6902ed87-e2d0-42ee-8afa-a7c158b328cb"], "port_id": "07e05983-5ddf-47cd-80c1-467cb6a23bc1", "id": "a8f6fda5-c956-4d95-b96a-2299ec24da91"} 2018-09-02 07:29:38,529 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91/add_router_interface.json used request id req-f51af52d-a685-4642-a87f-544b01236f0a 2018-09-02 07:29:38,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.16235399246s 2018-09-02 07:29:38,530 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91/add_router_interface.json used request id req-f51af52d-a685-4642-a87f-544b01236f0a returning object a8f6fda5-c956-4d95-b96a-2299ec24da91 2018-09-02 07:29:38,530 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:29:38,630 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:29:38,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:29:38,636 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:29:38 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:29:38,641 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:29:38,644 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:38,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-16973a18-738d-4e55-a5d3-a1392cf357fe Date: Sun, 02 Sep 2018 07:29:39 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:29:38,986 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-16973a18-738d-4e55-a5d3-a1392cf357fe 2018-09-02 07:29:38,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.345465898514s 2018-09-02 07:29:38,986 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-16973a18-738d-4e55-a5d3-a1392cf357fe 2018-09-02 07:29:38,996 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:29:38,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67"}' 2018-09-02 07:29:39,819 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-f7107a8f-739f-4003-8c7f-e9a5f8897e92 Date: Sun, 02 Sep 2018 07:29:39 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:29:39Z", "file": "/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324/file", "owner": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "size": null, "self": "/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "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_6855a76b-3fd9-4982-bc1c-96d9f030af67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67", "checksum": null, "created_at": "2018-09-02T07:29:39Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:29:39,819 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-f7107a8f-739f-4003-8c7f-e9a5f8897e92 2018-09-02 07:29:39,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.823668956757s 2018-09-02 07:29:39,820 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-f7107a8f-739f-4003-8c7f-e9a5f8897e92 returning object d4acb68a-f4b5-4825-87de-5355f1fed324 2018-09-02 07:29:39,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:29:39,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324/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}06153dd51aa2399bc6971c609446279351fe60dc" -d '' 2018-09-02 07:29:40,586 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d05563fa-d97c-4dd5-b037-152ad2b82295 Date: Sun, 02 Sep 2018 07:29: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 07:29:40,587 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324/file used request id req-d05563fa-d97c-4dd5-b037-152ad2b82295 2018-09-02 07:29:40,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.766112089157s 2018-09-02 07:29:40,587 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324/file used request id req-d05563fa-d97c-4dd5-b037-152ad2b82295 2018-09-02 07:29:40,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:29:40,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:40,895 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-fbddc905-c0bc-41a9-af05-e0efbdde3b22 Date: Sun, 02 Sep 2018 07:29:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:29:40Z", "file": "/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324/file", "owner": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "size": 12716032, "self": "/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d4acb68a-f4b5-4825-87de-5355f1fed324/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d4acb68a-f4b5-4825-87de-5355f1fed324/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:29:39Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:29:40,895 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fbddc905-c0bc-41a9-af05-e0efbdde3b22 2018-09-02 07:29:40,895 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.304208993912s 2018-09-02 07:29:40,896 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fbddc905-c0bc-41a9-af05-e0efbdde3b22 2018-09-02 07:29:40,898 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d4acb68a-f4b5-4825-87de-5355f1fed324/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324/file', 'owner': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'id': u'd4acb68a-f4b5-4825-87de-5355f1fed324', 'size': 12716032, u'self': u'/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'name': 'singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d4acb68a-f4b5-4825-87de-5355f1fed324/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:29:40Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T07:29:40Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67', '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/d4acb68a-f4b5-4825-87de-5355f1fed324', 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_6855a76b-3fd9-4982-bc1c-96d9f030af67', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'created': u'2018-09-02T07:29:39Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:29:39Z', 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/d4acb68a-f4b5-4825-87de-5355f1fed324', 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_6855a76b-3fd9-4982-bc1c-96d9f030af67', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:29:40,899 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:29:40,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "singlevm2-flavor_6855a76b-3fd9-4982-bc1c-96d9f030af67", "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 07:29:41,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-2e61c575-fab5-4937-b8f8-f6ded6405f1c x-compute-request-id: req-2e61c575-fab5-4937-b8f8-f6ded6405f1c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "singlevm2-flavor_6855a76b-3fd9-4982-bc1c-96d9f030af67", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "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": "47b63bd3-b53b-464d-a368-a72519f18ad8"}} 2018-09-02 07:29:41,495 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2e61c575-fab5-4937-b8f8-f6ded6405f1c 2018-09-02 07:29:41,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.595805883408s 2018-09-02 07:29:41,495 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2e61c575-fab5-4937-b8f8-f6ded6405f1c 2018-09-02 07:29:41,496 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'singlevm2-flavor_6855a76b-3fd9-4982-bc1c-96d9f030af67', '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'4b06fee7bf104ba386aa2f904001aa35', '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'47b63bd3-b53b-464d-a368-a72519f18ad8', 'swap': 0}) 2018-09-02 07:29:41,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:29:41,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8/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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" -d '{"extra_specs": {}}' 2018-09-02 07:29:41,639 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-2be3bdfa-7d73-4906-b5ce-111d4b4a73a1 x-compute-request-id: req-2be3bdfa-7d73-4906-b5ce-111d4b4a73a1 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:29:41,639 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8/os-extra_specs used request id req-2be3bdfa-7d73-4906-b5ce-111d4b4a73a1 2018-09-02 07:29:41,639 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.14181804657s 2018-09-02 07:29:41,639 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8/os-extra_specs used request id req-2be3bdfa-7d73-4906-b5ce-111d4b4a73a1 2018-09-02 07:29:41,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 07:29:41,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"keypair": {"name": "singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67"}}' 2018-09-02 07:29:42,047 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-9191c074-3019-430a-b33e-28125eba0f4c x-compute-request-id: req-9191c074-3019-430a-b33e-28125eba0f4c Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4kgOkNKQnHCQPyfPWPYXO/afTn+ylVGBnHaVQDcTrF54JBDfJYiBNTlEfT9IMDjeOn4C3+UvDyhFTr+T3BIpSHLbYwsQnQe88bUwNOTifF5TL1dmAl3wa7ks3aVWSo4zp8/uMIL+LNwLrN7UMj9qJst0ppPft3a18jXQU6l0Gy32IrTBUaB2eTGsRFTr0dc67tJrOraz8Iky7pYjVBEVSPOQ0dv64Ab2BwmPLaL3OCUW1b/Q+MQG0NHK0GURWRL35bjBYcyegswRf+VuWIB7SrTzFW9TSQm0y0x//UoMUfoZX86pHj12+Oboqt1cf74B/2xDXZQQMlsYcG3Vjy+NT Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAuJIDpDSkJxwkD8nz1j2Fzv2n05/spVRgZx2lUA3E6xeeCQQ3\nyWIgTU5RH0/SDA43jp+At/lLw8oRU6/k9wSKUhy22MLEJ0HvPG1MDTk4nxeUy9XZ\ngJd8Gu5LN2lVkqOM6fP7jCC/izcC6ze1DI/aibLdKaT37d2tfI10FOpdBst9iK0w\nVGgdnkxrERU69HXOu7Sazq2s/CJMu6WI1QRFUjzkNHb+uAG9gcJjy2i9zglFtW/0\nPjEBtDRytBlEVkS9+W4wWHMnoLMEX/lbliAe0q08xVvU0kJtMtMf/1KDFH6GV/Oq\nR49dvjm6KrdXH++Af9sQ12UEDJbGHBt1Y8vjUwIDAQABAoIBAFYaH8LBn/ZyxUvs\nTWkbaEnIwTsTNwVlmFdiWBVBZyS47suMAS5cLW+C4os15GolU7ugIx8wGC0tHeop\neynVH2Xw6UezjGg39Q/+eOUOVaC6EnsItx+rC4VQtxwRco8m5vzZCfcz68dZEW6D\nnV1P2oY0P8JGqDZ6HI2nO4jqUB1zk0lHDnAhoeCKAHSG3iI0dapGLpMIFD2pTipq\n3+YSMVukMREpSsFQsbdZnAGQTkAT1YBKJTalKTKalwVTM22SY9Id60Zby0LRbClq\nWY3vqLjui7CwFoGesFyPAbFHgqX8ddkgu0ra4JQFvnnGc7uWjFTIKv+FSc8T+h2O\nAlCeZxECgYEA6FCMDcny3rYaqi+Qd5Y9gbb0pBMhM2QEBij2497fFZpJMrF8oBuD\nhPJjM0EmH9FxvPvqRkEbpTgcfXMwTy429j20ntL/hrua+7be94t6792CQ7i1LsAp\nQAls8oSv73v9EdGB6HUSp7KDIsZzS5fL1TE71yZhGXwWX/phGtvGmskCgYEAy2NV\nVCbUpvY6q9FBN7/VApkWAHPMye5IzBj5d2kgx0UoB5Qw0o+i2I8CUTYuJ3MZl+Eo\nDWwJR57FBcqvH+eSYMt6OGroTFw7uLAD5mviPsDbYweUG76bA7g85y6T6C3+v22/\nELHaxjcztgAe2sGjGsmugjdSf3UMBhe+7TYY/zsCgYAzO5g3bkL+dKCayZSNmveD\nhMqc6I8Y20S76wrPpBYEmJrt8BBw6sBtcFsKMaLrv2/a4p9+0Nr868v0qpOL0sBS\nO7d6k0PA/dynCGRRqVP6VBpnPvPOFJjEQ4/gR/zYzro31MFWd4MespKS97rzf812\n/b2ZrCAb067HidsiZjd9aQKBgBQIUaQ7OuDDCd5Yevr5uwpJd8BNp5MQFD1+DDw1\nr5PQ/PNaJkDnAtwfodPL6VnbXV73P1GrHXLfcXpzjzIuRd2gzQX3ia/TudIkDA5K\n+/rAVht36J+e83e3UtBWZx0MQrYqIhKL4gd58m7vrhpPzjfaO4T52/dP2QJUnmqQ\n1H93AoGAN3x/WIRWIFIE5fDILQ+c0ytIdJHqDlVnWtgz8iRG12zXxEqXccjcAlX5\nXHvsBhEA6rqm62Hftflxe1US+CuS+Gb5vgU9AiVWpp1y2kCcGFrEsvZecsP6gsuk\nqvui+PJpFJRQuBCg5ipovcf1XFOcqK9XP8e/Rc1Jou/1ejO1Cj8=\n-----END RSA PRIVATE KEY-----\n", "user_id": "4ebd566f644646639ba1944be2605652", "name": "singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67", "fingerprint": "4d:e5:c1:49:1d:4c:a9:9e:ce:8e:1e:ca:44:e7:3d:9e"}} 2018-09-02 07:29:42,047 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-9191c074-3019-430a-b33e-28125eba0f4c 2018-09-02 07:29:42,047 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.407552957535s 2018-09-02 07:29:42,048 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-9191c074-3019-430a-b33e-28125eba0f4c 2018-09-02 07:29:42,049 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4kgOkNKQnHCQPyfPWPYXO/afTn+ylVGBnHaVQDcTrF54JBDfJYiBNTlEfT9IMDjeOn4C3+UvDyhFTr+T3BIpSHLbYwsQnQe88bUwNOTifF5TL1dmAl3wa7ks3aVWSo4zp8/uMIL+LNwLrN7UMj9qJst0ppPft3a18jXQU6l0Gy32IrTBUaB2eTGsRFTr0dc67tJrOraz8Iky7pYjVBEVSPOQ0dv64Ab2BwmPLaL3OCUW1b/Q+MQG0NHK0GURWRL35bjBYcyegswRf+VuWIB7SrTzFW9TSQm0y0x//UoMUfoZX86pHj12+Oboqt1cf74B/2xDXZQQMlsYcG3Vjy+NT Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAuJIDpDSkJxwkD8nz1j2Fzv2n05/spVRgZx2lUA3E6xeeCQQ3\nyWIgTU5RH0/SDA43jp+At/lLw8oRU6/k9wSKUhy22MLEJ0HvPG1MDTk4nxeUy9XZ\ngJd8Gu5LN2lVkqOM6fP7jCC/izcC6ze1DI/aibLdKaT37d2tfI10FOpdBst9iK0w\nVGgdnkxrERU69HXOu7Sazq2s/CJMu6WI1QRFUjzkNHb+uAG9gcJjy2i9zglFtW/0\nPjEBtDRytBlEVkS9+W4wWHMnoLMEX/lbliAe0q08xVvU0kJtMtMf/1KDFH6GV/Oq\nR49dvjm6KrdXH++Af9sQ12UEDJbGHBt1Y8vjUwIDAQABAoIBAFYaH8LBn/ZyxUvs\nTWkbaEnIwTsTNwVlmFdiWBVBZyS47suMAS5cLW+C4os15GolU7ugIx8wGC0tHeop\neynVH2Xw6UezjGg39Q/+eOUOVaC6EnsItx+rC4VQtxwRco8m5vzZCfcz68dZEW6D\nnV1P2oY0P8JGqDZ6HI2nO4jqUB1zk0lHDnAhoeCKAHSG3iI0dapGLpMIFD2pTipq\n3+YSMVukMREpSsFQsbdZnAGQTkAT1YBKJTalKTKalwVTM22SY9Id60Zby0LRbClq\nWY3vqLjui7CwFoGesFyPAbFHgqX8ddkgu0ra4JQFvnnGc7uWjFTIKv+FSc8T+h2O\nAlCeZxECgYEA6FCMDcny3rYaqi+Qd5Y9gbb0pBMhM2QEBij2497fFZpJMrF8oBuD\nhPJjM0EmH9FxvPvqRkEbpTgcfXMwTy429j20ntL/hrua+7be94t6792CQ7i1LsAp\nQAls8oSv73v9EdGB6HUSp7KDIsZzS5fL1TE71yZhGXwWX/phGtvGmskCgYEAy2NV\nVCbUpvY6q9FBN7/VApkWAHPMye5IzBj5d2kgx0UoB5Qw0o+i2I8CUTYuJ3MZl+Eo\nDWwJR57FBcqvH+eSYMt6OGroTFw7uLAD5mviPsDbYweUG76bA7g85y6T6C3+v22/\nELHaxjcztgAe2sGjGsmugjdSf3UMBhe+7TYY/zsCgYAzO5g3bkL+dKCayZSNmveD\nhMqc6I8Y20S76wrPpBYEmJrt8BBw6sBtcFsKMaLrv2/a4p9+0Nr868v0qpOL0sBS\nO7d6k0PA/dynCGRRqVP6VBpnPvPOFJjEQ4/gR/zYzro31MFWd4MespKS97rzf812\n/b2ZrCAb067HidsiZjd9aQKBgBQIUaQ7OuDDCd5Yevr5uwpJd8BNp5MQFD1+DDw1\nr5PQ/PNaJkDnAtwfodPL6VnbXV73P1GrHXLfcXpzjzIuRd2gzQX3ia/TudIkDA5K\n+/rAVht36J+e83e3UtBWZx0MQrYqIhKL4gd58m7vrhpPzjfaO4T52/dP2QJUnmqQ\n1H93AoGAN3x/WIRWIFIE5fDILQ+c0ytIdJHqDlVnWtgz8iRG12zXxEqXccjcAlX5\nXHvsBhEA6rqm62Hftflxe1US+CuS+Gb5vgU9AiVWpp1y2kCcGFrEsvZecsP6gsuk\nqvui+PJpFJRQuBCg5ipovcf1XFOcqK9XP8e/Rc1Jou/1ejO1Cj8=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'4ebd566f644646639ba1944be2605652', 'name': u'singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'created_at': '2018-09-02T07:29:42.049041', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'name': 'singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'4d:e5:c1:49:1d:4c:a9:9e:ce:8e:1e:ca:44:e7:3d:9e', 'type': 'ssh', 'id': u'singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67'}) 2018-09-02 07:29:42,049 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAuJIDpDSkJxwkD8nz1j2Fzv2n05/spVRgZx2lUA3E6xeeCQQ3 yWIgTU5RH0/SDA43jp+At/lLw8oRU6/k9wSKUhy22MLEJ0HvPG1MDTk4nxeUy9XZ gJd8Gu5LN2lVkqOM6fP7jCC/izcC6ze1DI/aibLdKaT37d2tfI10FOpdBst9iK0w VGgdnkxrERU69HXOu7Sazq2s/CJMu6WI1QRFUjzkNHb+uAG9gcJjy2i9zglFtW/0 PjEBtDRytBlEVkS9+W4wWHMnoLMEX/lbliAe0q08xVvU0kJtMtMf/1KDFH6GV/Oq R49dvjm6KrdXH++Af9sQ12UEDJbGHBt1Y8vjUwIDAQABAoIBAFYaH8LBn/ZyxUvs TWkbaEnIwTsTNwVlmFdiWBVBZyS47suMAS5cLW+C4os15GolU7ugIx8wGC0tHeop eynVH2Xw6UezjGg39Q/+eOUOVaC6EnsItx+rC4VQtxwRco8m5vzZCfcz68dZEW6D nV1P2oY0P8JGqDZ6HI2nO4jqUB1zk0lHDnAhoeCKAHSG3iI0dapGLpMIFD2pTipq 3+YSMVukMREpSsFQsbdZnAGQTkAT1YBKJTalKTKalwVTM22SY9Id60Zby0LRbClq WY3vqLjui7CwFoGesFyPAbFHgqX8ddkgu0ra4JQFvnnGc7uWjFTIKv+FSc8T+h2O AlCeZxECgYEA6FCMDcny3rYaqi+Qd5Y9gbb0pBMhM2QEBij2497fFZpJMrF8oBuD hPJjM0EmH9FxvPvqRkEbpTgcfXMwTy429j20ntL/hrua+7be94t6792CQ7i1LsAp QAls8oSv73v9EdGB6HUSp7KDIsZzS5fL1TE71yZhGXwWX/phGtvGmskCgYEAy2NV VCbUpvY6q9FBN7/VApkWAHPMye5IzBj5d2kgx0UoB5Qw0o+i2I8CUTYuJ3MZl+Eo DWwJR57FBcqvH+eSYMt6OGroTFw7uLAD5mviPsDbYweUG76bA7g85y6T6C3+v22/ ELHaxjcztgAe2sGjGsmugjdSf3UMBhe+7TYY/zsCgYAzO5g3bkL+dKCayZSNmveD hMqc6I8Y20S76wrPpBYEmJrt8BBw6sBtcFsKMaLrv2/a4p9+0Nr868v0qpOL0sBS O7d6k0PA/dynCGRRqVP6VBpnPvPOFJjEQ4/gR/zYzro31MFWd4MespKS97rzf812 /b2ZrCAb067HidsiZjd9aQKBgBQIUaQ7OuDDCd5Yevr5uwpJd8BNp5MQFD1+DDw1 r5PQ/PNaJkDnAtwfodPL6VnbXV73P1GrHXLfcXpzjzIuRd2gzQX3ia/TudIkDA5K +/rAVht36J+e83e3UtBWZx0MQrYqIhKL4gd58m7vrhpPzjfaO4T52/dP2QJUnmqQ 1H93AoGAN3x/WIRWIFIE5fDILQ+c0ytIdJHqDlVnWtgz8iRG12zXxEqXccjcAlX5 XHvsBhEA6rqm62Hftflxe1US+CuS+Gb5vgU9AiVWpp1y2kCcGFrEsvZecsP6gsuk qvui+PJpFJRQuBCg5ipovcf1XFOcqK9XP8e/Rc1Jou/1ejO1Cj8= -----END RSA PRIVATE KEY----- 2018-09-02 07:29:42,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 07:29:42,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"security_group": {"name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67", "description": "created by OPNFV Functest (singlevm2)"}}' 2018-09-02 07:29:42,390 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-7d70bdc9-aa35-4882-a156-40f6057e6fa1 Date: Sun, 02 Sep 2018 07:29:42 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:42Z", "updated_at": "2018-09-02T07:29:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "2a041f5c-e96b-4ed0-b968-81ef3deef10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "7b24c854-0a37-4277-8464-af3cf40e655f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}], "revision_number": 1, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67"}} 2018-09-02 07:29:42,391 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-7d70bdc9-aa35-4882-a156-40f6057e6fa1 2018-09-02 07:29:42,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.338382005692s 2018-09-02 07:29:42,391 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-7d70bdc9-aa35-4882-a156-40f6057e6fa1 2018-09-02 07:29:42,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:29:42,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:42,441 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-5f5f9ace-3956-4ce9-bf3d-10a6ab04dd7a Date: Sun, 02 Sep 2018 07:29:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:42Z", "updated_at": "2018-09-02T07:29:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "2a041f5c-e96b-4ed0-b968-81ef3deef10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "7b24c854-0a37-4277-8464-af3cf40e655f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}], "revision_number": 1, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67"}, {"description": "Default security group", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:26Z", "updated_at": "2018-09-02T07:29:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "216a3c76-2175-4dc9-a67a-47a774670e4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "a9174ce6-0f10-44b3-a477-8be338885169", "remote_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "c164394c-9e47-4fbc-b74d-29967eba18af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "ec2741ec-5512-46df-93e9-2de2885817ef", "remote_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}], "revision_number": 1, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "name": "default"}]} 2018-09-02 07:29:42,442 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5f5f9ace-3956-4ce9-bf3d-10a6ab04dd7a 2018-09-02 07:29:42,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0466899871826s 2018-09-02 07:29:42,442 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5f5f9ace-3956-4ce9-bf3d-10a6ab04dd7a 2018-09-02 07:29:42,446 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 07:29:42,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -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": "08b834dd-4ed1-46dc-b488-744854d47f2a"}}' 2018-09-02 07:29:42,605 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-3c6d003d-d823-496f-8f09-ac237ec6b2fa Date: Sun, 02 Sep 2018 07:29: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-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "port_range_min": 22, "revision_number": 0, "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:42Z", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "d63d842f-1492-4315-9b20-edd0a26a4238"}} 2018-09-02 07:29:42,605 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-3c6d003d-d823-496f-8f09-ac237ec6b2fa 2018-09-02 07:29:42,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.158974885941s 2018-09-02 07:29:42,605 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-3c6d003d-d823-496f-8f09-ac237ec6b2fa 2018-09-02 07:29:42,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:29:42,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:42,685 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-bcb56935-8ee7-4a89-9c50-420b3fcb8798 Date: Sun, 02 Sep 2018 07:29:42 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:42Z", "updated_at": "2018-09-02T07:29:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "2a041f5c-e96b-4ed0-b968-81ef3deef10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "7b24c854-0a37-4277-8464-af3cf40e655f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "d63d842f-1492-4315-9b20-edd0a26a4238", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}], "revision_number": 2, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67"}, {"description": "Default security group", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:26Z", "updated_at": "2018-09-02T07:29:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "216a3c76-2175-4dc9-a67a-47a774670e4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "a9174ce6-0f10-44b3-a477-8be338885169", "remote_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "c164394c-9e47-4fbc-b74d-29967eba18af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "ec2741ec-5512-46df-93e9-2de2885817ef", "remote_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}], "revision_number": 1, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "name": "default"}]} 2018-09-02 07:29:42,685 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-bcb56935-8ee7-4a89-9c50-420b3fcb8798 2018-09-02 07:29:42,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0767848491669s 2018-09-02 07:29:42,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-bcb56935-8ee7-4a89-9c50-420b3fcb8798 2018-09-02 07:29:42,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 07:29:42,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -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": "08b834dd-4ed1-46dc-b488-744854d47f2a"}}' 2018-09-02 07:29:43,095 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-00e99edf-f189-4e03-9381-f21ac91f1e56 Date: Sun, 02 Sep 2018 07:29: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-02T07:29:43Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "port_range_min": null, "revision_number": 0, "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:43Z", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "aa522db4-8336-4c3d-97aa-b976860eed55"}} 2018-09-02 07:29:43,096 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-00e99edf-f189-4e03-9381-f21ac91f1e56 2018-09-02 07:29:43,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.406208992004s 2018-09-02 07:29:43,096 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-00e99edf-f189-4e03-9381-f21ac91f1e56 2018-09-02 07:29:43,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:29:43,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:43,432 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-89f000af-6053-430d-8e8a-c438e2cf18d2 Date: Sun, 02 Sep 2018 07:29:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5bf55190-c5b2-443d-aa2a-3f4119676110","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","l2_adjacency":true,"status":"ACTIVE","subnets":["6902ed87-e2d0-42ee-8afa-a7c158b328cb"],"description":"","tags":[],"updated_at":"2018-09-02T07:29:28Z","qos_policy_id":null,"name":"singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67","admin_state_up":true,"tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:27Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:29:43,432 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-89f000af-6053-430d-8e8a-c438e2cf18d2 2018-09-02 07:29:43,433 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.335360050201s 2018-09-02 07:29:43,433 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-89f000af-6053-430d-8e8a-c438e2cf18d2 2018-09-02 07:29:43,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:29:43,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:43,730 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-07161daa-5357-42c5-b92d-3342b75b9dcb Date: Sun, 02 Sep 2018 07:29:43 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:29:40Z", "file": "/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324/file", "owner": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "size": 12716032, "self": "/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d4acb68a-f4b5-4825-87de-5355f1fed324/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d4acb68a-f4b5-4825-87de-5355f1fed324/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:29:39Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:29:43,730 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-07161daa-5357-42c5-b92d-3342b75b9dcb 2018-09-02 07:29:43,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.292520999908s 2018-09-02 07:29:43,731 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-07161daa-5357-42c5-b92d-3342b75b9dcb 2018-09-02 07:29:43,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:29:43,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:43,756 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-5c67cd40-1e05-4721-b660-23d2e8240c49 x-compute-request-id: req-5c67cd40-1e05-4721-b660-23d2e8240c49 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_6855a76b-3fd9-4982-bc1c-96d9f030af67", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "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": "47b63bd3-b53b-464d-a368-a72519f18ad8"}]} 2018-09-02 07:29:43,756 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-5c67cd40-1e05-4721-b660-23d2e8240c49 2018-09-02 07:29:43,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.023864030838s 2018-09-02 07:29:43,757 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-5c67cd40-1e05-4721-b660-23d2e8240c49 2018-09-02 07:29:43,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 07:29:43,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"server": {"name": "singlevm2-vm_6855a76b-3fd9-4982-bc1c-96d9f030af67", "imageRef": "d4acb68a-f4b5-4825-87de-5355f1fed324", "key_name": "singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67", "flavorRef": "47b63bd3-b53b-464d-a368-a72519f18ad8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "5bf55190-c5b2-443d-aa2a-3f4119676110"}], "security_groups": [{"name": "08b834dd-4ed1-46dc-b488-744854d47f2a"}]}}' 2018-09-02 07:29:48,850 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07: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-ef38d665-f9aa-4557-bc5e-bd0ca478f6a7 x-compute-request-id: req-ef38d665-f9aa-4557-bc5e-bd0ca478f6a7 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "08b834dd-4ed1-46dc-b488-744854d47f2a"}], "OS-DCF:diskConfig": "MANUAL", "id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "bookmark"}], "adminPass": "DPHjct9B3Sim"}} 2018-09-02 07:29:48,850 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-ef38d665-f9aa-4557-bc5e-bd0ca478f6a7 2018-09-02 07:29:48,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.09178519249s 2018-09-02 07:29:48,850 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-ef38d665-f9aa-4557-bc5e-bd0ca478f6a7 2018-09-02 07:29:48,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:29:48,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:49,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-78f70f02-c04e-4ef3-8926-8c426d594d23 x-compute-request-id: req-78f70f02-c04e-4ef3-8926-8c426d594d23 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.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "bookmark"}], "image": {"id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "links": [{"href": "http://172.30.9.25:8774/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "47b63bd3-b53b-464d-a368-a72519f18ad8", "links": [{"href": "http://172.30.9.25:8774/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "rel": "bookmark"}]}, "id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d", "user_id": "4ebd566f644646639ba1944be2605652", "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-02T07:29:49Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67", "name": "singlevm2-vm_6855a76b-3fd9-4982-bc1c-96d9f030af67", "created": "2018-09-02T07:29:48Z", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:29:49,939 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-78f70f02-c04e-4ef3-8926-8c426d594d23 2018-09-02 07:29:49,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08798003197s 2018-09-02 07:29:49,940 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-78f70f02-c04e-4ef3-8926-8c426d594d23 2018-09-02 07:29:49,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:29:49,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:50,316 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-a7ca8c17-7cc9-406b-9daf-c000a1f886ea Date: Sun, 02 Sep 2018 07:29:50 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5bf55190-c5b2-443d-aa2a-3f4119676110","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","l2_adjacency":true,"status":"ACTIVE","subnets":["6902ed87-e2d0-42ee-8afa-a7c158b328cb"],"description":"","tags":[],"updated_at":"2018-09-02T07:29:28Z","qos_policy_id":null,"name":"singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67","admin_state_up":true,"tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:27Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:29:50,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a7ca8c17-7cc9-406b-9daf-c000a1f886ea 2018-09-02 07:29:50,317 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.369982004166s 2018-09-02 07:29:50,317 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a7ca8c17-7cc9-406b-9daf-c000a1f886ea 2018-09-02 07:29:50,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:29:50,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:50,618 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-5c2ab7d5-d82e-4ee1-ac24-08082d30408d Date: Sun, 02 Sep 2018 07:29:50 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bf55190-c5b2-443d-aa2a-3f4119676110","tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:29:28Z","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":"f2a66e2f1f174b6fb8aa5e90808c5e45","id":"6902ed87-e2d0-42ee-8afa-a7c158b328cb","subnetpool_id":null,"name":"singlevm2-subnet_6855a76b-3fd9-4982-bc1c-96d9f030af67"}]} 2018-09-02 07:29:50,618 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5c2ab7d5-d82e-4ee1-ac24-08082d30408d 2018-09-02 07:29:50,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.300085067749s 2018-09-02 07:29:50,618 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5c2ab7d5-d82e-4ee1-ac24-08082d30408d 2018-09-02 07:29:50,619 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:29:52,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:29:52,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:53,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-9f2c3d50-4092-48dd-b5e4-6af1aac7e893 x-compute-request-id: req-9f2c3d50-4092-48dd-b5e4-6af1aac7e893 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "bookmark"}], "image": {"id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "links": [{"href": "http://172.30.9.25:8774/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "47b63bd3-b53b-464d-a368-a72519f18ad8", "links": [{"href": "http://172.30.9.25:8774/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "rel": "bookmark"}]}, "id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d", "security_groups": [{"name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67"}], "user_id": "4ebd566f644646639ba1944be2605652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:29:51Z", "hostId": "0c73a7b1962f4568f10edec172ca8cc4ec5e3382b8057f3879bbd6e0", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67", "name": "singlevm2-vm_6855a76b-3fd9-4982-bc1c-96d9f030af67", "created": "2018-09-02T07:29:48Z", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:29:53,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9f2c3d50-4092-48dd-b5e4-6af1aac7e893 2018-09-02 07:29:53,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.778347015381s 2018-09-02 07:29:53,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9f2c3d50-4092-48dd-b5e4-6af1aac7e893 2018-09-02 07:29:53,404 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:29:55,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:29:55,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:29:57,399 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-da244d62-8a6d-4e87-8427-0d7f4d890fd9 x-compute-request-id: req-da244d62-8a6d-4e87-8427-0d7f4d890fd9 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "bookmark"}], "image": {"id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "links": [{"href": "http://172.30.9.25:8774/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "47b63bd3-b53b-464d-a368-a72519f18ad8", "links": [{"href": "http://172.30.9.25:8774/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "rel": "bookmark"}]}, "id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d", "security_groups": [{"name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67"}], "user_id": "4ebd566f644646639ba1944be2605652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:29:51Z", "hostId": "0c73a7b1962f4568f10edec172ca8cc4ec5e3382b8057f3879bbd6e0", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67", "name": "singlevm2-vm_6855a76b-3fd9-4982-bc1c-96d9f030af67", "created": "2018-09-02T07:29:48Z", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:29:57,399 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-da244d62-8a6d-4e87-8427-0d7f4d890fd9 2018-09-02 07:29:57,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.99227595329s 2018-09-02 07:29:57,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-da244d62-8a6d-4e87-8427-0d7f4d890fd9 2018-09-02 07:29:57,404 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:29:59,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:29:59,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:00,762 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:29: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-29249f61-7d7d-4a75-bc51-e83eed3bbe19 x-compute-request-id: req-29249f61-7d7d-4a75-bc51-e83eed3bbe19 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:74:83", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "bookmark"}], "image": {"id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "links": [{"href": "http://172.30.9.25:8774/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:29:57.000000", "flavor": {"id": "47b63bd3-b53b-464d-a368-a72519f18ad8", "links": [{"href": "http://172.30.9.25:8774/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "rel": "bookmark"}]}, "id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d", "security_groups": [{"name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67"}], "user_id": "4ebd566f644646639ba1944be2605652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:29:57Z", "hostId": "0c73a7b1962f4568f10edec172ca8cc4ec5e3382b8057f3879bbd6e0", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67", "name": "singlevm2-vm_6855a76b-3fd9-4982-bc1c-96d9f030af67", "created": "2018-09-02T07:29:48Z", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:30:00,762 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-29249f61-7d7d-4a75-bc51-e83eed3bbe19 2018-09-02 07:30:00,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.35620594025s 2018-09-02 07:30:00,763 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-29249f61-7d7d-4a75-bc51-e83eed3bbe19 2018-09-02 07:30:00,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:30:00,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=c9e63415-ebb1-4cd8-9145-eb198d272c2d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:01,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-42527288-1b5d-47a7-9d14-8a14fb5e0a65 Date: Sun, 02 Sep 2018 07:30:01 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:29:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6902ed87-e2d0-42ee-8afa-a7c158b328cb","ip_address":"192.168.120.10"}],"id":"9ac56aa8-125e-4a8f-b539-a38638136637","security_groups":["08b834dd-4ed1-46dc-b488-744854d47f2a"],"mac_address":"fa:16:3e:84:74:83","project_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5bf55190-c5b2-443d-aa2a-3f4119676110","tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:52Z","binding:vnic_type":"normal","device_id":"c9e63415-ebb1-4cd8-9145-eb198d272c2d","ip_allocation":"immediate"}]} 2018-09-02 07:30:01,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c9e63415-ebb1-4cd8-9145-eb198d272c2d used request id req-42527288-1b5d-47a7-9d14-8a14fb5e0a65 2018-09-02 07:30:01,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.321568012238s 2018-09-02 07:30:01,089 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c9e63415-ebb1-4cd8-9145-eb198d272c2d used request id req-42527288-1b5d-47a7-9d14-8a14fb5e0a65 2018-09-02 07:30:01,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:30:01,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=9ac56aa8-125e-4a8f-b539-a38638136637" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:01,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a85ecb06-c436-469a-ab18-e1ac42016e7b Date: Sun, 02 Sep 2018 07:30:01 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:30:01,416 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=9ac56aa8-125e-4a8f-b539-a38638136637 used request id req-a85ecb06-c436-469a-ab18-e1ac42016e7b 2018-09-02 07:30:01,416 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.321204900742s 2018-09-02 07:30:01,416 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=9ac56aa8-125e-4a8f-b539-a38638136637 used request id req-a85ecb06-c436-469a-ab18-e1ac42016e7b 2018-09-02 07:30:01,417 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:84:74:83', 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'd4acb68a-f4b5-4825-87de-5355f1fed324'}), 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-02T07:29:57.000000', 'flavor': Munch({u'id': u'47b63bd3-b53b-464d-a368-a72519f18ad8'}), 'az': u'nova', 'id': u'c9e63415-ebb1-4cd8-9145-eb198d272c2d', 'security_groups': [Munch({u'name': u'singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'4ebd566f644646639ba1944be2605652', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'name': 'singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67', '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-02T07:29:57.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T07:29:57Z', 'hostId': u'0c73a7b1962f4568f10edec172ca8cc4ec5e3382b8057f3879bbd6e0', u'OS-SRV-USG:terminated_at': None, 'key_name': u'singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'0c73a7b1962f4568f10edec172ca8cc4ec5e3382b8057f3879bbd6e0', '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-02T07:29:57.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'name': u'singlevm2-vm_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'adminPass': u'DPHjct9B3Sim', 'tenant_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'created_at': u'2018-09-02T07:29:48Z', 'created': u'2018-09-02T07:29:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 07:30:01,420 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:30:01,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:02,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-b3c9fa41-ee01-4533-9210-317fb0ac537c Date: Sun, 02 Sep 2018 07:30:02 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5bf55190-c5b2-443d-aa2a-3f4119676110","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","l2_adjacency":true,"status":"ACTIVE","subnets":["6902ed87-e2d0-42ee-8afa-a7c158b328cb"],"description":"","tags":[],"updated_at":"2018-09-02T07:29:28Z","qos_policy_id":null,"name":"singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67","admin_state_up":true,"tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:27Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:30:02,503 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b3c9fa41-ee01-4533-9210-317fb0ac537c 2018-09-02 07:30:02,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 1.08328914642s 2018-09-02 07:30:02,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b3c9fa41-ee01-4533-9210-317fb0ac537c 2018-09-02 07:30:02,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:30:02,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=c9e63415-ebb1-4cd8-9145-eb198d272c2d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:02,823 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-bbc90c74-cdc1-49d3-8967-ccb8abe43b19 Date: Sun, 02 Sep 2018 07:30:03 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:29:56Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6902ed87-e2d0-42ee-8afa-a7c158b328cb","ip_address":"192.168.120.10"}],"id":"9ac56aa8-125e-4a8f-b539-a38638136637","security_groups":["08b834dd-4ed1-46dc-b488-744854d47f2a"],"mac_address":"fa:16:3e:84:74:83","project_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"5bf55190-c5b2-443d-aa2a-3f4119676110","tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:52Z","binding:vnic_type":"normal","device_id":"c9e63415-ebb1-4cd8-9145-eb198d272c2d","ip_allocation":"immediate"}]} 2018-09-02 07:30:02,823 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c9e63415-ebb1-4cd8-9145-eb198d272c2d used request id req-bbc90c74-cdc1-49d3-8967-ccb8abe43b19 2018-09-02 07:30:02,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.318428039551s 2018-09-02 07:30:02,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=c9e63415-ebb1-4cd8-9145-eb198d272c2d used request id req-bbc90c74-cdc1-49d3-8967-ccb8abe43b19 2018-09-02 07:30:02,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 07:30:02,825 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.10", "port_id": "9ac56aa8-125e-4a8f-b539-a38638136637"}}' 2018-09-02 07:30:05,487 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-67b8b7e3-5dd2-48de-a148-ea90a2edaae0 Date: Sun, 02 Sep 2018 07:30:05 GMT RESP BODY: {"floatingip": {"router_id": "a8f6fda5-c956-4d95-b96a-2299ec24da91", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:30:03Z", "updated_at": "2018-09-02T07:30:03Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:74:83", "device_id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_id": "9ac56aa8-125e-4a8f-b539-a38638136637", "id": "75c58a78-462b-417d-9a00-51825a62062f", "qos_policy_id": null}} 2018-09-02 07:30:05,487 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-67b8b7e3-5dd2-48de-a148-ea90a2edaae0 2018-09-02 07:30:05,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.66242098808s 2018-09-02 07:30:05,487 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-67b8b7e3-5dd2-48de-a148-ea90a2edaae0 2018-09-02 07:30:05,496 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:30:05,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:05,568 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-f98e0966-ced2-4db8-bb6b-ca9786d3c32d Date: Sun, 02 Sep 2018 07:30:05 GMT RESP BODY: {"floatingips": [{"router_id": "a8f6fda5-c956-4d95-b96a-2299ec24da91", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:30:03Z", "updated_at": "2018-09-02T07:30:03Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:74:83", "device_id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_id": "9ac56aa8-125e-4a8f-b539-a38638136637", "id": "75c58a78-462b-417d-9a00-51825a62062f", "qos_policy_id": null}]} 2018-09-02 07:30:05,568 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-f98e0966-ced2-4db8-bb6b-ca9786d3c32d 2018-09-02 07:30:05,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0720419883728s 2018-09-02 07:30:05,569 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-f98e0966-ced2-4db8-bb6b-ca9786d3c32d 2018-09-02 07:30:05,572 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:30:05,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:30:05,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:06,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-bc404200-732a-466a-9ae3-33a8955468c9 Date: Sun, 02 Sep 2018 07:30:06 GMT RESP BODY: {"floatingips": [{"router_id": "a8f6fda5-c956-4d95-b96a-2299ec24da91", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:30:03Z", "updated_at": "2018-09-02T07:30:03Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:74:83", "device_id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_id": "9ac56aa8-125e-4a8f-b539-a38638136637", "id": "75c58a78-462b-417d-9a00-51825a62062f", "qos_policy_id": null}]} 2018-09-02 07:30:06,020 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-bc404200-732a-466a-9ae3-33a8955468c9 2018-09-02 07:30:06,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.342658042908s 2018-09-02 07:30:06,020 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-bc404200-732a-466a-9ae3-33a8955468c9 2018-09-02 07:30:06,023 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:30:06,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:30:06,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:06,189 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-ba4f5373-7022-43e4-887e-3b9a2847d932 Date: Sun, 02 Sep 2018 07:30:06 GMT RESP BODY: {"floatingips": [{"router_id": "a8f6fda5-c956-4d95-b96a-2299ec24da91", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:30:03Z", "updated_at": "2018-09-02T07:30:03Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:74:83", "device_id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_id": "9ac56aa8-125e-4a8f-b539-a38638136637", "id": "75c58a78-462b-417d-9a00-51825a62062f", "qos_policy_id": null}]} 2018-09-02 07:30:06,189 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ba4f5373-7022-43e4-887e-3b9a2847d932 2018-09-02 07:30:06,189 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609390735626s 2018-09-02 07:30:06,190 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ba4f5373-7022-43e4-887e-3b9a2847d932 2018-09-02 07:30:06,193 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:30:06,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:30:06,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:06,621 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-5c77b555-a6e9-4a21-9137-f7feebecc99f Date: Sun, 02 Sep 2018 07:30:06 GMT RESP BODY: {"floatingips": [{"router_id": "a8f6fda5-c956-4d95-b96a-2299ec24da91", "status": "DOWN", "description": "", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:30:03Z", "updated_at": "2018-09-02T07:30:03Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:74:83", "device_id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.213", "revision_number": 0, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_id": "9ac56aa8-125e-4a8f-b539-a38638136637", "id": "75c58a78-462b-417d-9a00-51825a62062f", "qos_policy_id": null}]} 2018-09-02 07:30:06,622 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5c77b555-a6e9-4a21-9137-f7feebecc99f 2018-09-02 07:30:06,622 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.323728084564s 2018-09-02 07:30:06,622 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5c77b555-a6e9-4a21-9137-f7feebecc99f 2018-09-02 07:30:06,624 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:30:06,730 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:30:06,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:07,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-188e2fe1-7b58-407f-a825-47a0ba4b591e Date: Sun, 02 Sep 2018 07:30:07 GMT RESP BODY: {"floatingips": [{"router_id": "a8f6fda5-c956-4d95-b96a-2299ec24da91", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:30:03Z", "updated_at": "2018-09-02T07:30:07Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "device_owner": "compute:nova", "mac_address": "fa:16:3e:84:74:83", "device_id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.213", "revision_number": 1, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_id": "9ac56aa8-125e-4a8f-b539-a38638136637", "id": "75c58a78-462b-417d-9a00-51825a62062f", "qos_policy_id": null}]} 2018-09-02 07:30:07,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-188e2fe1-7b58-407f-a825-47a0ba4b591e 2018-09-02 07:30:07,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.354622125626s 2018-09-02 07:30:07,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-188e2fe1-7b58-407f-a825-47a0ba4b591e 2018-09-02 07:30:07,088 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'a8f6fda5-c956-4d95-b96a-2299ec24da91', 'updated_at': u'2018-09-02T07:30:07Z', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.213', 'revision_number': 1, 'port_id': u'9ac56aa8-125e-4a8f-b539-a38638136637', 'id': u'75c58a78-462b-417d-9a00-51825a62062f', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'9ac56aa8-125e-4a8f-b539-a38638136637', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'name': 'singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'5bf55190-c5b2-443d-aa2a-3f4119676110', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:84:74:83', u'device_id': u'c9e63415-ebb1-4cd8-9145-eb198d272c2d'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'f2a66e2f1f174b6fb8aa5e90808c5e45', 'created_at': u'2018-09-02T07:30:03Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'5bf55190-c5b2-443d-aa2a-3f4119676110', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:84:74:83', u'device_id': u'c9e63415-ebb1-4cd8-9145-eb198d272c2d'}), 'router': u'a8f6fda5-c956-4d95-b96a-2299ec24da91'}) 2018-09-02 07:30:07,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 07:30:07,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d/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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 07:30:07,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-4c6b5e4e-bf17-4dbf-b19f-4e18dd135b26 x-compute-request-id: req-4c6b5e4e-bf17-4dbf-b19f-4e18dd135b26 Content-Encoding: gzip Content-Length: 9575 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 505545693 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.188861] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191213] pid_max: default: 32768 minimum: 301\n[ 0.192489] ACPI: Core revision 20150930\n[ 0.194203] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196065] Security Framework initialized\n[ 0.197225] Yama: becoming mindful.\n[ 0.198257] AppArmor: AppArmor initialized\n[ 0.199465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201303] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203093] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.204795] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206741] Initializing cgroup subsys io\n[ 0.207917] Initializing cgroup subsys memory\n[ 0.209138] Initializing cgroup subsys devices\n[ 0.210374] Initializing cgroup subsys freezer\n[ 0.211605] Initializing cgroup subsys net_cls\n[ 0.212847] Initializing cgroup subsys perf_event\n[ 0.214141] Initializing cgroup subsys net_prio\n[ 0.215395] Initializing cgroup subsys hugetlb\n[ 0.216635] Initializing cgroup subsys pids\n[ 0.217860] CPU: Physical Processor ID: 0\n[ 0.219727] mce: CPU supports 10 MCE banks\n[ 0.220923] 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.239149] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245820] ftrace: allocating 31920 entries in 125 pages\n[ 0.271049] smpboot: Max logical packages: 1\n[ 0.272279] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.274221] x2apic enabled\n[ 0.275390] Switched APIC routing to physical x2apic.\n[ 0.277920] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.279502] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.282313] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284859] KVM setup paravirtual spinlock\n[ 0.286495] x86: Booted up 1 node, 1 CPUs\n[ 0.287655] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.289616] devtmpfs: initialized\n[ 0.291625] evm: security.selinux\n[ 0.292637] evm: security.SMACK64\n[ 0.293633] evm: security.SMACK64EXEC\n[ 0.294691] evm: security.SMACK64TRANSMUTE\n[ 0.295858] evm: security.SMACK64MMAP\n[ 0.296921] evm: security.ima\n[ 0.297831] evm: security.capability\n[ 0.298954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.301559] pinctrl core: initialized pinctrl subsystem\n[ 0.303085] RTC time: 7:29:57, date: 09/02/18\n[ 0.304404] NET: Registered protocol family 16\n[ 0.305759] cpuidle: using governor ladder\n[ 0.306934] cpuidle: using governor menu\n[ 0.308051] PCCT header not found.\n[ 0.309103] ACPI: bus type PCI registered\n[ 0.310245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.312006] PCI: Using configuration type 1 for base access\n[ 0.314208] ACPI: Added _OSI(Module Device)\n[ 0.315408] ACPI: Added _OSI(Processor Device)\n[ 0.316631] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317901] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320117] ACPI: Interpreter enabled\n[ 0.321208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.323846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.326466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.329112] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.331732] ACPI: (supports S0 S5)\n[ 0.332751] ACPI: Using IOAPIC for interrupt routing\n[ 0.334100] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.338048] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.339664] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.341404] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.343093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.346164] acpiphp: Slot [3] registered\n[ 0.347304] acpiphp: Slot [4] registered\n[ 0.348452] acpiphp: Slot [5] registered\n[ 0.349596] acpiphp: Slot [6] registered\n[ 0.350734] acpiphp: Slot [7] registered\n[ 0.351874] acpiphp: Slot [8] registered\n[ 0.353017] acpiphp: Slot [9] registered\n[ 0.354155] acpiphp: Slot [10] registered\n[ 0.355327] acpiphp: Slot [11] registered\n[ 0.356484] acpiphp: Slot [12] registered\n[ 0.357638] acpiphp: Slot [13] registered\n[ 0.358791] acpiphp: Slot [14] registered\n[ 0.359949] acpiphp: Slot [15] registered\n[ 0.375317] acpiphp: Slot [16] registered\n[ 0.376482] acpiphp: Slot [17] registered\n[ 0.377641] acpiphp: Slot [18] registered\n[ 0.378796] acpiphp: Slot [19] registered\n[ 0.379961] acpiphp: Slot [20] registered\n[ 0.381118] acpiphp: Slot [21] registered\n[ 0.382270] acpiphp: Slot [22] registered\n[ 0.383429] acpiphp: Slot [23] registered\n[ 0.384598] acpiphp: Slot [24] registered\n[ 0.385758] acpiphp: Slot [25] registered\n[ 0.386916] acpiphp: Slot [26] registered\n[ 0.388076] acpiphp: Slot [27] registered\n[ 0.389243] acpiphp: Slot [28] registered\n[ 0.390411] acpiphp: Slot [29] registered\n[ 0.391571] acpiphp: Slot [30] registered\n[ 0.392736] acpiphp: Slot [31] registered\n[ 0.393892] PCI host bridge to bus 0000:00\n[ 0.395063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.396790] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.398514] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.400595] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.402671] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.404800] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.408818] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.410634] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.412303] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.414111] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.418451] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.420516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.441250] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.443335] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.445378] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.447406] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.449538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.451347] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.453222] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.454738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.456983] vgaarb: loaded\n[ 0.457847] vgaarb: bridge control possible 0000:00:02.0\n[ 0.459610] SCSI subsystem initialized\n[ 0.460916] ACPI: bus type USB registered\n[ 0.462105] usbcore: registered new interface driver usbfs\n[ 0.463570] usbcore: registered new interface driver hub\n[ 0.465060] usbcore: registered new device driver usb\n[ 0.466622] PCI: Using ACPI for IRQ routing\n[ 0.468196] NetLabel: Initializing\n[ 0.469227] NetLabel: domain hash size = 128\n[ 0.470454] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.471824] NetLabel: unlabeled traffic allowed by default\n[ 0.473481] clocksource: Switched to clocksource kvm-clock\n[ 0.483578] AppArmor: AppArmor Filesystem Enabled\n[ 0.484941] pnp: PnP ACPI init\n[ 0.486230] pnp: PnP ACPI: found 5 devices\n[ 0.493247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.495705] NET: Registered protocol family 2\n[ 0.497188] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.499026] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.500738] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.502453] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.504005] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.505678] NET: Registered protocol family 1\n[ 0.506944] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.508511] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.510047] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.524651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.539347] Trying to unpack rootfs image as initramfs...\n[ 0.601431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.606468] Scanning for low memory corruption every 60 seconds\n[ 0.608754] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.610460] audit: initializing netlink subsys (disabled)\n[ 0.612002] audit: type=2000 audit(1535873398.252:1): initialized\n[ 0.613997] Initialise system trusted keyring\n[ 0.615426] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.617092] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.619860] zbud: loaded\n[ 0.620908] VFS: Disk quotas dquot_6.6.0\n[ 0.622106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.624362] fuse init (API version 7.23)\n[ 0.625672] Key type big_key registered\n[ 0.626839] Allocating IMA MOK and blacklist keyrings.\n[ 0.628582] Key type asymmetric registered\n[ 0.629781] Asymmetric key parser 'x509' registered\n[ 0.631175] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.633347] io scheduler noop registered\n[ 0.634507] io scheduler deadline registered (default)\n[ 0.635951] io scheduler cfq registered\n[ 0.637183] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.638688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.640514] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.642610] ACPI: Power Button [PWRF]\n[ 0.643903] GHES: HEST is not enabled!\n[ 0.658130] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.687351] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.690443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.714232] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.717453] Linux agpgart interface v0.103\n[ 0.721036] brd: module loaded\n[ 0.723352] loop: module loaded\n[ 0.728856] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.731009] GPT:90111 != 2097151\n[ 0.732013] GPT:Alternate GPT header not at the end of the disk.\n[ 0.733620] GPT:90111 != 2097151\n[ 0.734617] GPT: Use GNU Parted to correct GPT errors.\n[ 0.736006] vda: vda1 vda15\n[ 0.737750] scsi host0: ata_piix\n[ 0.738878] scsi host1: ata_piix\n[ 0.739921] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.741666] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.744012] libphy: Fixed MDIO Bus: probed\n[ 0.745254] tun: Universal TUN/TAP device driver, 1.6\n[ 0.746653] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.749549] PPP generic driver version 2.4.2\n[ 0.750875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.752607] ehci-pci: EHCI PCI platform driver\n[ 0.753881] ehci-platform: EHCI generic platform driver\n[ 0.755333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.756976] ohci-pci: OHCI PCI platform driver\n[ 0.758263] ohci-platform: OHCI generic platform driver\n[ 0.759728] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.774479] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.775942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.778102] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.779590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.781235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.783041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.785097] usb usb1: Product: UHCI Host Controller\n[ 0.786463] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.788129] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.789543] hub 1-0:1.0: USB hub found\n[ 0.790698] hub 1-0:1.0: 2 ports detected\n[ 0.792053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.795117] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.796488] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.797972] mousedev: PS/2 mouse device common for all mice\n[ 0.799738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.802336] rtc_cmos 00:00: RTC can wake from S4\n[ 0.803936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.805662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.807394] i2c /dev entries driver\n[ 0.808515] device-mapper: uevent: version 1.0.3\n[ 0.809917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.812263] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.814212] NET: Registered protocol family 10\n[ 0.815829] NET: Registered protocol family 17\n[ 0.817113] Key type dns_resolver registered\n[ 0.818514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.820095] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.822639] registered taskstats version 1\n[ 0.823867] Loading compiled-in X.509 certificates\n[ 0.825795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.828488] zswap: loaded using pool lzo/zbud\n[ 0.830672] Key type trusted registered\n[ 0.832945] Key type encrypted registered\n[ 0.834141] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.835673] ima: No TPM chip found, activating TPM-bypass!\n[ 0.837174] evm: HMAC attrs: 0x1\n[ 0.838561] Magic number: 2:833:469\n[ 0.839772] rtc_cmos 00:00: setting system clock to 2018-09-02 07:29:58 UTC (1535873398)\n[ 0.842120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.843708] EDD information not available.\n[ 0.899489] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.916523] Write protecting the kernel read-only data: 14336k\n[ 0.919580] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.922133] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000)\n\ninfo: initramfs: up at 0.70\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.083981] 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 0.96. iid=i-00000005\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKRJ+vKE75++1/D2kfUDDiwfm/odqusfP6nJ0+W+2WfaJ8VPq5exIO8mI/JwiKSTwtIvX91AjHe/8FBpCf4saZtUtiqVYC53igrqxhTNI7pXN0e8CTE3vE8ORG4Vz1Cdk4EmFgILFsbDWKHrgJVnXjX7QLVuhEv/PXAdzIT554iFsPA9Ki+PYl8go/x8z6RSpXgjPZGbd0/FwBd6H5L9WIb4fZ5C/+nWqUEayR3hQDtk5m1o8NxJxB15GapUDZXKSiGyP462ekyc03C+FJ4UbJTo5zDBW/4u5MFYs18AgdR+MRim35/QkJ+Ls6WxlHmSnJ0jgZlEvxDNaJ6vfxAZnX root@singlevm2-vm-6855a76b-3fd9-4982-bc1c-96d9f030af67\nssh-dss AAAAB3NzaC1kc3MAAACBAME5ZtfX+3bsmc5uxcGNjdOXn/TxWX/XDm+C33tpqWedjpIq6mD7ZVY5LQKo6rG4oL7dlfH59s9iWNTncQrauDZPRemhyB5dXoEo1l+nHOCrVEdgtMmCG9qCuwhga7M6BAHrTOnCi0zNPDBti7+SL2isR2bym7FJZGyVXJyWPwxXAAAAFQDWyaglAmeDheLHvjVikv+4GlA0hwAAAIBb0YwPqEMMTV6nYagE58ajHHzGPSR4TCe8e/VGClkuP0t/SZnEucm7JEgwaGZRDjeIPVXM03CDmTY7Ky+q0b52Fg/L+nvHYwC25cjo4PFg31WBajPuJJfb/oSfPZyPuVDyuHZtjwPvRokcHy6O8rdJtvitibA/JtFFcIH0SO16BgAAAIEAgD0WDmFol6o+s0xXzSp9+7IKCkFLjE3fBWudI82t1FDKldojtkOfMjL0L4i0B91qZemv4qwYDjZz/Ph2cpHyf8p+hUwi6cExyhwyo9f+yHk4L3d1ScCrYpUvPZSa/WcLfUvSSRe3MLXIw4IprmCYD2OA6o7XwKLDVjmXp/D3E90= root@singlevm2-vm-6855a76b-3fd9-4982-bc1c-96d9f030af67\n-----END SSH HOST KEY KEYS-----\n=== network info ===\n/dev/root resized successfully [took 0.17s]\nif-info: lo,up,127.0.0.1,8,,\nif-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe84:7483/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-00000005\nname: N/A\navailability-zone: nova\nlocal-hostname: singlevm2-vm-6855a76b-3fd9-4982-bc1c-96d9f030af67\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.64 ===\n ____ ____ ____\n / __/ __ ____ ____ / __ \\/ __/\n/ /__ / // __// __// /_/ /\\ \\ \n\\___//_//_/ /_/ \\____/___/ \n http://cirros-cloud.net\n\n\nlogin as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root.\nsinglevm2-vm-6855a76b-3fd9-4982-bc1c-96d9f030af67 login: "} 2018-09-02 07:30:07,206 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d/action used request id req-4c6b5e4e-bf17-4dbf-b19f-4e18dd135b26 2018-09-02 07:30:07,206 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.116878986359s 2018-09-02 07:30:07,207 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d/action used request id req-4c6b5e4e-bf17-4dbf-b19f-4e18dd135b26 2018-09-02 07:30:07,207 - 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 505545693 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.188861] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191213] pid_max: default: 32768 minimum: 301 [ 0.192489] ACPI: Core revision 20150930 [ 0.194203] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196065] Security Framework initialized [ 0.197225] Yama: becoming mindful. [ 0.198257] AppArmor: AppArmor initialized [ 0.199465] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201303] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203093] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.204795] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206741] Initializing cgroup subsys io [ 0.207917] Initializing cgroup subsys memory [ 0.209138] Initializing cgroup subsys devices [ 0.210374] Initializing cgroup subsys freezer [ 0.211605] Initializing cgroup subsys net_cls [ 0.212847] Initializing cgroup subsys perf_event [ 0.214141] Initializing cgroup subsys net_prio [ 0.215395] Initializing cgroup subsys hugetlb [ 0.216635] Initializing cgroup subsys pids [ 0.217860] CPU: Physical Processor ID: 0 [ 0.219727] mce: CPU supports 10 MCE banks [ 0.220923] 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.239149] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245820] ftrace: allocating 31920 entries in 125 pages [ 0.271049] smpboot: Max logical packages: 1 [ 0.272279] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.274221] x2apic enabled [ 0.275390] Switched APIC routing to physical x2apic. [ 0.277920] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.279502] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.282313] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284859] KVM setup paravirtual spinlock [ 0.286495] x86: Booted up 1 node, 1 CPUs [ 0.287655] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.289616] devtmpfs: initialized [ 0.291625] evm: security.selinux [ 0.292637] evm: security.SMACK64 [ 0.293633] evm: security.SMACK64EXEC [ 0.294691] evm: security.SMACK64TRANSMUTE [ 0.295858] evm: security.SMACK64MMAP [ 0.296921] evm: security.ima [ 0.297831] evm: security.capability [ 0.298954] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.301559] pinctrl core: initialized pinctrl subsystem [ 0.303085] RTC time: 7:29:57, date: 09/02/18 [ 0.304404] NET: Registered protocol family 16 [ 0.305759] cpuidle: using governor ladder [ 0.306934] cpuidle: using governor menu [ 0.308051] PCCT header not found. [ 0.309103] ACPI: bus type PCI registered [ 0.310245] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.312006] PCI: Using configuration type 1 for base access [ 0.314208] ACPI: Added _OSI(Module Device) [ 0.315408] ACPI: Added _OSI(Processor Device) [ 0.316631] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317901] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320117] ACPI: Interpreter enabled [ 0.321208] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.323846] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.326466] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.329112] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.331732] ACPI: (supports S0 S5) [ 0.332751] ACPI: Using IOAPIC for interrupt routing [ 0.334100] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.338048] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.339664] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.341404] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.343093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.346164] acpiphp: Slot [3] registered [ 0.347304] acpiphp: Slot [4] registered [ 0.348452] acpiphp: Slot [5] registered [ 0.349596] acpiphp: Slot [6] registered [ 0.350734] acpiphp: Slot [7] registered [ 0.351874] acpiphp: Slot [8] registered [ 0.353017] acpiphp: Slot [9] registered [ 0.354155] acpiphp: Slot [10] registered [ 0.355327] acpiphp: Slot [11] registered [ 0.356484] acpiphp: Slot [12] registered [ 0.357638] acpiphp: Slot [13] registered [ 0.358791] acpiphp: Slot [14] registered [ 0.359949] acpiphp: Slot [15] registered [ 0.375317] acpiphp: Slot [16] registered [ 0.376482] acpiphp: Slot [17] registered [ 0.377641] acpiphp: Slot [18] registered [ 0.378796] acpiphp: Slot [19] registered [ 0.379961] acpiphp: Slot [20] registered [ 0.381118] acpiphp: Slot [21] registered [ 0.382270] acpiphp: Slot [22] registered [ 0.383429] acpiphp: Slot [23] registered [ 0.384598] acpiphp: Slot [24] registered [ 0.385758] acpiphp: Slot [25] registered [ 0.386916] acpiphp: Slot [26] registered [ 0.388076] acpiphp: Slot [27] registered [ 0.389243] acpiphp: Slot [28] registered [ 0.390411] acpiphp: Slot [29] registered [ 0.391571] acpiphp: Slot [30] registered [ 0.392736] acpiphp: Slot [31] registered [ 0.393892] PCI host bridge to bus 0000:00 [ 0.395063] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.396790] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.398514] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.400595] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.402671] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.404800] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.408818] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.410634] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.412303] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.414111] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.418451] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.420516] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.441250] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.443335] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.445378] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.447406] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.449538] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.451347] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.453222] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.454738] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.456983] vgaarb: loaded [ 0.457847] vgaarb: bridge control possible 0000:00:02.0 [ 0.459610] SCSI subsystem initialized [ 0.460916] ACPI: bus type USB registered [ 0.462105] usbcore: registered new interface driver usbfs [ 0.463570] usbcore: registered new interface driver hub [ 0.465060] usbcore: registered new device driver usb [ 0.466622] PCI: Using ACPI for IRQ routing [ 0.468196] NetLabel: Initializing [ 0.469227] NetLabel: domain hash size = 128 [ 0.470454] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.471824] NetLabel: unlabeled traffic allowed by default [ 0.473481] clocksource: Switched to clocksource kvm-clock [ 0.483578] AppArmor: AppArmor Filesystem Enabled [ 0.484941] pnp: PnP ACPI init [ 0.486230] pnp: PnP ACPI: found 5 devices [ 0.493247] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.495705] NET: Registered protocol family 2 [ 0.497188] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.499026] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.500738] TCP: Hash tables configured (established 4096 bind 4096) [ 0.502453] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.504005] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.505678] NET: Registered protocol family 1 [ 0.506944] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.508511] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.510047] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.524651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.539347] Trying to unpack rootfs image as initramfs... [ 0.601431] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.606468] Scanning for low memory corruption every 60 seconds [ 0.608754] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.610460] audit: initializing netlink subsys (disabled) [ 0.612002] audit: type=2000 audit(1535873398.252:1): initialized [ 0.613997] Initialise system trusted keyring [ 0.615426] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.617092] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.619860] zbud: loaded [ 0.620908] VFS: Disk quotas dquot_6.6.0 [ 0.622106] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.624362] fuse init (API version 7.23) [ 0.625672] Key type big_key registered [ 0.626839] Allocating IMA MOK and blacklist keyrings. [ 0.628582] Key type asymmetric registered [ 0.629781] Asymmetric key parser 'x509' registered [ 0.631175] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.633347] io scheduler noop registered [ 0.634507] io scheduler deadline registered (default) [ 0.635951] io scheduler cfq registered [ 0.637183] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.638688] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.640514] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.642610] ACPI: Power Button [PWRF] [ 0.643903] GHES: HEST is not enabled! [ 0.658130] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.687351] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.690443] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.714232] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.717453] Linux agpgart interface v0.103 [ 0.721036] brd: module loaded [ 0.723352] loop: module loaded [ 0.728856] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.731009] GPT:90111 != 2097151 [ 0.732013] GPT:Alternate GPT header not at the end of the disk. [ 0.733620] GPT:90111 != 2097151 [ 0.734617] GPT: Use GNU Parted to correct GPT errors. [ 0.736006] vda: vda1 vda15 [ 0.737750] scsi host0: ata_piix [ 0.738878] scsi host1: ata_piix [ 0.739921] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.741666] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.744012] libphy: Fixed MDIO Bus: probed [ 0.745254] tun: Universal TUN/TAP device driver, 1.6 [ 0.746653] tun: (C) 1999-2004 Max Krasnyansky [ 0.749549] PPP generic driver version 2.4.2 [ 0.750875] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.752607] ehci-pci: EHCI PCI platform driver [ 0.753881] ehci-platform: EHCI generic platform driver [ 0.755333] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.756976] ohci-pci: OHCI PCI platform driver [ 0.758263] ohci-platform: OHCI generic platform driver [ 0.759728] uhci_hcd: USB Universal Host Controller Interface driver [ 0.774479] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.775942] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.778102] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.779590] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.781235] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.783041] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.785097] usb usb1: Product: UHCI Host Controller [ 0.786463] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.788129] usb usb1: SerialNumber: 0000:00:01.2 [ 0.789543] hub 1-0:1.0: USB hub found [ 0.790698] hub 1-0:1.0: 2 ports detected [ 0.792053] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.795117] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.796488] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.797972] mousedev: PS/2 mouse device common for all mice [ 0.799738] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.802336] rtc_cmos 00:00: RTC can wake from S4 [ 0.803936] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.805662] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.807394] i2c /dev entries driver [ 0.808515] device-mapper: uevent: version 1.0.3 [ 0.809917] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.812263] ledtrig-cpu: registered to indicate activity on CPUs [ 0.814212] NET: Registered protocol family 10 [ 0.815829] NET: Registered protocol family 17 [ 0.817113] Key type dns_resolver registered [ 0.818514] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.820095] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.822639] registered taskstats version 1 [ 0.823867] Loading compiled-in X.509 certificates [ 0.825795] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.828488] zswap: loaded using pool lzo/zbud [ 0.830672] Key type trusted registered [ 0.832945] Key type encrypted registered [ 0.834141] AppArmor: AppArmor sha1 policy hashing enabled [ 0.835673] ima: No TPM chip found, activating TPM-bypass! [ 0.837174] evm: HMAC attrs: 0x1 [ 0.838561] Magic number: 2:833:469 [ 0.839772] rtc_cmos 00:00: setting system clock to 2018-09-02 07:29:58 UTC (1535873398) [ 0.842120] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.843708] EDD information not available. [ 0.899489] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.916523] Write protecting the kernel read-only data: 14336k [ 0.919580] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.922133] Freeing unused kernel memory: 168K (ffff880001dd6000 - ffff880001e00000) info: initramfs: up at 0.70 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.083981] 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 0.96. iid=i-00000005 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQCKRJ+vKE75++1/D2kfUDDiwfm/odqusfP6nJ0+W+2WfaJ8VPq5exIO8mI/JwiKSTwtIvX91AjHe/8FBpCf4saZtUtiqVYC53igrqxhTNI7pXN0e8CTE3vE8ORG4Vz1Cdk4EmFgILFsbDWKHrgJVnXjX7QLVuhEv/PXAdzIT554iFsPA9Ki+PYl8go/x8z6RSpXgjPZGbd0/FwBd6H5L9WIb4fZ5C/+nWqUEayR3hQDtk5m1o8NxJxB15GapUDZXKSiGyP462ekyc03C+FJ4UbJTo5zDBW/4u5MFYs18AgdR+MRim35/QkJ+Ls6WxlHmSnJ0jgZlEvxDNaJ6vfxAZnX root@singlevm2-vm-6855a76b-3fd9-4982-bc1c-96d9f030af67 ssh-dss AAAAB3NzaC1kc3MAAACBAME5ZtfX+3bsmc5uxcGNjdOXn/TxWX/XDm+C33tpqWedjpIq6mD7ZVY5LQKo6rG4oL7dlfH59s9iWNTncQrauDZPRemhyB5dXoEo1l+nHOCrVEdgtMmCG9qCuwhga7M6BAHrTOnCi0zNPDBti7+SL2isR2bym7FJZGyVXJyWPwxXAAAAFQDWyaglAmeDheLHvjVikv+4GlA0hwAAAIBb0YwPqEMMTV6nYagE58ajHHzGPSR4TCe8e/VGClkuP0t/SZnEucm7JEgwaGZRDjeIPVXM03CDmTY7Ky+q0b52Fg/L+nvHYwC25cjo4PFg31WBajPuJJfb/oSfPZyPuVDyuHZtjwPvRokcHy6O8rdJtvitibA/JtFFcIH0SO16BgAAAIEAgD0WDmFol6o+s0xXzSp9+7IKCkFLjE3fBWudI82t1FDKldojtkOfMjL0L4i0B91qZemv4qwYDjZz/Ph2cpHyf8p+hUwi6cExyhwyo9f+yHk4L3d1ScCrYpUvPZSa/WcLfUvSSRe3MLXIw4IprmCYD2OA6o7XwKLDVjmXp/D3E90= root@singlevm2-vm-6855a76b-3fd9-4982-bc1c-96d9f030af67 -----END SSH HOST KEY KEYS----- === network info === /dev/root resized successfully [took 0.17s] if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.10,24,fe80::f816:3eff:fe84:7483/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-00000005 name: N/A availability-zone: nova local-hostname: singlevm2-vm-6855a76b-3fd9-4982-bc1c-96d9f030af67 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.64 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. singlevm2-vm-6855a76b-3fd9-4982-bc1c-96d9f030af67 login: 2018-09-02 07:30:07,960 - paramiko.transport - DEBUG - starting thread (client mode): 0xcbc0fdd0L 2018-09-02 07:30:07,960 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 07:30:07,979 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 07:30:07,979 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 07:30:07,980 - 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 07:30:07,980 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 07:30:07,981 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 07:30:07,981 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 07:30:07,981 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 07:30:07,981 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 07:30:08,035 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 07:30:08,036 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 07:30:08,061 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.213: cc34b27034cd3365702372ed5d4ccf19 2018-09-02 07:30:08,062 - paramiko.transport - DEBUG - Trying discovered key 4de5c1491d4ca99ece8e1eca44e73d9e in /tmp/tmppHYyjc 2018-09-02 07:30:08,076 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 07:30:08,083 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 07:30:08,094 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 07:30:08,095 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 07:30:08,095 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 07:30:08,097 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 07:30:08,098 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 07:30:08,098 - functest.core.singlevm - DEBUG - output: Hello World 2018-09-02 07:30:08,098 - functest.core.singlevm - DEBUG - error: 2018-09-02 07:30:08,102 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 07:30:08,203 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:30:08,204 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | singlevm2 | functest | 00:42 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 07:30:08,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 07:30:08,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/75c58a78-462b-417d-9a00-51825a62062f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:09,877 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f59287b4-1b36-461a-b6ff-cd4ec136d773 Content-Length: 0 Date: Sun, 02 Sep 2018 07:30:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:30:09,877 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/75c58a78-462b-417d-9a00-51825a62062f.json used request id req-f59287b4-1b36-461a-b6ff-cd4ec136d773 2018-09-02 07:30:09,877 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.66466403008s 2018-09-02 07:30:09,878 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/75c58a78-462b-417d-9a00-51825a62062f.json used request id req-f59287b4-1b36-461a-b6ff-cd4ec136d773 2018-09-02 07:30:09,883 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:30:09,883 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:09,926 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-b50dd546-d0f8-4522-820a-53fe9597fd94 Date: Sun, 02 Sep 2018 07:30:09 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:30:09,926 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-b50dd546-d0f8-4522-820a-53fe9597fd94 2018-09-02 07:30:09,926 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0432269573212s 2018-09-02 07:30:09,926 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-b50dd546-d0f8-4522-820a-53fe9597fd94 2018-09-02 07:30:09,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 07:30:09,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:10,311 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:30: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-3ef633b3-04c3-4d3e-9d47-a89fc035f5fb x-compute-request-id: req-3ef633b3-04c3-4d3e-9d47-a89fc035f5fb Content-Type: application/json 2018-09-02 07:30:10,311 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d used request id req-3ef633b3-04c3-4d3e-9d47-a89fc035f5fb 2018-09-02 07:30:10,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.383410930634s 2018-09-02 07:30:10,311 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d used request id req-3ef633b3-04c3-4d3e-9d47-a89fc035f5fb 2018-09-02 07:30:10,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:30:10,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:10,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-6c15cd71-7941-455d-a103-cdada99b470a x-compute-request-id: req-6c15cd71-7941-455d-a103-cdada99b470a Content-Encoding: gzip Content-Length: 751 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:84:74:83", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c9e63415-ebb1-4cd8-9145-eb198d272c2d", "rel": "bookmark"}], "image": {"id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "links": [{"href": "http://172.30.9.25:8774/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:29:57.000000", "flavor": {"id": "47b63bd3-b53b-464d-a368-a72519f18ad8", "links": [{"href": "http://172.30.9.25:8774/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "rel": "bookmark"}]}, "id": "c9e63415-ebb1-4cd8-9145-eb198d272c2d", "security_groups": [{"name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67"}], "user_id": "4ebd566f644646639ba1944be2605652", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:30:10Z", "hostId": "0c73a7b1962f4568f10edec172ca8cc4ec5e3382b8057f3879bbd6e0", "OS-SRV-USG:terminated_at": null, "key_name": "singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67", "name": "singlevm2-vm_6855a76b-3fd9-4982-bc1c-96d9f030af67", "created": "2018-09-02T07:29:48Z", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:30:10,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6c15cd71-7941-455d-a103-cdada99b470a 2018-09-02 07:30:10,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.440206050873s 2018-09-02 07:30:10,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6c15cd71-7941-455d-a103-cdada99b470a 2018-09-02 07:30:10,754 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:30:12,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:30:12,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:12,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-4b80f212-7d5b-4b59-8bab-b15d83d33999 x-compute-request-id: req-4b80f212-7d5b-4b59-8bab-b15d83d33999 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 07:30:12,843 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4b80f212-7d5b-4b59-8bab-b15d83d33999 2018-09-02 07:30:12,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0862190723419s 2018-09-02 07:30:12,843 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4b80f212-7d5b-4b59-8bab-b15d83d33999 2018-09-02 07:30:12,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:30:12,847 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:12,894 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-acb82c27-2aa3-44f5-b80a-295672306e5d Date: Sun, 02 Sep 2018 07:30:13 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (singlevm2)", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:42Z", "updated_at": "2018-09-02T07:29:43Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "2a041f5c-e96b-4ed0-b968-81ef3deef10e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "7b24c854-0a37-4277-8464-af3cf40e655f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:43Z", "revision_number": 0, "id": "aa522db4-8336-4c3d-97aa-b976860eed55", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:43Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T07:29:42Z", "revision_number": 0, "id": "d63d842f-1492-4315-9b20-edd0a26a4238", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:42Z", "security_group_id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": 22, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}], "revision_number": 3, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "08b834dd-4ed1-46dc-b488-744854d47f2a", "name": "singlevm2-sg_6855a76b-3fd9-4982-bc1c-96d9f030af67"}, {"description": "Default security group", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:26Z", "updated_at": "2018-09-02T07:29:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "216a3c76-2175-4dc9-a67a-47a774670e4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "a9174ce6-0f10-44b3-a477-8be338885169", "remote_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "c164394c-9e47-4fbc-b74d-29967eba18af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "ec2741ec-5512-46df-93e9-2de2885817ef", "remote_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}], "revision_number": 1, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "name": "default"}]} 2018-09-02 07:30:12,894 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-acb82c27-2aa3-44f5-b80a-295672306e5d 2018-09-02 07:30:12,894 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0481901168823s 2018-09-02 07:30:12,895 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-acb82c27-2aa3-44f5-b80a-295672306e5d 2018-09-02 07:30:12,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 07:30:12,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/08b834dd-4ed1-46dc-b488-744854d47f2a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:13,323 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9b5b14df-e5e8-4613-85be-5dac720954b3 Content-Length: 0 Date: Sun, 02 Sep 2018 07:30:13 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:30:13,323 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/08b834dd-4ed1-46dc-b488-744854d47f2a.json used request id req-9b5b14df-e5e8-4613-85be-5dac720954b3 2018-09-02 07:30:13,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.424867153168s 2018-09-02 07:30:13,323 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/08b834dd-4ed1-46dc-b488-744854d47f2a.json used request id req-9b5b14df-e5e8-4613-85be-5dac720954b3 2018-09-02 07:30:13,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 07:30:13,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:13,378 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:30: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 x-openstack-request-id: req-47fe89d2-0b94-4522-9384-22567de7be62 x-compute-request-id: req-47fe89d2-0b94-4522-9384-22567de7be62 Content-Length: 0 Content-Type: application/json 2018-09-02 07:30:13,378 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67 used request id req-47fe89d2-0b94-4522-9384-22567de7be62 2018-09-02 07:30:13,379 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0545289516449s 2018-09-02 07:30:13,379 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/singlevm2-kp_6855a76b-3fd9-4982-bc1c-96d9f030af67 used request id req-47fe89d2-0b94-4522-9384-22567de7be62 2018-09-02 07:30:13,379 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:30:13,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91/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}06153dd51aa2399bc6971c609446279351fe60dc" -d '{"subnet_id": "6902ed87-e2d0-42ee-8afa-a7c158b328cb"}' 2018-09-02 07:30:15,845 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8f8a8b63-45ad-4e89-9ddd-816e01ea6710 Date: Sun, 02 Sep 2018 07:30:15 GMT RESP BODY: {"network_id": "5bf55190-c5b2-443d-aa2a-3f4119676110", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "subnet_id": "6902ed87-e2d0-42ee-8afa-a7c158b328cb", "subnet_ids": ["6902ed87-e2d0-42ee-8afa-a7c158b328cb"], "port_id": "07e05983-5ddf-47cd-80c1-467cb6a23bc1", "id": "a8f6fda5-c956-4d95-b96a-2299ec24da91"} 2018-09-02 07:30:15,845 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91/remove_router_interface.json used request id req-8f8a8b63-45ad-4e89-9ddd-816e01ea6710 2018-09-02 07:30:15,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.46574878693s 2018-09-02 07:30:15,845 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91/remove_router_interface.json used request id req-8f8a8b63-45ad-4e89-9ddd-816e01ea6710 returning object a8f6fda5-c956-4d95-b96a-2299ec24da91 2018-09-02 07:30:15,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:30:15,846 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:15,968 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-d914ee6a-bdc4-4b60-809e-8b5aca628d23 Date: Sun, 02 Sep 2018 07:30:16 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:29Z", "admin_state_up": true, "updated_at": "2018-09-02T07:30:14Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "a8f6fda5-c956-4d95-b96a-2299ec24da91", "name": "singlevm2-router_6855a76b-3fd9-4982-bc1c-96d9f030af67"}]} 2018-09-02 07:30:15,969 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d914ee6a-bdc4-4b60-809e-8b5aca628d23 2018-09-02 07:30:15,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.122882843018s 2018-09-02 07:30:15,969 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d914ee6a-bdc4-4b60-809e-8b5aca628d23 2018-09-02 07:30:15,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:30:15,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:20,021 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bb9cd7ca-480c-4e5a-b097-d95069f7b29a Content-Length: 0 Date: Sun, 02 Sep 2018 07:30:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:30:20,021 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91.json used request id req-bb9cd7ca-480c-4e5a-b097-d95069f7b29a 2018-09-02 07:30:20,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.05101299286s 2018-09-02 07:30:20,022 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/a8f6fda5-c956-4d95-b96a-2299ec24da91.json used request id req-bb9cd7ca-480c-4e5a-b097-d95069f7b29a 2018-09-02 07:30:20,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:30:20,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:20,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-e7de6fe2-1f2e-44f3-ab0a-cd321bb83236 Date: Sun, 02 Sep 2018 07:30:20 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5bf55190-c5b2-443d-aa2a-3f4119676110","tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:28Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:29:28Z","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":"f2a66e2f1f174b6fb8aa5e90808c5e45","id":"6902ed87-e2d0-42ee-8afa-a7c158b328cb","subnetpool_id":null,"name":"singlevm2-subnet_6855a76b-3fd9-4982-bc1c-96d9f030af67"}]} 2018-09-02 07:30:20,067 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e7de6fe2-1f2e-44f3-ab0a-cd321bb83236 2018-09-02 07:30:20,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0444550514221s 2018-09-02 07:30:20,067 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e7de6fe2-1f2e-44f3-ab0a-cd321bb83236 2018-09-02 07:30:20,069 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:30:20,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/6902ed87-e2d0-42ee-8afa-a7c158b328cb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:22,477 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-6ae0dadf-2fe5-4390-b99c-be6fe5436841 Date: Sun, 02 Sep 2018 07:30:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:30:22,478 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/6902ed87-e2d0-42ee-8afa-a7c158b328cb.json used request id req-6ae0dadf-2fe5-4390-b99c-be6fe5436841 2018-09-02 07:30:22,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.40909004211s 2018-09-02 07:30:22,478 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/6902ed87-e2d0-42ee-8afa-a7c158b328cb.json used request id req-6ae0dadf-2fe5-4390-b99c-be6fe5436841 2018-09-02 07:30:22,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:30:22,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:22,774 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-d0c12ce4-ca1c-4d15-85ef-7ed57b43dd3e Date: Sun, 02 Sep 2018 07:30:22 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"5bf55190-c5b2-443d-aa2a-3f4119676110","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:30:22Z","qos_policy_id":null,"name":"singlevm2-net_6855a76b-3fd9-4982-bc1c-96d9f030af67","admin_state_up":true,"tenant_id":"f2a66e2f1f174b6fb8aa5e90808c5e45","created_at":"2018-09-02T07:29:27Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:30:22,774 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d0c12ce4-ca1c-4d15-85ef-7ed57b43dd3e 2018-09-02 07:30:22,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.295912027359s 2018-09-02 07:30:22,775 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d0c12ce4-ca1c-4d15-85ef-7ed57b43dd3e 2018-09-02 07:30:22,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:30:22,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/5bf55190-c5b2-443d-aa2a-3f4119676110.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:24,001 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9880d4ab-f0c3-4ba7-a21c-c51e0d54abdd Date: Sun, 02 Sep 2018 07:30:24 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:30:24,001 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/5bf55190-c5b2-443d-aa2a-3f4119676110.json used request id req-9880d4ab-f0c3-4ba7-a21c-c51e0d54abdd 2018-09-02 07:30:24,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.22542309761s 2018-09-02 07:30:24,002 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/5bf55190-c5b2-443d-aa2a-3f4119676110.json used request id req-9880d4ab-f0c3-4ba7-a21c-c51e0d54abdd 2018-09-02 07:30:24,006 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:30:24,009 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:24,314 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-278c1d75-0b7f-4bbd-86b4-44529bcbd1ad Date: Sun, 02 Sep 2018 07:30:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:29:40Z", "file": "/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324/file", "owner": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "d4acb68a-f4b5-4825-87de-5355f1fed324", "size": 12716032, "self": "/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d4acb68a-f4b5-4825-87de-5355f1fed324/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d4acb68a-f4b5-4825-87de-5355f1fed324/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "singlevm2-img_6855a76b-3fd9-4982-bc1c-96d9f030af67", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:29:39Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:30:24,314 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-278c1d75-0b7f-4bbd-86b4-44529bcbd1ad 2018-09-02 07:30:24,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308672904968s 2018-09-02 07:30:24,315 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-278c1d75-0b7f-4bbd-86b4-44529bcbd1ad 2018-09-02 07:30:24,317 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:30:24,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}06153dd51aa2399bc6971c609446279351fe60dc" 2018-09-02 07:30:24,695 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1401ad21-9bd9-45f1-81db-1ea1571664d3 Date: Sun, 02 Sep 2018 07:30: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 07:30:24,695 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324 used request id req-1401ad21-9bd9-45f1-81db-1ea1571664d3 2018-09-02 07:30:24,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.378159046173s 2018-09-02 07:30:24,695 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/d4acb68a-f4b5-4825-87de-5355f1fed324 used request id req-1401ad21-9bd9-45f1-81db-1ea1571664d3 2018-09-02 07:30:24,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:30:24,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:30:24,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-00a454b8-4b6d-4bea-833c-68201202e78c x-compute-request-id: req-00a454b8-4b6d-4bea-833c-68201202e78c Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "singlevm2-flavor_6855a76b-3fd9-4982-bc1c-96d9f030af67", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8", "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": "47b63bd3-b53b-464d-a368-a72519f18ad8"}]} 2018-09-02 07:30:24,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-00a454b8-4b6d-4bea-833c-68201202e78c 2018-09-02 07:30:24,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0256021022797s 2018-09-02 07:30:24,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-00a454b8-4b6d-4bea-833c-68201202e78c 2018-09-02 07:30:24,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:30:24,725 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:30:24,753 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:30: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-ef52ee8a-b555-4d45-953f-5b7aa052b75f x-compute-request-id: req-ef52ee8a-b555-4d45-953f-5b7aa052b75f Content-Length: 0 Content-Type: application/json 2018-09-02 07:30:24,753 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8 used request id req-ef52ee8a-b555-4d45-953f-5b7aa052b75f 2018-09-02 07:30:24,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0301427841187s 2018-09-02 07:30:24,753 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/47b63bd3-b53b-464d-a368-a72519f18ad8 used request id req-ef52ee8a-b555-4d45-953f-5b7aa052b75f 2018-09-02 07:30:24,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:30:24,756 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:30:24,975 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-616819db-1d46-4d5d-9b54-b6d8470f7804 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67", "links": {"self": "http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "4ebd566f644646639ba1944be2605652", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:30:24,975 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-616819db-1d46-4d5d-9b54-b6d8470f7804 2018-09-02 07:30:24,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222017049789s 2018-09-02 07:30:24,976 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-616819db-1d46-4d5d-9b54-b6d8470f7804 2018-09-02 07:30:24,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:30:24,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:30:25,213 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c61dd242-56ff-4d82-bb53-664170d73104 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "singlevm2-user_6855a76b-3fd9-4982-bc1c-96d9f030af67", "links": {"self": "http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "4ebd566f644646639ba1944be2605652", "description": null}} 2018-09-02 07:30:25,213 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652 used request id req-c61dd242-56ff-4d82-bb53-664170d73104 2018-09-02 07:30:25,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.231156110764s 2018-09-02 07:30:25,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652 used request id req-c61dd242-56ff-4d82-bb53-664170d73104 2018-09-02 07:30:25,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 07:30:25,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:30:25,653 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:30:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-75fc4527-9bba-4aff-bf73-de7f136df224 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 07:30:25,653 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652 used request id req-75fc4527-9bba-4aff-bf73-de7f136df224 2018-09-02 07:30:25,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.439161062241s 2018-09-02 07:30:25,653 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/4ebd566f644646639ba1944be2605652 used request id req-75fc4527-9bba-4aff-bf73-de7f136df224 2018-09-02 07:30:25,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:30:25,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:30:25,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6896bb2c-264e-4be1-ba6b-8b54d5b41a27 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: singlevm2", "links": {"self": "http://172.30.9.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45"}, "tags": [], "enabled": true, "id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "parent_id": "default", "domain_id": "default", "name": "singlevm2-project_6855a76b-3fd9-4982-bc1c-96d9f030af67"}]} 2018-09-02 07:30:25,848 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-6896bb2c-264e-4be1-ba6b-8b54d5b41a27 2018-09-02 07:30:25,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.188074111938s 2018-09-02 07:30:25,848 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-6896bb2c-264e-4be1-ba6b-8b54d5b41a27 2018-09-02 07:30:25,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 07:30:25,856 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a21dacf8bfee800f73aa8005a5ab007d9a4b9869" 2018-09-02 07:30:26,114 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:30:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b747e19e-6fcc-4150-b51a-d59f73c13318 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 07:30:26,114 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45 used request id req-b747e19e-6fcc-4150-b51a-d59f73c13318 2018-09-02 07:30:26,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.261626958847s 2018-09-02 07:30:26,114 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/f2a66e2f1f174b6fb8aa5e90808c5e45 used request id req-b747e19e-6fcc-4150-b51a-d59f73c13318 2018-09-02 07:30:26,168 - xtesting.ci.run_tests - INFO - Loading test case 'vping_ssh'... 2018-09-02 07:30:26,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:30:26,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:30:26,209 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:30:26,210 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:30:26,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:30:26,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:30:26,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:30:26,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:30:26,211 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:30:26,212 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:30:26,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67c03d27-7b8a-40d3-b5b5-dd307dac4ee5 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:30:26,217 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-67c03d27-7b8a-40d3-b5b5-dd307dac4ee5 2018-09-02 07:30:26,218 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:30:26,618 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:30:26.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["CKF5TZH0TR-l3P1D5cgIiA"], "issued_at": "2018-09-02T07:30:26.000000Z"}} 2018-09-02 07:30:26,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:30:26,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:26,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-d202a45e-8ef4-49a0-9b8e-c326328ca8b9 Date: Sun, 02 Sep 2018 07:30:27 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:30:26,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d202a45e-8ef4-49a0-9b8e-c326328ca8b9 2018-09-02 07:30:26,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359009981155s 2018-09-02 07:30:26,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d202a45e-8ef4-49a0-9b8e-c326328ca8b9 2018-09-02 07:30:26,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:30:26,990 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:30:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6b654543-c115-4468-9d6b-7008d23d2dbb 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:30:26,990 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-6b654543-c115-4468-9d6b-7008d23d2dbb 2018-09-02 07:30:26,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:30:26,994 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:27,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0bf24c51-8a08-4323-b648-6aa104616ffd Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:30:27,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-0bf24c51-8a08-4323-b648-6aa104616ffd 2018-09-02 07:30:27,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.204797029495s 2018-09-02 07:30:27,196 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-0bf24c51-8a08-4323-b648-6aa104616ffd 2018-09-02 07:30:27,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:30:27,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" -d '{"project": {"description": "Created by OPNFV Functest: vping_ssh", "enabled": true, "domain_id": "default", "name": "vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386"}}' 2018-09-02 07:30:27,386 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:30:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2801ed3a-206e-4f19-ba5e-ff9004e6f12d 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.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6"}, "tags": [], "enabled": true, "id": "2efd5b0ab4434dca92647eb18582a3f6", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386"}} 2018-09-02 07:30:27,386 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-2801ed3a-206e-4f19-ba5e-ff9004e6f12d 2018-09-02 07:30:27,386 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.18293595314s 2018-09-02 07:30:27,387 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-2801ed3a-206e-4f19-ba5e-ff9004e6f12d 2018-09-02 07:30:27,387 - 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'2efd5b0ab4434dca92647eb18582a3f6', '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_09631d68-7f99-4d5e-95a9-53b2175eb386'}) 2018-09-02 07:30:27,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:30:27,397 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "541e4aa5-d5a3-4134-81fb-419eb52bb06a", "email": null, "name": "vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386"}}' 2018-09-02 07:30:27,899 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:30:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29ee6182-4873-40d7-b7fd-f8c7bd29c449 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386", "links": {"self": "http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "269e2d934a224b278b5a49eb40168517", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:30:27,899 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-29ee6182-4873-40d7-b7fd-f8c7bd29c449 2018-09-02 07:30:27,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.505735874176s 2018-09-02 07:30:27,899 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-29ee6182-4873-40d7-b7fd-f8c7bd29c449 2018-09-02 07:30:27,900 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'269e2d934a224b278b5a49eb40168517', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386'}) 2018-09-02 07:30:27,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:30:27,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:28,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3883513-000a-4b3b-b056-b61611912462 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:30:28,184 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b3883513-000a-4b3b-b056-b61611912462 2018-09-02 07:30:28,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.280870914459s 2018-09-02 07:30:28,184 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b3883513-000a-4b3b-b056-b61611912462 2018-09-02 07:30:28,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:30:28,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:28,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-32306be5-d134-42e2-a5f2-b48835d697c8 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:30:28,292 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-32306be5-d134-42e2-a5f2-b48835d697c8 2018-09-02 07:30:28,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102578878403s 2018-09-02 07:30:28,292 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-32306be5-d134-42e2-a5f2-b48835d697c8 2018-09-02 07:30:28,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:30:28,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:28,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e8c5cfc3-bbd5-4a51-bf2f-5157528c3471 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:30:28,500 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e8c5cfc3-bbd5-4a51-bf2f-5157528c3471 2018-09-02 07:30:28,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203387975693s 2018-09-02 07:30:28,500 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e8c5cfc3-bbd5-4a51-bf2f-5157528c3471 2018-09-02 07:30:28,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:30:28,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:28,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79be6951-fae2-4ccb-a778-9f4a45590d7f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:30:28,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-79be6951-fae2-4ccb-a778-9f4a45590d7f 2018-09-02 07:30:28,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.205252885818s 2018-09-02 07:30:28,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-79be6951-fae2-4ccb-a778-9f4a45590d7f 2018-09-02 07:30:28,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:30:28,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:28,919 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-790b753c-565b-4d69-af33-f0582d08d56e Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386", "links": {"self": "http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "269e2d934a224b278b5a49eb40168517", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:30:28,919 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-790b753c-565b-4d69-af33-f0582d08d56e 2018-09-02 07:30:28,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207840204239s 2018-09-02 07:30:28,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-790b753c-565b-4d69-af33-f0582d08d56e 2018-09-02 07:30:28,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:30:28,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:29,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2308c4f2-0dfd-45ed-9e59-c1037ab36572 Content-Encoding: gzip Content-Length: 396 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6"}, "tags": [], "enabled": true, "id": "2efd5b0ab4434dca92647eb18582a3f6", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386"}]} 2018-09-02 07:30:29,120 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-2308c4f2-0dfd-45ed-9e59-c1037ab36572 2018-09-02 07:30:29,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189028024673s 2018-09-02 07:30:29,120 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-2308c4f2-0dfd-45ed-9e59-c1037ab36572 2018-09-02 07:30:29,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:30:29,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=269e2d934a224b278b5a49eb40168517&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2efd5b0ab4434dca92647eb18582a3f6" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:29,333 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24b674be-53a9-4850-a4b5-cae55fd18664 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=269e2d934a224b278b5a49eb40168517&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2efd5b0ab4434dca92647eb18582a3f6", "previous": null, "next": null}} 2018-09-02 07:30:29,333 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=269e2d934a224b278b5a49eb40168517&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2efd5b0ab4434dca92647eb18582a3f6 used request id req-24b674be-53a9-4850-a4b5-cae55fd18664 2018-09-02 07:30:29,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.205564022064s 2018-09-02 07:30:29,334 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=269e2d934a224b278b5a49eb40168517&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2efd5b0ab4434dca92647eb18582a3f6 used request id req-24b674be-53a9-4850-a4b5-cae55fd18664 2018-09-02 07:30:29,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:30:29,341 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6/users/269e2d934a224b278b5a49eb40168517/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:30:29,523 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:30:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3b6f8da1-6196-407a-bd07-80a6ffa0afb8 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 07:30:29,523 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6/users/269e2d934a224b278b5a49eb40168517/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-3b6f8da1-6196-407a-bd07-80a6ffa0afb8 2018-09-02 07:30:29,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.186068058014s 2018-09-02 07:30:29,524 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6/users/269e2d934a224b278b5a49eb40168517/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-3b6f8da1-6196-407a-bd07-80a6ffa0afb8 2018-09-02 07:30:29,524 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386', 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'2efd5b0ab4434dca92647eb18582a3f6', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '541e4aa5-d5a3-4134-81fb-419eb52bb06a', 'username': u'vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:30:29,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:30:29,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:30:29,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:30:29,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:30:29,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:30:29,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:30:29,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:30:29,526 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:30:29,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:30:29,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:30:29,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:30:29,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:30:29,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:30:29,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:30:29,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:30:29,527 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:30:29,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:30:29,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:30:29,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:30:29,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:30:29,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:30:29,528 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:30:29,530 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386', 'password': '541e4aa5-d5a3-4134-81fb-419eb52bb06a', 'project_name': 'vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '2efd5b0ab4434dca92647eb18582a3f6', 'project_domain_name': 'Default'} 2018-09-02 07:30:29,530 - xtesting.ci.run_tests - INFO - Running test case 'vping_ssh'... 2018-09-02 07:30:29,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:30:29,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-029400f7-b8af-469d-af41-a5d7fa90abc1 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:30:29,538 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-029400f7-b8af-469d-af41-a5d7fa90abc1 2018-09-02 07:30:29,539 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:30:29,940 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T08:30:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2efd5b0ab4434dca92647eb18582a3f6", "name": "vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_2efd5b0ab4434dca92647eb18582a3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_2efd5b0ab4434dca92647eb18582a3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/2efd5b0ab4434dca92647eb18582a3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/2efd5b0ab4434dca92647eb18582a3f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/2efd5b0ab4434dca92647eb18582a3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2efd5b0ab4434dca92647eb18582a3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/2efd5b0ab4434dca92647eb18582a3f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/2efd5b0ab4434dca92647eb18582a3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2efd5b0ab4434dca92647eb18582a3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/2efd5b0ab4434dca92647eb18582a3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/2efd5b0ab4434dca92647eb18582a3f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/2efd5b0ab4434dca92647eb18582a3f6", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/2efd5b0ab4434dca92647eb18582a3f6", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/2efd5b0ab4434dca92647eb18582a3f6", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386", "id": "269e2d934a224b278b5a49eb40168517"}, "audit_ids": ["Xq-wEan1TJyNdryt_Bixlw"], "issued_at": "2018-09-02T07:30:30.000000Z"}} 2018-09-02 07:30:29,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:30:29,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"network": {"name": "vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386", "admin_state_up": true}}' 2018-09-02 07:30:30,603 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 628 X-Openstack-Request-Id: req-30f21a7f-9949-4a12-bc9c-4d249c32c053 Date: Sun, 02 Sep 2018 07:30:30 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2efd5b0ab4434dca92647eb18582a3f6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:30:30Z","is_default":false,"name":"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386","qos_policy_id":null,"admin_state_up":true,"tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:30Z","mtu":1450}} 2018-09-02 07:30:30,603 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-30f21a7f-9949-4a12-bc9c-4d249c32c053 2018-09-02 07:30:30,604 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.660462856293s 2018-09-02 07:30:30,604 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-30f21a7f-9949-4a12-bc9c-4d249c32c053 2018-09-02 07:30:30,604 - 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-02T07:30:30Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'54c2da04-485c-4c12-a338-b7fa5e67df0c', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386', u'admin_state_up': True, u'tenant_id': u'2efd5b0ab4434dca92647eb18582a3f6', u'created_at': u'2018-09-02T07:30:30Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'2efd5b0ab4434dca92647eb18582a3f6', u'l2_adjacency': True}) 2018-09-02 07:30:30,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:30:30,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:31,132 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1230 X-Openstack-Request-Id: req-fae4e38d-daca-430e-bc66-31b4b16fae2f Date: Sun, 02 Sep 2018 07:30:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"2efd5b0ab4434dca92647eb18582a3f6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:30:30Z","qos_policy_id":null,"name":"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386","admin_state_up":true,"tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:30:31,132 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fae4e38d-daca-430e-bc66-31b4b16fae2f 2018-09-02 07:30:31,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.527732133865s 2018-09-02 07:30:31,133 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-fae4e38d-daca-430e-bc66-31b4b16fae2f 2018-09-02 07:30:31,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:30:31,135 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"subnet": {"name": "vping_ssh-subnet_09631d68-7f99-4d5e-95a9-53b2175eb386", "enable_dhcp": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:30:31,950 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-f98dad91-d208-4004-b6b5-5ab9a1ec73a1 Date: Sun, 02 Sep 2018 07:30:32 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:30:31Z","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":"2efd5b0ab4434dca92647eb18582a3f6","id":"88df7a5c-a679-45a4-adb6-ed5b5887ca09","subnetpool_id":null,"name":"vping_ssh-subnet_09631d68-7f99-4d5e-95a9-53b2175eb386"}} 2018-09-02 07:30:31,951 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f98dad91-d208-4004-b6b5-5ab9a1ec73a1 2018-09-02 07:30:31,951 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.815943956375s 2018-09-02 07:30:31,951 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-f98dad91-d208-4004-b6b5-5ab9a1ec73a1 2018-09-02 07:30:31,951 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:30:31Z', 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'88df7a5c-a679-45a4-adb6-ed5b5887ca09', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_ssh-subnet_09631d68-7f99-4d5e-95a9-53b2175eb386', u'enable_dhcp': True, u'network_id': u'54c2da04-485c-4c12-a338-b7fa5e67df0c', u'tenant_id': u'2efd5b0ab4434dca92647eb18582a3f6', u'created_at': u'2018-09-02T07:30:31Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'2efd5b0ab4434dca92647eb18582a3f6'}) 2018-09-02 07:30:31,952 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:30:31,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "vping_ssh-router_09631d68-7f99-4d5e-95a9-53b2175eb386", "admin_state_up": true}}' 2018-09-02 07:30:38,509 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 696 X-Openstack-Request-Id: req-2a09a14a-a00b-4fa3-b82e-9a461f5cbef4 Date: Sun, 02 Sep 2018 07:30:38 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:32Z", "admin_state_up": true, "updated_at": "2018-09-02T07:30:33Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "6eea1998-9878-4080-bb95-1f49da7e4609", "name": "vping_ssh-router_09631d68-7f99-4d5e-95a9-53b2175eb386"}} 2018-09-02 07:30:38,509 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-2a09a14a-a00b-4fa3-b82e-9a461f5cbef4 2018-09-02 07:30:38,510 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.55737614632s 2018-09-02 07:30:38,510 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-2a09a14a-a00b-4fa3-b82e-9a461f5cbef4 2018-09-02 07:30:38,510 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:30:33Z', u'revision_number': 3, u'id': u'6eea1998-9878-4080-bb95-1f49da7e4609', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.202'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_ssh-router_09631d68-7f99-4d5e-95a9-53b2175eb386', u'admin_state_up': True, u'tenant_id': u'2efd5b0ab4434dca92647eb18582a3f6', u'created_at': u'2018-09-02T07:30:32Z', u'flavor_id': None, u'routes': [], u'project_id': u'2efd5b0ab4434dca92647eb18582a3f6'}) 2018-09-02 07:30:38,511 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:30:38,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609/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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"subnet_id": "88df7a5c-a679-45a4-adb6-ed5b5887ca09"}' 2018-09-02 07:30:41,167 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b4a05de8-6927-493c-957a-f11c446331ce Date: Sun, 02 Sep 2018 07:30:41 GMT RESP BODY: {"network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "subnet_id": "88df7a5c-a679-45a4-adb6-ed5b5887ca09", "subnet_ids": ["88df7a5c-a679-45a4-adb6-ed5b5887ca09"], "port_id": "472964ac-ddbf-41e3-b0d5-c8f61a898710", "id": "6eea1998-9878-4080-bb95-1f49da7e4609"} 2018-09-02 07:30:41,167 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609/add_router_interface.json used request id req-b4a05de8-6927-493c-957a-f11c446331ce 2018-09-02 07:30:41,167 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.65623807907s 2018-09-02 07:30:41,168 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609/add_router_interface.json used request id req-b4a05de8-6927-493c-957a-f11c446331ce returning object 6eea1998-9878-4080-bb95-1f49da7e4609 2018-09-02 07:30:41,168 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:30:41,300 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:30:41,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:30:41,307 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:30:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:30:41,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:30:41,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:41,622 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5a86099b-5409-4e16-a463-28b2c6fde7d4 Date: Sun, 02 Sep 2018 07:30:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:30:41,623 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5a86099b-5409-4e16-a463-28b2c6fde7d4 2018-09-02 07:30:41,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.311511039734s 2018-09-02 07:30:41,624 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5a86099b-5409-4e16-a463-28b2c6fde7d4 2018-09-02 07:30:41,634 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:30:41,638 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386"}' 2018-09-02 07:30:42,534 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 935 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/60956b9e-b617-411c-8e16-4171210b4d14 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-863fee03-4a0c-4439-949b-dfa426288afa Date: Sun, 02 Sep 2018 07:30:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:30:42Z", "file": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/file", "owner": "2efd5b0ab4434dca92647eb18582a3f6", "id": "60956b9e-b617-411c-8e16-4171210b4d14", "size": null, "self": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14", "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_09631d68-7f99-4d5e-95a9-53b2175eb386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "checksum": null, "created_at": "2018-09-02T07:30:42Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:30:42,535 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-863fee03-4a0c-4439-949b-dfa426288afa 2018-09-02 07:30:42,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.900600910187s 2018-09-02 07:30:42,535 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-863fee03-4a0c-4439-949b-dfa426288afa returning object 60956b9e-b617-411c-8e16-4171210b4d14 2018-09-02 07:30:42,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:30:42,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '' 2018-09-02 07:30:43,388 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-a1c002e0-b7a4-4918-b95c-69ab67fb16d1 Date: Sun, 02 Sep 2018 07:30: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 07:30:43,388 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/file used request id req-a1c002e0-b7a4-4918-b95c-69ab67fb16d1 2018-09-02 07:30:43,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.852129936218s 2018-09-02 07:30:43,388 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/file used request id req-a1c002e0-b7a4-4918-b95c-69ab67fb16d1 2018-09-02 07:30:43,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:30:43,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:44,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-61820109-3ed1-4057-a2eb-6dd061531380 Date: Sun, 02 Sep 2018 07:30:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:30:43Z", "file": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/file", "owner": "2efd5b0ab4434dca92647eb18582a3f6", "id": "60956b9e-b617-411c-8e16-4171210b4d14", "size": 12716032, "self": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:30:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:30:44,178 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-61820109-3ed1-4057-a2eb-6dd061531380 2018-09-02 07:30:44,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.78542804718s 2018-09-02 07:30:44,178 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-61820109-3ed1-4057-a2eb-6dd061531380 2018-09-02 07:30:44,180 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap', u'metadata': Munch({})})], 'file': u'/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/file', 'owner': u'2efd5b0ab4434dca92647eb18582a3f6', 'id': u'60956b9e-b617-411c-8e16-4171210b4d14', 'size': 12716032, u'self': u'/v2/images/60956b9e-b617-411c-8e16-4171210b4d14', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2efd5b0ab4434dca92647eb18582a3f6', 'name': 'vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:30:43Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T07:30:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386', '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/60956b9e-b617-411c-8e16-4171210b4d14', 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_09631d68-7f99-4d5e-95a9-53b2175eb386', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386', 'created': u'2018-09-02T07:30:42Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:30:42Z', 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/60956b9e-b617-411c-8e16-4171210b4d14', 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_09631d68-7f99-4d5e-95a9-53b2175eb386', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:30:44,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:30:44,184 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_ssh-flavor_09631d68-7f99-4d5e-95a9-53b2175eb386", "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 07:30:44,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-e320d492-9a8e-4c0e-ae5e-7bc08a77a04c x-compute-request-id: req-e320d492-9a8e-4c0e-ae5e-7bc08a77a04c Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_ssh-flavor_09631d68-7f99-4d5e-95a9-53b2175eb386", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "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": "d72573fb-63f9-4f77-88c3-4c35ac129089"}} 2018-09-02 07:30:44,474 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-e320d492-9a8e-4c0e-ae5e-7bc08a77a04c 2018-09-02 07:30:44,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.292888879776s 2018-09-02 07:30:44,474 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-e320d492-9a8e-4c0e-ae5e-7bc08a77a04c 2018-09-02 07:30:44,475 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_ssh-flavor_09631d68-7f99-4d5e-95a9-53b2175eb386', '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'4b06fee7bf104ba386aa2f904001aa35', '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'd72573fb-63f9-4f77-88c3-4c35ac129089', 'swap': 0}) 2018-09-02 07:30:44,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:30:44,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089/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}580a10beae5925a370cbdcb3925633ec72870b20" -d '{"extra_specs": {}}' 2018-09-02 07:30:44,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-4ddc54f0-8450-4246-b7d7-bd8b9a5887b9 x-compute-request-id: req-4ddc54f0-8450-4246-b7d7-bd8b9a5887b9 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:30:44,496 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089/os-extra_specs used request id req-4ddc54f0-8450-4246-b7d7-bd8b9a5887b9 2018-09-02 07:30:44,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203969478607s 2018-09-02 07:30:44,497 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089/os-extra_specs used request id req-4ddc54f0-8450-4246-b7d7-bd8b9a5887b9 2018-09-02 07:30:44,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 07:30:44,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"keypair": {"name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386"}}' 2018-09-02 07:30:44,973 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-d5b4c8b1-b4b8-4e25-bd8a-c4554a08ee5f x-compute-request-id: req-d5b4c8b1-b4b8-4e25-bd8a-c4554a08ee5f Content-Encoding: gzip Content-Length: 1808 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtACOUXX97zqaiLiyq+lpK8WBN/rRuqfFLDFjYul4g9BoW/H45tx2oQhQtkUadsBLcH0wGUhtyt/DzCyi0ZQv1v03pg7mUG58i6CYRMjr/JG4gNbLBtCKGOI9PJoReps7+xJvQYzzd7BzDRlwaUNWfzmHv7ZbJ8Fo7Z7GzY4EgoIzzBoO+gxHlJKlhA5BbFXJkPhp1HFaQtAHz22uypqci9n0GkOq/gIJeb7+KObd7QRD/Lcc6PIIVD3o9GTZmbuv+dkWn/YAVUBBC4Z5nYD3TZ7Xn0MwqAJmLo2sfK2KnxpzRQpXF1LO+FGeUSAcCi7uTf+WQOKgFYBF7VjykYiGn Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7QAjlF1/e86moi4sqvpaSvFgTf60bqnxSwxY2LpeIPQaFvx+\nObcdqEIULZFGnbAS3B9MBlIbcrfw8wsotGUL9b9N6YO5lBufIugmETI6/yRuIDWy\nwbQihjiPTyaEXqbO/sSb0GM83ewcw0ZcGlDVn85h7+2WyfBaO2exs2OBIKCM8waD\nvoMR5SSpYQOQWxVyZD4adRxWkLQB89trsqanIvZ9BpDqv4CCXm+/ijm3e0EQ/y3H\nOjyCFQ96PRk2Zm7r/nZFp/2AFVAQQuGeZ2A902e159DMKgCZi6NrHytip8ac0UKV\nxdSzvhRnlEgHAou7k3/lkDioBWARe1Y8pGIhpwIDAQABAoIBAQCMWge4BkLH9BJ0\nevnS613rgdRxfAQogRW3RwGan4u84jJNKIwr68hxa2h9r8ns+mfA2fvwxlEg99OG\nazZY1npltzwRrQOKtWzhhC9/AYs0q8NX6dUJp37Gk9oymnHLh+ePsqk/mHVkSz6h\nWhqTLwnDkLopFz+0KVWWVotC3AuNYMMjm59vsdZs+Cq3c/842lnneOcfMdxJAN2j\nD+S9VYhnd0Q6QuEiUhFJiToIsXuQNFKgYEEA0cDYpr6W3JrtSHz1dsVitW0TY9qG\njrf64EBmgVIXIlDzemBNYVX7V26dlvpyfDr+j5k3phReRNyCeXBDHKI4z7uCVyTj\nBupvrX+BAoGBAPxnv7l/+9CxjhxL3m1juLFVY4MGjOO7kdZkGOXCL6BhSJaiMpfa\n67wUaEBGEOLooiUtyHs5FtUhdbKLhMFJYtTLLP808+in07gkhetfIVq4ERPvVGb8\nQyCY5TnRF5HgHX9alM9GaIOaZmNUYEW1UcqtAdhIz/a/VixRAIiiA1fBAoGBAPBg\nOb4hvBTxc7Z2VVsh/SpfPB34os4LO8I5C2DJ7B1rsENtFnawPXH5aKPobmCrL29/\nS5OJ0b4qJXNA3yIJZsIydqg578GSOD2IoeeDYSiSU6QIP3JueMaeV4/eTDZThQws\nF7R/mnevb27YrOFKVmyxFa/KOPRhqk9fxwVDJpNnAoGBAI0BWLZErWTVDFL6f3QU\n9aT70u/rxOGkc8CVguM4LGsobejZC/KRtogHzoW5ns1ksNCcVxefuQWv/5STJMLm\nQHQoXSblai1bNIf2v2nSZ0vK8J92YGx4GPgo8kXubYBs942iCOgSqWh75R8wj+fh\nd6QGKrWtV6C9G2L+jZHHEJ8BAoGAWiWcQiPgp3IN1UX3qN/MVBG3N/5BAEjSNnqy\nO7A+bqIuTnsgy4443P+OMLpAetx4Q7ZXn5M2J70iomCXzen8saO/QEPKGKw/j0Qo\ng+yPiWmnGINHWCD6BnLnn7rclhsocHIwya55PZ17ivSTkUIRu12GJpEOXwgpmO7w\ncpbGZs0CgYB5hsf3KTEpxqTavDxH1prRp4ELygCMhBnOXDYOcPGB9yhPniXMfWG/\nwYhUWx5C4Mrq4cbDRMVbjOK/z4OiNAskxz9MBCh9KtbHa2zJxm9h0zK/Q0Gvv8Le\nivN+5OAn/rOBc2ScoyyFyXcfQcc01gTTPGH1WdOzDZzWSaU2CxVVHQ==\n-----END RSA PRIVATE KEY-----\n", "user_id": "269e2d934a224b278b5a49eb40168517", "name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "fingerprint": "22:25:9f:d5:98:9a:00:73:90:63:3f:6e:07:a2:1f:fa"}} 2018-09-02 07:30:44,974 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-d5b4c8b1-b4b8-4e25-bd8a-c4554a08ee5f 2018-09-02 07:30:44,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.476418018341s 2018-09-02 07:30:44,974 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-d5b4c8b1-b4b8-4e25-bd8a-c4554a08ee5f 2018-09-02 07:30:44,975 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtACOUXX97zqaiLiyq+lpK8WBN/rRuqfFLDFjYul4g9BoW/H45tx2oQhQtkUadsBLcH0wGUhtyt/DzCyi0ZQv1v03pg7mUG58i6CYRMjr/JG4gNbLBtCKGOI9PJoReps7+xJvQYzzd7BzDRlwaUNWfzmHv7ZbJ8Fo7Z7GzY4EgoIzzBoO+gxHlJKlhA5BbFXJkPhp1HFaQtAHz22uypqci9n0GkOq/gIJeb7+KObd7QRD/Lcc6PIIVD3o9GTZmbuv+dkWn/YAVUBBC4Z5nYD3TZ7Xn0MwqAJmLo2sfK2KnxpzRQpXF1LO+FGeUSAcCi7uTf+WQOKgFYBF7VjykYiGn Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA7QAjlF1/e86moi4sqvpaSvFgTf60bqnxSwxY2LpeIPQaFvx+\nObcdqEIULZFGnbAS3B9MBlIbcrfw8wsotGUL9b9N6YO5lBufIugmETI6/yRuIDWy\nwbQihjiPTyaEXqbO/sSb0GM83ewcw0ZcGlDVn85h7+2WyfBaO2exs2OBIKCM8waD\nvoMR5SSpYQOQWxVyZD4adRxWkLQB89trsqanIvZ9BpDqv4CCXm+/ijm3e0EQ/y3H\nOjyCFQ96PRk2Zm7r/nZFp/2AFVAQQuGeZ2A902e159DMKgCZi6NrHytip8ac0UKV\nxdSzvhRnlEgHAou7k3/lkDioBWARe1Y8pGIhpwIDAQABAoIBAQCMWge4BkLH9BJ0\nevnS613rgdRxfAQogRW3RwGan4u84jJNKIwr68hxa2h9r8ns+mfA2fvwxlEg99OG\nazZY1npltzwRrQOKtWzhhC9/AYs0q8NX6dUJp37Gk9oymnHLh+ePsqk/mHVkSz6h\nWhqTLwnDkLopFz+0KVWWVotC3AuNYMMjm59vsdZs+Cq3c/842lnneOcfMdxJAN2j\nD+S9VYhnd0Q6QuEiUhFJiToIsXuQNFKgYEEA0cDYpr6W3JrtSHz1dsVitW0TY9qG\njrf64EBmgVIXIlDzemBNYVX7V26dlvpyfDr+j5k3phReRNyCeXBDHKI4z7uCVyTj\nBupvrX+BAoGBAPxnv7l/+9CxjhxL3m1juLFVY4MGjOO7kdZkGOXCL6BhSJaiMpfa\n67wUaEBGEOLooiUtyHs5FtUhdbKLhMFJYtTLLP808+in07gkhetfIVq4ERPvVGb8\nQyCY5TnRF5HgHX9alM9GaIOaZmNUYEW1UcqtAdhIz/a/VixRAIiiA1fBAoGBAPBg\nOb4hvBTxc7Z2VVsh/SpfPB34os4LO8I5C2DJ7B1rsENtFnawPXH5aKPobmCrL29/\nS5OJ0b4qJXNA3yIJZsIydqg578GSOD2IoeeDYSiSU6QIP3JueMaeV4/eTDZThQws\nF7R/mnevb27YrOFKVmyxFa/KOPRhqk9fxwVDJpNnAoGBAI0BWLZErWTVDFL6f3QU\n9aT70u/rxOGkc8CVguM4LGsobejZC/KRtogHzoW5ns1ksNCcVxefuQWv/5STJMLm\nQHQoXSblai1bNIf2v2nSZ0vK8J92YGx4GPgo8kXubYBs942iCOgSqWh75R8wj+fh\nd6QGKrWtV6C9G2L+jZHHEJ8BAoGAWiWcQiPgp3IN1UX3qN/MVBG3N/5BAEjSNnqy\nO7A+bqIuTnsgy4443P+OMLpAetx4Q7ZXn5M2J70iomCXzen8saO/QEPKGKw/j0Qo\ng+yPiWmnGINHWCD6BnLnn7rclhsocHIwya55PZ17ivSTkUIRu12GJpEOXwgpmO7w\ncpbGZs0CgYB5hsf3KTEpxqTavDxH1prRp4ELygCMhBnOXDYOcPGB9yhPniXMfWG/\nwYhUWx5C4Mrq4cbDRMVbjOK/z4OiNAskxz9MBCh9KtbHa2zJxm9h0zK/Q0Gvv8Le\nivN+5OAn/rOBc2ScoyyFyXcfQcc01gTTPGH1WdOzDZzWSaU2CxVVHQ==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'269e2d934a224b278b5a49eb40168517', 'name': u'vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386', 'created_at': '2018-09-02T07:30:44.975188', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2efd5b0ab4434dca92647eb18582a3f6', 'name': 'vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'22:25:9f:d5:98:9a:00:73:90:63:3f:6e:07:a2:1f:fa', 'type': 'ssh', 'id': u'vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386'}) 2018-09-02 07:30:44,975 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA7QAjlF1/e86moi4sqvpaSvFgTf60bqnxSwxY2LpeIPQaFvx+ ObcdqEIULZFGnbAS3B9MBlIbcrfw8wsotGUL9b9N6YO5lBufIugmETI6/yRuIDWy wbQihjiPTyaEXqbO/sSb0GM83ewcw0ZcGlDVn85h7+2WyfBaO2exs2OBIKCM8waD voMR5SSpYQOQWxVyZD4adRxWkLQB89trsqanIvZ9BpDqv4CCXm+/ijm3e0EQ/y3H OjyCFQ96PRk2Zm7r/nZFp/2AFVAQQuGeZ2A902e159DMKgCZi6NrHytip8ac0UKV xdSzvhRnlEgHAou7k3/lkDioBWARe1Y8pGIhpwIDAQABAoIBAQCMWge4BkLH9BJ0 evnS613rgdRxfAQogRW3RwGan4u84jJNKIwr68hxa2h9r8ns+mfA2fvwxlEg99OG azZY1npltzwRrQOKtWzhhC9/AYs0q8NX6dUJp37Gk9oymnHLh+ePsqk/mHVkSz6h WhqTLwnDkLopFz+0KVWWVotC3AuNYMMjm59vsdZs+Cq3c/842lnneOcfMdxJAN2j D+S9VYhnd0Q6QuEiUhFJiToIsXuQNFKgYEEA0cDYpr6W3JrtSHz1dsVitW0TY9qG jrf64EBmgVIXIlDzemBNYVX7V26dlvpyfDr+j5k3phReRNyCeXBDHKI4z7uCVyTj BupvrX+BAoGBAPxnv7l/+9CxjhxL3m1juLFVY4MGjOO7kdZkGOXCL6BhSJaiMpfa 67wUaEBGEOLooiUtyHs5FtUhdbKLhMFJYtTLLP808+in07gkhetfIVq4ERPvVGb8 QyCY5TnRF5HgHX9alM9GaIOaZmNUYEW1UcqtAdhIz/a/VixRAIiiA1fBAoGBAPBg Ob4hvBTxc7Z2VVsh/SpfPB34os4LO8I5C2DJ7B1rsENtFnawPXH5aKPobmCrL29/ S5OJ0b4qJXNA3yIJZsIydqg578GSOD2IoeeDYSiSU6QIP3JueMaeV4/eTDZThQws F7R/mnevb27YrOFKVmyxFa/KOPRhqk9fxwVDJpNnAoGBAI0BWLZErWTVDFL6f3QU 9aT70u/rxOGkc8CVguM4LGsobejZC/KRtogHzoW5ns1ksNCcVxefuQWv/5STJMLm QHQoXSblai1bNIf2v2nSZ0vK8J92YGx4GPgo8kXubYBs942iCOgSqWh75R8wj+fh d6QGKrWtV6C9G2L+jZHHEJ8BAoGAWiWcQiPgp3IN1UX3qN/MVBG3N/5BAEjSNnqy O7A+bqIuTnsgy4443P+OMLpAetx4Q7ZXn5M2J70iomCXzen8saO/QEPKGKw/j0Qo g+yPiWmnGINHWCD6BnLnn7rclhsocHIwya55PZ17ivSTkUIRu12GJpEOXwgpmO7w cpbGZs0CgYB5hsf3KTEpxqTavDxH1prRp4ELygCMhBnOXDYOcPGB9yhPniXMfWG/ wYhUWx5C4Mrq4cbDRMVbjOK/z4OiNAskxz9MBCh9KtbHa2zJxm9h0zK/Q0Gvv8Le ivN+5OAn/rOBc2ScoyyFyXcfQcc01gTTPGH1WdOzDZzWSaU2CxVVHQ== -----END RSA PRIVATE KEY----- 2018-09-02 07:30:44,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 07:30:44,979 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"security_group": {"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386", "description": "created by OPNFV Functest (vping_ssh)"}}' 2018-09-02 07:30:45,137 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1418 X-Openstack-Request-Id: req-ffe737ae-31da-4b28-ab15-d766fee24a1b Date: Sun, 02 Sep 2018 07:30:45 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:45Z", "updated_at": "2018-09-02T07:30:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "763c419e-1396-437f-83db-127bc09d515b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "b1dba2ff-459e-4766-a2b0-a3e583c0ff13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}], "revision_number": 1, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}} 2018-09-02 07:30:45,137 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-ffe737ae-31da-4b28-ab15-d766fee24a1b 2018-09-02 07:30:45,137 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.158798217773s 2018-09-02 07:30:45,137 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-ffe737ae-31da-4b28-ab15-d766fee24a1b 2018-09-02 07:30:45,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:30:45,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:45,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3834 X-Openstack-Request-Id: req-b9d36f9f-f07d-47ed-b20e-d8dda521ba43 Date: Sun, 02 Sep 2018 07:30:45 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:30Z", "updated_at": "2018-09-02T07:30:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "52c6fd44-9f26-4d1b-b95d-d4770da5d363", "remote_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "dd844d98-7f27-496e-ab9e-ef675fcf342b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "dd932fde-acda-457c-baad-766feec78623", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "e20e94ee-276e-4e0b-b6bb-ed50773b0dcc", "remote_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}], "revision_number": 1, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:45Z", "updated_at": "2018-09-02T07:30:45Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "763c419e-1396-437f-83db-127bc09d515b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "b1dba2ff-459e-4766-a2b0-a3e583c0ff13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}], "revision_number": 1, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}]} 2018-09-02 07:30:45,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-b9d36f9f-f07d-47ed-b20e-d8dda521ba43 2018-09-02 07:30:45,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.298071861267s 2018-09-02 07:30:45,440 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-b9d36f9f-f07d-47ed-b20e-d8dda521ba43 2018-09-02 07:30:45,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 07:30:45,444 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -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": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a"}}' 2018-09-02 07:30:45,898 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-0a7ef16b-08db-41b1-8678-ba82b81021fb Date: Sun, 02 Sep 2018 07:30:45 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-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "port_range_min": 22, "revision_number": 0, "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:45Z", "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "2cd3cc53-43a4-4dcf-9bcc-9b150634e235"}} 2018-09-02 07:30:45,898 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-0a7ef16b-08db-41b1-8678-ba82b81021fb 2018-09-02 07:30:45,898 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.454600095749s 2018-09-02 07:30:45,898 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-0a7ef16b-08db-41b1-8678-ba82b81021fb 2018-09-02 07:30:45,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:30:45,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:45,986 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4330 X-Openstack-Request-Id: req-42f33f6b-1f38-4ed5-96e5-a2e3a285ea28 Date: Sun, 02 Sep 2018 07:30:46 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:30Z", "updated_at": "2018-09-02T07:30:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "52c6fd44-9f26-4d1b-b95d-d4770da5d363", "remote_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "dd844d98-7f27-496e-ab9e-ef675fcf342b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "dd932fde-acda-457c-baad-766feec78623", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "e20e94ee-276e-4e0b-b6bb-ed50773b0dcc", "remote_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}], "revision_number": 1, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:45Z", "updated_at": "2018-09-02T07:30:45Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "2cd3cc53-43a4-4dcf-9bcc-9b150634e235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "763c419e-1396-437f-83db-127bc09d515b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "b1dba2ff-459e-4766-a2b0-a3e583c0ff13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}], "revision_number": 2, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}]} 2018-09-02 07:30:45,987 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-42f33f6b-1f38-4ed5-96e5-a2e3a285ea28 2018-09-02 07:30:45,987 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0847370624542s 2018-09-02 07:30:45,987 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-42f33f6b-1f38-4ed5-96e5-a2e3a285ea28 2018-09-02 07:30:45,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 07:30:45,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -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": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a"}}' 2018-09-02 07:30:46,418 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-a406df6d-3cb9-427f-a2c7-0a085fde7b04 Date: Sun, 02 Sep 2018 07:30:46 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-02T07:30:46Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "port_range_min": null, "revision_number": 0, "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:46Z", "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "56e206c9-e3e1-4db8-b2f2-ab780a3e7186"}} 2018-09-02 07:30:46,419 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a406df6d-3cb9-427f-a2c7-0a085fde7b04 2018-09-02 07:30:46,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.428097009659s 2018-09-02 07:30:46,419 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a406df6d-3cb9-427f-a2c7-0a085fde7b04 2018-09-02 07:30:46,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:30:46,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:46,975 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-76aa8852-cb4f-4486-bd8c-b5814b7fa132 Date: Sun, 02 Sep 2018 07:30:47 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2efd5b0ab4434dca92647eb18582a3f6","l2_adjacency":true,"status":"ACTIVE","subnets":["88df7a5c-a679-45a4-adb6-ed5b5887ca09"],"description":"","tags":[],"updated_at":"2018-09-02T07:30:31Z","qos_policy_id":null,"name":"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386","admin_state_up":true,"tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:30:46,975 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-76aa8852-cb4f-4486-bd8c-b5814b7fa132 2018-09-02 07:30:46,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.554908037186s 2018-09-02 07:30:46,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-76aa8852-cb4f-4486-bd8c-b5814b7fa132 2018-09-02 07:30:46,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:30:46,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:47,746 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-abdc0c17-a2af-4d42-965f-c5f52497a53a Date: Sun, 02 Sep 2018 07:30:48 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:30:43Z", "file": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/file", "owner": "2efd5b0ab4434dca92647eb18582a3f6", "id": "60956b9e-b617-411c-8e16-4171210b4d14", "size": 12716032, "self": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:30:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:30:47,746 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-abdc0c17-a2af-4d42-965f-c5f52497a53a 2018-09-02 07:30:47,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.765772819519s 2018-09-02 07:30:47,747 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-abdc0c17-a2af-4d42-965f-c5f52497a53a 2018-09-02 07:30:47,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:30:47,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:47,771 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-a051151b-aabe-45f8-8cee-cb8e08c2ab72 x-compute-request-id: req-a051151b-aabe-45f8-8cee-cb8e08c2ab72 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_09631d68-7f99-4d5e-95a9-53b2175eb386", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "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": "d72573fb-63f9-4f77-88c3-4c35ac129089"}]} 2018-09-02 07:30:47,771 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-a051151b-aabe-45f8-8cee-cb8e08c2ab72 2018-09-02 07:30:47,772 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0230739116669s 2018-09-02 07:30:47,772 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-a051151b-aabe-45f8-8cee-cb8e08c2ab72 2018-09-02 07:30:47,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 07:30:47,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"server": {"name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "imageRef": "60956b9e-b617-411c-8e16-4171210b4d14", "flavorRef": "d72573fb-63f9-4f77-88c3-4c35ac129089", "max_count": 1, "min_count": 1, "networks": [{"uuid": "54c2da04-485c-4c12-a338-b7fa5e67df0c"}], "security_groups": [{"name": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a"}]}}' 2018-09-02 07:30:53,310 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:30: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-01725c8b-e045-474c-9bba-9ce775f9e36a x-compute-request-id: req-01725c8b-e045-474c-9bba-9ce775f9e36a Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a"}], "OS-DCF:diskConfig": "MANUAL", "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "adminPass": "3K2WFjRK8spb"}} 2018-09-02 07:30:53,310 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-01725c8b-e045-474c-9bba-9ce775f9e36a 2018-09-02 07:30:53,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.53644394875s 2018-09-02 07:30:53,311 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-01725c8b-e045-474c-9bba-9ce775f9e36a 2018-09-02 07:30:53,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:30:53,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:53,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-0b73a2aa-7777-41d1-8b66-468f41e7a15b x-compute-request-id: req-0b73a2aa-7777-41d1-8b66-468f41e7a15b 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.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "user_id": "269e2d934a224b278b5a49eb40168517", "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-02T07:30:53Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:30:53,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0b73a2aa-7777-41d1-8b66-468f41e7a15b 2018-09-02 07:30:53,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.280658006668s 2018-09-02 07:30:53,593 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0b73a2aa-7777-41d1-8b66-468f41e7a15b 2018-09-02 07:30:53,599 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:30:53,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:53,878 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-383dee65-9d8e-4005-ae6c-d8a75fe1b481 Date: Sun, 02 Sep 2018 07:30:54 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2efd5b0ab4434dca92647eb18582a3f6","l2_adjacency":true,"status":"ACTIVE","subnets":["88df7a5c-a679-45a4-adb6-ed5b5887ca09"],"description":"","tags":[],"updated_at":"2018-09-02T07:30:31Z","qos_policy_id":null,"name":"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386","admin_state_up":true,"tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:30:53,878 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-383dee65-9d8e-4005-ae6c-d8a75fe1b481 2018-09-02 07:30:53,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.278746128082s 2018-09-02 07:30:53,879 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-383dee65-9d8e-4005-ae6c-d8a75fe1b481 2018-09-02 07:30:53,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:30:53,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:53,930 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-b55694bd-5c21-4e77-9b45-01acef3a7cd4 Date: Sun, 02 Sep 2018 07:30:53 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:30:31Z","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":"2efd5b0ab4434dca92647eb18582a3f6","id":"88df7a5c-a679-45a4-adb6-ed5b5887ca09","subnetpool_id":null,"name":"vping_ssh-subnet_09631d68-7f99-4d5e-95a9-53b2175eb386"}]} 2018-09-02 07:30:53,930 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b55694bd-5c21-4e77-9b45-01acef3a7cd4 2018-09-02 07:30:53,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0508499145508s 2018-09-02 07:30:53,931 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b55694bd-5c21-4e77-9b45-01acef3a7cd4 2018-09-02 07:30:53,931 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:30:55,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:30:55,937 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:56,336 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-cb8a4343-b033-4842-a51c-abd55918a3d0 x-compute-request-id: req-cb8a4343-b033-4842-a51c-abd55918a3d0 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.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "user_id": "269e2d934a224b278b5a49eb40168517", "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-02T07:30:56Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:30:56,337 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cb8a4343-b033-4842-a51c-abd55918a3d0 2018-09-02 07:30:56,337 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.40282201767s 2018-09-02 07:30:56,337 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cb8a4343-b033-4842-a51c-abd55918a3d0 2018-09-02 07:30:56,341 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:30:58,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:30:58,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:30:59,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:30: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-cc20611c-8a73-483c-8505-09edde7a10d1 x-compute-request-id: req-cc20611c-8a73-483c-8505-09edde7a10d1 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:30:56Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:30:59,409 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cc20611c-8a73-483c-8505-09edde7a10d1 2018-09-02 07:30:59,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06569695473s 2018-09-02 07:30:59,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cc20611c-8a73-483c-8505-09edde7a10d1 2018-09-02 07:30:59,414 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:31:01,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:01,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:02,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31: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-7ab6bc87-8ae2-4625-8b5c-102a37ee7ed4 x-compute-request-id: req-7ab6bc87-8ae2-4625-8b5c-102a37ee7ed4 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:30:56Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:02,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7ab6bc87-8ae2-4625-8b5c-102a37ee7ed4 2018-09-02 07:31:02,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.665395021439s 2018-09-02 07:31:02,082 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7ab6bc87-8ae2-4625-8b5c-102a37ee7ed4 2018-09-02 07:31:02,086 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:31:04,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:04,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:05,031 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-1aa2ddd3-75d6-4ee5-8c3a-7f0434a8b4fe x-compute-request-id: req-1aa2ddd3-75d6-4ee5-8c3a-7f0434a8b4fe Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7a:26", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:02.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:03Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:05,031 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1aa2ddd3-75d6-4ee5-8c3a-7f0434a8b4fe 2018-09-02 07:31:05,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.94230890274s 2018-09-02 07:31:05,031 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1aa2ddd3-75d6-4ee5-8c3a-7f0434a8b4fe 2018-09-02 07:31:05,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:31:05,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=e34742a9-1764-40ed-912c-f340c6841d8e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:05,083 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-6d68d82f-b34a-4cf1-bda2-81076daa8779 Date: Sun, 02 Sep 2018 07:31:05 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:31:02Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"88df7a5c-a679-45a4-adb6-ed5b5887ca09","ip_address":"192.168.120.11"}],"id":"5980cca4-ddb6-498d-b779-1b90b06655f8","security_groups":["ac78c04a-c19a-46b1-b1cb-fd546fcba31a"],"mac_address":"fa:16:3e:dd:7a:26","project_id":"2efd5b0ab4434dca92647eb18582a3f6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:58Z","binding:vnic_type":"normal","device_id":"e34742a9-1764-40ed-912c-f340c6841d8e","ip_allocation":"immediate"}]} 2018-09-02 07:31:05,083 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=e34742a9-1764-40ed-912c-f340c6841d8e used request id req-6d68d82f-b34a-4cf1-bda2-81076daa8779 2018-09-02 07:31:05,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0483889579773s 2018-09-02 07:31:05,084 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=e34742a9-1764-40ed-912c-f340c6841d8e used request id req-6d68d82f-b34a-4cf1-bda2-81076daa8779 2018-09-02 07:31:05,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:05,090 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5980cca4-ddb6-498d-b779-1b90b06655f8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:05,131 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-059f419a-0ec6-4cb3-9a6b-19a4abca6b6b Date: Sun, 02 Sep 2018 07:31:05 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:31:05,131 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5980cca4-ddb6-498d-b779-1b90b06655f8 used request id req-059f419a-0ec6-4cb3-9a6b-19a4abca6b6b 2018-09-02 07:31:05,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0420088768005s 2018-09-02 07:31:05,132 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=5980cca4-ddb6-498d-b779-1b90b06655f8 used request id req-059f419a-0ec6-4cb3-9a6b-19a4abca6b6b 2018-09-02 07:31:05,132 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:dd:7a:26', 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'60956b9e-b617-411c-8e16-4171210b4d14'}), 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-02T07:31:02.000000', 'flavor': Munch({u'id': u'd72573fb-63f9-4f77-88c3-4c35ac129089'}), 'az': u'nova', 'id': u'e34742a9-1764-40ed-912c-f340c6841d8e', 'security_groups': [Munch({u'name': u'vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'269e2d934a224b278b5a49eb40168517', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2efd5b0ab4434dca92647eb18582a3f6', 'name': 'vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386', '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-02T07:31:02.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T07:31:03Z', 'hostId': u'662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.11', 'cloud': 'envvars', 'host_id': u'662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21', '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-02T07:31:02.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2efd5b0ab4434dca92647eb18582a3f6', 'name': u'vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386', 'adminPass': u'3K2WFjRK8spb', 'tenant_id': u'2efd5b0ab4434dca92647eb18582a3f6', 'created_at': u'2018-09-02T07:30:53Z', 'created': u'2018-09-02T07:30:53Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 07:31:05,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:31:05,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:05,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-7799da59-14bd-41ec-bb9e-9e2c46d59fcf Date: Sun, 02 Sep 2018 07:31:05 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2efd5b0ab4434dca92647eb18582a3f6","l2_adjacency":true,"status":"ACTIVE","subnets":["88df7a5c-a679-45a4-adb6-ed5b5887ca09"],"description":"","tags":[],"updated_at":"2018-09-02T07:30:31Z","qos_policy_id":null,"name":"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386","admin_state_up":true,"tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:31:05,226 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7799da59-14bd-41ec-bb9e-9e2c46d59fcf 2018-09-02 07:31:05,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.092857837677s 2018-09-02 07:31:05,226 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7799da59-14bd-41ec-bb9e-9e2c46d59fcf 2018-09-02 07:31:05,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:31:05,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:05,537 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-58670753-6e1c-42c6-9a4f-f17c45582be4 Date: Sun, 02 Sep 2018 07:31:05 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:30:43Z", "file": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/file", "owner": "2efd5b0ab4434dca92647eb18582a3f6", "id": "60956b9e-b617-411c-8e16-4171210b4d14", "size": 12716032, "self": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:30:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:31:05,537 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-58670753-6e1c-42c6-9a4f-f17c45582be4 2018-09-02 07:31:05,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.305917024612s 2018-09-02 07:31:05,537 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-58670753-6e1c-42c6-9a4f-f17c45582be4 2018-09-02 07:31:05,539 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:31:05,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:05,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31: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-bfc01018-db4d-4a1c-acae-af4dd15b7972 x-compute-request-id: req-bfc01018-db4d-4a1c-acae-af4dd15b7972 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_09631d68-7f99-4d5e-95a9-53b2175eb386", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "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": "d72573fb-63f9-4f77-88c3-4c35ac129089"}]} 2018-09-02 07:31:05,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bfc01018-db4d-4a1c-acae-af4dd15b7972 2018-09-02 07:31:05,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255160331726s 2018-09-02 07:31:05,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bfc01018-db4d-4a1c-acae-af4dd15b7972 2018-09-02 07:31:05,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 07:31:05,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"server": {"name": "vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386", "imageRef": "60956b9e-b617-411c-8e16-4171210b4d14", "key_name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "flavorRef": "d72573fb-63f9-4f77-88c3-4c35ac129089", "max_count": 1, "min_count": 1, "networks": [{"uuid": "54c2da04-485c-4c12-a338-b7fa5e67df0c"}], "security_groups": [{"name": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a"}]}}' 2018-09-02 07:31:09,640 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:31: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-80343f1e-ac28-4b4b-922f-993ea2dcf70e x-compute-request-id: req-80343f1e-ac28-4b4b-922f-993ea2dcf70e Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a"}], "OS-DCF:diskConfig": "MANUAL", "id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "bookmark"}], "adminPass": "362YrkkG4ZdP"}} 2018-09-02 07:31:09,641 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-80343f1e-ac28-4b4b-922f-993ea2dcf70e 2018-09-02 07:31:09,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.07504701614s 2018-09-02 07:31:09,641 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-80343f1e-ac28-4b4b-922f-993ea2dcf70e 2018-09-02 07:31:09,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:09,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:10,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-7c8bd555-a3b1-49da-9f6d-bc30092b9666 x-compute-request-id: req-7c8bd555-a3b1-49da-9f6d-bc30092b9666 Content-Encoding: gzip Content-Length: 850 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "user_id": "269e2d934a224b278b5a49eb40168517", "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-02T07:31:09Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "name": "vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:31:09Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7a:26", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:02.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:03Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:10,694 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7c8bd555-a3b1-49da-9f6d-bc30092b9666 2018-09-02 07:31:10,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05243206024s 2018-09-02 07:31:10,695 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7c8bd555-a3b1-49da-9f6d-bc30092b9666 2018-09-02 07:31:10,700 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:31:12,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:12,706 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:13,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31: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-933c47a3-a93b-451e-a3ad-b08bc0b66d4d x-compute-request-id: req-933c47a3-a93b-451e-a3ad-b08bc0b66d4d Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:31:12Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "name": "vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:31:09Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7a:26", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:02.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:03Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:13,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-933c47a3-a93b-451e-a3ad-b08bc0b66d4d 2018-09-02 07:31:13,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698647022247s 2018-09-02 07:31:13,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-933c47a3-a93b-451e-a3ad-b08bc0b66d4d 2018-09-02 07:31:13,407 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:31:15,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:15,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:16,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31: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-f6e671a6-f52e-4ba3-9d35-0bea67fcda58 x-compute-request-id: req-f6e671a6-f52e-4ba3-9d35-0bea67fcda58 Content-Encoding: gzip Content-Length: 851 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:31:13Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "name": "vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:31:09Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7a:26", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:02.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:03Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:16,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f6e671a6-f52e-4ba3-9d35-0bea67fcda58 2018-09-02 07:31:16,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.837791204453s 2018-09-02 07:31:16,249 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f6e671a6-f52e-4ba3-9d35-0bea67fcda58 2018-09-02 07:31:16,253 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:31:18,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:18,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:19,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31: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-a0811101-e2f0-4b0a-8360-0b8abc1e71c0 x-compute-request-id: req-a0811101-e2f0-4b0a-8360-0b8abc1e71c0 Content-Encoding: gzip Content-Length: 835 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:4a:f0", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:16.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:16Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "name": "vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:31:09Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7a:26", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:02.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:03Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:19,463 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a0811101-e2f0-4b0a-8360-0b8abc1e71c0 2018-09-02 07:31:19,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.20687508583s 2018-09-02 07:31:19,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a0811101-e2f0-4b0a-8360-0b8abc1e71c0 2018-09-02 07:31:19,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:31:19,470 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=d9a8c582-1c36-4ed8-9f79-c7b2093fd377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:19,567 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-e248e220-eae0-4739-84ba-e392a4f6435e Date: Sun, 02 Sep 2018 07:31:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:31:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"88df7a5c-a679-45a4-adb6-ed5b5887ca09","ip_address":"192.168.120.18"}],"id":"69f03933-3a33-4910-9283-54237d415195","security_groups":["ac78c04a-c19a-46b1-b1cb-fd546fcba31a"],"mac_address":"fa:16:3e:23:4a:f0","project_id":"2efd5b0ab4434dca92647eb18582a3f6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:31:13Z","binding:vnic_type":"normal","device_id":"d9a8c582-1c36-4ed8-9f79-c7b2093fd377","ip_allocation":"immediate"}]} 2018-09-02 07:31:19,567 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d9a8c582-1c36-4ed8-9f79-c7b2093fd377 used request id req-e248e220-eae0-4739-84ba-e392a4f6435e 2018-09-02 07:31:19,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0972189903259s 2018-09-02 07:31:19,567 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d9a8c582-1c36-4ed8-9f79-c7b2093fd377 used request id req-e248e220-eae0-4739-84ba-e392a4f6435e 2018-09-02 07:31:19,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:19,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=69f03933-3a33-4910-9283-54237d415195" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:19,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-97192f72-90e2-42da-90b0-a956d21ec226 Date: Sun, 02 Sep 2018 07:31:20 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:31:19,900 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=69f03933-3a33-4910-9283-54237d415195 used request id req-97192f72-90e2-42da-90b0-a956d21ec226 2018-09-02 07:31:19,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.326717853546s 2018-09-02 07:31:19,900 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=69f03933-3a33-4910-9283-54237d415195 used request id req-97192f72-90e2-42da-90b0-a956d21ec226 2018-09-02 07:31:19,901 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:23:4a:f0', u'version': 4, u'addr': u'192.168.120.18', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'60956b9e-b617-411c-8e16-4171210b4d14'}), 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-02T07:31:16.000000', 'flavor': Munch({u'id': u'd72573fb-63f9-4f77-88c3-4c35ac129089'}), 'az': u'nova', 'id': u'd9a8c582-1c36-4ed8-9f79-c7b2093fd377', 'security_groups': [Munch({u'name': u'vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'269e2d934a224b278b5a49eb40168517', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2efd5b0ab4434dca92647eb18582a3f6', 'name': 'vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386', '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-02T07:31:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T07:31:16Z', 'hostId': u'662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386', 'public_v6': '', 'private_v4': u'192.168.120.18', 'cloud': 'envvars', 'host_id': u'662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21', '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-02T07:31:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'2efd5b0ab4434dca92647eb18582a3f6', 'name': u'vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386', 'adminPass': u'362YrkkG4ZdP', 'tenant_id': u'2efd5b0ab4434dca92647eb18582a3f6', 'created_at': u'2018-09-02T07:31:09Z', 'created': u'2018-09-02T07:31:09Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 07:31:19,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:31:19,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:19,998 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1274 X-Openstack-Request-Id: req-770e3ef5-6ff8-4d6d-9578-135facdd5f5b Date: Sun, 02 Sep 2018 07:31:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2efd5b0ab4434dca92647eb18582a3f6","l2_adjacency":true,"status":"ACTIVE","subnets":["88df7a5c-a679-45a4-adb6-ed5b5887ca09"],"description":"","tags":[],"updated_at":"2018-09-02T07:30:31Z","qos_policy_id":null,"name":"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386","admin_state_up":true,"tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:31:19,998 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-770e3ef5-6ff8-4d6d-9578-135facdd5f5b 2018-09-02 07:31:19,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.094006061554s 2018-09-02 07:31:19,998 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-770e3ef5-6ff8-4d6d-9578-135facdd5f5b 2018-09-02 07:31:19,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:31:20,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=d9a8c582-1c36-4ed8-9f79-c7b2093fd377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:20,313 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-479461cc-4d13-40d8-a3c9-73c5126f3d24 Date: Sun, 02 Sep 2018 07:31:20 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:31:16Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"88df7a5c-a679-45a4-adb6-ed5b5887ca09","ip_address":"192.168.120.18"}],"id":"69f03933-3a33-4910-9283-54237d415195","security_groups":["ac78c04a-c19a-46b1-b1cb-fd546fcba31a"],"mac_address":"fa:16:3e:23:4a:f0","project_id":"2efd5b0ab4434dca92647eb18582a3f6","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:31:13Z","binding:vnic_type":"normal","device_id":"d9a8c582-1c36-4ed8-9f79-c7b2093fd377","ip_allocation":"immediate"}]} 2018-09-02 07:31:20,314 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d9a8c582-1c36-4ed8-9f79-c7b2093fd377 used request id req-479461cc-4d13-40d8-a3c9-73c5126f3d24 2018-09-02 07:31:20,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.314303159714s 2018-09-02 07:31:20,314 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=d9a8c582-1c36-4ed8-9f79-c7b2093fd377 used request id req-479461cc-4d13-40d8-a3c9-73c5126f3d24 2018-09-02 07:31:20,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 07:31:20,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.18", "port_id": "69f03933-3a33-4910-9283-54237d415195"}}' 2018-09-02 07:31:23,059 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-01e812b1-ba98-4560-90fc-20956e8bd361 Date: Sun, 02 Sep 2018 07:31:23 GMT RESP BODY: {"floatingip": {"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:21Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}} 2018-09-02 07:31:23,059 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-01e812b1-ba98-4560-90fc-20956e8bd361 2018-09-02 07:31:23,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.74415779114s 2018-09-02 07:31:23,060 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-01e812b1-ba98-4560-90fc-20956e8bd361 2018-09-02 07:31:23,067 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:23,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:23,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-9ee60a9d-aba5-46c8-90bc-8e3d9c943fd8 Date: Sun, 02 Sep 2018 07:31:23 GMT RESP BODY: {"floatingips": [{"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:21Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}]} 2018-09-02 07:31:23,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9ee60a9d-aba5-46c8-90bc-8e3d9c943fd8 2018-09-02 07:31:23,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0605671405792s 2018-09-02 07:31:23,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9ee60a9d-aba5-46c8-90bc-8e3d9c943fd8 2018-09-02 07:31:23,132 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:31:23,238 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:23,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:23,317 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-0b7ed0b5-676a-41c9-8234-8e0de5d89f83 Date: Sun, 02 Sep 2018 07:31:23 GMT RESP BODY: {"floatingips": [{"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:21Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}]} 2018-09-02 07:31:23,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-0b7ed0b5-676a-41c9-8234-8e0de5d89f83 2018-09-02 07:31:23,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.079883813858s 2018-09-02 07:31:23,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-0b7ed0b5-676a-41c9-8234-8e0de5d89f83 2018-09-02 07:31:23,322 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:31:23,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:23,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:23,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-0bd68e62-5790-4364-b5b9-57fffa3f2b11 Date: Sun, 02 Sep 2018 07:31:23 GMT RESP BODY: {"floatingips": [{"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:21Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}]} 2018-09-02 07:31:23,484 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-0bd68e62-5790-4364-b5b9-57fffa3f2b11 2018-09-02 07:31:23,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0574209690094s 2018-09-02 07:31:23,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-0bd68e62-5790-4364-b5b9-57fffa3f2b11 2018-09-02 07:31:23,488 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:31:23,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:23,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:23,651 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-d9e036e4-b6c3-4e62-a5d6-19ec187c1331 Date: Sun, 02 Sep 2018 07:31:23 GMT RESP BODY: {"floatingips": [{"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:21Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}]} 2018-09-02 07:31:23,651 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d9e036e4-b6c3-4e62-a5d6-19ec187c1331 2018-09-02 07:31:23,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0582311153412s 2018-09-02 07:31:23,652 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d9e036e4-b6c3-4e62-a5d6-19ec187c1331 2018-09-02 07:31:23,655 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:31:23,760 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:23,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:23,824 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-e08338a1-0c13-4f4b-a875-f552e3a34eec Date: Sun, 02 Sep 2018 07:31:23 GMT RESP BODY: {"floatingips": [{"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:21Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}]} 2018-09-02 07:31:23,824 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-e08338a1-0c13-4f4b-a875-f552e3a34eec 2018-09-02 07:31:23,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0640730857849s 2018-09-02 07:31:23,824 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-e08338a1-0c13-4f4b-a875-f552e3a34eec 2018-09-02 07:31:23,828 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:31:23,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:23,933 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:24,183 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-41f2f215-96ca-4abe-a18e-e0048fb4d7d9 Date: Sun, 02 Sep 2018 07:31:24 GMT RESP BODY: {"floatingips": [{"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:21Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}]} 2018-09-02 07:31:24,183 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-41f2f215-96ca-4abe-a18e-e0048fb4d7d9 2018-09-02 07:31:24,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.250679016113s 2018-09-02 07:31:24,184 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-41f2f215-96ca-4abe-a18e-e0048fb4d7d9 2018-09-02 07:31:24,187 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:31:24,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:24,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:24,353 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-01751a95-3a29-4e5e-811d-df53fde6cc6c Date: Sun, 02 Sep 2018 07:31:24 GMT RESP BODY: {"floatingips": [{"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "DOWN", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:21Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}]} 2018-09-02 07:31:24,353 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-01751a95-3a29-4e5e-811d-df53fde6cc6c 2018-09-02 07:31:24,353 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.060889005661s 2018-09-02 07:31:24,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-01751a95-3a29-4e5e-811d-df53fde6cc6c 2018-09-02 07:31:24,357 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:31:24,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:24,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:24,524 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-88528616-ea8b-44a9-ab37-4813d37d9588 Date: Sun, 02 Sep 2018 07:31:24 GMT RESP BODY: {"floatingips": [{"router_id": "6eea1998-9878-4080-bb95-1f49da7e4609", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:31:21Z", "updated_at": "2018-09-02T07:31:24Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "device_owner": "compute:nova", "mac_address": "fa:16:3e:23:4a:f0", "device_id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377"}, "fixed_ip_address": "192.168.120.18", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_id": "69f03933-3a33-4910-9283-54237d415195", "id": "a4345319-61b7-4e59-b3aa-8925299dd4ea", "qos_policy_id": null}]} 2018-09-02 07:31:24,524 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-88528616-ea8b-44a9-ab37-4813d37d9588 2018-09-02 07:31:24,524 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0618200302124s 2018-09-02 07:31:24,524 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-88528616-ea8b-44a9-ab37-4813d37d9588 2018-09-02 07:31:24,528 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'6eea1998-9878-4080-bb95-1f49da7e4609', 'updated_at': u'2018-09-02T07:31:24Z', 'fixed_ip_address': u'192.168.120.18', 'floating_ip_address': u'172.30.9.203', 'revision_number': 1, 'port_id': u'69f03933-3a33-4910-9283-54237d415195', 'id': u'a4345319-61b7-4e59-b3aa-8925299dd4ea', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'69f03933-3a33-4910-9283-54237d415195', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2efd5b0ab4434dca92647eb18582a3f6', 'name': 'vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'2efd5b0ab4434dca92647eb18582a3f6', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'54c2da04-485c-4c12-a338-b7fa5e67df0c', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:23:4a:f0', u'device_id': u'd9a8c582-1c36-4ed8-9f79-c7b2093fd377'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'2efd5b0ab4434dca92647eb18582a3f6', 'created_at': u'2018-09-02T07:31:21Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'54c2da04-485c-4c12-a338-b7fa5e67df0c', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:23:4a:f0', u'device_id': u'd9a8c582-1c36-4ed8-9f79-c7b2093fd377'}), 'router': u'6eea1998-9878-4080-bb95-1f49da7e4609'}) 2018-09-02 07:31:24,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 07:31:24,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377/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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 07:31:24,667 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-5c32b217-0624-4b01-a628-57fba6294c23 x-compute-request-id: req-5c32b217-0624-4b01-a628-57fba6294c23 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 525417550 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.196959] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.199366] pid_max: default: 32768 minimum: 301\n[ 0.200673] ACPI: Core revision 20150930\n[ 0.202408] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.204304] Security Framework initialized\n[ 0.205485] Yama: becoming mindful.\n[ 0.206543] AppArmor: AppArmor initialized\n[ 0.207789] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.209678] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.211507] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.213254] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.215234] Initializing cgroup subsys io\n[ 0.216426] Initializing cgroup subsys memory\n[ 0.217677] Initializing cgroup subsys devices\n[ 0.218952] Initializing cgroup subsys freezer\n[ 0.220224] Initializing cgroup subsys net_cls\n[ 0.221486] Initializing cgroup subsys perf_event\n[ 0.222806] Initializing cgroup subsys net_prio\n[ 0.224104] Initializing cgroup subsys hugetlb\n[ 0.225363] Initializing cgroup subsys pids\n[ 0.226609] CPU: Physical Processor ID: 0\n[ 0.228478] mce: CPU supports 10 MCE banks\n[ 0.229694] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.231149] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.246085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.252812] ftrace: allocating 31920 entries in 125 pages\n[ 0.278121] smpboot: Max logical packages: 1\n[ 0.279360] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.281356] x2apic enabled\n[ 0.282528] Switched APIC routing to physical x2apic.\n[ 0.285080] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.286708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.289594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.292233] KVM setup paravirtual spinlock\n[ 0.293904] x86: Booted up 1 node, 1 CPUs\n[ 0.295083] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.297076] devtmpfs: initialized\n[ 0.299117] evm: security.selinux\n[ 0.300145] evm: security.SMACK64\n[ 0.301174] evm: security.SMACK64EXEC\n[ 0.302278] evm: security.SMACK64TRANSMUTE\n[ 0.303482] evm: security.SMACK64MMAP\n[ 0.304578] evm: security.ima\n[ 0.305527] evm: security.capability\n[ 0.306676] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.309407] pinctrl core: initialized pinctrl subsystem\n[ 0.310993] RTC time: 7:31:17, date: 09/02/18\n[ 0.312369] NET: Registered protocol family 16\n[ 0.313805] cpuidle: using governor ladder\n[ 0.315050] cpuidle: using governor menu\n[ 0.316242] PCCT header not found.\n[ 0.317365] ACPI: bus type PCI registered\n[ 0.318572] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.320431] PCI: Using configuration type 1 for base access\n[ 0.322757] ACPI: Added _OSI(Module Device)\n[ 0.324032] ACPI: Added _OSI(Processor Device)\n[ 0.325328] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.326665] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.328946] ACPI: Interpreter enabled\n[ 0.330063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.332816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.335518] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.338239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.340936] ACPI: (supports S0 S5)\n[ 0.341979] ACPI: Using IOAPIC for interrupt routing\n[ 0.343370] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.347371] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.349064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.350891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.352639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.355879] acpiphp: Slot [3] registered\n[ 0.357058] acpiphp: Slot [4] registered\n[ 0.358236] acpiphp: Slot [5] registered\n[ 0.359449] acpiphp: Slot [6] registered\n[ 0.360647] acpiphp: Slot [7] registered\n[ 0.361857] acpiphp: Slot [8] registered\n[ 0.363053] acpiphp: Slot [9] registered\n[ 0.364252] acpiphp: Slot [10] registered\n[ 0.365477] acpiphp: Slot [11] registered\n[ 0.366703] acpiphp: Slot [12] registered\n[ 0.367932] acpiphp: Slot [13] registered\n[ 0.369154] acpiphp: Slot [14] registered\n[ 0.370366] acpiphp: Slot [15] registered\n[ 0.385970] acpiphp: Slot [16] registered\n[ 0.387162] acpiphp: Slot [17] registered\n[ 0.388363] acpiphp: Slot [18] registered\n[ 0.389547] acpiphp: Slot [19] registered\n[ 0.390731] acpiphp: Slot [20] registered\n[ 0.391933] acpiphp: Slot [21] registered\n[ 0.393121] acpiphp: Slot [22] registered\n[ 0.394325] acpiphp: Slot [23] registered\n[ 0.395513] acpiphp: Slot [24] registered\n[ 0.396703] acpiphp: Slot [25] registered\n[ 0.397908] acpiphp: Slot [26] registered\n[ 0.399098] acpiphp: Slot [27] registered\n[ 0.400295] acpiphp: Slot [28] registered\n[ 0.401498] acpiphp: Slot [29] registered\n[ 0.402682] acpiphp: Slot [30] registered\n[ 0.403886] acpiphp: Slot [31] registered\n[ 0.405076] PCI host bridge to bus 0000:00\n[ 0.406299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.408122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.409949] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.412154] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.414346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.416590] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.420736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.422611] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.424352] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.426216] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.430492] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.432539] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.453104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.455204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.457256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.459306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.461476] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.463335] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.465246] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.466842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.469187] vgaarb: loaded\n[ 0.470095] vgaarb: bridge control possible 0000:00:02.0\n[ 0.471904] SCSI subsystem initialized\n[ 0.473270] ACPI: bus type USB registered\n[ 0.474478] usbcore: registered new interface driver usbfs\n[ 0.476005] usbcore: registered new interface driver hub\n[ 0.477486] usbcore: registered new device driver usb\n[ 0.479083] PCI: Using ACPI for IRQ routing\n[ 0.480679] NetLabel: Initializing\n[ 0.481733] NetLabel: domain hash size = 128\n[ 0.482997] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484411] NetLabel: unlabeled traffic allowed by default\n[ 0.486103] clocksource: Switched to clocksource kvm-clock\n[ 0.496198] AppArmor: AppArmor Filesystem Enabled\n[ 0.497617] pnp: PnP ACPI init\n[ 0.498949] pnp: PnP ACPI: found 5 devices\n[ 0.505902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.508490] NET: Registered protocol family 2\n[ 0.510015] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.511966] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.513787] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.515608] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.517258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.519042] NET: Registered protocol family 1\n[ 0.520336] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.521949] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.523529] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.538255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.554885] Trying to unpack rootfs image as initramfs...\n[ 0.617272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.620051] Scanning for low memory corruption every 60 seconds\n[ 0.622148] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.623881] audit: initializing netlink subsys (disabled)\n[ 0.625441] audit: type=2000 audit(1535873477.724:1): initialized\n[ 0.627488] Initialise system trusted keyring\n[ 0.628950] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.630666] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.633519] zbud: loaded\n[ 0.634577] VFS: Disk quotas dquot_6.6.0\n[ 0.635793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.638132] fuse init (API version 7.23)\n[ 0.639446] Key type big_key registered\n[ 0.640640] Allocating IMA MOK and blacklist keyrings.\n[ 0.642418] Key type asymmetric registered\n[ 0.643640] Asymmetric key parser 'x509' registered\n[ 0.645064] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.647298] io scheduler noop registered\n[ 0.648474] io scheduler deadline registered (default)\n[ 0.649953] io scheduler cfq registered\n[ 0.651222] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.652768] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.654675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.656853] ACPI: Power Button [PWRF]\n[ 0.658149] GHES: HEST is not enabled!\n[ 0.672336] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.701624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.704714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.728515] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.731679] Linux agpgart interface v0.103\n[ 0.735124] brd: module loaded\n[ 0.737355] loop: module loaded\n[ 0.741931] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.744066] GPT:90111 != 2097151\n[ 0.745059] GPT:Alternate GPT header not at the end of the disk.\n[ 0.746662] GPT:90111 != 2097151\n[ 0.747661] GPT: Use GNU Parted to correct GPT errors.\n[ 0.749088] vda: vda1 vda15\n[ 0.750828] scsi host0: ata_piix\n[ 0.751953] scsi host1: ata_piix\n[ 0.753000] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.754773] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.757101] libphy: Fixed MDIO Bus: probed\n[ 0.758306] tun: Universal TUN/TAP device driver, 1.6\n[ 0.759699] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.762540] PPP generic driver version 2.4.2\n[ 0.763864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.765597] ehci-pci: EHCI PCI platform driver\n[ 0.766884] ehci-platform: EHCI generic platform driver\n[ 0.768334] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.769989] ohci-pci: OHCI PCI platform driver\n[ 0.771273] ohci-platform: OHCI generic platform driver\n[ 0.772725] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.787468] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.788930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.791079] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.792597] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.794329] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.796178] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.798354] usb usb1: Product: UHCI Host Controller\n[ 0.799766] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.801564] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.803033] hub 1-0:1.0: USB hub found\n[ 0.804193] hub 1-0:1.0: 2 ports detected\n[ 0.805561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.808640] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.810060] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.811566] mousedev: PS/2 mouse device common for all mice\n[ 0.813399] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.816083] rtc_cmos 00:00: RTC can wake from S4\n[ 0.817717] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.819469] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.821249] i2c /dev entries driver\n[ 0.822381] device-mapper: uevent: version 1.0.3\n[ 0.823777] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.826207] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.828183] NET: Registered protocol family 10\n[ 0.829842] NET: Registered protocol family 17\n[ 0.831165] Key type dns_resolver registered\n[ 0.832548] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.834175] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.836777] registered taskstats version 1\n[ 0.838052] Loading compiled-in X.509 certificates\n[ 0.840037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.842853] zswap: loaded using pool lzo/zbud\n[ 0.845029] Key type trusted registered\n[ 0.847323] Key type encrypted registered\n[ 0.848574] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.850160] ima: No TPM chip found, activating TPM-bypass!\n[ 0.851694] evm: HMAC attrs: 0x1\n[ 0.853068] Magic number: 2:386:520\n[ 0.854320] rtc_cmos 00:00: setting system clock to 2018-09-02 07:31:17 UTC (1535873477)\n[ 0.856692] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.858358] EDD information not available.\n[ 0.912113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.929247] Write protecting the kernel read-only data: 14336k\n[ 0.932341] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.934989] 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.984232] 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.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... done.\nStarting acpid: OK\nStarting network...\nudhcpc (v1.23.2) started\nSending discover...\nSending select for 192.168.120.18...\nLease of 192.168.120.18 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-0000000b\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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDQLNHsdxTTDtkB1yUJT1GQwk650T+/16OHiGHrvrfIwGTkdNJDd7zRIQXHTdN7Y+3vheSBj0RJYmToWm3eCnq0hVF67sBFF4BKj36HX2VtN8ZaM8aPUzXuyrOmXdO0jn2LPYiaJdyr2tvx0pO3fVdVP2oju4iAE/HPO4ANzOvbTOe0MPf3Kho9Fll13X3nCtIx9RN5jUZD/xsJldMC4Vuphco2cVLHDwqoh/EbFuuHzyH5CrXS9unTSS1hTY2Wcr0ALRLYQ9x0GkUHUgVTRPkOreqjS6NteWb7WcP13V1bBXOfUDZNnG1+TVXgqrUfTxVUkhhFmBGaK6BBpBwiEhyR root@vping-ssh-vm-09631d68-7f99-4d5e-95a9-53b2175eb386\nssh-dss AAAAB3NzaC1kc3MAAACBALc84dUxR/ZN1N6MoHB+7REyzFPyNRHfQJUoGnCynljathAWShpF5HOzqDnSES/ca7Szz1LPBAW1GOMe4C4T7HFOP5Q8ju8s1PKgbhXPq5SyuOg6w4IS4iHepSuaZ9S9ff5cx6lODZCFDxKcofAq61lGGJyiMzCVx4OE4S8mcb+5AAAAFQCs+s0NG9VI9voxUf3aZMw+g3GoqwAAAIAoD2MP7cYauotMggq6YlapMHoUUdbSw/Tt0ubx/vwyMd6taap5P/tx0Bil/PCg5DlnhzgpiwKKKRLSyo/WO9h91EKSsjXepxM22lcTao6h5g7oqDHRW7GoWoYShSsv1/SxX5k+ec2f1NxmVPHsZ+GeIVEIF7aykKrc4m1UdJvTgwAAAIAK92FSWbXXS+o7S2JOtDiA+Fu/p+OCXBHr1pLlqfBjnNo+VIJfQFulkiq+NGrU01nT9gtxG9og1wjFiiAo82/vSt+Nmt7SjdgPI4usaG6InqowKyR78PzRdYis7M9wKYj7v3wcTLUh1w3XpW3dvrSnXMX1JVQ6k834rtUIDnMOMg== root@vping-ssh-vm-09631d68-7f99-4d5e-95a9-53b2175eb386\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.18,24,fe80::f816:3eff:fe23:4af0/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.18 \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-0000000b\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-ssh-vm-09631d68-7f99-4d5e-95a9-53b2175eb386\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=5.64 ===\n/dev/root resized successfully [took 0.13s]\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-09631d68-7f99-4d5e-95a9-53b2175eb386 login: "} 2018-09-02 07:31:24,667 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377/action used request id req-5c32b217-0624-4b01-a628-57fba6294c23 2018-09-02 07:31:24,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.139185905457s 2018-09-02 07:31:24,668 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377/action used request id req-5c32b217-0624-4b01-a628-57fba6294c23 2018-09-02 07:31:24,669 - 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 525417550 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.196959] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.199366] pid_max: default: 32768 minimum: 301 [ 0.200673] ACPI: Core revision 20150930 [ 0.202408] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.204304] Security Framework initialized [ 0.205485] Yama: becoming mindful. [ 0.206543] AppArmor: AppArmor initialized [ 0.207789] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.209678] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.211507] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.213254] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.215234] Initializing cgroup subsys io [ 0.216426] Initializing cgroup subsys memory [ 0.217677] Initializing cgroup subsys devices [ 0.218952] Initializing cgroup subsys freezer [ 0.220224] Initializing cgroup subsys net_cls [ 0.221486] Initializing cgroup subsys perf_event [ 0.222806] Initializing cgroup subsys net_prio [ 0.224104] Initializing cgroup subsys hugetlb [ 0.225363] Initializing cgroup subsys pids [ 0.226609] CPU: Physical Processor ID: 0 [ 0.228478] mce: CPU supports 10 MCE banks [ 0.229694] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.231149] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.246085] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.252812] ftrace: allocating 31920 entries in 125 pages [ 0.278121] smpboot: Max logical packages: 1 [ 0.279360] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.281356] x2apic enabled [ 0.282528] Switched APIC routing to physical x2apic. [ 0.285080] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.286708] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.289594] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.292233] KVM setup paravirtual spinlock [ 0.293904] x86: Booted up 1 node, 1 CPUs [ 0.295083] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.297076] devtmpfs: initialized [ 0.299117] evm: security.selinux [ 0.300145] evm: security.SMACK64 [ 0.301174] evm: security.SMACK64EXEC [ 0.302278] evm: security.SMACK64TRANSMUTE [ 0.303482] evm: security.SMACK64MMAP [ 0.304578] evm: security.ima [ 0.305527] evm: security.capability [ 0.306676] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.309407] pinctrl core: initialized pinctrl subsystem [ 0.310993] RTC time: 7:31:17, date: 09/02/18 [ 0.312369] NET: Registered protocol family 16 [ 0.313805] cpuidle: using governor ladder [ 0.315050] cpuidle: using governor menu [ 0.316242] PCCT header not found. [ 0.317365] ACPI: bus type PCI registered [ 0.318572] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.320431] PCI: Using configuration type 1 for base access [ 0.322757] ACPI: Added _OSI(Module Device) [ 0.324032] ACPI: Added _OSI(Processor Device) [ 0.325328] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.326665] ACPI: Added _OSI(Processor Aggregator Device) [ 0.328946] ACPI: Interpreter enabled [ 0.330063] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.332816] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.335518] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.338239] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.340936] ACPI: (supports S0 S5) [ 0.341979] ACPI: Using IOAPIC for interrupt routing [ 0.343370] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.347371] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.349064] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.350891] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.352639] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.355879] acpiphp: Slot [3] registered [ 0.357058] acpiphp: Slot [4] registered [ 0.358236] acpiphp: Slot [5] registered [ 0.359449] acpiphp: Slot [6] registered [ 0.360647] acpiphp: Slot [7] registered [ 0.361857] acpiphp: Slot [8] registered [ 0.363053] acpiphp: Slot [9] registered [ 0.364252] acpiphp: Slot [10] registered [ 0.365477] acpiphp: Slot [11] registered [ 0.366703] acpiphp: Slot [12] registered [ 0.367932] acpiphp: Slot [13] registered [ 0.369154] acpiphp: Slot [14] registered [ 0.370366] acpiphp: Slot [15] registered [ 0.385970] acpiphp: Slot [16] registered [ 0.387162] acpiphp: Slot [17] registered [ 0.388363] acpiphp: Slot [18] registered [ 0.389547] acpiphp: Slot [19] registered [ 0.390731] acpiphp: Slot [20] registered [ 0.391933] acpiphp: Slot [21] registered [ 0.393121] acpiphp: Slot [22] registered [ 0.394325] acpiphp: Slot [23] registered [ 0.395513] acpiphp: Slot [24] registered [ 0.396703] acpiphp: Slot [25] registered [ 0.397908] acpiphp: Slot [26] registered [ 0.399098] acpiphp: Slot [27] registered [ 0.400295] acpiphp: Slot [28] registered [ 0.401498] acpiphp: Slot [29] registered [ 0.402682] acpiphp: Slot [30] registered [ 0.403886] acpiphp: Slot [31] registered [ 0.405076] PCI host bridge to bus 0000:00 [ 0.406299] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.408122] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.409949] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.412154] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.414346] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.416590] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.420736] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.422611] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.424352] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.426216] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.430492] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.432539] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.453104] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.455204] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.457256] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.459306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.461476] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.463335] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.465246] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.466842] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.469187] vgaarb: loaded [ 0.470095] vgaarb: bridge control possible 0000:00:02.0 [ 0.471904] SCSI subsystem initialized [ 0.473270] ACPI: bus type USB registered [ 0.474478] usbcore: registered new interface driver usbfs [ 0.476005] usbcore: registered new interface driver hub [ 0.477486] usbcore: registered new device driver usb [ 0.479083] PCI: Using ACPI for IRQ routing [ 0.480679] NetLabel: Initializing [ 0.481733] NetLabel: domain hash size = 128 [ 0.482997] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.484411] NetLabel: unlabeled traffic allowed by default [ 0.486103] clocksource: Switched to clocksource kvm-clock [ 0.496198] AppArmor: AppArmor Filesystem Enabled [ 0.497617] pnp: PnP ACPI init [ 0.498949] pnp: PnP ACPI: found 5 devices [ 0.505902] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.508490] NET: Registered protocol family 2 [ 0.510015] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.511966] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.513787] TCP: Hash tables configured (established 4096 bind 4096) [ 0.515608] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.517258] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.519042] NET: Registered protocol family 1 [ 0.520336] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.521949] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.523529] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.538255] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.554885] Trying to unpack rootfs image as initramfs... [ 0.617272] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.620051] Scanning for low memory corruption every 60 seconds [ 0.622148] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.623881] audit: initializing netlink subsys (disabled) [ 0.625441] audit: type=2000 audit(1535873477.724:1): initialized [ 0.627488] Initialise system trusted keyring [ 0.628950] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.630666] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.633519] zbud: loaded [ 0.634577] VFS: Disk quotas dquot_6.6.0 [ 0.635793] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.638132] fuse init (API version 7.23) [ 0.639446] Key type big_key registered [ 0.640640] Allocating IMA MOK and blacklist keyrings. [ 0.642418] Key type asymmetric registered [ 0.643640] Asymmetric key parser 'x509' registered [ 0.645064] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.647298] io scheduler noop registered [ 0.648474] io scheduler deadline registered (default) [ 0.649953] io scheduler cfq registered [ 0.651222] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.652768] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.654675] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.656853] ACPI: Power Button [PWRF] [ 0.658149] GHES: HEST is not enabled! [ 0.672336] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.701624] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.704714] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.728515] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.731679] Linux agpgart interface v0.103 [ 0.735124] brd: module loaded [ 0.737355] loop: module loaded [ 0.741931] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.744066] GPT:90111 != 2097151 [ 0.745059] GPT:Alternate GPT header not at the end of the disk. [ 0.746662] GPT:90111 != 2097151 [ 0.747661] GPT: Use GNU Parted to correct GPT errors. [ 0.749088] vda: vda1 vda15 [ 0.750828] scsi host0: ata_piix [ 0.751953] scsi host1: ata_piix [ 0.753000] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.754773] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.757101] libphy: Fixed MDIO Bus: probed [ 0.758306] tun: Universal TUN/TAP device driver, 1.6 [ 0.759699] tun: (C) 1999-2004 Max Krasnyansky [ 0.762540] PPP generic driver version 2.4.2 [ 0.763864] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.765597] ehci-pci: EHCI PCI platform driver [ 0.766884] ehci-platform: EHCI generic platform driver [ 0.768334] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.769989] ohci-pci: OHCI PCI platform driver [ 0.771273] ohci-platform: OHCI generic platform driver [ 0.772725] uhci_hcd: USB Universal Host Controller Interface driver [ 0.787468] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.788930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.791079] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.792597] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.794329] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.796178] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.798354] usb usb1: Product: UHCI Host Controller [ 0.799766] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.801564] usb usb1: SerialNumber: 0000:00:01.2 [ 0.803033] hub 1-0:1.0: USB hub found [ 0.804193] hub 1-0:1.0: 2 ports detected [ 0.805561] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.808640] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.810060] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.811566] mousedev: PS/2 mouse device common for all mice [ 0.813399] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.816083] rtc_cmos 00:00: RTC can wake from S4 [ 0.817717] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.819469] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.821249] i2c /dev entries driver [ 0.822381] device-mapper: uevent: version 1.0.3 [ 0.823777] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.826207] ledtrig-cpu: registered to indicate activity on CPUs [ 0.828183] NET: Registered protocol family 10 [ 0.829842] NET: Registered protocol family 17 [ 0.831165] Key type dns_resolver registered [ 0.832548] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.834175] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.836777] registered taskstats version 1 [ 0.838052] Loading compiled-in X.509 certificates [ 0.840037] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.842853] zswap: loaded using pool lzo/zbud [ 0.845029] Key type trusted registered [ 0.847323] Key type encrypted registered [ 0.848574] AppArmor: AppArmor sha1 policy hashing enabled [ 0.850160] ima: No TPM chip found, activating TPM-bypass! [ 0.851694] evm: HMAC attrs: 0x1 [ 0.853068] Magic number: 2:386:520 [ 0.854320] rtc_cmos 00:00: setting system clock to 2018-09-02 07:31:17 UTC (1535873477) [ 0.856692] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.858358] EDD information not available. [ 0.912113] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.929247] Write protecting the kernel read-only data: 14336k [ 0.932341] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.934989] 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.984232] 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.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... done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.18... Lease of 192.168.120.18 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-0000000b 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDQLNHsdxTTDtkB1yUJT1GQwk650T+/16OHiGHrvrfIwGTkdNJDd7zRIQXHTdN7Y+3vheSBj0RJYmToWm3eCnq0hVF67sBFF4BKj36HX2VtN8ZaM8aPUzXuyrOmXdO0jn2LPYiaJdyr2tvx0pO3fVdVP2oju4iAE/HPO4ANzOvbTOe0MPf3Kho9Fll13X3nCtIx9RN5jUZD/xsJldMC4Vuphco2cVLHDwqoh/EbFuuHzyH5CrXS9unTSS1hTY2Wcr0ALRLYQ9x0GkUHUgVTRPkOreqjS6NteWb7WcP13V1bBXOfUDZNnG1+TVXgqrUfTxVUkhhFmBGaK6BBpBwiEhyR root@vping-ssh-vm-09631d68-7f99-4d5e-95a9-53b2175eb386 ssh-dss AAAAB3NzaC1kc3MAAACBALc84dUxR/ZN1N6MoHB+7REyzFPyNRHfQJUoGnCynljathAWShpF5HOzqDnSES/ca7Szz1LPBAW1GOMe4C4T7HFOP5Q8ju8s1PKgbhXPq5SyuOg6w4IS4iHepSuaZ9S9ff5cx6lODZCFDxKcofAq61lGGJyiMzCVx4OE4S8mcb+5AAAAFQCs+s0NG9VI9voxUf3aZMw+g3GoqwAAAIAoD2MP7cYauotMggq6YlapMHoUUdbSw/Tt0ubx/vwyMd6taap5P/tx0Bil/PCg5DlnhzgpiwKKKRLSyo/WO9h91EKSsjXepxM22lcTao6h5g7oqDHRW7GoWoYShSsv1/SxX5k+ec2f1NxmVPHsZ+GeIVEIF7aykKrc4m1UdJvTgwAAAIAK92FSWbXXS+o7S2JOtDiA+Fu/p+OCXBHr1pLlqfBjnNo+VIJfQFulkiq+NGrU01nT9gtxG9og1wjFiiAo82/vSt+Nmt7SjdgPI4usaG6InqowKyR78PzRdYis7M9wKYj7v3wcTLUh1w3XpW3dvrSnXMX1JVQ6k834rtUIDnMOMg== root@vping-ssh-vm-09631d68-7f99-4d5e-95a9-53b2175eb386 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.18,24,fe80::f816:3eff:fe23:4af0/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.18 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-0000000b name: N/A availability-zone: nova local-hostname: vping-ssh-vm-09631d68-7f99-4d5e-95a9-53b2175eb386 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=5.64 === /dev/root resized successfully [took 0.13s] ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-ssh-vm-09631d68-7f99-4d5e-95a9-53b2175eb386 login: 2018-09-02 07:31:24,907 - paramiko.transport - DEBUG - starting thread (client mode): 0xcbb79f90L 2018-09-02 07:31:24,907 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 07:31:24,987 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 07:31:24,988 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 07:31:24,989 - 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 07:31:24,989 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 07:31:24,989 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 07:31:24,989 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 07:31:24,990 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 07:31:24,990 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 07:31:25,045 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 07:31:25,045 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 07:31:25,071 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.203: 278fdc037feebe3b9d0928a4015e010b 2018-09-02 07:31:25,072 - paramiko.transport - DEBUG - Trying discovered key 22259fd5989a007390633f6e07a21ffa in /tmp/tmpORPmKJ 2018-09-02 07:31:25,087 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 07:31:25,093 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 07:31:25,105 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 07:31:25,105 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 07:31:25,106 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 07:31:25,107 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 07:31:25,109 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 07:31:25,109 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - output: PING 192.168.120.11 (192.168.120.11): 56 data bytes 64 bytes from 192.168.120.11: seq=0 ttl=64 time=0.519 ms --- 192.168.120.11 ping statistics --- 1 packets transmitted, 1 packets received, 0% packet loss round-trip min/avg/max = 0.519/0.519/0.519 ms 2018-09-02 07:31:25,110 - functest.opnfv_tests.openstack.vping.vping_ssh - INFO - error: 2018-09-02 07:31:25,115 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 07:31:25,234 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:31:25,234 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vping_ssh | functest | 00:56 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 07:31:25,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 07:31:25,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:25,610 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:31: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-ea13f041-1652-4e5e-8524-d4ce0c0a6787 x-compute-request-id: req-ea13f041-1652-4e5e-8524-d4ce0c0a6787 Content-Type: application/json 2018-09-02 07:31:25,610 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e used request id req-ea13f041-1652-4e5e-8524-d4ce0c0a6787 2018-09-02 07:31:25,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.370481014252s 2018-09-02 07:31:25,610 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e used request id req-ea13f041-1652-4e5e-8524-d4ce0c0a6787 2018-09-02 07:31:25,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:25,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:26,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31: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-e4ea5713-38f0-432e-9516-921ad095b3bd x-compute-request-id: req-e4ea5713-38f0-432e-9516-921ad095b3bd Content-Encoding: gzip Content-Length: 862 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:4a:f0", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:4a:f0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:16.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:16Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "name": "vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:31:09Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:7a:26", "version": 4, "addr": "192.168.120.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e34742a9-1764-40ed-912c-f340c6841d8e", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:02.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "e34742a9-1764-40ed-912c-f340c6841d8e", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:25Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_ssh-vm2_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:30:53Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:26,431 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e4ea5713-38f0-432e-9516-921ad095b3bd 2018-09-02 07:31:26,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.820550203323s 2018-09-02 07:31:26,432 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e4ea5713-38f0-432e-9516-921ad095b3bd 2018-09-02 07:31:26,434 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:31:28,437 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:28,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:29,814 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-728115d5-5b99-4857-8cc7-6230a23460dd x-compute-request-id: req-728115d5-5b99-4857-8cc7-6230a23460dd Content-Encoding: gzip Content-Length: 764 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:4a:f0", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:4a:f0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:16.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:16Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "name": "vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:31:09Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:29,814 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-728115d5-5b99-4857-8cc7-6230a23460dd 2018-09-02 07:31:29,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.37738204002s 2018-09-02 07:31:29,815 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-728115d5-5b99-4857-8cc7-6230a23460dd 2018-09-02 07:31:29,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 07:31:29,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/a4345319-61b7-4e59-b3aa-8925299dd4ea.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:31,454 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-3832dcf0-4a98-4519-8d19-4e7f7fe5872e Content-Length: 0 Date: Sun, 02 Sep 2018 07:31:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:31:31,454 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/a4345319-61b7-4e59-b3aa-8925299dd4ea.json used request id req-3832dcf0-4a98-4519-8d19-4e7f7fe5872e 2018-09-02 07:31:31,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.6354868412s 2018-09-02 07:31:31,454 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/a4345319-61b7-4e59-b3aa-8925299dd4ea.json used request id req-3832dcf0-4a98-4519-8d19-4e7f7fe5872e 2018-09-02 07:31:31,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:31:31,460 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:31,511 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c5862a3b-4d68-434c-9a8e-0bf061bea782 Date: Sun, 02 Sep 2018 07:31:31 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:31:31,511 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-c5862a3b-4d68-434c-9a8e-0bf061bea782 2018-09-02 07:31:31,511 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0518608093262s 2018-09-02 07:31:31,512 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-c5862a3b-4d68-434c-9a8e-0bf061bea782 2018-09-02 07:31:31,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 07:31:31,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:31,681 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-1dc2563d-d4cc-4be7-931f-151a6292eb73 x-compute-request-id: req-1dc2563d-d4cc-4be7-931f-151a6292eb73 Content-Type: application/json 2018-09-02 07:31:31,681 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377 used request id req-1dc2563d-d4cc-4be7-931f-151a6292eb73 2018-09-02 07:31:31,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.168616771698s 2018-09-02 07:31:31,681 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377 used request id req-1dc2563d-d4cc-4be7-931f-151a6292eb73 2018-09-02 07:31:31,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:31,684 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:32,424 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-e09a5257-20dc-49fd-9f8c-5115b01a036a x-compute-request-id: req-e09a5257-20dc-49fd-9f8c-5115b01a036a Content-Encoding: gzip Content-Length: 768 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:4a:f0", "version": 4, "addr": "192.168.120.18", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:23:4a:f0", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "rel": "bookmark"}], "image": {"id": "60956b9e-b617-411c-8e16-4171210b4d14", "links": [{"href": "http://172.30.9.25:8774/images/60956b9e-b617-411c-8e16-4171210b4d14", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:31:16.000000", "flavor": {"id": "d72573fb-63f9-4f77-88c3-4c35ac129089", "links": [{"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "bookmark"}]}, "id": "d9a8c582-1c36-4ed8-9f79-c7b2093fd377", "security_groups": [{"name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}], "user_id": "269e2d934a224b278b5a49eb40168517", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:31:31Z", "hostId": "662b56d1a2efc48efcc3cb6d2107003d5704562a1fa34063f5aa2c21", "OS-SRV-USG:terminated_at": null, "key_name": "vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386", "name": "vping_ssh-vm_09631d68-7f99-4d5e-95a9-53b2175eb386", "created": "2018-09-02T07:31:09Z", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:31:32,424 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e09a5257-20dc-49fd-9f8c-5115b01a036a 2018-09-02 07:31:32,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.742072105408s 2018-09-02 07:31:32,424 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e09a5257-20dc-49fd-9f8c-5115b01a036a 2018-09-02 07:31:32,426 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:31:34,428 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:31:34,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:34,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31: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-b35697e1-7d0a-4fa5-9868-22bee15be465 x-compute-request-id: req-b35697e1-7d0a-4fa5-9868-22bee15be465 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 07:31:34,515 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b35697e1-7d0a-4fa5-9868-22bee15be465 2018-09-02 07:31:34,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0865888595581s 2018-09-02 07:31:34,515 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b35697e1-7d0a-4fa5-9868-22bee15be465 2018-09-02 07:31:34,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:31:34,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:34,799 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4831 X-Openstack-Request-Id: req-4699cd2c-3f0c-4bc7-ab8a-3e38bfb1eb61 Date: Sun, 02 Sep 2018 07:31:34 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:30Z", "updated_at": "2018-09-02T07:30:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "52c6fd44-9f26-4d1b-b95d-d4770da5d363", "remote_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "dd844d98-7f27-496e-ab9e-ef675fcf342b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "dd932fde-acda-457c-baad-766feec78623", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "e20e94ee-276e-4e0b-b6bb-ed50773b0dcc", "remote_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}], "revision_number": 1, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "name": "default"}, {"description": "created by OPNFV Functest (vping_ssh)", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:45Z", "updated_at": "2018-09-02T07:30:46Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "2cd3cc53-43a4-4dcf-9bcc-9b150634e235", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": 22, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:46Z", "revision_number": 0, "id": "56e206c9-e3e1-4db8-b2f2-ab780a3e7186", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:46Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "763c419e-1396-437f-83db-127bc09d515b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:45Z", "revision_number": 0, "id": "b1dba2ff-459e-4766-a2b0-a3e583c0ff13", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:45Z", "security_group_id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}], "revision_number": 3, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "ac78c04a-c19a-46b1-b1cb-fd546fcba31a", "name": "vping_ssh-sg_09631d68-7f99-4d5e-95a9-53b2175eb386"}]} 2018-09-02 07:31:34,799 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4699cd2c-3f0c-4bc7-ab8a-3e38bfb1eb61 2018-09-02 07:31:34,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.28080201149s 2018-09-02 07:31:34,800 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4699cd2c-3f0c-4bc7-ab8a-3e38bfb1eb61 2018-09-02 07:31:34,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 07:31:34,804 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/ac78c04a-c19a-46b1-b1cb-fd546fcba31a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:34,982 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-de57fef1-f965-456b-bcb9-fd418d269033 Content-Length: 0 Date: Sun, 02 Sep 2018 07:31:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:31:34,982 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/ac78c04a-c19a-46b1-b1cb-fd546fcba31a.json used request id req-de57fef1-f965-456b-bcb9-fd418d269033 2018-09-02 07:31:34,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.178972005844s 2018-09-02 07:31:34,983 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/ac78c04a-c19a-46b1-b1cb-fd546fcba31a.json used request id req-de57fef1-f965-456b-bcb9-fd418d269033 2018-09-02 07:31:34,983 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 07:31:34,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:35,022 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-f829d366-0138-44e3-862b-b5c07f6cf205 x-compute-request-id: req-f829d366-0138-44e3-862b-b5c07f6cf205 Content-Length: 0 Content-Type: application/json 2018-09-02 07:31:35,022 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386 used request id req-f829d366-0138-44e3-862b-b5c07f6cf205 2018-09-02 07:31:35,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0392949581146s 2018-09-02 07:31:35,023 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vping_ssh-kp_09631d68-7f99-4d5e-95a9-53b2175eb386 used request id req-f829d366-0138-44e3-862b-b5c07f6cf205 2018-09-02 07:31:35,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:31:35,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609/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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" -d '{"subnet_id": "88df7a5c-a679-45a4-adb6-ed5b5887ca09"}' 2018-09-02 07:31:37,632 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-33715f8f-8165-449f-9cc1-4b6a068b98e5 Date: Sun, 02 Sep 2018 07:31:37 GMT RESP BODY: {"network_id": "54c2da04-485c-4c12-a338-b7fa5e67df0c", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "subnet_id": "88df7a5c-a679-45a4-adb6-ed5b5887ca09", "subnet_ids": ["88df7a5c-a679-45a4-adb6-ed5b5887ca09"], "port_id": "472964ac-ddbf-41e3-b0d5-c8f61a898710", "id": "6eea1998-9878-4080-bb95-1f49da7e4609"} 2018-09-02 07:31:37,632 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609/remove_router_interface.json used request id req-33715f8f-8165-449f-9cc1-4b6a068b98e5 2018-09-02 07:31:37,633 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.60949397087s 2018-09-02 07:31:37,633 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609/remove_router_interface.json used request id req-33715f8f-8165-449f-9cc1-4b6a068b98e5 returning object 6eea1998-9878-4080-bb95-1f49da7e4609 2018-09-02 07:31:37,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:31:37,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:38,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 705 X-Openstack-Request-Id: req-3f9fd8b6-38b9-4d17-9a43-21b1efe2ef5b Date: Sun, 02 Sep 2018 07:31:38 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.202"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:32Z", "admin_state_up": true, "updated_at": "2018-09-02T07:31:36Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "6eea1998-9878-4080-bb95-1f49da7e4609", "name": "vping_ssh-router_09631d68-7f99-4d5e-95a9-53b2175eb386"}]} 2018-09-02 07:31:38,021 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3f9fd8b6-38b9-4d17-9a43-21b1efe2ef5b 2018-09-02 07:31:38,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.387263059616s 2018-09-02 07:31:38,021 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3f9fd8b6-38b9-4d17-9a43-21b1efe2ef5b 2018-09-02 07:31:38,022 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:31:38,023 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:42,004 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28940dbd-6e4a-45dc-b682-892e5797f0f2 Content-Length: 0 Date: Sun, 02 Sep 2018 07:31:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:31:42,004 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609.json used request id req-28940dbd-6e4a-45dc-b682-892e5797f0f2 2018-09-02 07:31:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.98204398155s 2018-09-02 07:31:42,005 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/6eea1998-9878-4080-bb95-1f49da7e4609.json used request id req-28940dbd-6e4a-45dc-b682-892e5797f0f2 2018-09-02 07:31:42,005 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:31:42,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:42,050 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-11b3036b-7dd5-4900-9bbb-6553f8af38f5 Date: Sun, 02 Sep 2018 07:31:42 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:31Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:30:31Z","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":"2efd5b0ab4434dca92647eb18582a3f6","id":"88df7a5c-a679-45a4-adb6-ed5b5887ca09","subnetpool_id":null,"name":"vping_ssh-subnet_09631d68-7f99-4d5e-95a9-53b2175eb386"}]} 2018-09-02 07:31:42,050 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-11b3036b-7dd5-4900-9bbb-6553f8af38f5 2018-09-02 07:31:42,050 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0446908473969s 2018-09-02 07:31:42,050 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-11b3036b-7dd5-4900-9bbb-6553f8af38f5 2018-09-02 07:31:42,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:31:42,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/88df7a5c-a679-45a4-adb6-ed5b5887ca09.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:44,736 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b473cb3d-a027-49b4-8b9a-ef6d774fab7b Date: Sun, 02 Sep 2018 07:31:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:31:44,736 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/88df7a5c-a679-45a4-adb6-ed5b5887ca09.json used request id req-b473cb3d-a027-49b4-8b9a-ef6d774fab7b 2018-09-02 07:31:44,736 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.68407297134s 2018-09-02 07:31:44,736 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/88df7a5c-a679-45a4-adb6-ed5b5887ca09.json used request id req-b473cb3d-a027-49b4-8b9a-ef6d774fab7b 2018-09-02 07:31:44,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:31:44,737 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:44,839 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1236 X-Openstack-Request-Id: req-f198019b-1a69-442e-aa39-c9eb73279bd3 Date: Sun, 02 Sep 2018 07:31:45 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"54c2da04-485c-4c12-a338-b7fa5e67df0c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"2efd5b0ab4434dca92647eb18582a3f6","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:31:44Z","qos_policy_id":null,"name":"vping_ssh-net_09631d68-7f99-4d5e-95a9-53b2175eb386","admin_state_up":true,"tenant_id":"2efd5b0ab4434dca92647eb18582a3f6","created_at":"2018-09-02T07:30:30Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:31:44,839 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f198019b-1a69-442e-aa39-c9eb73279bd3 2018-09-02 07:31:44,839 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102277994156s 2018-09-02 07:31:44,839 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f198019b-1a69-442e-aa39-c9eb73279bd3 2018-09-02 07:31:44,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:31:44,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/54c2da04-485c-4c12-a338-b7fa5e67df0c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:45,887 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-af0c5f6f-c199-40b8-8172-7334b127b160 Date: Sun, 02 Sep 2018 07:31:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:31:45,887 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/54c2da04-485c-4c12-a338-b7fa5e67df0c.json used request id req-af0c5f6f-c199-40b8-8172-7334b127b160 2018-09-02 07:31:45,887 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.04640698433s 2018-09-02 07:31:45,887 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/54c2da04-485c-4c12-a338-b7fa5e67df0c.json used request id req-af0c5f6f-c199-40b8-8172-7334b127b160 2018-09-02 07:31:45,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:31:45,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:46,177 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-f999e082-3e97-4d1c-bcfd-a3fb2d56339b Date: Sun, 02 Sep 2018 07:31:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:30:43Z", "file": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14/file", "owner": "2efd5b0ab4434dca92647eb18582a3f6", "id": "60956b9e-b617-411c-8e16-4171210b4d14", "size": 12716032, "self": "/v2/images/60956b9e-b617-411c-8e16-4171210b4d14", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/60956b9e-b617-411c-8e16-4171210b4d14/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_ssh-img_09631d68-7f99-4d5e-95a9-53b2175eb386", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:30:42Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:31:46,177 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f999e082-3e97-4d1c-bcfd-a3fb2d56339b 2018-09-02 07:31:46,178 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285936117172s 2018-09-02 07:31:46,178 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f999e082-3e97-4d1c-bcfd-a3fb2d56339b 2018-09-02 07:31:46,179 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:31:46,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/60956b9e-b617-411c-8e16-4171210b4d14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}578f2315e07a09106635c3aa3ce5a9f074cfa54b" 2018-09-02 07:31:46,872 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fc234dc3-69ea-4ac2-8ed2-692e122d0ae3 Date: Sun, 02 Sep 2018 07: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 07:31:46,872 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/60956b9e-b617-411c-8e16-4171210b4d14 used request id req-fc234dc3-69ea-4ac2-8ed2-692e122d0ae3 2018-09-02 07:31:46,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.693141937256s 2018-09-02 07:31:46,873 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/60956b9e-b617-411c-8e16-4171210b4d14 used request id req-fc234dc3-69ea-4ac2-8ed2-692e122d0ae3 2018-09-02 07:31:46,873 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:31:46,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:31:47,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31: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-f875001c-f000-4acc-a4dd-07dd099e9cc3 x-compute-request-id: req-f875001c-f000-4acc-a4dd-07dd099e9cc3 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_ssh-flavor_09631d68-7f99-4d5e-95a9-53b2175eb386", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089", "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": "d72573fb-63f9-4f77-88c3-4c35ac129089"}]} 2018-09-02 07:31:47,026 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f875001c-f000-4acc-a4dd-07dd099e9cc3 2018-09-02 07:31:47,026 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.152598142624s 2018-09-02 07:31:47,026 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f875001c-f000-4acc-a4dd-07dd099e9cc3 2018-09-02 07:31:47,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:31:47,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:31:47,075 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07: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-b0aa8980-5c01-4a95-b226-5dcff8199eb7 x-compute-request-id: req-b0aa8980-5c01-4a95-b226-5dcff8199eb7 Content-Length: 0 Content-Type: application/json 2018-09-02 07:31:47,075 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089 used request id req-b0aa8980-5c01-4a95-b226-5dcff8199eb7 2018-09-02 07:31:47,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0479228496552s 2018-09-02 07:31:47,076 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d72573fb-63f9-4f77-88c3-4c35ac129089 used request id req-b0aa8980-5c01-4a95-b226-5dcff8199eb7 2018-09-02 07:31:47,076 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:31:47,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:31:47,287 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b26887e-3174-4843-9a9b-a7a1b79897a0 Content-Encoding: gzip Content-Length: 844 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386", "links": {"self": "http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "269e2d934a224b278b5a49eb40168517", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:31:47,287 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-2b26887e-3174-4843-9a9b-a7a1b79897a0 2018-09-02 07:31:47,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210652112961s 2018-09-02 07:31:47,288 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-2b26887e-3174-4843-9a9b-a7a1b79897a0 2018-09-02 07:31:47,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:31:47,297 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:31:47,501 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a715bb5-a7cf-4fab-874f-f27533bb1e6f Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "vping_ssh-user_09631d68-7f99-4d5e-95a9-53b2175eb386", "links": {"self": "http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "269e2d934a224b278b5a49eb40168517", "description": null}} 2018-09-02 07:31:47,501 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517 used request id req-7a715bb5-a7cf-4fab-874f-f27533bb1e6f 2018-09-02 07:31:47,501 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207683801651s 2018-09-02 07:31:47,501 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517 used request id req-7a715bb5-a7cf-4fab-874f-f27533bb1e6f 2018-09-02 07:31:47,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 07:31:47,505 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:31:47,842 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:31:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-18627a28-586e-45d7-8180-841c16abe1a4 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 07:31:47,842 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517 used request id req-18627a28-586e-45d7-8180-841c16abe1a4 2018-09-02 07:31:47,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.340432167053s 2018-09-02 07:31:47,843 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/269e2d934a224b278b5a49eb40168517 used request id req-18627a28-586e-45d7-8180-841c16abe1a4 2018-09-02 07:31:47,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:31:47,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:31:48,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-de51d358-16b5-40fd-9199-b37b0302c3f7 Content-Encoding: gzip Content-Length: 386 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_ssh", "links": {"self": "http://172.30.9.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6"}, "tags": [], "enabled": true, "id": "2efd5b0ab4434dca92647eb18582a3f6", "parent_id": "default", "domain_id": "default", "name": "vping_ssh-project_09631d68-7f99-4d5e-95a9-53b2175eb386"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:31:48,038 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-de51d358-16b5-40fd-9199-b37b0302c3f7 2018-09-02 07:31:48,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.189465045929s 2018-09-02 07:31:48,039 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-de51d358-16b5-40fd-9199-b37b0302c3f7 2018-09-02 07:31:48,043 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 07:31:48,046 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}580a10beae5925a370cbdcb3925633ec72870b20" 2018-09-02 07:31:48,288 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:31:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a85d49e7-5785-4110-9e6a-08196a0c4ce2 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 07:31:48,288 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6 used request id req-a85d49e7-5785-4110-9e6a-08196a0c4ce2 2018-09-02 07:31:48,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.244740962982s 2018-09-02 07:31:48,288 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/2efd5b0ab4434dca92647eb18582a3f6 used request id req-a85d49e7-5785-4110-9e6a-08196a0c4ce2 2018-09-02 07:31:48,344 - xtesting.ci.run_tests - INFO - Loading test case 'vping_userdata'... 2018-09-02 07:31:48,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:31:48,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:31:48,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:31:48,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:31:48,385 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:31:48,386 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:31:48,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:31:48,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:31:48,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:31:48,387 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:31:48,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:31:48,393 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d173158f-7291-4d25-933a-8e1bae224540 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:31:48,393 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d173158f-7291-4d25-933a-8e1bae224540 2018-09-02 07:31:48,394 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:31:48,798 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:31:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["IG2tQpAnSGOETUHrjRtNBg"], "issued_at": "2018-09-02T07:31:48.000000Z"}} 2018-09-02 07:31:48,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:31:48,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:49,135 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-2cf2b73c-aec8-4ed8-a0be-3e17d8042aca Date: Sun, 02 Sep 2018 07:31:49 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:31:49,136 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2cf2b73c-aec8-4ed8-a0be-3e17d8042aca 2018-09-02 07:31:49,136 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.334985971451s 2018-09-02 07:31:49,136 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2cf2b73c-aec8-4ed8-a0be-3e17d8042aca 2018-09-02 07:31:49,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:31:49,145 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:31:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f6d237d6-f6bb-4ef3-b2c6-ec58089ad48f 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:31:49,145 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-f6d237d6-f6bb-4ef3-b2c6-ec58089ad48f 2018-09-02 07:31:49,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:31:49,149 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:49,346 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7a7f74d5-f2ae-4974-8757-191bfc00ce6d Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:31:49,346 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-7a7f74d5-f2ae-4974-8757-191bfc00ce6d 2018-09-02 07:31:49,346 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.20038318634s 2018-09-02 07:31:49,347 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-7a7f74d5-f2ae-4974-8757-191bfc00ce6d 2018-09-02 07:31:49,353 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:31:49,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" -d '{"project": {"description": "Created by OPNFV Functest: vping_userdata", "enabled": true, "domain_id": "default", "name": "vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}}' 2018-09-02 07:31:49,629 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:31:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b92c2de-e6a4-4a50-8ef1-2b0b92cbdcb5 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.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4"}, "tags": [], "enabled": true, "id": "19adee25ec2146eeaad8f65550faa0b4", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}} 2018-09-02 07:31:49,629 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-8b92c2de-e6a4-4a50-8ef1-2b0b92cbdcb5 2018-09-02 07:31:49,629 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.2753469944s 2018-09-02 07:31:49,629 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-8b92c2de-e6a4-4a50-8ef1-2b0b92cbdcb5 2018-09-02 07:31:49,630 - 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'19adee25ec2146eeaad8f65550faa0b4', '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_c229e401-5ff2-4689-ab8b-f43bec29f2f9'}) 2018-09-02 07:31:49,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:31:49,640 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d6b5a794-ac81-4855-a4cc-396ee642a8f0", "email": null, "name": "vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}}' 2018-09-02 07:31:50,133 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:31:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc40d085-6763-4afd-8e2f-7cf128c09995 Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "links": {"self": "http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "565fa1d3a24d43cf840bf687c6345964", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:31:50,133 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-bc40d085-6763-4afd-8e2f-7cf128c09995 2018-09-02 07:31:50,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.497445106506s 2018-09-02 07:31:50,134 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-bc40d085-6763-4afd-8e2f-7cf128c09995 2018-09-02 07:31:50,134 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'565fa1d3a24d43cf840bf687c6345964', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9'}) 2018-09-02 07:31:50,138 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:31:50,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:50,330 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-959f93ec-ffda-4331-bd25-f999e09d1500 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:31:50,330 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-959f93ec-ffda-4331-bd25-f999e09d1500 2018-09-02 07:31:50,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192378997803s 2018-09-02 07:31:50,331 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-959f93ec-ffda-4331-bd25-f999e09d1500 2018-09-02 07:31:50,336 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:31:50,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:50,514 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-deff03d1-5cb7-4afe-9ef1-88a7bd026186 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:31:50,514 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-deff03d1-5cb7-4afe-9ef1-88a7bd026186 2018-09-02 07:31:50,515 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178832054138s 2018-09-02 07:31:50,515 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-deff03d1-5cb7-4afe-9ef1-88a7bd026186 2018-09-02 07:31:50,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:31:50,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:50,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-672892cd-6598-4a01-a67f-289bda7e5d16 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:31:50,708 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-672892cd-6598-4a01-a67f-289bda7e5d16 2018-09-02 07:31:50,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189246892929s 2018-09-02 07:31:50,709 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-672892cd-6598-4a01-a67f-289bda7e5d16 2018-09-02 07:31:50,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:31:50,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:50,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42ed844f-b74b-437f-b1b1-0d66ec160766 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:31:50,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-42ed844f-b74b-437f-b1b1-0d66ec160766 2018-09-02 07:31:50,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195259094238s 2018-09-02 07:31:50,909 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-42ed844f-b74b-437f-b1b1-0d66ec160766 2018-09-02 07:31:50,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:31:50,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:51,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-42114829-6c26-4bd5-8cc6-0a355b28f4af Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "links": {"self": "http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "565fa1d3a24d43cf840bf687c6345964", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:31:51,115 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-42114829-6c26-4bd5-8cc6-0a355b28f4af 2018-09-02 07:31:51,115 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204633951187s 2018-09-02 07:31:51,115 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-42114829-6c26-4bd5-8cc6-0a355b28f4af 2018-09-02 07:31:51,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:31:51,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:51,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5e9cd98-87b2-4aba-99b7-963fe891ffa8 Content-Encoding: gzip Content-Length: 395 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4"}, "tags": [], "enabled": true, "id": "19adee25ec2146eeaad8f65550faa0b4", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}]} 2018-09-02 07:31:51,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-f5e9cd98-87b2-4aba-99b7-963fe891ffa8 2018-09-02 07:31:51,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193593978882s 2018-09-02 07:31:51,321 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-f5e9cd98-87b2-4aba-99b7-963fe891ffa8 2018-09-02 07:31:51,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:31:51,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=565fa1d3a24d43cf840bf687c6345964&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=19adee25ec2146eeaad8f65550faa0b4" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:51,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-508e1722-075e-4142-9b92-64304686ca84 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=565fa1d3a24d43cf840bf687c6345964&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=19adee25ec2146eeaad8f65550faa0b4", "previous": null, "next": null}} 2018-09-02 07:31:51,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=565fa1d3a24d43cf840bf687c6345964&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=19adee25ec2146eeaad8f65550faa0b4 used request id req-508e1722-075e-4142-9b92-64304686ca84 2018-09-02 07:31:51,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109800100327s 2018-09-02 07:31:51,438 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=565fa1d3a24d43cf840bf687c6345964&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=19adee25ec2146eeaad8f65550faa0b4 used request id req-508e1722-075e-4142-9b92-64304686ca84 2018-09-02 07:31:51,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:31:51,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4/users/565fa1d3a24d43cf840bf687c6345964/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:31:51,631 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:31:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-46f0be30-365f-44b8-b8c7-c122e2223946 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 07:31:51,631 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4/users/565fa1d3a24d43cf840bf687c6345964/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-46f0be30-365f-44b8-b8c7-c122e2223946 2018-09-02 07:31:51,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.189243078232s 2018-09-02 07:31:51,631 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4/users/565fa1d3a24d43cf840bf687c6345964/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-46f0be30-365f-44b8-b8c7-c122e2223946 2018-09-02 07:31:51,632 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9', 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'19adee25ec2146eeaad8f65550faa0b4', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd6b5a794-ac81-4855-a4cc-396ee642a8f0', 'username': u'vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:31:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:31:51,633 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:31:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:31:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:31:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:31:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:31:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:31:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:31:51,634 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:31:51,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:31:51,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:31:51,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:31:51,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:31:51,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:31:51,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:31:51,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:31:51,635 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:31:51,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:31:51,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:31:51,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:31:51,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:31:51,636 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:31:51,637 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9', 'password': 'd6b5a794-ac81-4855-a4cc-396ee642a8f0', 'project_name': 'vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '19adee25ec2146eeaad8f65550faa0b4', 'project_domain_name': 'Default'} 2018-09-02 07:31:51,638 - xtesting.ci.run_tests - INFO - Running test case 'vping_userdata'... 2018-09-02 07:31:51,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:31:51,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:31:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b825d94d-a8e2-4936-8275-1f11cba7664f 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:31:51,646 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b825d94d-a8e2-4936-8275-1f11cba7664f 2018-09-02 07:31:51,646 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:31:52,053 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T08:31:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "19adee25ec2146eeaad8f65550faa0b4", "name": "vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_19adee25ec2146eeaad8f65550faa0b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_19adee25ec2146eeaad8f65550faa0b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/19adee25ec2146eeaad8f65550faa0b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/19adee25ec2146eeaad8f65550faa0b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/19adee25ec2146eeaad8f65550faa0b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/19adee25ec2146eeaad8f65550faa0b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/19adee25ec2146eeaad8f65550faa0b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/19adee25ec2146eeaad8f65550faa0b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/19adee25ec2146eeaad8f65550faa0b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/19adee25ec2146eeaad8f65550faa0b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/19adee25ec2146eeaad8f65550faa0b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/19adee25ec2146eeaad8f65550faa0b4", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/19adee25ec2146eeaad8f65550faa0b4", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/19adee25ec2146eeaad8f65550faa0b4", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "id": "565fa1d3a24d43cf840bf687c6345964"}, "audit_ids": ["Qu8UGu9SSVmT3NSWoZLGDA"], "issued_at": "2018-09-02T07:31:52.000000Z"}} 2018-09-02 07:31:52,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:31:52,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"network": {"name": "vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "admin_state_up": true}}' 2018-09-02 07:31:52,763 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 633 X-Openstack-Request-Id: req-7999bdae-984d-46fb-a326-5ac05ebbe417 Date: Sun, 02 Sep 2018 07:31:53 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"980afb56-980e-44cc-8bdd-87c4676ed306","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"19adee25ec2146eeaad8f65550faa0b4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:31:53Z","is_default":false,"name":"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9","qos_policy_id":null,"admin_state_up":true,"tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:52Z","mtu":1450}} 2018-09-02 07:31:52,763 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7999bdae-984d-46fb-a326-5ac05ebbe417 2018-09-02 07:31:52,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.706896066666s 2018-09-02 07:31:52,763 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7999bdae-984d-46fb-a326-5ac05ebbe417 2018-09-02 07:31:52,764 - 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-02T07:31:53Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'980afb56-980e-44cc-8bdd-87c4676ed306', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9', u'admin_state_up': True, u'tenant_id': u'19adee25ec2146eeaad8f65550faa0b4', u'created_at': u'2018-09-02T07:31:52Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'19adee25ec2146eeaad8f65550faa0b4', u'l2_adjacency': True}) 2018-09-02 07:31:52,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:31:52,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:31:53,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1235 X-Openstack-Request-Id: req-3b007516-b538-4ba6-a97d-9d86ae5e0428 Date: Sun, 02 Sep 2018 07:31:53 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"980afb56-980e-44cc-8bdd-87c4676ed306","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"19adee25ec2146eeaad8f65550faa0b4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:31:53Z","qos_policy_id":null,"name":"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9","admin_state_up":true,"tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:31:53,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3b007516-b538-4ba6-a97d-9d86ae5e0428 2018-09-02 07:31:53,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362683057785s 2018-09-02 07:31:53,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3b007516-b538-4ba6-a97d-9d86ae5e0428 2018-09-02 07:31:53,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:31:53,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"subnet": {"name": "vping_userdata-subnet_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "enable_dhcp": true, "network_id": "980afb56-980e-44cc-8bdd-87c4676ed306", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:31:54,113 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-76e92e36-e9ad-4138-b4db-4b42e4b2548f Date: Sun, 02 Sep 2018 07:31:54 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"980afb56-980e-44cc-8bdd-87c4676ed306","tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:31:53Z","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":"19adee25ec2146eeaad8f65550faa0b4","id":"6f11bf21-be29-4307-bb07-95e214e76cae","subnetpool_id":null,"name":"vping_userdata-subnet_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}} 2018-09-02 07:31:54,113 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-76e92e36-e9ad-4138-b4db-4b42e4b2548f 2018-09-02 07:31:54,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.983901023865s 2018-09-02 07:31:54,113 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-76e92e36-e9ad-4138-b4db-4b42e4b2548f 2018-09-02 07:31:54,114 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:31:53Z', 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'6f11bf21-be29-4307-bb07-95e214e76cae', u'subnetpool_id': None, u'service_types': [], u'name': u'vping_userdata-subnet_c229e401-5ff2-4689-ab8b-f43bec29f2f9', u'enable_dhcp': True, u'network_id': u'980afb56-980e-44cc-8bdd-87c4676ed306', u'tenant_id': u'19adee25ec2146eeaad8f65550faa0b4', u'created_at': u'2018-09-02T07:31:53Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'19adee25ec2146eeaad8f65550faa0b4'}) 2018-09-02 07:31:54,114 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:31:54,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "vping_userdata-router_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "admin_state_up": true}}' 2018-09-02 07:32:00,893 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 701 X-Openstack-Request-Id: req-f05cab0f-ace1-42a4-b164-54f883b7b4bc Date: Sun, 02 Sep 2018 07:32:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "created_at": "2018-09-02T07:31:55Z", "admin_state_up": true, "updated_at": "2018-09-02T07:31:56Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "19adee25ec2146eeaad8f65550faa0b4", "id": "ed92b1b6-5057-4f1d-86c4-bb09e448d898", "name": "vping_userdata-router_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}} 2018-09-02 07:32:00,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f05cab0f-ace1-42a4-b164-54f883b7b4bc 2018-09-02 07:32:00,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.77878689766s 2018-09-02 07:32:00,894 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f05cab0f-ace1-42a4-b164-54f883b7b4bc 2018-09-02 07:32:00,894 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:31:56Z', u'revision_number': 3, u'id': u'ed92b1b6-5057-4f1d-86c4-bb09e448d898', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vping_userdata-router_c229e401-5ff2-4689-ab8b-f43bec29f2f9', u'admin_state_up': True, u'tenant_id': u'19adee25ec2146eeaad8f65550faa0b4', u'created_at': u'2018-09-02T07:31:55Z', u'flavor_id': None, u'routes': [], u'project_id': u'19adee25ec2146eeaad8f65550faa0b4'}) 2018-09-02 07:32:00,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:32:00,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898/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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"subnet_id": "6f11bf21-be29-4307-bb07-95e214e76cae"}' 2018-09-02 07:32:03,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-02b5ac1e-96ba-467a-93d9-d982e4041d73 Date: Sun, 02 Sep 2018 07:32:03 GMT RESP BODY: {"network_id": "980afb56-980e-44cc-8bdd-87c4676ed306", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "subnet_id": "6f11bf21-be29-4307-bb07-95e214e76cae", "subnet_ids": ["6f11bf21-be29-4307-bb07-95e214e76cae"], "port_id": "11c71fc6-4e5d-4337-b655-cc06eb55716d", "id": "ed92b1b6-5057-4f1d-86c4-bb09e448d898"} 2018-09-02 07:32:03,976 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898/add_router_interface.json used request id req-02b5ac1e-96ba-467a-93d9-d982e4041d73 2018-09-02 07:32:03,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.08183312416s 2018-09-02 07:32:03,977 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898/add_router_interface.json used request id req-02b5ac1e-96ba-467a-93d9-d982e4041d73 returning object ed92b1b6-5057-4f1d-86c4-bb09e448d898 2018-09-02 07:32:03,977 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:32:04,110 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:32:04,111 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:32:04,117 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:32:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:32:04,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:32:04,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:04,416 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-64653464-6958-40c3-9d75-069fbc06cf9f Date: Sun, 02 Sep 2018 07:32:04 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:32:04,416 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-64653464-6958-40c3-9d75-069fbc06cf9f 2018-09-02 07:32:04,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.295091152191s 2018-09-02 07:32:04,417 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-64653464-6958-40c3-9d75-069fbc06cf9f 2018-09-02 07:32:04,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:32:04,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}' 2018-09-02 07:32:04,781 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 945 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/c9197391-168d-45d7-82ce-b43e2c464605 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-56075e96-7328-49e9-b6e3-8a054dc3efed Date: Sun, 02 Sep 2018 07:32:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:32:05Z", "file": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/file", "owner": "19adee25ec2146eeaad8f65550faa0b4", "id": "c9197391-168d-45d7-82ce-b43e2c464605", "size": null, "self": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605", "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_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "checksum": null, "created_at": "2018-09-02T07:32:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:32:04,781 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-56075e96-7328-49e9-b6e3-8a054dc3efed 2018-09-02 07:32:04,782 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.355890035629s 2018-09-02 07:32:04,782 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-56075e96-7328-49e9-b6e3-8a054dc3efed returning object c9197391-168d-45d7-82ce-b43e2c464605 2018-09-02 07:32:04,782 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:32:04,786 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '' 2018-09-02 07:32:06,323 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-018fc245-308c-459d-bf49-63d29d78681e Date: Sun, 02 Sep 2018 07:32: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 07:32:06,324 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/file used request id req-018fc245-308c-459d-bf49-63d29d78681e 2018-09-02 07:32:06,324 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.5410490036s 2018-09-02 07:32:06,324 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/file used request id req-018fc245-308c-459d-bf49-63d29d78681e 2018-09-02 07:32:06,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:32:06,332 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:07,039 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-0e15baa5-716b-4f5d-9c73-f4bea898720d Date: Sun, 02 Sep 2018 07:32:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:32:06Z", "file": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/file", "owner": "19adee25ec2146eeaad8f65550faa0b4", "id": "c9197391-168d-45d7-82ce-b43e2c464605", "size": 12716032, "self": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:32:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:32:07,039 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0e15baa5-716b-4f5d-9c73-f4bea898720d 2018-09-02 07:32:07,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.710997819901s 2018-09-02 07:32:07,039 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0e15baa5-716b-4f5d-9c73-f4bea898720d 2018-09-02 07:32:07,041 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/file', 'owner': u'19adee25ec2146eeaad8f65550faa0b4', 'id': u'c9197391-168d-45d7-82ce-b43e2c464605', 'size': 12716032, u'self': u'/v2/images/c9197391-168d-45d7-82ce-b43e2c464605', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'19adee25ec2146eeaad8f65550faa0b4', 'name': 'vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:32:06Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T07:32:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9', '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/c9197391-168d-45d7-82ce-b43e2c464605', 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_c229e401-5ff2-4689-ab8b-f43bec29f2f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9', 'created': u'2018-09-02T07:32:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:32: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/c9197391-168d-45d7-82ce-b43e2c464605', 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_c229e401-5ff2-4689-ab8b-f43bec29f2f9', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:32:07,042 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:32:07,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "vping_userdata-flavor_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "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 07:32:07,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-150ed1b5-aa9e-4ea8-97bd-7bf7d030ca59 x-compute-request-id: req-150ed1b5-aa9e-4ea8-97bd-7bf7d030ca59 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavor": {"name": "vping_userdata-flavor_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "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": "0e35aa2c-c5df-44af-92f7-dd44d8794282"}} 2018-09-02 07:32:07,802 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-150ed1b5-aa9e-4ea8-97bd-7bf7d030ca59 2018-09-02 07:32:07,803 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.760040998459s 2018-09-02 07:32:07,803 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-150ed1b5-aa9e-4ea8-97bd-7bf7d030ca59 2018-09-02 07:32:07,804 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vping_userdata-flavor_c229e401-5ff2-4689-ab8b-f43bec29f2f9', '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'4b06fee7bf104ba386aa2f904001aa35', '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'0e35aa2c-c5df-44af-92f7-dd44d8794282', 'swap': 0}) 2018-09-02 07:32:07,804 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:32:07,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282/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}ba4f0476d65968d08831304977c16f0647ad0240" -d '{"extra_specs": {}}' 2018-09-02 07:32:07,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-3b2d7857-c506-4f58-b43f-a79e228f3ab0 x-compute-request-id: req-3b2d7857-c506-4f58-b43f-a79e228f3ab0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:32:07,824 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282/os-extra_specs used request id req-3b2d7857-c506-4f58-b43f-a79e228f3ab0 2018-09-02 07:32:07,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200529098511s 2018-09-02 07:32:07,825 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282/os-extra_specs used request id req-3b2d7857-c506-4f58-b43f-a79e228f3ab0 2018-09-02 07:32:07,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:32:07,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:08,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-c8f70497-5f7a-44c0-ab6c-492dcbc8c21a Date: Sun, 02 Sep 2018 07:32:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"980afb56-980e-44cc-8bdd-87c4676ed306","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19adee25ec2146eeaad8f65550faa0b4","l2_adjacency":true,"status":"ACTIVE","subnets":["6f11bf21-be29-4307-bb07-95e214e76cae"],"description":"","tags":[],"updated_at":"2018-09-02T07:31:53Z","qos_policy_id":null,"name":"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9","admin_state_up":true,"tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:32:08,358 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c8f70497-5f7a-44c0-ab6c-492dcbc8c21a 2018-09-02 07:32:08,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.532366037369s 2018-09-02 07:32:08,358 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c8f70497-5f7a-44c0-ab6c-492dcbc8c21a 2018-09-02 07:32:08,362 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:32:08,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:08,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-f108ffd8-e426-48c2-867a-398985198bed Date: Sun, 02 Sep 2018 07:32:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:32:06Z", "file": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/file", "owner": "19adee25ec2146eeaad8f65550faa0b4", "id": "c9197391-168d-45d7-82ce-b43e2c464605", "size": 12716032, "self": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:32:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:32:08,690 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f108ffd8-e426-48c2-867a-398985198bed 2018-09-02 07:32:08,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.327014923096s 2018-09-02 07:32:08,690 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f108ffd8-e426-48c2-867a-398985198bed 2018-09-02 07:32:08,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:32:08,695 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:08,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-bfc63b3d-b395-4df8-8c47-ee7e82f4900e x-compute-request-id: req-bfc63b3d-b395-4df8-8c47-ee7e82f4900e Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "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": "0e35aa2c-c5df-44af-92f7-dd44d8794282"}]} 2018-09-02 07:32:08,964 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bfc63b3d-b395-4df8-8c47-ee7e82f4900e 2018-09-02 07:32:08,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.272113084793s 2018-09-02 07:32:08,964 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bfc63b3d-b395-4df8-8c47-ee7e82f4900e 2018-09-02 07:32:08,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 07:32:08,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"server": {"name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "imageRef": "c9197391-168d-45d7-82ce-b43e2c464605", "flavorRef": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "max_count": 1, "min_count": 1, "networks": [{"uuid": "980afb56-980e-44cc-8bdd-87c4676ed306"}]}}' 2018-09-02 07:32:13,351 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-f0bef4e4-b9b3-4092-aad2-d7936f9a9980 x-compute-request-id: req-f0bef4e4-b9b3-4092-aad2-d7936f9a9980 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "adminPass": "bYWyZJ6VjLaE"}} 2018-09-02 07:32:13,351 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-f0bef4e4-b9b3-4092-aad2-d7936f9a9980 2018-09-02 07:32:13,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.38443994522s 2018-09-02 07:32:13,351 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-f0bef4e4-b9b3-4092-aad2-d7936f9a9980 2018-09-02 07:32:13,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:13,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:13,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-392afa51-a7a4-4fcb-87a0-9e76dc8ba8c7 x-compute-request-id: req-392afa51-a7a4-4fcb-87a0-9e76dc8ba8c7 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.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "user_id": "565fa1d3a24d43cf840bf687c6345964", "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-02T07:32:13Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:13,969 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-392afa51-a7a4-4fcb-87a0-9e76dc8ba8c7 2018-09-02 07:32:13,969 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.616803884506s 2018-09-02 07:32:13,969 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-392afa51-a7a4-4fcb-87a0-9e76dc8ba8c7 2018-09-02 07:32:13,976 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:32:13,977 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:14,439 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-5f9a5dcf-0db3-496b-a83b-e5cd4ff52df8 Date: Sun, 02 Sep 2018 07:32:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"980afb56-980e-44cc-8bdd-87c4676ed306","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19adee25ec2146eeaad8f65550faa0b4","l2_adjacency":true,"status":"ACTIVE","subnets":["6f11bf21-be29-4307-bb07-95e214e76cae"],"description":"","tags":[],"updated_at":"2018-09-02T07:31:53Z","qos_policy_id":null,"name":"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9","admin_state_up":true,"tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:32:14,439 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5f9a5dcf-0db3-496b-a83b-e5cd4ff52df8 2018-09-02 07:32:14,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.462877035141s 2018-09-02 07:32:14,439 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-5f9a5dcf-0db3-496b-a83b-e5cd4ff52df8 2018-09-02 07:32:14,440 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:32:14,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:14,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-e7709e2a-44c6-4452-84d6-f6ac7f92901a Date: Sun, 02 Sep 2018 07:32:14 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"980afb56-980e-44cc-8bdd-87c4676ed306","tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:31:53Z","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":"19adee25ec2146eeaad8f65550faa0b4","id":"6f11bf21-be29-4307-bb07-95e214e76cae","subnetpool_id":null,"name":"vping_userdata-subnet_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}]} 2018-09-02 07:32:14,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e7709e2a-44c6-4452-84d6-f6ac7f92901a 2018-09-02 07:32:14,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308869838715s 2018-09-02 07:32:14,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e7709e2a-44c6-4452-84d6-f6ac7f92901a 2018-09-02 07:32:14,750 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:16,753 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:16,755 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:17,538 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-c793e951-5cd4-4c38-b337-679d00c6e3b9 x-compute-request-id: req-c793e951-5cd4-4c38-b337-679d00c6e3b9 Content-Encoding: gzip Content-Length: 638 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:32:16Z", "hostId": "1c3c58cab2688d256353de7d5e6796ceed8e00c4820330cc2e2b5746", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:17,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c793e951-5cd4-4c38-b337-679d00c6e3b9 2018-09-02 07:32:17,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784976005554s 2018-09-02 07:32:17,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c793e951-5cd4-4c38-b337-679d00c6e3b9 2018-09-02 07:32:17,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:19,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:19,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:20,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-ad5dff4f-0131-48c3-afaf-a39e9a7ab490 x-compute-request-id: req-ad5dff4f-0131-48c3-afaf-a39e9a7ab490 Content-Encoding: gzip Content-Length: 650 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:32:19Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:20,017 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ad5dff4f-0131-48c3-afaf-a39e9a7ab490 2018-09-02 07:32:20,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.472752809525s 2018-09-02 07:32:20,017 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ad5dff4f-0131-48c3-afaf-a39e9a7ab490 2018-09-02 07:32:20,021 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:22,023 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:22,026 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:22,679 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-e5b9b68c-cfde-4daf-ab40-46987fd85118 x-compute-request-id: req-e5b9b68c-cfde-4daf-ab40-46987fd85118 Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:32:20Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:22,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e5b9b68c-cfde-4daf-ab40-46987fd85118 2018-09-02 07:32:22,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.655782938004s 2018-09-02 07:32:22,680 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e5b9b68c-cfde-4daf-ab40-46987fd85118 2018-09-02 07:32:22,683 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:24,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:24,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:25,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-e0cf7bf4-d96e-4ca2-a1a9-194a668c079c x-compute-request-id: req-e0cf7bf4-d96e-4ca2-a1a9-194a668c079c Content-Encoding: gzip Content-Length: 664 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:32:20Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:25,456 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e0cf7bf4-d96e-4ca2-a1a9-194a668c079c 2018-09-02 07:32:25,456 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.770277023315s 2018-09-02 07:32:25,457 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e0cf7bf4-d96e-4ca2-a1a9-194a668c079c 2018-09-02 07:32:25,461 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:27,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:27,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:28,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-65d53fdc-191d-4011-a32c-790585144341 x-compute-request-id: req-65d53fdc-191d-4011-a32c-790585144341 Content-Encoding: gzip Content-Length: 743 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:dd:f5", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:25.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:25Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:28,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-65d53fdc-191d-4011-a32c-790585144341 2018-09-02 07:32:28,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05855607986s 2018-09-02 07:32:28,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-65d53fdc-191d-4011-a32c-790585144341 2018-09-02 07:32:28,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:32:28,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=accbde0e-23ee-4bfb-bdec-e3c370120b27" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:28,575 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-141e829d-ec6d-48b5-8532-28e1ec8b946b Date: Sun, 02 Sep 2018 07:32:28 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:32:26Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6f11bf21-be29-4307-bb07-95e214e76cae","ip_address":"192.168.120.16"}],"id":"eefec7ed-978c-4c94-aa68-84ebd277169c","security_groups":["eb5874f2-99e0-4e60-9d2e-612e6084211d"],"mac_address":"fa:16:3e:88:dd:f5","project_id":"19adee25ec2146eeaad8f65550faa0b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"980afb56-980e-44cc-8bdd-87c4676ed306","tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:32:20Z","binding:vnic_type":"normal","device_id":"accbde0e-23ee-4bfb-bdec-e3c370120b27","ip_allocation":"immediate"}]} 2018-09-02 07:32:28,576 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=accbde0e-23ee-4bfb-bdec-e3c370120b27 used request id req-141e829d-ec6d-48b5-8532-28e1ec8b946b 2018-09-02 07:32:28,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0500049591064s 2018-09-02 07:32:28,576 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=accbde0e-23ee-4bfb-bdec-e3c370120b27 used request id req-141e829d-ec6d-48b5-8532-28e1ec8b946b 2018-09-02 07:32:28,581 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:32:28,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=eefec7ed-978c-4c94-aa68-84ebd277169c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:28,647 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-489a5e5c-8e00-4a4b-b71a-e686a8a21012 Date: Sun, 02 Sep 2018 07:32:29 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:32:28,648 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=eefec7ed-978c-4c94-aa68-84ebd277169c used request id req-489a5e5c-8e00-4a4b-b71a-e686a8a21012 2018-09-02 07:32:28,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0663080215454s 2018-09-02 07:32:28,648 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=eefec7ed-978c-4c94-aa68-84ebd277169c used request id req-489a5e5c-8e00-4a4b-b71a-e686a8a21012 2018-09-02 07:32:28,649 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:88:dd:f5', u'version': 4, u'addr': u'192.168.120.16', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c9197391-168d-45d7-82ce-b43e2c464605'}), 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-02T07:32:25.000000', 'flavor': Munch({u'id': u'0e35aa2c-c5df-44af-92f7-dd44d8794282'}), 'az': u'nova', 'id': u'accbde0e-23ee-4bfb-bdec-e3c370120b27', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'565fa1d3a24d43cf840bf687c6345964', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'19adee25ec2146eeaad8f65550faa0b4', 'name': 'vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9', '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-02T07:32:25.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T07:32:25Z', 'hostId': u'4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.16', 'cloud': 'envvars', 'host_id': u'4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc', '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-02T07:32:25.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'19adee25ec2146eeaad8f65550faa0b4', 'name': u'vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9', 'adminPass': u'bYWyZJ6VjLaE', 'tenant_id': u'19adee25ec2146eeaad8f65550faa0b4', 'created_at': u'2018-09-02T07:32:13Z', 'created': u'2018-09-02T07:32:13Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 07:32:28,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:32:28,650 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:29,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1279 X-Openstack-Request-Id: req-dd0b3761-5676-46ec-9314-f04f6d0920cd Date: Sun, 02 Sep 2018 07:32:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"980afb56-980e-44cc-8bdd-87c4676ed306","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19adee25ec2146eeaad8f65550faa0b4","l2_adjacency":true,"status":"ACTIVE","subnets":["6f11bf21-be29-4307-bb07-95e214e76cae"],"description":"","tags":[],"updated_at":"2018-09-02T07:31:53Z","qos_policy_id":null,"name":"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9","admin_state_up":true,"tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:32:29,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-dd0b3761-5676-46ec-9314-f04f6d0920cd 2018-09-02 07:32:29,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354930877686s 2018-09-02 07:32:29,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-dd0b3761-5676-46ec-9314-f04f6d0920cd 2018-09-02 07:32:29,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:32:29,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:29,287 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-4c07bac5-c5d3-4cbd-886d-edae295811c5 Date: Sun, 02 Sep 2018 07:32:29 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:32:06Z", "file": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/file", "owner": "19adee25ec2146eeaad8f65550faa0b4", "id": "c9197391-168d-45d7-82ce-b43e2c464605", "size": 12716032, "self": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:32:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:32:29,287 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-4c07bac5-c5d3-4cbd-886d-edae295811c5 2018-09-02 07:32:29,287 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.277319908142s 2018-09-02 07:32:29,287 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-4c07bac5-c5d3-4cbd-886d-edae295811c5 2018-09-02 07:32:29,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:32:29,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:29,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-d7f2497e-183c-4c66-a1b3-3a33b753908c x-compute-request-id: req-d7f2497e-183c-4c66-a1b3-3a33b753908c Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "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": "0e35aa2c-c5df-44af-92f7-dd44d8794282"}]} 2018-09-02 07:32:29,322 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d7f2497e-183c-4c66-a1b3-3a33b753908c 2018-09-02 07:32:29,322 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0327608585358s 2018-09-02 07:32:29,322 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d7f2497e-183c-4c66-a1b3-3a33b753908c 2018-09-02 07:32:29,323 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 07:32:29,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"server": {"name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "imageRef": "c9197391-168d-45d7-82ce-b43e2c464605", "flavorRef": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "user_data": "IyEvYmluL3NoCgp3aGlsZSB0cnVlOyBkbwogcGluZyAtYyAxIDE5Mi4xNjguMTIwLjE2IDI+JjEgPi9kZXYvbnVsbAogUkVTPSQ/CiBpZiBbICJaJFJFUyIgPSAiWjAiIF0gOyB0aGVuCiAgZWNobyAndlBpbmcgT0snCiAgYnJlYWsKIGVsc2UKICBlY2hvICd2UGluZyBLTycKIGZpCiBzbGVlcCAxCmRvbmUK", "max_count": 1, "min_count": 1, "networks": [{"uuid": "980afb56-980e-44cc-8bdd-87c4676ed306"}]}}' 2018-09-02 07:32:33,504 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:32: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-d3c50cf5-24df-416f-8dd0-341cb1fe8f26 x-compute-request-id: req-d3c50cf5-24df-416f-8dd0-341cb1fe8f26 Content-Length: 374 location: http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "default"}], "OS-DCF:diskConfig": "MANUAL", "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "adminPass": "mvC4gydwH8zG"}} 2018-09-02 07:32:33,504 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-d3c50cf5-24df-416f-8dd0-341cb1fe8f26 2018-09-02 07:32:33,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.18125295639s 2018-09-02 07:32:33,505 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-d3c50cf5-24df-416f-8dd0-341cb1fe8f26 2018-09-02 07:32:33,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:33,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:34,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-56d87b59-8139-4d62-b798-4014f3d1b64f x-compute-request-id: req-56d87b59-8139-4d62-b798-4014f3d1b64f Content-Encoding: gzip Content-Length: 838 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "user_id": "565fa1d3a24d43cf840bf687c6345964", "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-02T07:32:33Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:dd:f5", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:25.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:25Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:34,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-56d87b59-8139-4d62-b798-4014f3d1b64f 2018-09-02 07:32:34,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.557446956635s 2018-09-02 07:32:34,064 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-56d87b59-8139-4d62-b798-4014f3d1b64f 2018-09-02 07:32:34,069 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:36,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:36,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:36,830 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-876bebf6-0983-4880-b7af-15e2499adc00 x-compute-request-id: req-876bebf6-0983-4880-b7af-15e2499adc00 Content-Encoding: gzip Content-Length: 842 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:32:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:dd:f5", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:25.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:25Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:36,830 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-876bebf6-0983-4880-b7af-15e2499adc00 2018-09-02 07:32:36,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.758729934692s 2018-09-02 07:32:36,831 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-876bebf6-0983-4880-b7af-15e2499adc00 2018-09-02 07:32:36,835 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:38,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:38,841 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:39,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-e701de72-a081-4e27-bdb5-3d665987a86c x-compute-request-id: req-e701de72-a081-4e27-bdb5-3d665987a86c Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:32:37Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:dd:f5", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:25.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:25Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:39,930 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e701de72-a081-4e27-bdb5-3d665987a86c 2018-09-02 07:32:39,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09216690063s 2018-09-02 07:32:39,931 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e701de72-a081-4e27-bdb5-3d665987a86c 2018-09-02 07:32:39,936 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:41,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:41,941 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:43,208 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-42e4aec8-0ed1-4c38-a3c4-fa72d9406a13 x-compute-request-id: req-42e4aec8-0ed1-4c38-a3c4-fa72d9406a13 Content-Encoding: gzip Content-Length: 840 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:32:37Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:dd:f5", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:25.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:25Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:43,208 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-42e4aec8-0ed1-4c38-a3c4-fa72d9406a13 2018-09-02 07:32:43,208 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26964998245s 2018-09-02 07:32:43,209 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-42e4aec8-0ed1-4c38-a3c4-fa72d9406a13 2018-09-02 07:32:43,213 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:45,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:45,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:45,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-619006ca-bcba-4c14-b0e5-9189d71b3bd1 x-compute-request-id: req-619006ca-bcba-4c14-b0e5-9189d71b3bd1 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:3b:6b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:42.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:42Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:dd:f5", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:25.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:25Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:45,946 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-619006ca-bcba-4c14-b0e5-9189d71b3bd1 2018-09-02 07:32:45,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.730527877808s 2018-09-02 07:32:45,947 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-619006ca-bcba-4c14-b0e5-9189d71b3bd1 2018-09-02 07:32:45,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:32:45,954 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=4362357f-23b1-4f19-ae59-dcaccd7f1355" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:46,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-c649557b-0763-4a73-af87-a4bd2a08f0be Date: Sun, 02 Sep 2018 07:32:46 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:32:41Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"6f11bf21-be29-4307-bb07-95e214e76cae","ip_address":"192.168.120.9"}],"id":"83e5bbab-75af-4f1a-b856-9060771dedf5","security_groups":["eb5874f2-99e0-4e60-9d2e-612e6084211d"],"mac_address":"fa:16:3e:d1:3b:6b","project_id":"19adee25ec2146eeaad8f65550faa0b4","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"980afb56-980e-44cc-8bdd-87c4676ed306","tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:32:38Z","binding:vnic_type":"normal","device_id":"4362357f-23b1-4f19-ae59-dcaccd7f1355","ip_allocation":"immediate"}]} 2018-09-02 07:32:46,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=4362357f-23b1-4f19-ae59-dcaccd7f1355 used request id req-c649557b-0763-4a73-af87-a4bd2a08f0be 2018-09-02 07:32:46,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0507419109344s 2018-09-02 07:32:46,004 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=4362357f-23b1-4f19-ae59-dcaccd7f1355 used request id req-c649557b-0763-4a73-af87-a4bd2a08f0be 2018-09-02 07:32:46,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:32:46,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=83e5bbab-75af-4f1a-b856-9060771dedf5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:46,057 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-7b985669-75d7-4552-920e-04981a247b98 Date: Sun, 02 Sep 2018 07:32:46 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:32:46,057 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=83e5bbab-75af-4f1a-b856-9060771dedf5 used request id req-7b985669-75d7-4552-920e-04981a247b98 2018-09-02 07:32:46,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0474720001221s 2018-09-02 07:32:46,057 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=83e5bbab-75af-4f1a-b856-9060771dedf5 used request id req-7b985669-75d7-4552-920e-04981a247b98 2018-09-02 07:32:46,058 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:d1:3b:6b', u'version': 4, u'addr': u'192.168.120.9', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'c9197391-168d-45d7-82ce-b43e2c464605'}), 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-02T07:32:42.000000', 'flavor': Munch({u'id': u'0e35aa2c-c5df-44af-92f7-dd44d8794282'}), 'az': u'nova', 'id': u'4362357f-23b1-4f19-ae59-dcaccd7f1355', 'security_groups': [Munch({u'name': u'default'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'565fa1d3a24d43cf840bf687c6345964', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'19adee25ec2146eeaad8f65550faa0b4', 'name': 'vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9', '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-02T07:32:42.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T07:32:42Z', 'hostId': u'4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc', u'OS-SRV-USG:terminated_at': None, 'key_name': None, 'public_v6': '', 'private_v4': u'192.168.120.9', 'cloud': 'envvars', 'host_id': u'4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc', '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-02T07:32:42.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'19adee25ec2146eeaad8f65550faa0b4', 'name': u'vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9', 'adminPass': u'mvC4gydwH8zG', 'tenant_id': u'19adee25ec2146eeaad8f65550faa0b4', 'created_at': u'2018-09-02T07:32:33Z', 'created': u'2018-09-02T07:32:33Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 07:32:46,059 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - Waiting for ping... 2018-09-02 07:32:47,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:47,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:48,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-7f75e660-3c1e-4bb1-a338-2e310308c1c9 x-compute-request-id: req-7f75e660-3c1e-4bb1-a338-2e310308c1c9 Content-Encoding: gzip Content-Length: 821 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:3b:6b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:42.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:42Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:dd:f5", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:25.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:25Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:48,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f75e660-3c1e-4bb1-a338-2e310308c1c9 2018-09-02 07:32:48,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01343011856s 2018-09-02 07:32:48,074 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f75e660-3c1e-4bb1-a338-2e310308c1c9 2018-09-02 07:32:48,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 07:32:48,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355/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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 07:32:48,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-d41070ae-6e64-4c14-a2ea-091d8808913f x-compute-request-id: req-d41070ae-6e64-4c14-a2ea-091d8808913f Content-Encoding: gzip Content-Length: 9568 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 520088686 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.910 MHz processor\n[ 0.188238] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.190489] pid_max: default: 32768 minimum: 301\n[ 0.191714] ACPI: Core revision 20150930\n[ 0.193372] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.195138] Security Framework initialized\n[ 0.196259] Yama: becoming mindful.\n[ 0.197245] AppArmor: AppArmor initialized\n[ 0.198389] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.200147] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.201841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.203464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205309] Initializing cgroup subsys io\n[ 0.206404] Initializing cgroup subsys memory\n[ 0.207572] Initializing cgroup subsys devices\n[ 0.208751] Initializing cgroup subsys freezer\n[ 0.209916] Initializing cgroup subsys net_cls\n[ 0.211095] Initializing cgroup subsys perf_event\n[ 0.212328] Initializing cgroup subsys net_prio\n[ 0.213529] Initializing cgroup subsys hugetlb\n[ 0.214703] Initializing cgroup subsys pids\n[ 0.215872] CPU: Physical Processor ID: 0\n[ 0.217651] mce: CPU supports 10 MCE banks\n[ 0.218776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.220121] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.234921] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.241515] ftrace: allocating 31920 entries in 125 pages\n[ 0.266877] smpboot: Max logical packages: 1\n[ 0.268031] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.269870] x2apic enabled\n[ 0.270994] Switched APIC routing to physical x2apic.\n[ 0.273422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.274912] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.277579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.279984] KVM setup paravirtual spinlock\n[ 0.281554] x86: Booted up 1 node, 1 CPUs\n[ 0.282636] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.284498] devtmpfs: initialized\n[ 0.286449] evm: security.selinux\n[ 0.287392] evm: security.SMACK64\n[ 0.288331] evm: security.SMACK64EXEC\n[ 0.289342] evm: security.SMACK64TRANSMUTE\n[ 0.290431] evm: security.SMACK64MMAP\n[ 0.291431] evm: security.ima\n[ 0.292303] evm: security.capability\n[ 0.293375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.295843] pinctrl core: initialized pinctrl subsystem\n[ 0.297285] RTC time: 7:32:42, date: 09/02/18\n[ 0.298560] NET: Registered protocol family 16\n[ 0.299858] cpuidle: using governor ladder\n[ 0.300964] cpuidle: using governor menu\n[ 0.302022] PCCT header not found.\n[ 0.303038] ACPI: bus type PCI registered\n[ 0.304128] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.305770] PCI: Using configuration type 1 for base access\n[ 0.307898] ACPI: Added _OSI(Module Device)\n[ 0.309024] ACPI: Added _OSI(Processor Device)\n[ 0.310181] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.311391] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.313531] ACPI: Interpreter enabled\n[ 0.314559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.317065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.319538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.322026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.324530] ACPI: (supports S0 S5)\n[ 0.325484] ACPI: Using IOAPIC for interrupt routing\n[ 0.326756] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.330524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.332046] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.333704] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.335295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.338216] acpiphp: Slot [3] registered\n[ 0.339295] acpiphp: Slot [4] registered\n[ 0.340371] acpiphp: Slot [5] registered\n[ 0.341450] acpiphp: Slot [6] registered\n[ 0.342533] acpiphp: Slot [7] registered\n[ 0.343615] acpiphp: Slot [8] registered\n[ 0.344695] acpiphp: Slot [9] registered\n[ 0.345767] acpiphp: Slot [10] registered\n[ 0.346859] acpiphp: Slot [11] registered\n[ 0.347954] acpiphp: Slot [12] registered\n[ 0.349047] acpiphp: Slot [13] registered\n[ 0.350142] acpiphp: Slot [14] registered\n[ 0.351238] acpiphp: Slot [15] registered\n[ 0.366382] acpiphp: Slot [16] registered\n[ 0.367479] acpiphp: Slot [17] registered\n[ 0.368575] acpiphp: Slot [18] registered\n[ 0.369672] acpiphp: Slot [19] registered\n[ 0.370764] acpiphp: Slot [20] registered\n[ 0.371858] acpiphp: Slot [21] registered\n[ 0.372951] acpiphp: Slot [22] registered\n[ 0.374042] acpiphp: Slot [23] registered\n[ 0.375137] acpiphp: Slot [24] registered\n[ 0.376230] acpiphp: Slot [25] registered\n[ 0.377319] acpiphp: Slot [26] registered\n[ 0.378408] acpiphp: Slot [27] registered\n[ 0.379509] acpiphp: Slot [28] registered\n[ 0.380605] acpiphp: Slot [29] registered\n[ 0.381704] acpiphp: Slot [30] registered\n[ 0.382793] acpiphp: Slot [31] registered\n[ 0.383891] PCI host bridge to bus 0000:00\n[ 0.384984] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.386594] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.388217] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.390169] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.392117] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.394118] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.398065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.399779] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.401341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.403031] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.407567] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.409504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.431057] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.433067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.434995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.436928] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.439011] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.440711] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.442463] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.443889] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.445987] vgaarb: loaded\n[ 0.446819] vgaarb: bridge control possible 0000:00:02.0\n[ 0.448452] SCSI subsystem initialized\n[ 0.449702] ACPI: bus type USB registered\n[ 0.450828] usbcore: registered new interface driver usbfs\n[ 0.452229] usbcore: registered new interface driver hub\n[ 0.453595] usbcore: registered new device driver usb\n[ 0.455076] PCI: Using ACPI for IRQ routing\n[ 0.456566] NetLabel: Initializing\n[ 0.457537] NetLabel: domain hash size = 128\n[ 0.458690] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.459980] NetLabel: unlabeled traffic allowed by default\n[ 0.461525] clocksource: Switched to clocksource kvm-clock\n[ 0.471532] AppArmor: AppArmor Filesystem Enabled\n[ 0.472826] pnp: PnP ACPI init\n[ 0.474040] pnp: PnP ACPI: found 5 devices\n[ 0.480845] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.483149] NET: Registered protocol family 2\n[ 0.484536] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.486263] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.487879] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.489481] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.490941] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.492516] NET: Registered protocol family 1\n[ 0.493716] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.495177] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.496613] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.511122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.525686] Trying to unpack rootfs image as initramfs...\n[ 0.587362] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.592214] Scanning for low memory corruption every 60 seconds\n[ 0.594388] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.595985] audit: initializing netlink subsys (disabled)\n[ 0.597423] audit: type=2000 audit(1535873563.308:1): initialized\n[ 0.599324] Initialise system trusted keyring\n[ 0.600676] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.602256] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.605004] zbud: loaded\n[ 0.606016] VFS: Disk quotas dquot_6.6.0\n[ 0.607145] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.609310] fuse init (API version 7.23)\n[ 0.610554] Key type big_key registered\n[ 0.611657] Allocating IMA MOK and blacklist keyrings.\n[ 0.613299] Key type asymmetric registered\n[ 0.614445] Asymmetric key parser 'x509' registered\n[ 0.615765] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.617832] io scheduler noop registered\n[ 0.618922] io scheduler deadline registered (default)\n[ 0.620280] io scheduler cfq registered\n[ 0.621464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.622912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.624673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.626678] ACPI: Power Button [PWRF]\n[ 0.627906] GHES: HEST is not enabled!\n[ 0.642066] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.671487] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.674422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.698433] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.701451] Linux agpgart interface v0.103\n[ 0.704830] brd: module loaded\n[ 0.707033] loop: module loaded\n[ 0.711734] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.713744] GPT:90111 != 2097151\n[ 0.714681] GPT:Alternate GPT header not at the end of the disk.\n[ 0.716173] GPT:90111 != 2097151\n[ 0.717108] GPT: Use GNU Parted to correct GPT errors.\n[ 0.718419] vda: vda1 vda15\n[ 0.720093] scsi host0: ata_piix\n[ 0.721157] scsi host1: ata_piix\n[ 0.722148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.723805] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.725998] libphy: Fixed MDIO Bus: probed\n[ 0.727124] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728415] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731117] PPP generic driver version 2.4.2\n[ 0.732347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.733974] ehci-pci: EHCI PCI platform driver\n[ 0.735176] ehci-platform: EHCI generic platform driver\n[ 0.736522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.738068] ohci-pci: OHCI PCI platform driver\n[ 0.739271] ohci-platform: OHCI generic platform driver\n[ 0.740616] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.755290] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.756643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.758656] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.760025] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.761581] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.763232] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.765168] usb usb1: Product: UHCI Host Controller\n[ 0.766420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.767952] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.769267] hub 1-0:1.0: USB hub found\n[ 0.770349] hub 1-0:1.0: 2 ports detected\n[ 0.771608] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.774470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.775755] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.777128] mousedev: PS/2 mouse device common for all mice\n[ 0.778823] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.781276] rtc_cmos 00:00: RTC can wake from S4\n[ 0.782817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.784434] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.786064] i2c /dev entries driver\n[ 0.787121] device-mapper: uevent: version 1.0.3\n[ 0.788425] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.790688] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.792523] NET: Registered protocol family 10\n[ 0.794092] NET: Registered protocol family 17\n[ 0.795312] Key type dns_resolver registered\n[ 0.796606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.798102] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.800511] registered taskstats version 1\n[ 0.801676] Loading compiled-in X.509 certificates\n[ 0.803502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.806593] zswap: loaded using pool lzo/zbud\n[ 0.808887] Key type trusted registered\n[ 0.811357] Key type encrypted registered\n[ 0.812533] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.814022] ima: No TPM chip found, activating TPM-bypass!\n[ 0.815491] evm: HMAC attrs: 0x1\n[ 0.816840] Magic number: 2:386:520\n[ 0.818060] rtc_cmos 00:00: setting system clock to 2018-09-02 07:32:43 UTC (1535873563)\n[ 0.820370] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.821970] EDD information not available.\n[ 0.883211] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.899509] Write protecting the kernel read-only data: 14336k\n[ 0.902506] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.905027] 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\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... [ 1.062030] 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.9...\nLease of 192.168.120.9 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.92. iid=i-00000011\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/dev/root resized successfully [took 0.13s]\n=== system information ===\nPlatform: RDO OpenStack Compute\nContainer: none\nArch: x86_64\nCPU(s): 1 @ 3491.910 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 AAAAB3NzaC1yc2EAAAADAQABAAABAQDO/wFcrFcI006dK8ai9zuefocJAo1QaOGc6zlxyi4P2yPxsP9SO5NmALSw+BGgCcsr74xMjRXbYANfjO709mhgdKWBFhN8Cere9Zjf283Mi+3nxJetmeGuuGbsKLpNRD3ZBCnhckQ0t8Zc0SUoCndhoBRfs6eA8MPhR8Moesit+5htTf+RQJZCi+NpeNKbksIk3L2o27jsFWb9TcqZVG0qcyD41n1xGsBieZ1HelbWh21IFVVNpzRF39NpCHRERktRieG35E2Lx90pBLW2saYC87oy5Xk8JmGRdB6EYp47jNSW0i7GX5/2AcFNKBv628RBfFVlkdQKAtX9zvqLLWoR root@vping-userdata-vm2-c229e401-5ff2-4689-ab8b-f43bec29f2f9\nssh-dss AAAAB3NzaC1kc3MAAACBAI+ZPtiP9pknt8fx2hHLpN5t3khVK3QRCplBUxPcFc57kGQxUloMKaoLYkVtVxClb/2PbQyLWZ+xVeIep+cOKG/NoptBSiY5GALGB2zEMxp94lA4Z7bcFPAcHYdswYePstMrEpfMX3laf5v192WG/ry8QGoUV0cxVjoxI9K+tBD1AAAAFQDAC/0hWQSAGVjxJYFgCVbxJCpNIwAAAIBWJAoFfOI1IbIf9/XhC72mciYYifjKahJimz4RDjj0nIOyCGVZR5Rv1+xAhOKlSe8x+GPoXCcOA1qFEQZwQqRsbOr5/MRXJxj+tU0Z4AKqppnchzDHshuVCzdHevew8v9N6YQloQN00UwjNy/4Z78B1O0Y88sCZdaKJT+Al0rOGAAAAIBAQCgktGcqIX9tdUubxKo7mJJJOm5BKunMCd6fYtZzJ1iDPaxKLP4u52BPyykhGUgkZDVHXsTLHKaHqFKz/DB8ubiUKQzA+5SJ6yKmx6O72X1R7mxYckRCM4vmZYcrygXeGYrSwE0E1Vo7yPqATQv3wcRF6ZV73r8Kw3XMvg2T5g== root@vping-userdata-vm2-c229e401-5ff2-4689-ab8b-f43bec29f2f9\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.9,24,fe80::f816:3eff:fed1:3b6b/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.9 \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-00000011\nname: N/A\navailability-zone: nova\nlocal-hostname: vping-userdata-vm2-c229e401-5ff2-4689-ab8b-f43bec29f2f9\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=3.63 ===\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-c229e401-5ff2-4689-ab8b-f43bec29f2f9 login: "} 2018-09-02 07:32:48,956 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355/action used request id req-d41070ae-6e64-4c14-a2ea-091d8808913f 2018-09-02 07:32:48,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.879092931747s 2018-09-02 07:32:48,957 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355/action used request id req-d41070ae-6e64-4c14-a2ea-091d8808913f 2018-09-02 07:32:48,957 - functest.opnfv_tests.openstack.vping.vping_userdata - DEBUG - console: [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.0-28-generic (buildd@lcy01-13) (gcc version 5.3.1 20160413 (Ubuntu 5.3.1-14ubuntu2.1) ) #47-Ubuntu SMP Fri Jun 24 10:09:13 UTC 2016 (Ubuntu 4.4.0-28.47-generic 4.4.13) [ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] KERNEL supported cpus: [ 0.000000] Intel GenuineIntel [ 0.000000] AMD AuthenticAMD [ 0.000000] Centaur CentaurHauls [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdbfff] usable [ 0.000000] BIOS-e820: [mem 0x000000001ffdc000-0x000000001fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x1ffdc max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 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 520088686 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000001ffdbfff] [ 0.000000] Normal empty [ 0.000000] Device empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001ffdbfff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdbfff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f800000 s98008 r8192 d28968 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 1f80d940 [ 0.000000] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes) [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128869 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0 [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) [ 0.000000] Memory: 491796K/523752K available (8368K kernel code, 1280K rwdata, 3928K rodata, 1480K init, 1292K bss, 31956K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:16640 nr_irqs:256 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty1] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.188238] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.190489] pid_max: default: 32768 minimum: 301 [ 0.191714] ACPI: Core revision 20150930 [ 0.193372] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.195138] Security Framework initialized [ 0.196259] Yama: becoming mindful. [ 0.197245] AppArmor: AppArmor initialized [ 0.198389] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.200147] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.201841] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.203464] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205309] Initializing cgroup subsys io [ 0.206404] Initializing cgroup subsys memory [ 0.207572] Initializing cgroup subsys devices [ 0.208751] Initializing cgroup subsys freezer [ 0.209916] Initializing cgroup subsys net_cls [ 0.211095] Initializing cgroup subsys perf_event [ 0.212328] Initializing cgroup subsys net_prio [ 0.213529] Initializing cgroup subsys hugetlb [ 0.214703] Initializing cgroup subsys pids [ 0.215872] CPU: Physical Processor ID: 0 [ 0.217651] mce: CPU supports 10 MCE banks [ 0.218776] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.220121] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.234921] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.241515] ftrace: allocating 31920 entries in 125 pages [ 0.266877] smpboot: Max logical packages: 1 [ 0.268031] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.269870] x2apic enabled [ 0.270994] Switched APIC routing to physical x2apic. [ 0.273422] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.274912] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.277579] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.279984] KVM setup paravirtual spinlock [ 0.281554] x86: Booted up 1 node, 1 CPUs [ 0.282636] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.284498] devtmpfs: initialized [ 0.286449] evm: security.selinux [ 0.287392] evm: security.SMACK64 [ 0.288331] evm: security.SMACK64EXEC [ 0.289342] evm: security.SMACK64TRANSMUTE [ 0.290431] evm: security.SMACK64MMAP [ 0.291431] evm: security.ima [ 0.292303] evm: security.capability [ 0.293375] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.295843] pinctrl core: initialized pinctrl subsystem [ 0.297285] RTC time: 7:32:42, date: 09/02/18 [ 0.298560] NET: Registered protocol family 16 [ 0.299858] cpuidle: using governor ladder [ 0.300964] cpuidle: using governor menu [ 0.302022] PCCT header not found. [ 0.303038] ACPI: bus type PCI registered [ 0.304128] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.305770] PCI: Using configuration type 1 for base access [ 0.307898] ACPI: Added _OSI(Module Device) [ 0.309024] ACPI: Added _OSI(Processor Device) [ 0.310181] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.311391] ACPI: Added _OSI(Processor Aggregator Device) [ 0.313531] ACPI: Interpreter enabled [ 0.314559] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.317065] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.319538] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.322026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.324530] ACPI: (supports S0 S5) [ 0.325484] ACPI: Using IOAPIC for interrupt routing [ 0.326756] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.330524] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.332046] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.333704] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.335295] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.338216] acpiphp: Slot [3] registered [ 0.339295] acpiphp: Slot [4] registered [ 0.340371] acpiphp: Slot [5] registered [ 0.341450] acpiphp: Slot [6] registered [ 0.342533] acpiphp: Slot [7] registered [ 0.343615] acpiphp: Slot [8] registered [ 0.344695] acpiphp: Slot [9] registered [ 0.345767] acpiphp: Slot [10] registered [ 0.346859] acpiphp: Slot [11] registered [ 0.347954] acpiphp: Slot [12] registered [ 0.349047] acpiphp: Slot [13] registered [ 0.350142] acpiphp: Slot [14] registered [ 0.351238] acpiphp: Slot [15] registered [ 0.366382] acpiphp: Slot [16] registered [ 0.367479] acpiphp: Slot [17] registered [ 0.368575] acpiphp: Slot [18] registered [ 0.369672] acpiphp: Slot [19] registered [ 0.370764] acpiphp: Slot [20] registered [ 0.371858] acpiphp: Slot [21] registered [ 0.372951] acpiphp: Slot [22] registered [ 0.374042] acpiphp: Slot [23] registered [ 0.375137] acpiphp: Slot [24] registered [ 0.376230] acpiphp: Slot [25] registered [ 0.377319] acpiphp: Slot [26] registered [ 0.378408] acpiphp: Slot [27] registered [ 0.379509] acpiphp: Slot [28] registered [ 0.380605] acpiphp: Slot [29] registered [ 0.381704] acpiphp: Slot [30] registered [ 0.382793] acpiphp: Slot [31] registered [ 0.383891] PCI host bridge to bus 0000:00 [ 0.384984] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.386594] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.388217] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.390169] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.392117] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.394118] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.398065] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.399779] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.401341] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.403031] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.407567] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.409504] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.431057] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.433067] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.434995] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.436928] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.439011] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.440711] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.442463] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.443889] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.445987] vgaarb: loaded [ 0.446819] vgaarb: bridge control possible 0000:00:02.0 [ 0.448452] SCSI subsystem initialized [ 0.449702] ACPI: bus type USB registered [ 0.450828] usbcore: registered new interface driver usbfs [ 0.452229] usbcore: registered new interface driver hub [ 0.453595] usbcore: registered new device driver usb [ 0.455076] PCI: Using ACPI for IRQ routing [ 0.456566] NetLabel: Initializing [ 0.457537] NetLabel: domain hash size = 128 [ 0.458690] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.459980] NetLabel: unlabeled traffic allowed by default [ 0.461525] clocksource: Switched to clocksource kvm-clock [ 0.471532] AppArmor: AppArmor Filesystem Enabled [ 0.472826] pnp: PnP ACPI init [ 0.474040] pnp: PnP ACPI: found 5 devices [ 0.480845] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.483149] NET: Registered protocol family 2 [ 0.484536] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.486263] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.487879] TCP: Hash tables configured (established 4096 bind 4096) [ 0.489481] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.490941] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.492516] NET: Registered protocol family 1 [ 0.493716] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.495177] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.496613] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.511122] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.525686] Trying to unpack rootfs image as initramfs... [ 0.587362] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.592214] Scanning for low memory corruption every 60 seconds [ 0.594388] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.595985] audit: initializing netlink subsys (disabled) [ 0.597423] audit: type=2000 audit(1535873563.308:1): initialized [ 0.599324] Initialise system trusted keyring [ 0.600676] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.602256] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.605004] zbud: loaded [ 0.606016] VFS: Disk quotas dquot_6.6.0 [ 0.607145] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.609310] fuse init (API version 7.23) [ 0.610554] Key type big_key registered [ 0.611657] Allocating IMA MOK and blacklist keyrings. [ 0.613299] Key type asymmetric registered [ 0.614445] Asymmetric key parser 'x509' registered [ 0.615765] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.617832] io scheduler noop registered [ 0.618922] io scheduler deadline registered (default) [ 0.620280] io scheduler cfq registered [ 0.621464] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.622912] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.624673] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.626678] ACPI: Power Button [PWRF] [ 0.627906] GHES: HEST is not enabled! [ 0.642066] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.671487] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.674422] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.698433] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.701451] Linux agpgart interface v0.103 [ 0.704830] brd: module loaded [ 0.707033] loop: module loaded [ 0.711734] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.713744] GPT:90111 != 2097151 [ 0.714681] GPT:Alternate GPT header not at the end of the disk. [ 0.716173] GPT:90111 != 2097151 [ 0.717108] GPT: Use GNU Parted to correct GPT errors. [ 0.718419] vda: vda1 vda15 [ 0.720093] scsi host0: ata_piix [ 0.721157] scsi host1: ata_piix [ 0.722148] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.723805] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.725998] libphy: Fixed MDIO Bus: probed [ 0.727124] tun: Universal TUN/TAP device driver, 1.6 [ 0.728415] tun: (C) 1999-2004 Max Krasnyansky [ 0.731117] PPP generic driver version 2.4.2 [ 0.732347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.733974] ehci-pci: EHCI PCI platform driver [ 0.735176] ehci-platform: EHCI generic platform driver [ 0.736522] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.738068] ohci-pci: OHCI PCI platform driver [ 0.739271] ohci-platform: OHCI generic platform driver [ 0.740616] uhci_hcd: USB Universal Host Controller Interface driver [ 0.755290] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.756643] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.758656] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.760025] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.761581] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.763232] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.765168] usb usb1: Product: UHCI Host Controller [ 0.766420] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.767952] usb usb1: SerialNumber: 0000:00:01.2 [ 0.769267] hub 1-0:1.0: USB hub found [ 0.770349] hub 1-0:1.0: 2 ports detected [ 0.771608] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.774470] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.775755] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.777128] mousedev: PS/2 mouse device common for all mice [ 0.778823] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.781276] rtc_cmos 00:00: RTC can wake from S4 [ 0.782817] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.784434] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.786064] i2c /dev entries driver [ 0.787121] device-mapper: uevent: version 1.0.3 [ 0.788425] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.790688] ledtrig-cpu: registered to indicate activity on CPUs [ 0.792523] NET: Registered protocol family 10 [ 0.794092] NET: Registered protocol family 17 [ 0.795312] Key type dns_resolver registered [ 0.796606] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.798102] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.800511] registered taskstats version 1 [ 0.801676] Loading compiled-in X.509 certificates [ 0.803502] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.806593] zswap: loaded using pool lzo/zbud [ 0.808887] Key type trusted registered [ 0.811357] Key type encrypted registered [ 0.812533] AppArmor: AppArmor sha1 policy hashing enabled [ 0.814022] ima: No TPM chip found, activating TPM-bypass! [ 0.815491] evm: HMAC attrs: 0x1 [ 0.816840] Magic number: 2:386:520 [ 0.818060] rtc_cmos 00:00: setting system clock to 2018-09-02 07:32:43 UTC (1535873563) [ 0.820370] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.821970] EDD information not available. [ 0.883211] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.899509] Write protecting the kernel read-only data: 14336k [ 0.902506] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.905027] 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 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... [ 1.062030] random: dd urandom read with 5 bits of entropy available done. Starting acpid: OK Starting network... udhcpc (v1.23.2) started Sending discover... Sending select for 192.168.120.9... Lease of 192.168.120.9 obtained, lease time 86400 route: SIOCADDRT: File exists WARN: failed: route add -net "0.0.0.0/0" gw "192.168.120.1" checking http://169.254.169.254/2009-04-04/instance-id successful after 1/20 tries: up 0.92. iid=i-00000011 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 /dev/root resized successfully [took 0.13s] === system information === Platform: RDO OpenStack Compute Container: none Arch: x86_64 CPU(s): 1 @ 3491.910 MHz Cores/Sockets/Threads: 1/1/1 Virt-type: RAM Size: 488MB Disks: NAME MAJ:MIN SIZE LABEL MOUNTPOINT vda 253:0 1073741824 vda1 253:1 1064287744 cirros-rootfs / vda15 253:15 8388608 === sshd host keys === -----BEGIN SSH HOST KEY KEYS----- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDO/wFcrFcI006dK8ai9zuefocJAo1QaOGc6zlxyi4P2yPxsP9SO5NmALSw+BGgCcsr74xMjRXbYANfjO709mhgdKWBFhN8Cere9Zjf283Mi+3nxJetmeGuuGbsKLpNRD3ZBCnhckQ0t8Zc0SUoCndhoBRfs6eA8MPhR8Moesit+5htTf+RQJZCi+NpeNKbksIk3L2o27jsFWb9TcqZVG0qcyD41n1xGsBieZ1HelbWh21IFVVNpzRF39NpCHRERktRieG35E2Lx90pBLW2saYC87oy5Xk8JmGRdB6EYp47jNSW0i7GX5/2AcFNKBv628RBfFVlkdQKAtX9zvqLLWoR root@vping-userdata-vm2-c229e401-5ff2-4689-ab8b-f43bec29f2f9 ssh-dss AAAAB3NzaC1kc3MAAACBAI+ZPtiP9pknt8fx2hHLpN5t3khVK3QRCplBUxPcFc57kGQxUloMKaoLYkVtVxClb/2PbQyLWZ+xVeIep+cOKG/NoptBSiY5GALGB2zEMxp94lA4Z7bcFPAcHYdswYePstMrEpfMX3laf5v192WG/ry8QGoUV0cxVjoxI9K+tBD1AAAAFQDAC/0hWQSAGVjxJYFgCVbxJCpNIwAAAIBWJAoFfOI1IbIf9/XhC72mciYYifjKahJimz4RDjj0nIOyCGVZR5Rv1+xAhOKlSe8x+GPoXCcOA1qFEQZwQqRsbOr5/MRXJxj+tU0Z4AKqppnchzDHshuVCzdHevew8v9N6YQloQN00UwjNy/4Z78B1O0Y88sCZdaKJT+Al0rOGAAAAIBAQCgktGcqIX9tdUubxKo7mJJJOm5BKunMCd6fYtZzJ1iDPaxKLP4u52BPyykhGUgkZDVHXsTLHKaHqFKz/DB8ubiUKQzA+5SJ6yKmx6O72X1R7mxYckRCM4vmZYcrygXeGYrSwE0E1Vo7yPqATQv3wcRF6ZV73r8Kw3XMvg2T5g== root@vping-userdata-vm2-c229e401-5ff2-4689-ab8b-f43bec29f2f9 -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.9,24,fe80::f816:3eff:fed1:3b6b/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.9 ip-route6:fe80::/64 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 ip-route6:ff00::/8 dev eth0 metric 256 ip-route6:unreachable default dev lo metric -1 error -101 === datasource: ec2 net === instance-id: i-00000011 name: N/A availability-zone: nova local-hostname: vping-userdata-vm2-c229e401-5ff2-4689-ab8b-f43bec29f2f9 launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=3.63 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. vping-userdata-vm2-c229e401-5ff2-4689-ab8b-f43bec29f2f9 login: 2018-09-02 07:32:48,958 - functest.opnfv_tests.openstack.vping.vping_userdata - INFO - vPing detected! 2018-09-02 07:32:49,075 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:32:49,075 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | vping_userdata | functest | 00:57 | PASS | +------------------------+------------------+------------------+----------------+ 2018-09-02 07:32:49,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 07:32:49,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:49,292 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-c46f012b-6c03-41c6-91d4-6d48362e5db8 x-compute-request-id: req-c46f012b-6c03-41c6-91d4-6d48362e5db8 Content-Type: application/json 2018-09-02 07:32:49,292 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27 used request id req-c46f012b-6c03-41c6-91d4-6d48362e5db8 2018-09-02 07:32:49,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.21106505394s 2018-09-02 07:32:49,293 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27 used request id req-c46f012b-6c03-41c6-91d4-6d48362e5db8 2018-09-02 07:32:49,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:49,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:50,563 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-283f2a23-d899-4b21-8192-5998d24e922c x-compute-request-id: req-283f2a23-d899-4b21-8192-5998d24e922c Content-Encoding: gzip Content-Length: 830 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:3b:6b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:42.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:42Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:88:dd:f5", "version": 4, "addr": "192.168.120.16", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/accbde0e-23ee-4bfb-bdec-e3c370120b27", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:25.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "accbde0e-23ee-4bfb-bdec-e3c370120b27", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:49Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:13Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:50,563 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-283f2a23-d899-4b21-8192-5998d24e922c 2018-09-02 07:32:50,563 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27018094063s 2018-09-02 07:32:50,564 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-283f2a23-d899-4b21-8192-5998d24e922c 2018-09-02 07:32:50,566 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:52,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:52,573 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:53,257 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:32: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-cbe84bb5-2cca-4566-b4c2-0c506e11c517 x-compute-request-id: req-cbe84bb5-2cca-4566-b4c2-0c506e11c517 Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:3b:6b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:42.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:42Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:53,257 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cbe84bb5-2cca-4566-b4c2-0c506e11c517 2018-09-02 07:32:53,258 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.688374996185s 2018-09-02 07:32:53,258 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cbe84bb5-2cca-4566-b4c2-0c506e11c517 2018-09-02 07:32:53,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 07:32:53,263 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:53,476 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-582d2d81-b7fa-42d6-ae22-cd0d9062de0e x-compute-request-id: req-582d2d81-b7fa-42d6-ae22-cd0d9062de0e Content-Type: application/json 2018-09-02 07:32:53,476 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355 used request id req-582d2d81-b7fa-42d6-ae22-cd0d9062de0e 2018-09-02 07:32:53,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.216365814209s 2018-09-02 07:32:53,477 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355 used request id req-582d2d81-b7fa-42d6-ae22-cd0d9062de0e 2018-09-02 07:32:53,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:53,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:54,199 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-8323a3de-f3a6-42fb-8e46-a506d907afc3 x-compute-request-id: req-8323a3de-f3a6-42fb-8e46-a506d907afc3 Content-Encoding: gzip Content-Length: 745 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:d1:3b:6b", "version": 4, "addr": "192.168.120.9", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/4362357f-23b1-4f19-ae59-dcaccd7f1355", "rel": "bookmark"}], "image": {"id": "c9197391-168d-45d7-82ce-b43e2c464605", "links": [{"href": "http://172.30.9.25:8774/images/c9197391-168d-45d7-82ce-b43e2c464605", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:32:42.000000", "flavor": {"id": "0e35aa2c-c5df-44af-92f7-dd44d8794282", "links": [{"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "bookmark"}]}, "id": "4362357f-23b1-4f19-ae59-dcaccd7f1355", "security_groups": [{"name": "default"}], "user_id": "565fa1d3a24d43cf840bf687c6345964", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:32:53Z", "hostId": "4b2bf078b598274cc1c5e1ce1a4b0cb40ebb01300445c78fefb78bdc", "OS-SRV-USG:terminated_at": null, "key_name": null, "name": "vping_userdata-vm2_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "created": "2018-09-02T07:32:33Z", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:32:54,199 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8323a3de-f3a6-42fb-8e46-a506d907afc3 2018-09-02 07:32:54,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.721880197525s 2018-09-02 07:32:54,199 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8323a3de-f3a6-42fb-8e46-a506d907afc3 2018-09-02 07:32:54,201 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:32:56,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:32:56,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:56,416 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-7aa08d8e-f0ac-4c54-951b-06645343b4ad x-compute-request-id: req-7aa08d8e-f0ac-4c54-951b-06645343b4ad Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 07:32:56,416 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7aa08d8e-f0ac-4c54-951b-06645343b4ad 2018-09-02 07:32:56,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.212550163269s 2018-09-02 07:32:56,417 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7aa08d8e-f0ac-4c54-951b-06645343b4ad 2018-09-02 07:32:56,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:32:56,418 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898/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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" -d '{"subnet_id": "6f11bf21-be29-4307-bb07-95e214e76cae"}' 2018-09-02 07:32:59,032 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-28ef804e-340d-42ef-9489-7fce67c14b09 Date: Sun, 02 Sep 2018 07:32:59 GMT RESP BODY: {"network_id": "980afb56-980e-44cc-8bdd-87c4676ed306", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "subnet_id": "6f11bf21-be29-4307-bb07-95e214e76cae", "subnet_ids": ["6f11bf21-be29-4307-bb07-95e214e76cae"], "port_id": "11c71fc6-4e5d-4337-b655-cc06eb55716d", "id": "ed92b1b6-5057-4f1d-86c4-bb09e448d898"} 2018-09-02 07:32:59,032 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898/remove_router_interface.json used request id req-28ef804e-340d-42ef-9489-7fce67c14b09 2018-09-02 07:32:59,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.61470794678s 2018-09-02 07:32:59,033 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898/remove_router_interface.json used request id req-28ef804e-340d-42ef-9489-7fce67c14b09 returning object ed92b1b6-5057-4f1d-86c4-bb09e448d898 2018-09-02 07:32:59,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:32:59,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:32:59,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 710 X-Openstack-Request-Id: req-4ee8f6c7-8d68-44db-a642-134826d6e990 Date: Sun, 02 Sep 2018 07:32:59 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "created_at": "2018-09-02T07:31:55Z", "admin_state_up": true, "updated_at": "2018-09-02T07:32:57Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "19adee25ec2146eeaad8f65550faa0b4", "id": "ed92b1b6-5057-4f1d-86c4-bb09e448d898", "name": "vping_userdata-router_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}]} 2018-09-02 07:32:59,310 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4ee8f6c7-8d68-44db-a642-134826d6e990 2018-09-02 07:32:59,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.27653503418s 2018-09-02 07:32:59,310 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4ee8f6c7-8d68-44db-a642-134826d6e990 2018-09-02 07:32:59,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:32:59,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:33:03,536 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-31ff7be2-4bff-42da-bba7-7a3a268c2c95 Content-Length: 0 Date: Sun, 02 Sep 2018 07:33:04 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:33:03,537 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898.json used request id req-31ff7be2-4bff-42da-bba7-7a3a268c2c95 2018-09-02 07:33:03,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.22481203079s 2018-09-02 07:33:03,537 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/ed92b1b6-5057-4f1d-86c4-bb09e448d898.json used request id req-31ff7be2-4bff-42da-bba7-7a3a268c2c95 2018-09-02 07:33:03,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:33:03,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:33:03,580 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 685 X-Openstack-Request-Id: req-bd62260c-bf90-4b8c-81e5-92c6b7ff0136 Date: Sun, 02 Sep 2018 07:33:03 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"980afb56-980e-44cc-8bdd-87c4676ed306","tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:53Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:31:53Z","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":"19adee25ec2146eeaad8f65550faa0b4","id":"6f11bf21-be29-4307-bb07-95e214e76cae","subnetpool_id":null,"name":"vping_userdata-subnet_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}]} 2018-09-02 07:33:03,580 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-bd62260c-bf90-4b8c-81e5-92c6b7ff0136 2018-09-02 07:33:03,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0425839424133s 2018-09-02 07:33:03,581 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-bd62260c-bf90-4b8c-81e5-92c6b7ff0136 2018-09-02 07:33:03,582 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:33:03,583 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/6f11bf21-be29-4307-bb07-95e214e76cae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:33:05,948 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f3c258f9-611e-411d-9bff-9e93c42d01d8 Date: Sun, 02 Sep 2018 07:33:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:33:05,949 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/6f11bf21-be29-4307-bb07-95e214e76cae.json used request id req-f3c258f9-611e-411d-9bff-9e93c42d01d8 2018-09-02 07:33:05,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.36672997475s 2018-09-02 07:33:05,949 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/6f11bf21-be29-4307-bb07-95e214e76cae.json used request id req-f3c258f9-611e-411d-9bff-9e93c42d01d8 2018-09-02 07:33:05,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:33:05,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:33:06,375 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1241 X-Openstack-Request-Id: req-de7bd141-69cb-4102-99f7-46ddfbc13433 Date: Sun, 02 Sep 2018 07:33:06 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"980afb56-980e-44cc-8bdd-87c4676ed306","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"19adee25ec2146eeaad8f65550faa0b4","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:33:05Z","qos_policy_id":null,"name":"vping_userdata-net_c229e401-5ff2-4689-ab8b-f43bec29f2f9","admin_state_up":true,"tenant_id":"19adee25ec2146eeaad8f65550faa0b4","created_at":"2018-09-02T07:31:52Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:33:06,375 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-de7bd141-69cb-4102-99f7-46ddfbc13433 2018-09-02 07:33:06,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.42565202713s 2018-09-02 07:33:06,376 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-de7bd141-69cb-4102-99f7-46ddfbc13433 2018-09-02 07:33:06,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:33:06,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/980afb56-980e-44cc-8bdd-87c4676ed306.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:33:07,619 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-34992842-8241-49e0-9435-43b18d34884f Date: Sun, 02 Sep 2018 07:33:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:33:07,619 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/980afb56-980e-44cc-8bdd-87c4676ed306.json used request id req-34992842-8241-49e0-9435-43b18d34884f 2018-09-02 07:33:07,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.24196219444s 2018-09-02 07:33:07,619 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/980afb56-980e-44cc-8bdd-87c4676ed306.json used request id req-34992842-8241-49e0-9435-43b18d34884f 2018-09-02 07:33:07,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:33:07,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:33:07,922 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1405 Content-Type: application/json X-Openstack-Request-Id: req-da820ea5-72f7-4ba6-b1c8-daed98ea7aa7 Date: Sun, 02 Sep 2018 07:33:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:32:06Z", "file": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605/file", "owner": "19adee25ec2146eeaad8f65550faa0b4", "id": "c9197391-168d-45d7-82ce-b43e2c464605", "size": 12716032, "self": "/v2/images/c9197391-168d-45d7-82ce-b43e2c464605", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c9197391-168d-45d7-82ce-b43e2c464605/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "vping_userdata-img_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:32:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:33:07,922 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-da820ea5-72f7-4ba6-b1c8-daed98ea7aa7 2018-09-02 07:33:07,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.29892706871s 2018-09-02 07:33:07,922 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-da820ea5-72f7-4ba6-b1c8-daed98ea7aa7 2018-09-02 07:33:07,924 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:33:07,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/c9197391-168d-45d7-82ce-b43e2c464605 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}95bb1a6dc3a5b27ab462a98c0ac6caee75df82fa" 2018-09-02 07:33:08,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-37eaa948-5a30-4f68-b6bc-030b750ac313 Date: Sun, 02 Sep 2018 07:33: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 07:33:08,468 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c9197391-168d-45d7-82ce-b43e2c464605 used request id req-37eaa948-5a30-4f68-b6bc-030b750ac313 2018-09-02 07:33:08,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.543517112732s 2018-09-02 07:33:08,468 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c9197391-168d-45d7-82ce-b43e2c464605 used request id req-37eaa948-5a30-4f68-b6bc-030b750ac313 2018-09-02 07:33:08,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:33:08,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:33:08,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-b499f40c-8d3e-4f86-9148-251131478cb5 x-compute-request-id: req-b499f40c-8d3e-4f86-9148-251131478cb5 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vping_userdata-flavor_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282", "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": "0e35aa2c-c5df-44af-92f7-dd44d8794282"}]} 2018-09-02 07:33:08,490 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b499f40c-8d3e-4f86-9148-251131478cb5 2018-09-02 07:33:08,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0214340686798s 2018-09-02 07:33:08,490 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b499f40c-8d3e-4f86-9148-251131478cb5 2018-09-02 07:33:08,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:33:08,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:33:08,535 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-1ee2b30b-4460-400e-bdc7-68b2134902cc x-compute-request-id: req-1ee2b30b-4460-400e-bdc7-68b2134902cc Content-Length: 0 Content-Type: application/json 2018-09-02 07:33:08,536 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282 used request id req-1ee2b30b-4460-400e-bdc7-68b2134902cc 2018-09-02 07:33:08,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0439519882202s 2018-09-02 07:33:08,536 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/0e35aa2c-c5df-44af-92f7-dd44d8794282 used request id req-1ee2b30b-4460-400e-bdc7-68b2134902cc 2018-09-02 07:33:08,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:33:08,540 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:33:08,742 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-79ed9996-cc7a-4d8e-9266-149f9dfe14a8 Content-Encoding: gzip Content-Length: 846 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "links": {"self": "http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "565fa1d3a24d43cf840bf687c6345964", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:33:08,742 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-79ed9996-cc7a-4d8e-9266-149f9dfe14a8 2018-09-02 07:33:08,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205358028412s 2018-09-02 07:33:08,742 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-79ed9996-cc7a-4d8e-9266-149f9dfe14a8 2018-09-02 07:33:08,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:33:08,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:33:08,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5a356ff7-a056-4893-ac22-494ca1e19616 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "vping_userdata-user_c229e401-5ff2-4689-ab8b-f43bec29f2f9", "links": {"self": "http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "565fa1d3a24d43cf840bf687c6345964", "description": null}} 2018-09-02 07:33:08,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964 used request id req-5a356ff7-a056-4893-ac22-494ca1e19616 2018-09-02 07:33:08,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201366901398s 2018-09-02 07:33:08,950 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964 used request id req-5a356ff7-a056-4893-ac22-494ca1e19616 2018-09-02 07:33:08,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 07:33:08,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:33:09,391 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:33:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-62abd530-93a6-47ff-9e0a-a23102b4d72b 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 07:33:09,391 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964 used request id req-62abd530-93a6-47ff-9e0a-a23102b4d72b 2018-09-02 07:33:09,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.440671920776s 2018-09-02 07:33:09,391 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/565fa1d3a24d43cf840bf687c6345964 used request id req-62abd530-93a6-47ff-9e0a-a23102b4d72b 2018-09-02 07:33:09,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:33:09,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:33:09,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d7187664-211e-45dc-a860-63f9cb4e0ad1 Content-Encoding: gzip Content-Length: 389 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: vping_userdata", "links": {"self": "http://172.30.9.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4"}, "tags": [], "enabled": true, "id": "19adee25ec2146eeaad8f65550faa0b4", "parent_id": "default", "domain_id": "default", "name": "vping_userdata-project_c229e401-5ff2-4689-ab8b-f43bec29f2f9"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:33:09,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-d7187664-211e-45dc-a860-63f9cb4e0ad1 2018-09-02 07:33:09,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.191145896912s 2018-09-02 07:33:09,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-d7187664-211e-45dc-a860-63f9cb4e0ad1 2018-09-02 07:33:09,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 07:33:09,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ba4f0476d65968d08831304977c16f0647ad0240" 2018-09-02 07:33:09,861 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:33:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-35cc898b-51a7-4f54-949a-49a2b3326090 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 07:33:09,861 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4 used request id req-35cc898b-51a7-4f54-949a-49a2b3326090 2018-09-02 07:33:09,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.268365859985s 2018-09-02 07:33:09,862 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/19adee25ec2146eeaad8f65550faa0b4 used request id req-35cc898b-51a7-4f54-949a-49a2b3326090 2018-09-02 07:33:09,917 - xtesting.ci.run_tests - INFO - Loading test case 'cinder_test'... 2018-09-02 07:33:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:33:09,959 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:33:09,960 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:33:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:33:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:33:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:33:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:33:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:33:09,961 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:33:09,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:33:09,967 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6fd1bf70-e9c3-4495-aea0-d7fce8eb11ee 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:33:09,967 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6fd1bf70-e9c3-4495-aea0-d7fce8eb11ee 2018-09-02 07:33:09,968 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:33:10,356 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:33:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["2a8AqNYhS1KRE6onKN77PA"], "issued_at": "2018-09-02T07:33:10.000000Z"}} 2018-09-02 07:33:10,359 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:33:10,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:10,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-ffe981e7-0736-4dab-86bf-57c616a57fd7 Date: Sun, 02 Sep 2018 07:33:10 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:33:10,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ffe981e7-0736-4dab-86bf-57c616a57fd7 2018-09-02 07:33:10,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355305194855s 2018-09-02 07:33:10,714 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ffe981e7-0736-4dab-86bf-57c616a57fd7 2018-09-02 07:33:10,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:33:10,723 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:33:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-583508f8-7cbc-454b-8a3c-aacffa9642b9 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:33:10,723 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-583508f8-7cbc-454b-8a3c-aacffa9642b9 2018-09-02 07:33:10,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:33:10,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:10,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-112c3315-5105-465d-b2ce-879d2b6fc082 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:33:10,920 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-112c3315-5105-465d-b2ce-879d2b6fc082 2018-09-02 07:33:10,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195852994919s 2018-09-02 07:33:10,920 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-112c3315-5105-465d-b2ce-879d2b6fc082 2018-09-02 07:33:10,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:33:10,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" -d '{"project": {"description": "Created by OPNFV Functest: cinder_test", "enabled": true, "domain_id": "default", "name": "cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}}' 2018-09-02 07:33:11,205 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:33:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0f5b28d8-e9a9-499c-a29f-cdf0c630aeb3 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.25:5000/v3/projects/03466d9192ec403484b2722a5a015855"}, "tags": [], "enabled": true, "id": "03466d9192ec403484b2722a5a015855", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}} 2018-09-02 07:33:11,205 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-0f5b28d8-e9a9-499c-a29f-cdf0c630aeb3 2018-09-02 07:33:11,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.276005029678s 2018-09-02 07:33:11,206 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-0f5b28d8-e9a9-499c-a29f-cdf0c630aeb3 2018-09-02 07:33:11,206 - 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'03466d9192ec403484b2722a5a015855', '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_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa'}) 2018-09-02 07:33:11,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:33:11,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "7296a54b-6e2f-4f19-ba25-31e2a153a06f", "email": null, "name": "cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}}' 2018-09-02 07:33:11,718 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:33:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f5cd8e01-d417-4d6e-b49b-af6d8f505cf4 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "links": {"self": "http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28536ccd85ea431686fce5876694213c", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:33:11,718 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-f5cd8e01-d417-4d6e-b49b-af6d8f505cf4 2018-09-02 07:33:11,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.506064176559s 2018-09-02 07:33:11,719 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-f5cd8e01-d417-4d6e-b49b-af6d8f505cf4 2018-09-02 07:33:11,719 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'28536ccd85ea431686fce5876694213c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa'}) 2018-09-02 07:33:11,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:33:11,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:11,922 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89a281da-efc0-4128-90de-8a932685f175 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:33:11,922 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-89a281da-efc0-4128-90de-8a932685f175 2018-09-02 07:33:11,922 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199149847031s 2018-09-02 07:33:11,922 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-89a281da-efc0-4128-90de-8a932685f175 2018-09-02 07:33:11,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:33:11,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:12,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-923e23f4-2218-4ed5-8632-7f301f0cf99c Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:33:12,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-923e23f4-2218-4ed5-8632-7f301f0cf99c 2018-09-02 07:33:12,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.103446960449s 2018-09-02 07:33:12,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-923e23f4-2218-4ed5-8632-7f301f0cf99c 2018-09-02 07:33:12,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:33:12,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:12,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-53fac085-99cd-47a5-9df9-b2a83ecb2dfd Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:33:12,229 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-53fac085-99cd-47a5-9df9-b2a83ecb2dfd 2018-09-02 07:33:12,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192935943604s 2018-09-02 07:33:12,230 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-53fac085-99cd-47a5-9df9-b2a83ecb2dfd 2018-09-02 07:33:12,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:33:12,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:12,388 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6c1a8760-e8a7-48a4-8118-fee26dee8dc9 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:33:12,388 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6c1a8760-e8a7-48a4-8118-fee26dee8dc9 2018-09-02 07:33:12,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.153764009476s 2018-09-02 07:33:12,389 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6c1a8760-e8a7-48a4-8118-fee26dee8dc9 2018-09-02 07:33:12,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:33:12,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:12,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e029edc7-ac6a-4a5c-bdfa-d626c486b723 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "links": {"self": "http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28536ccd85ea431686fce5876694213c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:33:12,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e029edc7-ac6a-4a5c-bdfa-d626c486b723 2018-09-02 07:33:12,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210901975632s 2018-09-02 07:33:12,601 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e029edc7-ac6a-4a5c-bdfa-d626c486b723 2018-09-02 07:33:12,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:33:12,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:12,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-95e50780-dcc5-4e71-adb0-7bc10dbb975f Content-Encoding: gzip Content-Length: 394 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.25:5000/v3/projects/03466d9192ec403484b2722a5a015855"}, "tags": [], "enabled": true, "id": "03466d9192ec403484b2722a5a015855", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:33:12,730 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-95e50780-dcc5-4e71-adb0-7bc10dbb975f 2018-09-02 07:33:12,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.117065191269s 2018-09-02 07:33:12,730 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-95e50780-dcc5-4e71-adb0-7bc10dbb975f 2018-09-02 07:33:12,738 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:33:12,741 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=28536ccd85ea431686fce5876694213c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=03466d9192ec403484b2722a5a015855" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:12,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4b1ef733-f756-43f0-ab4d-acf014e5cfe4 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=28536ccd85ea431686fce5876694213c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=03466d9192ec403484b2722a5a015855", "previous": null, "next": null}} 2018-09-02 07:33:12,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=28536ccd85ea431686fce5876694213c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=03466d9192ec403484b2722a5a015855 used request id req-4b1ef733-f756-43f0-ab4d-acf014e5cfe4 2018-09-02 07:33:12,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.11291384697s 2018-09-02 07:33:12,852 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=28536ccd85ea431686fce5876694213c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=03466d9192ec403484b2722a5a015855 used request id req-4b1ef733-f756-43f0-ab4d-acf014e5cfe4 2018-09-02 07:33:12,855 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:33:12,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/03466d9192ec403484b2722a5a015855/users/28536ccd85ea431686fce5876694213c/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:33:13,081 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:33:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7b88c7a-7d7b-4440-a04a-973e9459ac0c 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 07:33:13,081 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/03466d9192ec403484b2722a5a015855/users/28536ccd85ea431686fce5876694213c/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-d7b88c7a-7d7b-4440-a04a-973e9459ac0c 2018-09-02 07:33:13,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.225889921188s 2018-09-02 07:33:13,081 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/03466d9192ec403484b2722a5a015855/users/28536ccd85ea431686fce5876694213c/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-d7b88c7a-7d7b-4440-a04a-973e9459ac0c 2018-09-02 07:33:13,082 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 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'03466d9192ec403484b2722a5a015855', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '7296a54b-6e2f-4f19-ba25-31e2a153a06f', 'username': u'cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:33:13,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:33:13,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:33:13,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:33:13,083 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:33:13,084 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:33:13,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:33:13,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:33:13,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:33:13,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:33:13,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:33:13,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:33:13,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:33:13,085 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:33:13,086 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'password': '7296a54b-6e2f-4f19-ba25-31e2a153a06f', 'project_name': 'cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '03466d9192ec403484b2722a5a015855', 'project_domain_name': 'Default'} 2018-09-02 07:33:13,087 - xtesting.ci.run_tests - INFO - Running test case 'cinder_test'... 2018-09-02 07:33:13,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:33:13,094 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8b880378-cd2a-4246-ad93-ee620cb9a10f 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:33:13,094 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-8b880378-cd2a-4246-ad93-ee620cb9a10f 2018-09-02 07:33:13,095 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:33:13,488 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T08:33:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "03466d9192ec403484b2722a5a015855", "name": "cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_03466d9192ec403484b2722a5a015855", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_03466d9192ec403484b2722a5a015855", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/03466d9192ec403484b2722a5a015855", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/03466d9192ec403484b2722a5a015855", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/03466d9192ec403484b2722a5a015855", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/03466d9192ec403484b2722a5a015855", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/03466d9192ec403484b2722a5a015855", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/03466d9192ec403484b2722a5a015855", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/03466d9192ec403484b2722a5a015855", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/03466d9192ec403484b2722a5a015855", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/03466d9192ec403484b2722a5a015855", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/03466d9192ec403484b2722a5a015855", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/03466d9192ec403484b2722a5a015855", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "id": "28536ccd85ea431686fce5876694213c"}, "audit_ids": ["Snq4gjzgRIKtTLXK1Cp7tQ"], "issued_at": "2018-09-02T07:33:13.000000Z"}} 2018-09-02 07:33:13,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:33:13,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"network": {"name": "cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "admin_state_up": true}}' 2018-09-02 07:33:14,070 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 630 X-Openstack-Request-Id: req-357299de-1753-43a8-89c4-d8d6bc55c57c Date: Sun, 02 Sep 2018 07:33:14 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"03466d9192ec403484b2722a5a015855","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:33:14Z","is_default":false,"name":"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa","qos_policy_id":null,"admin_state_up":true,"tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","mtu":1450}} 2018-09-02 07:33:14,070 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-357299de-1753-43a8-89c4-d8d6bc55c57c 2018-09-02 07:33:14,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.578632116318s 2018-09-02 07:33:14,071 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-357299de-1753-43a8-89c4-d8d6bc55c57c 2018-09-02 07:33:14,071 - 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-02T07:33:14Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'60512c6b-4b78-4b7a-b449-e4730114fe9f', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', u'admin_state_up': True, u'tenant_id': u'03466d9192ec403484b2722a5a015855', u'created_at': u'2018-09-02T07:33:14Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'03466d9192ec403484b2722a5a015855', u'l2_adjacency': True}) 2018-09-02 07:33:14,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:33:14,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:14,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-2f20f1e5-98c1-411f-93ee-1d050466c638 Date: Sun, 02 Sep 2018 07:33:14 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"03466d9192ec403484b2722a5a015855","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:33:14Z","qos_policy_id":null,"name":"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa","admin_state_up":true,"tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:33:14,423 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2f20f1e5-98c1-411f-93ee-1d050466c638 2018-09-02 07:33:14,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.351370096207s 2018-09-02 07:33:14,424 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-2f20f1e5-98c1-411f-93ee-1d050466c638 2018-09-02 07:33:14,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:33:14,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"subnet": {"name": "cinder_test-subnet_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "enable_dhcp": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:33:15,399 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-5b2be863-293f-43a3-abba-a5c0f6ab3ef3 Date: Sun, 02 Sep 2018 07:33:15 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:33:14Z","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":"03466d9192ec403484b2722a5a015855","id":"49faa7a0-764b-45c0-a5d9-09494002969f","subnetpool_id":null,"name":"cinder_test-subnet_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}} 2018-09-02 07:33:15,400 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5b2be863-293f-43a3-abba-a5c0f6ab3ef3 2018-09-02 07:33:15,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.974370002747s 2018-09-02 07:33:15,400 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-5b2be863-293f-43a3-abba-a5c0f6ab3ef3 2018-09-02 07:33:15,400 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:33:14Z', 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'49faa7a0-764b-45c0-a5d9-09494002969f', u'subnetpool_id': None, u'service_types': [], u'name': u'cinder_test-subnet_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', u'enable_dhcp': True, u'network_id': u'60512c6b-4b78-4b7a-b449-e4730114fe9f', u'tenant_id': u'03466d9192ec403484b2722a5a015855', u'created_at': u'2018-09-02T07:33:14Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'03466d9192ec403484b2722a5a015855'}) 2018-09-02 07:33:15,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:33:15,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "cinder_test-router_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "admin_state_up": true}}' 2018-09-02 07:33:22,325 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-58bcffc5-ae6e-42bc-adf6-7ebad51b3b61 Date: Sun, 02 Sep 2018 07:33:22 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:16Z", "admin_state_up": true, "updated_at": "2018-09-02T07:33:18Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "03466d9192ec403484b2722a5a015855", "id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "name": "cinder_test-router_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}} 2018-09-02 07:33:22,325 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-58bcffc5-ae6e-42bc-adf6-7ebad51b3b61 2018-09-02 07:33:22,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.92497396469s 2018-09-02 07:33:22,326 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-58bcffc5-ae6e-42bc-adf6-7ebad51b3b61 2018-09-02 07:33:22,326 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:33:18Z', u'revision_number': 3, u'id': u'9b96b4bf-fab0-4a0f-8d33-03f0839bde21', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cinder_test-router_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', u'admin_state_up': True, u'tenant_id': u'03466d9192ec403484b2722a5a015855', u'created_at': u'2018-09-02T07:33:16Z', u'flavor_id': None, u'routes': [], u'project_id': u'03466d9192ec403484b2722a5a015855'}) 2018-09-02 07:33:22,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:33:22,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"subnet_id": "49faa7a0-764b-45c0-a5d9-09494002969f"}' 2018-09-02 07:33:25,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f4485824-1c7f-4a4c-8116-c60441d78291 Date: Sun, 02 Sep 2018 07:33:25 GMT RESP BODY: {"network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "tenant_id": "03466d9192ec403484b2722a5a015855", "subnet_id": "49faa7a0-764b-45c0-a5d9-09494002969f", "subnet_ids": ["49faa7a0-764b-45c0-a5d9-09494002969f"], "port_id": "c98788a8-0093-4435-bccb-aff29e0f2d88", "id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21"} 2018-09-02 07:33:25,748 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21/add_router_interface.json used request id req-f4485824-1c7f-4a4c-8116-c60441d78291 2018-09-02 07:33:25,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.42072916031s 2018-09-02 07:33:25,748 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21/add_router_interface.json used request id req-f4485824-1c7f-4a4c-8116-c60441d78291 returning object 9b96b4bf-fab0-4a0f-8d33-03f0839bde21 2018-09-02 07:33:25,748 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:33:25,878 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:33:25,880 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:33:25,885 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:33:25 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:33:25,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:33:25,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:26,299 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e60b7eda-8180-4821-82ff-5739970f2a12 Date: Sun, 02 Sep 2018 07:33:26 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:33:26,299 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e60b7eda-8180-4821-82ff-5739970f2a12 2018-09-02 07:33:26,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.40841293335s 2018-09-02 07:33:26,299 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e60b7eda-8180-4821-82ff-5739970f2a12 2018-09-02 07:33:26,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:33:26,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}' 2018-09-02 07:33:26,630 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 939 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/431d20ce-0864-4493-8cc3-351f5053de97 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-2f374a61-e790-4cdd-a211-14e05cb1be14 Date: Sun, 02 Sep 2018 07:33:27 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:33:27Z", "file": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/file", "owner": "03466d9192ec403484b2722a5a015855", "id": "431d20ce-0864-4493-8cc3-351f5053de97", "size": null, "self": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97", "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_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "checksum": null, "created_at": "2018-09-02T07:33:27Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:33:26,631 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-2f374a61-e790-4cdd-a211-14e05cb1be14 2018-09-02 07:33:26,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.323065042496s 2018-09-02 07:33:26,631 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-2f374a61-e790-4cdd-a211-14e05cb1be14 returning object 431d20ce-0864-4493-8cc3-351f5053de97 2018-09-02 07:33:26,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:33:26,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '' 2018-09-02 07:33:28,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-30338b8d-8824-4204-9202-5c3a55b28ef2 Date: Sun, 02 Sep 2018 07:33: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 07:33:28,329 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/file used request id req-30338b8d-8824-4204-9202-5c3a55b28ef2 2018-09-02 07:33:28,329 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.69716691971s 2018-09-02 07:33:28,330 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/file used request id req-30338b8d-8824-4204-9202-5c3a55b28ef2 2018-09-02 07:33:28,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:33:28,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:28,748 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-138cf21b-a231-44a0-9342-9e87b850f913 Date: Sun, 02 Sep 2018 07:33:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:33:28Z", "file": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/file", "owner": "03466d9192ec403484b2722a5a015855", "id": "431d20ce-0864-4493-8cc3-351f5053de97", "size": 12716032, "self": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:33:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:33:28,748 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-138cf21b-a231-44a0-9342-9e87b850f913 2018-09-02 07:33:28,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.414173841476s 2018-09-02 07:33:28,748 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-138cf21b-a231-44a0-9342-9e87b850f913 2018-09-02 07:33:28,749 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap', u'metadata': Munch({})})], 'file': u'/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/file', 'owner': u'03466d9192ec403484b2722a5a015855', 'id': u'431d20ce-0864-4493-8cc3-351f5053de97', 'size': 12716032, u'self': u'/v2/images/431d20ce-0864-4493-8cc3-351f5053de97', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03466d9192ec403484b2722a5a015855', 'name': 'cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:33:28Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T07:33:28Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', '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/431d20ce-0864-4493-8cc3-351f5053de97', 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_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'created': u'2018-09-02T07:33:27Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:33: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/431d20ce-0864-4493-8cc3-351f5053de97', 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_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:33:28,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:33:28,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "cinder_test-flavor_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "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 07:33:29,091 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33: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-ec5f562f-c9dc-4af8-aef0-9e91120c7aba x-compute-request-id: req-ec5f562f-c9dc-4af8-aef0-9e91120c7aba Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "cinder_test-flavor_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "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": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec"}} 2018-09-02 07:33:29,091 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ec5f562f-c9dc-4af8-aef0-9e91120c7aba 2018-09-02 07:33:29,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.341923952103s 2018-09-02 07:33:29,092 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ec5f562f-c9dc-4af8-aef0-9e91120c7aba 2018-09-02 07:33:29,092 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cinder_test-flavor_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', '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'4b06fee7bf104ba386aa2f904001aa35', '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'8cdad7ff-3940-4869-bae7-fe119f7fd8ec', 'swap': 0}) 2018-09-02 07:33:29,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:33:29,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec/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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" -d '{"extra_specs": {}}' 2018-09-02 07:33:29,113 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-3e914049-8724-4f61-8dd6-7221096b7e7c x-compute-request-id: req-3e914049-8724-4f61-8dd6-7221096b7e7c Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:33:29,113 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec/os-extra_specs used request id req-3e914049-8724-4f61-8dd6-7221096b7e7c 2018-09-02 07:33:29,113 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200338363647s 2018-09-02 07:33:29,113 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec/os-extra_specs used request id req-3e914049-8724-4f61-8dd6-7221096b7e7c 2018-09-02 07:33:29,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 07:33:29,115 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"keypair": {"name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}}' 2018-09-02 07:33:29,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-569e468e-f6ef-469c-883f-3dc62b280986 x-compute-request-id: req-569e468e-f6ef-469c-883f-3dc62b280986 Content-Encoding: gzip Content-Length: 1811 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXWuXVKWy5CLwiK/3cIqoRQyRTKfBBP7q+VDSgHTRCo6WeN4BfKrYHQhZKZ1mpUZ3dlQCztcA/SIFTFlIEiil7tqmTyshoO2m/F5tQGK5B2I5sjANtoqvoJGAMoNJPUccTJ+VzwTO7x0WeuJ0eMJ+9Ofg3rI/k5TQdx1Tm1pm5X0uSjnHu7eoV4brqzUee+4pXn+JmfYy9krk547BSJqs9nNyu7vN5yl/foPLuH0i+qllput7ppVB3u4deNsqoJ7lTr2acF1t1Ias1Ys2vfCdD0Fx1d600KgEZhqvYCsNPKX7JsTeSIw+GJnHffnPb/FS6JjHqROEZI03PQk8eGndv Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA11rl1SlsuQi8Iiv93CKqEUMkUynwQT+6vlQ0oB00QqOlnjeA\nXyq2B0IWSmdZqVGd3ZUAs7XAP0iBUxZSBIope7apk8rIaDtpvxebUBiuQdiObIwD\nbaKr6CRgDKDST1HHEyflc8Ezu8dFnridHjCfvTn4N6yP5OU0HcdU5taZuV9Lko5x\n7u3qFeG66s1HnvuKV5/iZn2MvZK5OeOwUiarPZzcru7zecpf36Dy7h9IvqpZabre\n6aVQd7uHXjbKqCe5U69mnBdbdSGrNWLNr3wnQ9BcdXetNCoBGYar2ArDTyl+ybE3\nkiMPhiZx335z2/xUuiYx6kThGSNNz0JPHhp3bwIDAQABAoIBABlp+rF7H/9+DmWh\n92VhGdzLpZ/C1T19/dW0Ljmu+JncohDXz+hrK+wTWnoRVD1tCko56UlL65IMRma9\nvZQXkemtlrmANsJGMKaCbKu5HedbXQNmSolHpy3QDR2wZOFDb1DNZoCQjkBctdST\nSMdlSZSVILvBO4HxooLZISXUsXN0mefkYJwgG+w7c8WYVlCXxDcsQxPKwbE6NHr/\nLQQ00NazIu3NqUgw6ZM+IBkZ967ylgdXGadZ5hFoXZWEeablbkQhtgnZNARllTZv\nIWkZ5sBjMUJmow/Sd0pB4YLkP8Vz/ooFCx+e/gPV1TQfZFkeMwO/ErWK2PUAAXDJ\njJ6WqCECgYEA/mRCapg0cRjox8PeitLwQ3rtvrrYXEuq0p+uXUt4WCDMu1RUM2WN\nh21Blcfoiw+D57istl5Phejf9TR/ProxHMEz45R3hMW1/X2rPEIOi17xzahCaCcc\n86IL8T93Oy8NiwoK2BdbSRjwkZ/lRPNTw77f7aR8Uweqa9HqgSLomfcCgYEA2Ld0\n27IO787Z1cpQQTwetpQfoLkF/hD9n9wXAPUCw0X9sGIytlo0teJ2BshFrSt3kw84\n5DWvg1k4axuuLGwKbvlcIHiFwoHSPLYu3iWfZapqYux1Xsm9cSRKvZ2dkodkC6WU\nl9xsXQHFXaKMp9dtk6Gimi5t18FWPrYT5t5J8EkCgYEA1QBpxArxTglHT4ynV6HL\nXxUc3+hepNkOjRD61E8O0uuTwP6ZCffsCwrmMV2TTmyNS4aLxp8tAri8XPm52XHZ\nEXSL1/BGKrvI6BlDOU8uEnBLEqHiCIdHbI+wZC15zepV8qdT8R+NZaUmOSiitZrv\n9iRqJvbkyjjO7zxyl/H8xH0CgYA9e6bCoXyNWnEAr1ofd8/62oEylut1Thq2XLmG\nAvzaq6Oyg9mBVIw5wdrcR7tEyt0sspfgXr7Bk/Fmqb67SZeYLlSNvcOtECm2IbWg\nPqo/LJ7sG8ucrb16OOKfcvT+Wjzu9PX4M4fmxxbYXsJq57pltOitt1hgarBuMDfr\nOstdSQKBgQDe2SEx46Mev51Q5ChO/p4RxgYCnttqIEX9d0A1VJk/ERfkLVeDhQX9\nZod8b5hatZsKrgl4xoy2FhLrZibkvNkbl8I02ohX6VhaY60phO3YQJosuiZlbzmT\nvogyKOefien4PqvXRA0Me5OqcZv0/QNGKPR8OOsrbriClo3F4h4jbw==\n-----END RSA PRIVATE KEY-----\n", "user_id": "28536ccd85ea431686fce5876694213c", "name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "fingerprint": "6d:ab:80:17:e7:92:fc:a7:98:e4:f9:25:07:09:95:db"}} 2018-09-02 07:33:29,726 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-569e468e-f6ef-469c-883f-3dc62b280986 2018-09-02 07:33:29,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.612491130829s 2018-09-02 07:33:29,726 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-569e468e-f6ef-469c-883f-3dc62b280986 2018-09-02 07:33:29,727 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDXWuXVKWy5CLwiK/3cIqoRQyRTKfBBP7q+VDSgHTRCo6WeN4BfKrYHQhZKZ1mpUZ3dlQCztcA/SIFTFlIEiil7tqmTyshoO2m/F5tQGK5B2I5sjANtoqvoJGAMoNJPUccTJ+VzwTO7x0WeuJ0eMJ+9Ofg3rI/k5TQdx1Tm1pm5X0uSjnHu7eoV4brqzUee+4pXn+JmfYy9krk547BSJqs9nNyu7vN5yl/foPLuH0i+qllput7ppVB3u4deNsqoJ7lTr2acF1t1Ias1Ys2vfCdD0Fx1d600KgEZhqvYCsNPKX7JsTeSIw+GJnHffnPb/FS6JjHqROEZI03PQk8eGndv Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEA11rl1SlsuQi8Iiv93CKqEUMkUynwQT+6vlQ0oB00QqOlnjeA\nXyq2B0IWSmdZqVGd3ZUAs7XAP0iBUxZSBIope7apk8rIaDtpvxebUBiuQdiObIwD\nbaKr6CRgDKDST1HHEyflc8Ezu8dFnridHjCfvTn4N6yP5OU0HcdU5taZuV9Lko5x\n7u3qFeG66s1HnvuKV5/iZn2MvZK5OeOwUiarPZzcru7zecpf36Dy7h9IvqpZabre\n6aVQd7uHXjbKqCe5U69mnBdbdSGrNWLNr3wnQ9BcdXetNCoBGYar2ArDTyl+ybE3\nkiMPhiZx335z2/xUuiYx6kThGSNNz0JPHhp3bwIDAQABAoIBABlp+rF7H/9+DmWh\n92VhGdzLpZ/C1T19/dW0Ljmu+JncohDXz+hrK+wTWnoRVD1tCko56UlL65IMRma9\nvZQXkemtlrmANsJGMKaCbKu5HedbXQNmSolHpy3QDR2wZOFDb1DNZoCQjkBctdST\nSMdlSZSVILvBO4HxooLZISXUsXN0mefkYJwgG+w7c8WYVlCXxDcsQxPKwbE6NHr/\nLQQ00NazIu3NqUgw6ZM+IBkZ967ylgdXGadZ5hFoXZWEeablbkQhtgnZNARllTZv\nIWkZ5sBjMUJmow/Sd0pB4YLkP8Vz/ooFCx+e/gPV1TQfZFkeMwO/ErWK2PUAAXDJ\njJ6WqCECgYEA/mRCapg0cRjox8PeitLwQ3rtvrrYXEuq0p+uXUt4WCDMu1RUM2WN\nh21Blcfoiw+D57istl5Phejf9TR/ProxHMEz45R3hMW1/X2rPEIOi17xzahCaCcc\n86IL8T93Oy8NiwoK2BdbSRjwkZ/lRPNTw77f7aR8Uweqa9HqgSLomfcCgYEA2Ld0\n27IO787Z1cpQQTwetpQfoLkF/hD9n9wXAPUCw0X9sGIytlo0teJ2BshFrSt3kw84\n5DWvg1k4axuuLGwKbvlcIHiFwoHSPLYu3iWfZapqYux1Xsm9cSRKvZ2dkodkC6WU\nl9xsXQHFXaKMp9dtk6Gimi5t18FWPrYT5t5J8EkCgYEA1QBpxArxTglHT4ynV6HL\nXxUc3+hepNkOjRD61E8O0uuTwP6ZCffsCwrmMV2TTmyNS4aLxp8tAri8XPm52XHZ\nEXSL1/BGKrvI6BlDOU8uEnBLEqHiCIdHbI+wZC15zepV8qdT8R+NZaUmOSiitZrv\n9iRqJvbkyjjO7zxyl/H8xH0CgYA9e6bCoXyNWnEAr1ofd8/62oEylut1Thq2XLmG\nAvzaq6Oyg9mBVIw5wdrcR7tEyt0sspfgXr7Bk/Fmqb67SZeYLlSNvcOtECm2IbWg\nPqo/LJ7sG8ucrb16OOKfcvT+Wjzu9PX4M4fmxxbYXsJq57pltOitt1hgarBuMDfr\nOstdSQKBgQDe2SEx46Mev51Q5ChO/p4RxgYCnttqIEX9d0A1VJk/ERfkLVeDhQX9\nZod8b5hatZsKrgl4xoy2FhLrZibkvNkbl8I02ohX6VhaY60phO3YQJosuiZlbzmT\nvogyKOefien4PqvXRA0Me5OqcZv0/QNGKPR8OOsrbriClo3F4h4jbw==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'28536ccd85ea431686fce5876694213c', 'name': u'cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'created_at': '2018-09-02T07:33:29.727573', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03466d9192ec403484b2722a5a015855', 'name': 'cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6d:ab:80:17:e7:92:fc:a7:98:e4:f9:25:07:09:95:db', 'type': 'ssh', 'id': u'cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa'}) 2018-09-02 07:33:29,728 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpAIBAAKCAQEA11rl1SlsuQi8Iiv93CKqEUMkUynwQT+6vlQ0oB00QqOlnjeA Xyq2B0IWSmdZqVGd3ZUAs7XAP0iBUxZSBIope7apk8rIaDtpvxebUBiuQdiObIwD baKr6CRgDKDST1HHEyflc8Ezu8dFnridHjCfvTn4N6yP5OU0HcdU5taZuV9Lko5x 7u3qFeG66s1HnvuKV5/iZn2MvZK5OeOwUiarPZzcru7zecpf36Dy7h9IvqpZabre 6aVQd7uHXjbKqCe5U69mnBdbdSGrNWLNr3wnQ9BcdXetNCoBGYar2ArDTyl+ybE3 kiMPhiZx335z2/xUuiYx6kThGSNNz0JPHhp3bwIDAQABAoIBABlp+rF7H/9+DmWh 92VhGdzLpZ/C1T19/dW0Ljmu+JncohDXz+hrK+wTWnoRVD1tCko56UlL65IMRma9 vZQXkemtlrmANsJGMKaCbKu5HedbXQNmSolHpy3QDR2wZOFDb1DNZoCQjkBctdST SMdlSZSVILvBO4HxooLZISXUsXN0mefkYJwgG+w7c8WYVlCXxDcsQxPKwbE6NHr/ LQQ00NazIu3NqUgw6ZM+IBkZ967ylgdXGadZ5hFoXZWEeablbkQhtgnZNARllTZv IWkZ5sBjMUJmow/Sd0pB4YLkP8Vz/ooFCx+e/gPV1TQfZFkeMwO/ErWK2PUAAXDJ jJ6WqCECgYEA/mRCapg0cRjox8PeitLwQ3rtvrrYXEuq0p+uXUt4WCDMu1RUM2WN h21Blcfoiw+D57istl5Phejf9TR/ProxHMEz45R3hMW1/X2rPEIOi17xzahCaCcc 86IL8T93Oy8NiwoK2BdbSRjwkZ/lRPNTw77f7aR8Uweqa9HqgSLomfcCgYEA2Ld0 27IO787Z1cpQQTwetpQfoLkF/hD9n9wXAPUCw0X9sGIytlo0teJ2BshFrSt3kw84 5DWvg1k4axuuLGwKbvlcIHiFwoHSPLYu3iWfZapqYux1Xsm9cSRKvZ2dkodkC6WU l9xsXQHFXaKMp9dtk6Gimi5t18FWPrYT5t5J8EkCgYEA1QBpxArxTglHT4ynV6HL XxUc3+hepNkOjRD61E8O0uuTwP6ZCffsCwrmMV2TTmyNS4aLxp8tAri8XPm52XHZ EXSL1/BGKrvI6BlDOU8uEnBLEqHiCIdHbI+wZC15zepV8qdT8R+NZaUmOSiitZrv 9iRqJvbkyjjO7zxyl/H8xH0CgYA9e6bCoXyNWnEAr1ofd8/62oEylut1Thq2XLmG Avzaq6Oyg9mBVIw5wdrcR7tEyt0sspfgXr7Bk/Fmqb67SZeYLlSNvcOtECm2IbWg Pqo/LJ7sG8ucrb16OOKfcvT+Wjzu9PX4M4fmxxbYXsJq57pltOitt1hgarBuMDfr OstdSQKBgQDe2SEx46Mev51Q5ChO/p4RxgYCnttqIEX9d0A1VJk/ERfkLVeDhQX9 Zod8b5hatZsKrgl4xoy2FhLrZibkvNkbl8I02ohX6VhaY60phO3YQJosuiZlbzmT vogyKOefien4PqvXRA0Me5OqcZv0/QNGKPR8OOsrbriClo3F4h4jbw== -----END RSA PRIVATE KEY----- 2018-09-02 07:33:29,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 07:33:29,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"security_group": {"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "description": "created by OPNFV Functest (cinder_test)"}}' 2018-09-02 07:33:29,867 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1422 X-Openstack-Request-Id: req-a6892da6-5ff7-4c72-9478-8fb4420d4917 Date: Sun, 02 Sep 2018 07:33:29 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:29Z", "updated_at": "2018-09-02T07:33:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:29Z", "revision_number": 0, "id": "422e0c9c-b715-4224-abe2-a149cce02542", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:29Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:29Z", "revision_number": 0, "id": "84fdbdce-f80a-4cf1-bf83-aafce2a12c3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:29Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}], "revision_number": 1, "project_id": "03466d9192ec403484b2722a5a015855", "id": "73594581-c060-474b-aa00-cfa23f3ce945", "name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}} 2018-09-02 07:33:29,868 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a6892da6-5ff7-4c72-9478-8fb4420d4917 2018-09-02 07:33:29,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.136888027191s 2018-09-02 07:33:29,868 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a6892da6-5ff7-4c72-9478-8fb4420d4917 2018-09-02 07:33:29,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:33:29,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:30,176 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3838 X-Openstack-Request-Id: req-3b5da592-3100-4d50-a309-a75b49c4f50b Date: Sun, 02 Sep 2018 07:33:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:14Z", "updated_at": "2018-09-02T07:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "1b0a1a64-c817-4ac3-84c0-42e1fb532852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "3e57938f-193d-41ac-9aeb-a5fc6d83ec30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "a54314c1-e4fd-4272-b69d-3a554be1dd13", "remote_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "d4cbaf68-7a33-484d-aec3-f4edac668812", "remote_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}], "revision_number": 1, "project_id": "03466d9192ec403484b2722a5a015855", "id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:29Z", "updated_at": "2018-09-02T07:33:29Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:29Z", "revision_number": 0, "id": "422e0c9c-b715-4224-abe2-a149cce02542", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:29Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:29Z", "revision_number": 0, "id": "84fdbdce-f80a-4cf1-bf83-aafce2a12c3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:29Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}], "revision_number": 1, "project_id": "03466d9192ec403484b2722a5a015855", "id": "73594581-c060-474b-aa00-cfa23f3ce945", "name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}]} 2018-09-02 07:33:30,176 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-3b5da592-3100-4d50-a309-a75b49c4f50b 2018-09-02 07:33:30,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.303571939468s 2018-09-02 07:33:30,177 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-3b5da592-3100-4d50-a309-a75b49c4f50b 2018-09-02 07:33:30,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 07:33:30,182 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -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": "73594581-c060-474b-aa00-cfa23f3ce945"}}' 2018-09-02 07:33:30,641 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-23fd47aa-6f6e-4a15-b12e-a8e17057259c Date: Sun, 02 Sep 2018 07:33:30 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-02T07:33:30Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "port_range_min": 22, "revision_number": 0, "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:30Z", "project_id": "03466d9192ec403484b2722a5a015855", "id": "905c9d03-00f1-4dc9-886b-83212a65de85"}} 2018-09-02 07:33:30,641 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-23fd47aa-6f6e-4a15-b12e-a8e17057259c 2018-09-02 07:33:30,641 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.459813117981s 2018-09-02 07:33:30,641 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-23fd47aa-6f6e-4a15-b12e-a8e17057259c 2018-09-02 07:33:30,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:33:30,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:30,953 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4334 X-Openstack-Request-Id: req-a6d66fcf-bcb9-456a-bf5a-019f6e7a65a2 Date: Sun, 02 Sep 2018 07:33:30 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:14Z", "updated_at": "2018-09-02T07:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "1b0a1a64-c817-4ac3-84c0-42e1fb532852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "3e57938f-193d-41ac-9aeb-a5fc6d83ec30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "a54314c1-e4fd-4272-b69d-3a554be1dd13", "remote_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "d4cbaf68-7a33-484d-aec3-f4edac668812", "remote_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}], "revision_number": 1, "project_id": "03466d9192ec403484b2722a5a015855", "id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:29Z", "updated_at": "2018-09-02T07:33:30Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:29Z", "revision_number": 0, "id": "422e0c9c-b715-4224-abe2-a149cce02542", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:29Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:29Z", "revision_number": 0, "id": "84fdbdce-f80a-4cf1-bf83-aafce2a12c3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:29Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T07:33:30Z", "revision_number": 0, "id": "905c9d03-00f1-4dc9-886b-83212a65de85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:30Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": 22, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}], "revision_number": 2, "project_id": "03466d9192ec403484b2722a5a015855", "id": "73594581-c060-474b-aa00-cfa23f3ce945", "name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}]} 2018-09-02 07:33:30,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a6d66fcf-bcb9-456a-bf5a-019f6e7a65a2 2018-09-02 07:33:30,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.308185100555s 2018-09-02 07:33:30,954 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a6d66fcf-bcb9-456a-bf5a-019f6e7a65a2 2018-09-02 07:33:30,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 07:33:30,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -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": "73594581-c060-474b-aa00-cfa23f3ce945"}}' 2018-09-02 07:33:31,089 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-433dd054-588d-4755-8456-9a77b9809036 Date: Sun, 02 Sep 2018 07:33:31 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-02T07:33:31Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "port_range_min": null, "revision_number": 0, "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:31Z", "project_id": "03466d9192ec403484b2722a5a015855", "id": "29a607d2-06c9-41cc-8f73-ab361c20e635"}} 2018-09-02 07:33:31,090 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-433dd054-588d-4755-8456-9a77b9809036 2018-09-02 07:33:31,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.132616043091s 2018-09-02 07:33:31,090 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-433dd054-588d-4755-8456-9a77b9809036 2018-09-02 07:33:31,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:33:31,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:31,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-61a3570f-6984-4612-b51a-92a92d0fa77d Date: Sun, 02 Sep 2018 07:33:31 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"03466d9192ec403484b2722a5a015855","l2_adjacency":true,"status":"ACTIVE","subnets":["49faa7a0-764b-45c0-a5d9-09494002969f"],"description":"","tags":[],"updated_at":"2018-09-02T07:33:14Z","qos_policy_id":null,"name":"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa","admin_state_up":true,"tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:33:31,180 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-61a3570f-6984-4612-b51a-92a92d0fa77d 2018-09-02 07:33:31,180 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0880529880524s 2018-09-02 07:33:31,180 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-61a3570f-6984-4612-b51a-92a92d0fa77d 2018-09-02 07:33:31,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:33:31,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:31,497 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-9edb701d-b44b-4165-b62e-4ad3dae79253 Date: Sun, 02 Sep 2018 07:33:31 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:33:28Z", "file": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/file", "owner": "03466d9192ec403484b2722a5a015855", "id": "431d20ce-0864-4493-8cc3-351f5053de97", "size": 12716032, "self": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:33:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:33:31,497 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9edb701d-b44b-4165-b62e-4ad3dae79253 2018-09-02 07:33:31,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.312623977661s 2018-09-02 07:33:31,498 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9edb701d-b44b-4165-b62e-4ad3dae79253 2018-09-02 07:33:31,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:33:31,502 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:31,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33: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-4dd42101-b321-497b-b976-db93fc713980 x-compute-request-id: req-4dd42101-b321-497b-b976-db93fc713980 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "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": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec"}]} 2018-09-02 07:33:31,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-4dd42101-b321-497b-b976-db93fc713980 2018-09-02 07:33:31,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0223801136017s 2018-09-02 07:33:31,522 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-4dd42101-b321-497b-b976-db93fc713980 2018-09-02 07:33:31,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 07:33:31,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"server": {"name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "imageRef": "431d20ce-0864-4493-8cc3-351f5053de97", "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "flavorRef": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "max_count": 1, "min_count": 1, "networks": [{"uuid": "60512c6b-4b78-4b7a-b449-e4730114fe9f"}], "security_groups": [{"name": "73594581-c060-474b-aa00-cfa23f3ce945"}]}}' 2018-09-02 07:33:36,432 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:33: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-3f6ac573-27aa-45c3-810f-d319b6cb4901 x-compute-request-id: req-3f6ac573-27aa-45c3-810f-d319b6cb4901 Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "73594581-c060-474b-aa00-cfa23f3ce945"}], "OS-DCF:diskConfig": "MANUAL", "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "adminPass": "pAu5qedBdmY8"}} 2018-09-02 07:33:36,432 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-3f6ac573-27aa-45c3-810f-d319b6cb4901 2018-09-02 07:33:36,432 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.90853500366s 2018-09-02 07:33:36,433 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-3f6ac573-27aa-45c3-810f-d319b6cb4901 2018-09-02 07:33:36,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:33:36,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:37,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33: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-d600245d-3192-4832-a40f-d52087f244ed x-compute-request-id: req-d600245d-3192-4832-a40f-d52087f244ed 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.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "user_id": "28536ccd85ea431686fce5876694213c", "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-02T07:33:36Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:33:37,051 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d600245d-3192-4832-a40f-d52087f244ed 2018-09-02 07:33:37,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.617910146713s 2018-09-02 07:33:37,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d600245d-3192-4832-a40f-d52087f244ed 2018-09-02 07:33:37,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:33:37,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:37,437 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-d93ea266-0c51-41e1-84bb-31d263bac1f2 Date: Sun, 02 Sep 2018 07:33:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"03466d9192ec403484b2722a5a015855","l2_adjacency":true,"status":"ACTIVE","subnets":["49faa7a0-764b-45c0-a5d9-09494002969f"],"description":"","tags":[],"updated_at":"2018-09-02T07:33:14Z","qos_policy_id":null,"name":"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa","admin_state_up":true,"tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:33:37,437 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d93ea266-0c51-41e1-84bb-31d263bac1f2 2018-09-02 07:33:37,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.378954172134s 2018-09-02 07:33:37,438 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d93ea266-0c51-41e1-84bb-31d263bac1f2 2018-09-02 07:33:37,439 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:33:37,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:37,766 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-bdd98315-41f6-4e81-8927-2d85ce95aef4 Date: Sun, 02 Sep 2018 07:33:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:33:14Z","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":"03466d9192ec403484b2722a5a015855","id":"49faa7a0-764b-45c0-a5d9-09494002969f","subnetpool_id":null,"name":"cinder_test-subnet_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}]} 2018-09-02 07:33:37,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-bdd98315-41f6-4e81-8927-2d85ce95aef4 2018-09-02 07:33:37,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.327672958374s 2018-09-02 07:33:37,767 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-bdd98315-41f6-4e81-8927-2d85ce95aef4 2018-09-02 07:33:37,768 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:33:39,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:33:39,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:41,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-ef8c8fa6-4efb-41bb-82bb-3ecb287f3ffa x-compute-request-id: req-ef8c8fa6-4efb-41bb-82bb-3ecb287f3ffa 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.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:33:39Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:33:41,119 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ef8c8fa6-4efb-41bb-82bb-3ecb287f3ffa 2018-09-02 07:33:41,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.34861588478s 2018-09-02 07:33:41,119 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ef8c8fa6-4efb-41bb-82bb-3ecb287f3ffa 2018-09-02 07:33:41,123 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:33:43,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:33:43,128 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:44,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33: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-20b087f1-20ee-43fa-9f54-9ec1086b321c x-compute-request-id: req-20b087f1-20ee-43fa-9f54-9ec1086b321c 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.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:33:39Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:33:44,461 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-20b087f1-20ee-43fa-9f54-9ec1086b321c 2018-09-02 07:33:44,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33483290672s 2018-09-02 07:33:44,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-20b087f1-20ee-43fa-9f54-9ec1086b321c 2018-09-02 07:33:44,466 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:33:46,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:33:46,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:47,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33: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-51c6c7b5-2a7b-42d6-8f58-20a932d08ec1 x-compute-request-id: req-51c6c7b5-2a7b-42d6-8f58-20a932d08ec1 Content-Encoding: gzip Content-Length: 747 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:33:44.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:33:45Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:33:47,325 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-51c6c7b5-2a7b-42d6-8f58-20a932d08ec1 2018-09-02 07:33:47,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.856028079987s 2018-09-02 07:33:47,325 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-51c6c7b5-2a7b-42d6-8f58-20a932d08ec1 2018-09-02 07:33:47,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:33:47,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=295038e3-b8b8-4059-88f1-02f3753a6ee0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:47,405 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-ef60af8d-03ae-4ba0-80f9-6fcf064a9511 Date: Sun, 02 Sep 2018 07:33:47 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:33:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"49faa7a0-764b-45c0-a5d9-09494002969f","ip_address":"192.168.120.8"}],"id":"12a3a5bf-9b0a-47bb-87db-a684e09d5016","security_groups":["73594581-c060-474b-aa00-cfa23f3ce945"],"mac_address":"fa:16:3e:e2:19:be","project_id":"03466d9192ec403484b2722a5a015855","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:39Z","binding:vnic_type":"normal","device_id":"295038e3-b8b8-4059-88f1-02f3753a6ee0","ip_allocation":"immediate"}]} 2018-09-02 07:33:47,406 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=295038e3-b8b8-4059-88f1-02f3753a6ee0 used request id req-ef60af8d-03ae-4ba0-80f9-6fcf064a9511 2018-09-02 07:33:47,406 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0760397911072s 2018-09-02 07:33:47,406 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=295038e3-b8b8-4059-88f1-02f3753a6ee0 used request id req-ef60af8d-03ae-4ba0-80f9-6fcf064a9511 2018-09-02 07:33:47,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:33:47,412 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=12a3a5bf-9b0a-47bb-87db-a684e09d5016" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:47,793 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-553f3808-2852-48e8-a632-a7c6d56be854 Date: Sun, 02 Sep 2018 07:33:47 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:33:47,793 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=12a3a5bf-9b0a-47bb-87db-a684e09d5016 used request id req-553f3808-2852-48e8-a632-a7c6d56be854 2018-09-02 07:33:47,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.382105112076s 2018-09-02 07:33:47,794 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=12a3a5bf-9b0a-47bb-87db-a684e09d5016 used request id req-553f3808-2852-48e8-a632-a7c6d56be854 2018-09-02 07:33:47,794 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e2:19:be', 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'431d20ce-0864-4493-8cc3-351f5053de97'}), 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-02T07:33:44.000000', 'flavor': Munch({u'id': u'8cdad7ff-3940-4869-bae7-fe119f7fd8ec'}), 'az': u'nova', 'id': u'295038e3-b8b8-4059-88f1-02f3753a6ee0', 'security_groups': [Munch({u'name': u'cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'28536ccd85ea431686fce5876694213c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03466d9192ec403484b2722a5a015855', 'name': 'cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', '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-02T07:33:44.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T07:33:45Z', 'hostId': u'd1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'public_v6': '', 'private_v4': u'192.168.120.8', 'cloud': 'envvars', 'host_id': u'd1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f', '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-02T07:33:44.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'03466d9192ec403484b2722a5a015855', 'name': u'cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'adminPass': u'pAu5qedBdmY8', 'tenant_id': u'03466d9192ec403484b2722a5a015855', 'created_at': u'2018-09-02T07:33:36Z', 'created': u'2018-09-02T07:33:36Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 07:33:47,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:33:47,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:47,898 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-4b36b3da-a8c9-4ca3-8aa9-3a4b697501ce Date: Sun, 02 Sep 2018 07:33:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"03466d9192ec403484b2722a5a015855","l2_adjacency":true,"status":"ACTIVE","subnets":["49faa7a0-764b-45c0-a5d9-09494002969f"],"description":"","tags":[],"updated_at":"2018-09-02T07:33:14Z","qos_policy_id":null,"name":"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa","admin_state_up":true,"tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:33:47,898 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-4b36b3da-a8c9-4ca3-8aa9-3a4b697501ce 2018-09-02 07:33:47,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101002931595s 2018-09-02 07:33:47,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-4b36b3da-a8c9-4ca3-8aa9-3a4b697501ce 2018-09-02 07:33:47,900 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:33:47,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=295038e3-b8b8-4059-88f1-02f3753a6ee0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:48,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-30790a72-2c10-46bb-acd9-c3f1ccd42542 Date: Sun, 02 Sep 2018 07:33:48 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:33:44Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"49faa7a0-764b-45c0-a5d9-09494002969f","ip_address":"192.168.120.8"}],"id":"12a3a5bf-9b0a-47bb-87db-a684e09d5016","security_groups":["73594581-c060-474b-aa00-cfa23f3ce945"],"mac_address":"fa:16:3e:e2:19:be","project_id":"03466d9192ec403484b2722a5a015855","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:39Z","binding:vnic_type":"normal","device_id":"295038e3-b8b8-4059-88f1-02f3753a6ee0","ip_allocation":"immediate"}]} 2018-09-02 07:33:48,228 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=295038e3-b8b8-4059-88f1-02f3753a6ee0 used request id req-30790a72-2c10-46bb-acd9-c3f1ccd42542 2018-09-02 07:33:48,228 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.327564954758s 2018-09-02 07:33:48,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=295038e3-b8b8-4059-88f1-02f3753a6ee0 used request id req-30790a72-2c10-46bb-acd9-c3f1ccd42542 2018-09-02 07:33:48,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 07:33:48,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.8", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016"}}' 2018-09-02 07:33:51,055 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-2956bce1-7ecc-4284-9fc7-cf87a089a437 Date: Sun, 02 Sep 2018 07:33:51 GMT RESP BODY: {"floatingip": {"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:49Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}} 2018-09-02 07:33:51,056 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-2956bce1-7ecc-4284-9fc7-cf87a089a437 2018-09-02 07:33:51,056 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.82695198059s 2018-09-02 07:33:51,056 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-2956bce1-7ecc-4284-9fc7-cf87a089a437 2018-09-02 07:33:51,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:33:51,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:51,122 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-c90316d5-da66-46ca-abe9-a20fbd48db1e Date: Sun, 02 Sep 2018 07:33:51 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:49Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}]} 2018-09-02 07:33:51,122 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-c90316d5-da66-46ca-abe9-a20fbd48db1e 2018-09-02 07:33:51,123 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0577549934387s 2018-09-02 07:33:51,123 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-c90316d5-da66-46ca-abe9-a20fbd48db1e 2018-09-02 07:33:51,126 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:33:51,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:33:51,230 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:51,289 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-5744b250-d3d9-4b86-8f2a-10318eebf68d Date: Sun, 02 Sep 2018 07:33:51 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:49Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}]} 2018-09-02 07:33:51,289 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5744b250-d3d9-4b86-8f2a-10318eebf68d 2018-09-02 07:33:51,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0595860481262s 2018-09-02 07:33:51,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5744b250-d3d9-4b86-8f2a-10318eebf68d 2018-09-02 07:33:51,293 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:33:51,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:33:51,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:51,461 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-42b06e02-7339-4399-8818-5bf6dd8cfaeb Date: Sun, 02 Sep 2018 07:33:51 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:49Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}]} 2018-09-02 07:33:51,462 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-42b06e02-7339-4399-8818-5bf6dd8cfaeb 2018-09-02 07:33:51,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0641570091248s 2018-09-02 07:33:51,462 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-42b06e02-7339-4399-8818-5bf6dd8cfaeb 2018-09-02 07:33:51,465 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:33:51,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:33:51,571 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:51,633 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9590e2cf-2bb6-4847-84ee-f22425402ee1 Date: Sun, 02 Sep 2018 07:33:52 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:49Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}]} 2018-09-02 07:33:51,633 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9590e2cf-2bb6-4847-84ee-f22425402ee1 2018-09-02 07:33:51,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0629160404205s 2018-09-02 07:33:51,634 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9590e2cf-2bb6-4847-84ee-f22425402ee1 2018-09-02 07:33:51,637 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:33:51,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:33:51,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:52,259 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-8f7a3726-97e9-407b-853d-959c041446d3 Date: Sun, 02 Sep 2018 07:33:52 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:49Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}]} 2018-09-02 07:33:52,259 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-8f7a3726-97e9-407b-853d-959c041446d3 2018-09-02 07:33:52,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.516966104507s 2018-09-02 07:33:52,260 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-8f7a3726-97e9-407b-853d-959c041446d3 2018-09-02 07:33:52,263 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:33:52,368 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:33:52,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:52,427 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-a9570701-d5d3-47bf-9863-94a2dc9595f3 Date: Sun, 02 Sep 2018 07:33:52 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:52Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 1, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}]} 2018-09-02 07:33:52,427 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a9570701-d5d3-47bf-9863-94a2dc9595f3 2018-09-02 07:33:52,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0588738918304s 2018-09-02 07:33:52,428 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a9570701-d5d3-47bf-9863-94a2dc9595f3 2018-09-02 07:33:52,431 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'9b96b4bf-fab0-4a0f-8d33-03f0839bde21', 'updated_at': u'2018-09-02T07:33:52Z', 'fixed_ip_address': u'192.168.120.8', 'floating_ip_address': u'172.30.9.205', 'revision_number': 1, 'port_id': u'12a3a5bf-9b0a-47bb-87db-a684e09d5016', 'id': u'7a62dbe9-fd1c-416c-83f7-cf63d60a170e', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'12a3a5bf-9b0a-47bb-87db-a684e09d5016', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03466d9192ec403484b2722a5a015855', 'name': 'cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'03466d9192ec403484b2722a5a015855', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'60512c6b-4b78-4b7a-b449-e4730114fe9f', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:e2:19:be', u'device_id': u'295038e3-b8b8-4059-88f1-02f3753a6ee0'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'03466d9192ec403484b2722a5a015855', 'created_at': u'2018-09-02T07:33:49Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'60512c6b-4b78-4b7a-b449-e4730114fe9f', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:e2:19:be', u'device_id': u'295038e3-b8b8-4059-88f1-02f3753a6ee0'}), 'router': u'9b96b4bf-fab0-4a0f-8d33-03f0839bde21'}) 2018-09-02 07:33:52,432 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 07:33:52,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 07:33:52,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33: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-29ffd538-8e50-4694-90c2-d68d515a6220 x-compute-request-id: req-29ffd538-8e50-4694-90c2-d68d515a6220 Content-Encoding: gzip Content-Length: 9595 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 465994420 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.177676] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.179860] pid_max: default: 32768 minimum: 301\n[ 0.181043] ACPI: Core revision 20150930\n[ 0.182675] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.184395] Security Framework initialized\n[ 0.185484] Yama: becoming mindful.\n[ 0.186460] AppArmor: AppArmor initialized\n[ 0.187582] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.189316] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.190978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.192548] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.194362] Initializing cgroup subsys io\n[ 0.195437] Initializing cgroup subsys memory\n[ 0.196581] Initializing cgroup subsys devices\n[ 0.197740] Initializing cgroup subsys freezer\n[ 0.198892] Initializing cgroup subsys net_cls\n[ 0.200032] Initializing cgroup subsys perf_event\n[ 0.201245] Initializing cgroup subsys net_prio\n[ 0.202414] Initializing cgroup subsys hugetlb\n[ 0.203556] Initializing cgroup subsys pids\n[ 0.204713] CPU: Physical Processor ID: 0\n[ 0.206465] mce: CPU supports 10 MCE banks\n[ 0.207572] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.208902] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.223634] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.230152] ftrace: allocating 31920 entries in 125 pages\n[ 0.255251] smpboot: Max logical packages: 1\n[ 0.256376] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.258183] x2apic enabled\n[ 0.259289] Switched APIC routing to physical x2apic.\n[ 0.261695] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.263157] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.265782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.268144] KVM setup paravirtual spinlock\n[ 0.269705] x86: Booted up 1 node, 1 CPUs\n[ 0.270769] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.272581] devtmpfs: initialized\n[ 0.274514] evm: security.selinux\n[ 0.275443] evm: security.SMACK64\n[ 0.276369] evm: security.SMACK64EXEC\n[ 0.277355] evm: security.SMACK64TRANSMUTE\n[ 0.278420] evm: security.SMACK64MMAP\n[ 0.279411] evm: security.ima\n[ 0.280271] evm: security.capability\n[ 0.281319] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.283743] pinctrl core: initialized pinctrl subsystem\n[ 0.285163] RTC time: 7:33:45, date: 09/02/18\n[ 0.286412] NET: Registered protocol family 16\n[ 0.287686] cpuidle: using governor ladder\n[ 0.288774] cpuidle: using governor menu\n[ 0.289819] PCCT header not found.\n[ 0.290816] ACPI: bus type PCI registered\n[ 0.291880] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.293486] PCI: Using configuration type 1 for base access\n[ 0.295584] ACPI: Added _OSI(Module Device)\n[ 0.296709] ACPI: Added _OSI(Processor Device)\n[ 0.297844] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.299038] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.301162] ACPI: Interpreter enabled\n[ 0.302176] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.304615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.307053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.309509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.311941] ACPI: (supports S0 S5)\n[ 0.312884] ACPI: Using IOAPIC for interrupt routing\n[ 0.314134] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.317866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.319372] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.320990] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.322563] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.325466] acpiphp: Slot [3] registered\n[ 0.326540] acpiphp: Slot [4] registered\n[ 0.327606] acpiphp: Slot [5] registered\n[ 0.328681] acpiphp: Slot [6] registered\n[ 0.329753] acpiphp: Slot [7] registered\n[ 0.330824] acpiphp: Slot [8] registered\n[ 0.331889] acpiphp: Slot [9] registered\n[ 0.332953] acpiphp: Slot [10] registered\n[ 0.334040] acpiphp: Slot [11] registered\n[ 0.335130] acpiphp: Slot [12] registered\n[ 0.336216] acpiphp: Slot [13] registered\n[ 0.337298] acpiphp: Slot [14] registered\n[ 0.338385] acpiphp: Slot [15] registered\n[ 0.353574] acpiphp: Slot [16] registered\n[ 0.354681] acpiphp: Slot [17] registered\n[ 0.355758] acpiphp: Slot [18] registered\n[ 0.356838] acpiphp: Slot [19] registered\n[ 0.357921] acpiphp: Slot [20] registered\n[ 0.359003] acpiphp: Slot [21] registered\n[ 0.360089] acpiphp: Slot [22] registered\n[ 0.361170] acpiphp: Slot [23] registered\n[ 0.362252] acpiphp: Slot [24] registered\n[ 0.363337] acpiphp: Slot [25] registered\n[ 0.364413] acpiphp: Slot [26] registered\n[ 0.365491] acpiphp: Slot [27] registered\n[ 0.366578] acpiphp: Slot [28] registered\n[ 0.367667] acpiphp: Slot [29] registered\n[ 0.368750] acpiphp: Slot [30] registered\n[ 0.369835] acpiphp: Slot [31] registered\n[ 0.370918] PCI host bridge to bus 0000:00\n[ 0.372003] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.373603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.375208] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.377161] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.379106] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.381089] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.384990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.386671] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.388226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.389910] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.394257] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.396198] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.416611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.418596] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.420499] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.422409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.424280] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.426077] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.427852] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.429268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.431347] vgaarb: loaded\n[ 0.432169] vgaarb: bridge control possible 0000:00:02.0\n[ 0.433813] SCSI subsystem initialized\n[ 0.435058] ACPI: bus type USB registered\n[ 0.436173] usbcore: registered new interface driver usbfs\n[ 0.437580] usbcore: registered new interface driver hub\n[ 0.438952] usbcore: registered new device driver usb\n[ 0.440452] PCI: Using ACPI for IRQ routing\n[ 0.441972] NetLabel: Initializing\n[ 0.442944] NetLabel: domain hash size = 128\n[ 0.444085] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.445354] NetLabel: unlabeled traffic allowed by default\n[ 0.446925] clocksource: Switched to clocksource kvm-clock\n[ 0.456917] AppArmor: AppArmor Filesystem Enabled\n[ 0.458192] pnp: PnP ACPI init\n[ 0.459449] pnp: PnP ACPI: found 5 devices\n[ 0.466285] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.468571] NET: Registered protocol family 2\n[ 0.469967] 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.473308] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.474913] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.476368] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.477946] NET: Registered protocol family 1\n[ 0.479141] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.480610] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.482051] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.496581] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.510981] Trying to unpack rootfs image as initramfs...\n[ 0.571735] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.573931] Scanning for low memory corruption every 60 seconds\n[ 0.575701] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.577251] audit: initializing netlink subsys (disabled)\n[ 0.578624] audit: type=2000 audit(1535873625.641:1): initialized\n[ 0.580400] Initialise system trusted keyring\n[ 0.581657] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.583208] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.585849] zbud: loaded\n[ 0.586813] VFS: Disk quotas dquot_6.6.0\n[ 0.587924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.590014] fuse init (API version 7.23)\n[ 0.591237] Key type big_key registered\n[ 0.594650] Allocating IMA MOK and blacklist keyrings.\n[ 0.596691] Key type asymmetric registered\n[ 0.597819] Asymmetric key parser 'x509' registered\n[ 0.599295] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.601366] io scheduler noop registered\n[ 0.602434] io scheduler deadline registered (default)\n[ 0.603778] io scheduler cfq registered\n[ 0.605067] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.606480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.608305] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.610306] ACPI: Power Button [PWRF]\n[ 0.611562] GHES: HEST is not enabled!\n[ 0.625745] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.655313] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.658360] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.682038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.685115] Linux agpgart interface v0.103\n[ 0.688527] brd: module loaded\n[ 0.690746] loop: module loaded\n[ 0.695257] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.697238] GPT:90111 != 2097151\n[ 0.698167] GPT:Alternate GPT header not at the end of the disk.\n[ 0.699650] GPT:90111 != 2097151\n[ 0.700578] GPT: Use GNU Parted to correct GPT errors.\n[ 0.701892] vda: vda1 vda15\n[ 0.703613] scsi host0: ata_piix\n[ 0.704676] scsi host1: ata_piix\n[ 0.705658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.707291] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.709270] libphy: Fixed MDIO Bus: probed\n[ 0.710401] tun: Universal TUN/TAP device driver, 1.6\n[ 0.711695] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.714656] PPP generic driver version 2.4.2\n[ 0.715906] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.717495] ehci-pci: EHCI PCI platform driver\n[ 0.718690] ehci-platform: EHCI generic platform driver\n[ 0.720035] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.721555] ohci-pci: OHCI PCI platform driver\n[ 0.722744] ohci-platform: OHCI generic platform driver\n[ 0.724092] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.738705] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.740059] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.742053] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.743432] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.744974] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.746590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.748477] usb usb1: Product: UHCI Host Controller\n[ 0.749732] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.751243] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.752534] hub 1-0:1.0: USB hub found\n[ 0.753657] hub 1-0:1.0: 2 ports detected\n[ 0.754906] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.757732] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.759023] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.760410] mousedev: PS/2 mouse device common for all mice\n[ 0.762088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.764531] rtc_cmos 00:00: RTC can wake from S4\n[ 0.766034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.767640] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.769232] i2c /dev entries driver\n[ 0.770260] device-mapper: uevent: version 1.0.3\n[ 0.771543] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.773729] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.775552] NET: Registered protocol family 10\n[ 0.777068] NET: Registered protocol family 17\n[ 0.778264] Key type dns_resolver registered\n[ 0.779614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.781070] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.783445] registered taskstats version 1\n[ 0.784585] Loading compiled-in X.509 certificates\n[ 0.786388] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.788853] zswap: loaded using pool lzo/zbud\n[ 0.790943] Key type trusted registered\n[ 0.793042] Key type encrypted registered\n[ 0.794151] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.795532] ima: No TPM chip found, activating TPM-bypass!\n[ 0.796910] evm: HMAC attrs: 0x1\n[ 0.798187] Magic number: 2:936:570\n[ 0.799340] rtc_cmos 00:00: setting system clock to 2018-09-02 07:33:45 UTC (1535873625)\n[ 0.801494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.802962] EDD information not available.\n[ 0.868618] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.885334] Write protecting the kernel read-only data: 14336k\n[ 0.888262] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.890667] 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.938815] 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.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.93. iid=i-00000014\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-----\n/dev/root resized successfully [took 0.10s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdSSDgxEQ6bjeIMBuaxkOKBQ8/I48ZA04RcStFZvq0UBxZukRAM4lVIJfJYEbQRSnom4A6anfEvD01+4L/lJ932TrQILR7IJDsrPEn8JiUL07tg2ca40F0FdnCVwcqpNTuhfV87xDGRTkYwf5n8UFZsfQ7PsNJt6j3nXlAIpb5cjNsUOQ+cYwaTGCg5hk5ELj+QC5YquAyxLLq5FZrbLlNFwxf1hFicpt/5rpuvEalXO0T6vcvrempd3zYJosnIl+o8L6VTT2g71E0asVdDP7J8HiqES2t8V7adsIgzlk2Qcw31beYOj1EBNDrw8D7GGCFDjCPgCPifzF+7LtYXYXZ root@cinder-test-vm2-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\nssh-dss AAAAB3NzaC1kc3MAAACBAIBCAsotF2ALETKMwUs+KeehfJIgxBgL3qR6txrQrd3icyFIe2/fSp0TMLS1uZJ+4k7qjU6Ybep4r64Yo6RquXuQBmX+xE1l+pjFAQszFm/FSX3rl2xAMVhlaahVFN7D8ZIY4IpTi8rRlWABHk1SsVriD3bjIC/kbYi+PRtmiVgFAAAAFQCZgCCIY/g4TqfZYdx7Rz0TEMYqPQAAAIAWN4VwHOD7AUYIFlotSngKxjTfvxHiczSZhViymfvBMPHjyl9E++VOGtYzUvXL+eo7Bo0u8wtA29oqGECetucDz8lPcK8oDAz8f4xdB5pG3H4dGEwhO4tC/nmssMSovEkZ3YL29+4wo+YwEkI7zXGScte9A8yQ45oDAWjMkNY9UgAAAIAz3TzTZ4HfvAYCAdG2UZ7Cm5TM6jof6EU6Hu23jA2D86+YE8ebGf1HIGNCx7kecLAc8AcZtgcp3ffBJthfHGZg1kZElDuW0Fe6MPp+pafpVRYOaYBTDQOLFLOnfPFHfk4N+oShj+jxpHU2Bb99DV6P+iQm0B4sse1C7yndlQVe+A== root@cinder-test-vm2-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\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.8,24,fe80::f816:3eff:fee2:19be/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-00000014\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm2-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.17 ===\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-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa login: "} 2018-09-02 07:33:52,535 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/action used request id req-29ffd538-8e50-4694-90c2-d68d515a6220 2018-09-02 07:33:52,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.103675127029s 2018-09-02 07:33:52,536 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/action used request id req-29ffd538-8e50-4694-90c2-d68d515a6220 2018-09-02 07:33:52,537 - 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 465994420 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.177676] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.179860] pid_max: default: 32768 minimum: 301 [ 0.181043] ACPI: Core revision 20150930 [ 0.182675] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.184395] Security Framework initialized [ 0.185484] Yama: becoming mindful. [ 0.186460] AppArmor: AppArmor initialized [ 0.187582] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.189316] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.190978] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.192548] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.194362] Initializing cgroup subsys io [ 0.195437] Initializing cgroup subsys memory [ 0.196581] Initializing cgroup subsys devices [ 0.197740] Initializing cgroup subsys freezer [ 0.198892] Initializing cgroup subsys net_cls [ 0.200032] Initializing cgroup subsys perf_event [ 0.201245] Initializing cgroup subsys net_prio [ 0.202414] Initializing cgroup subsys hugetlb [ 0.203556] Initializing cgroup subsys pids [ 0.204713] CPU: Physical Processor ID: 0 [ 0.206465] mce: CPU supports 10 MCE banks [ 0.207572] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.208902] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.223634] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.230152] ftrace: allocating 31920 entries in 125 pages [ 0.255251] smpboot: Max logical packages: 1 [ 0.256376] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.258183] x2apic enabled [ 0.259289] Switched APIC routing to physical x2apic. [ 0.261695] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.263157] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.265782] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.268144] KVM setup paravirtual spinlock [ 0.269705] x86: Booted up 1 node, 1 CPUs [ 0.270769] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.272581] devtmpfs: initialized [ 0.274514] evm: security.selinux [ 0.275443] evm: security.SMACK64 [ 0.276369] evm: security.SMACK64EXEC [ 0.277355] evm: security.SMACK64TRANSMUTE [ 0.278420] evm: security.SMACK64MMAP [ 0.279411] evm: security.ima [ 0.280271] evm: security.capability [ 0.281319] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.283743] pinctrl core: initialized pinctrl subsystem [ 0.285163] RTC time: 7:33:45, date: 09/02/18 [ 0.286412] NET: Registered protocol family 16 [ 0.287686] cpuidle: using governor ladder [ 0.288774] cpuidle: using governor menu [ 0.289819] PCCT header not found. [ 0.290816] ACPI: bus type PCI registered [ 0.291880] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.293486] PCI: Using configuration type 1 for base access [ 0.295584] ACPI: Added _OSI(Module Device) [ 0.296709] ACPI: Added _OSI(Processor Device) [ 0.297844] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.299038] ACPI: Added _OSI(Processor Aggregator Device) [ 0.301162] ACPI: Interpreter enabled [ 0.302176] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.304615] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.307053] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.309509] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.311941] ACPI: (supports S0 S5) [ 0.312884] ACPI: Using IOAPIC for interrupt routing [ 0.314134] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.317866] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.319372] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.320990] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.322563] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.325466] acpiphp: Slot [3] registered [ 0.326540] acpiphp: Slot [4] registered [ 0.327606] acpiphp: Slot [5] registered [ 0.328681] acpiphp: Slot [6] registered [ 0.329753] acpiphp: Slot [7] registered [ 0.330824] acpiphp: Slot [8] registered [ 0.331889] acpiphp: Slot [9] registered [ 0.332953] acpiphp: Slot [10] registered [ 0.334040] acpiphp: Slot [11] registered [ 0.335130] acpiphp: Slot [12] registered [ 0.336216] acpiphp: Slot [13] registered [ 0.337298] acpiphp: Slot [14] registered [ 0.338385] acpiphp: Slot [15] registered [ 0.353574] acpiphp: Slot [16] registered [ 0.354681] acpiphp: Slot [17] registered [ 0.355758] acpiphp: Slot [18] registered [ 0.356838] acpiphp: Slot [19] registered [ 0.357921] acpiphp: Slot [20] registered [ 0.359003] acpiphp: Slot [21] registered [ 0.360089] acpiphp: Slot [22] registered [ 0.361170] acpiphp: Slot [23] registered [ 0.362252] acpiphp: Slot [24] registered [ 0.363337] acpiphp: Slot [25] registered [ 0.364413] acpiphp: Slot [26] registered [ 0.365491] acpiphp: Slot [27] registered [ 0.366578] acpiphp: Slot [28] registered [ 0.367667] acpiphp: Slot [29] registered [ 0.368750] acpiphp: Slot [30] registered [ 0.369835] acpiphp: Slot [31] registered [ 0.370918] PCI host bridge to bus 0000:00 [ 0.372003] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.373603] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.375208] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.377161] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.379106] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.381089] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.384990] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.386671] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.388226] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.389910] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.394257] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.396198] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.416611] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.418596] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.420499] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.422409] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.424280] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.426077] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.427852] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.429268] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.431347] vgaarb: loaded [ 0.432169] vgaarb: bridge control possible 0000:00:02.0 [ 0.433813] SCSI subsystem initialized [ 0.435058] ACPI: bus type USB registered [ 0.436173] usbcore: registered new interface driver usbfs [ 0.437580] usbcore: registered new interface driver hub [ 0.438952] usbcore: registered new device driver usb [ 0.440452] PCI: Using ACPI for IRQ routing [ 0.441972] NetLabel: Initializing [ 0.442944] NetLabel: domain hash size = 128 [ 0.444085] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.445354] NetLabel: unlabeled traffic allowed by default [ 0.446925] clocksource: Switched to clocksource kvm-clock [ 0.456917] AppArmor: AppArmor Filesystem Enabled [ 0.458192] pnp: PnP ACPI init [ 0.459449] pnp: PnP ACPI: found 5 devices [ 0.466285] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.468571] NET: Registered protocol family 2 [ 0.469967] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.471690] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.473308] TCP: Hash tables configured (established 4096 bind 4096) [ 0.474913] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.476368] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.477946] NET: Registered protocol family 1 [ 0.479141] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.480610] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.482051] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.496581] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.510981] Trying to unpack rootfs image as initramfs... [ 0.571735] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.573931] Scanning for low memory corruption every 60 seconds [ 0.575701] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.577251] audit: initializing netlink subsys (disabled) [ 0.578624] audit: type=2000 audit(1535873625.641:1): initialized [ 0.580400] Initialise system trusted keyring [ 0.581657] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.583208] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.585849] zbud: loaded [ 0.586813] VFS: Disk quotas dquot_6.6.0 [ 0.587924] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.590014] fuse init (API version 7.23) [ 0.591237] Key type big_key registered [ 0.594650] Allocating IMA MOK and blacklist keyrings. [ 0.596691] Key type asymmetric registered [ 0.597819] Asymmetric key parser 'x509' registered [ 0.599295] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.601366] io scheduler noop registered [ 0.602434] io scheduler deadline registered (default) [ 0.603778] io scheduler cfq registered [ 0.605067] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.606480] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.608305] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.610306] ACPI: Power Button [PWRF] [ 0.611562] GHES: HEST is not enabled! [ 0.625745] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.655313] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.658360] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.682038] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.685115] Linux agpgart interface v0.103 [ 0.688527] brd: module loaded [ 0.690746] loop: module loaded [ 0.695257] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.697238] GPT:90111 != 2097151 [ 0.698167] GPT:Alternate GPT header not at the end of the disk. [ 0.699650] GPT:90111 != 2097151 [ 0.700578] GPT: Use GNU Parted to correct GPT errors. [ 0.701892] vda: vda1 vda15 [ 0.703613] scsi host0: ata_piix [ 0.704676] scsi host1: ata_piix [ 0.705658] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.707291] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.709270] libphy: Fixed MDIO Bus: probed [ 0.710401] tun: Universal TUN/TAP device driver, 1.6 [ 0.711695] tun: (C) 1999-2004 Max Krasnyansky [ 0.714656] PPP generic driver version 2.4.2 [ 0.715906] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.717495] ehci-pci: EHCI PCI platform driver [ 0.718690] ehci-platform: EHCI generic platform driver [ 0.720035] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.721555] ohci-pci: OHCI PCI platform driver [ 0.722744] ohci-platform: OHCI generic platform driver [ 0.724092] uhci_hcd: USB Universal Host Controller Interface driver [ 0.738705] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.740059] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.742053] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.743432] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.744974] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.746590] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.748477] usb usb1: Product: UHCI Host Controller [ 0.749732] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.751243] usb usb1: SerialNumber: 0000:00:01.2 [ 0.752534] hub 1-0:1.0: USB hub found [ 0.753657] hub 1-0:1.0: 2 ports detected [ 0.754906] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.757732] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.759023] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.760410] mousedev: PS/2 mouse device common for all mice [ 0.762088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.764531] rtc_cmos 00:00: RTC can wake from S4 [ 0.766034] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.767640] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.769232] i2c /dev entries driver [ 0.770260] device-mapper: uevent: version 1.0.3 [ 0.771543] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.773729] ledtrig-cpu: registered to indicate activity on CPUs [ 0.775552] NET: Registered protocol family 10 [ 0.777068] NET: Registered protocol family 17 [ 0.778264] Key type dns_resolver registered [ 0.779614] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.781070] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.783445] registered taskstats version 1 [ 0.784585] Loading compiled-in X.509 certificates [ 0.786388] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.788853] zswap: loaded using pool lzo/zbud [ 0.790943] Key type trusted registered [ 0.793042] Key type encrypted registered [ 0.794151] AppArmor: AppArmor sha1 policy hashing enabled [ 0.795532] ima: No TPM chip found, activating TPM-bypass! [ 0.796910] evm: HMAC attrs: 0x1 [ 0.798187] Magic number: 2:936:570 [ 0.799340] rtc_cmos 00:00: setting system clock to 2018-09-02 07:33:45 UTC (1535873625) [ 0.801494] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.802962] EDD information not available. [ 0.868618] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.885334] Write protecting the kernel read-only data: 14336k [ 0.888262] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.890667] 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.938815] 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.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.93. iid=i-00000014 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----- /dev/root resized successfully [took 0.10s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCdSSDgxEQ6bjeIMBuaxkOKBQ8/I48ZA04RcStFZvq0UBxZukRAM4lVIJfJYEbQRSnom4A6anfEvD01+4L/lJ932TrQILR7IJDsrPEn8JiUL07tg2ca40F0FdnCVwcqpNTuhfV87xDGRTkYwf5n8UFZsfQ7PsNJt6j3nXlAIpb5cjNsUOQ+cYwaTGCg5hk5ELj+QC5YquAyxLLq5FZrbLlNFwxf1hFicpt/5rpuvEalXO0T6vcvrempd3zYJosnIl+o8L6VTT2g71E0asVdDP7J8HiqES2t8V7adsIgzlk2Qcw31beYOj1EBNDrw8D7GGCFDjCPgCPifzF+7LtYXYXZ root@cinder-test-vm2-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa ssh-dss AAAAB3NzaC1kc3MAAACBAIBCAsotF2ALETKMwUs+KeehfJIgxBgL3qR6txrQrd3icyFIe2/fSp0TMLS1uZJ+4k7qjU6Ybep4r64Yo6RquXuQBmX+xE1l+pjFAQszFm/FSX3rl2xAMVhlaahVFN7D8ZIY4IpTi8rRlWABHk1SsVriD3bjIC/kbYi+PRtmiVgFAAAAFQCZgCCIY/g4TqfZYdx7Rz0TEMYqPQAAAIAWN4VwHOD7AUYIFlotSngKxjTfvxHiczSZhViymfvBMPHjyl9E++VOGtYzUvXL+eo7Bo0u8wtA29oqGECetucDz8lPcK8oDAz8f4xdB5pG3H4dGEwhO4tC/nmssMSovEkZ3YL29+4wo+YwEkI7zXGScte9A8yQ45oDAWjMkNY9UgAAAIAz3TzTZ4HfvAYCAdG2UZ7Cm5TM6jof6EU6Hu23jA2D86+YE8ebGf1HIGNCx7kecLAc8AcZtgcp3ffBJthfHGZg1kZElDuW0Fe6MPp+pafpVRYOaYBTDQOLFLOnfPFHfk4N+oShj+jxpHU2Bb99DV6P+iQm0B4sse1C7yndlQVe+A== root@cinder-test-vm2-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.8,24,fe80::f816:3eff:fee2:19be/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-00000014 name: N/A availability-zone: nova local-hostname: cinder-test-vm2-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.17 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm2-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa login: 2018-09-02 07:33:52,582 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb776790L 2018-09-02 07:33:52,583 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 07:33:52,583 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 07:33:52,583 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 07:33:52,585 - 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 07:33:52,585 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 07:33:52,585 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 07:33:52,585 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 07:33:52,585 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 07:33:52,585 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 07:33:52,603 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 07:33:52,604 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 07:33:52,615 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.205: 4c6186646329ea76cf3d2276dee3d167 2018-09-02 07:33:52,616 - paramiko.transport - DEBUG - Trying discovered key 6dab8017e792fca798e4f925070995db in /tmp/tmpOtiYfM 2018-09-02 07:33:52,644 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 07:33:52,649 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 07:33:52,682 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.POST.volumes 2018-09-02 07:33:52,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"volume": {"display_name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "size": "2"}}' 2018-09-02 07:33:54,052 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:33:52 GMT Server: Apache x-compute-request-id: req-68a5d1e1-dd32-4996-94c6-6e549133ce2d OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-68a5d1e1-dd32-4996-94c6-6e549133ce2d Content-Length: 816 Content-Type: application/json RESP BODY: {"volume": {"status": "creating", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "updated_at": null, "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}} 2018-09-02 07:33:54,053 - keystoneauth.session - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes used request id req-68a5d1e1-dd32-4996-94c6-6e549133ce2d 2018-09-02 07:33:54,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.POST.volumes in 1.37029504776s 2018-09-02 07:33:54,053 - shade.request_ids - DEBUG - POST call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes used request id req-68a5d1e1-dd32-4996-94c6-6e549133ce2d 2018-09-02 07:33:54,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:33:54,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:55,054 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:54 GMT Server: Apache x-compute-request-id: req-c477355b-36ee-4d3f-8803-5a61598794ab OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-c477355b-36ee-4d3f-8803-5a61598794ab Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "creating", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:33:54.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:33:55,055 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-c477355b-36ee-4d3f-8803-5a61598794ab 2018-09-02 07:33:55,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.00083303452s 2018-09-02 07:33:55,055 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-c477355b-36ee-4d3f-8803-5a61598794ab 2018-09-02 07:33:55,057 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:33:57,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:33:57,062 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:58,099 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33:57 GMT Server: Apache x-compute-request-id: req-efef33f1-d55d-45fe-b47f-73c3d6cff8c6 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-efef33f1-d55d-45fe-b47f-73c3d6cff8c6 Content-Encoding: gzip Content-Length: 447 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:33:55.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:33:58,099 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-efef33f1-d55d-45fe-b47f-73c3d6cff8c6 2018-09-02 07:33:58,099 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.039894104s 2018-09-02 07:33:58,100 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-efef33f1-d55d-45fe-b47f-73c3d6cff8c6 2018-09-02 07:33:58,101 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:33:58,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:58,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-f2d058a8-e91f-409d-a9c3-348f9efb0da5 Date: Sun, 02 Sep 2018 07:33:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"03466d9192ec403484b2722a5a015855","l2_adjacency":true,"status":"ACTIVE","subnets":["49faa7a0-764b-45c0-a5d9-09494002969f"],"description":"","tags":[],"updated_at":"2018-09-02T07:33:14Z","qos_policy_id":null,"name":"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa","admin_state_up":true,"tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:33:58,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f2d058a8-e91f-409d-a9c3-348f9efb0da5 2018-09-02 07:33:58,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355859041214s 2018-09-02 07:33:58,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f2d058a8-e91f-409d-a9c3-348f9efb0da5 2018-09-02 07:33:58,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:33:58,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:58,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-1cf5904a-407d-4f8a-98d7-3ce22d80d223 Date: Sun, 02 Sep 2018 07:33:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:33:28Z", "file": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/file", "owner": "03466d9192ec403484b2722a5a015855", "id": "431d20ce-0864-4493-8cc3-351f5053de97", "size": 12716032, "self": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:33:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:33:58,757 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-1cf5904a-407d-4f8a-98d7-3ce22d80d223 2018-09-02 07:33:58,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294178009033s 2018-09-02 07:33:58,757 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-1cf5904a-407d-4f8a-98d7-3ce22d80d223 2018-09-02 07:33:58,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:33:58,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:33:58,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:33: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-bd3eb898-2348-4dd1-a17e-c0a0584e6dbd x-compute-request-id: req-bd3eb898-2348-4dd1-a17e-c0a0584e6dbd Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "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": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec"}]} 2018-09-02 07:33:58,784 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bd3eb898-2348-4dd1-a17e-c0a0584e6dbd 2018-09-02 07:33:58,784 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0252540111542s 2018-09-02 07:33:58,785 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bd3eb898-2348-4dd1-a17e-c0a0584e6dbd 2018-09-02 07:33:58,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 07:33:58,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"server": {"name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "imageRef": "431d20ce-0864-4493-8cc3-351f5053de97", "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "flavorRef": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "max_count": 1, "min_count": 1, "networks": [{"uuid": "60512c6b-4b78-4b7a-b449-e4730114fe9f"}], "security_groups": [{"name": "73594581-c060-474b-aa00-cfa23f3ce945"}]}}' 2018-09-02 07:34:03,457 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:33: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-c48ef8b9-3e73-48f1-9d71-17b42f86bd8d x-compute-request-id: req-c48ef8b9-3e73-48f1-9d71-17b42f86bd8d Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "73594581-c060-474b-aa00-cfa23f3ce945"}], "OS-DCF:diskConfig": "MANUAL", "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "adminPass": "jtbJUM9pNoch"}} 2018-09-02 07:34:03,457 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-c48ef8b9-3e73-48f1-9d71-17b42f86bd8d 2018-09-02 07:34:03,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.67139792442s 2018-09-02 07:34:03,458 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-c48ef8b9-3e73-48f1-9d71-17b42f86bd8d 2018-09-02 07:34:03,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:34:03,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:04,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-2114c996-82d2-4945-9aec-970b976adb98 x-compute-request-id: req-2114c996-82d2-4945-9aec-970b976adb98 Content-Encoding: gzip Content-Length: 867 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "user_id": "28536ccd85ea431686fce5876694213c", "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-02T07:34:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:34:03Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:33:44.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:33:45Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:34:04,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2114c996-82d2-4945-9aec-970b976adb98 2018-09-02 07:34:04,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01106381416s 2018-09-02 07:34:04,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2114c996-82d2-4945-9aec-970b976adb98 2018-09-02 07:34:04,475 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:06,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:34:06,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:07,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-76ff9e10-ed55-4b6c-8992-b46e0001eadd x-compute-request-id: req-76ff9e10-ed55-4b6c-8992-b46e0001eadd Content-Encoding: gzip Content-Length: 869 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:34:06Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:34:03Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:33:44.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:33:45Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:34:07,349 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-76ff9e10-ed55-4b6c-8992-b46e0001eadd 2018-09-02 07:34:07,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.870847940445s 2018-09-02 07:34:07,349 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-76ff9e10-ed55-4b6c-8992-b46e0001eadd 2018-09-02 07:34:07,354 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:09,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:34:09,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:09,911 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-2954ea14-3be9-4e5c-9fd5-de7b19aaba37 x-compute-request-id: req-2954ea14-3be9-4e5c-9fd5-de7b19aaba37 Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:34:09Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:34:03Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:33:44.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:33:45Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:34:09,912 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2954ea14-3be9-4e5c-9fd5-de7b19aaba37 2018-09-02 07:34:09,912 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.554706811905s 2018-09-02 07:34:09,912 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2954ea14-3be9-4e5c-9fd5-de7b19aaba37 2018-09-02 07:34:09,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:11,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:34:11,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:12,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-9b078836-0ce6-40df-9e68-b17843f3bd6f x-compute-request-id: req-9b078836-0ce6-40df-9e68-b17843f3bd6f Content-Encoding: gzip Content-Length: 868 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T07:34:09Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:34:03Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:33:44.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:33:45Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:34:12,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9b078836-0ce6-40df-9e68-b17843f3bd6f 2018-09-02 07:34:12,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.684335947037s 2018-09-02 07:34:12,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9b078836-0ce6-40df-9e68-b17843f3bd6f 2018-09-02 07:34:12,606 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:14,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:34:14,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:14,972 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-b42475a3-4627-4d16-9735-edc8691a88b5 x-compute-request-id: req-b42475a3-4627-4d16-9735-edc8691a88b5 Content-Encoding: gzip Content-Length: 852 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:59:68", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:34:12.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:34:12Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:34:03Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:33:44.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:33:45Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:34:14,972 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b42475a3-4627-4d16-9735-edc8691a88b5 2018-09-02 07:34:14,972 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.363409996033s 2018-09-02 07:34:14,973 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b42475a3-4627-4d16-9735-edc8691a88b5 2018-09-02 07:34:14,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:34:14,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=fe2f1371-d36e-46da-9f75-ecfc4c6b12e1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:15,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-88f1dd2b-643c-41d1-b900-d6c035e6dc83 Date: Sun, 02 Sep 2018 07:34:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:34:12Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"49faa7a0-764b-45c0-a5d9-09494002969f","ip_address":"192.168.120.28"}],"id":"c33e6c07-b69f-4fbd-b704-5118bb21abc2","security_groups":["73594581-c060-474b-aa00-cfa23f3ce945"],"mac_address":"fa:16:3e:81:59:68","project_id":"03466d9192ec403484b2722a5a015855","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:34:08Z","binding:vnic_type":"normal","device_id":"fe2f1371-d36e-46da-9f75-ecfc4c6b12e1","ip_allocation":"immediate"}]} 2018-09-02 07:34:15,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=fe2f1371-d36e-46da-9f75-ecfc4c6b12e1 used request id req-88f1dd2b-643c-41d1-b900-d6c035e6dc83 2018-09-02 07:34:15,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.055850982666s 2018-09-02 07:34:15,034 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=fe2f1371-d36e-46da-9f75-ecfc4c6b12e1 used request id req-88f1dd2b-643c-41d1-b900-d6c035e6dc83 2018-09-02 07:34:15,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:34:15,040 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c33e6c07-b69f-4fbd-b704-5118bb21abc2" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:15,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-c4275c33-52d4-46f7-ab0a-ecba5dd08520 Date: Sun, 02 Sep 2018 07:34:15 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:34:15,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c33e6c07-b69f-4fbd-b704-5118bb21abc2 used request id req-c4275c33-52d4-46f7-ab0a-ecba5dd08520 2018-09-02 07:34:15,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0659558773041s 2018-09-02 07:34:15,105 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=c33e6c07-b69f-4fbd-b704-5118bb21abc2 used request id req-c4275c33-52d4-46f7-ab0a-ecba5dd08520 2018-09-02 07:34:15,106 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:81:59:68', u'version': 4, u'addr': u'192.168.120.28', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'431d20ce-0864-4493-8cc3-351f5053de97'}), 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-02T07:34:12.000000', 'flavor': Munch({u'id': u'8cdad7ff-3940-4869-bae7-fe119f7fd8ec'}), 'az': u'nova', 'id': u'fe2f1371-d36e-46da-9f75-ecfc4c6b12e1', 'security_groups': [Munch({u'name': u'cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'28536ccd85ea431686fce5876694213c', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03466d9192ec403484b2722a5a015855', 'name': 'cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', '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-02T07:34:12.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T07:34:12Z', 'hostId': u'd1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'public_v6': '', 'private_v4': u'192.168.120.28', 'cloud': 'envvars', 'host_id': u'd1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f', '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-02T07:34:12.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'03466d9192ec403484b2722a5a015855', 'name': u'cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'adminPass': u'jtbJUM9pNoch', 'tenant_id': u'03466d9192ec403484b2722a5a015855', 'created_at': u'2018-09-02T07:34:03Z', 'created': u'2018-09-02T07:34:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 07:34:15,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:34:15,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:15,199 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-c790c79b-1058-4832-9b1a-696d9ad73960 Date: Sun, 02 Sep 2018 07:34:15 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"03466d9192ec403484b2722a5a015855","l2_adjacency":true,"status":"ACTIVE","subnets":["49faa7a0-764b-45c0-a5d9-09494002969f"],"description":"","tags":[],"updated_at":"2018-09-02T07:33:14Z","qos_policy_id":null,"name":"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa","admin_state_up":true,"tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:34:15,200 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c790c79b-1058-4832-9b1a-696d9ad73960 2018-09-02 07:34:15,200 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0910530090332s 2018-09-02 07:34:15,200 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-c790c79b-1058-4832-9b1a-696d9ad73960 2018-09-02 07:34:15,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 07:34:15,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=fe2f1371-d36e-46da-9f75-ecfc4c6b12e1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:15,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-86b81e9c-2db0-4f87-9776-a7d16f30bb9d Date: Sun, 02 Sep 2018 07:34:15 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T07:34:12Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"49faa7a0-764b-45c0-a5d9-09494002969f","ip_address":"192.168.120.28"}],"id":"c33e6c07-b69f-4fbd-b704-5118bb21abc2","security_groups":["73594581-c060-474b-aa00-cfa23f3ce945"],"mac_address":"fa:16:3e:81:59:68","project_id":"03466d9192ec403484b2722a5a015855","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:34:08Z","binding:vnic_type":"normal","device_id":"fe2f1371-d36e-46da-9f75-ecfc4c6b12e1","ip_allocation":"immediate"}]} 2018-09-02 07:34:15,247 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=fe2f1371-d36e-46da-9f75-ecfc4c6b12e1 used request id req-86b81e9c-2db0-4f87-9776-a7d16f30bb9d 2018-09-02 07:34:15,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0455069541931s 2018-09-02 07:34:15,247 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=fe2f1371-d36e-46da-9f75-ecfc4c6b12e1 used request id req-86b81e9c-2db0-4f87-9776-a7d16f30bb9d 2018-09-02 07:34:15,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 07:34:15,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.28", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2"}}' 2018-09-02 07:34:18,393 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-650538c7-ec88-48b4-925c-8a122a64387d Date: Sun, 02 Sep 2018 07:34:18 GMT RESP BODY: {"floatingip": {"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:34:16Z", "updated_at": "2018-09-02T07:34:16Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:81:59:68", "device_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1"}, "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2", "id": "dd10196e-b827-44b2-a0cc-eb44820c64a2", "qos_policy_id": null}} 2018-09-02 07:34:18,393 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-650538c7-ec88-48b4-925c-8a122a64387d 2018-09-02 07:34:18,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 3.14568400383s 2018-09-02 07:34:18,394 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-650538c7-ec88-48b4-925c-8a122a64387d 2018-09-02 07:34:18,403 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:34:18,404 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:18,498 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-2f9d024d-6e42-476e-8a17-1c736bcb20f4 Date: Sun, 02 Sep 2018 07:34:19 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:53Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 3, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}, {"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:34:16Z", "updated_at": "2018-09-02T07:34:16Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:81:59:68", "device_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1"}, "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2", "id": "dd10196e-b827-44b2-a0cc-eb44820c64a2", "qos_policy_id": null}]} 2018-09-02 07:34:18,499 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-2f9d024d-6e42-476e-8a17-1c736bcb20f4 2018-09-02 07:34:18,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.095340013504s 2018-09-02 07:34:18,499 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-2f9d024d-6e42-476e-8a17-1c736bcb20f4 2018-09-02 07:34:18,506 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:34:18,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:34:18,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:18,672 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-9403dde0-60a0-4be6-827a-341bd46ba6dd Date: Sun, 02 Sep 2018 07:34:18 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:53Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 3, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}, {"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:34:16Z", "updated_at": "2018-09-02T07:34:16Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:81:59:68", "device_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1"}, "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2", "id": "dd10196e-b827-44b2-a0cc-eb44820c64a2", "qos_policy_id": null}]} 2018-09-02 07:34:18,672 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9403dde0-60a0-4be6-827a-341bd46ba6dd 2018-09-02 07:34:18,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0605969429016s 2018-09-02 07:34:18,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9403dde0-60a0-4be6-827a-341bd46ba6dd 2018-09-02 07:34:18,679 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:34:18,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:34:18,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:19,326 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-63c7c769-bc10-4cb7-a233-cd1e972ee830 Date: Sun, 02 Sep 2018 07:34:19 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:53Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 3, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}, {"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:34:16Z", "updated_at": "2018-09-02T07:34:16Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:81:59:68", "device_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1"}, "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2", "id": "dd10196e-b827-44b2-a0cc-eb44820c64a2", "qos_policy_id": null}]} 2018-09-02 07:34:19,326 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-63c7c769-bc10-4cb7-a233-cd1e972ee830 2018-09-02 07:34:19,326 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.542053937912s 2018-09-02 07:34:19,326 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-63c7c769-bc10-4cb7-a233-cd1e972ee830 2018-09-02 07:34:19,333 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:34:19,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:34:19,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:19,503 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-08fe2234-5180-486c-96b9-708cb50cfaba Date: Sun, 02 Sep 2018 07:34:20 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:53Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 3, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}, {"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:34:16Z", "updated_at": "2018-09-02T07:34:16Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:81:59:68", "device_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1"}, "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2", "id": "dd10196e-b827-44b2-a0cc-eb44820c64a2", "qos_policy_id": null}]} 2018-09-02 07:34:19,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-08fe2234-5180-486c-96b9-708cb50cfaba 2018-09-02 07:34:19,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0658259391785s 2018-09-02 07:34:19,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-08fe2234-5180-486c-96b9-708cb50cfaba 2018-09-02 07:34:19,509 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:34:19,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:34:19,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:19,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1638 X-Openstack-Request-Id: req-5953ba22-aa3d-4e65-9a13-66402dcea719 Date: Sun, 02 Sep 2018 07:34:19 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:53Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 3, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}, {"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "DOWN", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:34:16Z", "updated_at": "2018-09-02T07:34:16Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:81:59:68", "device_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1"}, "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.202", "revision_number": 0, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2", "id": "dd10196e-b827-44b2-a0cc-eb44820c64a2", "qos_policy_id": null}]} 2018-09-02 07:34:19,677 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5953ba22-aa3d-4e65-9a13-66402dcea719 2018-09-02 07:34:19,677 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0625200271606s 2018-09-02 07:34:19,677 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5953ba22-aa3d-4e65-9a13-66402dcea719 2018-09-02 07:34:19,684 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 07:34:19,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:34:19,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:19,857 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1640 X-Openstack-Request-Id: req-43ff679b-2237-4729-aa0d-8e33f0f193d7 Date: Sun, 02 Sep 2018 07:34:19 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:49Z", "updated_at": "2018-09-02T07:33:53Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e2:19:be", "device_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0"}, "fixed_ip_address": "192.168.120.8", "floating_ip_address": "172.30.9.205", "revision_number": 3, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "12a3a5bf-9b0a-47bb-87db-a684e09d5016", "id": "7a62dbe9-fd1c-416c-83f7-cf63d60a170e", "qos_policy_id": null}, {"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:34:16Z", "updated_at": "2018-09-02T07:34:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:81:59:68", "device_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1"}, "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.202", "revision_number": 1, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2", "id": "dd10196e-b827-44b2-a0cc-eb44820c64a2", "qos_policy_id": null}]} 2018-09-02 07:34:19,857 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-43ff679b-2237-4729-aa0d-8e33f0f193d7 2018-09-02 07:34:19,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0682480335236s 2018-09-02 07:34:19,857 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-43ff679b-2237-4729-aa0d-8e33f0f193d7 2018-09-02 07:34:19,864 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'9b96b4bf-fab0-4a0f-8d33-03f0839bde21', 'updated_at': u'2018-09-02T07:34:20Z', 'fixed_ip_address': u'192.168.120.28', 'floating_ip_address': u'172.30.9.202', 'revision_number': 1, 'port_id': u'c33e6c07-b69f-4fbd-b704-5118bb21abc2', 'id': u'dd10196e-b827-44b2-a0cc-eb44820c64a2', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'c33e6c07-b69f-4fbd-b704-5118bb21abc2', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'03466d9192ec403484b2722a5a015855', 'name': 'cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'03466d9192ec403484b2722a5a015855', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'60512c6b-4b78-4b7a-b449-e4730114fe9f', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:81:59:68', u'device_id': u'fe2f1371-d36e-46da-9f75-ecfc4c6b12e1'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'03466d9192ec403484b2722a5a015855', 'created_at': u'2018-09-02T07:34:16Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'60512c6b-4b78-4b7a-b449-e4730114fe9f', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:81:59:68', u'device_id': u'fe2f1371-d36e-46da-9f75-ecfc4c6b12e1'}), 'router': u'9b96b4bf-fab0-4a0f-8d33-03f0839bde21'}) 2018-09-02 07:34:19,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 07:34:19,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 07:34:20,001 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-e7cf58b2-5df8-4a62-9ddf-d294c4f215c6 x-compute-request-id: req-e7cf58b2-5df8-4a62-9ddf-d294c4f215c6 Content-Encoding: gzip Content-Length: 9569 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 509112331 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.189301] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191606] pid_max: default: 32768 minimum: 301\n[ 0.192880] ACPI: Core revision 20150930\n[ 0.194526] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196400] Security Framework initialized\n[ 0.197558] Yama: becoming mindful.\n[ 0.198567] AppArmor: AppArmor initialized\n[ 0.199746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201576] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203313] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205015] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206936] Initializing cgroup subsys io\n[ 0.208090] Initializing cgroup subsys memory\n[ 0.209288] Initializing cgroup subsys devices\n[ 0.210498] Initializing cgroup subsys freezer\n[ 0.211689] Initializing cgroup subsys net_cls\n[ 0.212912] Initializing cgroup subsys perf_event\n[ 0.214139] Initializing cgroup subsys net_prio\n[ 0.215398] Initializing cgroup subsys hugetlb\n[ 0.216624] Initializing cgroup subsys pids\n[ 0.217829] CPU: Physical Processor ID: 0\n[ 0.219661] mce: CPU supports 10 MCE banks\n[ 0.220846] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245289] ftrace: allocating 31920 entries in 125 pages\n[ 0.270664] smpboot: Max logical packages: 1\n[ 0.271868] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273778] x2apic enabled\n[ 0.274921] Switched APIC routing to physical x2apic.\n[ 0.277402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278963] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284129] KVM setup paravirtual spinlock\n[ 0.285740] x86: Booted up 1 node, 1 CPUs\n[ 0.286861] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288769] devtmpfs: initialized\n[ 0.290697] evm: security.selinux\n[ 0.291671] evm: security.SMACK64\n[ 0.292634] evm: security.SMACK64EXEC\n[ 0.293656] evm: security.SMACK64TRANSMUTE\n[ 0.294778] evm: security.SMACK64MMAP\n[ 0.295798] evm: security.ima\n[ 0.296696] evm: security.capability\n[ 0.297759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300254] pinctrl core: initialized pinctrl subsystem\n[ 0.301790] RTC time: 7:34:12, date: 09/02/18\n[ 0.303087] NET: Registered protocol family 16\n[ 0.304386] cpuidle: using governor ladder\n[ 0.305492] cpuidle: using governor menu\n[ 0.306592] PCCT header not found.\n[ 0.307634] ACPI: bus type PCI registered\n[ 0.308734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310436] PCI: Using configuration type 1 for base access\n[ 0.312587] ACPI: Added _OSI(Module Device)\n[ 0.313714] ACPI: Added _OSI(Processor Device)\n[ 0.314878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316111] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318248] ACPI: Interpreter enabled\n[ 0.319316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.329431] ACPI: (supports S0 S5)\n[ 0.330410] ACPI: Using IOAPIC for interrupt routing\n[ 0.331717] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.335559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337126] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.338835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.340462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.343425] acpiphp: Slot [3] registered\n[ 0.344506] acpiphp: Slot [4] registered\n[ 0.345587] acpiphp: Slot [5] registered\n[ 0.346722] acpiphp: Slot [6] registered\n[ 0.347787] acpiphp: Slot [7] registered\n[ 0.348881] acpiphp: Slot [8] registered\n[ 0.349998] acpiphp: Slot [9] registered\n[ 0.351112] acpiphp: Slot [10] registered\n[ 0.352209] acpiphp: Slot [11] registered\n[ 0.353334] acpiphp: Slot [12] registered\n[ 0.354455] acpiphp: Slot [13] registered\n[ 0.355551] acpiphp: Slot [14] registered\n[ 0.356680] acpiphp: Slot [15] registered\n[ 0.371717] acpiphp: Slot [16] registered\n[ 0.372843] acpiphp: Slot [17] registered\n[ 0.373962] acpiphp: Slot [18] registered\n[ 0.375090] acpiphp: Slot [19] registered\n[ 0.376209] acpiphp: Slot [20] registered\n[ 0.377337] acpiphp: Slot [21] registered\n[ 0.378438] acpiphp: Slot [22] registered\n[ 0.379589] acpiphp: Slot [23] registered\n[ 0.380712] acpiphp: Slot [24] registered\n[ 0.381848] acpiphp: Slot [25] registered\n[ 0.382936] acpiphp: Slot [26] registered\n[ 0.384070] acpiphp: Slot [27] registered\n[ 0.385216] acpiphp: Slot [28] registered\n[ 0.386351] acpiphp: Slot [29] registered\n[ 0.387486] acpiphp: Slot [30] registered\n[ 0.388594] acpiphp: Slot [31] registered\n[ 0.389704] PCI host bridge to bus 0000:00\n[ 0.390857] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.392520] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.394196] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.396208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.398263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.400314] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406249] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408010] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409872] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.437458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.439458] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.441419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.443367] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.445402] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.447246] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.449177] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.450615] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.452680] vgaarb: loaded\n[ 0.453487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.455119] SCSI subsystem initialized\n[ 0.456345] ACPI: bus type USB registered\n[ 0.457450] usbcore: registered new interface driver usbfs\n[ 0.458841] usbcore: registered new interface driver hub\n[ 0.460198] usbcore: registered new device driver usb\n[ 0.461689] PCI: Using ACPI for IRQ routing\n[ 0.463175] NetLabel: Initializing\n[ 0.464145] NetLabel: domain hash size = 128\n[ 0.465299] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.466623] NetLabel: unlabeled traffic allowed by default\n[ 0.468168] clocksource: Switched to clocksource kvm-clock\n[ 0.478046] AppArmor: AppArmor Filesystem Enabled\n[ 0.479310] pnp: PnP ACPI init\n[ 0.480534] pnp: PnP ACPI: found 5 devices\n[ 0.487322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.489592] NET: Registered protocol family 2\n[ 0.490988] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.492758] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.494357] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495943] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497429] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499033] NET: Registered protocol family 1\n[ 0.500205] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.503118] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.517412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531841] Trying to unpack rootfs image as initramfs...\n[ 0.593629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598622] Scanning for low memory corruption every 60 seconds\n[ 0.600889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602505] audit: initializing netlink subsys (disabled)\n[ 0.604053] audit: type=2000 audit(1535873653.696:1): initialized\n[ 0.605987] Initialise system trusted keyring\n[ 0.607378] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611772] zbud: loaded\n[ 0.612816] VFS: Disk quotas dquot_6.6.0\n[ 0.614071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616295] fuse init (API version 7.23)\n[ 0.617600] Key type big_key registered\n[ 0.618782] Allocating IMA MOK and blacklist keyrings.\n[ 0.620514] Key type asymmetric registered\n[ 0.621867] Asymmetric key parser 'x509' registered\n[ 0.623292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625527] io scheduler noop registered\n[ 0.626658] io scheduler deadline registered (default)\n[ 0.628096] io scheduler cfq registered\n[ 0.629468] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630938] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635034] ACPI: Power Button [PWRF]\n[ 0.636509] GHES: HEST is not enabled!\n[ 0.651057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.681092] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.684438] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.708345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.711792] Linux agpgart interface v0.103\n[ 0.715974] brd: module loaded\n[ 0.718436] loop: module loaded\n[ 0.723792] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.725883] GPT:90111 != 2097151\n[ 0.726873] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728466] GPT:90111 != 2097151\n[ 0.729450] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730835] vda: vda1 vda15\n[ 0.732904] scsi host0: ata_piix\n[ 0.734021] scsi host1: ata_piix\n[ 0.735071] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.739177] libphy: Fixed MDIO Bus: probed\n[ 0.740357] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741726] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744870] PPP generic driver version 2.4.2\n[ 0.746214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747978] ehci-pci: EHCI PCI platform driver\n[ 0.749289] ehci-platform: EHCI generic platform driver\n[ 0.750782] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.752488] ohci-pci: OHCI PCI platform driver\n[ 0.753807] ohci-platform: OHCI generic platform driver\n[ 0.755284] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770176] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771717] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779063] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781133] usb usb1: Product: UHCI Host Controller\n[ 0.782487] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.784212] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785680] hub 1-0:1.0: USB hub found\n[ 0.786823] hub 1-0:1.0: 2 ports detected\n[ 0.788283] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.791343] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.792751] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.794283] mousedev: PS/2 mouse device common for all mice\n[ 0.796150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.798773] rtc_cmos 00:00: RTC can wake from S4\n[ 0.800443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.802151] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.803897] i2c /dev entries driver\n[ 0.805052] device-mapper: uevent: version 1.0.3\n[ 0.806455] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.808940] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.811159] NET: Registered protocol family 10\n[ 0.813126] NET: Registered protocol family 17\n[ 0.814420] Key type dns_resolver registered\n[ 0.815905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.817567] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.820170] registered taskstats version 1\n[ 0.821431] Loading compiled-in X.509 certificates\n[ 0.823402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826161] zswap: loaded using pool lzo/zbud\n[ 0.828839] Key type trusted registered\n[ 0.831182] Key type encrypted registered\n[ 0.832432] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.835528] evm: HMAC attrs: 0x1\n[ 0.836970] Magic number: 2:936:570\n[ 0.838211] rtc_cmos 00:00: setting system clock to 2018-09-02 07:34:13 UTC (1535873653)\n[ 0.840690] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.842312] EDD information not available.\n[ 0.895177] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912227] Write protecting the kernel read-only data: 14336k\n[ 0.917573] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.920365] 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.973314] 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.85\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.28...\nLease of 192.168.120.28 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-00000017\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-----\n/dev/root resized successfully [took 0.11s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtj/Xx77tAs1UBD8+BI8XooiZN0yc/oPDuDsip2VG7GXzQR7ctUPn3MoLcMQTwSE2DNXgBnwRyl8nIesyRJ1wspL/KDmxUA5OVb7TbAyWA321MCV7yhDkhHqYZ4T6506wepMiHAAPYiCrqnlOwK22XzNmX2cpk9ALkclNq47NXeo/j26aqiCIwgJwc+/9WhctvacjEGkrql5AhgabPfZycnkbe4lAOGS9vn5MYeC3CUvPkCfwVjx5vzFqv0Sm2spNjlDUZfXqdzmq51vHwhv57hk9rhhUaI7/l/NFgAGBqX5A/d4t6xmYRHTTO1VgSlveKiogNsf4yiN055zgXL4XN root@cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\nssh-dss AAAAB3NzaC1kc3MAAACBAMF0wuek0cTbQ63bXaTnwtEH1MCv9e33TCqXCU8dqvN6rTcmDtU77LkGHdj20Cy6HW57FXaith6N+rCDCEdO30KkJ6cI8xXeRWUxqgmf4miJ0gzSGl9FoRJhCMhclzIzWM2IBlXEy6aIY1BweEnpMT99G5SGMqnVwMCdrWDwrZp5AAAAFQCsZTGYEQMf3TUkMDS0nTBqLoY2PQAAAIAJCiagdoyV8s8qbG6BVZh9826h8uf/NdsI6HWVpRO00XYuHds0S7PDjrPgx8ime8kXe5+ApAGCTzrtefVYLG8z6pwmeu+wUgoCyyataCtEKrnJ8ffD02jW2OAQUX6zUxQ2YEqHNM/LWYEmcwiudfIT8f1ud2Hfen4HGbisPxTnVgAAAIEAjHrorbTt6gxFXs+YwVQiQyDR/ERyVoLQCd2Zk/KJTF1ooPcZopew2n7pXg4Q9ik1IztDTQd8VQYWVl/f2FHj3Gqhe8fq1t32+octcOzLGPn+IeA1xqsK4AL+AJ/SjHlJ6fKvez6ULGt4oLvWKGREgQQ5GTlXLbpAOCBkGK7/vCE= root@cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\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.28,24,fe80::f816:3eff:fe81:5968/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.28 \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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.24 ===\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-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa login: "} 2018-09-02 07:34:20,002 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/action used request id req-e7cf58b2-5df8-4a62-9ddf-d294c4f215c6 2018-09-02 07:34:20,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.137444972992s 2018-09-02 07:34:20,003 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/action used request id req-e7cf58b2-5df8-4a62-9ddf-d294c4f215c6 2018-09-02 07:34:20,003 - 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 509112331 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.189301] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191606] pid_max: default: 32768 minimum: 301 [ 0.192880] ACPI: Core revision 20150930 [ 0.194526] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196400] Security Framework initialized [ 0.197558] Yama: becoming mindful. [ 0.198567] AppArmor: AppArmor initialized [ 0.199746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201576] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203313] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205015] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206936] Initializing cgroup subsys io [ 0.208090] Initializing cgroup subsys memory [ 0.209288] Initializing cgroup subsys devices [ 0.210498] Initializing cgroup subsys freezer [ 0.211689] Initializing cgroup subsys net_cls [ 0.212912] Initializing cgroup subsys perf_event [ 0.214139] Initializing cgroup subsys net_prio [ 0.215398] Initializing cgroup subsys hugetlb [ 0.216624] Initializing cgroup subsys pids [ 0.217829] CPU: Physical Processor ID: 0 [ 0.219661] mce: CPU supports 10 MCE banks [ 0.220846] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245289] ftrace: allocating 31920 entries in 125 pages [ 0.270664] smpboot: Max logical packages: 1 [ 0.271868] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273778] x2apic enabled [ 0.274921] Switched APIC routing to physical x2apic. [ 0.277402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278963] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284129] KVM setup paravirtual spinlock [ 0.285740] x86: Booted up 1 node, 1 CPUs [ 0.286861] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288769] devtmpfs: initialized [ 0.290697] evm: security.selinux [ 0.291671] evm: security.SMACK64 [ 0.292634] evm: security.SMACK64EXEC [ 0.293656] evm: security.SMACK64TRANSMUTE [ 0.294778] evm: security.SMACK64MMAP [ 0.295798] evm: security.ima [ 0.296696] evm: security.capability [ 0.297759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300254] pinctrl core: initialized pinctrl subsystem [ 0.301790] RTC time: 7:34:12, date: 09/02/18 [ 0.303087] NET: Registered protocol family 16 [ 0.304386] cpuidle: using governor ladder [ 0.305492] cpuidle: using governor menu [ 0.306592] PCCT header not found. [ 0.307634] ACPI: bus type PCI registered [ 0.308734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.310436] PCI: Using configuration type 1 for base access [ 0.312587] ACPI: Added _OSI(Module Device) [ 0.313714] ACPI: Added _OSI(Processor Device) [ 0.314878] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316111] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318248] ACPI: Interpreter enabled [ 0.319316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.321844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.324357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.326909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.329431] ACPI: (supports S0 S5) [ 0.330410] ACPI: Using IOAPIC for interrupt routing [ 0.331717] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.335559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.337126] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.338835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.340462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.343425] acpiphp: Slot [3] registered [ 0.344506] acpiphp: Slot [4] registered [ 0.345587] acpiphp: Slot [5] registered [ 0.346722] acpiphp: Slot [6] registered [ 0.347787] acpiphp: Slot [7] registered [ 0.348881] acpiphp: Slot [8] registered [ 0.349998] acpiphp: Slot [9] registered [ 0.351112] acpiphp: Slot [10] registered [ 0.352209] acpiphp: Slot [11] registered [ 0.353334] acpiphp: Slot [12] registered [ 0.354455] acpiphp: Slot [13] registered [ 0.355551] acpiphp: Slot [14] registered [ 0.356680] acpiphp: Slot [15] registered [ 0.371717] acpiphp: Slot [16] registered [ 0.372843] acpiphp: Slot [17] registered [ 0.373962] acpiphp: Slot [18] registered [ 0.375090] acpiphp: Slot [19] registered [ 0.376209] acpiphp: Slot [20] registered [ 0.377337] acpiphp: Slot [21] registered [ 0.378438] acpiphp: Slot [22] registered [ 0.379589] acpiphp: Slot [23] registered [ 0.380712] acpiphp: Slot [24] registered [ 0.381848] acpiphp: Slot [25] registered [ 0.382936] acpiphp: Slot [26] registered [ 0.384070] acpiphp: Slot [27] registered [ 0.385216] acpiphp: Slot [28] registered [ 0.386351] acpiphp: Slot [29] registered [ 0.387486] acpiphp: Slot [30] registered [ 0.388594] acpiphp: Slot [31] registered [ 0.389704] PCI host bridge to bus 0000:00 [ 0.390857] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.392520] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.394196] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.396208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.398263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.400314] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406249] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408010] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409872] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.437458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.439458] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.441419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.443367] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.445402] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.447246] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.449177] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.450615] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.452680] vgaarb: loaded [ 0.453487] vgaarb: bridge control possible 0000:00:02.0 [ 0.455119] SCSI subsystem initialized [ 0.456345] ACPI: bus type USB registered [ 0.457450] usbcore: registered new interface driver usbfs [ 0.458841] usbcore: registered new interface driver hub [ 0.460198] usbcore: registered new device driver usb [ 0.461689] PCI: Using ACPI for IRQ routing [ 0.463175] NetLabel: Initializing [ 0.464145] NetLabel: domain hash size = 128 [ 0.465299] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.466623] NetLabel: unlabeled traffic allowed by default [ 0.468168] clocksource: Switched to clocksource kvm-clock [ 0.478046] AppArmor: AppArmor Filesystem Enabled [ 0.479310] pnp: PnP ACPI init [ 0.480534] pnp: PnP ACPI: found 5 devices [ 0.487322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.489592] NET: Registered protocol family 2 [ 0.490988] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.492758] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.494357] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495943] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.497429] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.499033] NET: Registered protocol family 1 [ 0.500205] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501681] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.503118] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.517412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.531841] Trying to unpack rootfs image as initramfs... [ 0.593629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598622] Scanning for low memory corruption every 60 seconds [ 0.600889] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602505] audit: initializing netlink subsys (disabled) [ 0.604053] audit: type=2000 audit(1535873653.696:1): initialized [ 0.605987] Initialise system trusted keyring [ 0.607378] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609008] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611772] zbud: loaded [ 0.612816] VFS: Disk quotas dquot_6.6.0 [ 0.614071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616295] fuse init (API version 7.23) [ 0.617600] Key type big_key registered [ 0.618782] Allocating IMA MOK and blacklist keyrings. [ 0.620514] Key type asymmetric registered [ 0.621867] Asymmetric key parser 'x509' registered [ 0.623292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.625527] io scheduler noop registered [ 0.626658] io scheduler deadline registered (default) [ 0.628096] io scheduler cfq registered [ 0.629468] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630938] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.632928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635034] ACPI: Power Button [PWRF] [ 0.636509] GHES: HEST is not enabled! [ 0.651057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.681092] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.684438] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.708345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.711792] Linux agpgart interface v0.103 [ 0.715974] brd: module loaded [ 0.718436] loop: module loaded [ 0.723792] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.725883] GPT:90111 != 2097151 [ 0.726873] GPT:Alternate GPT header not at the end of the disk. [ 0.728466] GPT:90111 != 2097151 [ 0.729450] GPT: Use GNU Parted to correct GPT errors. [ 0.730835] vda: vda1 vda15 [ 0.732904] scsi host0: ata_piix [ 0.734021] scsi host1: ata_piix [ 0.735071] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.739177] libphy: Fixed MDIO Bus: probed [ 0.740357] tun: Universal TUN/TAP device driver, 1.6 [ 0.741726] tun: (C) 1999-2004 Max Krasnyansky [ 0.744870] PPP generic driver version 2.4.2 [ 0.746214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747978] ehci-pci: EHCI PCI platform driver [ 0.749289] ehci-platform: EHCI generic platform driver [ 0.750782] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.752488] ohci-pci: OHCI PCI platform driver [ 0.753807] ohci-platform: OHCI generic platform driver [ 0.755284] uhci_hcd: USB Universal Host Controller Interface driver [ 0.770176] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.771717] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.773959] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.775481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.777302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.779063] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.781133] usb usb1: Product: UHCI Host Controller [ 0.782487] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.784212] usb usb1: SerialNumber: 0000:00:01.2 [ 0.785680] hub 1-0:1.0: USB hub found [ 0.786823] hub 1-0:1.0: 2 ports detected [ 0.788283] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.791343] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.792751] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.794283] mousedev: PS/2 mouse device common for all mice [ 0.796150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.798773] rtc_cmos 00:00: RTC can wake from S4 [ 0.800443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.802151] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.803897] i2c /dev entries driver [ 0.805052] device-mapper: uevent: version 1.0.3 [ 0.806455] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.808940] ledtrig-cpu: registered to indicate activity on CPUs [ 0.811159] NET: Registered protocol family 10 [ 0.813126] NET: Registered protocol family 17 [ 0.814420] Key type dns_resolver registered [ 0.815905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.817567] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.820170] registered taskstats version 1 [ 0.821431] Loading compiled-in X.509 certificates [ 0.823402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.826161] zswap: loaded using pool lzo/zbud [ 0.828839] Key type trusted registered [ 0.831182] Key type encrypted registered [ 0.832432] AppArmor: AppArmor sha1 policy hashing enabled [ 0.833985] ima: No TPM chip found, activating TPM-bypass! [ 0.835528] evm: HMAC attrs: 0x1 [ 0.836970] Magic number: 2:936:570 [ 0.838211] rtc_cmos 00:00: setting system clock to 2018-09-02 07:34:13 UTC (1535873653) [ 0.840690] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.842312] EDD information not available. [ 0.895177] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912227] Write protecting the kernel read-only data: 14336k [ 0.917573] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.920365] 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.973314] 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.85 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.28... Lease of 192.168.120.28 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-00000017 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----- /dev/root resized successfully [took 0.11s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtj/Xx77tAs1UBD8+BI8XooiZN0yc/oPDuDsip2VG7GXzQR7ctUPn3MoLcMQTwSE2DNXgBnwRyl8nIesyRJ1wspL/KDmxUA5OVb7TbAyWA321MCV7yhDkhHqYZ4T6506wepMiHAAPYiCrqnlOwK22XzNmX2cpk9ALkclNq47NXeo/j26aqiCIwgJwc+/9WhctvacjEGkrql5AhgabPfZycnkbe4lAOGS9vn5MYeC3CUvPkCfwVjx5vzFqv0Sm2spNjlDUZfXqdzmq51vHwhv57hk9rhhUaI7/l/NFgAGBqX5A/d4t6xmYRHTTO1VgSlveKiogNsf4yiN055zgXL4XN root@cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa ssh-dss AAAAB3NzaC1kc3MAAACBAMF0wuek0cTbQ63bXaTnwtEH1MCv9e33TCqXCU8dqvN6rTcmDtU77LkGHdj20Cy6HW57FXaith6N+rCDCEdO30KkJ6cI8xXeRWUxqgmf4miJ0gzSGl9FoRJhCMhclzIzWM2IBlXEy6aIY1BweEnpMT99G5SGMqnVwMCdrWDwrZp5AAAAFQCsZTGYEQMf3TUkMDS0nTBqLoY2PQAAAIAJCiagdoyV8s8qbG6BVZh9826h8uf/NdsI6HWVpRO00XYuHds0S7PDjrPgx8ime8kXe5+ApAGCTzrtefVYLG8z6pwmeu+wUgoCyyataCtEKrnJ8ffD02jW2OAQUX6zUxQ2YEqHNM/LWYEmcwiudfIT8f1ud2Hfen4HGbisPxTnVgAAAIEAjHrorbTt6gxFXs+YwVQiQyDR/ERyVoLQCd2Zk/KJTF1ooPcZopew2n7pXg4Q9ik1IztDTQd8VQYWVl/f2FHj3Gqhe8fq1t32+octcOzLGPn+IeA1xqsK4AL+AJ/SjHlJ6fKvez6ULGt4oLvWKGREgQQ5GTlXLbpAOCBkGK7/vCE= root@cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.28,24,fe80::f816:3eff:fe81:5968/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.28 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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa login: 2018-09-02 07:34:21,006 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.202: timed out 2018-09-02 07:34:30,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 07:34:30,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 07:34:30,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-d04eab5b-0e09-47fc-a876-d28fdfb2b792 x-compute-request-id: req-d04eab5b-0e09-47fc-a876-d28fdfb2b792 Content-Encoding: gzip Content-Length: 9569 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 509112331 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.189301] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648)\n[ 0.191606] pid_max: default: 32768 minimum: 301\n[ 0.192880] ACPI: Core revision 20150930\n[ 0.194526] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.196400] Security Framework initialized\n[ 0.197558] Yama: becoming mindful.\n[ 0.198567] AppArmor: AppArmor initialized\n[ 0.199746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.201576] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.203313] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.205015] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.206936] Initializing cgroup subsys io\n[ 0.208090] Initializing cgroup subsys memory\n[ 0.209288] Initializing cgroup subsys devices\n[ 0.210498] Initializing cgroup subsys freezer\n[ 0.211689] Initializing cgroup subsys net_cls\n[ 0.212912] Initializing cgroup subsys perf_event\n[ 0.214139] Initializing cgroup subsys net_prio\n[ 0.215398] Initializing cgroup subsys hugetlb\n[ 0.216624] Initializing cgroup subsys pids\n[ 0.217829] CPU: Physical Processor ID: 0\n[ 0.219661] mce: CPU supports 10 MCE banks\n[ 0.220846] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.222187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.238679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000)\n[ 0.245289] ftrace: allocating 31920 entries in 125 pages\n[ 0.270664] smpboot: Max logical packages: 1\n[ 0.271868] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.273778] x2apic enabled\n[ 0.274921] Switched APIC routing to physical x2apic.\n[ 0.277402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278963] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.284129] KVM setup paravirtual spinlock\n[ 0.285740] x86: Booted up 1 node, 1 CPUs\n[ 0.286861] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288769] devtmpfs: initialized\n[ 0.290697] evm: security.selinux\n[ 0.291671] evm: security.SMACK64\n[ 0.292634] evm: security.SMACK64EXEC\n[ 0.293656] evm: security.SMACK64TRANSMUTE\n[ 0.294778] evm: security.SMACK64MMAP\n[ 0.295798] evm: security.ima\n[ 0.296696] evm: security.capability\n[ 0.297759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300254] pinctrl core: initialized pinctrl subsystem\n[ 0.301790] RTC time: 7:34:12, date: 09/02/18\n[ 0.303087] NET: Registered protocol family 16\n[ 0.304386] cpuidle: using governor ladder\n[ 0.305492] cpuidle: using governor menu\n[ 0.306592] PCCT header not found.\n[ 0.307634] ACPI: bus type PCI registered\n[ 0.308734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.310436] PCI: Using configuration type 1 for base access\n[ 0.312587] ACPI: Added _OSI(Module Device)\n[ 0.313714] ACPI: Added _OSI(Processor Device)\n[ 0.314878] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.316111] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.318248] ACPI: Interpreter enabled\n[ 0.319316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20150930/hwxface-580)\n[ 0.321844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20150930/hwxface-580)\n[ 0.324357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20150930/hwxface-580)\n[ 0.326909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20150930/hwxface-580)\n[ 0.329431] ACPI: (supports S0 S5)\n[ 0.330410] ACPI: Using IOAPIC for interrupt routing\n[ 0.331717] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.335559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.337126] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.338835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.340462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.343425] acpiphp: Slot [3] registered\n[ 0.344506] acpiphp: Slot [4] registered\n[ 0.345587] acpiphp: Slot [5] registered\n[ 0.346722] acpiphp: Slot [6] registered\n[ 0.347787] acpiphp: Slot [7] registered\n[ 0.348881] acpiphp: Slot [8] registered\n[ 0.349998] acpiphp: Slot [9] registered\n[ 0.351112] acpiphp: Slot [10] registered\n[ 0.352209] acpiphp: Slot [11] registered\n[ 0.353334] acpiphp: Slot [12] registered\n[ 0.354455] acpiphp: Slot [13] registered\n[ 0.355551] acpiphp: Slot [14] registered\n[ 0.356680] acpiphp: Slot [15] registered\n[ 0.371717] acpiphp: Slot [16] registered\n[ 0.372843] acpiphp: Slot [17] registered\n[ 0.373962] acpiphp: Slot [18] registered\n[ 0.375090] acpiphp: Slot [19] registered\n[ 0.376209] acpiphp: Slot [20] registered\n[ 0.377337] acpiphp: Slot [21] registered\n[ 0.378438] acpiphp: Slot [22] registered\n[ 0.379589] acpiphp: Slot [23] registered\n[ 0.380712] acpiphp: Slot [24] registered\n[ 0.381848] acpiphp: Slot [25] registered\n[ 0.382936] acpiphp: Slot [26] registered\n[ 0.384070] acpiphp: Slot [27] registered\n[ 0.385216] acpiphp: Slot [28] registered\n[ 0.386351] acpiphp: Slot [29] registered\n[ 0.387486] acpiphp: Slot [30] registered\n[ 0.388594] acpiphp: Slot [31] registered\n[ 0.389704] PCI host bridge to bus 0000:00\n[ 0.390857] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.392520] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.394196] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.396208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.398263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.400314] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.404398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.406249] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.408010] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.409872] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.414065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.416691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.437458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.439458] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.441419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.443367] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.445402] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.447246] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.449177] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.450615] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.452680] vgaarb: loaded\n[ 0.453487] vgaarb: bridge control possible 0000:00:02.0\n[ 0.455119] SCSI subsystem initialized\n[ 0.456345] ACPI: bus type USB registered\n[ 0.457450] usbcore: registered new interface driver usbfs\n[ 0.458841] usbcore: registered new interface driver hub\n[ 0.460198] usbcore: registered new device driver usb\n[ 0.461689] PCI: Using ACPI for IRQ routing\n[ 0.463175] NetLabel: Initializing\n[ 0.464145] NetLabel: domain hash size = 128\n[ 0.465299] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.466623] NetLabel: unlabeled traffic allowed by default\n[ 0.468168] clocksource: Switched to clocksource kvm-clock\n[ 0.478046] AppArmor: AppArmor Filesystem Enabled\n[ 0.479310] pnp: PnP ACPI init\n[ 0.480534] pnp: PnP ACPI: found 5 devices\n[ 0.487322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.489592] NET: Registered protocol family 2\n[ 0.490988] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.492758] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.494357] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.495943] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.497429] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.499033] NET: Registered protocol family 1\n[ 0.500205] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.501681] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.503118] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.517412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.531841] Trying to unpack rootfs image as initramfs...\n[ 0.593629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000)\n[ 0.598622] Scanning for low memory corruption every 60 seconds\n[ 0.600889] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.602505] audit: initializing netlink subsys (disabled)\n[ 0.604053] audit: type=2000 audit(1535873653.696:1): initialized\n[ 0.605987] Initialise system trusted keyring\n[ 0.607378] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 0.609008] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.611772] zbud: loaded\n[ 0.612816] VFS: Disk quotas dquot_6.6.0\n[ 0.614071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.616295] fuse init (API version 7.23)\n[ 0.617600] Key type big_key registered\n[ 0.618782] Allocating IMA MOK and blacklist keyrings.\n[ 0.620514] Key type asymmetric registered\n[ 0.621867] Asymmetric key parser 'x509' registered\n[ 0.623292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 0.625527] io scheduler noop registered\n[ 0.626658] io scheduler deadline registered (default)\n[ 0.628096] io scheduler cfq registered\n[ 0.629468] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.630938] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.632928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.635034] ACPI: Power Button [PWRF]\n[ 0.636509] GHES: HEST is not enabled!\n[ 0.651057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.681092] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.684438] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.708345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.711792] Linux agpgart interface v0.103\n[ 0.715974] brd: module loaded\n[ 0.718436] loop: module loaded\n[ 0.723792] GPT:Primary header thinks Alt. header is not at the end of the disk.\n[ 0.725883] GPT:90111 != 2097151\n[ 0.726873] GPT:Alternate GPT header not at the end of the disk.\n[ 0.728466] GPT:90111 != 2097151\n[ 0.729450] GPT: Use GNU Parted to correct GPT errors.\n[ 0.730835] vda: vda1 vda15\n[ 0.732904] scsi host0: ata_piix\n[ 0.734021] scsi host1: ata_piix\n[ 0.735071] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.736809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.739177] libphy: Fixed MDIO Bus: probed\n[ 0.740357] tun: Universal TUN/TAP device driver, 1.6\n[ 0.741726] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.744870] PPP generic driver version 2.4.2\n[ 0.746214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.747978] ehci-pci: EHCI PCI platform driver\n[ 0.749289] ehci-platform: EHCI generic platform driver\n[ 0.750782] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.752488] ohci-pci: OHCI PCI platform driver\n[ 0.753807] ohci-platform: OHCI generic platform driver\n[ 0.755284] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.770176] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.771717] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.773959] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 0.775481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.777302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.779063] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.781133] usb usb1: Product: UHCI Host Controller\n[ 0.782487] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd\n[ 0.784212] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.785680] hub 1-0:1.0: USB hub found\n[ 0.786823] hub 1-0:1.0: 2 ports detected\n[ 0.788283] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.791343] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.792751] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.794283] mousedev: PS/2 mouse device common for all mice\n[ 0.796150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.798773] rtc_cmos 00:00: RTC can wake from S4\n[ 0.800443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.802151] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.803897] i2c /dev entries driver\n[ 0.805052] device-mapper: uevent: version 1.0.3\n[ 0.806455] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 0.808940] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.811159] NET: Registered protocol family 10\n[ 0.813126] NET: Registered protocol family 17\n[ 0.814420] Key type dns_resolver registered\n[ 0.815905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.817567] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 0.820170] registered taskstats version 1\n[ 0.821431] Loading compiled-in X.509 certificates\n[ 0.823402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af'\n[ 0.826161] zswap: loaded using pool lzo/zbud\n[ 0.828839] Key type trusted registered\n[ 0.831182] Key type encrypted registered\n[ 0.832432] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.833985] ima: No TPM chip found, activating TPM-bypass!\n[ 0.835528] evm: HMAC attrs: 0x1\n[ 0.836970] Magic number: 2:936:570\n[ 0.838211] rtc_cmos 00:00: setting system clock to 2018-09-02 07:34:13 UTC (1535873653)\n[ 0.840690] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.842312] EDD information not available.\n[ 0.895177] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000)\n[ 0.912227] Write protecting the kernel read-only data: 14336k\n[ 0.917573] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000)\n[ 0.920365] 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.973314] 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.85\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.28...\nLease of 192.168.120.28 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-00000017\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-----\n/dev/root resized successfully [took 0.11s]\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtj/Xx77tAs1UBD8+BI8XooiZN0yc/oPDuDsip2VG7GXzQR7ctUPn3MoLcMQTwSE2DNXgBnwRyl8nIesyRJ1wspL/KDmxUA5OVb7TbAyWA321MCV7yhDkhHqYZ4T6506wepMiHAAPYiCrqnlOwK22XzNmX2cpk9ALkclNq47NXeo/j26aqiCIwgJwc+/9WhctvacjEGkrql5AhgabPfZycnkbe4lAOGS9vn5MYeC3CUvPkCfwVjx5vzFqv0Sm2spNjlDUZfXqdzmq51vHwhv57hk9rhhUaI7/l/NFgAGBqX5A/d4t6xmYRHTTO1VgSlveKiogNsf4yiN055zgXL4XN root@cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\nssh-dss AAAAB3NzaC1kc3MAAACBAMF0wuek0cTbQ63bXaTnwtEH1MCv9e33TCqXCU8dqvN6rTcmDtU77LkGHdj20Cy6HW57FXaith6N+rCDCEdO30KkJ6cI8xXeRWUxqgmf4miJ0gzSGl9FoRJhCMhclzIzWM2IBlXEy6aIY1BweEnpMT99G5SGMqnVwMCdrWDwrZp5AAAAFQCsZTGYEQMf3TUkMDS0nTBqLoY2PQAAAIAJCiagdoyV8s8qbG6BVZh9826h8uf/NdsI6HWVpRO00XYuHds0S7PDjrPgx8ime8kXe5+ApAGCTzrtefVYLG8z6pwmeu+wUgoCyyataCtEKrnJ8ffD02jW2OAQUX6zUxQ2YEqHNM/LWYEmcwiudfIT8f1ud2Hfen4HGbisPxTnVgAAAIEAjHrorbTt6gxFXs+YwVQiQyDR/ERyVoLQCd2Zk/KJTF1ooPcZopew2n7pXg4Q9ik1IztDTQd8VQYWVl/f2FHj3Gqhe8fq1t32+octcOzLGPn+IeA1xqsK4AL+AJ/SjHlJ6fKvez6ULGt4oLvWKGREgQQ5GTlXLbpAOCBkGK7/vCE= root@cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\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.28,24,fe80::f816:3eff:fe81:5968/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.28 \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-00000017\nname: N/A\navailability-zone: nova\nlocal-hostname: cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa\nlaunch-index: 0\n=== cirros: current=0.4.0 latest=0.4.0 uptime=4.24 ===\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-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa login: "} 2018-09-02 07:34:30,076 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/action used request id req-d04eab5b-0e09-47fc-a876-d28fdfb2b792 2018-09-02 07:34:30,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0678699016571s 2018-09-02 07:34:30,076 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/action used request id req-d04eab5b-0e09-47fc-a876-d28fdfb2b792 2018-09-02 07:34:30,076 - 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 509112331 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.189301] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967648) [ 0.191606] pid_max: default: 32768 minimum: 301 [ 0.192880] ACPI: Core revision 20150930 [ 0.194526] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.196400] Security Framework initialized [ 0.197558] Yama: becoming mindful. [ 0.198567] AppArmor: AppArmor initialized [ 0.199746] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.201576] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.203313] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.205015] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.206936] Initializing cgroup subsys io [ 0.208090] Initializing cgroup subsys memory [ 0.209288] Initializing cgroup subsys devices [ 0.210498] Initializing cgroup subsys freezer [ 0.211689] Initializing cgroup subsys net_cls [ 0.212912] Initializing cgroup subsys perf_event [ 0.214139] Initializing cgroup subsys net_prio [ 0.215398] Initializing cgroup subsys hugetlb [ 0.216624] Initializing cgroup subsys pids [ 0.217829] CPU: Physical Processor ID: 0 [ 0.219661] mce: CPU supports 10 MCE banks [ 0.220846] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.222187] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.238679] Freeing SMP alternatives memory: 28K (ffffffff820b4000 - ffffffff820bb000) [ 0.245289] ftrace: allocating 31920 entries in 125 pages [ 0.270664] smpboot: Max logical packages: 1 [ 0.271868] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.273778] x2apic enabled [ 0.274921] Switched APIC routing to physical x2apic. [ 0.277402] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278963] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281699] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.284129] KVM setup paravirtual spinlock [ 0.285740] x86: Booted up 1 node, 1 CPUs [ 0.286861] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288769] devtmpfs: initialized [ 0.290697] evm: security.selinux [ 0.291671] evm: security.SMACK64 [ 0.292634] evm: security.SMACK64EXEC [ 0.293656] evm: security.SMACK64TRANSMUTE [ 0.294778] evm: security.SMACK64MMAP [ 0.295798] evm: security.ima [ 0.296696] evm: security.capability [ 0.297759] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300254] pinctrl core: initialized pinctrl subsystem [ 0.301790] RTC time: 7:34:12, date: 09/02/18 [ 0.303087] NET: Registered protocol family 16 [ 0.304386] cpuidle: using governor ladder [ 0.305492] cpuidle: using governor menu [ 0.306592] PCCT header not found. [ 0.307634] ACPI: bus type PCI registered [ 0.308734] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.310436] PCI: Using configuration type 1 for base access [ 0.312587] ACPI: Added _OSI(Module Device) [ 0.313714] ACPI: Added _OSI(Processor Device) [ 0.314878] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.316111] ACPI: Added _OSI(Processor Aggregator Device) [ 0.318248] ACPI: Interpreter enabled [ 0.319316] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580) [ 0.321844] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580) [ 0.324357] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580) [ 0.326909] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580) [ 0.329431] ACPI: (supports S0 S5) [ 0.330410] ACPI: Using IOAPIC for interrupt routing [ 0.331717] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.335559] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.337126] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.338835] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.340462] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.343425] acpiphp: Slot [3] registered [ 0.344506] acpiphp: Slot [4] registered [ 0.345587] acpiphp: Slot [5] registered [ 0.346722] acpiphp: Slot [6] registered [ 0.347787] acpiphp: Slot [7] registered [ 0.348881] acpiphp: Slot [8] registered [ 0.349998] acpiphp: Slot [9] registered [ 0.351112] acpiphp: Slot [10] registered [ 0.352209] acpiphp: Slot [11] registered [ 0.353334] acpiphp: Slot [12] registered [ 0.354455] acpiphp: Slot [13] registered [ 0.355551] acpiphp: Slot [14] registered [ 0.356680] acpiphp: Slot [15] registered [ 0.371717] acpiphp: Slot [16] registered [ 0.372843] acpiphp: Slot [17] registered [ 0.373962] acpiphp: Slot [18] registered [ 0.375090] acpiphp: Slot [19] registered [ 0.376209] acpiphp: Slot [20] registered [ 0.377337] acpiphp: Slot [21] registered [ 0.378438] acpiphp: Slot [22] registered [ 0.379589] acpiphp: Slot [23] registered [ 0.380712] acpiphp: Slot [24] registered [ 0.381848] acpiphp: Slot [25] registered [ 0.382936] acpiphp: Slot [26] registered [ 0.384070] acpiphp: Slot [27] registered [ 0.385216] acpiphp: Slot [28] registered [ 0.386351] acpiphp: Slot [29] registered [ 0.387486] acpiphp: Slot [30] registered [ 0.388594] acpiphp: Slot [31] registered [ 0.389704] PCI host bridge to bus 0000:00 [ 0.390857] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.392520] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.394196] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.396208] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.398263] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.400314] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.404398] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.406249] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.408010] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.409872] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.414065] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.416691] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.437458] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.439458] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.441419] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.443367] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.445402] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.447246] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.449177] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.450615] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.452680] vgaarb: loaded [ 0.453487] vgaarb: bridge control possible 0000:00:02.0 [ 0.455119] SCSI subsystem initialized [ 0.456345] ACPI: bus type USB registered [ 0.457450] usbcore: registered new interface driver usbfs [ 0.458841] usbcore: registered new interface driver hub [ 0.460198] usbcore: registered new device driver usb [ 0.461689] PCI: Using ACPI for IRQ routing [ 0.463175] NetLabel: Initializing [ 0.464145] NetLabel: domain hash size = 128 [ 0.465299] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.466623] NetLabel: unlabeled traffic allowed by default [ 0.468168] clocksource: Switched to clocksource kvm-clock [ 0.478046] AppArmor: AppArmor Filesystem Enabled [ 0.479310] pnp: PnP ACPI init [ 0.480534] pnp: PnP ACPI: found 5 devices [ 0.487322] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.489592] NET: Registered protocol family 2 [ 0.490988] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.492758] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.494357] TCP: Hash tables configured (established 4096 bind 4096) [ 0.495943] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.497429] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.499033] NET: Registered protocol family 1 [ 0.500205] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.501681] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.503118] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.517412] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.531841] Trying to unpack rootfs image as initramfs... [ 0.593629] Freeing initrd memory: 4824K (ffff88001fb16000 - ffff88001ffcc000) [ 0.598622] Scanning for low memory corruption every 60 seconds [ 0.600889] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.602505] audit: initializing netlink subsys (disabled) [ 0.604053] audit: type=2000 audit(1535873653.696:1): initialized [ 0.605987] Initialise system trusted keyring [ 0.607378] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 0.609008] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.611772] zbud: loaded [ 0.612816] VFS: Disk quotas dquot_6.6.0 [ 0.614071] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.616295] fuse init (API version 7.23) [ 0.617600] Key type big_key registered [ 0.618782] Allocating IMA MOK and blacklist keyrings. [ 0.620514] Key type asymmetric registered [ 0.621867] Asymmetric key parser 'x509' registered [ 0.623292] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 0.625527] io scheduler noop registered [ 0.626658] io scheduler deadline registered (default) [ 0.628096] io scheduler cfq registered [ 0.629468] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.630938] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.632928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.635034] ACPI: Power Button [PWRF] [ 0.636509] GHES: HEST is not enabled! [ 0.651057] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.681092] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.684438] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.708345] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.711792] Linux agpgart interface v0.103 [ 0.715974] brd: module loaded [ 0.718436] loop: module loaded [ 0.723792] GPT:Primary header thinks Alt. header is not at the end of the disk. [ 0.725883] GPT:90111 != 2097151 [ 0.726873] GPT:Alternate GPT header not at the end of the disk. [ 0.728466] GPT:90111 != 2097151 [ 0.729450] GPT: Use GNU Parted to correct GPT errors. [ 0.730835] vda: vda1 vda15 [ 0.732904] scsi host0: ata_piix [ 0.734021] scsi host1: ata_piix [ 0.735071] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.736809] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.739177] libphy: Fixed MDIO Bus: probed [ 0.740357] tun: Universal TUN/TAP device driver, 1.6 [ 0.741726] tun: (C) 1999-2004 Max Krasnyansky [ 0.744870] PPP generic driver version 2.4.2 [ 0.746214] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.747978] ehci-pci: EHCI PCI platform driver [ 0.749289] ehci-platform: EHCI generic platform driver [ 0.750782] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.752488] ohci-pci: OHCI PCI platform driver [ 0.753807] ohci-platform: OHCI generic platform driver [ 0.755284] uhci_hcd: USB Universal Host Controller Interface driver [ 0.770176] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.771717] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.773959] uhci_hcd 0000:00:01.2: detected 2 ports [ 0.775481] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.777302] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.779063] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.781133] usb usb1: Product: UHCI Host Controller [ 0.782487] usb usb1: Manufacturer: Linux 4.4.0-28-generic uhci_hcd [ 0.784212] usb usb1: SerialNumber: 0000:00:01.2 [ 0.785680] hub 1-0:1.0: USB hub found [ 0.786823] hub 1-0:1.0: 2 ports detected [ 0.788283] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.791343] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.792751] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.794283] mousedev: PS/2 mouse device common for all mice [ 0.796150] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.798773] rtc_cmos 00:00: RTC can wake from S4 [ 0.800443] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.802151] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.803897] i2c /dev entries driver [ 0.805052] device-mapper: uevent: version 1.0.3 [ 0.806455] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.808940] ledtrig-cpu: registered to indicate activity on CPUs [ 0.811159] NET: Registered protocol family 10 [ 0.813126] NET: Registered protocol family 17 [ 0.814420] Key type dns_resolver registered [ 0.815905] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.817567] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.820170] registered taskstats version 1 [ 0.821431] Loading compiled-in X.509 certificates [ 0.823402] Loaded X.509 cert 'Build time autogenerated kernel key: 6ea974e07bd0b30541f4d838a3b7a8a80d5ca9af' [ 0.826161] zswap: loaded using pool lzo/zbud [ 0.828839] Key type trusted registered [ 0.831182] Key type encrypted registered [ 0.832432] AppArmor: AppArmor sha1 policy hashing enabled [ 0.833985] ima: No TPM chip found, activating TPM-bypass! [ 0.835528] evm: HMAC attrs: 0x1 [ 0.836970] Magic number: 2:936:570 [ 0.838211] rtc_cmos 00:00: setting system clock to 2018-09-02 07:34:13 UTC (1535873653) [ 0.840690] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.842312] EDD information not available. [ 0.895177] Freeing unused kernel memory: 1480K (ffffffff81f42000 - ffffffff820b4000) [ 0.912227] Write protecting the kernel read-only data: 14336k [ 0.917573] Freeing unused kernel memory: 1860K (ffff88000182f000 - ffff880001a00000) [ 0.920365] 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.973314] 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.85 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.28... Lease of 192.168.120.28 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-00000017 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----- /dev/root resized successfully [took 0.11s] ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDtj/Xx77tAs1UBD8+BI8XooiZN0yc/oPDuDsip2VG7GXzQR7ctUPn3MoLcMQTwSE2DNXgBnwRyl8nIesyRJ1wspL/KDmxUA5OVb7TbAyWA321MCV7yhDkhHqYZ4T6506wepMiHAAPYiCrqnlOwK22XzNmX2cpk9ALkclNq47NXeo/j26aqiCIwgJwc+/9WhctvacjEGkrql5AhgabPfZycnkbe4lAOGS9vn5MYeC3CUvPkCfwVjx5vzFqv0Sm2spNjlDUZfXqdzmq51vHwhv57hk9rhhUaI7/l/NFgAGBqX5A/d4t6xmYRHTTO1VgSlveKiogNsf4yiN055zgXL4XN root@cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa ssh-dss AAAAB3NzaC1kc3MAAACBAMF0wuek0cTbQ63bXaTnwtEH1MCv9e33TCqXCU8dqvN6rTcmDtU77LkGHdj20Cy6HW57FXaith6N+rCDCEdO30KkJ6cI8xXeRWUxqgmf4miJ0gzSGl9FoRJhCMhclzIzWM2IBlXEy6aIY1BweEnpMT99G5SGMqnVwMCdrWDwrZp5AAAAFQCsZTGYEQMf3TUkMDS0nTBqLoY2PQAAAIAJCiagdoyV8s8qbG6BVZh9826h8uf/NdsI6HWVpRO00XYuHds0S7PDjrPgx8ime8kXe5+ApAGCTzrtefVYLG8z6pwmeu+wUgoCyyataCtEKrnJ8ffD02jW2OAQUX6zUxQ2YEqHNM/LWYEmcwiudfIT8f1ud2Hfen4HGbisPxTnVgAAAIEAjHrorbTt6gxFXs+YwVQiQyDR/ERyVoLQCd2Zk/KJTF1ooPcZopew2n7pXg4Q9ik1IztDTQd8VQYWVl/f2FHj3Gqhe8fq1t32+octcOzLGPn+IeA1xqsK4AL+AJ/SjHlJ6fKvez6ULGt4oLvWKGREgQQ5GTlXLbpAOCBkGK7/vCE= root@cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa -----END SSH HOST KEY KEYS----- === network info === if-info: lo,up,127.0.0.1,8,, if-info: eth0,up,192.168.120.28,24,fe80::f816:3eff:fe81:5968/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.28 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-00000017 name: N/A availability-zone: nova local-hostname: cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa launch-index: 0 === cirros: current=0.4.0 latest=0.4.0 uptime=4.24 === ____ ____ ____ / __/ __ ____ ____ / __ \/ __/ / /__ / // __// __// /_/ /\ \ \___//_//_/ /_/ \____/___/ http://cirros-cloud.net login as 'cirros' user. default password: 'gocubsgo'. use 'sudo' for root. cinder-test-vm-9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa login: 2018-09-02 07:34:30,078 - paramiko.transport - DEBUG - starting thread (client mode): 0xcb776fd0L 2018-09-02 07:34:30,078 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 07:34:30,079 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-dropbear_2015.67 2018-09-02 07:34:30,079 - paramiko.transport - INFO - Connected (version 2.0, client dropbear_2015.67) 2018-09-02 07:34:30,079 - 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 07:34:30,079 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 07:34:30,080 - paramiko.transport - DEBUG - HostKey agreed: ecdsa-sha2-nistp521 2018-09-02 07:34:30,080 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 07:34:30,080 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 07:34:30,080 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 07:34:30,135 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 07:34:30,135 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 07:34:30,142 - paramiko.transport - DEBUG - Adding ecdsa-sha2-nistp521 host key for 172.30.9.202: a7155838274405e98b95c990325f9a58 2018-09-02 07:34:30,142 - paramiko.transport - DEBUG - Trying discovered key 6dab8017e792fca798e4f925070995db in /tmp/tmpOtiYfM 2018-09-02 07:34:30,172 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 07:34:30,177 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 07:34:30,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-02 07:34:30,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"volumeAttachment": {"volumeId": "ac6c4794-36ea-493f-a3e1-6345ec206d9a"}}' 2018-09-02 07:34:33,864 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-96468350-900e-4fbb-94b5-0b288f1e1dea x-compute-request-id: req-96468350-900e-4fbb-94b5-0b288f1e1dea Content-Encoding: gzip Content-Length: 146 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "volumeId": "ac6c4794-36ea-493f-a3e1-6345ec206d9a"}} 2018-09-02 07:34:33,864 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/os-volume_attachments used request id req-96468350-900e-4fbb-94b5-0b288f1e1dea 2018-09-02 07:34:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 3.6582429409s 2018-09-02 07:34:33,865 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/os-volume_attachments used request id req-96468350-900e-4fbb-94b5-0b288f1e1dea 2018-09-02 07:34:33,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:33,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:34,950 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:33 GMT Server: Apache x-compute-request-id: req-6f3c878c-ca1d-4304-9484-5096e036191e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-6f3c878c-ca1d-4304-9484-5096e036191e Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:34.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:34,950 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-6f3c878c-ca1d-4304-9484-5096e036191e 2018-09-02 07:34:34,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.08456087112s 2018-09-02 07:34:34,950 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-6f3c878c-ca1d-4304-9484-5096e036191e 2018-09-02 07:34:34,952 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:36,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:36,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:37,936 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:36 GMT Server: Apache x-compute-request-id: req-3c2d031e-6559-4651-804f-3b8b064ceb1b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3c2d031e-6559-4651-804f-3b8b064ceb1b Content-Encoding: gzip Content-Length: 452 Content-Type: application/json RESP BODY: {"volumes": [{"status": "attaching", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:37.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:37,936 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-3c2d031e-6559-4651-804f-3b8b064ceb1b 2018-09-02 07:34:37,936 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.981925010681s 2018-09-02 07:34:37,937 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-3c2d031e-6559-4651-804f-3b8b064ceb1b 2018-09-02 07:34:37,938 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:39,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:39,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:40,002 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:40 GMT Server: Apache x-compute-request-id: req-20080c33-e99a-409d-9fee-7b11e76c6326 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-20080c33-e99a-409d-9fee-7b11e76c6326 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [{"server_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "attachment_id": "9de4bcef-b31e-4b0a-b069-cc63e2c06df6", "attached_at": "2018-09-02T07:34:37.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "device": "/dev/vdb", "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a"}], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:38.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:40,002 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-20080c33-e99a-409d-9fee-7b11e76c6326 2018-09-02 07:34:40,002 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0604228973389s 2018-09-02 07:34:40,002 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-20080c33-e99a-409d-9fee-7b11e76c6326 2018-09-02 07:34:40,005 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 07:34:40,006 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 07:34:40,006 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 07:34:40,007 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 07:34:40,075 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 07:34:40,075 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-02 07:34:40,076 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 07:34:40,077 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 07:34:40,116 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-02 07:34:40,116 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 07:34:40,141 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 07:34:40,355 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 07:34:40,355 - 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: 75d3f0bd-c63c-482e-8bc7-4c3db1371318 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 07:34:40,356 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - volume_write stderr: mke2fs 1.42.12 (29-Aug-2014) 2018-09-02 07:34:40,356 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 1 2018-09-02 07:34:40,357 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 07:34:40,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-02 07:34:40,361 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/os-volume_attachments/ac6c4794-36ea-493f-a3e1-6345ec206d9a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:42,888 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:34: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-e093f9c6-508c-4b8a-9e57-36aaf2f23a40 x-compute-request-id: req-e093f9c6-508c-4b8a-9e57-36aaf2f23a40 Content-Length: 0 Content-Type: application/json 2018-09-02 07:34:42,889 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/os-volume_attachments/ac6c4794-36ea-493f-a3e1-6345ec206d9a used request id req-e093f9c6-508c-4b8a-9e57-36aaf2f23a40 2018-09-02 07:34:42,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 2.53129601479s 2018-09-02 07:34:42,889 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1/os-volume_attachments/ac6c4794-36ea-493f-a3e1-6345ec206d9a used request id req-e093f9c6-508c-4b8a-9e57-36aaf2f23a40 2018-09-02 07:34:42,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:42,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:42,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:42 GMT Server: Apache x-compute-request-id: req-77b04b36-cd92-456b-baa9-de3a1c4ca2d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-77b04b36-cd92-456b-baa9-de3a1c4ca2d4 Content-Encoding: gzip Content-Length: 568 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [{"server_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "attachment_id": "9de4bcef-b31e-4b0a-b069-cc63e2c06df6", "attached_at": "2018-09-02T07:34:37.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "device": "/dev/vdb", "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a"}], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:43.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:42,949 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-77b04b36-cd92-456b-baa9-de3a1c4ca2d4 2018-09-02 07:34:42,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0596771240234s 2018-09-02 07:34:42,950 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-77b04b36-cd92-456b-baa9-de3a1c4ca2d4 2018-09-02 07:34:42,951 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:44,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:44,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:45,964 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:44 GMT Server: Apache x-compute-request-id: req-3a925924-7d49-486e-aaf4-ab387956546f OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-3a925924-7d49-486e-aaf4-ab387956546f Content-Encoding: gzip Content-Length: 449 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:43.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:45,964 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-3a925924-7d49-486e-aaf4-ab387956546f 2018-09-02 07:34:45,964 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01064014435s 2018-09-02 07:34:45,965 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-3a925924-7d49-486e-aaf4-ab387956546f 2018-09-02 07:34:45,966 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Attach volume to VM 2 2018-09-02 07:34:45,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.os-volume_attachments 2018-09-02 07:34:45,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"volumeAttachment": {"volumeId": "ac6c4794-36ea-493f-a3e1-6345ec206d9a"}}' 2018-09-02 07:34:48,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34: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-da02aa9b-f3d8-484e-a9b8-75e6b25f0264 x-compute-request-id: req-da02aa9b-f3d8-484e-a9b8-75e6b25f0264 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"volumeAttachment": {"device": "/dev/vdb", "serverId": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "volumeId": "ac6c4794-36ea-493f-a3e1-6345ec206d9a"}} 2018-09-02 07:34:48,881 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/os-volume_attachments used request id req-da02aa9b-f3d8-484e-a9b8-75e6b25f0264 2018-09-02 07:34:48,881 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.os-volume_attachments in 2.91430211067s 2018-09-02 07:34:48,881 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/os-volume_attachments used request id req-da02aa9b-f3d8-484e-a9b8-75e6b25f0264 2018-09-02 07:34:48,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:48,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:49,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:49 GMT Server: Apache x-compute-request-id: req-968b373f-6f02-440b-9702-7ff33d1a69f0 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-968b373f-6f02-440b-9702-7ff33d1a69f0 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "reserved", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:48.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:49,937 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-968b373f-6f02-440b-9702-7ff33d1a69f0 2018-09-02 07:34:49,937 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.05523991585s 2018-09-02 07:34:49,938 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-968b373f-6f02-440b-9702-7ff33d1a69f0 2018-09-02 07:34:49,939 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:51,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:51,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:52,976 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:51 GMT Server: Apache x-compute-request-id: req-290a5aae-257c-4dc3-9b94-d9b5c3f725d7 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-290a5aae-257c-4dc3-9b94-d9b5c3f725d7 Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "in-use", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [{"server_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "attachment_id": "ca838c45-e511-4c64-aade-ec41c16710eb", "attached_at": "2018-09-02T07:34:51.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "device": "/dev/vdb", "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a"}], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:52.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:52,977 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-290a5aae-257c-4dc3-9b94-d9b5c3f725d7 2018-09-02 07:34:52,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.03514909744s 2018-09-02 07:34:52,977 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-290a5aae-257c-4dc3-9b94-d9b5c3f725d7 2018-09-02 07:34:52,979 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 07:34:52,982 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32759 bytes 2018-09-02 07:34:52,982 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 07:34:52,984 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 07:34:53,054 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 07:34:53,055 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - ssh: 2018-09-02 07:34:53,055 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 07:34:53,056 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 07:34:53,093 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32759 bytes 2018-09-02 07:34:53,093 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 07:34:53,121 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 07:34:53,144 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 07:34:53,144 - 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 07:34:53,145 - functest.opnfv_tests.openstack.cinder.cinder_test - DEBUG - read volume stderr: 2018-09-02 07:34:53,145 - functest.opnfv_tests.openstack.cinder.cinder_test - INFO - Detach volume from VM 2 2018-09-02 07:34:53,146 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 07:34:53,146 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers.os-volume_attachments 2018-09-02 07:34:53,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/os-volume_attachments/ac6c4794-36ea-493f-a3e1-6345ec206d9a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:53,774 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:34: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-ad346776-2e6d-450b-93e8-07f8e002b324 x-compute-request-id: req-ad346776-2e6d-450b-93e8-07f8e002b324 Content-Length: 0 Content-Type: application/json 2018-09-02 07:34:53,774 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/os-volume_attachments/ac6c4794-36ea-493f-a3e1-6345ec206d9a used request id req-ad346776-2e6d-450b-93e8-07f8e002b324 2018-09-02 07:34:53,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers.os-volume_attachments in 0.627502202988s 2018-09-02 07:34:53,774 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0/os-volume_attachments/ac6c4794-36ea-493f-a3e1-6345ec206d9a used request id req-ad346776-2e6d-450b-93e8-07f8e002b324 2018-09-02 07:34:53,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:53,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:53,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:53 GMT Server: Apache x-compute-request-id: req-0929d24a-c6b5-4575-8af2-7c2e5363e80e OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-0929d24a-c6b5-4575-8af2-7c2e5363e80e Content-Encoding: gzip Content-Length: 567 Content-Type: application/json RESP BODY: {"volumes": [{"status": "detaching", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [{"server_id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "attachment_id": "ca838c45-e511-4c64-aade-ec41c16710eb", "attached_at": "2018-09-02T07:34:51.000000", "host_name": "overcloud-novacompute-0.opnfvlf.org", "volume_id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "device": "/dev/vdb", "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a"}], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:53.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:53,829 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-0929d24a-c6b5-4575-8af2-7c2e5363e80e 2018-09-02 07:34:53,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0537488460541s 2018-09-02 07:34:53,829 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-0929d24a-c6b5-4575-8af2-7c2e5363e80e 2018-09-02 07:34:53,830 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:34:55,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:34:55,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:56,847 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:34:56 GMT Server: Apache x-compute-request-id: req-8be7be40-dcf1-466d-9d26-c0bf58a7f3ff OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-8be7be40-dcf1-466d-9d26-c0bf58a7f3ff Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:54.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:34:56,847 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-8be7be40-dcf1-466d-9d26-c0bf58a7f3ff 2018-09-02 07:34:56,848 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01456308365s 2018-09-02 07:34:56,848 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-8be7be40-dcf1-466d-9d26-c0bf58a7f3ff 2018-09-02 07:34:56,966 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:34:56,966 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | cinder_test | functest | 01:44 | PASS | +---------------------+------------------+------------------+----------------+ 2018-09-02 07:34:56,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 07:34:56,974 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:57,334 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-ed5ccc1c-6661-4a53-b3de-1c04bd2881e5 x-compute-request-id: req-ed5ccc1c-6661-4a53-b3de-1c04bd2881e5 Content-Type: application/json 2018-09-02 07:34:57,334 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0 used request id req-ed5ccc1c-6661-4a53-b3de-1c04bd2881e5 2018-09-02 07:34:57,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.362237930298s 2018-09-02 07:34:57,334 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0 used request id req-ed5ccc1c-6661-4a53-b3de-1c04bd2881e5 2018-09-02 07:34:57,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:34:57,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:34:58,033 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-48ed714f-9eda-4af1-adce-e050c140103c x-compute-request-id: req-48ed714f-9eda-4af1-adce-e050c140103c Content-Encoding: gzip Content-Length: 865 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:59:68", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:59:68", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:34:12.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:34:12Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:34:03Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "192.168.120.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e2:19:be", "version": 4, "addr": "172.30.9.205", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/295038e3-b8b8-4059-88f1-02f3753a6ee0", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:33:44.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "295038e3-b8b8-4059-88f1-02f3753a6ee0", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:34:57Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm2_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:33:36Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:34:58,033 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-48ed714f-9eda-4af1-adce-e050c140103c 2018-09-02 07:34:58,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698562145233s 2018-09-02 07:34:58,034 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-48ed714f-9eda-4af1-adce-e050c140103c 2018-09-02 07:34:58,036 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:35:00,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:35:00,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:01,080 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35: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-9f706275-0720-4066-a90a-73345ea0c4ad x-compute-request-id: req-9f706275-0720-4066-a90a-73345ea0c4ad Content-Encoding: gzip Content-Length: 762 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:59:68", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:59:68", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:34:12.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:34:12Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:34:03Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:35:01,080 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9f706275-0720-4066-a90a-73345ea0c4ad 2018-09-02 07:35:01,080 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04116892815s 2018-09-02 07:35:01,081 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9f706275-0720-4066-a90a-73345ea0c4ad 2018-09-02 07:35:01,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 07:35:01,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/7a62dbe9-fd1c-416c-83f7-cf63d60a170e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:02,253 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cf2c4676-6486-4786-ba5f-a9d0564b5d66 Content-Length: 0 Date: Sun, 02 Sep 2018 07:35:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:35:02,253 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/7a62dbe9-fd1c-416c-83f7-cf63d60a170e.json used request id req-cf2c4676-6486-4786-ba5f-a9d0564b5d66 2018-09-02 07:35:02,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.16804599762s 2018-09-02 07:35:02,253 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/7a62dbe9-fd1c-416c-83f7-cf63d60a170e.json used request id req-cf2c4676-6486-4786-ba5f-a9d0564b5d66 2018-09-02 07:35:02,258 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:35:02,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:02,320 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-9ff8b03a-43dc-419b-b9ff-e9594532b4af Date: Sun, 02 Sep 2018 07:35:02 GMT RESP BODY: {"floatingips": [{"router_id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:34:16Z", "updated_at": "2018-09-02T07:34:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "device_owner": "compute:nova", "mac_address": "fa:16:3e:81:59:68", "device_id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1"}, "fixed_ip_address": "192.168.120.28", "floating_ip_address": "172.30.9.202", "revision_number": 3, "project_id": "03466d9192ec403484b2722a5a015855", "port_id": "c33e6c07-b69f-4fbd-b704-5118bb21abc2", "id": "dd10196e-b827-44b2-a0cc-eb44820c64a2", "qos_policy_id": null}]} 2018-09-02 07:35:02,320 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9ff8b03a-43dc-419b-b9ff-e9594532b4af 2018-09-02 07:35:02,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0614140033722s 2018-09-02 07:35:02,320 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9ff8b03a-43dc-419b-b9ff-e9594532b4af 2018-09-02 07:35:02,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:35:02,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:02,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:02 GMT Server: Apache x-compute-request-id: req-1f02a374-f323-4929-a2ec-cf710a7fc1d4 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1f02a374-f323-4929-a2ec-cf710a7fc1d4 Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"volumes": [{"status": "available", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:34:54.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:35:02,376 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-1f02a374-f323-4929-a2ec-cf710a7fc1d4 2018-09-02 07:35:02,376 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0512750148773s 2018-09-02 07:35:02,376 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-1f02a374-f323-4929-a2ec-cf710a7fc1d4 2018-09-02 07:35:02,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.DELETE.volumes 2018-09-02 07:35:02,380 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:02,469 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:35:02 GMT Server: Apache OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1bc37808-47bd-46f0-92b9-744b37170ae1 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 07:35:02,469 - keystoneauth.session - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a used request id req-1bc37808-47bd-46f0-92b9-744b37170ae1 2018-09-02 07:35:02,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.DELETE.volumes in 0.0917558670044s 2018-09-02 07:35:02,470 - shade.request_ids - DEBUG - DELETE call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a used request id req-1bc37808-47bd-46f0-92b9-744b37170ae1 2018-09-02 07:35:02,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:35:02,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:02,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:03 GMT Server: Apache x-compute-request-id: req-1e8dd500-980e-4e5b-87c9-363a354bbe23 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version,Accept-Encoding x-openstack-request-id: req-1e8dd500-980e-4e5b-87c9-363a354bbe23 Content-Encoding: gzip Content-Length: 453 Content-Type: application/json RESP BODY: {"volumes": [{"status": "deleting", "user_id": "28536ccd85ea431686fce5876694213c", "attachments": [], "links": [{"href": "http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "self"}, {"href": "http://172.30.9.25:8776/03466d9192ec403484b2722a5a015855/volumes/ac6c4794-36ea-493f-a3e1-6345ec206d9a", "rel": "bookmark"}], "availability_zone": "nova", "bootable": "false", "encrypted": false, "created_at": "2018-09-02T07:33:53.000000", "description": null, "os-vol-tenant-attr:tenant_id": "03466d9192ec403484b2722a5a015855", "updated_at": "2018-09-02T07:35:02.000000", "volume_type": null, "name": "cinder_test-volume_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "replication_status": null, "consistencygroup_id": null, "source_volid": null, "snapshot_id": null, "multiattach": false, "metadata": {}, "id": "ac6c4794-36ea-493f-a3e1-6345ec206d9a", "size": 2}]} 2018-09-02 07:35:02,518 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-1e8dd500-980e-4e5b-87c9-363a354bbe23 2018-09-02 07:35:02,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.0480260848999s 2018-09-02 07:35:02,518 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-1e8dd500-980e-4e5b-87c9-363a354bbe23 2018-09-02 07:35:02,520 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:35:04,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 07:35:04,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:05,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:04 GMT Server: Apache x-compute-request-id: req-24f20d13-b55c-4e72-b8c3-403b53812736 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-24f20d13-b55c-4e72-b8c3-403b53812736 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 07:35:05,539 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-24f20d13-b55c-4e72-b8c3-403b53812736 2018-09-02 07:35:05,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 1.01661396027s 2018-09-02 07:35:05,540 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/03466d9192ec403484b2722a5a015855/volumes/detail used request id req-24f20d13-b55c-4e72-b8c3-403b53812736 2018-09-02 07:35:05,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 07:35:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/dd10196e-b827-44b2-a0cc-eb44820c64a2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:07,078 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-5a4a193e-0780-491c-8306-09a7054d8bc5 Content-Length: 0 Date: Sun, 02 Sep 2018 07:35:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:35:07,078 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/dd10196e-b827-44b2-a0cc-eb44820c64a2.json used request id req-5a4a193e-0780-491c-8306-09a7054d8bc5 2018-09-02 07:35:07,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.53287696838s 2018-09-02 07:35:07,078 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/dd10196e-b827-44b2-a0cc-eb44820c64a2.json used request id req-5a4a193e-0780-491c-8306-09a7054d8bc5 2018-09-02 07:35:07,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 07:35:07,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:07,143 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-63c099c3-ef44-4a8a-b57f-38d57123db67 Date: Sun, 02 Sep 2018 07:35:07 GMT RESP BODY: {"floatingips": []} 2018-09-02 07:35:07,143 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-63c099c3-ef44-4a8a-b57f-38d57123db67 2018-09-02 07:35:07,143 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0602140426636s 2018-09-02 07:35:07,144 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-63c099c3-ef44-4a8a-b57f-38d57123db67 2018-09-02 07:35:07,144 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 07:35:07,147 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:07,400 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35: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-a21e3cd5-674e-4b91-85ad-cd4938461cde x-compute-request-id: req-a21e3cd5-674e-4b91-85ad-cd4938461cde Content-Type: application/json 2018-09-02 07:35:07,400 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1 used request id req-a21e3cd5-674e-4b91-85ad-cd4938461cde 2018-09-02 07:35:07,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.255540132523s 2018-09-02 07:35:07,400 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1 used request id req-a21e3cd5-674e-4b91-85ad-cd4938461cde 2018-09-02 07:35:07,400 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:35:07,403 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:08,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35: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-dd0955c0-0e2b-4ce4-a7d2-9eead2904f8f x-compute-request-id: req-dd0955c0-0e2b-4ce4-a7d2-9eead2904f8f Content-Encoding: gzip Content-Length: 770 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:59:68", "version": 4, "addr": "192.168.120.28", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:81:59:68", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "rel": "bookmark"}], "image": {"id": "431d20ce-0864-4493-8cc3-351f5053de97", "links": [{"href": "http://172.30.9.25:8774/images/431d20ce-0864-4493-8cc3-351f5053de97", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T07:34:12.000000", "flavor": {"id": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "links": [{"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "bookmark"}]}, "id": "fe2f1371-d36e-46da-9f75-ecfc4c6b12e1", "security_groups": [{"name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}], "user_id": "28536ccd85ea431686fce5876694213c", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T07:35:07Z", "hostId": "d1cddba8210ee08eaa387f6e40c1b7f1d98e1e3a91e42a191228f53f", "OS-SRV-USG:terminated_at": null, "key_name": "cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "name": "cinder_test-vm_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "created": "2018-09-02T07:34:03Z", "tenant_id": "03466d9192ec403484b2722a5a015855", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 07:35:08,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-dd0955c0-0e2b-4ce4-a7d2-9eead2904f8f 2018-09-02 07:35:08,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.11814403534s 2018-09-02 07:35:08,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-dd0955c0-0e2b-4ce4-a7d2-9eead2904f8f 2018-09-02 07:35:08,521 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 07:35:10,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 07:35:10,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:10,592 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35: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-2f6cad00-bba2-46ec-b76b-2c3893cc3f82 x-compute-request-id: req-2f6cad00-bba2-46ec-b76b-2c3893cc3f82 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 07:35:10,592 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2f6cad00-bba2-46ec-b76b-2c3893cc3f82 2018-09-02 07:35:10,592 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0681090354919s 2018-09-02 07:35:10,592 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2f6cad00-bba2-46ec-b76b-2c3893cc3f82 2018-09-02 07:35:10,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 07:35:10,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:10,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4835 X-Openstack-Request-Id: req-148ed02d-592d-444f-b2cd-f8a01b8e5e57 Date: Sun, 02 Sep 2018 07:35:10 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:14Z", "updated_at": "2018-09-02T07:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "1b0a1a64-c817-4ac3-84c0-42e1fb532852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "3e57938f-193d-41ac-9aeb-a5fc6d83ec30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "a54314c1-e4fd-4272-b69d-3a554be1dd13", "remote_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "d4cbaf68-7a33-484d-aec3-f4edac668812", "remote_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}], "revision_number": 1, "project_id": "03466d9192ec403484b2722a5a015855", "id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "name": "default"}, {"description": "created by OPNFV Functest (cinder_test)", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:29Z", "updated_at": "2018-09-02T07:33:31Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:31Z", "revision_number": 0, "id": "29a607d2-06c9-41cc-8f73-ab361c20e635", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:31Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:29Z", "revision_number": 0, "id": "422e0c9c-b715-4224-abe2-a149cce02542", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:29Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:29Z", "revision_number": 0, "id": "84fdbdce-f80a-4cf1-bf83-aafce2a12c3c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:29Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T07:33:30Z", "revision_number": 0, "id": "905c9d03-00f1-4dc9-886b-83212a65de85", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:30Z", "security_group_id": "73594581-c060-474b-aa00-cfa23f3ce945", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": 22, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}], "revision_number": 3, "project_id": "03466d9192ec403484b2722a5a015855", "id": "73594581-c060-474b-aa00-cfa23f3ce945", "name": "cinder_test-sg_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}]} 2018-09-02 07:35:10,644 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-148ed02d-592d-444f-b2cd-f8a01b8e5e57 2018-09-02 07:35:10,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0510149002075s 2018-09-02 07:35:10,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-148ed02d-592d-444f-b2cd-f8a01b8e5e57 2018-09-02 07:35:10,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 07:35:10,646 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/73594581-c060-474b-aa00-cfa23f3ce945.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:11,052 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f67cbd61-3b11-4e5f-8b6c-0bf686264b31 Content-Length: 0 Date: Sun, 02 Sep 2018 07:35:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:35:11,052 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/73594581-c060-474b-aa00-cfa23f3ce945.json used request id req-f67cbd61-3b11-4e5f-8b6c-0bf686264b31 2018-09-02 07:35:11,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.405785083771s 2018-09-02 07:35:11,052 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/73594581-c060-474b-aa00-cfa23f3ce945.json used request id req-f67cbd61-3b11-4e5f-8b6c-0bf686264b31 2018-09-02 07:35:11,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 07:35:11,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:11,120 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:35: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-aca0ed4c-735e-481e-a1cb-d48dbbefed62 x-compute-request-id: req-aca0ed4c-735e-481e-a1cb-d48dbbefed62 Content-Length: 0 Content-Type: application/json 2018-09-02 07:35:11,120 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa used request id req-aca0ed4c-735e-481e-a1cb-d48dbbefed62 2018-09-02 07:35:11,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0675988197327s 2018-09-02 07:35:11,120 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/cinder_test-kp_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa used request id req-aca0ed4c-735e-481e-a1cb-d48dbbefed62 2018-09-02 07:35:11,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:35:11,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21/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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" -d '{"subnet_id": "49faa7a0-764b-45c0-a5d9-09494002969f"}' 2018-09-02 07:35:13,759 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b3da9c1a-4396-4512-bf0a-c732e7af0b6a Date: Sun, 02 Sep 2018 07:35:14 GMT RESP BODY: {"network_id": "60512c6b-4b78-4b7a-b449-e4730114fe9f", "tenant_id": "03466d9192ec403484b2722a5a015855", "subnet_id": "49faa7a0-764b-45c0-a5d9-09494002969f", "subnet_ids": ["49faa7a0-764b-45c0-a5d9-09494002969f"], "port_id": "c98788a8-0093-4435-bccb-aff29e0f2d88", "id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21"} 2018-09-02 07:35:13,760 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21/remove_router_interface.json used request id req-b3da9c1a-4396-4512-bf0a-c732e7af0b6a 2018-09-02 07:35:13,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.63915801048s 2018-09-02 07:35:13,760 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21/remove_router_interface.json used request id req-b3da9c1a-4396-4512-bf0a-c732e7af0b6a returning object 9b96b4bf-fab0-4a0f-8d33-03f0839bde21 2018-09-02 07:35:13,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:35:13,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:13,879 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 707 X-Openstack-Request-Id: req-b10dd666-3178-435e-bcdb-9b2632f40845 Date: Sun, 02 Sep 2018 07:35:13 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:16Z", "admin_state_up": true, "updated_at": "2018-09-02T07:35:12Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "03466d9192ec403484b2722a5a015855", "id": "9b96b4bf-fab0-4a0f-8d33-03f0839bde21", "name": "cinder_test-router_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}]} 2018-09-02 07:35:13,879 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-b10dd666-3178-435e-bcdb-9b2632f40845 2018-09-02 07:35:13,879 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.118688106537s 2018-09-02 07:35:13,880 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-b10dd666-3178-435e-bcdb-9b2632f40845 2018-09-02 07:35:13,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:35:13,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:17,664 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9c4d8704-4108-4943-973b-49b9642689c8 Content-Length: 0 Date: Sun, 02 Sep 2018 07:35:17 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:35:17,664 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21.json used request id req-9c4d8704-4108-4943-973b-49b9642689c8 2018-09-02 07:35:17,664 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.78248715401s 2018-09-02 07:35:17,664 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/9b96b4bf-fab0-4a0f-8d33-03f0839bde21.json used request id req-9c4d8704-4108-4943-973b-49b9642689c8 2018-09-02 07:35:17,665 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:35:17,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:17,714 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 682 X-Openstack-Request-Id: req-11a89691-dbd8-40ea-b4ba-274a9af3945c Date: Sun, 02 Sep 2018 07:35:18 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T07:33:14Z","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":"03466d9192ec403484b2722a5a015855","id":"49faa7a0-764b-45c0-a5d9-09494002969f","subnetpool_id":null,"name":"cinder_test-subnet_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}]} 2018-09-02 07:35:17,714 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-11a89691-dbd8-40ea-b4ba-274a9af3945c 2018-09-02 07:35:17,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0495979785919s 2018-09-02 07:35:17,715 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-11a89691-dbd8-40ea-b4ba-274a9af3945c 2018-09-02 07:35:17,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:35:17,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/49faa7a0-764b-45c0-a5d9-09494002969f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:20,056 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-3999a465-db64-43f0-87d9-dfd8641502e7 Date: Sun, 02 Sep 2018 07:35:20 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:35:20,057 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/49faa7a0-764b-45c0-a5d9-09494002969f.json used request id req-3999a465-db64-43f0-87d9-dfd8641502e7 2018-09-02 07:35:20,057 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3400580883s 2018-09-02 07:35:20,057 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/49faa7a0-764b-45c0-a5d9-09494002969f.json used request id req-3999a465-db64-43f0-87d9-dfd8641502e7 2018-09-02 07:35:20,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:35:20,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:20,354 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-cbd4d161-af22-4557-9776-3fda5f8ea008 Date: Sun, 02 Sep 2018 07:35:20 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"60512c6b-4b78-4b7a-b449-e4730114fe9f","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"03466d9192ec403484b2722a5a015855","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:35:19Z","qos_policy_id":null,"name":"cinder_test-net_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa","admin_state_up":true,"tenant_id":"03466d9192ec403484b2722a5a015855","created_at":"2018-09-02T07:33:14Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 07:35:20,354 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-cbd4d161-af22-4557-9776-3fda5f8ea008 2018-09-02 07:35:20,354 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.296340942383s 2018-09-02 07:35:20,354 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-cbd4d161-af22-4557-9776-3fda5f8ea008 2018-09-02 07:35:20,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:35:20,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/60512c6b-4b78-4b7a-b449-e4730114fe9f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:22,155 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-ca547e3f-1dd1-477c-a7a1-57d1d8eac5a4 Date: Sun, 02 Sep 2018 07:35:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:35:22,155 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/60512c6b-4b78-4b7a-b449-e4730114fe9f.json used request id req-ca547e3f-1dd1-477c-a7a1-57d1d8eac5a4 2018-09-02 07:35:22,155 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.79897999763s 2018-09-02 07:35:22,155 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/60512c6b-4b78-4b7a-b449-e4730114fe9f.json used request id req-ca547e3f-1dd1-477c-a7a1-57d1d8eac5a4 2018-09-02 07:35:22,160 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:35:22,164 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:22,197 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1399 Content-Type: application/json X-Openstack-Request-Id: req-10384e4b-6fd7-4393-9d42-ed43dcbcbfd3 Date: Sun, 02 Sep 2018 07:35:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:33:28Z", "file": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97/file", "owner": "03466d9192ec403484b2722a5a015855", "id": "431d20ce-0864-4493-8cc3-351f5053de97", "size": 12716032, "self": "/v2/images/431d20ce-0864-4493-8cc3-351f5053de97", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/431d20ce-0864-4493-8cc3-351f5053de97/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "cinder_test-img_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:33:27Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:35:22,197 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-10384e4b-6fd7-4393-9d42-ed43dcbcbfd3 2018-09-02 07:35:22,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0364718437195s 2018-09-02 07:35:22,197 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-10384e4b-6fd7-4393-9d42-ed43dcbcbfd3 2018-09-02 07:35:22,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:35:22,203 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/431d20ce-0864-4493-8cc3-351f5053de97 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}338ad8b07c9f935bf5ecab2d13d2c302e4b457ee" 2018-09-02 07:35:22,545 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-948c2ad4-a0c4-4b3c-9a51-629414562745 Date: Sun, 02 Sep 2018 07:35: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 07:35:22,545 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/431d20ce-0864-4493-8cc3-351f5053de97 used request id req-948c2ad4-a0c4-4b3c-9a51-629414562745 2018-09-02 07:35:22,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.345490932465s 2018-09-02 07:35:22,545 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/431d20ce-0864-4493-8cc3-351f5053de97 used request id req-948c2ad4-a0c4-4b3c-9a51-629414562745 2018-09-02 07:35:22,546 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:35:22,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:35:22,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35: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-8e925b16-fbf0-4018-ab5c-fb781cafc93a x-compute-request-id: req-8e925b16-fbf0-4018-ab5c-fb781cafc93a Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cinder_test-flavor_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec", "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": "8cdad7ff-3940-4869-bae7-fe119f7fd8ec"}]} 2018-09-02 07:35:22,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-8e925b16-fbf0-4018-ab5c-fb781cafc93a 2018-09-02 07:35:22,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0262639522552s 2018-09-02 07:35:22,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-8e925b16-fbf0-4018-ab5c-fb781cafc93a 2018-09-02 07:35:22,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:35:22,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:35:22,608 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:35: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 x-openstack-request-id: req-657c6fc5-330c-45d1-a600-5a4e5a13cf31 x-compute-request-id: req-657c6fc5-330c-45d1-a600-5a4e5a13cf31 Content-Length: 0 Content-Type: application/json 2018-09-02 07:35:22,608 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec used request id req-657c6fc5-330c-45d1-a600-5a4e5a13cf31 2018-09-02 07:35:22,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0339460372925s 2018-09-02 07:35:22,608 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/8cdad7ff-3940-4869-bae7-fe119f7fd8ec used request id req-657c6fc5-330c-45d1-a600-5a4e5a13cf31 2018-09-02 07:35:22,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:22,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:35:22,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f897ed5-a65f-4950-b3b0-8110574fc13e Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "links": {"self": "http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "28536ccd85ea431686fce5876694213c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:22,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-1f897ed5-a65f-4950-b3b0-8110574fc13e 2018-09-02 07:35:22,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214442014694s 2018-09-02 07:35:22,824 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-1f897ed5-a65f-4950-b3b0-8110574fc13e 2018-09-02 07:35:22,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:22,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:35:23,034 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d1c560f-49cc-4533-beea-dd1625ae4fb9 Content-Encoding: gzip Content-Length: 227 Content-Type: application/json RESP BODY: {"user": {"name": "cinder_test-user_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa", "links": {"self": "http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "28536ccd85ea431686fce5876694213c", "description": null}} 2018-09-02 07:35:23,034 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c used request id req-4d1c560f-49cc-4533-beea-dd1625ae4fb9 2018-09-02 07:35:23,034 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2034740448s 2018-09-02 07:35:23,034 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c used request id req-4d1c560f-49cc-4533-beea-dd1625ae4fb9 2018-09-02 07:35:23,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 07:35:23,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:35:23,348 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dce58cd6-916e-491f-8525-726d2c25c075 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 07:35:23,348 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c used request id req-dce58cd6-916e-491f-8525-726d2c25c075 2018-09-02 07:35:23,348 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.313063144684s 2018-09-02 07:35:23,348 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/28536ccd85ea431686fce5876694213c used request id req-dce58cd6-916e-491f-8525-726d2c25c075 2018-09-02 07:35:23,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:23,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:35:23,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-423b66d2-32f0-49e1-a268-a12f3270256e Content-Encoding: gzip Content-Length: 383 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: cinder_test", "links": {"self": "http://172.30.9.25:5000/v3/projects/03466d9192ec403484b2722a5a015855"}, "tags": [], "enabled": true, "id": "03466d9192ec403484b2722a5a015855", "parent_id": "default", "domain_id": "default", "name": "cinder_test-project_9b7380a0-a3e2-4c8e-b21d-b0ffdb7bafaa"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:35:23,546 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-423b66d2-32f0-49e1-a268-a12f3270256e 2018-09-02 07:35:23,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192312955856s 2018-09-02 07:35:23,547 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-423b66d2-32f0-49e1-a268-a12f3270256e 2018-09-02 07:35:23,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 07:35:23,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/03466d9192ec403484b2722a5a015855 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}294e2297d53c6c60dd07b1e2858e35a2dc0cb57e" 2018-09-02 07:35:23,841 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4a895320-364c-4fb4-bf8a-688e797c1017 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 07:35:23,841 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/03466d9192ec403484b2722a5a015855 used request id req-4a895320-364c-4fb4-bf8a-688e797c1017 2018-09-02 07:35:23,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.29017496109s 2018-09-02 07:35:23,842 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/03466d9192ec403484b2722a5a015855 used request id req-4a895320-364c-4fb4-bf8a-688e797c1017 2018-09-02 07:35:23,897 - xtesting.ci.run_tests - INFO - Loading test case 'api_check'... 2018-09-02 07:35:24,364 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:35:24,365 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:35:24,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:35:24,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:35:24,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:35:24,366 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:35:24,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:35:24,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9aa6ade-86a9-42c0-ad7f-feb29a774b17 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:35:24,371 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b9aa6ade-86a9-42c0-ad7f-feb29a774b17 2018-09-02 07:35:24,372 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:35:24,771 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:35:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["hXDinrbNQ36pYSC1Pcb5hg"], "issued_at": "2018-09-02T07:35:24.000000Z"}} 2018-09-02 07:35:24,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:35:24,779 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:35:24 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c19df566-7612-4184-91a7-3ac629d7d9df 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:35:24,779 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-c19df566-7612-4184-91a7-3ac629d7d9df 2018-09-02 07:35:24,780 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:24,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:24,970 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a06afba-ef27-4f53-8fa6-a5716d9c1262 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:35:24,970 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-3a06afba-ef27-4f53-8fa6-a5716d9c1262 2018-09-02 07:35:24,970 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189904928207s 2018-09-02 07:35:24,970 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-3a06afba-ef27-4f53-8fa6-a5716d9c1262 2018-09-02 07:35:24,977 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:35:24,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" -d '{"project": {"description": "Created by OPNFV Functest: api_check", "enabled": true, "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}}' 2018-09-02 07:35:25,197 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:35:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e69889a8-ed3f-4e12-802a-0161d02fc48f 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.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}} 2018-09-02 07:35:25,197 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e69889a8-ed3f-4e12-802a-0161d02fc48f 2018-09-02 07:35:25,197 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.219883918762s 2018-09-02 07:35:25,198 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e69889a8-ed3f-4e12-802a-0161d02fc48f 2018-09-02 07:35:25,198 - 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'a4431a55e4d149d5ae4bbf0aa6c5974b', '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_406f33a4-b13e-49c4-91c3-efc5cbe41ea8'}) 2018-09-02 07:35:25,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:35:25,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "5150ed6f-ed49-4253-ba12-4674e9410e30", "email": null, "name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}}' 2018-09-02 07:35:25,620 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:35:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5622be21-6248-4734-bb48-4d5dd2eef514 Content-Length: 324 Content-Type: application/json RESP BODY: {"user": {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:35:25,621 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-5622be21-6248-4734-bb48-4d5dd2eef514 2018-09-02 07:35:25,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.416342020035s 2018-09-02 07:35:25,621 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-5622be21-6248-4734-bb48-4d5dd2eef514 2018-09-02 07:35:25,622 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'0d69a752d8ce4ea08cbc8f4c7b202bbf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8'}) 2018-09-02 07:35:25,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:25,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:25,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4c0ad1f-54d8-45c3-847b-b3566aa79808 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:25,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d4c0ad1f-54d8-45c3-847b-b3566aa79808 2018-09-02 07:35:25,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195243120193s 2018-09-02 07:35:25,820 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d4c0ad1f-54d8-45c3-847b-b3566aa79808 2018-09-02 07:35:25,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:25,829 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:25,998 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3a682d13-8c50-4308-b809-a3e5a81575a2 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:25,998 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3a682d13-8c50-4308-b809-a3e5a81575a2 2018-09-02 07:35:25,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.172639131546s 2018-09-02 07:35:25,998 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3a682d13-8c50-4308-b809-a3e5a81575a2 2018-09-02 07:35:26,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:26,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:26,196 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-68ba1f13-fa25-447b-9cb3-36fec0bd3d10 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:26,196 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-68ba1f13-fa25-447b-9cb3-36fec0bd3d10 2018-09-02 07:35:26,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192281007767s 2018-09-02 07:35:26,196 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-68ba1f13-fa25-447b-9cb3-36fec0bd3d10 2018-09-02 07:35:26,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:26,205 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:26,396 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c07222b0-e133-400c-9a52-cbe5d8caf83a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:35:26,396 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-c07222b0-e133-400c-9a52-cbe5d8caf83a 2018-09-02 07:35:26,397 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.195033073425s 2018-09-02 07:35:26,397 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-c07222b0-e133-400c-9a52-cbe5d8caf83a 2018-09-02 07:35:26,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:26,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:26,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ece8c7e-0d3e-47c0-a9eb-8347e8534855 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:26,595 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-0ece8c7e-0d3e-47c0-a9eb-8347e8534855 2018-09-02 07:35:26,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.197769165039s 2018-09-02 07:35:26,596 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-0ece8c7e-0d3e-47c0-a9eb-8347e8534855 2018-09-02 07:35:26,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:26,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:26,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6384d596-9e88-4382-83d0-6311edb4f64e Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:35:26,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6384d596-9e88-4382-83d0-6311edb4f64e 2018-09-02 07:35:26,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186230182648s 2018-09-02 07:35:26,793 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-6384d596-9e88-4382-83d0-6311edb4f64e 2018-09-02 07:35:26,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:35:26,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:27,000 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-708e9413-bef0-44fa-bb40-6928ac8a9496 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b", "previous": null, "next": null}} 2018-09-02 07:35:27,000 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b used request id req-708e9413-bef0-44fa-bb40-6928ac8a9496 2018-09-02 07:35:27,001 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.200075149536s 2018-09-02 07:35:27,001 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b used request id req-708e9413-bef0-44fa-bb40-6928ac8a9496 2018-09-02 07:35:27,004 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:35:27,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:27,146 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b9b509be-c8dd-42ab-9b3e-b888521104fa 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 07:35:27,146 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-b9b509be-c8dd-42ab-9b3e-b888521104fa 2018-09-02 07:35:27,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.14235496521s 2018-09-02 07:35:27,147 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-b9b509be-c8dd-42ab-9b3e-b888521104fa 2018-09-02 07:35:27,148 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8', 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'a4431a55e4d149d5ae4bbf0aa6c5974b', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '5150ed6f-ed49-4253-ba12-4674e9410e30', 'username': u'api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:35:27,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:35:27,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:35:27,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:35:27,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:35:27,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:35:27,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:35:27,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:35:27,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:35:27,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:35:27,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:35:27,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:35:27,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:35:27,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:35:27,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:35:27,153 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8', 'password': '5150ed6f-ed49-4253-ba12-4674e9410e30', 'project_name': 'api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'a4431a55e4d149d5ae4bbf0aa6c5974b', 'project_domain_name': 'Default'} 2018-09-02 07:35:27,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:27,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:27,348 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-10fb1d73-36ad-401d-9501-b030cbfafa7a Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:27,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-10fb1d73-36ad-401d-9501-b030cbfafa7a 2018-09-02 07:35:27,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192139148712s 2018-09-02 07:35:27,349 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-10fb1d73-36ad-401d-9501-b030cbfafa7a 2018-09-02 07:35:27,354 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:27,357 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:27,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a9134d99-6247-4734-9c1c-a6c54b683ef3 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:27,559 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a9134d99-6247-4734-9c1c-a6c54b683ef3 2018-09-02 07:35:27,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.205173969269s 2018-09-02 07:35:27,560 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a9134d99-6247-4734-9c1c-a6c54b683ef3 2018-09-02 07:35:27,564 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:27,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:27,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6ba73c24-b583-4239-a16f-f5c2675d85ca Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:35:27,747 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6ba73c24-b583-4239-a16f-f5c2675d85ca 2018-09-02 07:35:27,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.183068990707s 2018-09-02 07:35:27,748 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6ba73c24-b583-4239-a16f-f5c2675d85ca 2018-09-02 07:35:27,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:27,751 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:27,870 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ae86d10-2b94-468b-ac37-e78e75439f84 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:27,870 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-1ae86d10-2b94-468b-ac37-e78e75439f84 2018-09-02 07:35:27,871 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121994018555s 2018-09-02 07:35:27,871 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-1ae86d10-2b94-468b-ac37-e78e75439f84 2018-09-02 07:35:27,882 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:27,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:28,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-896006d7-e394-4141-8c9d-abb926121214 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:35:28,005 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-896006d7-e394-4141-8c9d-abb926121214 2018-09-02 07:35:28,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.122597932816s 2018-09-02 07:35:28,005 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-896006d7-e394-4141-8c9d-abb926121214 2018-09-02 07:35:28,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:35:28,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:28,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b845d370-2f23-422a-8b28-41f0d46593bd Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b", "previous": null, "next": null}} 2018-09-02 07:35:28,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b used request id req-b845d370-2f23-422a-8b28-41f0d46593bd 2018-09-02 07:35:28,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.179972887039s 2018-09-02 07:35:28,193 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b used request id req-b845d370-2f23-422a-8b28-41f0d46593bd 2018-09-02 07:35:28,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:35:28,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:28,474 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2ac24feb-35d0-47ff-8fa0-62a8387d331d 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 07:35:28,474 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/8e0d526659f746328b933c99a8db6754 used request id req-2ac24feb-35d0-47ff-8fa0-62a8387d331d 2018-09-02 07:35:28,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.27897810936s 2018-09-02 07:35:28,475 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/8e0d526659f746328b933c99a8db6754 used request id req-2ac24feb-35d0-47ff-8fa0-62a8387d331d 2018-09-02 07:35:28,478 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:28,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:28,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b66a0235-970c-494a-ba4d-7ab85e267f41 Content-Encoding: gzip Content-Length: 379 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:28,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b66a0235-970c-494a-ba4d-7ab85e267f41 2018-09-02 07:35:28,589 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.110392093658s 2018-09-02 07:35:28,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b66a0235-970c-494a-ba4d-7ab85e267f41 2018-09-02 07:35:28,594 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.roles 2018-09-02 07:35:28,598 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" -d '{"role": {"name": "heat_stack_owner"}}' 2018-09-02 07:35:28,707 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:35:28 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3cf59ea6-0a99-491a-adad-9f91fbb57df4 Content-Length: 187 Content-Type: application/json RESP BODY: {"role": {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}} 2018-09-02 07:35:28,707 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-3cf59ea6-0a99-491a-adad-9f91fbb57df4 2018-09-02 07:35:28,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.roles in 0.113163948059s 2018-09-02 07:35:28,708 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/roles used request id req-3cf59ea6-0a99-491a-adad-9f91fbb57df4 2018-09-02 07:35:28,711 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:28,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:28,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f731ac58-fa51-45d7-b83d-622a14855112 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:28,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f731ac58-fa51-45d7-b83d-622a14855112 2018-09-02 07:35:28,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188001871109s 2018-09-02 07:35:28,900 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f731ac58-fa51-45d7-b83d-622a14855112 2018-09-02 07:35:28,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:28,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:29,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d07c658a-b765-4adf-bb4f-65832bf20278 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:35:29,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d07c658a-b765-4adf-bb4f-65832bf20278 2018-09-02 07:35:29,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108077049255s 2018-09-02 07:35:29,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d07c658a-b765-4adf-bb4f-65832bf20278 2018-09-02 07:35:29,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:29,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:29,133 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49033f06-b6a7-42df-ba25-f1556e42e007 Content-Encoding: gzip Content-Length: 841 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:29,134 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-49033f06-b6a7-42df-ba25-f1556e42e007 2018-09-02 07:35:29,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.120044946671s 2018-09-02 07:35:29,134 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-49033f06-b6a7-42df-ba25-f1556e42e007 2018-09-02 07:35:29,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:29,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:29,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df248176-1176-4203-adde-00ee5d87b844 Content-Encoding: gzip Content-Length: 393 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}]} 2018-09-02 07:35:29,345 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-df248176-1176-4203-adde-00ee5d87b844 2018-09-02 07:35:29,345 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199523925781s 2018-09-02 07:35:29,345 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-df248176-1176-4203-adde-00ee5d87b844 2018-09-02 07:35:29,352 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:35:29,355 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:29,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-49352714-8e0e-4796-8e4d-e04caf4a9087 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b", "previous": null, "next": null}} 2018-09-02 07:35:29,554 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b used request id req-49352714-8e0e-4796-8e4d-e04caf4a9087 2018-09-02 07:35:29,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.201362133026s 2018-09-02 07:35:29,554 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=0d69a752d8ce4ea08cbc8f4c7b202bbf&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=a4431a55e4d149d5ae4bbf0aa6c5974b used request id req-49352714-8e0e-4796-8e4d-e04caf4a9087 2018-09-02 07:35:29,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:35:29,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/e584478c27264203b713aa48cb65d6d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4e1c44120addaf5d00089513827fc5a0aebee8af" 2018-09-02 07:35:29,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c7ce15ef-c4c0-4d09-b5d1-0aaf040d9fea 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 07:35:29,737 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/e584478c27264203b713aa48cb65d6d1 used request id req-c7ce15ef-c4c0-4d09-b5d1-0aaf040d9fea 2018-09-02 07:35:29,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.179504871368s 2018-09-02 07:35:29,737 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b/users/0d69a752d8ce4ea08cbc8f4c7b202bbf/roles/e584478c27264203b713aa48cb65d6d1 used request id req-c7ce15ef-c4c0-4d09-b5d1-0aaf040d9fea 2018-09-02 07:35:29,737 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-02 07:35:29,738 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-02 07:35:29,738 - openstack_tests - INFO - OS Credentials = > 2018-09-02 07:35:29,739 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-02 07:35:29,740 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:35:30,155 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e584478c27264203b713aa48cb65d6d1", "name": "heat_stack_owner"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:35:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/a4431a55e4d149d5ae4bbf0aa6c5974b", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "audit_ids": ["RNfZpTjKScaIqCQJE3EfZQ"], "issued_at": "2018-09-02T07:35:30.000000Z"}} 2018-09-02 07:35:30,160 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a7c7be925b6c6587c5bb6e0bb4d6e83bf72f27" 2018-09-02 07:35:30,518 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-e576c120-c7f2-46f1-bd65-094ef740b914 Date: Sun, 02 Sep 2018 07:35:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:35:30,518 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True used request id req-e576c120-c7f2-46f1-bd65-094ef740b914 2018-09-02 07:35:30,524 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b718548c-5bba-4aa1-a641-92a8eddc5687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}01a7c7be925b6c6587c5bb6e0bb4d6e83bf72f27" 2018-09-02 07:35:30,835 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-1b2a9100-1c68-4661-8d76-0e7bb5043460 Date: Sun, 02 Sep 2018 07:35:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4}]} 2018-09-02 07:35:30,835 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b718548c-5bba-4aa1-a641-92a8eddc5687 used request id req-1b2a9100-1c68-4661-8d76-0e7bb5043460 2018-09-02 07:35:30,836 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-02 07:35:30,837 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:35:30,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:35:30,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:35:30,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:35:30,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:35:30,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:35:30,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:35:30,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:35:30,838 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:35:30,839 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:35:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:35:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:35:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:35:30,840 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:35:30,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-09-02 07:35:30,843 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:35:30,848 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e21eb3a8-b315-487e-8b93-63969b05fad8 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:35:30,849 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-e21eb3a8-b315-487e-8b93-63969b05fad8 2018-09-02 07:35:30,849 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:35:31,242 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:35:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["fLG5Kp57RrySnkGa1n9PLg"], "issued_at": "2018-09-02T07:35:31.000000Z"}} 2018-09-02 07:35:31,245 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}812a390770c945e81c786eb736a467d3dde55b9b" 2018-09-02 07:35:31,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-0768ebb8-53fa-423d-8389-3538131b4468 x-compute-request-id: req-0768ebb8-53fa-423d-8389-3538131b4468 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.25: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 07:35:31,540 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/ used request id req-0768ebb8-53fa-423d-8389-3538131b4468 2018-09-02 07:35:31,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.69725394249s 2018-09-02 07:35:31,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/ used request id req-0768ebb8-53fa-423d-8389-3538131b4468 2018-09-02 07:35:31,540 - 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.25: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 07:35:31,541 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-09-02 07:35:31,541 - xtesting.ci.run_tests - INFO - Skipping test case 'api_check'... 2018-09-02 07:35:31,541 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | api_check | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-09-02 07:35:31,599 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_health_check'... 2018-09-02 07:35:31,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:35:31,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:35:31,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:35:31,638 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:35:31,639 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:35:31,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:35:31,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:35:31,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:35:31,640 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:35:31,641 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:35:31,647 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17a64345-8ada-4c55-859c-89f2ae5cacbb 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:35:31,647 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-17a64345-8ada-4c55-859c-89f2ae5cacbb 2018-09-02 07:35:31,647 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:35:32,052 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:35:32.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["dmjNUr0sQ-C-hT8yYBKIgA"], "issued_at": "2018-09-02T07:35:32.000000Z"}} 2018-09-02 07:35:32,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:35:32,060 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:35:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1f25824c-2f1d-4f86-8beb-2d55f80b9d0e 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:35:32,061 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-1f25824c-2f1d-4f86-8beb-2d55f80b9d0e 2018-09-02 07:35:32,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:32,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:32,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2de09d7b-bdf1-48c2-b4e4-8888eeab70f2 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:35:32,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2de09d7b-bdf1-48c2-b4e4-8888eeab70f2 2018-09-02 07:35:32,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.179901838303s 2018-09-02 07:35:32,242 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-2de09d7b-bdf1-48c2-b4e4-8888eeab70f2 2018-09-02 07:35:32,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:35:32,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" -d '{"project": {"description": "Created by OPNFV Functest: snaps_health_check", "enabled": true, "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}}' 2018-09-02 07:35:32,521 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:35:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5f37fab6-4f34-4781-bd74-8dabd432fb74 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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}} 2018-09-02 07:35:32,521 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-5f37fab6-4f34-4781-bd74-8dabd432fb74 2018-09-02 07:35:32,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.272310018539s 2018-09-02 07:35:32,521 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-5f37fab6-4f34-4781-bd74-8dabd432fb74 2018-09-02 07:35:32,522 - 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'87ec9f7f4afd4127a48ba1d5958af5d0', '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_e273f1d8-ea90-4fb7-a387-c910b8c26e3a'}) 2018-09-02 07:35:32,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:35:32,531 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "cdb3c023-375d-4b20-9597-d0d25b62e4c3", "email": null, "name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}}' 2018-09-02 07:35:33,012 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:35:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-27718151-a768-4b0c-97c9-dffcf2e586a6 Content-Length: 333 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:35:33,012 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-27718151-a768-4b0c-97c9-dffcf2e586a6 2018-09-02 07:35:33,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.483805894852s 2018-09-02 07:35:33,013 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-27718151-a768-4b0c-97c9-dffcf2e586a6 2018-09-02 07:35:33,013 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'ecc567b795b14830a05199240c0473eb', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a'}) 2018-09-02 07:35:33,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:33,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:33,206 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-326ef492-c7fc-4233-a051-b1bd25ea5906 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:33,206 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-326ef492-c7fc-4233-a051-b1bd25ea5906 2018-09-02 07:35:33,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189862012863s 2018-09-02 07:35:33,207 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-326ef492-c7fc-4233-a051-b1bd25ea5906 2018-09-02 07:35:33,212 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:33,215 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:33,413 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f180ec9a-ec17-497a-b5d9-2a44d95d4211 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:33,413 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f180ec9a-ec17-497a-b5d9-2a44d95d4211 2018-09-02 07:35:33,413 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.201352834702s 2018-09-02 07:35:33,413 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f180ec9a-ec17-497a-b5d9-2a44d95d4211 2018-09-02 07:35:33,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:33,422 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:33,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fc5460a7-e90d-43a5-b091-dc7325f890a9 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:33,601 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fc5460a7-e90d-43a5-b091-dc7325f890a9 2018-09-02 07:35:33,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182849884033s 2018-09-02 07:35:33,602 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fc5460a7-e90d-43a5-b091-dc7325f890a9 2018-09-02 07:35:33,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:33,610 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:33,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-78a73ca4-d7be-404e-bc0d-e740355319fc Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:35:33,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-78a73ca4-d7be-404e-bc0d-e740355319fc 2018-09-02 07:35:33,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108486175537s 2018-09-02 07:35:33,715 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-78a73ca4-d7be-404e-bc0d-e740355319fc 2018-09-02 07:35:33,716 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:33,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:33,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-416d44f5-4bea-43a1-9c5a-d8d72c1acd5d Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:33,939 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-416d44f5-4bea-43a1-9c5a-d8d72c1acd5d 2018-09-02 07:35:33,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.222535133362s 2018-09-02 07:35:33,939 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-416d44f5-4bea-43a1-9c5a-d8d72c1acd5d 2018-09-02 07:35:33,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:33,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:34,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ee7a6616-bd8c-43ff-beb6-db190ef01e81 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 07:35:34,133 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-ee7a6616-bd8c-43ff-beb6-db190ef01e81 2018-09-02 07:35:34,133 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182368993759s 2018-09-02 07:35:34,133 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-ee7a6616-bd8c-43ff-beb6-db190ef01e81 2018-09-02 07:35:34,141 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:35:34,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:34,249 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c92ff465-fb15-470e-9369-9938f54f41c5 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0", "previous": null, "next": null}} 2018-09-02 07:35:34,249 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0 used request id req-c92ff465-fb15-470e-9369-9938f54f41c5 2018-09-02 07:35:34,249 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.1084420681s 2018-09-02 07:35:34,250 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0 used request id req-c92ff465-fb15-470e-9369-9938f54f41c5 2018-09-02 07:35:34,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:35:34,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:34,488 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25d6df69-da38-457f-be9b-9e68cf1ff7e1 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 07:35:34,488 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-25d6df69-da38-457f-be9b-9e68cf1ff7e1 2018-09-02 07:35:34,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.235339164734s 2018-09-02 07:35:34,489 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-25d6df69-da38-457f-be9b-9e68cf1ff7e1 2018-09-02 07:35:34,489 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a', 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'87ec9f7f4afd4127a48ba1d5958af5d0', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'cdb3c023-375d-4b20-9597-d0d25b62e4c3', 'username': u'snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:35:34,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:35:34,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:35:34,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:35:34,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:35:34,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:35:34,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:35:34,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:35:34,491 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:35:34,492 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:35:34,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:35:34,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:35:34,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:35:34,493 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:35:34,494 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a', 'password': 'cdb3c023-375d-4b20-9597-d0d25b62e4c3', 'project_name': 'snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '87ec9f7f4afd4127a48ba1d5958af5d0', 'project_domain_name': 'Default'} 2018-09-02 07:35:34,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:34,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:34,686 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60c5c53e-4569-4d6d-8093-1fa67a0ef16d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:34,686 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-60c5c53e-4569-4d6d-8093-1fa67a0ef16d 2018-09-02 07:35:34,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188849925995s 2018-09-02 07:35:34,687 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-60c5c53e-4569-4d6d-8093-1fa67a0ef16d 2018-09-02 07:35:34,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:34,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:34,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7ad4dc4-0a22-4988-847c-11e31f0e08c9 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:34,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b7ad4dc4-0a22-4988-847c-11e31f0e08c9 2018-09-02 07:35:34,799 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107636928558s 2018-09-02 07:35:34,800 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b7ad4dc4-0a22-4988-847c-11e31f0e08c9 2018-09-02 07:35:34,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:34,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:34,916 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-70b32c62-3d13-4469-be9f-2fd01b308857 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:35:34,916 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-70b32c62-3d13-4469-be9f-2fd01b308857 2018-09-02 07:35:34,916 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.110437870026s 2018-09-02 07:35:34,916 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-70b32c62-3d13-4469-be9f-2fd01b308857 2018-09-02 07:35:34,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:34,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:35,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e68aa359-a4fa-40db-b08d-cb4fd68abae9 Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:35,041 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e68aa359-a4fa-40db-b08d-cb4fd68abae9 2018-09-02 07:35:35,042 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.124186992645s 2018-09-02 07:35:35,042 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e68aa359-a4fa-40db-b08d-cb4fd68abae9 2018-09-02 07:35:35,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:35,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:35,160 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a4a8a04-ac56-40a4-bacc-0fd75ebb957e Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 07:35:35,160 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-2a4a8a04-ac56-40a4-bacc-0fd75ebb957e 2018-09-02 07:35:35,160 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.108332872391s 2018-09-02 07:35:35,161 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-2a4a8a04-ac56-40a4-bacc-0fd75ebb957e 2018-09-02 07:35:35,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:35:35,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:35,322 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb80ea07-e84d-48f5-90c0-e4eae917eb42 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0", "previous": null, "next": null}} 2018-09-02 07:35:35,322 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0 used request id req-bb80ea07-e84d-48f5-90c0-e4eae917eb42 2018-09-02 07:35:35,323 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.154562950134s 2018-09-02 07:35:35,323 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0 used request id req-bb80ea07-e84d-48f5-90c0-e4eae917eb42 2018-09-02 07:35:35,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:35:35,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:35,514 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:35 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-948951ff-27f9-4348-9eb8-52449a80da70 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 07:35:35,514 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/8e0d526659f746328b933c99a8db6754 used request id req-948951ff-27f9-4348-9eb8-52449a80da70 2018-09-02 07:35:35,514 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.18788599968s 2018-09-02 07:35:35,515 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/8e0d526659f746328b933c99a8db6754 used request id req-948951ff-27f9-4348-9eb8-52449a80da70 2018-09-02 07:35:35,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:35,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:35,709 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ca8642a6-2fe7-453f-879f-34469a94dee8 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:35,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ca8642a6-2fe7-453f-879f-34469a94dee8 2018-09-02 07:35:35,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19104886055s 2018-09-02 07:35:35,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ca8642a6-2fe7-453f-879f-34469a94dee8 2018-09-02 07:35:35,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:35,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:35,829 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44709936-176b-4a56-9776-953b09e36318 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:35,829 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-44709936-176b-4a56-9776-953b09e36318 2018-09-02 07:35:35,829 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.114547967911s 2018-09-02 07:35:35,829 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-44709936-176b-4a56-9776-953b09e36318 2018-09-02 07:35:35,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:35,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:36,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17f7ee0c-fa29-4236-8fd9-77149f3bfc03 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:35:36,012 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-17f7ee0c-fa29-4236-8fd9-77149f3bfc03 2018-09-02 07:35:36,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.177688837051s 2018-09-02 07:35:36,012 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-17f7ee0c-fa29-4236-8fd9-77149f3bfc03 2018-09-02 07:35:36,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:36,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:36,135 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-01deb30b-4d25-44aa-b996-fd135c1b8671 Content-Encoding: gzip Content-Length: 909 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:36,135 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-01deb30b-4d25-44aa-b996-fd135c1b8671 2018-09-02 07:35:36,135 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.121726989746s 2018-09-02 07:35:36,135 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-01deb30b-4d25-44aa-b996-fd135c1b8671 2018-09-02 07:35:36,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:36,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:36,358 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e7d7e7aa-2e51-495c-809c-e4466d3dcf77 Content-Encoding: gzip Content-Length: 464 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 07:35:36,358 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e7d7e7aa-2e51-495c-809c-e4466d3dcf77 2018-09-02 07:35:36,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.211022138596s 2018-09-02 07:35:36,358 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e7d7e7aa-2e51-495c-809c-e4466d3dcf77 2018-09-02 07:35:36,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:35:36,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:36,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-09b7fff9-428a-46f0-b54c-36c10143d064 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0", "previous": null, "next": null}} 2018-09-02 07:35:36,468 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0 used request id req-09b7fff9-428a-46f0-b54c-36c10143d064 2018-09-02 07:35:36,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104142904282s 2018-09-02 07:35:36,468 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=ecc567b795b14830a05199240c0473eb&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=87ec9f7f4afd4127a48ba1d5958af5d0 used request id req-09b7fff9-428a-46f0-b54c-36c10143d064 2018-09-02 07:35:36,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:35:36,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/e584478c27264203b713aa48cb65d6d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb4ebcb859e4946288e7739006316b7f72816e8f" 2018-09-02 07:35:36,703 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93407ecf-2210-4e81-875d-4939c08b281d 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 07:35:36,704 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/e584478c27264203b713aa48cb65d6d1 used request id req-93407ecf-2210-4e81-875d-4939c08b281d 2018-09-02 07:35:36,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.231979846954s 2018-09-02 07:35:36,704 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0/users/ecc567b795b14830a05199240c0473eb/roles/e584478c27264203b713aa48cb65d6d1 used request id req-93407ecf-2210-4e81-875d-4939c08b281d 2018-09-02 07:35:36,704 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-02 07:35:36,704 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-02 07:35:36,705 - openstack_tests - INFO - OS Credentials = > 2018-09-02 07:35:36,705 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-02 07:35:36,706 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:35:37,119 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e584478c27264203b713aa48cb65d6d1", "name": "heat_stack_owner"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:35:37.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/87ec9f7f4afd4127a48ba1d5958af5d0", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "id": "ecc567b795b14830a05199240c0473eb"}, "audit_ids": ["0AUkYv1EQYuTOKOk0SSlDQ"], "issued_at": "2018-09-02T07:35:37.000000Z"}} 2018-09-02 07:35:37,124 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75692ada7aedfed85b16121922dc05e268c4aef7" 2018-09-02 07:35:37,579 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-b0e22a24-77a5-4649-bdac-bcf4fb5aac7c Date: Sun, 02 Sep 2018 07:35:38 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:35:37,579 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True used request id req-b0e22a24-77a5-4649-bdac-bcf4fb5aac7c 2018-09-02 07:35:37,585 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b718548c-5bba-4aa1-a641-92a8eddc5687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}75692ada7aedfed85b16121922dc05e268c4aef7" 2018-09-02 07:35:37,874 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-b43b4ce5-4e7e-4430-b35c-26e658951946 Date: Sun, 02 Sep 2018 07:35:37 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4}]} 2018-09-02 07:35:37,874 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b718548c-5bba-4aa1-a641-92a8eddc5687 used request id req-b43b4ce5-4e7e-4430-b35c-26e658951946 2018-09-02 07:35:37,875 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-02 07:35:37,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:35:37,876 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:35:37,877 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:35:37,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:35:37,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:35:37,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:35:37,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:35:37,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:35:37,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:35:37,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:35:37,878 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:35:37,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:35:37,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:35:37,879 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:35:37,881 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-09-02 07:35:37,881 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:35:37,887 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea96aa01-6847-4b2c-a043-fa4d5b6baff0 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:35:37,887 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-ea96aa01-6847-4b2c-a043-fa4d5b6baff0 2018-09-02 07:35:37,888 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:35:38,287 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:35:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["sAAiE2-yStC5cyIrUD0OjQ"], "issued_at": "2018-09-02T07:35:38.000000Z"}} 2018-09-02 07:35:38,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}b679257b5afc07552fc1202896012e4cd1ac5580" 2018-09-02 07:35:38,584 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35: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-c183592a-66d4-4eb2-be4c-fd2f531aeef5 x-compute-request-id: req-c183592a-66d4-4eb2-be4c-fd2f531aeef5 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.25: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 07:35:38,585 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/ used request id req-c183592a-66d4-4eb2-be4c-fd2f531aeef5 2018-09-02 07:35:38,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.703550815582s 2018-09-02 07:35:38,585 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/ used request id req-c183592a-66d4-4eb2-be4c-fd2f531aeef5 2018-09-02 07:35:38,585 - 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.25: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 07:35:38,585 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-09-02 07:35:38,586 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_health_check'... 2018-09-02 07:35:38,586 - xtesting.ci.run_tests - INFO - Test result: +----------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------------+------------------+------------------+----------------+ | snaps_health_check | functest | 00:00 | SKIP | +----------------------------+------------------+------------------+----------------+ 2018-09-02 07:35:38,591 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------------+------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------------+------------------+---------------------+------------------+----------------+ | connection_check | functest | healthcheck | 00:09 | PASS | | tenantnetwork1 | functest | healthcheck | 00:15 | PASS | | tenantnetwork2 | functest | healthcheck | 00:13 | PASS | | vmready1 | functest | healthcheck | 00:19 | PASS | | vmready2 | functest | healthcheck | 00:18 | PASS | | singlevm1 | functest | healthcheck | 00:51 | PASS | | singlevm2 | functest | healthcheck | 00:42 | PASS | | vping_ssh | functest | healthcheck | 00:56 | PASS | | vping_userdata | functest | healthcheck | 00:57 | PASS | | cinder_test | functest | healthcheck | 01:44 | 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 07:35:38,604 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-02 07:35:38,633 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 07:35:38,712 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 07:35:38,814 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 07:35:41,898 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 07:35:41,900 - 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.25,192.30.9.4 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.25:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=yy7Q1rRo26QLEJu5eTOaoULUg 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=4b06fee7bf104ba386aa2f904001aa35 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-02 07:35:41,900 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 07:35:41,901 - 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 07:35:41,928 - xtesting.ci.run_tests - INFO - Loading test case 'tempest_smoke'... 2018-09-02 07:35:42,858 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:35:42,859 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:35:42,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:35:42,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 07:35:42,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 07:35:42,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:35:42,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ab6fc8d-5643-4496-b52f-4a29f053c1d3 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:35:42,871 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0ab6fc8d-5643-4496-b52f-4a29f053c1d3 2018-09-02 07:35:42,872 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:35:43,269 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:35:43.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["c6TSrZiZQjyRTc88-5DyLg"], "issued_at": "2018-09-02T07:35:43.000000Z"}} 2018-09-02 07:35:43,272 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:35:43,273 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:43,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-0eac7d2f-a7a9-4b92-a994-0d085a2c19e2 Date: Sun, 02 Sep 2018 07:35:43 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:35:43,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0eac7d2f-a7a9-4b92-a994-0d085a2c19e2 2018-09-02 07:35:43,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.347810029984s 2018-09-02 07:35:43,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-0eac7d2f-a7a9-4b92-a994-0d085a2c19e2 2018-09-02 07:35:43,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:35:43,629 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:35:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3d7f8fce-b70c-46e2-ba69-b3c6f75e4b38 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:35:43,630 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-3d7f8fce-b70c-46e2-ba69-b3c6f75e4b38 2018-09-02 07:35:43,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:43,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:43,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85b25e5c-1f14-408b-a70a-7cfcddd732d1 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:35:43,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-85b25e5c-1f14-408b-a70a-7cfcddd732d1 2018-09-02 07:35:43,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192580938339s 2018-09-02 07:35:43,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-85b25e5c-1f14-408b-a70a-7cfcddd732d1 2018-09-02 07:35:43,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:35:43,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" -d '{"project": {"description": "Created by OPNFV Functest: tempest_smoke", "enabled": true, "domain_id": "default", "name": "tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b"}}' 2018-09-02 07:35:43,965 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:35:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-670b23fb-db4f-40d2-b956-edb99b9389c4 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.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc"}, "tags": [], "enabled": true, "id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b"}} 2018-09-02 07:35:43,965 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-670b23fb-db4f-40d2-b956-edb99b9389c4 2018-09-02 07:35:43,965 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.134413003922s 2018-09-02 07:35:43,965 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-670b23fb-db4f-40d2-b956-edb99b9389c4 2018-09-02 07:35:43,966 - 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'32a6219c2efb4152ba0bf6b9f9f84ebc', '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_923e7204-7cbc-464f-a08a-49dac40eb72b'}) 2018-09-02 07:35:43,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:35:43,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "68b6c099-cc94-48f4-bb6e-178a30be4733", "email": null, "name": "tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b"}}' 2018-09-02 07:35:44,438 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:35:43 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6e4053aa-9072-4e23-b28b-f122cc15fc01 Content-Length: 328 Content-Type: application/json RESP BODY: {"user": {"name": "tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": {"self": "http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c7fe4cd4bfb243d7b4864ea3138fa8e4", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:35:44,438 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-6e4053aa-9072-4e23-b28b-f122cc15fc01 2018-09-02 07:35:44,439 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.466426134109s 2018-09-02 07:35:44,439 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-6e4053aa-9072-4e23-b28b-f122cc15fc01 2018-09-02 07:35:44,439 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c7fe4cd4bfb243d7b4864ea3138fa8e4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b'}) 2018-09-02 07:35:44,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:44,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:44,644 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c18d81f2-b1a4-4278-bd10-c709bdd67653 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:44,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c18d81f2-b1a4-4278-bd10-c709bdd67653 2018-09-02 07:35:44,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.202251911163s 2018-09-02 07:35:44,645 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c18d81f2-b1a4-4278-bd10-c709bdd67653 2018-09-02 07:35:44,650 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:44,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:44,760 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c29aa5a3-2b0b-4fa3-88c3-e59e124dab4c Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:44,760 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c29aa5a3-2b0b-4fa3-88c3-e59e124dab4c 2018-09-02 07:35:44,760 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.110157012939s 2018-09-02 07:35:44,761 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c29aa5a3-2b0b-4fa3-88c3-e59e124dab4c 2018-09-02 07:35:44,766 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:44,769 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:44,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3fd766a-4623-4461-a211-f15c0f705ef7 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:44,958 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f3fd766a-4623-4461-a211-f15c0f705ef7 2018-09-02 07:35:44,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19242310524s 2018-09-02 07:35:44,958 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f3fd766a-4623-4461-a211-f15c0f705ef7 2018-09-02 07:35:44,963 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:44,966 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:45,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d098e971-c846-4745-83c4-5ba3a032ccce Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:35:45,162 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d098e971-c846-4745-83c4-5ba3a032ccce 2018-09-02 07:35:45,162 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198658943176s 2018-09-02 07:35:45,162 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d098e971-c846-4745-83c4-5ba3a032ccce 2018-09-02 07:35:45,163 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:45,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:45,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f076547e-dde3-47b2-9247-eac6fb2fa89c Content-Encoding: gzip Content-Length: 974 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": {"self": "http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c7fe4cd4bfb243d7b4864ea3138fa8e4", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:45,361 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f076547e-dde3-47b2-9247-eac6fb2fa89c 2018-09-02 07:35:45,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198066949844s 2018-09-02 07:35:45,362 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f076547e-dde3-47b2-9247-eac6fb2fa89c 2018-09-02 07:35:45,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:45,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:45,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a304690-c546-4a4b-9a01-cd9849385c0f Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc"}, "tags": [], "enabled": true, "id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b"}]} 2018-09-02 07:35:45,565 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-4a304690-c546-4a4b-9a01-cd9849385c0f 2018-09-02 07:35:45,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192153930664s 2018-09-02 07:35:45,566 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-4a304690-c546-4a4b-9a01-cd9849385c0f 2018-09-02 07:35:45,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:35:45,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=c7fe4cd4bfb243d7b4864ea3138fa8e4&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=32a6219c2efb4152ba0bf6b9f9f84ebc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:45,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-af006427-9f1b-4b6e-830a-e66c1a079b47 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=c7fe4cd4bfb243d7b4864ea3138fa8e4&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=32a6219c2efb4152ba0bf6b9f9f84ebc", "previous": null, "next": null}} 2018-09-02 07:35:45,763 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c7fe4cd4bfb243d7b4864ea3138fa8e4&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=32a6219c2efb4152ba0bf6b9f9f84ebc used request id req-af006427-9f1b-4b6e-830a-e66c1a079b47 2018-09-02 07:35:45,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.190618991852s 2018-09-02 07:35:45,764 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c7fe4cd4bfb243d7b4864ea3138fa8e4&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=32a6219c2efb4152ba0bf6b9f9f84ebc used request id req-af006427-9f1b-4b6e-830a-e66c1a079b47 2018-09-02 07:35:45,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:35:45,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc/users/c7fe4cd4bfb243d7b4864ea3138fa8e4/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:45,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-022d8725-d6e4-42ff-b8e7-e352ddb19455 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 07:35:45,997 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc/users/c7fe4cd4bfb243d7b4864ea3138fa8e4/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-022d8725-d6e4-42ff-b8e7-e352ddb19455 2018-09-02 07:35:45,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.229841947556s 2018-09-02 07:35:45,997 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc/users/c7fe4cd4bfb243d7b4864ea3138fa8e4/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-022d8725-d6e4-42ff-b8e7-e352ddb19455 2018-09-02 07:35:45,998 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b', 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'32a6219c2efb4152ba0bf6b9f9f84ebc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '68b6c099-cc94-48f4-bb6e-178a30be4733', 'username': u'tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:35:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:35:45,999 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:35:46,000 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:35:46,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:35:46,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:35:46,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:35:46,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:35:46,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 07:35:46,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 07:35:46,004 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b', 'password': '68b6c099-cc94-48f4-bb6e-178a30be4733', 'project_name': 'tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '32a6219c2efb4152ba0bf6b9f9f84ebc', 'project_domain_name': 'Default'} 2018-09-02 07:35:46,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:46,010 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:46,202 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a19f234-4730-4ac9-85cc-14b3a749721d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:46,202 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9a19f234-4730-4ac9-85cc-14b3a749721d 2018-09-02 07:35:46,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194751024246s 2018-09-02 07:35:46,202 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-9a19f234-4730-4ac9-85cc-14b3a749721d 2018-09-02 07:35:46,207 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:35:46,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:46,406 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62d7f3bf-235f-4736-a5f5-4f67fd854d9d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:35:46,407 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-62d7f3bf-235f-4736-a5f5-4f67fd854d9d 2018-09-02 07:35:46,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199198007584s 2018-09-02 07:35:46,407 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-62d7f3bf-235f-4736-a5f5-4f67fd854d9d 2018-09-02 07:35:46,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:35:46,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:46,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7053345-186b-421c-a8c8-5187de1247b7 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:35:46,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-a7053345-186b-421c-a8c8-5187de1247b7 2018-09-02 07:35:46,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.104589939117s 2018-09-02 07:35:46,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-a7053345-186b-421c-a8c8-5187de1247b7 2018-09-02 07:35:46,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:35:46,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:46,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d0d2dbd-3e43-445e-9d03-ae1418c2fdcf Content-Encoding: gzip Content-Length: 974 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": {"self": "http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c7fe4cd4bfb243d7b4864ea3138fa8e4", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:35:46,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9d0d2dbd-3e43-445e-9d03-ae1418c2fdcf 2018-09-02 07:35:46,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.220021009445s 2018-09-02 07:35:46,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9d0d2dbd-3e43-445e-9d03-ae1418c2fdcf 2018-09-02 07:35:46,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:35:46,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:46,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43fd0043-4955-4259-b65a-5dfd2b876d75 Content-Encoding: gzip Content-Length: 534 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc"}, "tags": [], "enabled": true, "id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b"}]} 2018-09-02 07:35:46,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-43fd0043-4955-4259-b65a-5dfd2b876d75 2018-09-02 07:35:46,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.207264900208s 2018-09-02 07:35:46,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-43fd0043-4955-4259-b65a-5dfd2b876d75 2018-09-02 07:35:46,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:35:46,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=c7fe4cd4bfb243d7b4864ea3138fa8e4&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=32a6219c2efb4152ba0bf6b9f9f84ebc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:47,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:35:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f7549fa-51c7-4db7-808e-bc8b5c9adffd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=c7fe4cd4bfb243d7b4864ea3138fa8e4&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=32a6219c2efb4152ba0bf6b9f9f84ebc", "previous": null, "next": null}} 2018-09-02 07:35:47,067 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c7fe4cd4bfb243d7b4864ea3138fa8e4&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=32a6219c2efb4152ba0bf6b9f9f84ebc used request id req-5f7549fa-51c7-4db7-808e-bc8b5c9adffd 2018-09-02 07:35:47,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.103241920471s 2018-09-02 07:35:47,067 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c7fe4cd4bfb243d7b4864ea3138fa8e4&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=32a6219c2efb4152ba0bf6b9f9f84ebc used request id req-5f7549fa-51c7-4db7-808e-bc8b5c9adffd 2018-09-02 07:35:47,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:35:47,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc/users/c7fe4cd4bfb243d7b4864ea3138fa8e4/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:35:47,314 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:35:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-29f7bb37-03e3-4d82-a6a2-280545688357 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 07:35:47,314 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc/users/c7fe4cd4bfb243d7b4864ea3138fa8e4/roles/8e0d526659f746328b933c99a8db6754 used request id req-29f7bb37-03e3-4d82-a6a2-280545688357 2018-09-02 07:35:47,315 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.243582010269s 2018-09-02 07:35:47,315 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc/users/c7fe4cd4bfb243d7b4864ea3138fa8e4/roles/8e0d526659f746328b933c99a8db6754 used request id req-29f7bb37-03e3-4d82-a6a2-280545688357 2018-09-02 07:35:47,315 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 07:35:52,652 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 1986eaa2-7b4e-4997-9407-e100f629e41d | 2018-09-02T07:35:52.292670 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 1986eaa2-7b4e-4997-9407-e100f629e41d ~/.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 07:35:56,416 - 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 07:35:56,416 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 07:36:02,412 - 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=6bd5dfda-802b-4334-b0bc-8da5b43de55a) as the default verifier for the future CLI operations. 2018-09-02 07:36:05,666 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:36:05,672 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:36:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9a86242-2ed9-4992-8ffc-9c6291fd6db7 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:36:05,672 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-b9a86242-2ed9-4992-8ffc-9c6291fd6db7 2018-09-02 07:36:05,672 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:36:06,073 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:36:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "name": "tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/32a6219c2efb4152ba0bf6b9f9f84ebc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b", "id": "c7fe4cd4bfb243d7b4864ea3138fa8e4"}, "audit_ids": ["wf_ccstaQPWBlBVUJijscA"], "issued_at": "2018-09-02T07:36:06.000000Z"}} 2018-09-02 07:36:06,077 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 07:36:06,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:06,362 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-2b014dda-bfbb-4208-929d-ad7a88decd30 Date: Sun, 02 Sep 2018 07:36: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 07:36:06,363 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-2b014dda-bfbb-4208-929d-ad7a88decd30 2018-09-02 07:36:06,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.286095142365s 2018-09-02 07:36:06,364 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-2b014dda-bfbb-4208-929d-ad7a88decd30 2018-09-02 07:36:06,373 - xtesting.ci.run_tests - INFO - Running test case 'tempest_smoke'... 2018-09-02 07:36:06,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:36:06,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '{"network": {"shared": true, "name": "tempest_smoke-net_923e7204-7cbc-464f-a08a-49dac40eb72b", "admin_state_up": true}}' 2018-09-02 07:36:07,028 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-48f206cd-cbd7-47af-b7fa-319c65b4715b Date: Sun, 02 Sep 2018 07:36:07 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"aad10fba-9ae3-47f9-b9ce-768246519b55","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":true,"project_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:36:06Z","is_default":false,"qos_policy_id":null,"name":"tempest_smoke-net_923e7204-7cbc-464f-a08a-49dac40eb72b","admin_state_up":true,"tenant_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","created_at":"2018-09-02T07:36:06Z","mtu":1450}} 2018-09-02 07:36:07,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-48f206cd-cbd7-47af-b7fa-319c65b4715b 2018-09-02 07:36:07,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.653733968735s 2018-09-02 07:36:07,028 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-48f206cd-cbd7-47af-b7fa-319c65b4715b 2018-09-02 07:36:07,029 - 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-02T07:36:06Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'aad10fba-9ae3-47f9-b9ce-768246519b55', u'provider:segmentation_id': 64, 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_923e7204-7cbc-464f-a08a-49dac40eb72b', u'created_at': u'2018-09-02T07:36:06Z', u'mtu': 1450, u'tenant_id': u'32a6219c2efb4152ba0bf6b9f9f84ebc', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'32a6219c2efb4152ba0bf6b9f9f84ebc', u'l2_adjacency': True}) 2018-09-02 07:36:07,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:36:07,030 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:07,387 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1432 X-Openstack-Request-Id: req-4ad8fa46-e500-43d5-aa3c-e0a23d7fd70f Date: Sun, 02 Sep 2018 07:36:07 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"aad10fba-9ae3-47f9-b9ce-768246519b55","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":true,"project_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:36:06Z","qos_policy_id":null,"name":"tempest_smoke-net_923e7204-7cbc-464f-a08a-49dac40eb72b","admin_state_up":true,"tenant_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","created_at":"2018-09-02T07:36:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:36:07,387 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-4ad8fa46-e500-43d5-aa3c-e0a23d7fd70f 2018-09-02 07:36:07,388 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.358122110367s 2018-09-02 07:36:07,388 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-4ad8fa46-e500-43d5-aa3c-e0a23d7fd70f 2018-09-02 07:36:07,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:36:07,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '{"subnet": {"name": "tempest_smoke-subnet_923e7204-7cbc-464f-a08a-49dac40eb72b", "enable_dhcp": true, "network_id": "aad10fba-9ae3-47f9-b9ce-768246519b55", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:36:08,465 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-6c4d1d1e-5e2e-4911-b378-6520e2e9dd85 Date: Sun, 02 Sep 2018 07:36:09 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T07:36:08Z","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":"f9db6713-866e-4c79-8059-5fe7f0e68a93","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_923e7204-7cbc-464f-a08a-49dac40eb72b","enable_dhcp":true,"segment_id":null,"network_id":"aad10fba-9ae3-47f9-b9ce-768246519b55","tenant_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","created_at":"2018-09-02T07:36:08Z","ip_version":4}} 2018-09-02 07:36:08,465 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-6c4d1d1e-5e2e-4911-b378-6520e2e9dd85 2018-09-02 07:36:08,466 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.07594704628s 2018-09-02 07:36:08,466 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-6c4d1d1e-5e2e-4911-b378-6520e2e9dd85 2018-09-02 07:36:08,466 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:36:08Z', 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'f9db6713-866e-4c79-8059-5fe7f0e68a93', u'subnetpool_id': None, u'service_types': [], u'name': u'tempest_smoke-subnet_923e7204-7cbc-464f-a08a-49dac40eb72b', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'aad10fba-9ae3-47f9-b9ce-768246519b55', u'tenant_id': u'32a6219c2efb4152ba0bf6b9f9f84ebc', u'created_at': u'2018-09-02T07:36:08Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'32a6219c2efb4152ba0bf6b9f9f84ebc'}) 2018-09-02 07:36:08,467 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:36:08,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "tempest_smoke-router_923e7204-7cbc-464f-a08a-49dac40eb72b", "admin_state_up": true}}' 2018-09-02 07:36:15,738 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-e5cc908d-dc45-48f7-a274-d39ea5061236 Date: Sun, 02 Sep 2018 07:36:15 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "created_at": "2018-09-02T07:36:09Z", "admin_state_up": true, "updated_at": "2018-09-02T07:36:10Z", "project_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "6ccb11ca-1d90-4635-bf35-70117f8b0f6d", "name": "tempest_smoke-router_923e7204-7cbc-464f-a08a-49dac40eb72b"}} 2018-09-02 07:36:15,738 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e5cc908d-dc45-48f7-a274-d39ea5061236 2018-09-02 07:36:15,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.27111196518s 2018-09-02 07:36:15,738 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e5cc908d-dc45-48f7-a274-d39ea5061236 2018-09-02 07:36:15,739 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:36:10Z', u'revision_number': 3, u'ha': True, u'id': u'6ccb11ca-1d90-4635-bf35-70117f8b0f6d', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.207'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'tempest_smoke-router_923e7204-7cbc-464f-a08a-49dac40eb72b', u'admin_state_up': True, u'tenant_id': u'32a6219c2efb4152ba0bf6b9f9f84ebc', u'created_at': u'2018-09-02T07:36:09Z', u'flavor_id': None, u'routes': [], u'project_id': u'32a6219c2efb4152ba0bf6b9f9f84ebc'}) 2018-09-02 07:36:15,740 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:36:15,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d/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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '{"subnet_id": "f9db6713-866e-4c79-8059-5fe7f0e68a93"}' 2018-09-02 07:36:18,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-e14b4d8b-80c6-41b9-84b6-788bbf1e5bb1 Date: Sun, 02 Sep 2018 07:36:18 GMT RESP BODY: {"network_id": "aad10fba-9ae3-47f9-b9ce-768246519b55", "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "subnet_id": "f9db6713-866e-4c79-8059-5fe7f0e68a93", "subnet_ids": ["f9db6713-866e-4c79-8059-5fe7f0e68a93"], "port_id": "b8e30210-4007-4547-b02b-2abb004fb9c8", "id": "6ccb11ca-1d90-4635-bf35-70117f8b0f6d"} 2018-09-02 07:36:18,373 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d/add_router_interface.json used request id req-e14b4d8b-80c6-41b9-84b6-788bbf1e5bb1 2018-09-02 07:36:18,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.633893013s 2018-09-02 07:36:18,374 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d/add_router_interface.json used request id req-e14b4d8b-80c6-41b9-84b6-788bbf1e5bb1 returning object 6ccb11ca-1d90-4635-bf35-70117f8b0f6d 2018-09-02 07:36:18,374 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:36:18,506 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:36:18,508 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:36:18,513 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:36:18 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:36:18,517 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:36:18,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:18,826 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-f61a7cb1-be87-40a5-8867-734422f2ea48 Date: Sun, 02 Sep 2018 07:36:18 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:36:18,826 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f61a7cb1-be87-40a5-8867-734422f2ea48 2018-09-02 07:36:18,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.308950901031s 2018-09-02 07:36:18,827 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f61a7cb1-be87-40a5-8867-734422f2ea48 2018-09-02 07:36:18,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:36:18,838 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b"}' 2018-09-02 07:36:19,384 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-075d5e31-be77-4833-acc0-421b6fca66d6 Date: Sun, 02 Sep 2018 07:36:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:36:19Z", "file": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/file", "owner": "32a6219c2efb4152ba0bf6b9f9f84ebc", "id": "8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "size": null, "self": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "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_923e7204-7cbc-464f-a08a-49dac40eb72b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "checksum": null, "created_at": "2018-09-02T07:36:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:36:19,385 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-075d5e31-be77-4833-acc0-421b6fca66d6 2018-09-02 07:36:19,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.550566196442s 2018-09-02 07:36:19,385 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-075d5e31-be77-4833-acc0-421b6fca66d6 returning object 8b1ff039-c885-4aa0-96ec-dc8a91c91b40 2018-09-02 07:36:19,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:36:19,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '' 2018-09-02 07:36:20,372 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8249b144-31b2-4da2-8331-7e2ec4b285a3 Date: Sun, 02 Sep 2018 07:36:20 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 07:36:20,373 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/file used request id req-8249b144-31b2-4da2-8331-7e2ec4b285a3 2018-09-02 07:36:20,373 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.98665189743s 2018-09-02 07:36:20,373 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/file used request id req-8249b144-31b2-4da2-8331-7e2ec4b285a3 2018-09-02 07:36:20,377 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:36:20,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:20,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-2dd43eb1-5853-4b21-8f1a-b9bcd5f38a4f Date: Sun, 02 Sep 2018 07:36:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:36:20Z", "file": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/file", "owner": "32a6219c2efb4152ba0bf6b9f9f84ebc", "id": "8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "size": 12716032, "self": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:36:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:36:20,684 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-2dd43eb1-5853-4b21-8f1a-b9bcd5f38a4f 2018-09-02 07:36:20,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.30708694458s 2018-09-02 07:36:20,685 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-2dd43eb1-5853-4b21-8f1a-b9bcd5f38a4f 2018-09-02 07:36:20,686 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap', u'metadata': Munch({})})], 'file': u'/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/file', 'owner': u'32a6219c2efb4152ba0bf6b9f9f84ebc', 'id': u'8b1ff039-c885-4aa0-96ec-dc8a91c91b40', 'size': 12716032, u'self': u'/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'32a6219c2efb4152ba0bf6b9f9f84ebc', 'name': 'tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:36:20Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T07:36:20Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b', '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/8b1ff039-c885-4aa0-96ec-dc8a91c91b40', 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_923e7204-7cbc-464f-a08a-49dac40eb72b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b', 'created': u'2018-09-02T07:36:19Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:36:19Z', 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/8b1ff039-c885-4aa0-96ec-dc8a91c91b40', 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_923e7204-7cbc-464f-a08a-49dac40eb72b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:36:20,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:36:20,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "tempest_smoke-flavor_923e7204-7cbc-464f-a08a-49dac40eb72b", "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 07:36:21,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-2f805cb9-25eb-4aa4-8e81-52b31fe06620 x-compute-request-id: req-2f805cb9-25eb-4aa4-8e81-52b31fe06620 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85", "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": "3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85"}} 2018-09-02 07:36:21,033 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2f805cb9-25eb-4aa4-8e81-52b31fe06620 2018-09-02 07:36:21,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.345108032227s 2018-09-02 07:36:21,033 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2f805cb9-25eb-4aa4-8e81-52b31fe06620 2018-09-02 07:36:21,034 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_923e7204-7cbc-464f-a08a-49dac40eb72b', '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'4b06fee7bf104ba386aa2f904001aa35', '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'3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85', 'swap': 0}) 2018-09-02 07:36:21,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:36:21,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85/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}1891373e275eb1934aea04d6df02498c8d38975e" -d '{"extra_specs": {}}' 2018-09-02 07:36:21,189 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:36: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-90323589-f206-4d52-9d1c-401861ccbaa3 x-compute-request-id: req-90323589-f206-4d52-9d1c-401861ccbaa3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:36:21,190 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85/os-extra_specs used request id req-90323589-f206-4d52-9d1c-401861ccbaa3 2018-09-02 07:36:21,190 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.155165910721s 2018-09-02 07:36:21,190 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85/os-extra_specs used request id req-90323589-f206-4d52-9d1c-401861ccbaa3 2018-09-02 07:36:21,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:36:21,202 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:36:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-08b6b33a-bc3d-40da-b48a-b4142c007c74 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:36:21,202 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-08b6b33a-bc3d-40da-b48a-b4142c007c74 2018-09-02 07:36:21,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:36:21,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:21,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a6aabae5-34a0-4092-84b4-849c4b20d2af Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:36:21,463 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a6aabae5-34a0-4092-84b4-849c4b20d2af 2018-09-02 07:36:21,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.258125782013s 2018-09-02 07:36:21,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a6aabae5-34a0-4092-84b4-849c4b20d2af 2018-09-02 07:36:21,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:36:21,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:21,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:36:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77b61bbe-dcdc-4cf0-a2eb-adbf025bdd49 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:36:21,668 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-77b61bbe-dcdc-4cf0-a2eb-adbf025bdd49 2018-09-02 07:36:21,668 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198798894882s 2018-09-02 07:36:21,668 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-77b61bbe-dcdc-4cf0-a2eb-adbf025bdd49 2018-09-02 07:36:21,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 07:36:21,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:21,974 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:36: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-1d29e124-cb49-4348-b15e-522693382dcf x-compute-request-id: req-1d29e124-cb49-4348-b15e-522693382dcf Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.10", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-02 07:36:21,974 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-1d29e124-cb49-4348-b15e-522693382dcf 2018-09-02 07:36:21,974 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.29443693161s 2018-09-02 07:36:21,975 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-1d29e124-cb49-4348-b15e-522693382dcf 2018-09-02 07:36:21,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:36:21,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:22,268 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-e2ef9db1-b441-4f54-b24b-30145b96449b Date: Sun, 02 Sep 2018 07:36:22 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:36:20Z", "file": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/file", "owner": "32a6219c2efb4152ba0bf6b9f9f84ebc", "id": "8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "size": 12716032, "self": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:36:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:36:22,268 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e2ef9db1-b441-4f54-b24b-30145b96449b 2018-09-02 07:36:22,268 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.288997888565s 2018-09-02 07:36:22,268 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e2ef9db1-b441-4f54-b24b-30145b96449b 2018-09-02 07:36:22,278 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:36:22,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/tempest_smoke-img_alt_923e7204-7cbc-464f-a08a-49dac40eb72b", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "tempest_smoke-img_alt_923e7204-7cbc-464f-a08a-49dac40eb72b"}' 2018-09-02 07:36:22,615 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-74e9e65a-1c20-4908-b5e5-70663b38f4ca Date: Sun, 02 Sep 2018 07:36:22 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:36:22Z", "file": "/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/file", "owner": "32a6219c2efb4152ba0bf6b9f9f84ebc", "id": "4ac287d5-a7f1-47f8-adda-58fcb89d73fe", "size": null, "self": "/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe", "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_923e7204-7cbc-464f-a08a-49dac40eb72b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_923e7204-7cbc-464f-a08a-49dac40eb72b", "checksum": null, "created_at": "2018-09-02T07:36:22Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:36:22,615 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-74e9e65a-1c20-4908-b5e5-70663b38f4ca 2018-09-02 07:36:22,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.337186098099s 2018-09-02 07:36:22,615 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-74e9e65a-1c20-4908-b5e5-70663b38f4ca returning object 4ac287d5-a7f1-47f8-adda-58fcb89d73fe 2018-09-02 07:36:22,616 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:36:22,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '' 2018-09-02 07:36:24,329 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-08d93923-ca21-4443-96a5-a113aadd4b39 Date: Sun, 02 Sep 2018 07:36: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 07:36:24,330 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/file used request id req-08d93923-ca21-4443-96a5-a113aadd4b39 2018-09-02 07:36:24,330 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.71392703056s 2018-09-02 07:36:24,330 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/file used request id req-08d93923-ca21-4443-96a5-a113aadd4b39 2018-09-02 07:36:24,334 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:36:24,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:36:25,100 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-70f78c5a-f865-441f-b7da-2fb5156f7f7c Date: Sun, 02 Sep 2018 07:36:25 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:36:24Z", "file": "/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/file", "owner": "32a6219c2efb4152ba0bf6b9f9f84ebc", "id": "4ac287d5-a7f1-47f8-adda-58fcb89d73fe", "size": 12716032, "self": "/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_alt_923e7204-7cbc-464f-a08a-49dac40eb72b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_alt_923e7204-7cbc-464f-a08a-49dac40eb72b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:36:22Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:36:20Z", "file": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/file", "owner": "32a6219c2efb4152ba0bf6b9f9f84ebc", "id": "8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "size": 12716032, "self": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:36:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:36:25,100 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-70f78c5a-f865-441f-b7da-2fb5156f7f7c 2018-09-02 07:36:25,101 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.766185998917s 2018-09-02 07:36:25,101 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-70f78c5a-f865-441f-b7da-2fb5156f7f7c 2018-09-02 07:36:25,103 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/snap', u'metadata': Munch({})})], 'file': u'/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/file', 'owner': u'32a6219c2efb4152ba0bf6b9f9f84ebc', 'id': u'4ac287d5-a7f1-47f8-adda-58fcb89d73fe', 'size': 12716032, u'self': u'/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'32a6219c2efb4152ba0bf6b9f9f84ebc', 'name': 'tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:36:24Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T07:36:24Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/tempest_smoke-img_alt_923e7204-7cbc-464f-a08a-49dac40eb72b', '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/4ac287d5-a7f1-47f8-adda-58fcb89d73fe', 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_923e7204-7cbc-464f-a08a-49dac40eb72b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'tempest_smoke-img_alt_923e7204-7cbc-464f-a08a-49dac40eb72b', 'created': u'2018-09-02T07:36:22Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:36: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/4ac287d5-a7f1-47f8-adda-58fcb89d73fe', 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_923e7204-7cbc-464f-a08a-49dac40eb72b', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:36:25,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:36:25,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "tempest_smoke-flavor_alt_923e7204-7cbc-464f-a08a-49dac40eb72b", "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 07:36:25,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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-43c5244a-d3cb-42b7-8734-d411d4e9e3cb x-compute-request-id: req-43c5244a-d3cb-42b7-8734-d411d4e9e3cb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "tempest_smoke-flavor_alt_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f", "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": "f4a15372-d3e0-4a89-9003-70375b3caa9f"}} 2018-09-02 07:36:25,164 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-43c5244a-d3cb-42b7-8734-d411d4e9e3cb 2018-09-02 07:36:25,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.059937953949s 2018-09-02 07:36:25,165 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-43c5244a-d3cb-42b7-8734-d411d4e9e3cb 2018-09-02 07:36:25,166 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_923e7204-7cbc-464f-a08a-49dac40eb72b', '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'4b06fee7bf104ba386aa2f904001aa35', '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'f4a15372-d3e0-4a89-9003-70375b3caa9f', 'swap': 0}) 2018-09-02 07:36:25,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:36:25,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f/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}1891373e275eb1934aea04d6df02498c8d38975e" -d '{"extra_specs": {}}' 2018-09-02 07:36:25,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07: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 x-openstack-request-id: req-c40a0d7a-4074-4a9c-babc-8cde23984edf x-compute-request-id: req-c40a0d7a-4074-4a9c-babc-8cde23984edf Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:36:25,191 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f/os-extra_specs used request id req-c40a0d7a-4074-4a9c-babc-8cde23984edf 2018-09-02 07:36:25,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0252139568329s 2018-09-02 07:36:25,192 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f/os-extra_specs used request id req-c40a0d7a-4074-4a9c-babc-8cde23984edf 2018-09-02 07:36:25,192 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'tempest_smoke-flavor_alt_923e7204-7cbc-464f-a08a-49dac40eb72b', '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'4b06fee7bf104ba386aa2f904001aa35', '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'f4a15372-d3e0-4a89-9003-70375b3caa9f', 'swap': 0}) 2018-09-02 07:36:29,223 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 07:36:29,223 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 07:36:29,224 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 07:36:29,226 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 07:36:29,230 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-02 07:36:32,974 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-6bd5dfda-802b-4334-b0bc-8da5b43de55a/repo; stestr list '(?=.*\[.*\bsmoke\b.*\])(^tempest\.api)' >/home/opnfv/functest/results/tempest_smoke/test_list.txt 2>/dev/null) 2018-09-02 07:36:32,975 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 07:36:32,993 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 07:36:32,994 - 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 07:36:41,080 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:36:41.080 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: Identity api v2 is not enabled 2018-09-02 07:36:43,909 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:36:43.909 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.314s] 2018-09-02 07:36:43,958 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:36:43.957 49 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.049s] 2018-09-02 07:36:46,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:36:46.458 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.776s] 2018-09-02 07:36:52,429 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:36:52.428 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [2.018s] 2018-09-02 07:36:53,654 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:36:53.653 49 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [7.943s] 2018-09-02 07:36:56,764 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:36:56.763 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.262s] 2018-09-02 07:36:56,791 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:36:56.791 49 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [4.362s] 2018-09-02 07:37:02,797 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:02.796 49 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_add_remove_fixed_ip ... success [17.310s] 2018-09-02 07:37:11,344 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:11.343 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [5.876s] 2018-09-02 07:37:13,600 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:13.600 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [1.049s] 2018-09-02 07:37:13,608 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:13.608 49 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2018-09-02 07:37:20,772 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:20.771 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.536s] 2018-09-02 07:37:21,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:21.107 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.855s] 2018-09-02 07:37:29,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:29.823 49 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [1.060s] 2018-09-02 07:37:31,447 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:31.447 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.993s] 2018-09-02 07:37:34,020 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:34.019 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.101s] 2018-09-02 07:37:34,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:34.020 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-02 07:37:37,528 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:37.527 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.223s] 2018-09-02 07:37:39,514 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:39.513 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.985s] 2018-09-02 07:37:41,299 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:41.298 49 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.784s] 2018-09-02 07:37:45,828 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:45.827 49 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.760s] 2018-09-02 07:37:51,532 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:51.531 49 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2018-09-02 07:37:51,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:51.595 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.090s] 2018-09-02 07:37:51,596 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:51.596 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2018-09-02 07:37:51,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:51.999 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.389s] 2018-09-02 07:37:56,686 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:37:56.685 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.685s] 2018-09-02 07:38:06,508 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:06.508 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [9.822s] 2018-09-02 07:38:08,000 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:07.999 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [8.493s] 2018-09-02 07:38:08,833 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:08.833 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.833s] 2018-09-02 07:38:09,275 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:09.275 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.442s] 2018-09-02 07:38:09,319 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:09.319 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.045s] 2018-09-02 07:38:09,692 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:09.692 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.373s] 2018-09-02 07:38:10,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:10.081 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.389s] 2018-09-02 07:38:18,278 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:18.277 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.297s] 2018-09-02 07:38:21,993 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:21.993 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.713s] 2018-09-02 07:38:22,290 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:22.290 49 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.300s] 2018-09-02 07:38:28,614 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:28.614 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [7.311s] 2018-09-02 07:38:29,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:29.191 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.578s] 2018-09-02 07:38:29,573 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:29.572 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.381s] 2018-09-02 07:38:29,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:29.898 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.325s] 2018-09-02 07:38:29,989 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:29.988 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.090s] 2018-09-02 07:38:30,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:30.038 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.049s] 2018-09-02 07:38:30,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:30.340 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.222s] 2018-09-02 07:38:30,361 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:30.360 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.020s] 2018-09-02 07:38:33,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:33.138 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.074s] 2018-09-02 07:38:33,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:33.139 49 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-02 07:38:51,381 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:51.381 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: Identity api v2 is not enabled 2018-09-02 07:38:52,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:52.039 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.139s] 2018-09-02 07:38:52,115 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:52.114 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.075s] 2018-09-02 07:38:52,180 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:52.179 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.064s] 2018-09-02 07:38:52,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:52.371 49 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.192s] 2018-09-02 07:38:54,126 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:54.125 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.163s] 2018-09-02 07:38:54,279 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:54.279 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.153s] 2018-09-02 07:38:54,444 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:54.444 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.165s] 2018-09-02 07:38:54,452 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:54.451 49 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2018-09-02 07:38:59,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:38:59.559 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.607s] 2018-09-02 07:39:04,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:04.038 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [23.850s] 2018-09-02 07:39:05,903 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:05.902 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [6.808s] 2018-09-02 07:39:08,174 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:08.173 49 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.822s] 2018-09-02 07:39:20,470 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:20.469 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [16.431s] 2018-09-02 07:39:30,176 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:30.176 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.707s] 2018-09-02 07:39:35,653 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:35.652 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [15.182s] 2018-09-02 07:39:36,685 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:36.685 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.054s] 2018-09-02 07:39:36,786 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:36.786 49 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.101s] 2018-09-02 07:39:38,566 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:38.565 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.388s] 2018-09-02 07:39:42,291 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:42.290 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: Identity api v2 is not enabled 2018-09-02 07:39:46,513 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:46.512 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.202s] 2018-09-02 07:39:47,976 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:47.975 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [12.323s] 2018-09-02 07:39:55,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:55.404 49 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.286s] 2018-09-02 07:39:55,998 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:39:55.997 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.478s] 2018-09-02 07:40:00,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:00.314 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.316s] 2018-09-02 07:40:09,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:09.120 49 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.011s] 2018-09-02 07:40:09,399 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:09.399 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.084s] 2018-09-02 07:40:11,301 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:11.300 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.477s] 2018-09-02 07:40:16,932 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:16.931 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.541s] 2018-09-02 07:40:19,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:19.550 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [8.249s] 2018-09-02 07:40:19,898 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:19.897 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.964s] 2018-09-02 07:40:21,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:21.619 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.069s] 2018-09-02 07:40:21,856 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:21.855 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.236s] 2018-09-02 07:40:22,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:22.231 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.376s] 2018-09-02 07:40:22,651 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:22.651 49 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.753s] 2018-09-02 07:40:26,471 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:26.471 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.648s] 2018-09-02 07:40:27,217 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:27.217 49 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2018-09-02 07:40:33,505 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:33.504 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [3.125s] 2018-09-02 07:40:34,799 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:34.798 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [8.327s] 2018-09-02 07:40:36,696 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:36.695 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [3.188s] 2018-09-02 07:40:36,916 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:36.916 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.117s] 2018-09-02 07:40:37,021 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:37.020 49 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.328s] 2018-09-02 07:40:37,232 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:37.231 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.316s] 2018-09-02 07:40:37,450 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:40:37.449 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.217s] 2018-09-02 07:41:04,915 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:41:04.915 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [21.888s] 2018-09-02 07:41:07,807 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:41:07.806 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [23.046s] 2018-09-02 07:41:18,405 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:41:18.405 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.134s] 2018-09-02 07:41:23,189 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:41:23.189 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [15.382s] 2018-09-02 07:41:37,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:41:37.063 49 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [18.655s] 2018-09-02 07:41:37,721 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:41:37.721 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [14.531s] 2018-09-02 07:41:50,644 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:41:50.643 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [12.921s] 2018-09-02 07:42:09,879 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:42:09.878 49 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.006s] 2018-09-02 07:42:17,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:42:17.697 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.919s] 2018-09-02 07:42:17,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:42:17.829 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.132s] 2018-09-02 07:42:29,046 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:42:29.046 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.549s] 2018-09-02 07:42:31,524 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:42:31.523 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.477s] 2018-09-02 07:42:33,821 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 07:42:33.820 49 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.297s] 2018-09-02 07:42:37,077 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 9ecfd43a-ee62-423c-a397-269a12c00b5f 2018-09-02 07:42:37,084 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '9ecfd43a-ee62-423c-a397-269a12c00b5f']'. 2018-09-02 07:42:38,063 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 07:42:38,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 07:42:38,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 07:42:38,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 9ecfd43a-ee62-423c-a397-269a12c00b5f | 2018-09-02 07:42:38,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 07:42:38,064 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 07:36:35 | 2018-09-02 07:42:38,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 07:42:36 | 2018-09-02 07:42:38,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:06:01 | 2018-09-02 07:42:38,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-02 07:42:38,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 07:42:38,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 07:42:38,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 6bd5dfda-802b-4334-b0bc-8da5b43de55a) | 2018-09-02 07:42:38,065 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 07:42:38,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 1986eaa2-7b4e-4997-9407-e100f629e41d) | 2018-09-02 07:42:38,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 106 | 2018-09-02 07:42:38,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 352.776 | 2018-09-02 07:42:38,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 101 | 2018-09-02 07:42:38,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 5 | 2018-09-02 07:42:38,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 07:42:38,066 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 07:42:38,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 07:42:38,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 07:42:38,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 07:42:38,067 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 07:42:38,139 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest tempest_smoke success_rate is 100.0% 2018-09-02 07:42:38,283 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:42:38,284 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | tempest_smoke | functest | 06:32 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-09-02 07:42:38,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:42:38,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:38,941 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c6ec2764-b5e7-4af5-8af5-fb87ed4906a0 Date: Sun, 02 Sep 2018 07:42: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 07:42:38,941 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe used request id req-c6ec2764-b5e7-4af5-8af5-fb87ed4906a0 2018-09-02 07:42:38,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.651762008667s 2018-09-02 07:42:38,942 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/4ac287d5-a7f1-47f8-adda-58fcb89d73fe used request id req-c6ec2764-b5e7-4af5-8af5-fb87ed4906a0 2018-09-02 07:42:38,942 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:42:38,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:39,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42: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-7895c81e-9716-4ed0-bd25-e9d16724f3ed x-compute-request-id: req-7895c81e-9716-4ed0-bd25-e9d16724f3ed Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85", "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": "3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85"}, {"name": "tempest_smoke-flavor_alt_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f", "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": "f4a15372-d3e0-4a89-9003-70375b3caa9f"}]} 2018-09-02 07:42:39,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-7895c81e-9716-4ed0-bd25-e9d16724f3ed 2018-09-02 07:42:39,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.294721841812s 2018-09-02 07:42:39,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-7895c81e-9716-4ed0-bd25-e9d16724f3ed 2018-09-02 07:42:39,239 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:42:39,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:39,291 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:42: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-5caeedd2-4eac-440c-87b4-08b417a3c66d x-compute-request-id: req-5caeedd2-4eac-440c-87b4-08b417a3c66d Content-Length: 0 Content-Type: application/json 2018-09-02 07:42:39,291 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f used request id req-5caeedd2-4eac-440c-87b4-08b417a3c66d 2018-09-02 07:42:39,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0517590045929s 2018-09-02 07:42:39,291 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/f4a15372-d3e0-4a89-9003-70375b3caa9f used request id req-5caeedd2-4eac-440c-87b4-08b417a3c66d 2018-09-02 07:42:39,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:42:39,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d/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}726199290939c426cc3354ebc3d5bf9aab25e8eb" -d '{"subnet_id": "f9db6713-866e-4c79-8059-5fe7f0e68a93"}' 2018-09-02 07:42:41,860 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-69e6b78c-9678-4cd7-8b4f-c12228e2e800 Date: Sun, 02 Sep 2018 07:42:42 GMT RESP BODY: {"network_id": "aad10fba-9ae3-47f9-b9ce-768246519b55", "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "subnet_id": "f9db6713-866e-4c79-8059-5fe7f0e68a93", "subnet_ids": ["f9db6713-866e-4c79-8059-5fe7f0e68a93"], "port_id": "b8e30210-4007-4547-b02b-2abb004fb9c8", "id": "6ccb11ca-1d90-4635-bf35-70117f8b0f6d"} 2018-09-02 07:42:41,860 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d/remove_router_interface.json used request id req-69e6b78c-9678-4cd7-8b4f-c12228e2e800 2018-09-02 07:42:41,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.56827807426s 2018-09-02 07:42:41,861 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d/remove_router_interface.json used request id req-69e6b78c-9678-4cd7-8b4f-c12228e2e800 returning object 6ccb11ca-1d90-4635-bf35-70117f8b0f6d 2018-09-02 07:42:41,861 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:42:41,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:42,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 721 X-Openstack-Request-Id: req-6690e214-27dc-4122-9781-c8de20664276 Date: Sun, 02 Sep 2018 07:42:42 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.207"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "created_at": "2018-09-02T07:36:09Z", "admin_state_up": true, "updated_at": "2018-09-02T07:42:40Z", "project_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "6ccb11ca-1d90-4635-bf35-70117f8b0f6d", "name": "tempest_smoke-router_923e7204-7cbc-464f-a08a-49dac40eb72b"}]} 2018-09-02 07:42:42,238 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6690e214-27dc-4122-9781-c8de20664276 2018-09-02 07:42:42,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.376660108566s 2018-09-02 07:42:42,238 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-6690e214-27dc-4122-9781-c8de20664276 2018-09-02 07:42:42,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:42:42,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:46,356 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-ebc396b9-3d0a-4b47-95f7-f74f168a3443 Content-Length: 0 Date: Sun, 02 Sep 2018 07:42:46 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:42:46,356 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d.json used request id req-ebc396b9-3d0a-4b47-95f7-f74f168a3443 2018-09-02 07:42:46,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.11656188965s 2018-09-02 07:42:46,357 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/6ccb11ca-1d90-4635-bf35-70117f8b0f6d.json used request id req-ebc396b9-3d0a-4b47-95f7-f74f168a3443 2018-09-02 07:42:46,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:42:46,358 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:46,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1331 X-Openstack-Request-Id: req-b13235df-76f3-4f04-92d4-52107e105ad0 Date: Sun, 02 Sep 2018 07:42:47 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T07:36:08Z","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":"f9db6713-866e-4c79-8059-5fe7f0e68a93","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"tempest_smoke-subnet_923e7204-7cbc-464f-a08a-49dac40eb72b","enable_dhcp":true,"segment_id":null,"network_id":"aad10fba-9ae3-47f9-b9ce-768246519b55","tenant_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","created_at":"2018-09-02T07:36:08Z","ip_version":4}]} 2018-09-02 07:42:46,683 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b13235df-76f3-4f04-92d4-52107e105ad0 2018-09-02 07:42:46,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.325839042664s 2018-09-02 07:42:46,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b13235df-76f3-4f04-92d4-52107e105ad0 2018-09-02 07:42:46,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:42:46,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/f9db6713-866e-4c79-8059-5fe7f0e68a93.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:48,928 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-d95cd28b-69fa-4691-ac0b-d8e02166b448 Date: Sun, 02 Sep 2018 07:42:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:42:48,928 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/f9db6713-866e-4c79-8059-5fe7f0e68a93.json used request id req-d95cd28b-69fa-4691-ac0b-d8e02166b448 2018-09-02 07:42:48,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.24401879311s 2018-09-02 07:42:48,929 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/f9db6713-866e-4c79-8059-5fe7f0e68a93.json used request id req-d95cd28b-69fa-4691-ac0b-d8e02166b448 2018-09-02 07:42:48,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:42:48,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:49,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1438 X-Openstack-Request-Id: req-0f06fbb5-9f48-47a2-9215-ed04fd5ca1df Date: Sun, 02 Sep 2018 07:42:49 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"aad10fba-9ae3-47f9-b9ce-768246519b55","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":64,"ipv4_address_scope":null,"shared":true,"project_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:42:48Z","qos_policy_id":null,"name":"tempest_smoke-net_923e7204-7cbc-464f-a08a-49dac40eb72b","admin_state_up":true,"tenant_id":"32a6219c2efb4152ba0bf6b9f9f84ebc","created_at":"2018-09-02T07:36:06Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:42:49,018 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0f06fbb5-9f48-47a2-9215-ed04fd5ca1df 2018-09-02 07:42:49,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0886487960815s 2018-09-02 07:42:49,018 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0f06fbb5-9f48-47a2-9215-ed04fd5ca1df 2018-09-02 07:42:49,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:42:49,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/aad10fba-9ae3-47f9-b9ce-768246519b55.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:50,185 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fbb8bb24-1862-4fe6-b38a-3210a2e0bce5 Date: Sun, 02 Sep 2018 07:42:50 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:42:50,186 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/aad10fba-9ae3-47f9-b9ce-768246519b55.json used request id req-fbb8bb24-1862-4fe6-b38a-3210a2e0bce5 2018-09-02 07:42:50,186 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.16647601128s 2018-09-02 07:42:50,186 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/aad10fba-9ae3-47f9-b9ce-768246519b55.json used request id req-fbb8bb24-1862-4fe6-b38a-3210a2e0bce5 2018-09-02 07:42:50,191 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:42:50,195 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:50,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-3addc347-d312-41bf-98e9-f6de5e6d675c Date: Sun, 02 Sep 2018 07:42:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:36:20Z", "file": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/file", "owner": "32a6219c2efb4152ba0bf6b9f9f84ebc", "id": "8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "size": 12716032, "self": "/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "tempest_smoke-img_923e7204-7cbc-464f-a08a-49dac40eb72b", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:36:19Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:42:50,495 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3addc347-d312-41bf-98e9-f6de5e6d675c 2018-09-02 07:42:50,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.303457021713s 2018-09-02 07:42:50,495 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3addc347-d312-41bf-98e9-f6de5e6d675c 2018-09-02 07:42:50,497 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:42:50,500 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}726199290939c426cc3354ebc3d5bf9aab25e8eb" 2018-09-02 07:42:51,376 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dabc9dca-272d-457b-a90c-6a015871fdc6 Date: Sun, 02 Sep 2018 07:42: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 07:42:51,377 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40 used request id req-dabc9dca-272d-457b-a90c-6a015871fdc6 2018-09-02 07:42:51,377 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.879953861237s 2018-09-02 07:42:51,377 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/8b1ff039-c885-4aa0-96ec-dc8a91c91b40 used request id req-dabc9dca-272d-457b-a90c-6a015871fdc6 2018-09-02 07:42:51,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:42:51,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:51,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42: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-b137e364-95e7-4f92-9e26-6e9675f17777 x-compute-request-id: req-b137e364-95e7-4f92-9e26-6e9675f17777 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "tempest_smoke-flavor_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85", "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": "3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85"}]} 2018-09-02 07:42:51,402 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b137e364-95e7-4f92-9e26-6e9675f17777 2018-09-02 07:42:51,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241079330444s 2018-09-02 07:42:51,402 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b137e364-95e7-4f92-9e26-6e9675f17777 2018-09-02 07:42:51,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:42:51,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:51,441 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:42: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-47f7823b-1fdc-4bdf-bac4-6c5eed34fa5e x-compute-request-id: req-47f7823b-1fdc-4bdf-bac4-6c5eed34fa5e Content-Length: 0 Content-Type: application/json 2018-09-02 07:42:51,441 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85 used request id req-47f7823b-1fdc-4bdf-bac4-6c5eed34fa5e 2018-09-02 07:42:51,441 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0372631549835s 2018-09-02 07:42:51,442 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/3fb317ad-b3b4-4dfe-bdc5-702a0f0c9d85 used request id req-47f7823b-1fdc-4bdf-bac4-6c5eed34fa5e 2018-09-02 07:42:51,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:42:51,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:51,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f8949162-0927-475d-88c0-2d635813af20 Content-Encoding: gzip Content-Length: 974 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": {"self": "http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c7fe4cd4bfb243d7b4864ea3138fa8e4", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:42:51,671 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f8949162-0927-475d-88c0-2d635813af20 2018-09-02 07:42:51,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.229376077652s 2018-09-02 07:42:51,672 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f8949162-0927-475d-88c0-2d635813af20 2018-09-02 07:42:51,679 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:42:51,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:51,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5b0bed4a-7a08-42a4-ae1d-7e5dc98b3546 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "tempest_smoke-user_923e7204-7cbc-464f-a08a-49dac40eb72b", "links": {"self": "http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "c7fe4cd4bfb243d7b4864ea3138fa8e4", "description": null}} 2018-09-02 07:42:51,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4 used request id req-5b0bed4a-7a08-42a4-ae1d-7e5dc98b3546 2018-09-02 07:42:51,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210375070572s 2018-09-02 07:42:51,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4 used request id req-5b0bed4a-7a08-42a4-ae1d-7e5dc98b3546 2018-09-02 07:42:51,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 07:42:51,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:52,262 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:42:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-553bbc36-5ca7-4ac4-aac6-64404dfb6abd 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 07:42:52,262 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4 used request id req-553bbc36-5ca7-4ac4-aac6-64404dfb6abd 2018-09-02 07:42:52,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.371943950653s 2018-09-02 07:42:52,263 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/c7fe4cd4bfb243d7b4864ea3138fa8e4 used request id req-553bbc36-5ca7-4ac4-aac6-64404dfb6abd 2018-09-02 07:42:52,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:42:52,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:52,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5540b5d8-109a-440e-a46a-ce07a92a781f Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: tempest_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc"}, "tags": [], "enabled": true, "id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "parent_id": "default", "domain_id": "default", "name": "tempest_smoke-project_923e7204-7cbc-464f-a08a-49dac40eb72b"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 07:42:52,464 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-5540b5d8-109a-440e-a46a-ce07a92a781f 2018-09-02 07:42:52,464 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.19486784935s 2018-09-02 07:42:52,464 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-5540b5d8-109a-440e-a46a-ce07a92a781f 2018-09-02 07:42:52,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 07:42:52,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}1891373e275eb1934aea04d6df02498c8d38975e" 2018-09-02 07:42:52,736 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:42:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02cbaae5-b1b4-4be0-925a-db1a080b0eb6 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 07:42:52,737 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc used request id req-02cbaae5-b1b4-4be0-925a-db1a080b0eb6 2018-09-02 07:42:52,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.266561031342s 2018-09-02 07:42:52,737 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/32a6219c2efb4152ba0bf6b9f9f84ebc used request id req-02cbaae5-b1b4-4be0-925a-db1a080b0eb6 2018-09-02 07:42:52,799 - xtesting.ci.run_tests - INFO - Loading test case 'neutron-tempest-plugin-api'... 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:42:52,844 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:42:52,845 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:42:52,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:42:52,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 07:42:52,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 07:42:52,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:42:52,853 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6bbc42df-f0ff-48a0-bea4-3a93e581b670 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:42:52,853 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-6bbc42df-f0ff-48a0-bea4-3a93e581b670 2018-09-02 07:42:52,854 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:42:53,251 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:42:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["MfRqBu_DTourDMR7F998lg"], "issued_at": "2018-09-02T07:42:53.000000Z"}} 2018-09-02 07:42:53,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:42:53,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:53,716 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 736 X-Openstack-Request-Id: req-a7817616-93e6-4c16-bb8d-58c81fab01e6 Date: Sun, 02 Sep 2018 07:42:53 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:42:53,717 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a7817616-93e6-4c16-bb8d-58c81fab01e6 2018-09-02 07:42:53,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.462339878082s 2018-09-02 07:42:53,717 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-a7817616-93e6-4c16-bb8d-58c81fab01e6 2018-09-02 07:42:53,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:42:53,725 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e03c1e79-6570-4062-a948-b25ab9434238 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:42:53,726 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-e03c1e79-6570-4062-a948-b25ab9434238 2018-09-02 07:42:53,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:42:53,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:53,898 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-221757ac-8dc7-4703-96c4-7495ab3c9530 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:42:53,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-221757ac-8dc7-4703-96c4-7495ab3c9530 2018-09-02 07:42:53,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.171948194504s 2018-09-02 07:42:53,899 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-221757ac-8dc7-4703-96c4-7495ab3c9530 2018-09-02 07:42:53,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:42:53,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" -d '{"project": {"description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "enabled": true, "domain_id": "default", "name": "neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f"}}' 2018-09-02 07:42:54,126 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:42:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c5becf39-e0e5-4574-8fde-9b74401bd330 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.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46"}, "tags": [], "enabled": true, "id": "d37ba49015554b279aca1b1d94122f46", "parent_id": "default", "domain_id": "default", "name": "neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f"}} 2018-09-02 07:42:54,126 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-c5becf39-e0e5-4574-8fde-9b74401bd330 2018-09-02 07:42:54,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.219622850418s 2018-09-02 07:42:54,126 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-c5becf39-e0e5-4574-8fde-9b74401bd330 2018-09-02 07:42:54,127 - 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'd37ba49015554b279aca1b1d94122f46', '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_cac7953f-38a6-4755-ad60-acaf1d523e4f'}) 2018-09-02 07:42:54,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:42:54,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "2c45c829-4c02-4fb6-86c6-43609e8f72ad", "email": null, "name": "neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f"}}' 2018-09-02 07:42:54,624 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:42:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da95d00c-fccb-44cb-9a49-abe1350684e6 Content-Length: 341 Content-Type: application/json RESP BODY: {"user": {"name": "neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": {"self": "http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05eadd9e7c114778b0cf8dabe1cac158", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:42:54,624 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-da95d00c-fccb-44cb-9a49-abe1350684e6 2018-09-02 07:42:54,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.490993976593s 2018-09-02 07:42:54,624 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-da95d00c-fccb-44cb-9a49-abe1350684e6 2018-09-02 07:42:54,625 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'05eadd9e7c114778b0cf8dabe1cac158', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f'}) 2018-09-02 07:42:54,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:42:54,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:54,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2ab53646-a896-4c49-9950-7a36343b6eda Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:42:54,770 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2ab53646-a896-4c49-9950-7a36343b6eda 2018-09-02 07:42:54,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.140794038773s 2018-09-02 07:42:54,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2ab53646-a896-4c49-9950-7a36343b6eda 2018-09-02 07:42:54,772 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:42:54,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:54,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a994f915-c7a0-4af9-b602-87b1b35855c7 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:42:54,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a994f915-c7a0-4af9-b602-87b1b35855c7 2018-09-02 07:42:54,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189969778061s 2018-09-02 07:42:54,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a994f915-c7a0-4af9-b602-87b1b35855c7 2018-09-02 07:42:54,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:42:54,971 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:55,172 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-17e696d4-0744-4e29-9d44-3d2ee05d2450 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:42:55,172 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-17e696d4-0744-4e29-9d44-3d2ee05d2450 2018-09-02 07:42:55,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204663991928s 2018-09-02 07:42:55,173 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-17e696d4-0744-4e29-9d44-3d2ee05d2450 2018-09-02 07:42:55,178 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:42:55,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:55,371 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-596247c7-b420-4982-86ed-5e0549873348 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:42:55,371 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-596247c7-b420-4982-86ed-5e0549873348 2018-09-02 07:42:55,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19349193573s 2018-09-02 07:42:55,372 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-596247c7-b420-4982-86ed-5e0549873348 2018-09-02 07:42:55,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:42:55,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:55,579 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3f428afa-6d60-4dd5-98e2-12b24783da97 Content-Encoding: gzip Content-Length: 983 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": {"self": "http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05eadd9e7c114778b0cf8dabe1cac158", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:42:55,579 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3f428afa-6d60-4dd5-98e2-12b24783da97 2018-09-02 07:42:55,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206423044205s 2018-09-02 07:42:55,579 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3f428afa-6d60-4dd5-98e2-12b24783da97 2018-09-02 07:42:55,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:42:55,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:55,791 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8bfec36-c856-4f46-bfba-c1300448c581 Content-Encoding: gzip Content-Length: 544 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "links": {"self": "http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46"}, "tags": [], "enabled": true, "id": "d37ba49015554b279aca1b1d94122f46", "parent_id": "default", "domain_id": "default", "name": "neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 07:42:55,792 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-c8bfec36-c856-4f46-bfba-c1300448c581 2018-09-02 07:42:55,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.20330119133s 2018-09-02 07:42:55,792 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-c8bfec36-c856-4f46-bfba-c1300448c581 2018-09-02 07:42:55,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:42:55,799 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=05eadd9e7c114778b0cf8dabe1cac158&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=d37ba49015554b279aca1b1d94122f46" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:55,977 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-72ab668c-1c59-47e6-b600-d07f73bff8cb Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=05eadd9e7c114778b0cf8dabe1cac158&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=d37ba49015554b279aca1b1d94122f46", "previous": null, "next": null}} 2018-09-02 07:42:55,977 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=05eadd9e7c114778b0cf8dabe1cac158&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=d37ba49015554b279aca1b1d94122f46 used request id req-72ab668c-1c59-47e6-b600-d07f73bff8cb 2018-09-02 07:42:55,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.180533885956s 2018-09-02 07:42:55,978 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=05eadd9e7c114778b0cf8dabe1cac158&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=d37ba49015554b279aca1b1d94122f46 used request id req-72ab668c-1c59-47e6-b600-d07f73bff8cb 2018-09-02 07:42:55,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:42:55,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46/users/05eadd9e7c114778b0cf8dabe1cac158/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:56,237 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-729f034c-f9f7-4a36-9ba2-895a1490f82e 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 07:42:56,237 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46/users/05eadd9e7c114778b0cf8dabe1cac158/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-729f034c-f9f7-4a36-9ba2-895a1490f82e 2018-09-02 07:42:56,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.25631403923s 2018-09-02 07:42:56,237 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46/users/05eadd9e7c114778b0cf8dabe1cac158/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-729f034c-f9f7-4a36-9ba2-895a1490f82e 2018-09-02 07:42:56,238 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f', 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'd37ba49015554b279aca1b1d94122f46', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '2c45c829-4c02-4fb6-86c6-43609e8f72ad', 'username': u'neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:42:56,239 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:42:56,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 07:42:56,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:42:56,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:42:56,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:42:56,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:42:56,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:42:56,240 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:42:56,241 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:42:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:42:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:42:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:42:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:42:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:42:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:42:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 07:42:56,242 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 07:42:56,244 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f', 'password': '2c45c829-4c02-4fb6-86c6-43609e8f72ad', 'project_name': 'neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'd37ba49015554b279aca1b1d94122f46', 'project_domain_name': 'Default'} 2018-09-02 07:42:56,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:42:56,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:56,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-373a67b7-d1cc-4341-80ab-a434edef83d6 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:42:56,400 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-373a67b7-d1cc-4341-80ab-a434edef83d6 2018-09-02 07:42:56,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.152619838715s 2018-09-02 07:42:56,400 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-373a67b7-d1cc-4341-80ab-a434edef83d6 2018-09-02 07:42:56,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:42:56,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:56,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0030027-afbe-4f5d-bb90-4471da47ce02 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:42:56,586 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e0030027-afbe-4f5d-bb90-4471da47ce02 2018-09-02 07:42:56,586 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.180170059204s 2018-09-02 07:42:56,586 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e0030027-afbe-4f5d-bb90-4471da47ce02 2018-09-02 07:42:56,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:42:56,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:56,694 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-22dd6781-06a2-44f1-aa7c-0181ff75ce23 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:42:56,694 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-22dd6781-06a2-44f1-aa7c-0181ff75ce23 2018-09-02 07:42:56,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.103595972061s 2018-09-02 07:42:56,695 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-22dd6781-06a2-44f1-aa7c-0181ff75ce23 2018-09-02 07:42:56,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:42:56,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:56,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b332053-1d23-4eec-b1fe-ad714ba8718b Content-Encoding: gzip Content-Length: 983 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": {"self": "http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05eadd9e7c114778b0cf8dabe1cac158", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:42:56,911 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6b332053-1d23-4eec-b1fe-ad714ba8718b 2018-09-02 07:42:56,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214941978455s 2018-09-02 07:42:56,911 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6b332053-1d23-4eec-b1fe-ad714ba8718b 2018-09-02 07:42:56,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:42:56,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:57,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-282b2e76-aec3-4f11-88a8-35c01ad7802f Content-Encoding: gzip Content-Length: 544 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "links": {"self": "http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46"}, "tags": [], "enabled": true, "id": "d37ba49015554b279aca1b1d94122f46", "parent_id": "default", "domain_id": "default", "name": "neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 07:42:57,109 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-282b2e76-aec3-4f11-88a8-35c01ad7802f 2018-09-02 07:42:57,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.186558961868s 2018-09-02 07:42:57,110 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-282b2e76-aec3-4f11-88a8-35c01ad7802f 2018-09-02 07:42:57,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:42:57,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=05eadd9e7c114778b0cf8dabe1cac158&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=d37ba49015554b279aca1b1d94122f46" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:57,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b782e0db-3993-4a92-98f6-850353651c05 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=05eadd9e7c114778b0cf8dabe1cac158&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=d37ba49015554b279aca1b1d94122f46", "previous": null, "next": null}} 2018-09-02 07:42:57,302 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=05eadd9e7c114778b0cf8dabe1cac158&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=d37ba49015554b279aca1b1d94122f46 used request id req-b782e0db-3993-4a92-98f6-850353651c05 2018-09-02 07:42:57,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18509888649s 2018-09-02 07:42:57,303 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=05eadd9e7c114778b0cf8dabe1cac158&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=d37ba49015554b279aca1b1d94122f46 used request id req-b782e0db-3993-4a92-98f6-850353651c05 2018-09-02 07:42:57,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:42:57,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46/users/05eadd9e7c114778b0cf8dabe1cac158/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:42:57,547 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0209ec57-8030-47d5-bd0c-d47d38103b84 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 07:42:57,547 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46/users/05eadd9e7c114778b0cf8dabe1cac158/roles/8e0d526659f746328b933c99a8db6754 used request id req-0209ec57-8030-47d5-bd0c-d47d38103b84 2018-09-02 07:42:57,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.24117898941s 2018-09-02 07:42:57,548 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46/users/05eadd9e7c114778b0cf8dabe1cac158/roles/8e0d526659f746328b933c99a8db6754 used request id req-0209ec57-8030-47d5-bd0c-d47d38103b84 2018-09-02 07:42:57,548 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 07:43:00,340 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 07:43:03,001 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 421c913e-8bd7-4770-aa01-10f733478530 | 2018-09-02T07:43:02.732125 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 421c913e-8bd7-4770-aa01-10f733478530 ~/.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 07:43:06,994 - 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 07:43:06,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 07:43:09,670 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 07:43:13,032 - 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=b3d1460a-cce0-47ef-aae8-7f61eff6ce21) as the default verifier for the future CLI operations. 2018-09-02 07:43:16,377 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:43:16,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:43:16 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-972e1dfd-287f-4907-a8d6-3c804c191529 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:43:16,383 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-972e1dfd-287f-4907-a8d6-3c804c191529 2018-09-02 07:43:16,384 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:43:16,790 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:43:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d37ba49015554b279aca1b1d94122f46", "name": "neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_d37ba49015554b279aca1b1d94122f46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_d37ba49015554b279aca1b1d94122f46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/d37ba49015554b279aca1b1d94122f46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/d37ba49015554b279aca1b1d94122f46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/d37ba49015554b279aca1b1d94122f46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/d37ba49015554b279aca1b1d94122f46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/d37ba49015554b279aca1b1d94122f46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/d37ba49015554b279aca1b1d94122f46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/d37ba49015554b279aca1b1d94122f46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/d37ba49015554b279aca1b1d94122f46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/d37ba49015554b279aca1b1d94122f46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/d37ba49015554b279aca1b1d94122f46", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/d37ba49015554b279aca1b1d94122f46", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/d37ba49015554b279aca1b1d94122f46", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f", "id": "05eadd9e7c114778b0cf8dabe1cac158"}, "audit_ids": ["t06Y52DaQJGL25oX24fIiw"], "issued_at": "2018-09-02T07:43:17.000000Z"}} 2018-09-02 07:43:16,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 07:43:16,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:17,084 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-1aaeaff9-cd72-47c0-9673-f82af9fa43de Date: Sun, 02 Sep 2018 07:43:17 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 07:43:17,084 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-1aaeaff9-cd72-47c0-9673-f82af9fa43de 2018-09-02 07:43:17,084 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.290840148926s 2018-09-02 07:43:17,085 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-1aaeaff9-cd72-47c0-9673-f82af9fa43de 2018-09-02 07:43:17,095 - xtesting.ci.run_tests - INFO - Running test case 'neutron-tempest-plugin-api'... 2018-09-02 07:43:17,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:43:17,096 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '{"network": {"shared": true, "name": "neutron-tempest-plugin-api-net_cac7953f-38a6-4755-ad60-acaf1d523e4f", "admin_state_up": true}}' 2018-09-02 07:43:17,650 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 740 X-Openstack-Request-Id: req-16657cb7-6c9f-4021-b451-46d4aabd5119 Date: Sun, 02 Sep 2018 07:43: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":"c96c93a0-dc03-4354-a705-66d1fd5c95d2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":true,"project_id":"d37ba49015554b279aca1b1d94122f46","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:43:17Z","is_default":false,"qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_cac7953f-38a6-4755-ad60-acaf1d523e4f","admin_state_up":true,"tenant_id":"d37ba49015554b279aca1b1d94122f46","created_at":"2018-09-02T07:43:17Z","mtu":1450}} 2018-09-02 07:43:17,650 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-16657cb7-6c9f-4021-b451-46d4aabd5119 2018-09-02 07:43:17,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.554939031601s 2018-09-02 07:43:17,651 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-16657cb7-6c9f-4021-b451-46d4aabd5119 2018-09-02 07:43:17,651 - 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-02T07:43:17Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'c96c93a0-dc03-4354-a705-66d1fd5c95d2', u'provider:segmentation_id': 100, 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_cac7953f-38a6-4755-ad60-acaf1d523e4f', u'created_at': u'2018-09-02T07:43:17Z', u'mtu': 1450, u'tenant_id': u'd37ba49015554b279aca1b1d94122f46', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'd37ba49015554b279aca1b1d94122f46', u'l2_adjacency': True}) 2018-09-02 07:43:17,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:43:17,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:18,004 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1446 X-Openstack-Request-Id: req-615dc84f-dd46-4272-ad10-cd39ca789243 Date: Sun, 02 Sep 2018 07:43:18 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:22:34Z","is_default":false,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"c96c93a0-dc03-4354-a705-66d1fd5c95d2","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":true,"project_id":"d37ba49015554b279aca1b1d94122f46","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:43:17Z","qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_cac7953f-38a6-4755-ad60-acaf1d523e4f","admin_state_up":true,"tenant_id":"d37ba49015554b279aca1b1d94122f46","created_at":"2018-09-02T07:43:17Z","provider:network_type":"vxlan"}]} 2018-09-02 07:43:18,005 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-615dc84f-dd46-4272-ad10-cd39ca789243 2018-09-02 07:43:18,005 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352900028229s 2018-09-02 07:43:18,005 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-615dc84f-dd46-4272-ad10-cd39ca789243 2018-09-02 07:43:18,007 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:43:18,007 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '{"subnet": {"name": "neutron-tempest-plugin-api-subnet_cac7953f-38a6-4755-ad60-acaf1d523e4f", "enable_dhcp": true, "network_id": "c96c93a0-dc03-4354-a705-66d1fd5c95d2", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:43:18,824 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-a9a6ec9f-2e82-4495-bf22-21bb0e2dad7e Date: Sun, 02 Sep 2018 07:43:18 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T07:43: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":"c8eaeca6-9942-49ca-a839-407b261967ee","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d37ba49015554b279aca1b1d94122f46","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron-tempest-plugin-api-subnet_cac7953f-38a6-4755-ad60-acaf1d523e4f","enable_dhcp":true,"segment_id":null,"network_id":"c96c93a0-dc03-4354-a705-66d1fd5c95d2","tenant_id":"d37ba49015554b279aca1b1d94122f46","created_at":"2018-09-02T07:43:18Z","ip_version":4}} 2018-09-02 07:43:18,824 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a9a6ec9f-2e82-4495-bf22-21bb0e2dad7e 2018-09-02 07:43:18,825 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.817821025848s 2018-09-02 07:43:18,825 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a9a6ec9f-2e82-4495-bf22-21bb0e2dad7e 2018-09-02 07:43:18,825 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:43: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'c8eaeca6-9942-49ca-a839-407b261967ee', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron-tempest-plugin-api-subnet_cac7953f-38a6-4755-ad60-acaf1d523e4f', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'c96c93a0-dc03-4354-a705-66d1fd5c95d2', u'tenant_id': u'd37ba49015554b279aca1b1d94122f46', u'created_at': u'2018-09-02T07:43: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'd37ba49015554b279aca1b1d94122f46'}) 2018-09-02 07:43:18,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:43:18,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "neutron-tempest-plugin-api-router_cac7953f-38a6-4755-ad60-acaf1d523e4f", "admin_state_up": true}}' 2018-09-02 07:43:25,539 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-eff9b113-acb7-4db1-9814-8b9dfa2f53d1 Date: Sun, 02 Sep 2018 07:43:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.216"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "d37ba49015554b279aca1b1d94122f46", "created_at": "2018-09-02T07:43:20Z", "admin_state_up": true, "updated_at": "2018-09-02T07:43:21Z", "project_id": "d37ba49015554b279aca1b1d94122f46", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "dd872a4a-3dba-4c98-8512-4f5fe4cff257", "name": "neutron-tempest-plugin-api-router_cac7953f-38a6-4755-ad60-acaf1d523e4f"}} 2018-09-02 07:43:25,539 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-eff9b113-acb7-4db1-9814-8b9dfa2f53d1 2018-09-02 07:43:25,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.71325302124s 2018-09-02 07:43:25,540 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-eff9b113-acb7-4db1-9814-8b9dfa2f53d1 2018-09-02 07:43:25,540 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:43:21Z', u'revision_number': 3, u'ha': True, u'id': u'dd872a4a-3dba-4c98-8512-4f5fe4cff257', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.216'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron-tempest-plugin-api-router_cac7953f-38a6-4755-ad60-acaf1d523e4f', u'admin_state_up': True, u'tenant_id': u'd37ba49015554b279aca1b1d94122f46', u'created_at': u'2018-09-02T07:43:20Z', u'flavor_id': None, u'routes': [], u'project_id': u'd37ba49015554b279aca1b1d94122f46'}) 2018-09-02 07:43:25,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:43:25,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257/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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '{"subnet_id": "c8eaeca6-9942-49ca-a839-407b261967ee"}' 2018-09-02 07:43:29,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-8be4c3da-7dd3-4d33-a5d8-e89289a03b84 Date: Sun, 02 Sep 2018 07:43:29 GMT RESP BODY: {"network_id": "c96c93a0-dc03-4354-a705-66d1fd5c95d2", "tenant_id": "d37ba49015554b279aca1b1d94122f46", "subnet_id": "c8eaeca6-9942-49ca-a839-407b261967ee", "subnet_ids": ["c8eaeca6-9942-49ca-a839-407b261967ee"], "port_id": "bb9b6868-1ef9-4985-aeba-73db71aa96e7", "id": "dd872a4a-3dba-4c98-8512-4f5fe4cff257"} 2018-09-02 07:43:29,054 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257/add_router_interface.json used request id req-8be4c3da-7dd3-4d33-a5d8-e89289a03b84 2018-09-02 07:43:29,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.51336693764s 2018-09-02 07:43:29,054 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257/add_router_interface.json used request id req-8be4c3da-7dd3-4d33-a5d8-e89289a03b84 returning object dd872a4a-3dba-4c98-8512-4f5fe4cff257 2018-09-02 07:43:29,055 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:43:29,173 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:43:29,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:43:29,179 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:43:29 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:43:29,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:43:29,188 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:29,476 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-372a3e59-0ad7-4768-9163-6acc02542ceb Date: Sun, 02 Sep 2018 07:43:29 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:43:29,476 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-372a3e59-0ad7-4768-9163-6acc02542ceb 2018-09-02 07:43:29,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.291965961456s 2018-09-02 07:43:29,476 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-372a3e59-0ad7-4768-9163-6acc02542ceb 2018-09-02 07:43:29,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:43:29,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f"}' 2018-09-02 07:43:29,811 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 968 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b19fdd1c-a549-4e27-a852-602a79742db2 Date: Sun, 02 Sep 2018 07:43:29 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:43:29Z", "file": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/file", "owner": "d37ba49015554b279aca1b1d94122f46", "id": "0244100b-f256-45e9-a27d-43c49f9daab3", "size": null, "self": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3", "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_cac7953f-38a6-4755-ad60-acaf1d523e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "checksum": null, "created_at": "2018-09-02T07:43:29Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:43:29,811 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-b19fdd1c-a549-4e27-a852-602a79742db2 2018-09-02 07:43:29,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.327352046967s 2018-09-02 07:43:29,812 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-b19fdd1c-a549-4e27-a852-602a79742db2 returning object 0244100b-f256-45e9-a27d-43c49f9daab3 2018-09-02 07:43:29,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:43:29,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '' 2018-09-02 07:43:30,662 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-dd775781-646a-45a2-b72a-e18768c6d969 Date: Sun, 02 Sep 2018 07:43: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 07:43:30,662 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/file used request id req-dd775781-646a-45a2-b72a-e18768c6d969 2018-09-02 07:43:30,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.849931001663s 2018-09-02 07:43:30,663 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/file used request id req-dd775781-646a-45a2-b72a-e18768c6d969 2018-09-02 07:43:30,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:43:30,671 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:30,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-bd50ec68-0ef2-4399-897f-0d480f8172ae Date: Sun, 02 Sep 2018 07:43:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:43:31Z", "file": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/file", "owner": "d37ba49015554b279aca1b1d94122f46", "id": "0244100b-f256-45e9-a27d-43c49f9daab3", "size": 12716032, "self": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:43:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:43:30,953 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-bd50ec68-0ef2-4399-897f-0d480f8172ae 2018-09-02 07:43:30,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.285948991776s 2018-09-02 07:43:30,953 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-bd50ec68-0ef2-4399-897f-0d480f8172ae 2018-09-02 07:43:30,956 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/file', 'owner': u'd37ba49015554b279aca1b1d94122f46', 'id': u'0244100b-f256-45e9-a27d-43c49f9daab3', 'size': 12716032, u'self': u'/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd37ba49015554b279aca1b1d94122f46', 'name': 'neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:43:31Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T07:43:31Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f', '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/0244100b-f256-45e9-a27d-43c49f9daab3', 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_cac7953f-38a6-4755-ad60-acaf1d523e4f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f', 'created': u'2018-09-02T07:43:29Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:43:29Z', 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/0244100b-f256-45e9-a27d-43c49f9daab3', 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_cac7953f-38a6-4755-ad60-acaf1d523e4f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:43:30,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:43:30,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron-tempest-plugin-api-flavor_cac7953f-38a6-4755-ad60-acaf1d523e4f", "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 07:43:31,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:43: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-00329b18-85ce-4c06-8f19-fde8461a1802 x-compute-request-id: req-00329b18-85ce-4c06-8f19-fde8461a1802 Content-Encoding: gzip Content-Length: 321 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358", "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": "7f1f244d-564c-41a4-9f0a-8f1afc776358"}} 2018-09-02 07:43:31,259 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-00329b18-85ce-4c06-8f19-fde8461a1802 2018-09-02 07:43:31,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.302721977234s 2018-09-02 07:43:31,260 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-00329b18-85ce-4c06-8f19-fde8461a1802 2018-09-02 07:43:31,261 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_cac7953f-38a6-4755-ad60-acaf1d523e4f', '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'4b06fee7bf104ba386aa2f904001aa35', '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'7f1f244d-564c-41a4-9f0a-8f1afc776358', 'swap': 0}) 2018-09-02 07:43:31,261 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:43:31,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358/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}4cd4253e9dd78e10a38217594524993a908a4533" -d '{"extra_specs": {}}' 2018-09-02 07:43:31,282 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:43: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-3a41e255-e937-49f8-861d-f8442adb6a44 x-compute-request-id: req-3a41e255-e937-49f8-861d-f8442adb6a44 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:43:31,282 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358/os-extra_specs used request id req-3a41e255-e937-49f8-861d-f8442adb6a44 2018-09-02 07:43:31,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0206768512726s 2018-09-02 07:43:31,282 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358/os-extra_specs used request id req-3a41e255-e937-49f8-861d-f8442adb6a44 2018-09-02 07:43:31,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:43:31,293 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:43:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06b4f81b-4e14-488a-b8ae-58fee5e17028 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:43:31,293 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-06b4f81b-4e14-488a-b8ae-58fee5e17028 2018-09-02 07:43:31,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:43:31,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:31,505 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-075d2d4a-9837-4266-a53b-62854790074e Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:43:31,505 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-075d2d4a-9837-4266-a53b-62854790074e 2018-09-02 07:43:31,505 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.208505868912s 2018-09-02 07:43:31,505 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-075d2d4a-9837-4266-a53b-62854790074e 2018-09-02 07:43:31,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:43:31,513 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:31,698 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:43:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c8ed0336-3df2-4c22-9da6-7161de2681a8 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:43:31,698 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c8ed0336-3df2-4c22-9da6-7161de2681a8 2018-09-02 07:43:31,698 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188279867172s 2018-09-02 07:43:31,698 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c8ed0336-3df2-4c22-9da6-7161de2681a8 2018-09-02 07:43:31,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 07:43:31,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:32,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:43: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-e1e34607-4421-4666-8e80-f7913252ca72 x-compute-request-id: req-e1e34607-4421-4666-8e80-f7913252ca72 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.10", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-02 07:43:32,112 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-e1e34607-4421-4666-8e80-f7913252ca72 2018-09-02 07:43:32,112 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.407325029373s 2018-09-02 07:43:32,113 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-e1e34607-4421-4666-8e80-f7913252ca72 2018-09-02 07:43:32,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:43:32,121 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:32,142 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-400c5f29-15ec-4d7a-ab7b-97950999b278 Date: Sun, 02 Sep 2018 07:43:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:43:31Z", "file": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/file", "owner": "d37ba49015554b279aca1b1d94122f46", "id": "0244100b-f256-45e9-a27d-43c49f9daab3", "size": 12716032, "self": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:43:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:43:32,142 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-400c5f29-15ec-4d7a-ab7b-97950999b278 2018-09-02 07:43:32,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0246369838715s 2018-09-02 07:43:32,142 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-400c5f29-15ec-4d7a-ab7b-97950999b278 2018-09-02 07:43:32,151 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:43:32,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron-tempest-plugin-api-img_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f"}' 2018-09-02 07:43:32,469 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 976 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/c33191ae-fa48-4472-97d8-99478438406a Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-1454dce1-1b79-40b1-8871-7f89d0a88e0b Date: Sun, 02 Sep 2018 07:43:32 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:43:32Z", "file": "/v2/images/c33191ae-fa48-4472-97d8-99478438406a/file", "owner": "d37ba49015554b279aca1b1d94122f46", "id": "c33191ae-fa48-4472-97d8-99478438406a", "size": null, "self": "/v2/images/c33191ae-fa48-4472-97d8-99478438406a", "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_cac7953f-38a6-4755-ad60-acaf1d523e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f", "checksum": null, "created_at": "2018-09-02T07:43:32Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:43:32,469 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-1454dce1-1b79-40b1-8871-7f89d0a88e0b 2018-09-02 07:43:32,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.318214893341s 2018-09-02 07:43:32,470 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-1454dce1-1b79-40b1-8871-7f89d0a88e0b returning object c33191ae-fa48-4472-97d8-99478438406a 2018-09-02 07:43:32,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:43:32,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/c33191ae-fa48-4472-97d8-99478438406a/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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '' 2018-09-02 07:43:33,649 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ad03880d-cf4b-4480-b8a8-f04a14949583 Date: Sun, 02 Sep 2018 07:43: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 07:43:33,649 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c33191ae-fa48-4472-97d8-99478438406a/file used request id req-ad03880d-cf4b-4480-b8a8-f04a14949583 2018-09-02 07:43:33,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.17916798592s 2018-09-02 07:43:33,650 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c33191ae-fa48-4472-97d8-99478438406a/file used request id req-ad03880d-cf4b-4480-b8a8-f04a14949583 2018-09-02 07:43:33,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:43:33,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:43:33,873 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2797 Content-Type: application/json X-Openstack-Request-Id: req-d0e0ea1a-3cd5-4f96-b441-b3ec19877fdd Date: Sun, 02 Sep 2018 07:43:33 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:43:33Z", "file": "/v2/images/c33191ae-fa48-4472-97d8-99478438406a/file", "owner": "d37ba49015554b279aca1b1d94122f46", "id": "c33191ae-fa48-4472-97d8-99478438406a", "size": 12716032, "self": "/v2/images/c33191ae-fa48-4472-97d8-99478438406a", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c33191ae-fa48-4472-97d8-99478438406a/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c33191ae-fa48-4472-97d8-99478438406a/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:43:32Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:43:31Z", "file": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/file", "owner": "d37ba49015554b279aca1b1d94122f46", "id": "0244100b-f256-45e9-a27d-43c49f9daab3", "size": 12716032, "self": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:43:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:43:33,873 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d0e0ea1a-3cd5-4f96-b441-b3ec19877fdd 2018-09-02 07:43:33,873 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.219705104828s 2018-09-02 07:43:33,873 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d0e0ea1a-3cd5-4f96-b441-b3ec19877fdd 2018-09-02 07:43:33,876 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c33191ae-fa48-4472-97d8-99478438406a/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c33191ae-fa48-4472-97d8-99478438406a/file', 'owner': u'd37ba49015554b279aca1b1d94122f46', 'id': u'c33191ae-fa48-4472-97d8-99478438406a', 'size': 12716032, u'self': u'/v2/images/c33191ae-fa48-4472-97d8-99478438406a', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'd37ba49015554b279aca1b1d94122f46', 'name': 'neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c33191ae-fa48-4472-97d8-99478438406a/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:43:33Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T07:43:33Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron-tempest-plugin-api-img_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f', '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/c33191ae-fa48-4472-97d8-99478438406a', 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_cac7953f-38a6-4755-ad60-acaf1d523e4f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron-tempest-plugin-api-img_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f', 'created': u'2018-09-02T07:43:32Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:43:32Z', 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/c33191ae-fa48-4472-97d8-99478438406a', 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_cac7953f-38a6-4755-ad60-acaf1d523e4f', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:43:33,877 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:43:33,879 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron-tempest-plugin-api-flavor_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f", "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 07:43:33,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:43: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-fc6aa8e0-d829-4d15-a725-66c32a8c1433 x-compute-request-id: req-fc6aa8e0-d829-4d15-a725-66c32a8c1433 Content-Encoding: gzip Content-Length: 326 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron-tempest-plugin-api-flavor_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82", "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": "8d772931-4c4c-488f-8c81-22bab6d94a82"}} 2018-09-02 07:43:33,909 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-fc6aa8e0-d829-4d15-a725-66c32a8c1433 2018-09-02 07:43:33,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0325939655304s 2018-09-02 07:43:33,910 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-fc6aa8e0-d829-4d15-a725-66c32a8c1433 2018-09-02 07:43:33,910 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f', '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'4b06fee7bf104ba386aa2f904001aa35', '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'8d772931-4c4c-488f-8c81-22bab6d94a82', 'swap': 0}) 2018-09-02 07:43:33,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:43:33,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82/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}4cd4253e9dd78e10a38217594524993a908a4533" -d '{"extra_specs": {}}' 2018-09-02 07:43:33,932 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:43: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-e74e7729-c234-4160-8eb5-2d744d263699 x-compute-request-id: req-e74e7729-c234-4160-8eb5-2d744d263699 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:43:33,932 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82/os-extra_specs used request id req-e74e7729-c234-4160-8eb5-2d744d263699 2018-09-02 07:43:33,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0209631919861s 2018-09-02 07:43:33,932 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82/os-extra_specs used request id req-e74e7729-c234-4160-8eb5-2d744d263699 2018-09-02 07:43:33,932 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron-tempest-plugin-api-flavor_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f', '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'4b06fee7bf104ba386aa2f904001aa35', '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'8d772931-4c4c-488f-8c81-22bab6d94a82', 'swap': 0}) 2018-09-02 07:43:37,786 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 07:43:37,786 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 07:43:37,786 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 07:43:37,788 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 07:43:37,791 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-02 07:43:41,482 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-b3d1460a-cce0-47ef-aae8-7f61eff6ce21/repo; stestr list '^neutron_tempest_plugin\.api' >/home/opnfv/functest/results/neutron-tempest-plugin-api/test_list.txt 2>/dev/null) 2018-09-02 07:43:41,482 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 07:43:41,494 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 07:43:41,495 - 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 07:59:00,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 019ef9ab-9486-484f-b724-4cc716106334 2018-09-02 07:59:00,724 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '019ef9ab-9486-484f-b724-4cc716106334']'. 2018-09-02 07:59:01,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 07:59:01,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 07:59:01,703 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 07:59:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 019ef9ab-9486-484f-b724-4cc716106334 | 2018-09-02 07:59:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 07:59:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 07:43:43 | 2018-09-02 07:59:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 07:59:00 | 2018-09-02 07:59:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:15:17 | 2018-09-02 07:59:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-02 07:59:01,704 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 07:59:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 07:59:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: b3d1460a-cce0-47ef-aae8-7f61eff6ce21) | 2018-09-02 07:59:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 07:59:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 421c913e-8bd7-4770-aa01-10f733478530) | 2018-09-02 07:59:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 547 | 2018-09-02 07:59:01,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 904.225 | 2018-09-02 07:59:01,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 473 | 2018-09-02 07:59:01,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 74 | 2018-09-02 07:59:01,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 07:59:01,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 07:59:01,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 07:59:01,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 07:59:01,706 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 07:59:01,707 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 07:59:01,965 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron-tempest-plugin-api success_rate is 100.0% 2018-09-02 07:59:02,177 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 07:59:02,177 - xtesting.ci.run_tests - INFO - Test result: +------------------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------------------+------------------+------------------+----------------+ | neutron-tempest-plugin-api | functest | 15:45 | PASS | +------------------------------------+------------------+------------------+----------------+ 2018-09-02 07:59:02,182 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:59:02,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/c33191ae-fa48-4472-97d8-99478438406a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:03,790 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-6d7562aa-d900-4180-a891-bd5d4ecf02ff Date: Sun, 02 Sep 2018 07:59: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 07:59:03,790 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c33191ae-fa48-4472-97d8-99478438406a used request id req-6d7562aa-d900-4180-a891-bd5d4ecf02ff 2018-09-02 07:59:03,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.60802412033s 2018-09-02 07:59:03,791 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c33191ae-fa48-4472-97d8-99478438406a used request id req-6d7562aa-d900-4180-a891-bd5d4ecf02ff 2018-09-02 07:59:03,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:59:03,794 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:04,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59: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-57fe263d-0648-4495-98af-11fba97c3c47 x-compute-request-id: req-57fe263d-0648-4495-98af-11fba97c3c47 Content-Encoding: gzip Content-Length: 377 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358", "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": "7f1f244d-564c-41a4-9f0a-8f1afc776358"}, {"name": "neutron-tempest-plugin-api-flavor_alt_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82", "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": "8d772931-4c4c-488f-8c81-22bab6d94a82"}]} 2018-09-02 07:59:04,083 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-57fe263d-0648-4495-98af-11fba97c3c47 2018-09-02 07:59:04,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.291651964188s 2018-09-02 07:59:04,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-57fe263d-0648-4495-98af-11fba97c3c47 2018-09-02 07:59:04,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:59:04,088 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:04,166 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:59: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 x-openstack-request-id: req-649714b6-2c76-4b77-9e94-2229ec9f1443 x-compute-request-id: req-649714b6-2c76-4b77-9e94-2229ec9f1443 Content-Length: 0 Content-Type: application/json 2018-09-02 07:59:04,166 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82 used request id req-649714b6-2c76-4b77-9e94-2229ec9f1443 2018-09-02 07:59:04,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0802071094513s 2018-09-02 07:59:04,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/8d772931-4c4c-488f-8c81-22bab6d94a82 used request id req-649714b6-2c76-4b77-9e94-2229ec9f1443 2018-09-02 07:59:04,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 07:59:04,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257/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}84c70f9070ac268b6b08610f683ab54a1a569d9e" -d '{"subnet_id": "c8eaeca6-9942-49ca-a839-407b261967ee"}' 2018-09-02 07:59:06,822 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6d5cfa08-2ebd-4b60-a2c5-fd1ba1a09386 Date: Sun, 02 Sep 2018 07:59:06 GMT RESP BODY: {"network_id": "c96c93a0-dc03-4354-a705-66d1fd5c95d2", "tenant_id": "d37ba49015554b279aca1b1d94122f46", "subnet_id": "c8eaeca6-9942-49ca-a839-407b261967ee", "subnet_ids": ["c8eaeca6-9942-49ca-a839-407b261967ee"], "port_id": "bb9b6868-1ef9-4985-aeba-73db71aa96e7", "id": "dd872a4a-3dba-4c98-8512-4f5fe4cff257"} 2018-09-02 07:59:06,822 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257/remove_router_interface.json used request id req-6d5cfa08-2ebd-4b60-a2c5-fd1ba1a09386 2018-09-02 07:59:06,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.65595293045s 2018-09-02 07:59:06,823 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257/remove_router_interface.json used request id req-6d5cfa08-2ebd-4b60-a2c5-fd1ba1a09386 returning object dd872a4a-3dba-4c98-8512-4f5fe4cff257 2018-09-02 07:59:06,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 07:59:06,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:07,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1728 X-Openstack-Request-Id: req-2102737d-9e85-42ab-98c4-695b15f11f46 Date: Sun, 02 Sep 2018 07:59:07 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2fb44061039d408fb38b482cf2dfa1eb", "created_at": "2018-09-02T07:46:20Z", "admin_state_up": false, "updated_at": "2018-09-02T07:46:20Z", "project_id": "2fb44061039d408fb38b482cf2dfa1eb", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4d23b842-5ed9-4411-a49e-f653ab377ea9", "name": "tempest-router-1283701890"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "created_at": "2018-09-02T07:44:57Z", "admin_state_up": true, "updated_at": "2018-09-02T07:45:00Z", "project_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "707d85f9-f0d5-45c3-9aa1-8316101887f8", "name": "tempest-pretest-check-362052834"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.216"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "d37ba49015554b279aca1b1d94122f46", "created_at": "2018-09-02T07:43:20Z", "admin_state_up": true, "updated_at": "2018-09-02T07:59:05Z", "project_id": "d37ba49015554b279aca1b1d94122f46", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "dd872a4a-3dba-4c98-8512-4f5fe4cff257", "name": "neutron-tempest-plugin-api-router_cac7953f-38a6-4755-ad60-acaf1d523e4f"}]} 2018-09-02 07:59:07,214 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-2102737d-9e85-42ab-98c4-695b15f11f46 2018-09-02 07:59:07,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.390810012817s 2018-09-02 07:59:07,215 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-2102737d-9e85-42ab-98c4-695b15f11f46 2018-09-02 07:59:07,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 07:59:07,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:11,848 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-160c26a0-6233-4405-b36b-50586147bb94 Content-Length: 0 Date: Sun, 02 Sep 2018 07:59:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:59:11,848 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257.json used request id req-160c26a0-6233-4405-b36b-50586147bb94 2018-09-02 07:59:11,849 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.63181400299s 2018-09-02 07:59:11,849 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/dd872a4a-3dba-4c98-8512-4f5fe4cff257.json used request id req-160c26a0-6233-4405-b36b-50586147bb94 2018-09-02 07:59:11,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 07:59:11,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:12,273 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1942 X-Openstack-Request-Id: req-608e9254-a562-4885-be4a-b9190fb041d1 Date: Sun, 02 Sep 2018 07:59:12 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T07:43: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":"c8eaeca6-9942-49ca-a839-407b261967ee","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"d37ba49015554b279aca1b1d94122f46","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron-tempest-plugin-api-subnet_cac7953f-38a6-4755-ad60-acaf1d523e4f","enable_dhcp":true,"segment_id":null,"network_id":"c96c93a0-dc03-4354-a705-66d1fd5c95d2","tenant_id":"d37ba49015554b279aca1b1d94122f46","created_at":"2018-09-02T07:43:18Z","ip_version":4},{"updated_at":"2018-09-02T07:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f6c61b45-9a20-49d8-907f-b659911ef48e","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 0f7baca2e14141d9908f3f87d7c7b6f4","enable_dhcp":false,"segment_id":null,"network_id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","tenant_id":"","created_at":"2018-09-02T07:44:56Z","ip_version":4}]} 2018-09-02 07:59:12,273 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-608e9254-a562-4885-be4a-b9190fb041d1 2018-09-02 07:59:12,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.423877000809s 2018-09-02 07:59:12,274 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-608e9254-a562-4885-be4a-b9190fb041d1 2018-09-02 07:59:12,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 07:59:12,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/c8eaeca6-9942-49ca-a839-407b261967ee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:14,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0b580761-cc61-40d0-bf79-4fe35d424b85 Date: Sun, 02 Sep 2018 07:59:14 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:59:14,717 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c8eaeca6-9942-49ca-a839-407b261967ee.json used request id req-0b580761-cc61-40d0-bf79-4fe35d424b85 2018-09-02 07:59:14,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.44156503677s 2018-09-02 07:59:14,717 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/c8eaeca6-9942-49ca-a839-407b261967ee.json used request id req-0b580761-cc61-40d0-bf79-4fe35d424b85 2018-09-02 07:59:14,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:59:14,718 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:15,089 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2124 X-Openstack-Request-Id: req-3854c4b7-21d5-4ecf-86f8-ba9bab27b666 Date: Sun, 02 Sep 2018 07:59:15 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"c96c93a0-dc03-4354-a705-66d1fd5c95d2","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":100,"ipv4_address_scope":null,"shared":true,"project_id":"d37ba49015554b279aca1b1d94122f46","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:59:14Z","qos_policy_id":null,"name":"neutron-tempest-plugin-api-net_cac7953f-38a6-4755-ad60-acaf1d523e4f","admin_state_up":true,"tenant_id":"d37ba49015554b279aca1b1d94122f46","created_at":"2018-09-02T07:43:17Z","provider:network_type":"vxlan"}]} 2018-09-02 07:59:15,089 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3854c4b7-21d5-4ecf-86f8-ba9bab27b666 2018-09-02 07:59:15,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.371809005737s 2018-09-02 07:59:15,090 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3854c4b7-21d5-4ecf-86f8-ba9bab27b666 2018-09-02 07:59:15,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 07:59:15,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/c96c93a0-dc03-4354-a705-66d1fd5c95d2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:16,119 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9d57baf7-ad4e-4945-acca-6ad5664f8583 Date: Sun, 02 Sep 2018 07:59:16 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 07:59:16,119 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/c96c93a0-dc03-4354-a705-66d1fd5c95d2.json used request id req-9d57baf7-ad4e-4945-acca-6ad5664f8583 2018-09-02 07:59:16,119 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.02785301208s 2018-09-02 07:59:16,119 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/c96c93a0-dc03-4354-a705-66d1fd5c95d2.json used request id req-9d57baf7-ad4e-4945-acca-6ad5664f8583 2018-09-02 07:59:16,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:59:16,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:16,420 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1428 Content-Type: application/json X-Openstack-Request-Id: req-126c442a-49f3-4820-b098-ce55d35d464d Date: Sun, 02 Sep 2018 07:59:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:43:31Z", "file": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3/file", "owner": "d37ba49015554b279aca1b1d94122f46", "id": "0244100b-f256-45e9-a27d-43c49f9daab3", "size": 12716032, "self": "/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0244100b-f256-45e9-a27d-43c49f9daab3/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron-tempest-plugin-api-img_cac7953f-38a6-4755-ad60-acaf1d523e4f", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:43:29Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:59:16,420 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-126c442a-49f3-4820-b098-ce55d35d464d 2018-09-02 07:59:16,420 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296725034714s 2018-09-02 07:59:16,421 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-126c442a-49f3-4820-b098-ce55d35d464d 2018-09-02 07:59:16,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 07:59:16,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}84c70f9070ac268b6b08610f683ab54a1a569d9e" 2018-09-02 07:59:17,862 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-8542ed29-4585-4880-890d-b1ffb36be3f7 Date: Sun, 02 Sep 2018 07:59:17 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 07:59:17,862 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3 used request id req-8542ed29-4585-4880-890d-b1ffb36be3f7 2018-09-02 07:59:17,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.43950390816s 2018-09-02 07:59:17,862 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/0244100b-f256-45e9-a27d-43c49f9daab3 used request id req-8542ed29-4585-4880-890d-b1ffb36be3f7 2018-09-02 07:59:17,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 07:59:17,864 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:17,892 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59: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-bba07e17-7001-456d-9383-044770a6c86e x-compute-request-id: req-bba07e17-7001-456d-9383-044770a6c86e Content-Encoding: gzip Content-Length: 320 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron-tempest-plugin-api-flavor_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358", "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": "7f1f244d-564c-41a4-9f0a-8f1afc776358"}]} 2018-09-02 07:59:17,892 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bba07e17-7001-456d-9383-044770a6c86e 2018-09-02 07:59:17,892 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0296211242676s 2018-09-02 07:59:17,892 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-bba07e17-7001-456d-9383-044770a6c86e 2018-09-02 07:59:17,894 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 07:59:17,896 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:17,926 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 07:59: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 x-openstack-request-id: req-579ff121-2be0-46de-92cd-2536ef5b3d40 x-compute-request-id: req-579ff121-2be0-46de-92cd-2536ef5b3d40 Content-Length: 0 Content-Type: application/json 2018-09-02 07:59:17,926 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358 used request id req-579ff121-2be0-46de-92cd-2536ef5b3d40 2018-09-02 07:59:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.032438993454s 2018-09-02 07:59:17,927 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/7f1f244d-564c-41a4-9f0a-8f1afc776358 used request id req-579ff121-2be0-46de-92cd-2536ef5b3d40 2018-09-02 07:59:17,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:59:17,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:18,146 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:17 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a057504b-f004-4ecf-b787-7173fbfb0947 Content-Encoding: gzip Content-Length: 983 Content-Type: application/json RESP BODY: {"users": [{"name": "neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": {"self": "http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "05eadd9e7c114778b0cf8dabe1cac158", "domain_id": "default", "password_expires_at": null}, {"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:59:18,146 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a057504b-f004-4ecf-b787-7173fbfb0947 2018-09-02 07:59:18,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219054937363s 2018-09-02 07:59:18,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a057504b-f004-4ecf-b787-7173fbfb0947 2018-09-02 07:59:18,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:59:18,157 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:18,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-77a3bc5f-f3eb-40ed-86bf-5e57326e64aa Content-Encoding: gzip Content-Length: 237 Content-Type: application/json RESP BODY: {"user": {"name": "neutron-tempest-plugin-api-user_cac7953f-38a6-4755-ad60-acaf1d523e4f", "links": {"self": "http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "05eadd9e7c114778b0cf8dabe1cac158", "description": null}} 2018-09-02 07:59:18,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158 used request id req-77a3bc5f-f3eb-40ed-86bf-5e57326e64aa 2018-09-02 07:59:18,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210914134979s 2018-09-02 07:59:18,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158 used request id req-77a3bc5f-f3eb-40ed-86bf-5e57326e64aa 2018-09-02 07:59:18,365 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 07:59:18,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:18,674 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:59:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a4ec6845-a71b-4ace-afab-735db6b0d0d8 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 07:59:18,674 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158 used request id req-a4ec6845-a71b-4ace-afab-735db6b0d0d8 2018-09-02 07:59:18,674 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.30896115303s 2018-09-02 07:59:18,675 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/05eadd9e7c114778b0cf8dabe1cac158 used request id req-a4ec6845-a71b-4ace-afab-735db6b0d0d8 2018-09-02 07:59:18,680 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:59:18,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:18,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:18 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e05d02e2-2e04-4ab6-8627-8abb815a4708 Content-Encoding: gzip Content-Length: 533 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron-tempest-plugin-api", "links": {"self": "http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46"}, "tags": [], "enabled": true, "id": "d37ba49015554b279aca1b1d94122f46", "parent_id": "default", "domain_id": "default", "name": "neutron-tempest-pl-project_cac7953f-38a6-4755-ad60-acaf1d523e4f"}]} 2018-09-02 07:59:18,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-e05d02e2-2e04-4ab6-8627-8abb815a4708 2018-09-02 07:59:18,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193686962128s 2018-09-02 07:59:18,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-e05d02e2-2e04-4ab6-8627-8abb815a4708 2018-09-02 07:59:18,879 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 07:59:18,882 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4cd4253e9dd78e10a38217594524993a908a4533" 2018-09-02 07:59:19,149 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:59:18 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9df08e2e-d39c-479e-bc32-eeb239a30898 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 07:59:19,149 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46 used request id req-9df08e2e-d39c-479e-bc32-eeb239a30898 2018-09-02 07:59:19,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.269962072372s 2018-09-02 07:59:19,149 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/d37ba49015554b279aca1b1d94122f46 used request id req-9df08e2e-d39c-479e-bc32-eeb239a30898 2018-09-02 07:59:19,207 - xtesting.ci.run_tests - INFO - Loading test case 'rally_sanity'... 2018-09-02 07:59:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:59:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 07:59:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:59:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:59:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:59:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:59:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:59:19,252 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:59:19,253 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 07:59:19,254 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 07:59:19,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:59:19,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:19 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c39e5cb9-76e0-4bf6-84a7-79cd00bad621 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:59:19,260 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c39e5cb9-76e0-4bf6-84a7-79cd00bad621 2018-09-02 07:59:19,261 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:59:19,684 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:59:19.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["UxcnBNBYSDWXuRN2ubs8-A"], "issued_at": "2018-09-02T07:59:19.000000Z"}} 2018-09-02 07:59:19,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:59:19,687 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:20,040 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-40756d9b-7ce6-448f-bba3-d5dd5fa829ed Date: Sun, 02 Sep 2018 07:59:20 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 07:59:20,040 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-40756d9b-7ce6-448f-bba3-d5dd5fa829ed 2018-09-02 07:59:20,040 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.353714942932s 2018-09-02 07:59:20,041 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-40756d9b-7ce6-448f-bba3-d5dd5fa829ed 2018-09-02 07:59:20,044 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:59:20,049 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 07:59:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8b8603b-4642-4564-94e4-1c92bcf3a180 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 07:59:20,050 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-b8b8603b-4642-4564-94e4-1c92bcf3a180 2018-09-02 07:59:20,050 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:59:20,054 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:20,238 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3127b154-5528-4d52-94b9-4d9a189b5095 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 07:59:20,238 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-3127b154-5528-4d52-94b9-4d9a189b5095 2018-09-02 07:59:20,238 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187456130981s 2018-09-02 07:59:20,238 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-3127b154-5528-4d52-94b9-4d9a189b5095 2018-09-02 07:59:20,245 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 07:59:20,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" -d '{"project": {"description": "Created by OPNFV Functest: rally_sanity", "enabled": true, "domain_id": "default", "name": "rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}}' 2018-09-02 07:59:20,467 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:59:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9d3ab7a1-3997-4eb6-a4df-a0f8b1763737 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.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513"}, "tags": [], "enabled": true, "id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}} 2018-09-02 07:59:20,467 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-9d3ab7a1-3997-4eb6-a4df-a0f8b1763737 2018-09-02 07:59:20,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.221922159195s 2018-09-02 07:59:20,468 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-9d3ab7a1-3997-4eb6-a4df-a0f8b1763737 2018-09-02 07:59:20,468 - 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'1fb7c13d7ee84dffbc2f0a07b82e6513', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0'}) 2018-09-02 07:59:20,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 07:59:20,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "508fb948-6e4a-4d36-8b84-e30205b6727d", "email": null, "name": "rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}}' 2018-09-02 07:59:20,939 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 07:59:20 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-52b0d834-ff3a-4147-a391-6c53fb456f69 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": {"self": "http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc72a1a3a82b41a69405d28898d6cc41", "domain_id": "default", "password_expires_at": null}} 2018-09-02 07:59:20,940 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-52b0d834-ff3a-4147-a391-6c53fb456f69 2018-09-02 07:59:20,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.465786218643s 2018-09-02 07:59:20,940 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-52b0d834-ff3a-4147-a391-6c53fb456f69 2018-09-02 07:59:20,941 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'fc72a1a3a82b41a69405d28898d6cc41', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0'}) 2018-09-02 07:59:20,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:59:20,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:21,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:20 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-609d8517-88bd-4c95-9feb-38bbaed0a9c9 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:59:21,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-609d8517-88bd-4c95-9feb-38bbaed0a9c9 2018-09-02 07:59:21,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.181395053864s 2018-09-02 07:59:21,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-609d8517-88bd-4c95-9feb-38bbaed0a9c9 2018-09-02 07:59:21,131 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:59:21,134 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:21,326 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f450f09e-d568-4da9-98a4-98205393050d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:59:21,326 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f450f09e-d568-4da9-98a4-98205393050d 2018-09-02 07:59:21,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195590019226s 2018-09-02 07:59:21,327 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f450f09e-d568-4da9-98a4-98205393050d 2018-09-02 07:59:21,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:59:21,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:21,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-999ecf1e-cf95-448a-af4f-0fa2cd102085 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:59:21,527 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-999ecf1e-cf95-448a-af4f-0fa2cd102085 2018-09-02 07:59:21,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.194728851318s 2018-09-02 07:59:21,527 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-999ecf1e-cf95-448a-af4f-0fa2cd102085 2018-09-02 07:59:21,532 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:59:21,535 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:21,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9cb49eb2-a65a-4806-9449-d59063cb335a Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:59:21,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9cb49eb2-a65a-4806-9449-d59063cb335a 2018-09-02 07:59:21,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.136920928955s 2018-09-02 07:59:21,669 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9cb49eb2-a65a-4806-9449-d59063cb335a 2018-09-02 07:59:21,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:59:21,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:21,873 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e9edc044-d071-421f-947e-1b56ee5efd9e Content-Encoding: gzip Content-Length: 972 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": {"self": "http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc72a1a3a82b41a69405d28898d6cc41", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:59:21,874 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e9edc044-d071-421f-947e-1b56ee5efd9e 2018-09-02 07:59:21,874 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203519821167s 2018-09-02 07:59:21,874 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e9edc044-d071-421f-947e-1b56ee5efd9e 2018-09-02 07:59:21,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:59:21,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:22,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a003ab5-360c-4669-ada2-5a90c1e9367b Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513"}, "tags": [], "enabled": true, "id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 07:59:22,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-4a003ab5-360c-4669-ada2-5a90c1e9367b 2018-09-02 07:59:22,083 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196254968643s 2018-09-02 07:59:22,083 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-4a003ab5-360c-4669-ada2-5a90c1e9367b 2018-09-02 07:59:22,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:59:22,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=fc72a1a3a82b41a69405d28898d6cc41&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1fb7c13d7ee84dffbc2f0a07b82e6513" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:22,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-966063a9-8eb6-415f-9bb0-6913cc020dea Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=fc72a1a3a82b41a69405d28898d6cc41&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1fb7c13d7ee84dffbc2f0a07b82e6513", "previous": null, "next": null}} 2018-09-02 07:59:22,277 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=fc72a1a3a82b41a69405d28898d6cc41&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1fb7c13d7ee84dffbc2f0a07b82e6513 used request id req-966063a9-8eb6-415f-9bb0-6913cc020dea 2018-09-02 07:59:22,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.18666601181s 2018-09-02 07:59:22,278 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=fc72a1a3a82b41a69405d28898d6cc41&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1fb7c13d7ee84dffbc2f0a07b82e6513 used request id req-966063a9-8eb6-415f-9bb0-6913cc020dea 2018-09-02 07:59:22,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:59:22,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513/users/fc72a1a3a82b41a69405d28898d6cc41/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:22,519 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:59:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d0be9fbd-6dc9-40eb-bf82-534ea11b2175 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 07:59:22,519 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513/users/fc72a1a3a82b41a69405d28898d6cc41/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-d0be9fbd-6dc9-40eb-bf82-534ea11b2175 2018-09-02 07:59:22,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.237783908844s 2018-09-02 07:59:22,519 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513/users/fc72a1a3a82b41a69405d28898d6cc41/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-d0be9fbd-6dc9-40eb-bf82-534ea11b2175 2018-09-02 07:59:22,520 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 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'1fb7c13d7ee84dffbc2f0a07b82e6513', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '508fb948-6e4a-4d36-8b84-e30205b6727d', 'username': u'rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 07:59:22,521 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 07:59:22,522 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 07:59:22,523 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 07:59:22,524 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 07:59:22,525 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'password': '508fb948-6e4a-4d36-8b84-e30205b6727d', 'project_name': 'rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '1fb7c13d7ee84dffbc2f0a07b82e6513', 'project_domain_name': 'Default'} 2018-09-02 07:59:22,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:59:22,532 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:22,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-986032c4-d003-42fd-86ea-4a3ac934419d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:59:22,638 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-986032c4-d003-42fd-86ea-4a3ac934419d 2018-09-02 07:59:22,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108720064163s 2018-09-02 07:59:22,638 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-986032c4-d003-42fd-86ea-4a3ac934419d 2018-09-02 07:59:22,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 07:59:22,647 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:22,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5f3c4627-068c-4fff-a1e4-c154bd6eb806 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 07:59:22,827 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5f3c4627-068c-4fff-a1e4-c154bd6eb806 2018-09-02 07:59:22,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.183182954788s 2018-09-02 07:59:22,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5f3c4627-068c-4fff-a1e4-c154bd6eb806 2018-09-02 07:59:22,832 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 07:59:22,835 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:23,023 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4e8b8e0d-9209-459c-b6ef-5ed013561b74 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 07:59:23,024 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-4e8b8e0d-9209-459c-b6ef-5ed013561b74 2018-09-02 07:59:23,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.191792011261s 2018-09-02 07:59:23,024 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-4e8b8e0d-9209-459c-b6ef-5ed013561b74 2018-09-02 07:59:23,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 07:59:23,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:23,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fbc4a210-3512-4d1f-85b9-77201b47f3a8 Content-Encoding: gzip Content-Length: 972 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": {"self": "http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc72a1a3a82b41a69405d28898d6cc41", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 07:59:23,242 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fbc4a210-3512-4d1f-85b9-77201b47f3a8 2018-09-02 07:59:23,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21715593338s 2018-09-02 07:59:23,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fbc4a210-3512-4d1f-85b9-77201b47f3a8 2018-09-02 07:59:23,254 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 07:59:23,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:23,444 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a47418-0af1-41d1-9cd1-f7201c6ea014 Content-Encoding: gzip Content-Length: 535 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513"}, "tags": [], "enabled": true, "id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 07:59:23,444 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-65a47418-0af1-41d1-9cd1-f7201c6ea014 2018-09-02 07:59:23,444 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190443992615s 2018-09-02 07:59:23,444 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-65a47418-0af1-41d1-9cd1-f7201c6ea014 2018-09-02 07:59:23,452 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 07:59:23,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=fc72a1a3a82b41a69405d28898d6cc41&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1fb7c13d7ee84dffbc2f0a07b82e6513" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:23,600 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a07ec6b-9650-4d6e-a492-7ab2678441cd Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=fc72a1a3a82b41a69405d28898d6cc41&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1fb7c13d7ee84dffbc2f0a07b82e6513", "previous": null, "next": null}} 2018-09-02 07:59:23,600 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=fc72a1a3a82b41a69405d28898d6cc41&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1fb7c13d7ee84dffbc2f0a07b82e6513 used request id req-6a07ec6b-9650-4d6e-a492-7ab2678441cd 2018-09-02 07:59:23,600 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.147907018661s 2018-09-02 07:59:23,600 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=fc72a1a3a82b41a69405d28898d6cc41&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1fb7c13d7ee84dffbc2f0a07b82e6513 used request id req-6a07ec6b-9650-4d6e-a492-7ab2678441cd 2018-09-02 07:59:23,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 07:59:23,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513/users/fc72a1a3a82b41a69405d28898d6cc41/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 07:59:23,853 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 07:59:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc259c41-d1ad-42ba-a903-3d94a8b91a4c 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 07:59:23,853 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513/users/fc72a1a3a82b41a69405d28898d6cc41/roles/8e0d526659f746328b933c99a8db6754 used request id req-bc259c41-d1ad-42ba-a903-3d94a8b91a4c 2018-09-02 07:59:23,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.249807834625s 2018-09-02 07:59:23,854 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513/users/fc72a1a3a82b41a69405d28898d6cc41/roles/8e0d526659f746328b933c99a8db6754 used request id req-bc259c41-d1ad-42ba-a903-3d94a8b91a4c 2018-09-02 07:59:23,854 - xtesting.ci.run_tests - INFO - Running test case 'rally_sanity'... 2018-09-02 07:59:28,019 - 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 07:59:28,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:59:28,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24826885-aff3-4b70-8518-484b73bd91c2 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 07:59:28,027 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-24826885-aff3-4b70-8518-484b73bd91c2 2018-09-02 07:59:28,028 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 07:59:28,437 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T08:59:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "name": "rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/1fb7c13d7ee84dffbc2f0a07b82e6513", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "id": "fc72a1a3a82b41a69405d28898d6cc41"}, "audit_ids": ["T8KRhMFASV67_uTZjhPbNw"], "issued_at": "2018-09-02T07:59:28.000000Z"}} 2018-09-02 07:59:28,441 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 07:59:28,441 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" -d '{"network": {"shared": true, "name": "rally_sanity-net_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "admin_state_up": true}}' 2018-09-02 07:59:29,027 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 725 X-Openstack-Request-Id: req-001f1e05-6398-483b-ac26-74bbda954406 Date: Sun, 02 Sep 2018 07:59:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"3d45899e-d1b3-4eca-9f5a-867bf4e70164","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":61,"ipv4_address_scope":null,"shared":true,"project_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:59:28Z","is_default":false,"qos_policy_id":null,"name":"rally_sanity-net_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0","admin_state_up":true,"tenant_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","created_at":"2018-09-02T07:59:28Z","mtu":1450}} 2018-09-02 07:59:29,028 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-001f1e05-6398-483b-ac26-74bbda954406 2018-09-02 07:59:29,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.586887121201s 2018-09-02 07:59:29,028 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-001f1e05-6398-483b-ac26-74bbda954406 2018-09-02 07:59:29,028 - 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-02T07:59:28Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'3d45899e-d1b3-4eca-9f5a-867bf4e70164', u'provider:segmentation_id': 61, 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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', u'created_at': u'2018-09-02T07:59:28Z', u'mtu': 1450, u'tenant_id': u'1fb7c13d7ee84dffbc2f0a07b82e6513', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'1fb7c13d7ee84dffbc2f0a07b82e6513', u'l2_adjacency': True}) 2018-09-02 07:59:29,029 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 07:59:29,029 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 07:59:29,368 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2103 X-Openstack-Request-Id: req-826620e4-a48a-4cce-984a-c167f0e92e41 Date: Sun, 02 Sep 2018 07:59:29 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"3d45899e-d1b3-4eca-9f5a-867bf4e70164","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":61,"ipv4_address_scope":null,"shared":true,"project_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T07:59:28Z","qos_policy_id":null,"name":"rally_sanity-net_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0","admin_state_up":true,"tenant_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","created_at":"2018-09-02T07:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 07:59:29,368 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-826620e4-a48a-4cce-984a-c167f0e92e41 2018-09-02 07:59:29,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.339481830597s 2018-09-02 07:59:29,369 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-826620e4-a48a-4cce-984a-c167f0e92e41 2018-09-02 07:59:29,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 07:59:29,371 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" -d '{"subnet": {"name": "rally_sanity-subnet_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "enable_dhcp": true, "network_id": "3d45899e-d1b3-4eca-9f5a-867bf4e70164", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 07:59:30,141 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 698 X-Openstack-Request-Id: req-fd4ef3f1-dfa4-47fd-ad60-6c78ed3fde6b Date: Sun, 02 Sep 2018 07:59:30 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T07:59:29Z","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":"34dc3897-4963-4d08-b191-eec71c81d28f","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0","enable_dhcp":true,"segment_id":null,"network_id":"3d45899e-d1b3-4eca-9f5a-867bf4e70164","tenant_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","created_at":"2018-09-02T07:59:29Z","ip_version":4}} 2018-09-02 07:59:30,142 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-fd4ef3f1-dfa4-47fd-ad60-6c78ed3fde6b 2018-09-02 07:59:30,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.771044969559s 2018-09-02 07:59:30,142 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-fd4ef3f1-dfa4-47fd-ad60-6c78ed3fde6b 2018-09-02 07:59:30,142 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:59:29Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'34dc3897-4963-4d08-b191-eec71c81d28f', u'subnetpool_id': None, u'service_types': [], u'name': u'rally_sanity-subnet_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'3d45899e-d1b3-4eca-9f5a-867bf4e70164', u'tenant_id': u'1fb7c13d7ee84dffbc2f0a07b82e6513', u'created_at': u'2018-09-02T07:59:29Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1fb7c13d7ee84dffbc2f0a07b82e6513'}) 2018-09-02 07:59:30,143 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 07:59:30,144 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "rally_sanity-router_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "admin_state_up": true}}' 2018-09-02 07:59:36,927 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 711 X-Openstack-Request-Id: req-0d550cb5-44dd-49ca-a868-41bc5bbebf63 Date: Sun, 02 Sep 2018 07:59:36 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "created_at": "2018-09-02T07:59:31Z", "admin_state_up": true, "updated_at": "2018-09-02T07:59:32Z", "project_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "459c7aa9-4672-4dc3-9689-9d2a0791f4bb", "name": "rally_sanity-router_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}} 2018-09-02 07:59:36,928 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0d550cb5-44dd-49ca-a868-41bc5bbebf63 2018-09-02 07:59:36,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.78460288048s 2018-09-02 07:59:36,928 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0d550cb5-44dd-49ca-a868-41bc5bbebf63 2018-09-02 07:59:36,929 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T07:59:32Z', u'revision_number': 3, u'ha': True, u'id': u'459c7aa9-4672-4dc3-9689-9d2a0791f4bb', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'rally_sanity-router_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', u'admin_state_up': True, u'tenant_id': u'1fb7c13d7ee84dffbc2f0a07b82e6513', u'created_at': u'2018-09-02T07:59:31Z', u'flavor_id': None, u'routes': [], u'project_id': u'1fb7c13d7ee84dffbc2f0a07b82e6513'}) 2018-09-02 07:59:36,929 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 07:59:36,930 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb/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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" -d '{"subnet_id": "34dc3897-4963-4d08-b191-eec71c81d28f"}' 2018-09-02 07:59:39,582 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-fcb35e53-b1de-4ca7-87d0-0b857451ccb5 Date: Sun, 02 Sep 2018 07:59:39 GMT RESP BODY: {"network_id": "3d45899e-d1b3-4eca-9f5a-867bf4e70164", "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "subnet_id": "34dc3897-4963-4d08-b191-eec71c81d28f", "subnet_ids": ["34dc3897-4963-4d08-b191-eec71c81d28f"], "port_id": "d405fd50-eab0-49d3-9861-f883162f3d3f", "id": "459c7aa9-4672-4dc3-9689-9d2a0791f4bb"} 2018-09-02 07:59:39,582 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb/add_router_interface.json used request id req-fcb35e53-b1de-4ca7-87d0-0b857451ccb5 2018-09-02 07:59:39,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.65275907516s 2018-09-02 07:59:39,582 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb/add_router_interface.json used request id req-fcb35e53-b1de-4ca7-87d0-0b857451ccb5 returning object 459c7aa9-4672-4dc3-9689-9d2a0791f4bb 2018-09-02 07:59:39,583 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 07:59:39,714 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 07:59:39,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 07:59:39,720 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 07:59:39 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 07:59:39,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:59:39,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 07:59:40,009 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5c0b5a25-b03f-4cc4-ab4f-14bdbbed5719 Date: Sun, 02 Sep 2018 07:59:40 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:59:40,009 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5c0b5a25-b03f-4cc4-ab4f-14bdbbed5719 2018-09-02 07:59:40,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283765077591s 2018-09-02 07:59:40,009 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5c0b5a25-b03f-4cc4-ab4f-14bdbbed5719 2018-09-02 07:59:40,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 07:59:40,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}' 2018-09-02 07:59:40,355 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 940 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-4339c68c-6550-4238-9790-602c34633955 Date: Sun, 02 Sep 2018 07:59:40 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:59:40Z", "file": "/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/file", "owner": "1fb7c13d7ee84dffbc2f0a07b82e6513", "id": "0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279", "size": null, "self": "/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279", "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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "checksum": null, "created_at": "2018-09-02T07:59:40Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 07:59:40,355 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-4339c68c-6550-4238-9790-602c34633955 2018-09-02 07:59:40,355 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.338311910629s 2018-09-02 07:59:40,356 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-4339c68c-6550-4238-9790-602c34633955 returning object 0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279 2018-09-02 07:59:40,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 07:59:40,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" -d '' 2018-09-02 07:59:41,756 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-637b6170-a5d2-4d60-8695-c7134d8a181d Date: Sun, 02 Sep 2018 07:59: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 07:59:41,756 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/file used request id req-637b6170-a5d2-4d60-8695-c7134d8a181d 2018-09-02 07:59:41,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.40009903908s 2018-09-02 07:59:41,757 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/file used request id req-637b6170-a5d2-4d60-8695-c7134d8a181d 2018-09-02 07:59:41,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 07:59:41,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 07:59:42,054 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-67b603eb-58a1-48f6-966f-d2baadb71e2d Date: Sun, 02 Sep 2018 07:59:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:59:41Z", "file": "/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/file", "owner": "1fb7c13d7ee84dffbc2f0a07b82e6513", "id": "0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279", "size": 12716032, "self": "/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:59:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 07:59:42,054 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-67b603eb-58a1-48f6-966f-d2baadb71e2d 2018-09-02 07:59:42,054 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.293712854385s 2018-09-02 07:59:42,055 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-67b603eb-58a1-48f6-966f-d2baadb71e2d 2018-09-02 07:59:42,057 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/snap', u'metadata': Munch({})})], 'file': u'/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/file', 'owner': u'1fb7c13d7ee84dffbc2f0a07b82e6513', 'id': u'0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279', 'size': 12716032, u'self': u'/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1fb7c13d7ee84dffbc2f0a07b82e6513', 'name': 'rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T07:59:41Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T07:59:41Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279', 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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'created': u'2018-09-02T07:59:40Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T07:59: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/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279', 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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 07:59:42,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:59:42,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "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 07:59:42,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59: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-4d54d59d-115d-44f1-a9ef-818eb26dbad7 x-compute-request-id: req-4d54d59d-115d-44f1-a9ef-818eb26dbad7 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec", "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": "6c624b73-aada-4bde-883e-e1ccd3dad5ec"}} 2018-09-02 07:59:42,380 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4d54d59d-115d-44f1-a9ef-818eb26dbad7 2018-09-02 07:59:42,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.322181940079s 2018-09-02 07:59:42,381 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-4d54d59d-115d-44f1-a9ef-818eb26dbad7 2018-09-02 07:59:42,381 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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'4b06fee7bf104ba386aa2f904001aa35', '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'6c624b73-aada-4bde-883e-e1ccd3dad5ec', 'swap': 0}) 2018-09-02 07:59:42,382 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:59:42,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec/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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" -d '{"extra_specs": {}}' 2018-09-02 07:59:42,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59: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-dd6e1fdd-619c-4917-a5c2-841d9f29bf1d x-compute-request-id: req-dd6e1fdd-619c-4917-a5c2-841d9f29bf1d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:59:42,402 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec/os-extra_specs used request id req-dd6e1fdd-619c-4917-a5c2-841d9f29bf1d 2018-09-02 07:59:42,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200130939484s 2018-09-02 07:59:42,402 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec/os-extra_specs used request id req-dd6e1fdd-619c-4917-a5c2-841d9f29bf1d 2018-09-02 07:59:42,403 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 07:59:45,138 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 07:59:47,862 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 7afca0aa-6376-492a-9886-8c103ff523ef | 2018-09-02T07:59:47.572701 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 7afca0aa-6376-492a-9886-8c103ff523ef ~/.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 07:59:51,630 - 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 07:59:51,630 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Validating the test name... 2018-09-02 07:59:51,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 07:59:51,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 07:59:51,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59: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-a725a0cd-b71d-4c0f-8007-583192ac3ae9 x-compute-request-id: req-a725a0cd-b71d-4c0f-8007-583192ac3ae9 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.10", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-02 07:59:51,947 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-a725a0cd-b71d-4c0f-8007-583192ac3ae9 2018-09-02 07:59:51,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.315799951553s 2018-09-02 07:59:51,947 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-a725a0cd-b71d-4c0f-8007-583192ac3ae9 2018-09-02 07:59:51,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 07:59:51,951 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "rally_sanity-flavor_alt_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "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 07:59:51,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59: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-7b85c981-2d74-499b-aad4-73db3b91ae24 x-compute-request-id: req-7b85c981-2d74-499b-aad4-73db3b91ae24 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "rally_sanity-flavor_alt_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69", "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": "0c4055ab-fefd-429f-9ec6-071c02fe3c69"}} 2018-09-02 07:59:51,995 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-7b85c981-2d74-499b-aad4-73db3b91ae24 2018-09-02 07:59:51,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0463449954987s 2018-09-02 07:59:51,995 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-7b85c981-2d74-499b-aad4-73db3b91ae24 2018-09-02 07:59:51,996 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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'4b06fee7bf104ba386aa2f904001aa35', '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'0c4055ab-fefd-429f-9ec6-071c02fe3c69', 'swap': 0}) 2018-09-02 07:59:51,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 07:59:52,000 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69/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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" -d '{"extra_specs": {}}' 2018-09-02 07:59:52,022 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 07:59: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 x-openstack-request-id: req-8f2277c2-1aad-4f3c-be5c-39cc1545759a x-compute-request-id: req-8f2277c2-1aad-4f3c-be5c-39cc1545759a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 07:59:52,022 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69/os-extra_specs used request id req-8f2277c2-1aad-4f3c-be5c-39cc1545759a 2018-09-02 07:59:52,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0252799987793s 2018-09-02 07:59:52,022 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69/os-extra_specs used request id req-8f2277c2-1aad-4f3c-be5c-39cc1545759a 2018-09-02 07:59:52,023 - functest.opnfv_tests.openstack.rally.rally - DEBUG - flavor: Munch({'name': u'rally_sanity-flavor_alt_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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'4b06fee7bf104ba386aa2f904001aa35', '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'0c4055ab-fefd-429f-9ec6-071c02fe3c69', 'swap': 0}) 2018-09-02 07:59:52,023 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "authenticate" ... 2018-09-02 07:59:52,023 - 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 07:59:52,024 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 07:59:52,035 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 07:59:52,036 - 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': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:01:19,032 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 2018-09-02 08:01:19,032 - functest.opnfv_tests.openstack.rally.rally - DEBUG - /home/opnfv/functest/results/rally does not exist, we create it. 2018-09-02 08:01:19,033 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'fe8b5299-6dbc-4acb-9b57-bd5deaf0d207'] 2018-09-02 08:01:19,923 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 -------------------------------------------------------------------------------- Task fe8b5299-6dbc-4acb-9b57-bd5deaf0d207: 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 fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 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.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | total | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | -> duration | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.587687 Full duration: 10.157413 -------------------------------------------------------------------------------- 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 fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 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.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | total | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> duration | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 1.035 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.0354 Full duration: 10.413758 -------------------------------------------------------------------------------- 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 fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 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.932 | 0.932 | 0.932 | 0.932 | 0.932 | 0.932 | 100.0% | 1 | | total | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | -> duration | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 1.362 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.361822 Full duration: 10.50391 -------------------------------------------------------------------------------- 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 fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 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.637 | 1.637 | 1.637 | 1.637 | 1.637 | 1.637 | 100.0% | 1 | | total | 2.079 | 2.079 | 2.079 | 2.079 | 2.079 | 2.079 | 100.0% | 1 | | -> duration | 2.079 | 2.079 | 2.079 | 2.079 | 2.079 | 2.079 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.078611 Full duration: 11.416261 -------------------------------------------------------------------------------- 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 fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 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.758 | 0.758 | 0.758 | 0.758 | 0.758 | 0.758 | 100.0% | 1 | | total | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 100.0% | 1 | | -> duration | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 1.185 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.185214 Full duration: 10.645745 -------------------------------------------------------------------------------- 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 fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 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.307 | 0.307 | 0.307 | 0.307 | 0.307 | 0.307 | 100.0% | 1 | | total | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> duration | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 0.756 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.755914 Full duration: 10.422338 HINTS: * To plot HTML graphics with this data, run: rally task report fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 --out output.html * To generate a JUnit report, run: rally task export fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 --json --out output.json 2018-09-02 08:01:19,924 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'fe8b5299-6dbc-4acb-9b57-bd5deaf0d207', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.json'] 2018-09-02 08:01:22,538 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 --out /home/opnfv/functest/results/rally/opnfv-authenticate.json 2018-09-02 08:01:22.437 766 INFO rally.api [-] Building 'json' report for the following task(s): 'fe8b5299-6dbc-4acb-9b57-bd5deaf0d207'. 2018-09-02 08:01:22.442 766 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:01:22,539 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'fe8b5299-6dbc-4acb-9b57-bd5deaf0d207', '--out', u'/home/opnfv/functest/results/rally/opnfv-authenticate.html'] 2018-09-02 08:01:25,115 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid fe8b5299-6dbc-4acb-9b57-bd5deaf0d207 --out /home/opnfv/functest/results/rally/opnfv-authenticate.html 2018-09-02 08:01:24.998 769 INFO rally.api [-] Building 'html' report for the following task(s): 'fe8b5299-6dbc-4acb-9b57-bd5deaf0d207'. 2018-09-02 08:01:25.020 769 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:01:25,123 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "authenticate" OK. 2018-09-02 08:01:25,123 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "glance" ... 2018-09-02 08:01:25,123 - 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 08:01:25,124 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 08:01:25,135 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 08:01:25,136 - 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': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:03:23,281 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : bb06ce2d-0b10-4e52-b296-03bc94d18965 2018-09-02 08:03:23,281 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'bb06ce2d-0b10-4e52-b296-03bc94d18965'] 2018-09-02 08:03:24,163 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid bb06ce2d-0b10-4e52-b296-03bc94d18965 -------------------------------------------------------------------------------- Task bb06ce2d-0b10-4e52-b296-03bc94d18965: 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 bb06ce2d-0b10-4e52-b296-03bc94d18965 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 5.318 | 5.318 | 5.318 | 5.318 | 5.318 | 5.318 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 0.788 | 100.0% | 1 | | -> glance_v2.upload_data | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 1.655 | 100.0% | 1 | | glance_v2.delete_image | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 0.96 | 100.0% | 1 | | total | 6.278 | 6.278 | 6.278 | 6.278 | 6.278 | 6.278 | 100.0% | 1 | | -> duration | 6.278 | 6.278 | 6.278 | 6.278 | 6.278 | 6.278 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.278162 Full duration: 17.536232 -------------------------------------------------------------------------------- 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 bb06ce2d-0b10-4e52-b296-03bc94d18965 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 4.846 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 0.837 | 100.0% | 1 | | -> glance_v2.upload_data | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 0.92 | 100.0% | 1 | | glance_v2.list_images | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 5.135 | 5.135 | 5.135 | 5.135 | 5.135 | 5.135 | 100.0% | 1 | | -> duration | 5.135 | 5.135 | 5.135 | 5.135 | 5.135 | 5.135 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 5.134632 Full duration: 19.198414 -------------------------------------------------------------------------------- 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 bb06ce2d-0b10-4e52-b296-03bc94d18965 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.69 | 0.69 | 0.69 | 0.69 | 0.69 | 0.69 | 100.0% | 1 | | total | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> duration | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.690631 Full duration: 10.827388 -------------------------------------------------------------------------------- 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": "3d45899e-d1b3-4eca-9f5a-867bf4e70164" } ], "flavor": { "name": "rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0" } }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task bb06ce2d-0b10-4e52-b296-03bc94d18965 has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | glance_v2.create_image | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 4.519 | 100.0% | 1 | | -> glance_v2.get_image (x2) | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 0.826 | 100.0% | 1 | | -> glance_v2.upload_data | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 1.028 | 100.0% | 1 | | nova.boot_servers | 20.603 | 20.603 | 20.603 | 20.603 | 20.603 | 20.603 | 100.0% | 1 | | total | 25.123 | 25.123 | 25.123 | 25.123 | 25.123 | 25.123 | 100.0% | 1 | | -> duration | 24.123 | 24.123 | 24.123 | 24.123 | 24.123 | 24.123 | 100.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 24.122793 Full duration: 49.590765 HINTS: * To plot HTML graphics with this data, run: rally task report bb06ce2d-0b10-4e52-b296-03bc94d18965 --out output.html * To generate a JUnit report, run: rally task export bb06ce2d-0b10-4e52-b296-03bc94d18965 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report bb06ce2d-0b10-4e52-b296-03bc94d18965 --json --out output.json 2018-09-02 08:03:24,163 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'bb06ce2d-0b10-4e52-b296-03bc94d18965', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.json'] 2018-09-02 08:03:26,681 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid bb06ce2d-0b10-4e52-b296-03bc94d18965 --out /home/opnfv/functest/results/rally/opnfv-glance.json 2018-09-02 08:03:26.580 1322 INFO rally.api [-] Building 'json' report for the following task(s): 'bb06ce2d-0b10-4e52-b296-03bc94d18965'. 2018-09-02 08:03:26.585 1322 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:03:26,681 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'bb06ce2d-0b10-4e52-b296-03bc94d18965', '--out', u'/home/opnfv/functest/results/rally/opnfv-glance.html'] 2018-09-02 08:03:29,296 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid bb06ce2d-0b10-4e52-b296-03bc94d18965 --out /home/opnfv/functest/results/rally/opnfv-glance.html 2018-09-02 08:03:29.175 1325 INFO rally.api [-] Building 'html' report for the following task(s): 'bb06ce2d-0b10-4e52-b296-03bc94d18965'. 2018-09-02 08:03:29.196 1325 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:03:29,299 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "glance" OK. 2018-09-02 08:03:29,299 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "cinder" ... 2018-09-02 08:03:29,299 - 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 08:03:29,299 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 08:03:29,304 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 08:03:29,305 - 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': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:07:20,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e5029412-31ff-4650-a28e-d7880591aa13 2018-09-02 08:07:20,585 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e5029412-31ff-4650-a28e-d7880591aa13'] 2018-09-02 08:07:21,429 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e5029412-31ff-4650-a28e-d7880591aa13 -------------------------------------------------------------------------------- Task e5029412-31ff-4650-a28e-d7880591aa13: 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 e5029412-31ff-4650-a28e-d7880591aa13 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.476 | 3.476 | 3.476 | 3.476 | 3.476 | 3.476 | 100.0% | 1 | | cinder_v2.delete_snapshot | 2.836 | 2.836 | 2.836 | 2.836 | 2.836 | 2.836 | 100.0% | 1 | | total | 6.313 | 6.313 | 6.313 | 6.313 | 6.313 | 6.313 | 100.0% | 1 | | -> duration | 6.313 | 6.313 | 6.313 | 6.313 | 6.313 | 6.313 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.312545 Full duration: 26.122436 -------------------------------------------------------------------------------- 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 e5029412-31ff-4650-a28e-d7880591aa13 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.602 | 3.602 | 3.602 | 3.602 | 3.602 | 3.602 | 100.0% | 1 | | cinder_v2.delete_volume | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 0.644 | 100.0% | 1 | | total | 4.246 | 4.246 | 4.246 | 4.246 | 4.246 | 4.246 | 100.0% | 1 | | -> duration | 4.246 | 4.246 | 4.246 | 4.246 | 4.246 | 4.246 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.245834 Full duration: 17.523365 -------------------------------------------------------------------------------- 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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0" }, "size": 1 }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e5029412-31ff-4650-a28e-d7880591aa13 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 | 9.834 | 9.834 | 9.834 | 9.834 | 9.834 | 9.834 | 100.0% | 1 | | cinder_v2.delete_volume | 2.793 | 2.793 | 2.793 | 2.793 | 2.793 | 2.793 | 100.0% | 1 | | total | 12.628 | 12.628 | 12.628 | 12.628 | 12.628 | 12.628 | 100.0% | 1 | | -> duration | 12.628 | 12.628 | 12.628 | 12.628 | 12.628 | 12.628 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.6276 Full duration: 27.140216 -------------------------------------------------------------------------------- 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 e5029412-31ff-4650-a28e-d7880591aa13 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.59 | 3.59 | 3.59 | 3.59 | 3.59 | 3.59 | 100.0% | 1 | | cinder_v2.delete_volume | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 0.588 | 100.0% | 1 | | total | 4.178 | 4.178 | 4.178 | 4.178 | 4.178 | 4.178 | 100.0% | 1 | | -> duration | 4.178 | 4.178 | 4.178 | 4.178 | 4.178 | 4.178 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.17839 Full duration: 17.627657 -------------------------------------------------------------------------------- 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 e5029412-31ff-4650-a28e-d7880591aa13 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.518 | 3.518 | 3.518 | 3.518 | 3.518 | 3.518 | 100.0% | 1 | | cinder_v2.extend_volume | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 0.576 | 100.0% | 1 | | cinder_v2.delete_volume | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 0.66 | 100.0% | 1 | | total | 4.755 | 4.755 | 4.755 | 4.755 | 4.755 | 4.755 | 100.0% | 1 | | -> duration | 4.755 | 4.755 | 4.755 | 4.755 | 4.755 | 4.755 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 4.754566 Full duration: 18.083863 -------------------------------------------------------------------------------- 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 e5029412-31ff-4650-a28e-d7880591aa13 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.562 | 3.562 | 3.562 | 3.562 | 3.562 | 3.562 | 100.0% | 1 | | cinder_v2.delete_volume | 2.731 | 2.731 | 2.731 | 2.731 | 2.731 | 2.731 | 100.0% | 1 | | total | 6.293 | 6.293 | 6.293 | 6.293 | 6.293 | 6.293 | 100.0% | 1 | | -> duration | 6.293 | 6.293 | 6.293 | 6.293 | 6.293 | 6.293 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 6.293471 Full duration: 25.981073 -------------------------------------------------------------------------------- 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 e5029412-31ff-4650-a28e-d7880591aa13 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 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 1.43 | 100.0% | 1 | | cinder_v2.list_qos | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 0.293 | 100.0% | 1 | | total | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 100.0% | 1 | | -> duration | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 1.725 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.724645 Full duration: 17.501123 -------------------------------------------------------------------------------- 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 e5029412-31ff-4650-a28e-d7880591aa13 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.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | cinder_v2.set_qos | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 0.334 | 100.0% | 1 | | total | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | -> duration | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 1.084 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.083922 Full duration: 16.807263 -------------------------------------------------------------------------------- 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 e5029412-31ff-4650-a28e-d7880591aa13 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.761 | 0.761 | 0.761 | 0.761 | 0.761 | 0.761 | 100.0% | 1 | | cinder_v2.list_types | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 0.341 | 100.0% | 1 | | total | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | -> duration | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 1.103 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.103346 Full duration: 16.752611 -------------------------------------------------------------------------------- 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 e5029412-31ff-4650-a28e-d7880591aa13 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.764 | 0.764 | 0.764 | 0.764 | 0.764 | 0.764 | 100.0% | 1 | | cinder_v2.create_encryption_type | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 0.328 | 100.0% | 1 | | total | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 100.0% | 1 | | -> duration | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 1.092 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.092197 Full duration: 16.97839 HINTS: * To plot HTML graphics with this data, run: rally task report e5029412-31ff-4650-a28e-d7880591aa13 --out output.html * To generate a JUnit report, run: rally task export e5029412-31ff-4650-a28e-d7880591aa13 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e5029412-31ff-4650-a28e-d7880591aa13 --json --out output.json 2018-09-02 08:07:21,429 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e5029412-31ff-4650-a28e-d7880591aa13', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.json'] 2018-09-02 08:07:23,953 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e5029412-31ff-4650-a28e-d7880591aa13 --out /home/opnfv/functest/results/rally/opnfv-cinder.json 2018-09-02 08:07:23.846 3114 INFO rally.api [-] Building 'json' report for the following task(s): 'e5029412-31ff-4650-a28e-d7880591aa13'. 2018-09-02 08:07:23.855 3114 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:07:23,954 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e5029412-31ff-4650-a28e-d7880591aa13', '--out', u'/home/opnfv/functest/results/rally/opnfv-cinder.html'] 2018-09-02 08:07:26,550 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e5029412-31ff-4650-a28e-d7880591aa13 --out /home/opnfv/functest/results/rally/opnfv-cinder.html 2018-09-02 08:07:26.425 3117 INFO rally.api [-] Building 'html' report for the following task(s): 'e5029412-31ff-4650-a28e-d7880591aa13'. 2018-09-02 08:07:26.452 3117 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:07:26,558 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "cinder" OK. 2018-09-02 08:07:26,558 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "gnocchi" ... 2018-09-02 08:07:26,559 - 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 08:07:26,559 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 08:07:26,565 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 08:07:26,565 - 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': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:09:56,348 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : a361099e-1c85-4467-9777-a8352ceed7af 2018-09-02 08:09:56,349 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'a361099e-1c85-4467-9777-a8352ceed7af'] 2018-09-02 08:09:57,350 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid a361099e-1c85-4467-9777-a8352ceed7af -------------------------------------------------------------------------------- Task a361099e-1c85-4467-9777-a8352ceed7af: 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 a361099e-1c85-4467-9777-a8352ceed7af 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.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | total | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> duration | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 0.861 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.860954 Full duration: 9.940187 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | total | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> duration | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 0.728 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.727669 Full duration: 10.120316 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.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.858352 Full duration: 10.317389 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.753 | 0.753 | 0.753 | 0.753 | 0.753 | 0.753 | 100.0% | 1 | | gnocchi.delete_archive_policy_rule | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 0.28 | 100.0% | 1 | | total | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | -> duration | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 1.034 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.033953 Full duration: 10.897243 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | total | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> duration | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 0.697 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.697489 Full duration: 9.981819 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.703 | 0.703 | 0.703 | 0.703 | 0.703 | 0.703 | 100.0% | 1 | | gnocchi.delete_archive_policy | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 0.284 | 100.0% | 1 | | total | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 100.0% | 1 | | -> duration | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 0.987 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.987422 Full duration: 10.861346 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | total | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> duration | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 0.689 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.689361 Full duration: 10.064202 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.318 | 1.318 | 1.318 | 1.318 | 1.318 | 1.318 | 100.0% | 1 | | gnocchi.delete_resource_type | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 0.454 | 100.0% | 1 | | total | 1.772 | 1.772 | 1.772 | 1.772 | 1.772 | 1.772 | 100.0% | 1 | | -> duration | 1.772 | 1.772 | 1.772 | 1.772 | 1.772 | 1.772 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.77218 Full duration: 12.170693 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | total | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> duration | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 0.705 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.705184 Full duration: 9.86994 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.982 | 0.982 | 0.982 | 0.982 | 0.982 | 0.982 | 100.0% | 1 | | gnocchi.delete_metric | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 0.306 | 100.0% | 1 | | total | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | -> duration | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 1.289 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.288593 Full duration: 11.502443 -------------------------------------------------------------------------------- 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 a361099e-1c85-4467-9777-a8352ceed7af 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.718 | 0.718 | 0.718 | 0.718 | 0.718 | 0.718 | 100.0% | 1 | | gnocchi.delete_resource | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | -> duration | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.004837 Full duration: 11.093957 HINTS: * To plot HTML graphics with this data, run: rally task report a361099e-1c85-4467-9777-a8352ceed7af --out output.html * To generate a JUnit report, run: rally task export a361099e-1c85-4467-9777-a8352ceed7af --type junit --to output.xml * To get raw JSON output of task results, run: rally task report a361099e-1c85-4467-9777-a8352ceed7af --json --out output.json 2018-09-02 08:09:57,351 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'a361099e-1c85-4467-9777-a8352ceed7af', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.json'] 2018-09-02 08:09:59,839 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid a361099e-1c85-4467-9777-a8352ceed7af --out /home/opnfv/functest/results/rally/opnfv-gnocchi.json 2018-09-02 08:09:59.729 4252 INFO rally.api [-] Building 'json' report for the following task(s): 'a361099e-1c85-4467-9777-a8352ceed7af'. 2018-09-02 08:09:59.738 4252 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:09:59,839 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'a361099e-1c85-4467-9777-a8352ceed7af', '--out', u'/home/opnfv/functest/results/rally/opnfv-gnocchi.html'] 2018-09-02 08:10:02,303 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid a361099e-1c85-4467-9777-a8352ceed7af --out /home/opnfv/functest/results/rally/opnfv-gnocchi.html 2018-09-02 08:10:02.174 4255 INFO rally.api [-] Building 'html' report for the following task(s): 'a361099e-1c85-4467-9777-a8352ceed7af'. 2018-09-02 08:10:02.201 4255 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:10:02,316 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "gnocchi" OK. 2018-09-02 08:10:02,316 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "heat" ... 2018-09-02 08:10:02,317 - 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 08:10:02,317 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 08:10:02,328 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 08:10:02,329 - 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': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:12:30,186 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : cde76ded-938b-478c-bd39-2a61405bb113 2018-09-02 08:12:30,187 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'cde76ded-938b-478c-bd39-2a61405bb113'] 2018-09-02 08:12:31,122 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid cde76ded-938b-478c-bd39-2a61405bb113 -------------------------------------------------------------------------------- Task cde76ded-938b-478c-bd39-2a61405bb113: 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 cde76ded-938b-478c-bd39-2a61405bb113 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 | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 8.382 | 100.0% | 1 | | heat.update_stack | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 5.847 | 100.0% | 1 | | heat.delete_stack | 4.295 | 4.295 | 4.295 | 4.295 | 4.295 | 4.295 | 100.0% | 1 | | total | 18.524 | 18.524 | 18.524 | 18.524 | 18.524 | 18.524 | 100.0% | 1 | | -> duration | 14.524 | 14.524 | 14.524 | 14.524 | 14.524 | 14.524 | 100.0% | 1 | | -> idle_duration | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 4.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.524487 Full duration: 34.353947 -------------------------------------------------------------------------------- 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 cde76ded-938b-478c-bd39-2a61405bb113 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.295 | 7.295 | 7.295 | 7.295 | 7.295 | 7.295 | 100.0% | 1 | | heat.check_stack | 2.138 | 2.138 | 2.138 | 2.138 | 2.138 | 2.138 | 100.0% | 1 | | heat.delete_stack | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 1.731 | 100.0% | 1 | | total | 11.164 | 11.164 | 11.164 | 11.164 | 11.164 | 11.164 | 100.0% | 1 | | -> duration | 9.164 | 9.164 | 9.164 | 9.164 | 9.164 | 9.164 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.163955 Full duration: 30.221048 -------------------------------------------------------------------------------- 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 cde76ded-938b-478c-bd39-2a61405bb113 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 | 6.239 | 6.239 | 6.239 | 6.239 | 6.239 | 6.239 | 100.0% | 1 | | heat.suspend_stack | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 1.52 | 100.0% | 1 | | heat.resume_stack | 1.935 | 1.935 | 1.935 | 1.935 | 1.935 | 1.935 | 100.0% | 1 | | heat.delete_stack | 2.05 | 2.05 | 2.05 | 2.05 | 2.05 | 2.05 | 100.0% | 1 | | total | 11.745 | 11.745 | 11.745 | 11.745 | 11.745 | 11.745 | 100.0% | 1 | | -> duration | 9.745 | 9.745 | 9.745 | 9.745 | 9.745 | 9.745 | 100.0% | 1 | | -> idle_duration | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 2.0 | 100.0% | 1 | +--------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.744639 Full duration: 27.68744 -------------------------------------------------------------------------------- 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 cde76ded-938b-478c-bd39-2a61405bb113 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.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | total | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> duration | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 0.732 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.73243 Full duration: 16.267755 HINTS: * To plot HTML graphics with this data, run: rally task report cde76ded-938b-478c-bd39-2a61405bb113 --out output.html * To generate a JUnit report, run: rally task export cde76ded-938b-478c-bd39-2a61405bb113 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report cde76ded-938b-478c-bd39-2a61405bb113 --json --out output.json 2018-09-02 08:12:31,123 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'cde76ded-938b-478c-bd39-2a61405bb113', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.json'] 2018-09-02 08:12:33,635 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid cde76ded-938b-478c-bd39-2a61405bb113 --out /home/opnfv/functest/results/rally/opnfv-heat.json 2018-09-02 08:12:33.535 5168 INFO rally.api [-] Building 'json' report for the following task(s): 'cde76ded-938b-478c-bd39-2a61405bb113'. 2018-09-02 08:12:33.540 5168 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:12:33,635 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'cde76ded-938b-478c-bd39-2a61405bb113', '--out', u'/home/opnfv/functest/results/rally/opnfv-heat.html'] 2018-09-02 08:12:36,360 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid cde76ded-938b-478c-bd39-2a61405bb113 --out /home/opnfv/functest/results/rally/opnfv-heat.html 2018-09-02 08:12:36.244 5171 INFO rally.api [-] Building 'html' report for the following task(s): 'cde76ded-938b-478c-bd39-2a61405bb113'. 2018-09-02 08:12:36.264 5171 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:12:36,366 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "heat" OK. 2018-09-02 08:12:36,367 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "keystone" ... 2018-09-02 08:12:36,367 - 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 08:12:36,367 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 08:12:36,378 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 08:12:36,379 - 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': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:16:49,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : c6801331-0a50-4d55-bab0-f14a59ec534e 2018-09-02 08:16:49,224 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'c6801331-0a50-4d55-bab0-f14a59ec534e'] 2018-09-02 08:16:50,237 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid c6801331-0a50-4d55-bab0-f14a59ec534e -------------------------------------------------------------------------------- Task c6801331-0a50-4d55-bab0-f14a59ec534e: 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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.785 | 0.785 | 0.785 | 0.785 | 0.785 | 0.785 | 100.0% | 1 | | keystone_v3.add_role | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 0.236 | 100.0% | 1 | | keystone_v3.revoke_role | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 0.181 | 100.0% | 1 | | total | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 100.0% | 1 | | -> duration | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 1.202 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.202252 Full duration: 19.783179 -------------------------------------------------------------------------------- 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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.741 | 0.741 | 0.741 | 0.741 | 0.741 | 0.741 | 100.0% | 1 | | keystone_v3.add_role | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 0.337 | 100.0% | 1 | | keystone_v3.list_roles | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 0.213 | 100.0% | 1 | | total | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | -> duration | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 1.292 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.291518 Full duration: 19.52454 -------------------------------------------------------------------------------- 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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.132 | 1.132 | 1.132 | 1.132 | 1.132 | 1.132 | 100.0% | 1 | | keystone_v3.list_projects | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 0.196 | 100.0% | 1 | | total | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 100.0% | 1 | | -> duration | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 1.328 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.328469 Full duration: 19.826776 -------------------------------------------------------------------------------- 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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.799 | 0.799 | 0.799 | 0.799 | 0.799 | 0.799 | 100.0% | 1 | | keystone_v3.delete_role | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 0.151 | 100.0% | 1 | | total | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> duration | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 0.951 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.950733 Full duration: 17.207195 -------------------------------------------------------------------------------- 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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.787 | 0.787 | 0.787 | 0.787 | 0.787 | 0.787 | 100.0% | 1 | | keystone_v3.delete_service | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 0.217 | 100.0% | 1 | | total | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | -> duration | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 1.005 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.004675 Full duration: 16.772514 -------------------------------------------------------------------------------- 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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.105 | 1.105 | 1.105 | 1.105 | 1.105 | 1.105 | 100.0% | 1 | | keystone_v3.create_user | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 0.978 | 100.0% | 1 | | -> keystone_v3.list_roles | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 0.2 | 100.0% | 1 | | -> keystone_v3.add_role | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 0.239 | 100.0% | 1 | | keystone_v3.create_role | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 0.145 | 100.0% | 1 | | keystone_v3.get_project | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 0.108 | 100.0% | 1 | | keystone_v3.get_user | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 0.161 | 100.0% | 1 | | keystone_v3.get_role | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 0.193 | 100.0% | 1 | | keystone_v3.list_services | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 0.185 | 100.0% | 1 | | keystone_v3.get_services | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 0.286 | 100.0% | 1 | | total | 3.359 | 3.359 | 3.359 | 3.359 | 3.359 | 3.359 | 100.0% | 1 | | -> duration | 3.359 | 3.359 | 3.359 | 3.359 | 3.359 | 3.359 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.359273 Full duration: 26.954691 -------------------------------------------------------------------------------- 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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.04 | 1.04 | 1.04 | 1.04 | 1.04 | 1.04 | 100.0% | 1 | | keystone_v3.update_project | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 0.184 | 100.0% | 1 | | keystone_v3.delete_project | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 0.247 | 100.0% | 1 | | total | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 100.0% | 1 | | -> duration | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 1.472 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.472274 Full duration: 17.575388 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_user args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c6801331-0a50-4d55-bab0-f14a59ec534e 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.957 | 0.957 | 0.957 | 0.957 | 0.957 | 0.957 | 100.0% | 1 | | total | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | -> duration | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 1.127 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.126916 Full duration: 19.599706 -------------------------------------------------------------------------------- test scenario KeystoneBasic.create_tenant args position 0 args values: { "runner": { "concurrency": 1, "times": 1 }, "contexts": {}, "args": {}, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task c6801331-0a50-4d55-bab0-f14a59ec534e 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.021 | 1.021 | 1.021 | 1.021 | 1.021 | 1.021 | 100.0% | 1 | | total | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> duration | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 1.022 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.021578 Full duration: 20.019734 -------------------------------------------------------------------------------- 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 1.138 | 100.0% | 1 | | keystone_v3.list_users | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 0.221 | 100.0% | 1 | | total | 1.564 | 1.564 | 1.564 | 1.564 | 1.564 | 1.564 | 100.0% | 1 | | -> duration | 1.564 | 1.564 | 1.564 | 1.564 | 1.564 | 1.564 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.563657 Full duration: 19.844412 -------------------------------------------------------------------------------- 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 c6801331-0a50-4d55-bab0-f14a59ec534e 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.212 | 1.212 | 1.212 | 1.212 | 1.212 | 1.212 | 100.0% | 1 | | keystone_v3.create_users | 8.96 | 8.96 | 8.96 | 8.96 | 8.96 | 8.96 | 100.0% | 1 | | -> keystone_v3.create_user (x10) | 8.959 | 8.959 | 8.959 | 8.959 | 8.959 | 8.959 | 100.0% | 1 | | --> keystone_v3.list_roles (x10) | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 1.741 | 100.0% | 1 | | --> keystone_v3.add_role (x10) | 2.214 | 2.214 | 2.214 | 2.214 | 2.214 | 2.214 | 100.0% | 1 | | total | 11.808 | 11.808 | 11.808 | 11.808 | 11.808 | 11.808 | 100.0% | 1 | | -> duration | 11.808 | 11.808 | 11.808 | 11.808 | 11.808 | 11.808 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 11.808116 Full duration: 33.485346 HINTS: * To plot HTML graphics with this data, run: rally task report c6801331-0a50-4d55-bab0-f14a59ec534e --out output.html * To generate a JUnit report, run: rally task export c6801331-0a50-4d55-bab0-f14a59ec534e --type junit --to output.xml * To get raw JSON output of task results, run: rally task report c6801331-0a50-4d55-bab0-f14a59ec534e --json --out output.json 2018-09-02 08:16:50,238 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'c6801331-0a50-4d55-bab0-f14a59ec534e', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.json'] 2018-09-02 08:16:52,840 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid c6801331-0a50-4d55-bab0-f14a59ec534e --out /home/opnfv/functest/results/rally/opnfv-keystone.json 2018-09-02 08:16:52.733 7086 INFO rally.api [-] Building 'json' report for the following task(s): 'c6801331-0a50-4d55-bab0-f14a59ec534e'. 2018-09-02 08:16:52.744 7086 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:16:52,841 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'c6801331-0a50-4d55-bab0-f14a59ec534e', '--out', u'/home/opnfv/functest/results/rally/opnfv-keystone.html'] 2018-09-02 08:16:55,444 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid c6801331-0a50-4d55-bab0-f14a59ec534e --out /home/opnfv/functest/results/rally/opnfv-keystone.html 2018-09-02 08:16:55.317 7089 INFO rally.api [-] Building 'html' report for the following task(s): 'c6801331-0a50-4d55-bab0-f14a59ec534e'. 2018-09-02 08:16:55.347 7089 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:16:55,459 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "keystone" OK. 2018-09-02 08:16:55,460 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "neutron" ... 2018-09-02 08:16:55,460 - 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 08:16:55,460 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 08:16:55,471 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 08:16:55,472 - 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': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:25:16,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 1c25006d-f9ad-434c-9e27-d228c817e0ec 2018-09-02 08:25:16,786 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '1c25006d-f9ad-434c-9e27-d228c817e0ec'] 2018-09-02 08:25:17,828 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 1c25006d-f9ad-434c-9e27-d228c817e0ec -------------------------------------------------------------------------------- Task 1c25006d-f9ad-434c-9e27-d228c817e0ec: 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.047 | 1.047 | 1.047 | 1.047 | 1.047 | 1.047 | 100.0% | 1 | | neutron.delete_network | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 0.921 | 100.0% | 1 | | total | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 100.0% | 1 | | -> duration | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 1.969 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.968711 Full duration: 19.278395 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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 | 2.127 | 2.127 | 2.127 | 2.127 | 2.127 | 2.127 | 100.0% | 1 | | neutron.delete_port | 1.187 | 1.187 | 1.187 | 1.187 | 1.187 | 1.187 | 100.0% | 1 | | total | 3.314 | 3.314 | 3.314 | 3.314 | 3.314 | 3.314 | 100.0% | 1 | | -> duration | 3.314 | 3.314 | 3.314 | 3.314 | 3.314 | 3.314 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.314305 Full duration: 50.377043 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.943 | 0.943 | 0.943 | 0.943 | 0.943 | 0.943 | 100.0% | 1 | | neutron.create_subnet | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 1.234 | 100.0% | 1 | | neutron.create_router | 4.35 | 4.35 | 4.35 | 4.35 | 4.35 | 4.35 | 100.0% | 1 | | neutron.add_interface_router | 3.001 | 3.001 | 3.001 | 3.001 | 3.001 | 3.001 | 100.0% | 1 | | neutron.remove_interface_router | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 2.469 | 100.0% | 1 | | neutron.delete_router | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 2.636 | 100.0% | 1 | | total | 14.632 | 14.632 | 14.632 | 14.632 | 14.632 | 14.632 | 100.0% | 1 | | -> duration | 14.632 | 14.632 | 14.632 | 14.632 | 14.632 | 14.632 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 14.63244 Full duration: 65.158532 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.506 | 1.506 | 1.506 | 1.506 | 1.506 | 1.506 | 100.0% | 1 | | neutron.delete_subnet | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 1.434 | 100.0% | 1 | | total | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | -> duration | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 2.941 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.94065 Full duration: 47.884692 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.003 | 1.003 | 1.003 | 1.003 | 1.003 | 1.003 | 100.0% | 1 | | neutron.list_networks | 0.365 | 0.365 | 0.365 | 0.365 | 0.365 | 0.365 | 100.0% | 1 | | total | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | -> duration | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 1.369 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.368893 Full duration: 21.540526 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.748 | 1.748 | 1.748 | 1.748 | 1.748 | 1.748 | 100.0% | 1 | | neutron.list_ports | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 0.342 | 100.0% | 1 | | total | 2.09 | 2.09 | 2.09 | 2.09 | 2.09 | 2.09 | 100.0% | 1 | | -> duration | 2.09 | 2.09 | 2.09 | 2.09 | 2.09 | 2.09 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +---------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 2.090315 Full duration: 52.279405 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.037 | 1.037 | 1.037 | 1.037 | 1.037 | 1.037 | 100.0% | 1 | | neutron.create_subnet | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 1.126 | 100.0% | 1 | | neutron.create_router | 3.751 | 3.751 | 3.751 | 3.751 | 3.751 | 3.751 | 100.0% | 1 | | neutron.add_interface_router | 2.904 | 2.904 | 2.904 | 2.904 | 2.904 | 2.904 | 100.0% | 1 | | neutron.list_routers | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 0.314 | 100.0% | 1 | | total | 9.131 | 9.131 | 9.131 | 9.131 | 9.131 | 9.131 | 100.0% | 1 | | -> duration | 9.131 | 9.131 | 9.131 | 9.131 | 9.131 | 9.131 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 9.13147 Full duration: 70.475064 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.555 | 1.555 | 1.555 | 1.555 | 1.555 | 1.555 | 100.0% | 1 | | neutron.create_subnet | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 1.407 | 100.0% | 1 | | neutron.list_subnets | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 0.265 | 100.0% | 1 | | total | 3.227 | 3.227 | 3.227 | 3.227 | 3.227 | 3.227 | 100.0% | 1 | | -> duration | 3.227 | 3.227 | 3.227 | 3.227 | 3.227 | 3.227 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.226959 Full duration: 55.358139 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.948 | 0.948 | 0.948 | 0.948 | 0.948 | 0.948 | 100.0% | 1 | | neutron.delete_security_group | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 0.636 | 100.0% | 1 | | total | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 100.0% | 1 | | -> duration | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 1.584 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.583873 Full duration: 20.035668 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec has 0 error(s) -------------------------------------------------------------------------------- +---------------------------------------------------------------------------------------------------------------------------------------+ | Response Times (sec) | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | Action | Min (sec) | Median (sec) | 90%ile (sec) | 95%ile (sec) | Max (sec) | Avg (sec) | Success | Count | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ | neutron.create_security_group | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 1.337 | 100.0% | 1 | | neutron.create_security_group_rule | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 0.424 | 100.0% | 1 | | neutron.delete_security_group_rule | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 0.75 | 100.0% | 1 | | neutron.delete_security_group | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 0.691 | 100.0% | 1 | | total | 3.202 | 3.202 | 3.202 | 3.202 | 3.202 | 3.202 | 100.0% | 1 | | -> duration | 3.202 | 3.202 | 3.202 | 3.202 | 3.202 | 3.202 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +------------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 3.201833 Full duration: 20.946837 -------------------------------------------------------------------------------- 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 1c25006d-f9ad-434c-9e27-d228c817e0ec 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.004 | 1.004 | 1.004 | 1.004 | 1.004 | 1.004 | 100.0% | 1 | | neutron.create_router | 4.95 | 4.95 | 4.95 | 4.95 | 4.95 | 4.95 | 100.0% | 1 | | neutron.add_gateway_router | 2.853 | 2.853 | 2.853 | 2.853 | 2.853 | 2.853 | 100.0% | 1 | | neutron.remove_gateway_router | 3.376 | 3.376 | 3.376 | 3.376 | 3.376 | 3.376 | 100.0% | 1 | | total | 12.184 | 12.184 | 12.184 | 12.184 | 12.184 | 12.184 | 100.0% | 1 | | -> duration | 12.184 | 12.184 | 12.184 | 12.184 | 12.184 | 12.184 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +-------------------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 12.184176 Full duration: 45.770272 HINTS: * To plot HTML graphics with this data, run: rally task report 1c25006d-f9ad-434c-9e27-d228c817e0ec --out output.html * To generate a JUnit report, run: rally task export 1c25006d-f9ad-434c-9e27-d228c817e0ec --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 1c25006d-f9ad-434c-9e27-d228c817e0ec --json --out output.json 2018-09-02 08:25:17,829 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '1c25006d-f9ad-434c-9e27-d228c817e0ec', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.json'] 2018-09-02 08:25:20,661 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 1c25006d-f9ad-434c-9e27-d228c817e0ec --out /home/opnfv/functest/results/rally/opnfv-neutron.json 2018-09-02 08:25:20.480 10384 INFO rally.api [-] Building 'json' report for the following task(s): '1c25006d-f9ad-434c-9e27-d228c817e0ec'. 2018-09-02 08:25:20.512 10384 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:25:20,662 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '1c25006d-f9ad-434c-9e27-d228c817e0ec', '--out', u'/home/opnfv/functest/results/rally/opnfv-neutron.html'] 2018-09-02 08:25:23,316 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 1c25006d-f9ad-434c-9e27-d228c817e0ec --out /home/opnfv/functest/results/rally/opnfv-neutron.html 2018-09-02 08:25:23.185 10387 INFO rally.api [-] Building 'html' report for the following task(s): '1c25006d-f9ad-434c-9e27-d228c817e0ec'. 2018-09-02 08:25:23.217 10387 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:25:23,325 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "neutron" OK. 2018-09-02 08:25:23,325 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "nova" ... 2018-09-02 08:25:23,325 - 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 08:25:23,326 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 08:25:23,331 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 08:25:23,332 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'start', '--abort-on-sla-failure', '--task', '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/task.yaml', '--task-args', "{'smoke': True, 'tmpl_dir': '/usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/rally/scenario/templates', 'floating_network': 'external', 'service_list': ['nova'], 'concurrency': 4, 'netid': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:26:58,285 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : e82b4225-8726-472b-bded-69eaee7dee05 2018-09-02 08:26:58,285 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', 'e82b4225-8726-472b-bded-69eaee7dee05'] 2018-09-02 08:26:59,253 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid e82b4225-8726-472b-bded-69eaee7dee05 -------------------------------------------------------------------------------- Task e82b4225-8726-472b-bded-69eaee7dee05: 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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0" }, "image": { "name": "rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0" }, "nics": [ { "net-id": "3d45899e-d1b3-4eca-9f5a-867bf4e70164" } ] }, "sla": { "failure_rate": { "max": 0 } }, "hooks": [] } -------------------------------------------------------------------------------- Task e82b4225-8726-472b-bded-69eaee7dee05 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 | 17.564 | 17.564 | 17.564 | 17.564 | 17.564 | 17.564 | 100.0% | 1 | | nova.live_migrate | 15.721 | 15.721 | 15.721 | 15.721 | 15.721 | 15.721 | 0.0% | 1 | | total | 33.285 | 33.285 | 33.285 | 33.285 | 33.285 | 33.285 | 0.0% | 1 | | -> duration | 32.285 | 32.285 | 32.285 | 32.285 | 32.285 | 32.285 | 0.0% | 1 | | -> idle_duration | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 1.0 | 0.0% | 1 | +-------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 32.285044 Full duration: 51.730676 HINTS: * To plot HTML graphics with this data, run: rally task report e82b4225-8726-472b-bded-69eaee7dee05 --out output.html * To generate a JUnit report, run: rally task export e82b4225-8726-472b-bded-69eaee7dee05 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report e82b4225-8726-472b-bded-69eaee7dee05 --json --out output.json At least one workload did not pass SLA criteria. 2018-09-02 08:26:59,254 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', 'e82b4225-8726-472b-bded-69eaee7dee05', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.json'] 2018-09-02 08:27:01,784 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid e82b4225-8726-472b-bded-69eaee7dee05 --out /home/opnfv/functest/results/rally/opnfv-nova.json 2018-09-02 08:27:01.687 10622 INFO rally.api [-] Building 'json' report for the following task(s): 'e82b4225-8726-472b-bded-69eaee7dee05'. 2018-09-02 08:27:01.689 10622 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:27:01,784 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', 'e82b4225-8726-472b-bded-69eaee7dee05', '--out', u'/home/opnfv/functest/results/rally/opnfv-nova.html'] 2018-09-02 08:27:04,374 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid e82b4225-8726-472b-bded-69eaee7dee05 --out /home/opnfv/functest/results/rally/opnfv-nova.html 2018-09-02 08:27:04.262 10625 INFO rally.api [-] Building 'html' report for the following task(s): 'e82b4225-8726-472b-bded-69eaee7dee05'. 2018-09-02 08:27:04.279 10625 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:27:04,376 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "nova" Failed. 2018-09-02 08:27:04,376 - functest.opnfv_tests.openstack.rally.rally - INFO - Starting test scenario "quotas" ... 2018-09-02 08:27:04,376 - 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 08:27:04,377 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Applying blacklist... 2018-09-02 08:27:04,387 - functest.opnfv_tests.openstack.rally.rally - DEBUG - Blacklisted tests: [u'Quotas.nova_update_and_delete'] 2018-09-02 08:27:04,387 - 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': '3d45899e-d1b3-4eca-9f5a-867bf4e70164', 'tenants_amount': 3, 'image_name': 'rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', 'flavor_name': 'rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0', '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 08:28:13,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - task_id : 22d57032-3383-416f-9e5a-65105224fac9 2018-09-02 08:28:13,165 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'detailed', '--uuid', '22d57032-3383-416f-9e5a-65105224fac9'] 2018-09-02 08:28:14,053 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task detailed --uuid 22d57032-3383-416f-9e5a-65105224fac9 -------------------------------------------------------------------------------- Task 22d57032-3383-416f-9e5a-65105224fac9: 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 22d57032-3383-416f-9e5a-65105224fac9 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.961 | 0.961 | 0.961 | 0.961 | 0.961 | 0.961 | 100.0% | 1 | | quotas.delete_quotas | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 0.288 | 100.0% | 1 | | total | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 100.0% | 1 | | -> duration | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 1.249 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.248789 Full duration: 12.537934 -------------------------------------------------------------------------------- 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 22d57032-3383-416f-9e5a-65105224fac9 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.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | total | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> duration | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 0.848 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.847977 Full duration: 11.703322 -------------------------------------------------------------------------------- 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 22d57032-3383-416f-9e5a-65105224fac9 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.439 | 0.439 | 0.439 | 0.439 | 0.439 | 0.439 | 100.0% | 1 | | total | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> duration | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 0.882 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 0.88195 Full duration: 11.7889 -------------------------------------------------------------------------------- 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 22d57032-3383-416f-9e5a-65105224fac9 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.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | total | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | -> duration | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 1.537 | 100.0% | 1 | | -> idle_duration | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 0.0 | 100.0% | 1 | +----------------------+-----------+--------------+--------------+--------------+-----------+-----------+---------+-------+ Load duration: 1.536852 Full duration: 12.547297 HINTS: * To plot HTML graphics with this data, run: rally task report 22d57032-3383-416f-9e5a-65105224fac9 --out output.html * To generate a JUnit report, run: rally task export 22d57032-3383-416f-9e5a-65105224fac9 --type junit --to output.xml * To get raw JSON output of task results, run: rally task report 22d57032-3383-416f-9e5a-65105224fac9 --json --out output.json 2018-09-02 08:28:14,054 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--json', '--uuid', '22d57032-3383-416f-9e5a-65105224fac9', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.json'] 2018-09-02 08:28:16,453 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --json --uuid 22d57032-3383-416f-9e5a-65105224fac9 --out /home/opnfv/functest/results/rally/opnfv-quotas.json 2018-09-02 08:28:16.347 11138 INFO rally.api [-] Building 'json' report for the following task(s): '22d57032-3383-416f-9e5a-65105224fac9'. 2018-09-02 08:28:16.351 11138 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:28:16,453 - functest.opnfv_tests.openstack.rally.rally - DEBUG - running command: ['rally', 'task', 'report', '--html', '--uuid', '22d57032-3383-416f-9e5a-65105224fac9', '--out', u'/home/opnfv/functest/results/rally/opnfv-quotas.html'] 2018-09-02 08:28:19,043 - functest.opnfv_tests.openstack.rally.rally - INFO - rally task report --html --uuid 22d57032-3383-416f-9e5a-65105224fac9 --out /home/opnfv/functest/results/rally/opnfv-quotas.html 2018-09-02 08:28:18.928 11141 INFO rally.api [-] Building 'html' report for the following task(s): '22d57032-3383-416f-9e5a-65105224fac9'. 2018-09-02 08:28:18.948 11141 INFO rally.api [-] The report has been successfully built. 2018-09-02 08:28:19,048 - functest.opnfv_tests.openstack.rally.rally - INFO - Test scenario: "quotas" OK. 2018-09-02 08:28:19,052 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally Summary Report: +----------------+------------+----------------+-----------+ | Module | Duration | nb. Test Run | Success | +----------------+------------+----------------+-----------+ | authenticate | 01:03 | 6 | 100.00% | | glance | 01:37 | 4 | 100.00% | | cinder | 03:20 | 10 | 100.00% | | gnocchi | 01:56 | 11 | 100.00% | | heat | 01:48 | 4 | 100.00% | | keystone | 03:50 | 11 | 100.00% | | neutron | 07:49 | 11 | 100.00% | | nova | 00:51 | 1 | 0.00% | | quotas | 00:48 | 4 | 100.00% | | | | | | | TOTAL: | 00:23:06 | 62 | 98.39% | +----------------+------------+----------------+-----------+ 2018-09-02 08:28:19,052 - functest.opnfv_tests.openstack.rally.rally - INFO - Rally 'rally_sanity' success_rate is 98.39% in 8/9 modules 2018-09-02 08:28:19,180 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 08:28:19,180 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | rally_sanity | functest | 28:51 | FAIL | +----------------------+------------------+------------------+----------------+ 2018-09-02 08:28:19,186 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 08:28:19,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:19,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28: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-d63fb937-fb41-442e-9e5e-8aface4c12b7 x-compute-request-id: req-d63fb937-fb41-442e-9e5e-8aface4c12b7 Content-Encoding: gzip Content-Length: 368 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_alt_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69", "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": "0c4055ab-fefd-429f-9ec6-071c02fe3c69"}, {"name": "rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec", "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": "6c624b73-aada-4bde-883e-e1ccd3dad5ec"}]} 2018-09-02 08:28:19,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d63fb937-fb41-442e-9e5e-8aface4c12b7 2018-09-02 08:28:19,904 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.717498064041s 2018-09-02 08:28:19,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-d63fb937-fb41-442e-9e5e-8aface4c12b7 2018-09-02 08:28:19,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 08:28:19,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:19,938 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08:28: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-377945b2-5833-4672-ab84-c9cad5790c8d x-compute-request-id: req-377945b2-5833-4672-ab84-c9cad5790c8d Content-Length: 0 Content-Type: application/json 2018-09-02 08:28:19,939 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69 used request id req-377945b2-5833-4672-ab84-c9cad5790c8d 2018-09-02 08:28:19,939 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0323081016541s 2018-09-02 08:28:19,939 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/0c4055ab-fefd-429f-9ec6-071c02fe3c69 used request id req-377945b2-5833-4672-ab84-c9cad5790c8d 2018-09-02 08:28:19,939 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 08:28:19,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb/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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" -d '{"subnet_id": "34dc3897-4963-4d08-b191-eec71c81d28f"}' 2018-09-02 08:28:22,943 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-7b328c06-888b-4080-b327-b1a1204f6380 Date: Sun, 02 Sep 2018 08:28:22 GMT RESP BODY: {"network_id": "3d45899e-d1b3-4eca-9f5a-867bf4e70164", "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "subnet_id": "34dc3897-4963-4d08-b191-eec71c81d28f", "subnet_ids": ["34dc3897-4963-4d08-b191-eec71c81d28f"], "port_id": "d405fd50-eab0-49d3-9861-f883162f3d3f", "id": "459c7aa9-4672-4dc3-9689-9d2a0791f4bb"} 2018-09-02 08:28:22,943 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb/remove_router_interface.json used request id req-7b328c06-888b-4080-b327-b1a1204f6380 2018-09-02 08:28:22,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 3.00409793854s 2018-09-02 08:28:22,944 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb/remove_router_interface.json used request id req-7b328c06-888b-4080-b327-b1a1204f6380 returning object 459c7aa9-4672-4dc3-9689-9d2a0791f4bb 2018-09-02 08:28:22,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 08:28:22,945 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 08:28:23,342 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1714 X-Openstack-Request-Id: req-bfd90b46-9ae7-4789-8f00-d84020f7535b Date: Sun, 02 Sep 2018 08:28:23 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "created_at": "2018-09-02T07:59:31Z", "admin_state_up": true, "updated_at": "2018-09-02T08:28:21Z", "project_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "459c7aa9-4672-4dc3-9689-9d2a0791f4bb", "name": "rally_sanity-router_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2fb44061039d408fb38b482cf2dfa1eb", "created_at": "2018-09-02T07:46:20Z", "admin_state_up": false, "updated_at": "2018-09-02T07:46:20Z", "project_id": "2fb44061039d408fb38b482cf2dfa1eb", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4d23b842-5ed9-4411-a49e-f653ab377ea9", "name": "tempest-router-1283701890"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "created_at": "2018-09-02T07:44:57Z", "admin_state_up": true, "updated_at": "2018-09-02T07:45:00Z", "project_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "707d85f9-f0d5-45c3-9aa1-8316101887f8", "name": "tempest-pretest-check-362052834"}]} 2018-09-02 08:28:23,343 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-bfd90b46-9ae7-4789-8f00-d84020f7535b 2018-09-02 08:28:23,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.398617982864s 2018-09-02 08:28:23,343 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-bfd90b46-9ae7-4789-8f00-d84020f7535b 2018-09-02 08:28:23,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 08:28:23,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 08:28:28,373 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b59e5724-1f28-471b-a59c-6e2a3f10f52c Content-Length: 0 Date: Sun, 02 Sep 2018 08:28:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:28:28,373 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb.json used request id req-b59e5724-1f28-471b-a59c-6e2a3f10f52c 2018-09-02 08:28:28,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 5.02840399742s 2018-09-02 08:28:28,374 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/459c7aa9-4672-4dc3-9689-9d2a0791f4bb.json used request id req-b59e5724-1f28-471b-a59c-6e2a3f10f52c 2018-09-02 08:28:28,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 08:28:28,375 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 08:28:28,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1928 X-Openstack-Request-Id: req-239e5a45-6bc7-4cf0-82ee-448fde92d87d Date: Sun, 02 Sep 2018 08:28:28 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:59:29Z","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":"34dc3897-4963-4d08-b191-eec71c81d28f","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"rally_sanity-subnet_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0","enable_dhcp":true,"segment_id":null,"network_id":"3d45899e-d1b3-4eca-9f5a-867bf4e70164","tenant_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","created_at":"2018-09-02T07:59:29Z","ip_version":4},{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T07:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f6c61b45-9a20-49d8-907f-b659911ef48e","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 0f7baca2e14141d9908f3f87d7c7b6f4","enable_dhcp":false,"segment_id":null,"network_id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","tenant_id":"","created_at":"2018-09-02T07:44:56Z","ip_version":4}]} 2018-09-02 08:28:28,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-239e5a45-6bc7-4cf0-82ee-448fde92d87d 2018-09-02 08:28:28,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.308297872543s 2018-09-02 08:28:28,683 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-239e5a45-6bc7-4cf0-82ee-448fde92d87d 2018-09-02 08:28:28,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 08:28:28,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/34dc3897-4963-4d08-b191-eec71c81d28f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 08:28:31,102 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-4027b2f0-5408-47a1-8139-18388f121909 Date: Sun, 02 Sep 2018 08:28:31 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:28:31,102 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/34dc3897-4963-4d08-b191-eec71c81d28f.json used request id req-4027b2f0-5408-47a1-8139-18388f121909 2018-09-02 08:28:31,102 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.41705107689s 2018-09-02 08:28:31,102 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/34dc3897-4963-4d08-b191-eec71c81d28f.json used request id req-4027b2f0-5408-47a1-8139-18388f121909 2018-09-02 08:28:31,103 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:28:31,103 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 08:28:31,484 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2109 X-Openstack-Request-Id: req-1703d5c4-6e4e-42b9-beed-dd5e09763b88 Date: Sun, 02 Sep 2018 08:28:31 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"3d45899e-d1b3-4eca-9f5a-867bf4e70164","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":61,"ipv4_address_scope":null,"shared":true,"project_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:28:31Z","qos_policy_id":null,"name":"rally_sanity-net_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0","admin_state_up":true,"tenant_id":"1fb7c13d7ee84dffbc2f0a07b82e6513","created_at":"2018-09-02T07:59:28Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 08:28:31,485 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1703d5c4-6e4e-42b9-beed-dd5e09763b88 2018-09-02 08:28:31,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.381676912308s 2018-09-02 08:28:31,485 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-1703d5c4-6e4e-42b9-beed-dd5e09763b88 2018-09-02 08:28:31,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 08:28:31,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/3d45899e-d1b3-4eca-9f5a-867bf4e70164.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 08:28:32,580 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-8212c2fa-b073-4fcb-b0e4-144fb5250414 Date: Sun, 02 Sep 2018 08:28:32 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:28:32,580 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/3d45899e-d1b3-4eca-9f5a-867bf4e70164.json used request id req-8212c2fa-b073-4fcb-b0e4-144fb5250414 2018-09-02 08:28:32,580 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.09332299232s 2018-09-02 08:28:32,581 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/3d45899e-d1b3-4eca-9f5a-867bf4e70164.json used request id req-8212c2fa-b073-4fcb-b0e4-144fb5250414 2018-09-02 08:28:32,584 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:28:32,587 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 08:28:32,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1400 Content-Type: application/json X-Openstack-Request-Id: req-a88acf32-400f-4892-9db7-ba3546e845d1 Date: Sun, 02 Sep 2018 08:28:32 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T07:59:41Z", "file": "/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/file", "owner": "1fb7c13d7ee84dffbc2f0a07b82e6513", "id": "0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279", "size": 12716032, "self": "/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "rally_sanity-img_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T07:59:40Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:28:32,884 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a88acf32-400f-4892-9db7-ba3546e845d1 2018-09-02 08:28:32,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.299999952316s 2018-09-02 08:28:32,885 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a88acf32-400f-4892-9db7-ba3546e845d1 2018-09-02 08:28:32,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 08:28:32,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}4d33dffcdce060326cb1703b53178cd2a0a0ae08" 2018-09-02 08:28:33,520 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-66594302-f523-490a-a55a-0f701d8eae68 Date: Sun, 02 Sep 2018 08:28: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 08:28:33,520 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279 used request id req-66594302-f523-490a-a55a-0f701d8eae68 2018-09-02 08:28:33,520 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.633926868439s 2018-09-02 08:28:33,520 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/0c26ba0d-59bd-4c5a-95bc-cf9e8a7ae279 used request id req-66594302-f523-490a-a55a-0f701d8eae68 2018-09-02 08:28:33,521 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 08:28:33,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:33,546 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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,Accept-Encoding x-openstack-request-id: req-562c7042-1e87-42c0-bf66-68cad8e086af x-compute-request-id: req-562c7042-1e87-42c0-bf66-68cad8e086af Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "rally_sanity-flavor_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec", "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": "6c624b73-aada-4bde-883e-e1ccd3dad5ec"}]} 2018-09-02 08:28:33,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-562c7042-1e87-42c0-bf66-68cad8e086af 2018-09-02 08:28:33,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0254821777344s 2018-09-02 08:28:33,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-562c7042-1e87-42c0-bf66-68cad8e086af 2018-09-02 08:28:33,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 08:28:33,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:33,578 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08: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-48335838-474a-4bfd-8a2d-a2180af61668 x-compute-request-id: req-48335838-474a-4bfd-8a2d-a2180af61668 Content-Length: 0 Content-Type: application/json 2018-09-02 08:28:33,578 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec used request id req-48335838-474a-4bfd-8a2d-a2180af61668 2018-09-02 08:28:33,579 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0301759243011s 2018-09-02 08:28:33,579 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/6c624b73-aada-4bde-883e-e1ccd3dad5ec used request id req-48335838-474a-4bfd-8a2d-a2180af61668 2018-09-02 08:28:33,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:28:33,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:33,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8c9cc971-4fc6-4107-a678-c125a87ffbcc Content-Encoding: gzip Content-Length: 972 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}, {"name": "rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": {"self": "http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "fc72a1a3a82b41a69405d28898d6cc41", "domain_id": "default", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:28:33,809 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-8c9cc971-4fc6-4107-a678-c125a87ffbcc 2018-09-02 08:28:33,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.229830026627s 2018-09-02 08:28:33,809 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-8c9cc971-4fc6-4107-a678-c125a87ffbcc 2018-09-02 08:28:33,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:28:33,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:34,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb8a4d7-e30c-4d9a-bcf1-a6a12c468d33 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "rally_sanity-user_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0", "links": {"self": "http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "fc72a1a3a82b41a69405d28898d6cc41", "description": null}} 2018-09-02 08:28:34,030 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41 used request id req-ccb8a4d7-e30c-4d9a-bcf1-a6a12c468d33 2018-09-02 08:28:34,030 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.213989019394s 2018-09-02 08:28:34,030 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41 used request id req-ccb8a4d7-e30c-4d9a-bcf1-a6a12c468d33 2018-09-02 08:28:34,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 08:28:34,034 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:34,320 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:28:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-250a65d1-9a8b-4e2c-bc09-84801f715e20 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 08:28:34,321 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41 used request id req-250a65d1-9a8b-4e2c-bc09-84801f715e20 2018-09-02 08:28:34,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.289968967438s 2018-09-02 08:28:34,321 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/fc72a1a3a82b41a69405d28898d6cc41 used request id req-250a65d1-9a8b-4e2c-bc09-84801f715e20 2018-09-02 08:28:34,327 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:28:34,330 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:34,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-33ed46ac-b715-460a-a61c-5ae80416dd8b Content-Encoding: gzip Content-Length: 531 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: rally_sanity", "links": {"self": "http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513"}, "tags": [], "enabled": true, "id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "parent_id": "default", "domain_id": "default", "name": "rally_sanity-project_fc3c4a22-f0a8-4d11-8ad4-dbf681a852a0"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 08:28:34,517 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-33ed46ac-b715-460a-a61c-5ae80416dd8b 2018-09-02 08:28:34,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190099954605s 2018-09-02 08:28:34,518 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-33ed46ac-b715-460a-a61c-5ae80416dd8b 2018-09-02 08:28:34,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 08:28:34,526 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}aed0f14f35422446a7211fab56376f0b3e2e5eaa" 2018-09-02 08:28:34,792 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:28:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-709350e8-df51-4467-995d-5e13765e4b18 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 08:28:34,792 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513 used request id req-709350e8-df51-4467-995d-5e13765e4b18 2018-09-02 08:28:34,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.269369840622s 2018-09-02 08:28:34,792 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/1fb7c13d7ee84dffbc2f0a07b82e6513 used request id req-709350e8-df51-4467-995d-5e13765e4b18 2018-09-02 08:28:34,793 - xtesting.ci.run_tests - ERROR - The test case 'rally_sanity' failed. 2018-09-02 08:28:34,853 - xtesting.ci.run_tests - INFO - Loading test case 'refstack_defcore'... 2018-09-02 08:28:34,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 08:28:34,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 08:28:34,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 08:28:34,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 08:28:34,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 08:28:34,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 08:28:34,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 08:28:34,899 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 08:28:34,900 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 08:28:34,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 08:28:34,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 08:28:34,901 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 08:28:34,902 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:28:34,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2645939d-7879-484e-8b5f-fceffb4fd3fe 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 08:28:34,907 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-2645939d-7879-484e-8b5f-fceffb4fd3fe 2018-09-02 08:28:34,908 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:28:35,304 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T09:28:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["o-oTyFeSQ4WLngt-2wZ5CA"], "issued_at": "2018-09-02T08:28:35.000000Z"}} 2018-09-02 08:28:35,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:28:35,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:36,055 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-9c2f635a-ce79-4f2a-8687-4a125aa388aa Date: Sun, 02 Sep 2018 08:28:36 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 08:28:36,055 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9c2f635a-ce79-4f2a-8687-4a125aa388aa 2018-09-02 08:28:36,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.74799990654s 2018-09-02 08:28:36,056 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-9c2f635a-ce79-4f2a-8687-4a125aa388aa 2018-09-02 08:28:36,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:28:36,064 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 08:28:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ee5dcc2-59e2-4c74-93d7-12b822add073 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 08:28:36,064 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-1ee5dcc2-59e2-4c74-93d7-12b822add073 2018-09-02 08:28:36,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:28:36,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:36,241 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-187ce21c-c004-4c39-a7be-dc7bd79b68e8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 08:28:36,241 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-187ce21c-c004-4c39-a7be-dc7bd79b68e8 2018-09-02 08:28:36,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.176150083542s 2018-09-02 08:28:36,242 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-187ce21c-c004-4c39-a7be-dc7bd79b68e8 2018-09-02 08:28:36,249 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 08:28:36,252 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" -d '{"project": {"description": "Created by OPNFV Functest: refstack_defcore", "enabled": true, "domain_id": "default", "name": "refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7"}}' 2018-09-02 08:28:36,478 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 08:28:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0aa51321-89da-4b7d-b97e-d2bbdc9ca4ec 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.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689"}, "tags": [], "enabled": true, "id": "2cd6739785884dbaa3729753ec1b7689", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7"}} 2018-09-02 08:28:36,478 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-0aa51321-89da-4b7d-b97e-d2bbdc9ca4ec 2018-09-02 08:28:36,478 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.229056835175s 2018-09-02 08:28:36,478 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-0aa51321-89da-4b7d-b97e-d2bbdc9ca4ec 2018-09-02 08:28:36,479 - 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'2cd6739785884dbaa3729753ec1b7689', '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_c90e28fe-9280-467c-ac85-ea60da5762d7'}) 2018-09-02 08:28:36,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 08:28:36,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f4111901-4923-4e11-8fcc-2f74421406c7", "email": null, "name": "refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7"}}' 2018-09-02 08:28:36,953 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 08:28:36 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a2c042c9-d75e-4283-82c6-b0817e81d054 Content-Length: 331 Content-Type: application/json RESP BODY: {"user": {"name": "refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": {"self": "http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "54aaa601908d426eba79c278ef19204b", "domain_id": "default", "password_expires_at": null}} 2018-09-02 08:28:36,953 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-a2c042c9-d75e-4283-82c6-b0817e81d054 2018-09-02 08:28:36,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.468554019928s 2018-09-02 08:28:36,953 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-a2c042c9-d75e-4283-82c6-b0817e81d054 2018-09-02 08:28:36,954 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'54aaa601908d426eba79c278ef19204b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7'}) 2018-09-02 08:28:36,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:28:36,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:37,149 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8ec12f-766e-4cd1-ad21-53db188804b2 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:28:37,149 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4d8ec12f-766e-4cd1-ad21-53db188804b2 2018-09-02 08:28:37,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192075014114s 2018-09-02 08:28:37,150 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4d8ec12f-766e-4cd1-ad21-53db188804b2 2018-09-02 08:28:37,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:28:37,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:37,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b7cdb399-dbb4-4597-be01-eeaabf68140c Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:28:37,259 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b7cdb399-dbb4-4597-be01-eeaabf68140c 2018-09-02 08:28:37,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.104562997818s 2018-09-02 08:28:37,260 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b7cdb399-dbb4-4597-be01-eeaabf68140c 2018-09-02 08:28:37,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:28:37,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:37,457 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08ab5885-1943-4565-b7af-fc0a399c550c Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:28:37,457 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-08ab5885-1943-4565-b7af-fc0a399c550c 2018-09-02 08:28:37,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192873954773s 2018-09-02 08:28:37,458 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-08ab5885-1943-4565-b7af-fc0a399c550c 2018-09-02 08:28:37,463 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:28:37,466 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:37,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c08ee63-57d7-405e-8f40-f55781aea6e4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:28:37,740 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-4c08ee63-57d7-405e-8f40-f55781aea6e4 2018-09-02 08:28:37,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.277578115463s 2018-09-02 08:28:37,741 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-4c08ee63-57d7-405e-8f40-f55781aea6e4 2018-09-02 08:28:37,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:28:37,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:37,947 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-43e8928d-5a70-4d07-9722-39ad5991a4d8 Content-Encoding: gzip Content-Length: 974 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": {"self": "http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "54aaa601908d426eba79c278ef19204b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:28:37,947 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-43e8928d-5a70-4d07-9722-39ad5991a4d8 2018-09-02 08:28:37,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.205201148987s 2018-09-02 08:28:37,947 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-43e8928d-5a70-4d07-9722-39ad5991a4d8 2018-09-02 08:28:37,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:28:37,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:38,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf62015f-9488-4faf-a0b8-82383f8f591e Content-Encoding: gzip Content-Length: 536 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689"}, "tags": [], "enabled": true, "id": "2cd6739785884dbaa3729753ec1b7689", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 08:28:38,156 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-cf62015f-9488-4faf-a0b8-82383f8f591e 2018-09-02 08:28:38,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199598073959s 2018-09-02 08:28:38,157 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-cf62015f-9488-4faf-a0b8-82383f8f591e 2018-09-02 08:28:38,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:28:38,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=54aaa601908d426eba79c278ef19204b&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2cd6739785884dbaa3729753ec1b7689" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:38,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acc0dc3d-0217-4af8-843b-682ec0b3af21 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=54aaa601908d426eba79c278ef19204b&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2cd6739785884dbaa3729753ec1b7689", "previous": null, "next": null}} 2018-09-02 08:28:38,343 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=54aaa601908d426eba79c278ef19204b&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2cd6739785884dbaa3729753ec1b7689 used request id req-acc0dc3d-0217-4af8-843b-682ec0b3af21 2018-09-02 08:28:38,343 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.178978919983s 2018-09-02 08:28:38,343 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=54aaa601908d426eba79c278ef19204b&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2cd6739785884dbaa3729753ec1b7689 used request id req-acc0dc3d-0217-4af8-843b-682ec0b3af21 2018-09-02 08:28:38,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:28:38,350 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689/users/54aaa601908d426eba79c278ef19204b/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:38,576 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:28:38 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-df73e4d1-3c5f-4e0a-bebb-6cd39301a197 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 08:28:38,576 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689/users/54aaa601908d426eba79c278ef19204b/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-df73e4d1-3c5f-4e0a-bebb-6cd39301a197 2018-09-02 08:28:38,576 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.228693008423s 2018-09-02 08:28:38,576 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689/users/54aaa601908d426eba79c278ef19204b/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-df73e4d1-3c5f-4e0a-bebb-6cd39301a197 2018-09-02 08:28:38,577 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7', 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'2cd6739785884dbaa3729753ec1b7689', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f4111901-4923-4e11-8fcc-2f74421406c7', 'username': u'refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 08:28:38,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 08:28:38,578 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 08:28:38,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 08:28:38,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 08:28:38,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 08:28:38,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 08:28:38,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 08:28:38,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 08:28:38,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 08:28:38,579 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 08:28:38,580 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 08:28:38,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 08:28:38,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 08:28:38,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 08:28:38,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 08:28:38,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 08:28:38,581 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 08:28:38,583 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7', 'password': 'f4111901-4923-4e11-8fcc-2f74421406c7', 'project_name': 'refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '2cd6739785884dbaa3729753ec1b7689', 'project_domain_name': 'Default'} 2018-09-02 08:28:38,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:28:38,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:38,780 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c46a620-6366-477f-a1ee-cf33f0dc85a1 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:28:38,780 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4c46a620-6366-477f-a1ee-cf33f0dc85a1 2018-09-02 08:28:38,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193336009979s 2018-09-02 08:28:38,781 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4c46a620-6366-477f-a1ee-cf33f0dc85a1 2018-09-02 08:28:38,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:28:38,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:38,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-12eecafa-01cf-45f0-8f08-9bcbce50f59d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:28:38,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-12eecafa-01cf-45f0-8f08-9bcbce50f59d 2018-09-02 08:28:38,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.176451921463s 2018-09-02 08:28:38,963 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-12eecafa-01cf-45f0-8f08-9bcbce50f59d 2018-09-02 08:28:38,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:28:38,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:39,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b3775104-692c-4041-b111-ff91718e6bad Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:28:39,154 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-b3775104-692c-4041-b111-ff91718e6bad 2018-09-02 08:28:39,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187685966492s 2018-09-02 08:28:39,155 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-b3775104-692c-4041-b111-ff91718e6bad 2018-09-02 08:28:39,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:28:39,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:39,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b2572ef-fcca-4583-b172-9321cc03b374 Content-Encoding: gzip Content-Length: 974 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": {"self": "http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "54aaa601908d426eba79c278ef19204b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:28:39,283 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6b2572ef-fcca-4583-b172-9321cc03b374 2018-09-02 08:28:39,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127913951874s 2018-09-02 08:28:39,284 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6b2572ef-fcca-4583-b172-9321cc03b374 2018-09-02 08:28:39,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:28:39,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:39,402 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-619ef682-fa58-4a18-b05b-80e6363f9025 Content-Encoding: gzip Content-Length: 536 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689"}, "tags": [], "enabled": true, "id": "2cd6739785884dbaa3729753ec1b7689", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 08:28:39,402 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-619ef682-fa58-4a18-b05b-80e6363f9025 2018-09-02 08:28:39,402 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106693983078s 2018-09-02 08:28:39,403 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-619ef682-fa58-4a18-b05b-80e6363f9025 2018-09-02 08:28:39,410 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:28:39,413 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=54aaa601908d426eba79c278ef19204b&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=2cd6739785884dbaa3729753ec1b7689" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:39,515 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4f427a11-b4ab-4041-ae50-ce63be000a3f Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=54aaa601908d426eba79c278ef19204b&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=2cd6739785884dbaa3729753ec1b7689", "previous": null, "next": null}} 2018-09-02 08:28:39,515 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=54aaa601908d426eba79c278ef19204b&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=2cd6739785884dbaa3729753ec1b7689 used request id req-4f427a11-b4ab-4041-ae50-ce63be000a3f 2018-09-02 08:28:39,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.105242013931s 2018-09-02 08:28:39,516 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=54aaa601908d426eba79c278ef19204b&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=2cd6739785884dbaa3729753ec1b7689 used request id req-4f427a11-b4ab-4041-ae50-ce63be000a3f 2018-09-02 08:28:39,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:28:39,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689/users/54aaa601908d426eba79c278ef19204b/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:28:39,763 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:28:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e99f7cfb-508b-4915-83f7-9431bc592bad 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 08:28:39,763 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689/users/54aaa601908d426eba79c278ef19204b/roles/8e0d526659f746328b933c99a8db6754 used request id req-e99f7cfb-508b-4915-83f7-9431bc592bad 2018-09-02 08:28:39,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.24374294281s 2018-09-02 08:28:39,763 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689/users/54aaa601908d426eba79c278ef19204b/roles/8e0d526659f746328b933c99a8db6754 used request id req-e99f7cfb-508b-4915-83f7-9431bc592bad 2018-09-02 08:28:39,764 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 08:28:42,628 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 08:28:45,382 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 579908da-ac1a-47d2-88e5-05893374e0f3 | 2018-09-02T08:28:45.058725 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 579908da-ac1a-47d2-88e5-05893374e0f3 ~/.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 08:28:49,178 - 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 08:28:49,179 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 08:28:51,861 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 08:28:55,232 - 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=5fa87fbe-4582-435b-8264-0cfdf33664a8) as the default verifier for the future CLI operations. 2018-09-02 08:28:58,416 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:28:58,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:28:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16f534b1-fd51-4943-8786-7cc18b64f87d 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 08:28:58,423 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-16f534b1-fd51-4943-8786-7cc18b64f87d 2018-09-02 08:28:58,423 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:28:58,823 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T09:28:58.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2cd6739785884dbaa3729753ec1b7689", "name": "refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_2cd6739785884dbaa3729753ec1b7689", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_2cd6739785884dbaa3729753ec1b7689", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/2cd6739785884dbaa3729753ec1b7689", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/2cd6739785884dbaa3729753ec1b7689", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/2cd6739785884dbaa3729753ec1b7689", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2cd6739785884dbaa3729753ec1b7689", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/2cd6739785884dbaa3729753ec1b7689", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/2cd6739785884dbaa3729753ec1b7689", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2cd6739785884dbaa3729753ec1b7689", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/2cd6739785884dbaa3729753ec1b7689", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/2cd6739785884dbaa3729753ec1b7689", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/2cd6739785884dbaa3729753ec1b7689", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/2cd6739785884dbaa3729753ec1b7689", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/2cd6739785884dbaa3729753ec1b7689", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7", "id": "54aaa601908d426eba79c278ef19204b"}, "audit_ids": ["q1dnRRWiQhG19QiLd4slGA"], "issued_at": "2018-09-02T08:28:58.000000Z"}} 2018-09-02 08:28:58,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 08:28:58,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:28:59,105 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-b81fa0d5-1b67-4cc6-8742-add5458dba2c Date: Sun, 02 Sep 2018 08:28:59 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 08:28:59,105 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-b81fa0d5-1b67-4cc6-8742-add5458dba2c 2018-09-02 08:28:59,105 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.278692960739s 2018-09-02 08:28:59,106 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-b81fa0d5-1b67-4cc6-8742-add5458dba2c 2018-09-02 08:28:59,116 - xtesting.ci.run_tests - INFO - Running test case 'refstack_defcore'... 2018-09-02 08:28:59,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 08:28:59,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '{"network": {"shared": true, "name": "refstack_defcore-net_c90e28fe-9280-467c-ac85-ea60da5762d7", "admin_state_up": true}}' 2018-09-02 08:28:59,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 729 X-Openstack-Request-Id: req-d3609ee9-8e3f-4267-b6af-f25388526e45 Date: Sun, 02 Sep 2018 08:28:59 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"0fd8bebb-2a56-4130-9ca5-d3851595e38c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":17,"ipv4_address_scope":null,"shared":true,"project_id":"2cd6739785884dbaa3729753ec1b7689","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:28:59Z","is_default":false,"qos_policy_id":null,"name":"refstack_defcore-net_c90e28fe-9280-467c-ac85-ea60da5762d7","admin_state_up":true,"tenant_id":"2cd6739785884dbaa3729753ec1b7689","created_at":"2018-09-02T08:28:59Z","mtu":1450}} 2018-09-02 08:28:59,746 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d3609ee9-8e3f-4267-b6af-f25388526e45 2018-09-02 08:28:59,746 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.629071950912s 2018-09-02 08:28:59,746 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d3609ee9-8e3f-4267-b6af-f25388526e45 2018-09-02 08:28:59,746 - 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-02T08:28:59Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'0fd8bebb-2a56-4130-9ca5-d3851595e38c', u'provider:segmentation_id': 17, 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_c90e28fe-9280-467c-ac85-ea60da5762d7', u'created_at': u'2018-09-02T08:28:59Z', u'mtu': 1450, u'tenant_id': u'2cd6739785884dbaa3729753ec1b7689', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'2cd6739785884dbaa3729753ec1b7689', u'l2_adjacency': True}) 2018-09-02 08:28:59,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:28:59,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:29:00,087 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2107 X-Openstack-Request-Id: req-b3756c37-3522-4453-9202-ab67b71388b6 Date: Sun, 02 Sep 2018 08:29:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"0fd8bebb-2a56-4130-9ca5-d3851595e38c","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":17,"ipv4_address_scope":null,"shared":true,"project_id":"2cd6739785884dbaa3729753ec1b7689","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:28:59Z","qos_policy_id":null,"name":"refstack_defcore-net_c90e28fe-9280-467c-ac85-ea60da5762d7","admin_state_up":true,"tenant_id":"2cd6739785884dbaa3729753ec1b7689","created_at":"2018-09-02T08:28:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 08:29:00,087 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b3756c37-3522-4453-9202-ab67b71388b6 2018-09-02 08:29:00,087 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.339655160904s 2018-09-02 08:29:00,087 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b3756c37-3522-4453-9202-ab67b71388b6 2018-09-02 08:29:00,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 08:29:00,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '{"subnet": {"name": "refstack_defcore-subnet_c90e28fe-9280-467c-ac85-ea60da5762d7", "enable_dhcp": true, "network_id": "0fd8bebb-2a56-4130-9ca5-d3851595e38c", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 08:29:00,955 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 702 X-Openstack-Request-Id: req-235254f0-8a18-4fbe-af2f-e9449a760276 Date: Sun, 02 Sep 2018 08:29:00 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T08:29: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":"a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"2cd6739785884dbaa3729753ec1b7689","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"refstack_defcore-subnet_c90e28fe-9280-467c-ac85-ea60da5762d7","enable_dhcp":true,"segment_id":null,"network_id":"0fd8bebb-2a56-4130-9ca5-d3851595e38c","tenant_id":"2cd6739785884dbaa3729753ec1b7689","created_at":"2018-09-02T08:29:00Z","ip_version":4}} 2018-09-02 08:29:00,955 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-235254f0-8a18-4fbe-af2f-e9449a760276 2018-09-02 08:29:00,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.866657972336s 2018-09-02 08:29:00,956 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-235254f0-8a18-4fbe-af2f-e9449a760276 2018-09-02 08:29:00,956 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T08: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'a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2', u'subnetpool_id': None, u'service_types': [], u'name': u'refstack_defcore-subnet_c90e28fe-9280-467c-ac85-ea60da5762d7', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'0fd8bebb-2a56-4130-9ca5-d3851595e38c', u'tenant_id': u'2cd6739785884dbaa3729753ec1b7689', u'created_at': u'2018-09-02T08: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'2cd6739785884dbaa3729753ec1b7689'}) 2018-09-02 08:29:00,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 08:29:00,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "refstack_defcore-router_c90e28fe-9280-467c-ac85-ea60da5762d7", "admin_state_up": true}}' 2018-09-02 08:29:07,747 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 715 X-Openstack-Request-Id: req-dc469bfc-a681-4ba4-8aa4-25ea365421a2 Date: Sun, 02 Sep 2018 08:29:07 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "created_at": "2018-09-02T08:29:02Z", "admin_state_up": true, "updated_at": "2018-09-02T08:29:03Z", "project_id": "2cd6739785884dbaa3729753ec1b7689", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "c59c5e54-03fe-40a5-ac02-05c177dc2633", "name": "refstack_defcore-router_c90e28fe-9280-467c-ac85-ea60da5762d7"}} 2018-09-02 08:29:07,747 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-dc469bfc-a681-4ba4-8aa4-25ea365421a2 2018-09-02 08:29:07,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.79001402855s 2018-09-02 08:29:07,747 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-dc469bfc-a681-4ba4-8aa4-25ea365421a2 2018-09-02 08:29:07,748 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T08:29:03Z', u'revision_number': 3, u'ha': True, u'id': u'c59c5e54-03fe-40a5-ac02-05c177dc2633', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'refstack_defcore-router_c90e28fe-9280-467c-ac85-ea60da5762d7', u'admin_state_up': True, u'tenant_id': u'2cd6739785884dbaa3729753ec1b7689', u'created_at': u'2018-09-02T08:29:02Z', u'flavor_id': None, u'routes': [], u'project_id': u'2cd6739785884dbaa3729753ec1b7689'}) 2018-09-02 08:29:07,748 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 08:29:07,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633/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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '{"subnet_id": "a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2"}' 2018-09-02 08:29:10,653 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-9208c091-aec1-4188-b33f-2706d38f9587 Date: Sun, 02 Sep 2018 08:29:10 GMT RESP BODY: {"network_id": "0fd8bebb-2a56-4130-9ca5-d3851595e38c", "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "subnet_id": "a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2", "subnet_ids": ["a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2"], "port_id": "4331e009-5bd4-4411-bb51-46e55b76d0cd", "id": "c59c5e54-03fe-40a5-ac02-05c177dc2633"} 2018-09-02 08:29:10,653 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633/add_router_interface.json used request id req-9208c091-aec1-4188-b33f-2706d38f9587 2018-09-02 08:29:10,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.90536785126s 2018-09-02 08:29:10,654 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633/add_router_interface.json used request id req-9208c091-aec1-4188-b33f-2706d38f9587 returning object c59c5e54-03fe-40a5-ac02-05c177dc2633 2018-09-02 08:29:10,654 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 08:29:10,782 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 08:29:10,783 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:29:10,788 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 08:29:10 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 08:29:10,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:29:10,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:29:11,065 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-12f2c12a-7b4b-4eca-a9d3-00fed008b9aa Date: Sun, 02 Sep 2018 08:29:11 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:29:11,065 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-12f2c12a-7b4b-4eca-a9d3-00fed008b9aa 2018-09-02 08:29:11,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.272464990616s 2018-09-02 08:29:11,065 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-12f2c12a-7b4b-4eca-a9d3-00fed008b9aa 2018-09-02 08:29:11,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 08:29:11,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7"}' 2018-09-02 08:29:11,858 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 948 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-ac2cba24-88de-4a3f-959d-e966e4f88189 Date: Sun, 02 Sep 2018 08:29:11 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:29:11Z", "file": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/file", "owner": "2cd6739785884dbaa3729753ec1b7689", "id": "bb539453-b3ae-4035-889f-0ac6e834a58d", "size": null, "self": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d", "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_c90e28fe-9280-467c-ac85-ea60da5762d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "checksum": null, "created_at": "2018-09-02T08:29:11Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 08:29:11,858 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-ac2cba24-88de-4a3f-959d-e966e4f88189 2018-09-02 08:29:11,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.784642934799s 2018-09-02 08:29:11,859 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-ac2cba24-88de-4a3f-959d-e966e4f88189 returning object bb539453-b3ae-4035-889f-0ac6e834a58d 2018-09-02 08:29:11,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 08:29:11,863 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '' 2018-09-02 08:29:13,253 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c4f156a4-5e83-4ed0-8980-d8cd06fa33ff Date: Sun, 02 Sep 2018 08:29:13 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 08:29:13,253 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/file used request id req-c4f156a4-5e83-4ed0-8980-d8cd06fa33ff 2018-09-02 08:29:13,253 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.39374089241s 2018-09-02 08:29:13,253 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/file used request id req-c4f156a4-5e83-4ed0-8980-d8cd06fa33ff 2018-09-02 08:29:13,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:29:13,261 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:29:14,020 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-6978576e-b257-4e49-813b-99645e6a59ea Date: Sun, 02 Sep 2018 08:29:14 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:29:13Z", "file": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/file", "owner": "2cd6739785884dbaa3729753ec1b7689", "id": "bb539453-b3ae-4035-889f-0ac6e834a58d", "size": 12716032, "self": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:29:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:29:14,020 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6978576e-b257-4e49-813b-99645e6a59ea 2018-09-02 08:29:14,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.76286315918s 2018-09-02 08:29:14,021 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-6978576e-b257-4e49-813b-99645e6a59ea 2018-09-02 08:29:14,023 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap', u'metadata': Munch({})})], 'file': u'/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/file', 'owner': u'2cd6739785884dbaa3729753ec1b7689', 'id': u'bb539453-b3ae-4035-889f-0ac6e834a58d', 'size': 12716032, u'self': u'/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2cd6739785884dbaa3729753ec1b7689', 'name': 'refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T08:29:13Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T08:29:13Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7', '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/bb539453-b3ae-4035-889f-0ac6e834a58d', 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_c90e28fe-9280-467c-ac85-ea60da5762d7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7', 'created': u'2018-09-02T08:29:11Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T08:29: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/bb539453-b3ae-4035-889f-0ac6e834a58d', 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_c90e28fe-9280-467c-ac85-ea60da5762d7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 08:29:14,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 08:29:14,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "refstack_defcore-flavor_c90e28fe-9280-467c-ac85-ea60da5762d7", "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 08:29:14,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:29: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-976ce6e7-23f8-48fc-90f0-5d884ba78c5f x-compute-request-id: req-976ce6e7-23f8-48fc-90f0-5d884ba78c5f Content-Encoding: gzip Content-Length: 313 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d2f66a7f-0589-464b-8736-e43c07e904de", "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": "d2f66a7f-0589-464b-8736-e43c07e904de"}} 2018-09-02 08:29:14,373 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-976ce6e7-23f8-48fc-90f0-5d884ba78c5f 2018-09-02 08:29:14,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.349492073059s 2018-09-02 08:29:14,374 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-976ce6e7-23f8-48fc-90f0-5d884ba78c5f 2018-09-02 08:29:14,375 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_c90e28fe-9280-467c-ac85-ea60da5762d7', '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'4b06fee7bf104ba386aa2f904001aa35', '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'd2f66a7f-0589-464b-8736-e43c07e904de', 'swap': 0}) 2018-09-02 08:29:14,375 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 08:29:14,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de/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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" -d '{"extra_specs": {}}' 2018-09-02 08:29:14,395 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:29: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-be3a9dfb-c8f1-4e6f-bf7c-7c8a8e06596e x-compute-request-id: req-be3a9dfb-c8f1-4e6f-bf7c-7c8a8e06596e Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 08:29:14,396 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de/os-extra_specs used request id req-be3a9dfb-c8f1-4e6f-bf7c-7c8a8e06596e 2018-09-02 08:29:14,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0203549861908s 2018-09-02 08:29:14,396 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de/os-extra_specs used request id req-be3a9dfb-c8f1-4e6f-bf7c-7c8a8e06596e 2018-09-02 08:29:14,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:29:14,404 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 08:29:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9c18468b-ce26-41e8-89ff-f0dc39a784b1 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 08:29:14,405 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-9c18468b-ce26-41e8-89ff-f0dc39a784b1 2018-09-02 08:29:14,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:29:14,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:29:14,602 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5e15317-e705-4a44-a676-b8f11a224e20 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:29:14,602 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d5e15317-e705-4a44-a676-b8f11a224e20 2018-09-02 08:29:14,602 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19468998909s 2018-09-02 08:29:14,602 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d5e15317-e705-4a44-a676-b8f11a224e20 2018-09-02 08:29:14,605 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:29:14,607 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:29:14,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:29:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4248a19f-6eef-4a2c-875b-d192e81fbbc8 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:29:14,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4248a19f-6eef-4a2c-875b-d192e81fbbc8 2018-09-02 08:29:14,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.221158981323s 2018-09-02 08:29:14,827 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4248a19f-6eef-4a2c-875b-d192e81fbbc8 2018-09-02 08:29:14,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 08:29:14,836 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:29:15,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:29: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-41189021-6222-4ec6-9eed-456f88d9cadc x-compute-request-id: req-41189021-6222-4ec6-9eed-456f88d9cadc Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.10", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-02 08:29:15,541 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-41189021-6222-4ec6-9eed-456f88d9cadc 2018-09-02 08:29:15,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.708459854126s 2018-09-02 08:29:15,542 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-41189021-6222-4ec6-9eed-456f88d9cadc 2018-09-02 08:29:15,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:29:15,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:29:16,261 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-237d8147-6b55-4fc4-9f6e-2bbd1162298a Date: Sun, 02 Sep 2018 08:29:16 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:29:13Z", "file": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/file", "owner": "2cd6739785884dbaa3729753ec1b7689", "id": "bb539453-b3ae-4035-889f-0ac6e834a58d", "size": 12716032, "self": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:29:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:29:16,261 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-237d8147-6b55-4fc4-9f6e-2bbd1162298a 2018-09-02 08:29:16,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.714296102524s 2018-09-02 08:29:16,262 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-237d8147-6b55-4fc4-9f6e-2bbd1162298a 2018-09-02 08:29:16,271 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 08:29:16,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c90e28fe-9280-467c-ac85-ea60da5762d7", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "refstack_defcore-img_alt_c90e28fe-9280-467c-ac85-ea60da5762d7"}' 2018-09-02 08:29:17,019 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 956 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/a432f078-e452-4238-86ff-f6808d24702f Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8bc439bd-fc9a-4a3e-a35a-8b616e0a01bf Date: Sun, 02 Sep 2018 08:29:17 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:29:17Z", "file": "/v2/images/a432f078-e452-4238-86ff-f6808d24702f/file", "owner": "2cd6739785884dbaa3729753ec1b7689", "id": "a432f078-e452-4238-86ff-f6808d24702f", "size": null, "self": "/v2/images/a432f078-e452-4238-86ff-f6808d24702f", "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_c90e28fe-9280-467c-ac85-ea60da5762d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_c90e28fe-9280-467c-ac85-ea60da5762d7", "checksum": null, "created_at": "2018-09-02T08:29:17Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 08:29:17,020 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8bc439bd-fc9a-4a3e-a35a-8b616e0a01bf 2018-09-02 08:29:17,020 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.748996019363s 2018-09-02 08:29:17,020 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8bc439bd-fc9a-4a3e-a35a-8b616e0a01bf returning object a432f078-e452-4238-86ff-f6808d24702f 2018-09-02 08:29:17,020 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 08:29:17,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/a432f078-e452-4238-86ff-f6808d24702f/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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '' 2018-09-02 08:29:17,737 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1efdd531-1056-4e9c-8cc9-6c550d11ce7a Date: Sun, 02 Sep 2018 08:29:17 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 08:29:17,737 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/a432f078-e452-4238-86ff-f6808d24702f/file used request id req-1efdd531-1056-4e9c-8cc9-6c550d11ce7a 2018-09-02 08:29:17,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.716938972473s 2018-09-02 08:29:17,737 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/a432f078-e452-4238-86ff-f6808d24702f/file used request id req-1efdd531-1056-4e9c-8cc9-6c550d11ce7a 2018-09-02 08:29:17,741 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:29:17,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:29:18,359 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2757 Content-Type: application/json X-Openstack-Request-Id: req-d27388a3-8671-4bfe-9543-7647ed425fee Date: Sun, 02 Sep 2018 08:29:18 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:29:17Z", "file": "/v2/images/a432f078-e452-4238-86ff-f6808d24702f/file", "owner": "2cd6739785884dbaa3729753ec1b7689", "id": "a432f078-e452-4238-86ff-f6808d24702f", "size": 12716032, "self": "/v2/images/a432f078-e452-4238-86ff-f6808d24702f", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/a432f078-e452-4238-86ff-f6808d24702f/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/a432f078-e452-4238-86ff-f6808d24702f/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_alt_c90e28fe-9280-467c-ac85-ea60da5762d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_alt_c90e28fe-9280-467c-ac85-ea60da5762d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:29:17Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:29:13Z", "file": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/file", "owner": "2cd6739785884dbaa3729753ec1b7689", "id": "bb539453-b3ae-4035-889f-0ac6e834a58d", "size": 12716032, "self": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:29:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:29:18,360 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d27388a3-8671-4bfe-9543-7647ed425fee 2018-09-02 08:29:18,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.618390083313s 2018-09-02 08:29:18,360 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d27388a3-8671-4bfe-9543-7647ed425fee 2018-09-02 08:29:18,363 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/a432f078-e452-4238-86ff-f6808d24702f/snap', u'metadata': Munch({})})], 'file': u'/v2/images/a432f078-e452-4238-86ff-f6808d24702f/file', 'owner': u'2cd6739785884dbaa3729753ec1b7689', 'id': u'a432f078-e452-4238-86ff-f6808d24702f', 'size': 12716032, u'self': u'/v2/images/a432f078-e452-4238-86ff-f6808d24702f', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'2cd6739785884dbaa3729753ec1b7689', 'name': 'refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/a432f078-e452-4238-86ff-f6808d24702f/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T08:29:17Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T08:29:17Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/refstack_defcore-img_alt_c90e28fe-9280-467c-ac85-ea60da5762d7', '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/a432f078-e452-4238-86ff-f6808d24702f', 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_c90e28fe-9280-467c-ac85-ea60da5762d7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'refstack_defcore-img_alt_c90e28fe-9280-467c-ac85-ea60da5762d7', 'created': u'2018-09-02T08:29:17Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T08:29:17Z', 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/a432f078-e452-4238-86ff-f6808d24702f', 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_c90e28fe-9280-467c-ac85-ea60da5762d7', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 08:29:18,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 08:29:18,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "refstack_defcore-flavor_alt_c90e28fe-9280-467c-ac85-ea60da5762d7", "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 08:29:18,427 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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-3f8cae7d-500a-4514-ad90-8506b93ece99 x-compute-request-id: req-3f8cae7d-500a-4514-ad90-8506b93ece99 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "refstack_defcore-flavor_alt_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c", "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": "f4d4e960-ada3-4bca-8fd9-7105d874d95c"}} 2018-09-02 08:29:18,427 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-3f8cae7d-500a-4514-ad90-8506b93ece99 2018-09-02 08:29:18,427 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0632920265198s 2018-09-02 08:29:18,428 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-3f8cae7d-500a-4514-ad90-8506b93ece99 2018-09-02 08:29:18,428 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c90e28fe-9280-467c-ac85-ea60da5762d7', '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'4b06fee7bf104ba386aa2f904001aa35', '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'f4d4e960-ada3-4bca-8fd9-7105d874d95c', 'swap': 0}) 2018-09-02 08:29:18,429 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 08:29:18,432 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c/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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" -d '{"extra_specs": {}}' 2018-09-02 08:29:18,449 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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-6763d371-2134-42c9-9fcf-ddad6e0deac6 x-compute-request-id: req-6763d371-2134-42c9-9fcf-ddad6e0deac6 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 08:29:18,449 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c/os-extra_specs used request id req-6763d371-2134-42c9-9fcf-ddad6e0deac6 2018-09-02 08:29:18,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201029777527s 2018-09-02 08:29:18,450 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c/os-extra_specs used request id req-6763d371-2134-42c9-9fcf-ddad6e0deac6 2018-09-02 08:29:18,450 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'refstack_defcore-flavor_alt_c90e28fe-9280-467c-ac85-ea60da5762d7', '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'4b06fee7bf104ba386aa2f904001aa35', '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'f4d4e960-ada3-4bca-8fd9-7105d874d95c', 'swap': 0}) 2018-09-02 08:29:22,114 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 08:29:22,115 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 08:29:22,115 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 08:29:22,118 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 08:29:26,475 - 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 08:29:26,475 - 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 08:29:26,475 - 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 08:29:26,475 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_atction.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-09-02 08:29:26,475 - 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 08:29:26,475 - 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 08:29:26,475 - 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 08:29:26,475 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network_fields: not found. skipping it 2018-09-02 08:29:26,476 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_upload: not found. skipping it 2018-09-02 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,476 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_list.VolumesV2ListTestJSON.test_volume_list: not found. skipping it 2018-09-02 08:29:26,477 - 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 08:29:26,477 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_external_network_visibility: not found. skipping it 2018-09-02 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,477 - 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 08:29:26,478 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_resources: not found. skipping it 2018-09-02 08:29:26,478 - 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 08:29:26,478 - 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 08:29:26,478 - 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 08:29:26,478 - 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 08:29:26,478 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks_fields: not found. skipping it 2018-09-02 08:29:26,478 - 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 08:29:26,478 - 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 08:29:26,478 - 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 08:29:26,478 - 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 08:29:26,478 - 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 08:29:26,478 - 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 08:29:26,478 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets: not found. skipping it 2018-09-02 08:29:26,478 - 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 08:29:26,479 - 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 08:29:26,479 - 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 08:29:26,479 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_networks: not found. skipping it 2018-09-02 08:29:26,479 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_volumes_actions.VolumesV2ActionsTest.test_volume_bootable: not found. skipping it 2018-09-02 08:29:26,479 - 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 08:29:26,479 - 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 08:29:26,479 - 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 08:29:26,479 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.volume.test_extensions.ExtensionsV2TestJSON.test_list_extensions: not found. skipping it 2018-09-02 08:29:26,479 - 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 08:29:26,479 - 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 08:29:26,479 - 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 08:29:26,479 - 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 08:29:26,479 - 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 08:29:26,480 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet: not found. skipping it 2018-09-02 08:29:26,480 - 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 08:29:26,480 - 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 08:29:26,480 - 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 08:29:26,480 - 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 08:29:26,480 - 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 08:29:26,480 - 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 08:29:26,480 - 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 08:29:26,480 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_version_statuses: not found. skipping it 2018-09-02 08:29:26,480 - 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 08:29:26,480 - 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 08:29:26,480 - 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 08:29:26,480 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_network: not found. skipping it 2018-09-02 08:29:26,480 - 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 08:29:26,480 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_list_subnets_fields: not found. skipping it 2018-09-02 08:29:26,481 - 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 08:29:26,481 - 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 08:29:26,481 - 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 08:29:26,481 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.identity.v3.TestApiDiscovery.test_api_media_types: not found. skipping it 2018-09-02 08:29:26,481 - 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 08:29:26,481 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_networks.NetworksTestJSON.test_show_subnet_fields: not found. skipping it 2018-09-02 08:29:26,481 - 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 08:29:26,481 - functest.opnfv_tests.openstack.refstack.refstack - INFO - tempest.api.network.test_routers.RoutersTest.test_update_extra_route: not found. skipping it 2018-09-02 08:29:26,481 - 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 08:29:26,481 - 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 08:29:26,481 - 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 08:29:26,481 - 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 08:29:26,481 - 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 08:29:26,481 - 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 08:29:26,481 - 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 08:29:26,482 - 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 08:29:26,482 - 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 08:29:26,482 - 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 08:29:26,482 - 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 08:29:26,482 - 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 08:29:26,482 - 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 08:29:26,482 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 08:29:26,499 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 08:29:26,499 - 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 08:29:37,837 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:29:37.836 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.335s] 2018-09-02 08:29:38,281 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:29:38.280 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.750s] 2018-09-02 08:29:38,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:29:38.327 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.047s] 2018-09-02 08:30:07,646 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:07.645 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [25.423s] 2018-09-02 08:30:14,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:14.366 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [1.475s] 2018-09-02 08:30:15,357 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:15.357 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [18.864s] 2018-09-02 08:30:15,655 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:15.655 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [1.288s] 2018-09-02 08:30:16,705 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:16.705 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [1.050s] 2018-09-02 08:30:17,286 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:17.285 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [1.933s] 2018-09-02 08:30:17,442 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:17.442 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.737s] 2018-09-02 08:30:17,999 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:17.998 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.555s] 2018-09-02 08:30:18,076 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:18.076 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.077s] 2018-09-02 08:30:18,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:18.153 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.077s] 2018-09-02 08:30:18,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:18.220 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.066s] 2018-09-02 08:30:18,289 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:18.289 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.068s] 2018-09-02 08:30:18,396 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:18.395 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.106s] 2018-09-02 08:30:18,531 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:18.531 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.136s] 2018-09-02 08:30:23,632 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:23.632 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.127s] 2018-09-02 08:30:23,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:23.697 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.065s] 2018-09-02 08:30:24,669 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:24.669 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.972s] 2018-09-02 08:30:24,766 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:24.766 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.096s] 2018-09-02 08:30:24,768 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:24.767 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2018-09-02 08:30:38,369 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:38.368 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.070s] 2018-09-02 08:30:38,385 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:38.384 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2018-09-02 08:30:38,547 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:38.546 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.161s] 2018-09-02 08:30:38,560 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:38.560 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.013s] 2018-09-02 08:30:38,574 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:38.573 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.013s] 2018-09-02 08:30:38,599 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:38.598 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.025s] 2018-09-02 08:30:38,661 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:38.661 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.061s] 2018-09-02 08:30:38,723 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:38.723 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.062s] 2018-09-02 08:30:39,753 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:39.753 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [1.029s] 2018-09-02 08:30:39,767 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:39.766 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.014s] 2018-09-02 08:30:39,838 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:39.838 11183 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.071s] 2018-09-02 08:30:44,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:44.938 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.058s] 2018-09-02 08:30:48,487 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:48.486 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.690s] 2018-09-02 08:30:48,787 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:48.787 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.300s] 2018-09-02 08:30:49,900 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:49.900 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [1.112s] 2018-09-02 08:30:49,908 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:49.907 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.008s] 2018-09-02 08:30:49,922 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:49.921 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.014s] 2018-09-02 08:30:50,029 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:50.028 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [5.089s] 2018-09-02 08:30:50,129 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:50.128 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.446s] 2018-09-02 08:30:50,390 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:50.390 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.261s] 2018-09-02 08:30:50,636 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:50.635 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.245s] 2018-09-02 08:30:51,036 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:51.036 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.400s] 2018-09-02 08:30:51,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:51.455 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.419s] 2018-09-02 08:30:51,929 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:51.928 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.473s] 2018-09-02 08:30:57,016 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:30:57.015 11183 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [2.586s] 2018-09-02 08:31:09,133 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:09.133 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.658s] 2018-09-02 08:31:12,697 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:12.696 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON ... fail 2018-09-02 08:31:16,127 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:16.126 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.994s] 2018-09-02 08:31:16,479 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:16.478 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.616s] 2018-09-02 08:31:17,151 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:17.150 11183 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.671s] 2018-09-02 08:31:20,368 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:20.368 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.241s] 2018-09-02 08:31:21,882 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:21.881 11183 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.228s] 2018-09-02 08:31:22,054 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:22.053 11183 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.172s] 2018-09-02 08:31:22,220 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:22.220 11183 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.166s] 2018-09-02 08:31:25,503 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:25.502 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.133s] 2018-09-02 08:31:25,959 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:25.958 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.111s] 2018-09-02 08:31:26,027 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:26.027 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.068s] 2018-09-02 08:31:26,943 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:26.942 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.915s] 2018-09-02 08:31:27,106 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:27.106 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.162s] 2018-09-02 08:31:27,108 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:27.107 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2018-09-02 08:31:30,957 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:30.957 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.454s] 2018-09-02 08:31:34,732 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:34.731 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.774s] 2018-09-02 08:31:36,426 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:36.426 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.010s] 2018-09-02 08:31:36,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:36.728 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.302s] 2018-09-02 08:31:36,773 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:36.772 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.043s] 2018-09-02 08:31:37,561 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:37.561 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.789s] 2018-09-02 08:31:37,595 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:37.595 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.034s] 2018-09-02 08:31:37,647 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:37.647 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.051s] 2018-09-02 08:31:37,750 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:37.749 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.102s] 2018-09-02 08:31:38,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:38.137 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.387s] 2018-09-02 08:31:38,175 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:38.175 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.037s] 2018-09-02 08:31:38,215 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:38.215 11183 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.040s] 2018-09-02 08:31:38,387 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:38.386 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.655s] 2018-09-02 08:31:44,778 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:44.778 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.390s] 2018-09-02 08:31:49,802 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:49.801 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.023s] 2018-09-02 08:31:50,144 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:50.143 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.342s] 2018-09-02 08:31:50,244 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:50.243 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.100s] 2018-09-02 08:31:50,336 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:50.336 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.092s] 2018-09-02 08:31:50,638 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:50.638 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.301s] 2018-09-02 08:31:50,714 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:50.713 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.075s] 2018-09-02 08:31:50,816 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:50.815 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2018-09-02 08:31:50,926 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:50.925 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.110s] 2018-09-02 08:31:51,192 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:51.192 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.266s] 2018-09-02 08:31:51,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:51.234 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.042s] 2018-09-02 08:31:51,694 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:51.693 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.301s] 2018-09-02 08:31:57,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:31:57.814 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.579s] 2018-09-02 08:32:01,658 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:01.658 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [2.124s] 2018-09-02 08:32:03,057 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:03.057 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [1.398s] 2018-09-02 08:32:10,913 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:10.912 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2018-09-02 08:32:20,888 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:20.887 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [68.459s] 2018-09-02 08:32:23,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:23.944 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.341s] 2018-09-02 08:32:33,008 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:33.007 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.061s] 2018-09-02 08:32:34,579 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:34.578 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [24.474s] 2018-09-02 08:32:36,071 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:36.070 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [11.859s] 2018-09-02 08:32:44,841 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:44.840 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.832s] 2018-09-02 08:32:47,489 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:47.488 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [11.417s] 2018-09-02 08:32:50,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:50.727 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.305s] 2018-09-02 08:32:50,935 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:50.935 11183 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.207s] 2018-09-02 08:32:52,157 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:32:52.156 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [17.578s] 2018-09-02 08:33:04,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:04.310 11183 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [43.412s] 2018-09-02 08:33:07,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:07.455 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [15.298s] 2018-09-02 08:33:15,823 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:15.822 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [28.328s] 2018-09-02 08:33:21,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:21.422 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [13.967s] 2018-09-02 08:33:25,554 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:25.553 11183 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.323s] 2018-09-02 08:33:31,413 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:31.412 11183 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [1.093s] 2018-09-02 08:33:31,440 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:31.440 11183 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.027s] 2018-09-02 08:33:35,367 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:35.367 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.544s] 2018-09-02 08:33:43,878 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:43.877 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.630s] 2018-09-02 08:33:50,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:50.402 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.525s] 2018-09-02 08:33:52,873 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:52.872 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.469s] 2018-09-02 08:33:53,258 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:53.258 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.386s] 2018-09-02 08:33:53,313 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:33:53.312 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.054s] 2018-09-02 08:34:01,081 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:01.081 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [4.135s] 2018-09-02 08:34:03,949 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:03.948 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [42.521s] 2018-09-02 08:34:15,117 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:15.116 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [21.802s] 2018-09-02 08:34:15,424 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:15.424 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.308s] 2018-09-02 08:34:15,743 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:15.743 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.319s] 2018-09-02 08:34:16,039 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:16.039 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [12.094s] 2018-09-02 08:34:21,509 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:21.508 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [20.422s] 2018-09-02 08:34:25,012 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:25.011 11183 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.483s] 2018-09-02 08:34:30,455 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:30.454 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.273s] 2018-09-02 08:34:30,746 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:30.745 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.290s] 2018-09-02 08:34:31,056 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:31.055 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.309s] 2018-09-02 08:34:31,341 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:31.341 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.285s] 2018-09-02 08:34:31,605 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:31.604 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.263s] 2018-09-02 08:34:31,895 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:31.894 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.289s] 2018-09-02 08:34:32,172 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:32.171 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.276s] 2018-09-02 08:34:32,459 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:32.458 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.286s] 2018-09-02 08:34:32,728 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:32.727 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.269s] 2018-09-02 08:34:33,007 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:33.006 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.278s] 2018-09-02 08:34:33,280 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:33.279 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.273s] 2018-09-02 08:34:33,315 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:33.315 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.035s] 2018-09-02 08:34:33,352 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:33.351 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.036s] 2018-09-02 08:34:33,386 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:33.386 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.034s] 2018-09-02 08:34:33,761 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:33.760 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.374s] 2018-09-02 08:34:34,013 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:34.013 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.252s] 2018-09-02 08:34:34,045 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:34.045 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.032s] 2018-09-02 08:34:34,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:34.421 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.375s] 2018-09-02 08:34:34,815 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:34.814 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.393s] 2018-09-02 08:34:34,866 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:34.865 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.051s] 2018-09-02 08:34:47,558 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:47.557 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [5.239s] 2018-09-02 08:34:53,195 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:53.194 11183 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.636s] 2018-09-02 08:34:53,327 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:53.326 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [31.812s] 2018-09-02 08:34:54,310 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:54.310 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [2.054s] 2018-09-02 08:34:56,350 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:34:56.350 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [2.040s] 2018-09-02 08:35:00,394 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:00.393 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [4.039s] 2018-09-02 08:35:01,490 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:01.490 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.100s] 2018-09-02 08:35:03,939 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:03.939 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [2.446s] 2018-09-02 08:35:05,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:05.371 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.433s] 2018-09-02 08:35:06,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:06.564 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.190s] 2018-09-02 08:35:06,629 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:06.629 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.067s] 2018-09-02 08:35:09,338 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:09.337 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.013s] 2018-09-02 08:35:11,187 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:11.186 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.262s] 2018-09-02 08:35:13,235 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:13.234 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [2.046s] 2018-09-02 08:35:14,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:14.221 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.987s] 2018-09-02 08:35:15,461 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:15.460 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [1.239s] 2018-09-02 08:35:17,423 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:17.422 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [1.961s] 2018-09-02 08:35:19,814 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:19.813 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.390s] 2018-09-02 08:35:20,729 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:20.728 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.914s] 2018-09-02 08:35:21,103 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:21.103 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.375s] 2018-09-02 08:35:21,122 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:21.121 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 08:35:21,138 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:21.137 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.016s] 2018-09-02 08:35:21,154 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:21.154 11183 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.016s] 2018-09-02 08:35:29,221 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:29.220 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.320s] 2018-09-02 08:35:30,718 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:30.717 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [1.497s] 2018-09-02 08:35:39,620 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:39.620 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [30.274s] 2018-09-02 08:35:40,934 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:40.934 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.671s] 2018-09-02 08:35:40,973 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:40.972 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.038s] 2018-09-02 08:35:41,324 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:41.323 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.351s] 2018-09-02 08:35:41,956 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:41.955 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.631s] 2018-09-02 08:35:42,518 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:42.517 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.562s] 2018-09-02 08:35:43,382 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:43.381 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.862s] 2018-09-02 08:35:43,602 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:43.601 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.221s] 2018-09-02 08:35:43,886 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:43.886 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.284s] 2018-09-02 08:35:44,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:44.215 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.329s] 2018-09-02 08:35:44,277 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:44.276 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.061s] 2018-09-02 08:35:44,466 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:44.465 11183 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2018-09-02 08:35:44,598 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:44.598 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.321s] 2018-09-02 08:35:45,355 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:45.355 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.756s] 2018-09-02 08:35:45,735 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:45.735 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.380s] 2018-09-02 08:35:45,805 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:45.805 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.070s] 2018-09-02 08:35:46,130 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:46.129 11183 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.324s] 2018-09-02 08:35:50,034 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:50.033 11183 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [1.552s] 2018-09-02 08:35:52,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:35:52.402 11183 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [2.368s] 2018-09-02 08:36:14,234 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:14.234 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.914s] 2018-09-02 08:36:14,568 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:14.567 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.335s] 2018-09-02 08:36:15,473 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:15.472 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.904s] 2018-09-02 08:36:17,780 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:17.779 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.307s] 2018-09-02 08:36:23,611 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:23.610 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.830s] 2018-09-02 08:36:23,664 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:23.663 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.053s] 2018-09-02 08:36:24,038 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:24.037 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.374s] 2018-09-02 08:36:47,073 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:47.072 11183 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.007s] 2018-09-02 08:36:51,824 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:51.823 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.268s] 2018-09-02 08:36:58,200 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:58.199 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [1.348s] 2018-09-02 08:36:59,577 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:36:59.577 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [1.377s] 2018-09-02 08:37:20,243 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:37:20.243 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [20.662s] 2018-09-02 08:37:35,216 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:37:35.215 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [1.572s] 2018-09-02 08:37:35,944 - functest.opnfv_tests.openstack.tempest.tempest - INFO - 2018-09-02 08:37:35.943 11183 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.727s] 2018-09-02 08:37:47,889 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 33fcec28-0f29-4c5e-9818-5c96674ef74a 2018-09-02 08:37:47,896 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '33fcec28-0f29-4c5e-9818-5c96674ef74a']'. 2018-09-02 08:37:48,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 08:37:48,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 08:37:48,829 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 08:37:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 33fcec28-0f29-4c5e-9818-5c96674ef74a | 2018-09-02 08:37:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | failed | 2018-09-02 08:37:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 08:29:28 | 2018-09-02 08:37:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 08:37:47 | 2018-09-02 08:37:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:08:19 | 2018-09-02 08:37:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | concurrency: 4 | 2018-09-02 08:37:48,830 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 08:37:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 08:37:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 5fa87fbe-4582-435b-8264-0cfdf33664a8) | 2018-09-02 08:37:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 08:37:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 579908da-ac1a-47d2-88e5-05893374e0f3) | 2018-09-02 08:37:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 217 | 2018-09-02 08:37:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 481.015 | 2018-09-02 08:37:48,831 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 199 | 2018-09-02 08:37:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 0 | 2018-09-02 08:37:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 08:37:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 08:37:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 18 | 2018-09-02 08:37:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 08:37:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +--------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 08:37:48,832 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 08:37:48,962 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest refstack_defcore success_rate is 91.7050691244% 2018-09-02 08:37:49,136 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 08:37:49,137 - xtesting.ci.run_tests - INFO - Test result: +--------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +--------------------------+------------------+------------------+----------------+ | refstack_defcore | functest | 08:50 | FAIL | +--------------------------+------------------+------------------+----------------+ 2018-09-02 08:37:49,142 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 08:37:49,146 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/a432f078-e452-4238-86ff-f6808d24702f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:37:49,717 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-aa41ec00-7ac9-4d79-8bc6-03421902a619 Date: Sun, 02 Sep 2018 08:37: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 08:37:49,718 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/a432f078-e452-4238-86ff-f6808d24702f used request id req-aa41ec00-7ac9-4d79-8bc6-03421902a619 2018-09-02 08:37:49,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.575537919998s 2018-09-02 08:37:49,718 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/a432f078-e452-4238-86ff-f6808d24702f used request id req-aa41ec00-7ac9-4d79-8bc6-03421902a619 2018-09-02 08:37:49,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 08:37:49,721 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:37:50,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:37: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-df157ccf-a2ca-457f-9cd0-f38898e7c311 x-compute-request-id: req-df157ccf-a2ca-457f-9cd0-f38898e7c311 Content-Encoding: gzip Content-Length: 366 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d2f66a7f-0589-464b-8736-e43c07e904de", "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": "d2f66a7f-0589-464b-8736-e43c07e904de"}, {"name": "refstack_defcore-flavor_alt_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c", "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": "f4d4e960-ada3-4bca-8fd9-7105d874d95c"}]} 2018-09-02 08:37:50,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-df157ccf-a2ca-457f-9cd0-f38898e7c311 2018-09-02 08:37:50,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.290675163269s 2018-09-02 08:37:50,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-df157ccf-a2ca-457f-9cd0-f38898e7c311 2018-09-02 08:37:50,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 08:37:50,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:37:50,055 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08: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 x-openstack-request-id: req-88e5f7f0-9d14-47f6-a92f-6712beb84010 x-compute-request-id: req-88e5f7f0-9d14-47f6-a92f-6712beb84010 Content-Length: 0 Content-Type: application/json 2018-09-02 08:37:50,055 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c used request id req-88e5f7f0-9d14-47f6-a92f-6712beb84010 2018-09-02 08:37:50,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0424859523773s 2018-09-02 08:37:50,055 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/f4d4e960-ada3-4bca-8fd9-7105d874d95c used request id req-88e5f7f0-9d14-47f6-a92f-6712beb84010 2018-09-02 08:37:50,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 08:37:50,056 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633/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}caba4fcf466f62ca321f46103857b7cd45b4b900" -d '{"subnet_id": "a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2"}' 2018-09-02 08:37:52,889 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-d0fa61c7-a11f-48dd-852f-15d540533798 Date: Sun, 02 Sep 2018 08:37:52 GMT RESP BODY: {"network_id": "0fd8bebb-2a56-4130-9ca5-d3851595e38c", "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "subnet_id": "a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2", "subnet_ids": ["a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2"], "port_id": "4331e009-5bd4-4411-bb51-46e55b76d0cd", "id": "c59c5e54-03fe-40a5-ac02-05c177dc2633"} 2018-09-02 08:37:52,889 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633/remove_router_interface.json used request id req-d0fa61c7-a11f-48dd-852f-15d540533798 2018-09-02 08:37:52,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.83339500427s 2018-09-02 08:37:52,889 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633/remove_router_interface.json used request id req-d0fa61c7-a11f-48dd-852f-15d540533798 returning object c59c5e54-03fe-40a5-ac02-05c177dc2633 2018-09-02 08:37:52,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 08:37:52,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:37:53,410 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1718 X-Openstack-Request-Id: req-9f02dca0-fa41-4610-bfe6-c2c7aca18159 Date: Sun, 02 Sep 2018 08:37:53 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2fb44061039d408fb38b482cf2dfa1eb", "created_at": "2018-09-02T07:46:20Z", "admin_state_up": false, "updated_at": "2018-09-02T07:46:20Z", "project_id": "2fb44061039d408fb38b482cf2dfa1eb", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4d23b842-5ed9-4411-a49e-f653ab377ea9", "name": "tempest-router-1283701890"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "created_at": "2018-09-02T07:44:57Z", "admin_state_up": true, "updated_at": "2018-09-02T07:45:00Z", "project_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "707d85f9-f0d5-45c3-9aa1-8316101887f8", "name": "tempest-pretest-check-362052834"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "created_at": "2018-09-02T08:29:02Z", "admin_state_up": true, "updated_at": "2018-09-02T08:37:51Z", "project_id": "2cd6739785884dbaa3729753ec1b7689", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "c59c5e54-03fe-40a5-ac02-05c177dc2633", "name": "refstack_defcore-router_c90e28fe-9280-467c-ac85-ea60da5762d7"}]} 2018-09-02 08:37:53,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9f02dca0-fa41-4610-bfe6-c2c7aca18159 2018-09-02 08:37:53,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.520340919495s 2018-09-02 08:37:53,411 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-9f02dca0-fa41-4610-bfe6-c2c7aca18159 2018-09-02 08:37:53,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 08:37:53,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:37:57,507 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-9d406f3f-f558-4c87-b3f0-02cef29615be Content-Length: 0 Date: Sun, 02 Sep 2018 08:37:57 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:37:57,508 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633.json used request id req-9d406f3f-f558-4c87-b3f0-02cef29615be 2018-09-02 08:37:57,508 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.09441184998s 2018-09-02 08:37:57,508 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/c59c5e54-03fe-40a5-ac02-05c177dc2633.json used request id req-9d406f3f-f558-4c87-b3f0-02cef29615be 2018-09-02 08:37:57,508 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 08:37:57,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:37:57,821 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1932 X-Openstack-Request-Id: req-96038369-baf9-4a76-bedd-e08bdbf10a47 Date: Sun, 02 Sep 2018 08:37:57 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T08:29: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":"a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"2cd6739785884dbaa3729753ec1b7689","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"refstack_defcore-subnet_c90e28fe-9280-467c-ac85-ea60da5762d7","enable_dhcp":true,"segment_id":null,"network_id":"0fd8bebb-2a56-4130-9ca5-d3851595e38c","tenant_id":"2cd6739785884dbaa3729753ec1b7689","created_at":"2018-09-02T08:29:00Z","ip_version":4},{"updated_at":"2018-09-02T07:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f6c61b45-9a20-49d8-907f-b659911ef48e","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 0f7baca2e14141d9908f3f87d7c7b6f4","enable_dhcp":false,"segment_id":null,"network_id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","tenant_id":"","created_at":"2018-09-02T07:44:56Z","ip_version":4}]} 2018-09-02 08:37:57,821 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-96038369-baf9-4a76-bedd-e08bdbf10a47 2018-09-02 08:37:57,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.31272816658s 2018-09-02 08:37:57,822 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-96038369-baf9-4a76-bedd-e08bdbf10a47 2018-09-02 08:37:57,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 08:37:57,824 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:38:00,349 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0a7d643a-6203-49c0-a949-6b176507703d Date: Sun, 02 Sep 2018 08:38:00 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:38:00,349 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2.json used request id req-0a7d643a-6203-49c0-a949-6b176507703d 2018-09-02 08:38:00,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.52567601204s 2018-09-02 08:38:00,350 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/a9f3ae61-54bf-4ef5-83fd-5cf7bfb0dfe2.json used request id req-0a7d643a-6203-49c0-a949-6b176507703d 2018-09-02 08:38:00,350 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:38:00,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:38:00,786 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2113 X-Openstack-Request-Id: req-f176a369-1e39-4490-9747-bf6861b152aa Date: Sun, 02 Sep 2018 08:38:00 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"0fd8bebb-2a56-4130-9ca5-d3851595e38c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":17,"ipv4_address_scope":null,"shared":true,"project_id":"2cd6739785884dbaa3729753ec1b7689","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:38:00Z","qos_policy_id":null,"name":"refstack_defcore-net_c90e28fe-9280-467c-ac85-ea60da5762d7","admin_state_up":true,"tenant_id":"2cd6739785884dbaa3729753ec1b7689","created_at":"2018-09-02T08:28:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 08:38:00,787 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f176a369-1e39-4490-9747-bf6861b152aa 2018-09-02 08:38:00,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.436517953873s 2018-09-02 08:38:00,787 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f176a369-1e39-4490-9747-bf6861b152aa 2018-09-02 08:38:00,788 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 08:38:00,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/0fd8bebb-2a56-4130-9ca5-d3851595e38c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:38:01,859 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-493dbf81-3e5c-4f39-ae61-3e55c2c1f98b Date: Sun, 02 Sep 2018 08:38:01 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:38:01,859 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/0fd8bebb-2a56-4130-9ca5-d3851595e38c.json used request id req-493dbf81-3e5c-4f39-ae61-3e55c2c1f98b 2018-09-02 08:38:01,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.07062005997s 2018-09-02 08:38:01,859 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/0fd8bebb-2a56-4130-9ca5-d3851595e38c.json used request id req-493dbf81-3e5c-4f39-ae61-3e55c2c1f98b 2018-09-02 08:38:01,863 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:38:01,867 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:38:02,247 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1408 Content-Type: application/json X-Openstack-Request-Id: req-4a32c94b-7481-4540-8f22-be6e868f9999 Date: Sun, 02 Sep 2018 08:38:02 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:29:13Z", "file": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d/file", "owner": "2cd6739785884dbaa3729753ec1b7689", "id": "bb539453-b3ae-4035-889f-0ac6e834a58d", "size": 12716032, "self": "/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/bb539453-b3ae-4035-889f-0ac6e834a58d/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "refstack_defcore-img_c90e28fe-9280-467c-ac85-ea60da5762d7", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:29:11Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:38:02,248 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-4a32c94b-7481-4540-8f22-be6e868f9999 2018-09-02 08:38:02,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.3843729496s 2018-09-02 08:38:02,248 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-4a32c94b-7481-4540-8f22-be6e868f9999 2018-09-02 08:38:02,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 08:38:02,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}caba4fcf466f62ca321f46103857b7cd45b4b900" 2018-09-02 08:38:03,645 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d44b8b15-c3a8-4ef5-9caf-1999ca93b25b Date: Sun, 02 Sep 2018 08:38: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 08:38:03,646 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d used request id req-d44b8b15-c3a8-4ef5-9caf-1999ca93b25b 2018-09-02 08:38:03,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.39577293396s 2018-09-02 08:38:03,646 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/bb539453-b3ae-4035-889f-0ac6e834a58d used request id req-d44b8b15-c3a8-4ef5-9caf-1999ca93b25b 2018-09-02 08:38:03,646 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 08:38:03,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:38:03,671 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38: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-eb549133-5f0c-46c1-8ac6-f8eef38f24df x-compute-request-id: req-eb549133-5f0c-46c1-8ac6-f8eef38f24df Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavors": [{"name": "refstack_defcore-flavor_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/d2f66a7f-0589-464b-8736-e43c07e904de", "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": "d2f66a7f-0589-464b-8736-e43c07e904de"}]} 2018-09-02 08:38:03,671 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-eb549133-5f0c-46c1-8ac6-f8eef38f24df 2018-09-02 08:38:03,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0244691371918s 2018-09-02 08:38:03,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-eb549133-5f0c-46c1-8ac6-f8eef38f24df 2018-09-02 08:38:03,673 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 08:38:03,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:38:03,707 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08:38: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-23c3b1a7-df6f-4bbe-838a-bf06a22489a0 x-compute-request-id: req-23c3b1a7-df6f-4bbe-838a-bf06a22489a0 Content-Length: 0 Content-Type: application/json 2018-09-02 08:38:03,707 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de used request id req-23c3b1a7-df6f-4bbe-838a-bf06a22489a0 2018-09-02 08:38:03,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.034334897995s 2018-09-02 08:38:03,708 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/d2f66a7f-0589-464b-8736-e43c07e904de used request id req-23c3b1a7-df6f-4bbe-838a-bf06a22489a0 2018-09-02 08:38:03,708 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:38:03,712 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:38:03,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fd79f20d-1b90-4540-9a5d-38f868e85b9c Content-Encoding: gzip Content-Length: 974 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": {"self": "http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "54aaa601908d426eba79c278ef19204b", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:38:03,909 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fd79f20d-1b90-4540-9a5d-38f868e85b9c 2018-09-02 08:38:03,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.200753927231s 2018-09-02 08:38:03,910 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fd79f20d-1b90-4540-9a5d-38f868e85b9c 2018-09-02 08:38:03,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:38:03,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:38:04,122 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a712bed7-ceb6-446e-acee-dfefda937713 Content-Encoding: gzip Content-Length: 230 Content-Type: application/json RESP BODY: {"user": {"name": "refstack_defcore-user_c90e28fe-9280-467c-ac85-ea60da5762d7", "links": {"self": "http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "54aaa601908d426eba79c278ef19204b", "description": null}} 2018-09-02 08:38:04,122 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b used request id req-a712bed7-ceb6-446e-acee-dfefda937713 2018-09-02 08:38:04,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206287145615s 2018-09-02 08:38:04,122 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b used request id req-a712bed7-ceb6-446e-acee-dfefda937713 2018-09-02 08:38:04,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 08:38:04,127 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:38:04,416 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4f0f7a51-97cb-4d09-b1d4-eb3d70472f81 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 08:38:04,416 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b used request id req-4f0f7a51-97cb-4d09-b1d4-eb3d70472f81 2018-09-02 08:38:04,417 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.293558120728s 2018-09-02 08:38:04,417 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/54aaa601908d426eba79c278ef19204b used request id req-4f0f7a51-97cb-4d09-b1d4-eb3d70472f81 2018-09-02 08:38:04,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:38:04,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:38:04,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9566ea2c-b158-4ce0-ac17-df5bcc27c144 Content-Encoding: gzip Content-Length: 530 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: refstack_defcore", "links": {"self": "http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689"}, "tags": [], "enabled": true, "id": "2cd6739785884dbaa3729753ec1b7689", "parent_id": "default", "domain_id": "default", "name": "refstack_defcore-project_c90e28fe-9280-467c-ac85-ea60da5762d7"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 08:38:04,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-9566ea2c-b158-4ce0-ac17-df5bcc27c144 2018-09-02 08:38:04,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192533969879s 2018-09-02 08:38:04,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-9566ea2c-b158-4ce0-ac17-df5bcc27c144 2018-09-02 08:38:04,621 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 08:38:04,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}bb2bb5f2b86c99db173a644aa47e60b63bd75608" 2018-09-02 08:38:04,878 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:38:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bcdd0cf4-b782-49c8-bac4-6c3eb1d6adf1 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 08:38:04,878 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689 used request id req-bcdd0cf4-b782-49c8-bac4-6c3eb1d6adf1 2018-09-02 08:38:04,878 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.257503986359s 2018-09-02 08:38:04,878 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/2cd6739785884dbaa3729753ec1b7689 used request id req-bcdd0cf4-b782-49c8-bac4-6c3eb1d6adf1 2018-09-02 08:38:04,879 - xtesting.ci.run_tests - ERROR - The test case 'refstack_defcore' failed. 2018-09-02 08:38:04,936 - xtesting.ci.run_tests - INFO - Loading test case 'patrole'... 2018-09-02 08:38:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 08:38:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 08:38:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 08:38:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 08:38:04,980 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 08:38:04,981 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 08:38:04,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 08:38:04,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 08:38:04,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 08:38:04,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 08:38:04,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 08:38:04,982 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 08:38:04,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:38:04,989 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29ef7b50-1fdf-43e4-abb2-600ffb1504a2 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 08:38:04,989 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-29ef7b50-1fdf-43e4-abb2-600ffb1504a2 2018-09-02 08:38:04,990 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:38:05,387 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T09:38:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["Fg2zdIlMRHKr549nD9mrDA"], "issued_at": "2018-09-02T08:38:05.000000Z"}} 2018-09-02 08:38:05,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:38:05,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:05,757 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-174f0df5-573d-478e-b5cb-cd59133f6f5b Date: Sun, 02 Sep 2018 08:38:05 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 08:38:05,757 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-174f0df5-573d-478e-b5cb-cd59133f6f5b 2018-09-02 08:38:05,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.367292881012s 2018-09-02 08:38:05,757 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-174f0df5-573d-478e-b5cb-cd59133f6f5b 2018-09-02 08:38:05,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:38:05,766 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 08:38:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-af7c0be1-696a-40ab-b9ed-e22d6e3a5976 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 08:38:05,766 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-af7c0be1-696a-40ab-b9ed-e22d6e3a5976 2018-09-02 08:38:05,767 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:38:05,770 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:05,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0cf7416-5b51-49a6-a66f-c2576b23ace5 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 08:38:05,968 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-e0cf7416-5b51-49a6-a66f-c2576b23ace5 2018-09-02 08:38:05,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.200744152069s 2018-09-02 08:38:05,968 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-e0cf7416-5b51-49a6-a66f-c2576b23ace5 2018-09-02 08:38:05,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 08:38:05,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" -d '{"project": {"description": "Created by OPNFV Functest: patrole", "enabled": true, "domain_id": "default", "name": "patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea"}}' 2018-09-02 08:38:06,190 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 08:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c710e77-705b-465c-95a1-91e8974e69ce 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.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d"}, "tags": [], "enabled": true, "id": "1dbbfce1e26b44b9a06cf3401e810f5d", "parent_id": "default", "domain_id": "default", "name": "patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea"}} 2018-09-02 08:38:06,191 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-6c710e77-705b-465c-95a1-91e8974e69ce 2018-09-02 08:38:06,191 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.215521097183s 2018-09-02 08:38:06,191 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-6c710e77-705b-465c-95a1-91e8974e69ce 2018-09-02 08:38:06,192 - 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'1dbbfce1e26b44b9a06cf3401e810f5d', '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_497e4b54-d4e4-406d-92c7-ed369b6259ea'}) 2018-09-02 08:38:06,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 08:38:06,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "af0138e4-2072-4033-924c-98cd8a18d0ac", "email": null, "name": "patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea"}}' 2018-09-02 08:38:06,657 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 08:38:06 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7c43157b-83b4-489c-84dd-43174933b77b Content-Length: 322 Content-Type: application/json RESP BODY: {"user": {"name": "patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": {"self": "http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a151b0c9cbf744799eefdf2be1039b42", "domain_id": "default", "password_expires_at": null}} 2018-09-02 08:38:06,657 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-7c43157b-83b4-489c-84dd-43174933b77b 2018-09-02 08:38:06,657 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.459496021271s 2018-09-02 08:38:06,658 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-7c43157b-83b4-489c-84dd-43174933b77b 2018-09-02 08:38:06,658 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'a151b0c9cbf744799eefdf2be1039b42', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea'}) 2018-09-02 08:38:06,662 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:38:06,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:06,844 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-46cc7988-b078-40b3-ae21-2e9d3d54e79c Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:38:06,844 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-46cc7988-b078-40b3-ae21-2e9d3d54e79c 2018-09-02 08:38:06,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182698011398s 2018-09-02 08:38:06,845 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-46cc7988-b078-40b3-ae21-2e9d3d54e79c 2018-09-02 08:38:06,850 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:38:06,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:06,962 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-44b99936-e1be-4068-a08a-c9fb74a93bcb Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:38:06,962 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-44b99936-e1be-4068-a08a-c9fb74a93bcb 2018-09-02 08:38:06,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112081050873s 2018-09-02 08:38:06,962 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-44b99936-e1be-4068-a08a-c9fb74a93bcb 2018-09-02 08:38:06,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:38:06,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:07,162 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c7431f8-f554-457a-8068-738f375d54a3 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:38:07,163 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4c7431f8-f554-457a-8068-738f375d54a3 2018-09-02 08:38:07,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195466995239s 2018-09-02 08:38:07,163 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4c7431f8-f554-457a-8068-738f375d54a3 2018-09-02 08:38:07,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:38:07,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:07,355 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5ae64d4-b86f-422f-a27e-a33ceb2b3f9d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:38:07,356 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-c5ae64d4-b86f-422f-a27e-a33ceb2b3f9d 2018-09-02 08:38:07,356 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.187707901001s 2018-09-02 08:38:07,356 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-c5ae64d4-b86f-422f-a27e-a33ceb2b3f9d 2018-09-02 08:38:07,357 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:38:07,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:07,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7597ebbf-d139-423f-b9db-a478d6eadd84 Content-Encoding: gzip Content-Length: 968 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": {"self": "http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a151b0c9cbf744799eefdf2be1039b42", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:38:07,564 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-7597ebbf-d139-423f-b9db-a478d6eadd84 2018-09-02 08:38:07,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20699596405s 2018-09-02 08:38:07,564 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-7597ebbf-d139-423f-b9db-a478d6eadd84 2018-09-02 08:38:07,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:38:07,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:07,734 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b26c71e3-259b-4e18-9191-1ec4b8f1acf9 Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d"}, "tags": [], "enabled": true, "id": "1dbbfce1e26b44b9a06cf3401e810f5d", "parent_id": "default", "domain_id": "default", "name": "patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 08:38:07,734 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-b26c71e3-259b-4e18-9191-1ec4b8f1acf9 2018-09-02 08:38:07,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.158881902695s 2018-09-02 08:38:07,735 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-b26c71e3-259b-4e18-9191-1ec4b8f1acf9 2018-09-02 08:38:07,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:38:07,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=a151b0c9cbf744799eefdf2be1039b42&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1dbbfce1e26b44b9a06cf3401e810f5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:08,030 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c59d4911-1845-475d-aba1-9b10b84b43ea Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=a151b0c9cbf744799eefdf2be1039b42&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1dbbfce1e26b44b9a06cf3401e810f5d", "previous": null, "next": null}} 2018-09-02 08:38:08,031 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=a151b0c9cbf744799eefdf2be1039b42&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1dbbfce1e26b44b9a06cf3401e810f5d used request id req-c59d4911-1845-475d-aba1-9b10b84b43ea 2018-09-02 08:38:08,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.287791013718s 2018-09-02 08:38:08,031 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=a151b0c9cbf744799eefdf2be1039b42&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1dbbfce1e26b44b9a06cf3401e810f5d used request id req-c59d4911-1845-475d-aba1-9b10b84b43ea 2018-09-02 08:38:08,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:38:08,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d/users/a151b0c9cbf744799eefdf2be1039b42/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:08,276 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1941438-93b6-40d7-90af-a28c1f21b7b2 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 08:38:08,277 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d/users/a151b0c9cbf744799eefdf2be1039b42/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-e1941438-93b6-40d7-90af-a28c1f21b7b2 2018-09-02 08:38:08,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.242289066315s 2018-09-02 08:38:08,277 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d/users/a151b0c9cbf744799eefdf2be1039b42/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-e1941438-93b6-40d7-90af-a28c1f21b7b2 2018-09-02 08:38:08,278 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea', 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'1dbbfce1e26b44b9a06cf3401e810f5d', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'af0138e4-2072-4033-924c-98cd8a18d0ac', 'username': u'patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 08:38:08,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 08:38:08,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 08:38:08,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 08:38:08,279 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 08:38:08,280 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 08:38:08,281 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 08:38:08,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 08:38:08,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 08:38:08,282 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 08:38:08,283 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea', 'password': 'af0138e4-2072-4033-924c-98cd8a18d0ac', 'project_name': 'patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '1dbbfce1e26b44b9a06cf3401e810f5d', 'project_domain_name': 'Default'} 2018-09-02 08:38:08,287 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:38:08,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:08,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6683a9d7-b6c8-445d-80a9-cd3052a54d89 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:38:08,474 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6683a9d7-b6c8-445d-80a9-cd3052a54d89 2018-09-02 08:38:08,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187669038773s 2018-09-02 08:38:08,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6683a9d7-b6c8-445d-80a9-cd3052a54d89 2018-09-02 08:38:08,480 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:38:08,483 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:08,677 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-247e875a-bf19-44e4-81fd-0015cefda316 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:38:08,677 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-247e875a-bf19-44e4-81fd-0015cefda316 2018-09-02 08:38:08,678 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.197755098343s 2018-09-02 08:38:08,678 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-247e875a-bf19-44e4-81fd-0015cefda316 2018-09-02 08:38:08,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:38:08,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:08,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d88bc99-5fd3-4d94-9632-1ad3eb749a68 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:38:08,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9d88bc99-5fd3-4d94-9632-1ad3eb749a68 2018-09-02 08:38:08,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.18294095993s 2018-09-02 08:38:08,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9d88bc99-5fd3-4d94-9632-1ad3eb749a68 2018-09-02 08:38:08,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:38:08,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:09,071 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5bd9d2c6-3d2e-42fe-beed-f6accabee70c Content-Encoding: gzip Content-Length: 968 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": {"self": "http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a151b0c9cbf744799eefdf2be1039b42", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:38:09,071 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-5bd9d2c6-3d2e-42fe-beed-f6accabee70c 2018-09-02 08:38:09,071 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204213857651s 2018-09-02 08:38:09,072 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-5bd9d2c6-3d2e-42fe-beed-f6accabee70c 2018-09-02 08:38:09,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:38:09,085 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:09,195 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ccb4b33e-13db-472e-baab-822b08e53dbb Content-Encoding: gzip Content-Length: 529 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d"}, "tags": [], "enabled": true, "id": "1dbbfce1e26b44b9a06cf3401e810f5d", "parent_id": "default", "domain_id": "default", "name": "patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 08:38:09,195 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-ccb4b33e-13db-472e-baab-822b08e53dbb 2018-09-02 08:38:09,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.112461090088s 2018-09-02 08:38:09,195 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-ccb4b33e-13db-472e-baab-822b08e53dbb 2018-09-02 08:38:09,203 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:38:09,206 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=a151b0c9cbf744799eefdf2be1039b42&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1dbbfce1e26b44b9a06cf3401e810f5d" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:09,304 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa1ade92-d213-421a-bafe-ffa724bd255f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=a151b0c9cbf744799eefdf2be1039b42&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1dbbfce1e26b44b9a06cf3401e810f5d", "previous": null, "next": null}} 2018-09-02 08:38:09,304 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=a151b0c9cbf744799eefdf2be1039b42&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1dbbfce1e26b44b9a06cf3401e810f5d used request id req-fa1ade92-d213-421a-bafe-ffa724bd255f 2018-09-02 08:38:09,304 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.101438045502s 2018-09-02 08:38:09,305 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=a151b0c9cbf744799eefdf2be1039b42&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1dbbfce1e26b44b9a06cf3401e810f5d used request id req-fa1ade92-d213-421a-bafe-ffa724bd255f 2018-09-02 08:38:09,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:38:09,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d/users/a151b0c9cbf744799eefdf2be1039b42/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:38:09,546 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:38:09 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d3b3181-ee0e-4614-a3ee-1fa016a81b43 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 08:38:09,546 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d/users/a151b0c9cbf744799eefdf2be1039b42/roles/8e0d526659f746328b933c99a8db6754 used request id req-2d3b3181-ee0e-4614-a3ee-1fa016a81b43 2018-09-02 08:38:09,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.238514900208s 2018-09-02 08:38:09,547 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d/users/a151b0c9cbf744799eefdf2be1039b42/roles/8e0d526659f746328b933c99a8db6754 used request id req-2d3b3181-ee0e-4614-a3ee-1fa016a81b43 2018-09-02 08:38:09,547 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 08:38:12,396 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 08:38:15,107 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | b87a583f-c1fa-4691-ba0c-c32751a5872d | 2018-09-02T08:38:14.802926 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: b87a583f-c1fa-4691-ba0c-c32751a5872d ~/.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 08:38:19,070 - 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 08:38:19,070 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 08:38:21,780 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 08:38:25,168 - 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=1fdd1136-6fcf-4169-ab56-7aa5da7c29e9) as the default verifier for the future CLI operations. 2018-09-02 08:38:28,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:38:28,446 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1d7f0e47-6875-4f35-8b20-ac46ad940ad6 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 08:38:28,447 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-1d7f0e47-6875-4f35-8b20-ac46ad940ad6 2018-09-02 08:38:28,447 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:38:28,853 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T09:38:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dbbfce1e26b44b9a06cf3401e810f5d", "name": "patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/1dbbfce1e26b44b9a06cf3401e810f5d", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea", "id": "a151b0c9cbf744799eefdf2be1039b42"}, "audit_ids": ["OruBdsR3S8S7tk_Ka0j61A"], "issued_at": "2018-09-02T08:38:28.000000Z"}} 2018-09-02 08:38:28,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 08:38:28,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:29,140 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-87664d7d-dac7-45c3-8f9e-4415d52b653b Date: Sun, 02 Sep 2018 08:38:29 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 08:38:29,141 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-87664d7d-dac7-45c3-8f9e-4415d52b653b 2018-09-02 08:38:29,141 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.283993005753s 2018-09-02 08:38:29,141 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-87664d7d-dac7-45c3-8f9e-4415d52b653b 2018-09-02 08:38:29,151 - xtesting.ci.run_tests - INFO - Running test case 'patrole'... 2018-09-02 08:38:29,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 08:38:29,153 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '{"network": {"shared": true, "name": "patrole-net_497e4b54-d4e4-406d-92c7-ed369b6259ea", "admin_state_up": true}}' 2018-09-02 08:38:29,751 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 720 X-Openstack-Request-Id: req-3fbdb7d9-f59f-416f-8715-c2e18dce8036 Date: Sun, 02 Sep 2018 08:38:29 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"66db7353-66e5-48d3-9e17-5faeac84790a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":true,"project_id":"1dbbfce1e26b44b9a06cf3401e810f5d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:38:29Z","is_default":false,"qos_policy_id":null,"name":"patrole-net_497e4b54-d4e4-406d-92c7-ed369b6259ea","admin_state_up":true,"tenant_id":"1dbbfce1e26b44b9a06cf3401e810f5d","created_at":"2018-09-02T08:38:29Z","mtu":1450}} 2018-09-02 08:38:29,751 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3fbdb7d9-f59f-416f-8715-c2e18dce8036 2018-09-02 08:38:29,751 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.599245071411s 2018-09-02 08:38:29,752 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3fbdb7d9-f59f-416f-8715-c2e18dce8036 2018-09-02 08:38:29,752 - 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-02T08:38:29Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'66db7353-66e5-48d3-9e17-5faeac84790a', 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'patrole-net_497e4b54-d4e4-406d-92c7-ed369b6259ea', u'created_at': u'2018-09-02T08:38:29Z', u'mtu': 1450, u'tenant_id': u'1dbbfce1e26b44b9a06cf3401e810f5d', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'1dbbfce1e26b44b9a06cf3401e810f5d', u'l2_adjacency': True}) 2018-09-02 08:38:29,752 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:38:29,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:30,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2098 X-Openstack-Request-Id: req-92ac1359-d15d-4598-88e1-009a0c6b97d5 Date: Sun, 02 Sep 2018 08:38:30 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"66db7353-66e5-48d3-9e17-5faeac84790a","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":true,"project_id":"1dbbfce1e26b44b9a06cf3401e810f5d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:38:29Z","qos_policy_id":null,"name":"patrole-net_497e4b54-d4e4-406d-92c7-ed369b6259ea","admin_state_up":true,"tenant_id":"1dbbfce1e26b44b9a06cf3401e810f5d","created_at":"2018-09-02T08:38:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 08:38:30,128 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-92ac1359-d15d-4598-88e1-009a0c6b97d5 2018-09-02 08:38:30,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375787973404s 2018-09-02 08:38:30,128 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-92ac1359-d15d-4598-88e1-009a0c6b97d5 2018-09-02 08:38:30,130 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 08:38:30,131 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '{"subnet": {"name": "patrole-subnet_497e4b54-d4e4-406d-92c7-ed369b6259ea", "enable_dhcp": true, "network_id": "66db7353-66e5-48d3-9e17-5faeac84790a", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 08:38:31,206 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-87af0ba0-7cff-4398-ab86-0dbe62895e4e Date: Sun, 02 Sep 2018 08:38:31 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T08:38:30Z","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":"56b9e319-5a55-4349-beb7-ab683ffc4ce1","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"1dbbfce1e26b44b9a06cf3401e810f5d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_497e4b54-d4e4-406d-92c7-ed369b6259ea","enable_dhcp":true,"segment_id":null,"network_id":"66db7353-66e5-48d3-9e17-5faeac84790a","tenant_id":"1dbbfce1e26b44b9a06cf3401e810f5d","created_at":"2018-09-02T08:38:30Z","ip_version":4}} 2018-09-02 08:38:31,207 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-87af0ba0-7cff-4398-ab86-0dbe62895e4e 2018-09-02 08:38:31,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.07651996613s 2018-09-02 08:38:31,207 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-87af0ba0-7cff-4398-ab86-0dbe62895e4e 2018-09-02 08:38:31,207 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T08:38:30Z', u'ipv6_ra_mode': None, u'allocation_pools': [{u'start': u'192.168.120.2', u'end': u'192.168.120.254'}], u'host_routes': [], u'revision_number': 0, u'ipv6_address_mode': None, u'cidr': u'192.168.120.0/24', u'id': u'56b9e319-5a55-4349-beb7-ab683ffc4ce1', u'subnetpool_id': None, u'service_types': [], u'name': u'patrole-subnet_497e4b54-d4e4-406d-92c7-ed369b6259ea', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'66db7353-66e5-48d3-9e17-5faeac84790a', u'tenant_id': u'1dbbfce1e26b44b9a06cf3401e810f5d', u'created_at': u'2018-09-02T08:38:30Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'1dbbfce1e26b44b9a06cf3401e810f5d'}) 2018-09-02 08:38:31,208 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 08:38:31,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "patrole-router_497e4b54-d4e4-406d-92c7-ed369b6259ea", "admin_state_up": true}}' 2018-09-02 08:38:37,813 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 706 X-Openstack-Request-Id: req-dbbeecdf-0764-4e98-bc29-0b6e87df77ba Date: Sun, 02 Sep 2018 08:38:37 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "created_at": "2018-09-02T08:38:32Z", "admin_state_up": true, "updated_at": "2018-09-02T08:38:33Z", "project_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "ee3a597e-0b63-472e-b529-898a8ad25d3f", "name": "patrole-router_497e4b54-d4e4-406d-92c7-ed369b6259ea"}} 2018-09-02 08:38:37,814 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-dbbeecdf-0764-4e98-bc29-0b6e87df77ba 2018-09-02 08:38:37,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.60614514351s 2018-09-02 08:38:37,814 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-dbbeecdf-0764-4e98-bc29-0b6e87df77ba 2018-09-02 08:38:37,815 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T08:38:33Z', u'revision_number': 3, u'ha': True, u'id': u'ee3a597e-0b63-472e-b529-898a8ad25d3f', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'patrole-router_497e4b54-d4e4-406d-92c7-ed369b6259ea', u'admin_state_up': True, u'tenant_id': u'1dbbfce1e26b44b9a06cf3401e810f5d', u'created_at': u'2018-09-02T08:38:32Z', u'flavor_id': None, u'routes': [], u'project_id': u'1dbbfce1e26b44b9a06cf3401e810f5d'}) 2018-09-02 08:38:37,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 08:38:37,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f/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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '{"subnet_id": "56b9e319-5a55-4349-beb7-ab683ffc4ce1"}' 2018-09-02 08:38:40,947 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-1845cd0f-2233-4f2e-8121-45191b8d16a8 Date: Sun, 02 Sep 2018 08:38:40 GMT RESP BODY: {"network_id": "66db7353-66e5-48d3-9e17-5faeac84790a", "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "subnet_id": "56b9e319-5a55-4349-beb7-ab683ffc4ce1", "subnet_ids": ["56b9e319-5a55-4349-beb7-ab683ffc4ce1"], "port_id": "ef64ac07-4537-48a4-bfab-ce77c1dfc92f", "id": "ee3a597e-0b63-472e-b529-898a8ad25d3f"} 2018-09-02 08:38:40,947 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f/add_router_interface.json used request id req-1845cd0f-2233-4f2e-8121-45191b8d16a8 2018-09-02 08:38:40,948 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.13220715523s 2018-09-02 08:38:40,948 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f/add_router_interface.json used request id req-1845cd0f-2233-4f2e-8121-45191b8d16a8 returning object ee3a597e-0b63-472e-b529-898a8ad25d3f 2018-09-02 08:38:40,949 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 08:38:41,080 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 08:38:41,082 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:38:41,086 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 08:38:41 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 08:38:41,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:38:41,095 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:41,397 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-490574b2-7447-47dc-931a-b18faaf1b002 Date: Sun, 02 Sep 2018 08:38:41 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:38:41,398 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-490574b2-7447-47dc-931a-b18faaf1b002 2018-09-02 08:38:41,398 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306448936462s 2018-09-02 08:38:41,398 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-490574b2-7447-47dc-931a-b18faaf1b002 2018-09-02 08:38:41,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 08:38:41,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea"}' 2018-09-02 08:38:42,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 930 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bf36c6ea-9f59-40c9-8a1e-ad67bfb4adb7 Date: Sun, 02 Sep 2018 08:38:42 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:38:41Z", "file": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/file", "owner": "1dbbfce1e26b44b9a06cf3401e810f5d", "id": "d899d2c3-6631-4c64-a5a1-d8596da634e1", "size": null, "self": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1", "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_497e4b54-d4e4-406d-92c7-ed369b6259ea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "checksum": null, "created_at": "2018-09-02T08:38:41Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 08:38:42,272 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-bf36c6ea-9f59-40c9-8a1e-ad67bfb4adb7 2018-09-02 08:38:42,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.866472005844s 2018-09-02 08:38:42,272 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-bf36c6ea-9f59-40c9-8a1e-ad67bfb4adb7 returning object d899d2c3-6631-4c64-a5a1-d8596da634e1 2018-09-02 08:38:42,273 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 08:38:42,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '' 2018-09-02 08:38:43,708 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-26085757-dd31-4677-a797-65a484eff229 Date: Sun, 02 Sep 2018 08:38: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 08:38:43,708 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/file used request id req-26085757-dd31-4677-a797-65a484eff229 2018-09-02 08:38:43,708 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.43501996994s 2018-09-02 08:38:43,708 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/file used request id req-26085757-dd31-4677-a797-65a484eff229 2018-09-02 08:38:43,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:38:43,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:44,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-9351cd98-13ac-4e5f-9137-f53de6f3e71b Date: Sun, 02 Sep 2018 08:38:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:38:43Z", "file": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/file", "owner": "1dbbfce1e26b44b9a06cf3401e810f5d", "id": "d899d2c3-6631-4c64-a5a1-d8596da634e1", "size": 12716032, "self": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:38:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:38:44,022 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9351cd98-13ac-4e5f-9137-f53de6f3e71b 2018-09-02 08:38:44,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309582948685s 2018-09-02 08:38:44,022 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-9351cd98-13ac-4e5f-9137-f53de6f3e71b 2018-09-02 08:38:44,024 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap', u'metadata': Munch({})})], 'file': u'/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/file', 'owner': u'1dbbfce1e26b44b9a06cf3401e810f5d', 'id': u'd899d2c3-6631-4c64-a5a1-d8596da634e1', 'size': 12716032, u'self': u'/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dbbfce1e26b44b9a06cf3401e810f5d', 'name': 'patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T08:38:43Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T08:38:43Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea', '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/d899d2c3-6631-4c64-a5a1-d8596da634e1', 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_497e4b54-d4e4-406d-92c7-ed369b6259ea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea', 'created': u'2018-09-02T08:38:41Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T08:38:41Z', 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/d899d2c3-6631-4c64-a5a1-d8596da634e1', 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_497e4b54-d4e4-406d-92c7-ed369b6259ea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 08:38:44,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 08:38:44,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "patrole-flavor_497e4b54-d4e4-406d-92c7-ed369b6259ea", "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 08:38:44,391 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38: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-c74976e7-7c51-4f4b-be72-2da36a43c5d7 x-compute-request-id: req-c74976e7-7c51-4f4b-be72-2da36a43c5d7 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3245a92d-2385-4874-8024-c94f00303cad", "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": "3245a92d-2385-4874-8024-c94f00303cad"}} 2018-09-02 08:38:44,391 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-c74976e7-7c51-4f4b-be72-2da36a43c5d7 2018-09-02 08:38:44,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.36611700058s 2018-09-02 08:38:44,392 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-c74976e7-7c51-4f4b-be72-2da36a43c5d7 2018-09-02 08:38:44,392 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_497e4b54-d4e4-406d-92c7-ed369b6259ea', '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'4b06fee7bf104ba386aa2f904001aa35', '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'3245a92d-2385-4874-8024-c94f00303cad', 'swap': 0}) 2018-09-02 08:38:44,393 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 08:38:44,396 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad/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}c0b711ef7de8a04f7072cbce8b835bddc28349de" -d '{"extra_specs": {}}' 2018-09-02 08:38:44,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38: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-88c50838-8653-4f72-b155-1e91ac486b5a x-compute-request-id: req-88c50838-8653-4f72-b155-1e91ac486b5a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 08:38:44,414 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad/os-extra_specs used request id req-88c50838-8653-4f72-b155-1e91ac486b5a 2018-09-02 08:38:44,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0213139057159s 2018-09-02 08:38:44,415 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad/os-extra_specs used request id req-88c50838-8653-4f72-b155-1e91ac486b5a 2018-09-02 08:38:44,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:38:44,424 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 08:38:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0c21afc6-3e49-44e6-b12a-9534f4ae70bc 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 08:38:44,424 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-0c21afc6-3e49-44e6-b12a-9534f4ae70bc 2018-09-02 08:38:44,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:38:44,429 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:44,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d319600a-fe35-405c-b59c-f345b2891559 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:38:44,612 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d319600a-fe35-405c-b59c-f345b2891559 2018-09-02 08:38:44,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185570955276s 2018-09-02 08:38:44,613 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-d319600a-fe35-405c-b59c-f345b2891559 2018-09-02 08:38:44,618 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:38:44,621 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:44,802 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65a373c4-3cec-4e36-ad5e-834d90352ebc Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:38:44,802 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-65a373c4-3cec-4e36-ad5e-834d90352ebc 2018-09-02 08:38:44,802 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.184109926224s 2018-09-02 08:38:44,802 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-65a373c4-3cec-4e36-ad5e-834d90352ebc 2018-09-02 08:38:44,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 08:38:44,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:45,129 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38: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-1fd1a9a2-91ed-4b2a-ae0c-511f98b56602 x-compute-request-id: req-1fd1a9a2-91ed-4b2a-ae0c-511f98b56602 Content-Encoding: gzip Content-Length: 716 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "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.10", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-02 08:38:45,129 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-1fd1a9a2-91ed-4b2a-ae0c-511f98b56602 2018-09-02 08:38:45,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.318509101868s 2018-09-02 08:38:45,130 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-1fd1a9a2-91ed-4b2a-ae0c-511f98b56602 2018-09-02 08:38:45,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:38:45,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:45,423 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-5d3ae8f1-bb32-4880-805f-9d41bc46b40a Date: Sun, 02 Sep 2018 08:38:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:38:43Z", "file": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/file", "owner": "1dbbfce1e26b44b9a06cf3401e810f5d", "id": "d899d2c3-6631-4c64-a5a1-d8596da634e1", "size": 12716032, "self": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:38:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:38:45,423 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5d3ae8f1-bb32-4880-805f-9d41bc46b40a 2018-09-02 08:38:45,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.288706064224s 2018-09-02 08:38:45,424 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5d3ae8f1-bb32-4880-805f-9d41bc46b40a 2018-09-02 08:38:45,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 08:38:45,436 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/patrole-img_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "patrole-img_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea"}' 2018-09-02 08:38:45,475 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 938 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e6917fa1-0e95-4b81-ad8d-0512b84cc56c Date: Sun, 02 Sep 2018 08:38:45 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:38:45Z", "file": "/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b/file", "owner": "1dbbfce1e26b44b9a06cf3401e810f5d", "id": "64408f6b-5065-4102-b7c6-35084ce8a78b", "size": null, "self": "/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b", "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_497e4b54-d4e4-406d-92c7-ed369b6259ea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea", "checksum": null, "created_at": "2018-09-02T08:38:45Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 08:38:45,475 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-e6917fa1-0e95-4b81-ad8d-0512b84cc56c 2018-09-02 08:38:45,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.0427520275116s 2018-09-02 08:38:45,476 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-e6917fa1-0e95-4b81-ad8d-0512b84cc56c returning object 64408f6b-5065-4102-b7c6-35084ce8a78b 2018-09-02 08:38:45,477 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 08:38:45,481 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b/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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '' 2018-09-02 08:38:45,976 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-316983fb-a417-4e3b-84dc-e384be4c1ecb Date: Sun, 02 Sep 2018 08:38: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 08:38:45,977 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b/file used request id req-316983fb-a417-4e3b-84dc-e384be4c1ecb 2018-09-02 08:38:45,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.500067949295s 2018-09-02 08:38:45,977 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b/file used request id req-316983fb-a417-4e3b-84dc-e384be4c1ecb 2018-09-02 08:38:45,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:38:45,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:38:46,006 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2721 Content-Type: application/json X-Openstack-Request-Id: req-b327a226-d05c-4516-afd5-214e1a3a3c1e Date: Sun, 02 Sep 2018 08:38:46 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:38:45Z", "file": "/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b/file", "owner": "1dbbfce1e26b44b9a06cf3401e810f5d", "id": "64408f6b-5065-4102-b7c6-35084ce8a78b", "size": 12716032, "self": "/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/64408f6b-5065-4102-b7c6-35084ce8a78b/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/64408f6b-5065-4102-b7c6-35084ce8a78b/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:38:45Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:38:43Z", "file": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/file", "owner": "1dbbfce1e26b44b9a06cf3401e810f5d", "id": "d899d2c3-6631-4c64-a5a1-d8596da634e1", "size": 12716032, "self": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:38:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:38:46,006 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b327a226-d05c-4516-afd5-214e1a3a3c1e 2018-09-02 08:38:46,006 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0250718593597s 2018-09-02 08:38:46,007 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-b327a226-d05c-4516-afd5-214e1a3a3c1e 2018-09-02 08:38:46,009 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/64408f6b-5065-4102-b7c6-35084ce8a78b/snap', u'metadata': Munch({})})], 'file': u'/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b/file', 'owner': u'1dbbfce1e26b44b9a06cf3401e810f5d', 'id': u'64408f6b-5065-4102-b7c6-35084ce8a78b', 'size': 12716032, u'self': u'/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'1dbbfce1e26b44b9a06cf3401e810f5d', 'name': 'patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/64408f6b-5065-4102-b7c6-35084ce8a78b/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T08:38:45Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T08:38:45Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/patrole-img_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea', '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/64408f6b-5065-4102-b7c6-35084ce8a78b', 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_497e4b54-d4e4-406d-92c7-ed369b6259ea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'patrole-img_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea', 'created': u'2018-09-02T08:38:45Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T08:38:45Z', 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/64408f6b-5065-4102-b7c6-35084ce8a78b', 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_497e4b54-d4e4-406d-92c7-ed369b6259ea', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 08:38:46,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 08:38:46,012 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "patrole-flavor_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea", "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 08:38:46,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38: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-a7d28069-aab4-4817-b1f3-47b25df22fc0 x-compute-request-id: req-a7d28069-aab4-4817-b1f3-47b25df22fc0 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavor": {"name": "patrole-flavor_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14", "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": "3904cc9d-a343-4e2d-a3f2-00b9ce022e14"}} 2018-09-02 08:38:46,096 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-a7d28069-aab4-4817-b1f3-47b25df22fc0 2018-09-02 08:38:46,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0860109329224s 2018-09-02 08:38:46,096 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-a7d28069-aab4-4817-b1f3-47b25df22fc0 2018-09-02 08:38:46,097 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea', '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'4b06fee7bf104ba386aa2f904001aa35', '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'3904cc9d-a343-4e2d-a3f2-00b9ce022e14', 'swap': 0}) 2018-09-02 08:38:46,098 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 08:38:46,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14/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}c0b711ef7de8a04f7072cbce8b835bddc28349de" -d '{"extra_specs": {}}' 2018-09-02 08:38:46,117 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:38: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-cd909a73-6509-4fa7-a7e8-5f6403f386c5 x-compute-request-id: req-cd909a73-6509-4fa7-a7e8-5f6403f386c5 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 08:38:46,118 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14/os-extra_specs used request id req-cd909a73-6509-4fa7-a7e8-5f6403f386c5 2018-09-02 08:38:46,118 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199780464172s 2018-09-02 08:38:46,118 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14/os-extra_specs used request id req-cd909a73-6509-4fa7-a7e8-5f6403f386c5 2018-09-02 08:38:46,118 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'patrole-flavor_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea', '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'4b06fee7bf104ba386aa2f904001aa35', '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'3904cc9d-a343-4e2d-a3f2-00b9ce022e14', 'swap': 0}) 2018-09-02 08:38:49,867 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 08:38:49,867 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 08:38:49,868 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 08:38:49,870 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 08:38:49,887 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-02 08:38:53,565 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-1fdd1136-6fcf-4169-ab56-7aa5da7c29e9/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 08:38:53,565 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 08:38:53,582 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 08:38:53,583 - 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 08:41:36,546 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 5ef5d58d-f826-4dbd-ab32-452ab2730843 2018-09-02 08:41:36,551 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '5ef5d58d-f826-4dbd-ab32-452ab2730843']'. 2018-09-02 08:41:37,391 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 5ef5d58d-f826-4dbd-ab32-452ab2730843 | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 08:38:56 | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 08:41:36 | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:40 | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: 1fdd1136-6fcf-4169-ab56-7aa5da7c29e9) | 2018-09-02 08:41:37,392 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: b87a583f-c1fa-4691-ba0c-c32751a5872d) | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 136 | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 127.974 | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 127 | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 08:41:37,393 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 08:41:37,456 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest patrole success_rate is 100.0% 2018-09-02 08:41:37,627 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 08:41:37,627 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | patrole | functest | 03:08 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 08:41:37,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 08:41:37,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:38,262 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-df089640-ce9b-4897-a1bd-bf96892dbb98 Date: Sun, 02 Sep 2018 08:41:38 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 08:41:38,263 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b used request id req-df089640-ce9b-4897-a1bd-bf96892dbb98 2018-09-02 08:41:38,263 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.633198022842s 2018-09-02 08:41:38,263 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/64408f6b-5065-4102-b7c6-35084ce8a78b used request id req-df089640-ce9b-4897-a1bd-bf96892dbb98 2018-09-02 08:41:38,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 08:41:38,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:38,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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-e9606b1f-b44b-4222-9171-1281b9165fed x-compute-request-id: req-e9606b1f-b44b-4222-9171-1281b9165fed Content-Encoding: gzip Content-Length: 358 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3245a92d-2385-4874-8024-c94f00303cad", "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": "3245a92d-2385-4874-8024-c94f00303cad"}, {"name": "patrole-flavor_alt_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14", "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": "3904cc9d-a343-4e2d-a3f2-00b9ce022e14"}]} 2018-09-02 08:41:38,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-e9606b1f-b44b-4222-9171-1281b9165fed 2018-09-02 08:41:38,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0223569869995s 2018-09-02 08:41:38,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-e9606b1f-b44b-4222-9171-1281b9165fed 2018-09-02 08:41:38,288 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 08:41:38,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:38,350 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08: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 x-openstack-request-id: req-7df5e6df-02ff-4bc2-ba56-2719d3ac7372 x-compute-request-id: req-7df5e6df-02ff-4bc2-ba56-2719d3ac7372 Content-Length: 0 Content-Type: application/json 2018-09-02 08:41:38,351 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14 used request id req-7df5e6df-02ff-4bc2-ba56-2719d3ac7372 2018-09-02 08:41:38,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0624890327454s 2018-09-02 08:41:38,351 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/3904cc9d-a343-4e2d-a3f2-00b9ce022e14 used request id req-7df5e6df-02ff-4bc2-ba56-2719d3ac7372 2018-09-02 08:41:38,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 08:41:38,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f/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}96df621c3eb492077acfcd47d6bd8c3008f5027d" -d '{"subnet_id": "56b9e319-5a55-4349-beb7-ab683ffc4ce1"}' 2018-09-02 08:41:41,179 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c54a911a-a680-4984-8272-7bd487a1ae89 Date: Sun, 02 Sep 2018 08:41:41 GMT RESP BODY: {"network_id": "66db7353-66e5-48d3-9e17-5faeac84790a", "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "subnet_id": "56b9e319-5a55-4349-beb7-ab683ffc4ce1", "subnet_ids": ["56b9e319-5a55-4349-beb7-ab683ffc4ce1"], "port_id": "ef64ac07-4537-48a4-bfab-ce77c1dfc92f", "id": "ee3a597e-0b63-472e-b529-898a8ad25d3f"} 2018-09-02 08:41:41,179 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f/remove_router_interface.json used request id req-c54a911a-a680-4984-8272-7bd487a1ae89 2018-09-02 08:41:41,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.82769823074s 2018-09-02 08:41:41,179 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f/remove_router_interface.json used request id req-c54a911a-a680-4984-8272-7bd487a1ae89 returning object ee3a597e-0b63-472e-b529-898a8ad25d3f 2018-09-02 08:41:41,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 08:41:41,181 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:41,784 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1709 X-Openstack-Request-Id: req-f1c5566d-9b42-418d-846c-8631a7917f6c Date: Sun, 02 Sep 2018 08:41:41 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2fb44061039d408fb38b482cf2dfa1eb", "created_at": "2018-09-02T07:46:20Z", "admin_state_up": false, "updated_at": "2018-09-02T07:46:20Z", "project_id": "2fb44061039d408fb38b482cf2dfa1eb", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4d23b842-5ed9-4411-a49e-f653ab377ea9", "name": "tempest-router-1283701890"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "created_at": "2018-09-02T07:44:57Z", "admin_state_up": true, "updated_at": "2018-09-02T07:45:00Z", "project_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "707d85f9-f0d5-45c3-9aa1-8316101887f8", "name": "tempest-pretest-check-362052834"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "created_at": "2018-09-02T08:38:32Z", "admin_state_up": true, "updated_at": "2018-09-02T08:41:39Z", "project_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "ee3a597e-0b63-472e-b529-898a8ad25d3f", "name": "patrole-router_497e4b54-d4e4-406d-92c7-ed369b6259ea"}]} 2018-09-02 08:41:41,784 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f1c5566d-9b42-418d-846c-8631a7917f6c 2018-09-02 08:41:41,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.604459047318s 2018-09-02 08:41:41,785 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f1c5566d-9b42-418d-846c-8631a7917f6c 2018-09-02 08:41:41,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 08:41:41,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:45,642 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ba69061-b2d8-45ec-84c6-1eab2a724c90 Content-Length: 0 Date: Sun, 02 Sep 2018 08:41:45 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:41:45,642 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f.json used request id req-1ba69061-b2d8-45ec-84c6-1eab2a724c90 2018-09-02 08:41:45,642 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.85554409027s 2018-09-02 08:41:45,642 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/ee3a597e-0b63-472e-b529-898a8ad25d3f.json used request id req-1ba69061-b2d8-45ec-84c6-1eab2a724c90 2018-09-02 08:41:45,643 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 08:41:45,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:45,955 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1923 X-Openstack-Request-Id: req-92eb88ba-e87f-4d5d-a9e9-f5c786c5a059 Date: Sun, 02 Sep 2018 08:41:45 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T08:38:30Z","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":"56b9e319-5a55-4349-beb7-ab683ffc4ce1","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"1dbbfce1e26b44b9a06cf3401e810f5d","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"patrole-subnet_497e4b54-d4e4-406d-92c7-ed369b6259ea","enable_dhcp":true,"segment_id":null,"network_id":"66db7353-66e5-48d3-9e17-5faeac84790a","tenant_id":"1dbbfce1e26b44b9a06cf3401e810f5d","created_at":"2018-09-02T08:38:30Z","ip_version":4},{"updated_at":"2018-09-02T07:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f6c61b45-9a20-49d8-907f-b659911ef48e","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 0f7baca2e14141d9908f3f87d7c7b6f4","enable_dhcp":false,"segment_id":null,"network_id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","tenant_id":"","created_at":"2018-09-02T07:44:56Z","ip_version":4}]} 2018-09-02 08:41:45,955 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-92eb88ba-e87f-4d5d-a9e9-f5c786c5a059 2018-09-02 08:41:45,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.312327861786s 2018-09-02 08:41:45,956 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-92eb88ba-e87f-4d5d-a9e9-f5c786c5a059 2018-09-02 08:41:45,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 08:41:45,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/56b9e319-5a55-4349-beb7-ab683ffc4ce1.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:47,985 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-9bbd8677-93f9-434c-97f3-493542146cb9 Date: Sun, 02 Sep 2018 08:41:48 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:41:47,985 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/56b9e319-5a55-4349-beb7-ab683ffc4ce1.json used request id req-9bbd8677-93f9-434c-97f3-493542146cb9 2018-09-02 08:41:47,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.02792692184s 2018-09-02 08:41:47,986 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/56b9e319-5a55-4349-beb7-ab683ffc4ce1.json used request id req-9bbd8677-93f9-434c-97f3-493542146cb9 2018-09-02 08:41:47,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:41:47,986 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:48,349 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2104 X-Openstack-Request-Id: req-7bbaa670-a11e-4874-9b8f-70db8a740fae Date: Sun, 02 Sep 2018 08:41:48 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"66db7353-66e5-48d3-9e17-5faeac84790a","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":98,"ipv4_address_scope":null,"shared":true,"project_id":"1dbbfce1e26b44b9a06cf3401e810f5d","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:41:47Z","qos_policy_id":null,"name":"patrole-net_497e4b54-d4e4-406d-92c7-ed369b6259ea","admin_state_up":true,"tenant_id":"1dbbfce1e26b44b9a06cf3401e810f5d","created_at":"2018-09-02T08:38:29Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 08:41:48,349 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7bbaa670-a11e-4874-9b8f-70db8a740fae 2018-09-02 08:41:48,350 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.363504886627s 2018-09-02 08:41:48,350 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7bbaa670-a11e-4874-9b8f-70db8a740fae 2018-09-02 08:41:48,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 08:41:48,352 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/66db7353-66e5-48d3-9e17-5faeac84790a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:49,468 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-5db12a1a-9b05-4a97-9415-a9ab8d6727b6 Date: Sun, 02 Sep 2018 08:41:49 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:41:49,468 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/66db7353-66e5-48d3-9e17-5faeac84790a.json used request id req-5db12a1a-9b05-4a97-9415-a9ab8d6727b6 2018-09-02 08:41:49,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.11671113968s 2018-09-02 08:41:49,468 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/66db7353-66e5-48d3-9e17-5faeac84790a.json used request id req-5db12a1a-9b05-4a97-9415-a9ab8d6727b6 2018-09-02 08:41:49,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:41:49,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:49,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-74b7d1dd-a9b4-4fef-9500-453289244811 Date: Sun, 02 Sep 2018 08:41:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:38:43Z", "file": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/file", "owner": "1dbbfce1e26b44b9a06cf3401e810f5d", "id": "d899d2c3-6631-4c64-a5a1-d8596da634e1", "size": 12716032, "self": "/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/d899d2c3-6631-4c64-a5a1-d8596da634e1/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "patrole-img_497e4b54-d4e4-406d-92c7-ed369b6259ea", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T08:38:41Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:41:49,767 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-74b7d1dd-a9b4-4fef-9500-453289244811 2018-09-02 08:41:49,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.294943094254s 2018-09-02 08:41:49,767 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-74b7d1dd-a9b4-4fef-9500-453289244811 2018-09-02 08:41:49,769 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 08:41:49,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}96df621c3eb492077acfcd47d6bd8c3008f5027d" 2018-09-02 08:41:50,104 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-d78cb34e-ebf5-4c61-a91f-7cb1bff43bb9 Date: Sun, 02 Sep 2018 08:41:50 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 08:41:50,104 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1 used request id req-d78cb34e-ebf5-4c61-a91f-7cb1bff43bb9 2018-09-02 08:41:50,104 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.334756851196s 2018-09-02 08:41:50,104 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/d899d2c3-6631-4c64-a5a1-d8596da634e1 used request id req-d78cb34e-ebf5-4c61-a91f-7cb1bff43bb9 2018-09-02 08:41:50,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 08:41:50,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:50,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41: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-46bd8d20-a7ab-41de-98ff-74a3ac4a0ca1 x-compute-request-id: req-46bd8d20-a7ab-41de-98ff-74a3ac4a0ca1 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "patrole-flavor_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/3245a92d-2385-4874-8024-c94f00303cad", "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": "3245a92d-2385-4874-8024-c94f00303cad"}]} 2018-09-02 08:41:50,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-46bd8d20-a7ab-41de-98ff-74a3ac4a0ca1 2018-09-02 08:41:50,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0275700092316s 2018-09-02 08:41:50,132 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-46bd8d20-a7ab-41de-98ff-74a3ac4a0ca1 2018-09-02 08:41:50,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 08:41:50,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:50,165 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08:41: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 x-openstack-request-id: req-bbe6a0ee-c7af-452e-98c8-7d5ff9776156 x-compute-request-id: req-bbe6a0ee-c7af-452e-98c8-7d5ff9776156 Content-Length: 0 Content-Type: application/json 2018-09-02 08:41:50,165 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad used request id req-bbe6a0ee-c7af-452e-98c8-7d5ff9776156 2018-09-02 08:41:50,165 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0312879085541s 2018-09-02 08:41:50,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/3245a92d-2385-4874-8024-c94f00303cad used request id req-bbe6a0ee-c7af-452e-98c8-7d5ff9776156 2018-09-02 08:41:50,166 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:41:50,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:50,377 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f7b2d709-f2ca-4ae8-90d6-d2e96acc0fe4 Content-Encoding: gzip Content-Length: 968 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": {"self": "http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "a151b0c9cbf744799eefdf2be1039b42", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:41:50,377 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f7b2d709-f2ca-4ae8-90d6-d2e96acc0fe4 2018-09-02 08:41:50,378 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21135020256s 2018-09-02 08:41:50,378 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f7b2d709-f2ca-4ae8-90d6-d2e96acc0fe4 2018-09-02 08:41:50,383 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:41:50,386 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:50,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6b1b3d8b-0ea3-4b91-befb-c5f2d5d80632 Content-Encoding: gzip Content-Length: 224 Content-Type: application/json RESP BODY: {"user": {"name": "patrole-user_497e4b54-d4e4-406d-92c7-ed369b6259ea", "links": {"self": "http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "a151b0c9cbf744799eefdf2be1039b42", "description": null}} 2018-09-02 08:41:50,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42 used request id req-6b1b3d8b-0ea3-4b91-befb-c5f2d5d80632 2018-09-02 08:41:50,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206753969193s 2018-09-02 08:41:50,591 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42 used request id req-6b1b3d8b-0ea3-4b91-befb-c5f2d5d80632 2018-09-02 08:41:50,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 08:41:50,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:50,883 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:41:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7a190fc2-3853-4b59-be48-c13ab3ab79bb 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 08:41:50,883 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42 used request id req-7a190fc2-3853-4b59-be48-c13ab3ab79bb 2018-09-02 08:41:50,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.2917740345s 2018-09-02 08:41:50,883 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/a151b0c9cbf744799eefdf2be1039b42 used request id req-7a190fc2-3853-4b59-be48-c13ab3ab79bb 2018-09-02 08:41:50,889 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:41:50,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:51,168 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d78845ab-4e23-4d9c-9bd7-0a05aee8efe0 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: patrole", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d"}, "tags": [], "enabled": true, "id": "1dbbfce1e26b44b9a06cf3401e810f5d", "parent_id": "default", "domain_id": "default", "name": "patrole-project_497e4b54-d4e4-406d-92c7-ed369b6259ea"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 08:41:51,168 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-d78845ab-4e23-4d9c-9bd7-0a05aee8efe0 2018-09-02 08:41:51,168 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.278886079788s 2018-09-02 08:41:51,168 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-d78845ab-4e23-4d9c-9bd7-0a05aee8efe0 2018-09-02 08:41:51,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 08:41:51,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}c0b711ef7de8a04f7072cbce8b835bddc28349de" 2018-09-02 08:41:51,430 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:41:51 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8b59af6a-3b63-43b4-9cc7-9a770610a251 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 08:41:51,430 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d used request id req-8b59af6a-3b63-43b4-9cc7-9a770610a251 2018-09-02 08:41:51,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.258338928223s 2018-09-02 08:41:51,431 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/1dbbfce1e26b44b9a06cf3401e810f5d used request id req-8b59af6a-3b63-43b4-9cc7-9a770610a251 2018-09-02 08:41:51,488 - xtesting.ci.run_tests - INFO - Loading test case 'vmtp'... 2018-09-02 08:41:51,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 08:41:51,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 08:41:51,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 08:41:51,533 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 08:41:51,534 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 08:41:51,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 08:41:51,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 08:41:51,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 08:41:51,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 08:41:51,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 08:41:51,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 08:41:51,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 08:41:51,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 08:41:51,537 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:41:51,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:51 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85e28715-5ba7-4cee-b938-5b8bf4f1bf71 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 08:41:51,542 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-85e28715-5ba7-4cee-b938-5b8bf4f1bf71 2018-09-02 08:41:51,542 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:41:51,943 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T09:41:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["lAL0n0ToQ7yeg-naT0Yp2Q"], "issued_at": "2018-09-02T08:41:51.000000Z"}} 2018-09-02 08:41:51,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:41:51,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:52,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-fe51c534-7f2a-40d8-98ce-354e5e4f50b7 Date: Sun, 02 Sep 2018 08:41:52 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 08:41:52,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fe51c534-7f2a-40d8-98ce-354e5e4f50b7 2018-09-02 08:41:52,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.450170040131s 2018-09-02 08:41:52,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-fe51c534-7f2a-40d8-98ce-354e5e4f50b7 2018-09-02 08:41:52,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:41:52,405 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 08:41:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-884353bc-a596-49db-8b93-a81d9e317865 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 08:41:52,406 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-884353bc-a596-49db-8b93-a81d9e317865 2018-09-02 08:41:52,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:41:52,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:52,588 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-60f4ca36-f736-4fe2-945c-6f47c40da819 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 08:41:52,588 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-60f4ca36-f736-4fe2-945c-6f47c40da819 2018-09-02 08:41:52,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.181747913361s 2018-09-02 08:41:52,589 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-60f4ca36-f736-4fe2-945c-6f47c40da819 2018-09-02 08:41:52,595 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 08:41:52,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" -d '{"project": {"description": "Created by OPNFV Functest: vmtp", "enabled": true, "domain_id": "default", "name": "vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3"}}' 2018-09-02 08:41:52,807 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 08:41:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-646f7283-86ca-4086-9619-38d2f2fe280a 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.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c"}, "tags": [], "enabled": true, "id": "c35ab495676946a6b4276e3af3bff07c", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3"}} 2018-09-02 08:41:52,807 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-646f7283-86ca-4086-9619-38d2f2fe280a 2018-09-02 08:41:52,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.212056875229s 2018-09-02 08:41:52,808 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-646f7283-86ca-4086-9619-38d2f2fe280a 2018-09-02 08:41:52,808 - 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'c35ab495676946a6b4276e3af3bff07c', '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_a1be316f-6c0e-443e-9fe5-52459524bee3'}) 2018-09-02 08:41:52,815 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 08:41:52,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "66dc211b-310f-42a0-9039-0c9cac9ffebf", "email": null, "name": "vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3"}}' 2018-09-02 08:41:53,313 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 08:41:52 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-209c54bb-7ffe-43f1-8b4b-87ac2973d2df Content-Length: 319 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3", "links": {"self": "http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9594948fc4aa4c4882bee232daae0490", "domain_id": "default", "password_expires_at": null}} 2018-09-02 08:41:53,313 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-209c54bb-7ffe-43f1-8b4b-87ac2973d2df 2018-09-02 08:41:53,314 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.498971939087s 2018-09-02 08:41:53,314 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-209c54bb-7ffe-43f1-8b4b-87ac2973d2df 2018-09-02 08:41:53,315 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'9594948fc4aa4c4882bee232daae0490', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3'}) 2018-09-02 08:41:53,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:41:53,321 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:53,507 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5ec0ab5-ee65-49ad-8754-e71ddb3bc06c Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:41:53,507 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a5ec0ab5-ee65-49ad-8754-e71ddb3bc06c 2018-09-02 08:41:53,507 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189085960388s 2018-09-02 08:41:53,508 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-a5ec0ab5-ee65-49ad-8754-e71ddb3bc06c 2018-09-02 08:41:53,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:41:53,516 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:53,708 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ef2feb36-3ccb-4cbd-a92e-ea48a72fba62 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:41:53,709 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ef2feb36-3ccb-4cbd-a92e-ea48a72fba62 2018-09-02 08:41:53,709 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196217060089s 2018-09-02 08:41:53,709 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ef2feb36-3ccb-4cbd-a92e-ea48a72fba62 2018-09-02 08:41:53,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:41:53,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:53,825 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fb675e65-c4e7-466d-a96a-fbc7ae5241f7 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:41:53,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fb675e65-c4e7-466d-a96a-fbc7ae5241f7 2018-09-02 08:41:53,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111763000488s 2018-09-02 08:41:53,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-fb675e65-c4e7-466d-a96a-fbc7ae5241f7 2018-09-02 08:41:53,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:41:53,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:54,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-047e8c8b-d188-473b-9602-4e5a92c469af Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:41:54,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-047e8c8b-d188-473b-9602-4e5a92c469af 2018-09-02 08:41:54,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178774118423s 2018-09-02 08:41:54,010 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-047e8c8b-d188-473b-9602-4e5a92c469af 2018-09-02 08:41:54,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:41:54,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:54,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9d59bd75-7bdb-41a5-a426-97025e48cf82 Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3", "links": {"self": "http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9594948fc4aa4c4882bee232daae0490", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:41:54,218 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9d59bd75-7bdb-41a5-a426-97025e48cf82 2018-09-02 08:41:54,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.206915855408s 2018-09-02 08:41:54,219 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9d59bd75-7bdb-41a5-a426-97025e48cf82 2018-09-02 08:41:54,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:41:54,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:54,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-04c87c5f-9c0d-44f0-a32e-bc8335a49593 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c"}, "tags": [], "enabled": true, "id": "c35ab495676946a6b4276e3af3bff07c", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3"}]} 2018-09-02 08:41:54,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-04c87c5f-9c0d-44f0-a32e-bc8335a49593 2018-09-02 08:41:54,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.197960853577s 2018-09-02 08:41:54,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-04c87c5f-9c0d-44f0-a32e-bc8335a49593 2018-09-02 08:41:54,436 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:41:54,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=9594948fc4aa4c4882bee232daae0490&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=c35ab495676946a6b4276e3af3bff07c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:54,626 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-65d2f573-21fa-4f19-8cd6-074f42ba6249 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=9594948fc4aa4c4882bee232daae0490&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=c35ab495676946a6b4276e3af3bff07c", "previous": null, "next": null}} 2018-09-02 08:41:54,626 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=9594948fc4aa4c4882bee232daae0490&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=c35ab495676946a6b4276e3af3bff07c used request id req-65d2f573-21fa-4f19-8cd6-074f42ba6249 2018-09-02 08:41:54,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.189918994904s 2018-09-02 08:41:54,626 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=9594948fc4aa4c4882bee232daae0490&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=c35ab495676946a6b4276e3af3bff07c used request id req-65d2f573-21fa-4f19-8cd6-074f42ba6249 2018-09-02 08:41:54,630 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:41:54,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c/users/9594948fc4aa4c4882bee232daae0490/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:41:54,858 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:41:54 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e1c8280e-5aa1-4a97-b839-1560f9b233b2 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 08:41:54,858 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c/users/9594948fc4aa4c4882bee232daae0490/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-e1c8280e-5aa1-4a97-b839-1560f9b233b2 2018-09-02 08:41:54,858 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.228567123413s 2018-09-02 08:41:54,859 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c/users/9594948fc4aa4c4882bee232daae0490/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-e1c8280e-5aa1-4a97-b839-1560f9b233b2 2018-09-02 08:41:54,859 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3', 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'c35ab495676946a6b4276e3af3bff07c', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '66dc211b-310f-42a0-9039-0c9cac9ffebf', 'username': u'vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 08:41:54,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 08:41:54,860 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 08:41:54,861 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 08:41:54,862 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 08:41:54,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 08:41:54,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 08:41:54,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 08:41:54,863 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 08:41:54,864 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3', 'password': '66dc211b-310f-42a0-9039-0c9cac9ffebf', 'project_name': 'vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'c35ab495676946a6b4276e3af3bff07c', 'project_domain_name': 'Default'} 2018-09-02 08:41:54,869 - xtesting.ci.run_tests - INFO - Running test case 'vmtp'... 2018-09-02 08:41:54,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:41:54,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:41:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bcb3ad7d-ee4a-433f-bdcd-d31ef7be7227 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 08:41:54,876 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-bcb3ad7d-ee4a-433f-bdcd-d31ef7be7227 2018-09-02 08:41:54,876 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:41:55,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T09:41:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "c35ab495676946a6b4276e3af3bff07c", "name": "vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_c35ab495676946a6b4276e3af3bff07c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_c35ab495676946a6b4276e3af3bff07c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/c35ab495676946a6b4276e3af3bff07c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/c35ab495676946a6b4276e3af3bff07c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/c35ab495676946a6b4276e3af3bff07c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/c35ab495676946a6b4276e3af3bff07c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/c35ab495676946a6b4276e3af3bff07c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/c35ab495676946a6b4276e3af3bff07c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/c35ab495676946a6b4276e3af3bff07c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/c35ab495676946a6b4276e3af3bff07c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/c35ab495676946a6b4276e3af3bff07c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/c35ab495676946a6b4276e3af3bff07c", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/c35ab495676946a6b4276e3af3bff07c", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/c35ab495676946a6b4276e3af3bff07c", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3", "id": "9594948fc4aa4c4882bee232daae0490"}, "audit_ids": ["ZZ7oTebVTam8tWUcTdQUHA"], "issued_at": "2018-09-02T08:41:55.000000Z"}} 2018-09-02 08:41:55,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 08:41:55,276 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93000f8d37c2f62914c812ecf381666669707ca4" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "vmtp-router_a1be316f-6c0e-443e-9fe5-52459524bee3", "admin_state_up": true}}' 2018-09-02 08:42:01,340 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 691 X-Openstack-Request-Id: req-45513cac-c733-4fda-ad8f-b8de36126032 Date: Sun, 02 Sep 2018 08:42:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "c35ab495676946a6b4276e3af3bff07c", "created_at": "2018-09-02T08:41:56Z", "admin_state_up": true, "updated_at": "2018-09-02T08:41:57Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "c35ab495676946a6b4276e3af3bff07c", "id": "0c9453bb-514f-4267-b75f-ffb57ff53384", "name": "vmtp-router_a1be316f-6c0e-443e-9fe5-52459524bee3"}} 2018-09-02 08:42:01,341 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-45513cac-c733-4fda-ad8f-b8de36126032 2018-09-02 08:42:01,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.06570100784s 2018-09-02 08:42:01,341 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-45513cac-c733-4fda-ad8f-b8de36126032 2018-09-02 08:42:01,342 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T08:41:57Z', u'revision_number': 3, u'id': u'0c9453bb-514f-4267-b75f-ffb57ff53384', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vmtp-router_a1be316f-6c0e-443e-9fe5-52459524bee3', u'admin_state_up': True, u'tenant_id': u'c35ab495676946a6b4276e3af3bff07c', u'created_at': u'2018-09-02T08:41:56Z', u'flavor_id': None, u'routes': [], u'project_id': u'c35ab495676946a6b4276e3af3bff07c'}) 2018-09-02 08:42:01,342 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-02 08:42:02,830 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-02 08:42:02,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:42:02,835 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 08:42:02 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 08:42:02,840 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:42:02,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93000f8d37c2f62914c812ecf381666669707ca4" 2018-09-02 08:42:03,219 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-d81ba011-07a2-441c-9a2c-6f636ec3ad97 Date: Sun, 02 Sep 2018 08:42:03 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:42:03,220 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d81ba011-07a2-441c-9a2c-6f636ec3ad97 2018-09-02 08:42:03,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.379426002502s 2018-09-02 08:42:03,220 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d81ba011-07a2-441c-9a2c-6f636ec3ad97 2018-09-02 08:42:03,227 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 08:42:03,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93000f8d37c2f62914c812ecf381666669707ca4" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3"}' 2018-09-02 08:42:03,565 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 925 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-e9a3ee32-f4aa-4e60-9f04-21e4d3ca48cc Date: Sun, 02 Sep 2018 08:42:03 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:42:03Z", "file": "/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/file", "owner": "c35ab495676946a6b4276e3af3bff07c", "id": "ef0fba26-4e90-433d-b152-66e8c4f6ac06", "size": null, "self": "/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06", "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_a1be316f-6c0e-443e-9fe5-52459524bee3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3", "checksum": null, "created_at": "2018-09-02T08:42:03Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 08:42:03,565 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-e9a3ee32-f4aa-4e60-9f04-21e4d3ca48cc 2018-09-02 08:42:03,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.33776807785s 2018-09-02 08:42:03,566 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-e9a3ee32-f4aa-4e60-9f04-21e4d3ca48cc returning object ef0fba26-4e90-433d-b152-66e8c4f6ac06 2018-09-02 08:42:03,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 08:42:03,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/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}93000f8d37c2f62914c812ecf381666669707ca4" -d '' 2018-09-02 08:42:08,163 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7acb5bbc-3b60-4848-9a70-5880fef407fa Date: Sun, 02 Sep 2018 08:42: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 08:42:08,163 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/file used request id req-7acb5bbc-3b60-4848-9a70-5880fef407fa 2018-09-02 08:42:08,163 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.59696316719s 2018-09-02 08:42:08,164 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/file used request id req-7acb5bbc-3b60-4848-9a70-5880fef407fa 2018-09-02 08:42:08,168 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:42:08,172 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93000f8d37c2f62914c812ecf381666669707ca4" 2018-09-02 08:42:08,469 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-f8b77e4f-1251-4f6e-bec5-9a4a551f5ca0 Date: Sun, 02 Sep 2018 08:42:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:42:08Z", "file": "/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/file", "owner": "c35ab495676946a6b4276e3af3bff07c", "id": "ef0fba26-4e90-433d-b152-66e8c4f6ac06", "size": 263193088, "self": "/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T08:42:03Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:42:08,469 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f8b77e4f-1251-4f6e-bec5-9a4a551f5ca0 2018-09-02 08:42:08,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301089048386s 2018-09-02 08:42:08,469 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f8b77e4f-1251-4f6e-bec5-9a4a551f5ca0 2018-09-02 08:42:08,471 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/snap', u'metadata': Munch({})})], 'file': u'/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/file', 'owner': u'c35ab495676946a6b4276e3af3bff07c', 'id': u'ef0fba26-4e90-433d-b152-66e8c4f6ac06', 'size': 263193088, u'self': u'/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c35ab495676946a6b4276e3af3bff07c', 'name': 'vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T08:42:08Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T08:42:08Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3', '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/ef0fba26-4e90-433d-b152-66e8c4f6ac06', 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_a1be316f-6c0e-443e-9fe5-52459524bee3', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3', 'created': u'2018-09-02T08:42:03Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-02T08:42:03Z', 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/ef0fba26-4e90-433d-b152-66e8c4f6ac06', 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_a1be316f-6c0e-443e-9fe5-52459524bee3', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-09-02 08:42:08,472 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 08:42:08,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vmtp-flavor_a1be316f-6c0e-443e-9fe5-52459524bee3", "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 08:42:08,784 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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-8c2dcc7b-69c6-459c-94a0-60017d64f9d4 x-compute-request-id: req-8c2dcc7b-69c6-459c-94a0-60017d64f9d4 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "vmtp-flavor_a1be316f-6c0e-443e-9fe5-52459524bee3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef", "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": "b6462dd0-8790-4881-963c-8cc2db84e5ef"}} 2018-09-02 08:42:08,785 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-8c2dcc7b-69c6-459c-94a0-60017d64f9d4 2018-09-02 08:42:08,785 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.312526941299s 2018-09-02 08:42:08,785 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-8c2dcc7b-69c6-459c-94a0-60017d64f9d4 2018-09-02 08:42:08,786 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vmtp-flavor_a1be316f-6c0e-443e-9fe5-52459524bee3', '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'4b06fee7bf104ba386aa2f904001aa35', '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'b6462dd0-8790-4881-963c-8cc2db84e5ef', 'swap': 0}) 2018-09-02 08:42:08,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 08:42:08,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef/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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" -d '{"extra_specs": {}}' 2018-09-02 08:42:08,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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 x-openstack-request-id: req-7d7cd77b-2af7-4708-a446-ef41fbd70755 x-compute-request-id: req-7d7cd77b-2af7-4708-a446-ef41fbd70755 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 08:42:08,807 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef/os-extra_specs used request id req-7d7cd77b-2af7-4708-a446-ef41fbd70755 2018-09-02 08:42:08,807 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0201499462128s 2018-09-02 08:42:08,807 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef/os-extra_specs used request id req-7d7cd77b-2af7-4708-a446-ef41fbd70755 2018-09-02 08:42:08,810 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:42:08,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:09,008 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:08 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b11955f-e179-4b56-9fda-f3a634f5f976 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:42:09,008 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3b11955f-e179-4b56-9fda-f3a634f5f976 2018-09-02 08:42:09,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198173999786s 2018-09-02 08:42:09,009 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3b11955f-e179-4b56-9fda-f3a634f5f976 2018-09-02 08:42:09,013 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:42:09,016 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:09,210 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-24d9b8b5-d363-4e82-b8b2-0a96e639bc6a Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:42:09,210 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-24d9b8b5-d363-4e82-b8b2-0a96e639bc6a 2018-09-02 08:42:09,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196749925613s 2018-09-02 08:42:09,210 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-24d9b8b5-d363-4e82-b8b2-0a96e639bc6a 2018-09-02 08:42:09,215 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:42:09,218 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:09,394 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16516126-82d2-4aef-93d8-f0844d70c544 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:42:09,394 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-16516126-82d2-4aef-93d8-f0844d70c544 2018-09-02 08:42:09,394 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.178987979889s 2018-09-02 08:42:09,394 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-16516126-82d2-4aef-93d8-f0844d70c544 2018-09-02 08:42:09,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:42:09,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:09,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0c1f6242-95c1-4ccb-8916-8dfc9c7e37cf Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3", "links": {"self": "http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9594948fc4aa4c4882bee232daae0490", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:42:09,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-0c1f6242-95c1-4ccb-8916-8dfc9c7e37cf 2018-09-02 08:42:09,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.219352960587s 2018-09-02 08:42:09,615 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-0c1f6242-95c1-4ccb-8916-8dfc9c7e37cf 2018-09-02 08:42:09,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:42:09,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:09,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bf90fba-6cda-440b-b684-d3168448d1fe Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c"}, "tags": [], "enabled": true, "id": "c35ab495676946a6b4276e3af3bff07c", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3"}]} 2018-09-02 08:42:09,826 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-1bf90fba-6cda-440b-b684-d3168448d1fe 2018-09-02 08:42:09,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.199908018112s 2018-09-02 08:42:09,826 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-1bf90fba-6cda-440b-b684-d3168448d1fe 2018-09-02 08:42:09,834 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:42:09,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=9594948fc4aa4c4882bee232daae0490&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=c35ab495676946a6b4276e3af3bff07c" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:10,012 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:09 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1aec522e-d2fa-4610-81a1-0457046eba11 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=9594948fc4aa4c4882bee232daae0490&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=c35ab495676946a6b4276e3af3bff07c", "previous": null, "next": null}} 2018-09-02 08:42:10,013 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=9594948fc4aa4c4882bee232daae0490&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=c35ab495676946a6b4276e3af3bff07c used request id req-1aec522e-d2fa-4610-81a1-0457046eba11 2018-09-02 08:42:10,013 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.178736925125s 2018-09-02 08:42:10,013 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=9594948fc4aa4c4882bee232daae0490&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=c35ab495676946a6b4276e3af3bff07c used request id req-1aec522e-d2fa-4610-81a1-0457046eba11 2018-09-02 08:42:10,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:42:10,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c/users/9594948fc4aa4c4882bee232daae0490/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:10,246 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:42:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e95e6c93-efa1-4be8-8f25-c1bd18d49995 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 08:42:10,247 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c/users/9594948fc4aa4c4882bee232daae0490/roles/8e0d526659f746328b933c99a8db6754 used request id req-e95e6c93-efa1-4be8-8f25-c1bd18d49995 2018-09-02 08:42:10,247 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.230260133743s 2018-09-02 08:42:10,247 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c/users/9594948fc4aa4c4882bee232daae0490/roles/8e0d526659f746328b933c99a8db6754 used request id req-e95e6c93-efa1-4be8-8f25-c1bd18d49995 2018-09-02 08:42:10,247 - functest.opnfv_tests.openstack.vmtp.vmtp - INFO - Creating keypair with name: 'vmtp_a1be316f-6c0e-443e-9fe5-52459524bee3' 2018-09-02 08:42:10,248 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 08:42:10,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}93000f8d37c2f62914c812ecf381666669707ca4" -d '{"keypair": {"name": "vmtp_a1be316f-6c0e-443e-9fe5-52459524bee3"}}' 2018-09-02 08:42:10,740 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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-044e26f6-5b0f-44d0-905c-34a1a14a570d x-compute-request-id: req-044e26f6-5b0f-44d0-905c-34a1a14a570d Content-Encoding: gzip Content-Length: 1799 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2LKxGy00PWhmME5zTi+GWh/cmwatq3iAPuna045icEjIFGp8Lt90zmrX8Qvf9Tx8eicivzW1ySJ1jg/vz+9hYkFzLtWzkyjvv8w5SC6zBuU2Bp1d2iGngBPeuHIcLvtvzyOwlqO+eym1mHP98froBvPgIpJs1Lv8gYdx8zmg+a1gl3MHycsvKjQI9Gq41OjR+oYm2uoI59VbqHXoUShPd8hrTXcZKJg3rSnu9kIcp7It4DnRcRqjNMvOrWG56VYp62mGq6Lju6KFn5D1MRcjXiFc98wk5DmAsapUgavCOCNJFQa6QsQPJZ5j239sYEWLKp5U+A1469pRqnI9c64mD Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtiysRstND1oZjBOc04vhlof3JsGrat4gD7p2tOOYnBIyBRqf\nC7fdM5q1/EL3/U8fHonIr81tckidY4P78/vYWJBcy7Vs5Mo77/MOUguswblNgadX\ndohp4AT3rhyHC77b88jsJajvnsptZhz/fH66Abz4CKSbNS7/IGHcfM5oPmtYJdzB\n8nLLyo0CPRquNTo0fqGJtrqCOfVW6h16FEoT3fIa013GSiYN60p7vZCHKeyLeA50\nXEaozTLzq1huelWKetphqui47uihZ+Q9TEXI14hXPfMJOQ5gLGqVIGrwjgjSRUGu\nkLEDyWeY9t/bGBFiyqeVPgNeOvaUapyPXOuJgwIDAQABAoIBAFJlfj4+8cnBzNBI\nhqRAHnaBZM4Ixsl9Ui8K/WnvjzT4HdulIM6iCNCwZyOD/rp5sO+VDkpFtfz8zwMV\nzT2baU0VboNMucX5moZ6/r0pPqgYce/0imC4bnq+hHAhwwsS9lUbSYP3FvpRQI3x\nC7V5dBQZLm5qVTEG4qn42Usx6IBiNJzpZqH6YEqC4y+4awShnU4sjwVkkiBRZtG2\n+wG3B1Y5ISCmBVLK/3Bjdue7uj3wY/n7Du1r4Qy4qqlGfbCj43uKwZ9tL+0k6Tn/\ncghbBUpekQCbdZq3JlUdbiVaxZDO25ybEZp662pfOHth/AN/b/29zcYnDal/7WMp\ni7XcJfECgYEA7lDhmZqlEcyHltt9OlpOFulAtZNxpTG8y/5KytOreHiwMushWKS0\n56j+iMtWfNv7I9TrB6JToGkKYIHvqCU/27tgLbJ+a6MWbT/1qHyowMEv57HGWkJT\nUNj9afbN2wPfzsfnWT7bU567pPaSuXFPEjVtPYxm/PW+s6xUAhQq+AUCgYEAw7FQ\nCj3rlr+Enm82T3PMXmSRBtV5Z3LVJSzAzQ8q0YSEZPs56B7d7nS1SNnHvxWX+/1y\n5/+EZYDv+i1a08cxP7kwIJJKoRVnk1sSJUyxn7IhRZld8ZDvhopWs/2lfPAv2ZuX\ndboxQIns9eVedhXT64+8pxR0tLpL+cv0lNH8WecCgYEAy3cQdYU7o2uc46Z3Tyek\nfhkdHylIIMLLLtrn3i1Du3JG9OIcsULGFPcKgZ4hNC7YRupU00q63TxxGJ43D7bl\nw2NBpSI8nwc5cYLm6LetmAwYK1dzQsJXwbHRAfQuIuw226N+mIp61PSzvg6qjFr6\nKFCm+KJzl0r0SxA5FSFE4kUCgYEAoYVfyCRVqMaJIvAuRqQQojSlk5ttqloY3acz\nt812DRsw39yQbivUCHbiDrBaczjSipYmWqEHWXR0Hu2Ck1xNJQioVaoJ2S0+oVzA\n/HJyBZrUZYryBGoZmdXjPIr2Jcpl5FnNSMmWz2tIX6mjLxpTIZIxJ0L2FRnTjemv\nBYrQnC8CgYAxj/6gGoHBsps/ZcKq7140a8KctU+0nm/jE/cbfoWNXce+VTWesrGb\ncU5zCPVtSsvDvCKt1/vMsDSiUy2CPpWKExu+Uu2ihZZyTGxffzVv2kHRojfS2Pxe\nUYp7YlvggoFGymVc1UMEC2huCIicpjCGpNiFRChKn3rlmI5BF566MA==\n-----END RSA PRIVATE KEY-----\n", "user_id": "9594948fc4aa4c4882bee232daae0490", "name": "vmtp_a1be316f-6c0e-443e-9fe5-52459524bee3", "fingerprint": "90:b1:03:7d:1c:37:81:c6:e7:8b:37:f8:7f:1b:a5:3b"}} 2018-09-02 08:42:10,740 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-044e26f6-5b0f-44d0-905c-34a1a14a570d 2018-09-02 08:42:10,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.492463111877s 2018-09-02 08:42:10,741 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-044e26f6-5b0f-44d0-905c-34a1a14a570d 2018-09-02 08:42:10,741 - functest.opnfv_tests.openstack.vmtp.vmtp - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2LKxGy00PWhmME5zTi+GWh/cmwatq3iAPuna045icEjIFGp8Lt90zmrX8Qvf9Tx8eicivzW1ySJ1jg/vz+9hYkFzLtWzkyjvv8w5SC6zBuU2Bp1d2iGngBPeuHIcLvtvzyOwlqO+eym1mHP98froBvPgIpJs1Lv8gYdx8zmg+a1gl3MHycsvKjQI9Gq41OjR+oYm2uoI59VbqHXoUShPd8hrTXcZKJg3rSnu9kIcp7It4DnRcRqjNMvOrWG56VYp62mGq6Lju6KFn5D1MRcjXiFc98wk5DmAsapUgavCOCNJFQa6QsQPJZ5j239sYEWLKp5U+A1469pRqnI9c64mD Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpAIBAAKCAQEAtiysRstND1oZjBOc04vhlof3JsGrat4gD7p2tOOYnBIyBRqf\nC7fdM5q1/EL3/U8fHonIr81tckidY4P78/vYWJBcy7Vs5Mo77/MOUguswblNgadX\ndohp4AT3rhyHC77b88jsJajvnsptZhz/fH66Abz4CKSbNS7/IGHcfM5oPmtYJdzB\n8nLLyo0CPRquNTo0fqGJtrqCOfVW6h16FEoT3fIa013GSiYN60p7vZCHKeyLeA50\nXEaozTLzq1huelWKetphqui47uihZ+Q9TEXI14hXPfMJOQ5gLGqVIGrwjgjSRUGu\nkLEDyWeY9t/bGBFiyqeVPgNeOvaUapyPXOuJgwIDAQABAoIBAFJlfj4+8cnBzNBI\nhqRAHnaBZM4Ixsl9Ui8K/WnvjzT4HdulIM6iCNCwZyOD/rp5sO+VDkpFtfz8zwMV\nzT2baU0VboNMucX5moZ6/r0pPqgYce/0imC4bnq+hHAhwwsS9lUbSYP3FvpRQI3x\nC7V5dBQZLm5qVTEG4qn42Usx6IBiNJzpZqH6YEqC4y+4awShnU4sjwVkkiBRZtG2\n+wG3B1Y5ISCmBVLK/3Bjdue7uj3wY/n7Du1r4Qy4qqlGfbCj43uKwZ9tL+0k6Tn/\ncghbBUpekQCbdZq3JlUdbiVaxZDO25ybEZp662pfOHth/AN/b/29zcYnDal/7WMp\ni7XcJfECgYEA7lDhmZqlEcyHltt9OlpOFulAtZNxpTG8y/5KytOreHiwMushWKS0\n56j+iMtWfNv7I9TrB6JToGkKYIHvqCU/27tgLbJ+a6MWbT/1qHyowMEv57HGWkJT\nUNj9afbN2wPfzsfnWT7bU567pPaSuXFPEjVtPYxm/PW+s6xUAhQq+AUCgYEAw7FQ\nCj3rlr+Enm82T3PMXmSRBtV5Z3LVJSzAzQ8q0YSEZPs56B7d7nS1SNnHvxWX+/1y\n5/+EZYDv+i1a08cxP7kwIJJKoRVnk1sSJUyxn7IhRZld8ZDvhopWs/2lfPAv2ZuX\ndboxQIns9eVedhXT64+8pxR0tLpL+cv0lNH8WecCgYEAy3cQdYU7o2uc46Z3Tyek\nfhkdHylIIMLLLtrn3i1Du3JG9OIcsULGFPcKgZ4hNC7YRupU00q63TxxGJ43D7bl\nw2NBpSI8nwc5cYLm6LetmAwYK1dzQsJXwbHRAfQuIuw226N+mIp61PSzvg6qjFr6\nKFCm+KJzl0r0SxA5FSFE4kUCgYEAoYVfyCRVqMaJIvAuRqQQojSlk5ttqloY3acz\nt812DRsw39yQbivUCHbiDrBaczjSipYmWqEHWXR0Hu2Ck1xNJQioVaoJ2S0+oVzA\n/HJyBZrUZYryBGoZmdXjPIr2Jcpl5FnNSMmWz2tIX6mjLxpTIZIxJ0L2FRnTjemv\nBYrQnC8CgYAxj/6gGoHBsps/ZcKq7140a8KctU+0nm/jE/cbfoWNXce+VTWesrGb\ncU5zCPVtSsvDvCKt1/vMsDSiUy2CPpWKExu+Uu2ihZZyTGxffzVv2kHRojfS2Pxe\nUYp7YlvggoFGymVc1UMEC2huCIicpjCGpNiFRChKn3rlmI5BF566MA==\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'9594948fc4aa4c4882bee232daae0490', 'name': u'vmtp_a1be316f-6c0e-443e-9fe5-52459524bee3', 'created_at': '2018-09-02T08:42:10.741615', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'c35ab495676946a6b4276e3af3bff07c', 'name': 'vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'90:b1:03:7d:1c:37:81:c6:e7:8b:37:f8:7f:1b:a5:3b', 'type': 'ssh', 'id': u'vmtp_a1be316f-6c0e-443e-9fe5-52459524bee3'}) 2018-09-02 08:42:10,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 08:42:10,744 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/vmtp_a1be316f-6c0e-443e-9fe5-52459524bee3 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93000f8d37c2f62914c812ecf381666669707ca4" 2018-09-02 08:42:10,819 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08: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 x-openstack-request-id: req-90318b3d-424d-4f8f-8b9e-e585423ae5a1 x-compute-request-id: req-90318b3d-424d-4f8f-8b9e-e585423ae5a1 Content-Length: 0 Content-Type: application/json 2018-09-02 08:42:10,819 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vmtp_a1be316f-6c0e-443e-9fe5-52459524bee3 used request id req-90318b3d-424d-4f8f-8b9e-e585423ae5a1 2018-09-02 08:42:10,819 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.077399969101s 2018-09-02 08:42:10,820 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vmtp_a1be316f-6c0e-443e-9fe5-52459524bee3 used request id req-90318b3d-424d-4f8f-8b9e-e585423ae5a1 2018-09-02 08:42:11,687 - 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 08:42:48,693 - functest.opnfv_tests.openstack.vmtp.vmtp - ERROR - Exception when calling ['vmtp', '-d', '--json', '/home/opnfv/functest/results/vmtp/vmtp.json', '-c', '/home/opnfv/functest/results/vmtp/vmtp.conf'] 2018-09-02 08:42:12,519 INFO Using http://172.30.9.25:5000/v3 2018-09-02 08:42:12,519 INFO VM public key: /tmp/tmp6BWeL_ 2018-09-02 08:42:12,520 INFO VM private key: /tmp/tmpbGxGBe 2018-09-02 08:42:14,633 INFO Found image vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3 to launch VM, will continue 2018-09-02 08:42:16,080 INFO Using external router: vmtp-router_a1be316f-6c0e-443e-9fe5-52459524bee3 2018-09-02 08:42:16,081 INFO Using external network: external. 2018-09-02 08:42:17,479 INFO Created internal network: pns-internal-net_a1be316f-6c0e-443e-9fe5-52459524bee3. 2018-09-02 08:42:19,117 INFO Created internal network: pns-internal-net2_a1be316f-6c0e-443e-9fe5-52459524bee3. 2018-09-02 08:42:22,507 DEBUG Ext router associated to pns-internal-net_a1be316f-6c0e-443e-9fe5-52459524bee3 2018-09-02 08:42:25,652 DEBUG Ext router associated to pns-internal-net2_a1be316f-6c0e-443e-9fe5-52459524bee3 2018-09-02 08:42:27,350 INFO OpenStack agent: Open vSwitch agent 2018-09-02 08:42:27,350 INFO OpenStack network type: vxlan 2018-09-02 08:42:29,757 INFO [TestServer_a1be316f-6c0e-443e-9fe5-52459524bee31] Creating server VM... 2018-09-02 08:42:29,757 DEBUG [TestServer_a1be316f-6c0e-443e-9fe5-52459524bee31] Starting on zone nova:overcloud-novacompute-1.opnfvlf.org 2018-09-02 08:42:34,622 DEBUG [TestServer_a1be316f-6c0e-443e-9fe5-52459524bee31] VM status=BUILD, retrying 1 of 90... 2018-09-02 08:42:36,987 ERROR Instance creation error: No valid host was found. 2018-09-02 08:42:36,988 ERROR Instance failed status=ERROR 2018-09-02 08:42:38,062 INFO [TestServer_a1be316f-6c0e-443e-9fe5-52459524bee31] Server creation failed 2018-09-02 08:42:38,062 ERROR Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 475, in run self.setup() File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 318, in setup self.net.vm_int_net[0]) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 169, in create_instance init_file_name=user_data_file)) File "/usr/lib/python2.7/site-packages/vmtp/vmtp.py", line 173, in assert_true raise VmtpException('Assert failure') VmtpException: Assert failure 2018-09-02 08:42:38,062 INFO Cleaning up... 2018-09-02 08:42:45,472 INFO Network pns-internal-net_a1be316f-6c0e-443e-9fe5-52459524bee3 deleted. 2018-09-02 08:42:48,341 INFO Network pns-internal-net2_a1be316f-6c0e-443e-9fe5-52459524bee3 deleted. 2018-09-02 08:42:48,400 INFO Removed public key pns_public_key 2018-09-02 08:42:48,400 INFO Deleting security group 2018-09-02 08:42:48,607 INFO Summary of results ================== Total Scenarios: 29 Passed Scenarios: 0 [0.00%] Failed Scenarios: 0 [0.00%] Skipped Scenarios: 29 +----------+-------------------------------------------------------+-------------------+------+ | Scenario | Scenario Name | Functional Status | Data | +----------+-------------------------------------------------------+-------------------+------+ | 1.1 | Same Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 1.2 | Same Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 1.3 | Same Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 1.4 | Same Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 2.1 | Same Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 2.2 | Same Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 2.3 | Same Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 2.4 | Same Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 3.1 | Different Network, Fixed IP, Intra-node, TCP | SKIPPED | {} | | 3.2 | Different Network, Fixed IP, Intra-node, UDP | SKIPPED | {} | | 3.3 | Different Network, Fixed IP, Intra-node, ICMP | SKIPPED | {} | | 3.4 | Different Network, Fixed IP, Intra-node, Multicast | SKIPPED | {} | | 4.1 | Different Network, Fixed IP, Inter-node, TCP | SKIPPED | {} | | 4.2 | Different Network, Fixed IP, Inter-node, UDP | SKIPPED | {} | | 4.3 | Different Network, Fixed IP, Inter-node, ICMP | SKIPPED | {} | | 4.4 | Different Network, Fixed IP, Inter-node, Multicast | SKIPPED | {} | | 5.1 | Different Network, Floating IP, Intra-node, TCP | SKIPPED | {} | | 5.2 | Different Network, Floating IP, Intra-node, UDP | SKIPPED | {} | | 5.3 | Different Network, Floating IP, Intra-node, ICMP | SKIPPED | {} | | 5.4 | Different Network, Floating IP, Intra-node, Multicast | SKIPPED | {} | | 6.1 | Different Network, Floating IP, Inter-node, TCP | SKIPPED | {} | | 6.2 | Different Network, Floating IP, Inter-node, UDP | SKIPPED | {} | | 6.3 | Different Network, Floating IP, Inter-node, ICMP | SKIPPED | {} | | 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 | {} | +----------+-------------------------------------------------------+-------------------+------+ No handlers could be found for logger "vmtp_file" 2018-09-02 08:42:48,608 INFO Saving results in json file: /home/opnfv/functest/results/vmtp/vmtp.json... 2018-09-02 08:42:48,814 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 08:42:48,814 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | vmtp | functest | 00:54 | FAIL | +-------------------+------------------+------------------+----------------+ 2018-09-02 08:42:48,820 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 08:42:48,821 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93000f8d37c2f62914c812ecf381666669707ca4" 2018-09-02 08:42:49,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1707 X-Openstack-Request-Id: req-14eb31dd-61cc-4916-9a97-1128aac9f3c7 Date: Sun, 02 Sep 2018 08:42:49 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "c35ab495676946a6b4276e3af3bff07c", "created_at": "2018-09-02T08:41:56Z", "admin_state_up": true, "updated_at": "2018-09-02T08:42:41Z", "project_id": "c35ab495676946a6b4276e3af3bff07c", "flavor_id": null, "revision_number": 11, "routes": [], "ha": true, "id": "0c9453bb-514f-4267-b75f-ffb57ff53384", "name": "vmtp-router_a1be316f-6c0e-443e-9fe5-52459524bee3"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2fb44061039d408fb38b482cf2dfa1eb", "created_at": "2018-09-02T07:46:20Z", "admin_state_up": false, "updated_at": "2018-09-02T07:46:20Z", "project_id": "2fb44061039d408fb38b482cf2dfa1eb", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4d23b842-5ed9-4411-a49e-f653ab377ea9", "name": "tempest-router-1283701890"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "created_at": "2018-09-02T07:44:57Z", "admin_state_up": true, "updated_at": "2018-09-02T07:45:00Z", "project_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "707d85f9-f0d5-45c3-9aa1-8316101887f8", "name": "tempest-pretest-check-362052834"}]} 2018-09-02 08:42:49,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-14eb31dd-61cc-4916-9a97-1128aac9f3c7 2018-09-02 08:42:49,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.562469959259s 2018-09-02 08:42:49,383 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-14eb31dd-61cc-4916-9a97-1128aac9f3c7 2018-09-02 08:42:49,385 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 08:42:49,385 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/0c9453bb-514f-4267-b75f-ffb57ff53384.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93000f8d37c2f62914c812ecf381666669707ca4" 2018-09-02 08:42:53,631 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-68f728eb-e256-40df-aa20-881fde0d3d73 Content-Length: 0 Date: Sun, 02 Sep 2018 08:42:53 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 08:42:53,631 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/0c9453bb-514f-4267-b75f-ffb57ff53384.json used request id req-68f728eb-e256-40df-aa20-881fde0d3d73 2018-09-02 08:42:53,631 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.24596786499s 2018-09-02 08:42:53,631 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/0c9453bb-514f-4267-b75f-ffb57ff53384.json used request id req-68f728eb-e256-40df-aa20-881fde0d3d73 2018-09-02 08:42:53,636 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:42:53,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93000f8d37c2f62914c812ecf381666669707ca4" 2018-09-02 08:42:53,938 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1386 Content-Type: application/json X-Openstack-Request-Id: req-09a23e8e-1955-404c-96a7-ce5cc42af448 Date: Sun, 02 Sep 2018 08:42:53 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:42:08Z", "file": "/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/file", "owner": "c35ab495676946a6b4276e3af3bff07c", "id": "ef0fba26-4e90-433d-b152-66e8c4f6ac06", "size": 263193088, "self": "/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "vmtp-img_a1be316f-6c0e-443e-9fe5-52459524bee3", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T08:42:03Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:42:53,938 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-09a23e8e-1955-404c-96a7-ce5cc42af448 2018-09-02 08:42:53,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.302717924118s 2018-09-02 08:42:53,939 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-09a23e8e-1955-404c-96a7-ce5cc42af448 2018-09-02 08:42:53,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 08:42:53,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}93000f8d37c2f62914c812ecf381666669707ca4" 2018-09-02 08:42:54,600 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c967e45d-baa9-4627-b5e1-db929a1bb778 Date: Sun, 02 Sep 2018 08:42:54 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 08:42:54,600 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06 used request id req-c967e45d-baa9-4627-b5e1-db929a1bb778 2018-09-02 08:42:54,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.660055875778s 2018-09-02 08:42:54,601 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/ef0fba26-4e90-433d-b152-66e8c4f6ac06 used request id req-c967e45d-baa9-4627-b5e1-db929a1bb778 2018-09-02 08:42:54,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 08:42:54,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:54,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42: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-cb69889a-7b42-427f-b674-e402ac980843 x-compute-request-id: req-cb69889a-7b42-427f-b674-e402ac980843 Content-Encoding: gzip Content-Length: 307 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vmtp-flavor_a1be316f-6c0e-443e-9fe5-52459524bee3", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef", "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": "b6462dd0-8790-4881-963c-8cc2db84e5ef"}]} 2018-09-02 08:42:54,624 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-cb69889a-7b42-427f-b674-e402ac980843 2018-09-02 08:42:54,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.022970199585s 2018-09-02 08:42:54,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-cb69889a-7b42-427f-b674-e402ac980843 2018-09-02 08:42:54,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 08:42:54,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:54,670 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08:42: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-da2f87b8-0900-4d1c-a3cd-6309bd95c843 x-compute-request-id: req-da2f87b8-0900-4d1c-a3cd-6309bd95c843 Content-Length: 0 Content-Type: application/json 2018-09-02 08:42:54,670 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef used request id req-da2f87b8-0900-4d1c-a3cd-6309bd95c843 2018-09-02 08:42:54,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0437860488892s 2018-09-02 08:42:54,670 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/b6462dd0-8790-4881-963c-8cc2db84e5ef used request id req-da2f87b8-0900-4d1c-a3cd-6309bd95c843 2018-09-02 08:42:54,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:42:54,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:54,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-89b3eeab-a3e9-49ed-b7a8-a3bfef51a7dd Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3", "links": {"self": "http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "9594948fc4aa4c4882bee232daae0490", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:42:54,903 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-89b3eeab-a3e9-49ed-b7a8-a3bfef51a7dd 2018-09-02 08:42:54,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.23169708252s 2018-09-02 08:42:54,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-89b3eeab-a3e9-49ed-b7a8-a3bfef51a7dd 2018-09-02 08:42:54,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:42:54,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:55,116 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:54 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2329245f-d556-4397-9b00-4d6a76052e79 Content-Encoding: gzip Content-Length: 222 Content-Type: application/json RESP BODY: {"user": {"name": "vmtp-user_a1be316f-6c0e-443e-9fe5-52459524bee3", "links": {"self": "http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "9594948fc4aa4c4882bee232daae0490", "description": null}} 2018-09-02 08:42:55,116 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490 used request id req-2329245f-d556-4397-9b00-4d6a76052e79 2018-09-02 08:42:55,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208671808243s 2018-09-02 08:42:55,116 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490 used request id req-2329245f-d556-4397-9b00-4d6a76052e79 2018-09-02 08:42:55,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 08:42:55,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:55,422 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-0cd3378d-89d4-4f92-aa24-65aeb82026b9 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 08:42:55,422 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490 used request id req-0cd3378d-89d4-4f92-aa24-65aeb82026b9 2018-09-02 08:42:55,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.305171966553s 2018-09-02 08:42:55,422 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/9594948fc4aa4c4882bee232daae0490 used request id req-0cd3378d-89d4-4f92-aa24-65aeb82026b9 2018-09-02 08:42:55,427 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:42:55,430 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:55,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a30cfdf3-88b2-459e-911a-49a8cb0acc21 Content-Encoding: gzip Content-Length: 518 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: vmtp", "links": {"self": "http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c"}, "tags": [], "enabled": true, "id": "c35ab495676946a6b4276e3af3bff07c", "parent_id": "default", "domain_id": "default", "name": "vmtp-project_a1be316f-6c0e-443e-9fe5-52459524bee3"}]} 2018-09-02 08:42:55,609 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a30cfdf3-88b2-459e-911a-49a8cb0acc21 2018-09-02 08:42:55,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.182126045227s 2018-09-02 08:42:55,610 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a30cfdf3-88b2-459e-911a-49a8cb0acc21 2018-09-02 08:42:55,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 08:42:55,615 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}942ba6e981d13a1ccce11321028c3e4bcb52c0cf" 2018-09-02 08:42:55,891 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:42:55 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1293cd1a-e683-4027-abb8-76edb17594ba 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 08:42:55,891 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c used request id req-1293cd1a-e683-4027-abb8-76edb17594ba 2018-09-02 08:42:55,891 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.277854919434s 2018-09-02 08:42:55,891 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/c35ab495676946a6b4276e3af3bff07c used request id req-1293cd1a-e683-4027-abb8-76edb17594ba 2018-09-02 08:42:55,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:42:55,892 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}93000f8d37c2f62914c812ecf381666669707ca4" 2018-09-02 08:42:56,004 - keystoneauth.session - DEBUG - RESP: [401] Content-Type: application/json Content-Length: 114 Www-Authenticate: Keystone uri="http://192.30.9.4:5000" X-Openstack-Request-Id: req-a21e5e50-6602-4d5f-b229-7e23716bd2c4 Date: Sun, 02 Sep 2018 08:42:56 GMT RESP BODY: {"error": {"message": "The request you have made requires authentication.", "code": 401, "title": "Unauthorized"}} 2018-09-02 08:42:56,004 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a21e5e50-6602-4d5f-b229-7e23716bd2c4 2018-09-02 08:42:56,004 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:42:56,016 - keystoneauth.session - DEBUG - Request returned failure status: 401 2018-09-02 08:42:56,017 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.124747037888s 2018-09-02 08:42:56,017 - xtesting.ci.run_tests - ERROR - The test case 'vmtp' failed. 2018-09-02 08:42:56,074 - xtesting.ci.run_tests - INFO - Loading test case 'shaker'... 2018-09-02 08:42:56,118 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 08:42:56,119 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 08:42:56,120 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 08:42:56,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:42:56,127 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9705e786-31f4-490f-b620-1d3ab60ee2f0 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 08:42:56,127 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-9705e786-31f4-490f-b620-1d3ab60ee2f0 2018-09-02 08:42:56,127 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:42:56,526 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T09:42:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["Q1W88W3VS2uh7jvrrtQaJg"], "issued_at": "2018-09-02T08:42:56.000000Z"}} 2018-09-02 08:42:56,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:42:56,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:56,884 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-3d0781c3-c7e2-44b0-ab2b-9a9fa67178de Date: Sun, 02 Sep 2018 08:42:56 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 08:42:56,884 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d0781c3-c7e2-44b0-ab2b-9a9fa67178de 2018-09-02 08:42:56,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.355149030685s 2018-09-02 08:42:56,885 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-3d0781c3-c7e2-44b0-ab2b-9a9fa67178de 2018-09-02 08:42:56,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:42:56,894 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 08:42:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-06249708-2160-45ef-a684-ff2e5bd15319 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 08:42:56,894 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-06249708-2160-45ef-a684-ff2e5bd15319 2018-09-02 08:42:56,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:42:56,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:57,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-257ea205-154b-4528-ba89-3a6fe75a16c8 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 08:42:57,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-257ea205-154b-4528-ba89-3a6fe75a16c8 2018-09-02 08:42:57,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184031963348s 2018-09-02 08:42:57,079 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-257ea205-154b-4528-ba89-3a6fe75a16c8 2018-09-02 08:42:57,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 08:42:57,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" -d '{"project": {"description": "Created by OPNFV Functest: shaker", "enabled": true, "domain_id": "default", "name": "shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e"}}' 2018-09-02 08:42:57,262 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 08:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e84e35ce-ad23-45ab-ac66-b0e9858bae4c 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.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377"}, "tags": [], "enabled": true, "id": "01030eb0e3914b1cb6f047a368163377", "parent_id": "default", "domain_id": "default", "name": "shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e"}} 2018-09-02 08:42:57,262 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e84e35ce-ad23-45ab-ac66-b0e9858bae4c 2018-09-02 08:42:57,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.175868988037s 2018-09-02 08:42:57,263 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e84e35ce-ad23-45ab-ac66-b0e9858bae4c 2018-09-02 08:42:57,263 - 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'01030eb0e3914b1cb6f047a368163377', '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_8846c2ae-096a-4e7a-9470-b6b262d6662e'}) 2018-09-02 08:42:57,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 08:42:57,272 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "06c86f81-47f3-4cc3-a0ba-fae1ffeeed85", "email": null, "name": "shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e"}}' 2018-09-02 08:42:57,735 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 08:42:57 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-fb644705-a749-4d53-b204-3b4a903d70e8 Content-Length: 321 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": {"self": "http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59bd68825b334c13b51536ce53f9c43d", "domain_id": "default", "password_expires_at": null}} 2018-09-02 08:42:57,735 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-fb644705-a749-4d53-b204-3b4a903d70e8 2018-09-02 08:42:57,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.465784072876s 2018-09-02 08:42:57,735 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-fb644705-a749-4d53-b204-3b4a903d70e8 2018-09-02 08:42:57,736 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'59bd68825b334c13b51536ce53f9c43d', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e'}) 2018-09-02 08:42:57,739 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:42:57,743 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:57,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2fde3de4-c816-4e24-8c31-7f330844a795 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:42:57,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2fde3de4-c816-4e24-8c31-7f330844a795 2018-09-02 08:42:57,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.101511001587s 2018-09-02 08:42:57,841 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2fde3de4-c816-4e24-8c31-7f330844a795 2018-09-02 08:42:57,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:42:57,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:57,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:57 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d756503-4a33-4a9d-abb0-e2bd1887d9f0 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:42:57,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3d756503-4a33-4a9d-abb0-e2bd1887d9f0 2018-09-02 08:42:57,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.107754945755s 2018-09-02 08:42:57,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-3d756503-4a33-4a9d-abb0-e2bd1887d9f0 2018-09-02 08:42:57,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:42:57,963 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:58,171 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2af7c0ee-be0d-4a21-a0f5-699c0f59661f Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:42:58,171 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2af7c0ee-be0d-4a21-a0f5-699c0f59661f 2018-09-02 08:42:58,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.211562871933s 2018-09-02 08:42:58,172 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2af7c0ee-be0d-4a21-a0f5-699c0f59661f 2018-09-02 08:42:58,176 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:42:58,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:58,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08bef5d0-b09e-4b84-87cf-f35e904a8138 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:42:58,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-08bef5d0-b09e-4b84-87cf-f35e904a8138 2018-09-02 08:42:58,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.102079153061s 2018-09-02 08:42:58,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-08bef5d0-b09e-4b84-87cf-f35e904a8138 2018-09-02 08:42:58,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:42:58,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:58,474 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-921586dd-cbd7-4abb-bade-7f7c5c4cf2b7 Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": {"self": "http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59bd68825b334c13b51536ce53f9c43d", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:42:58,475 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-921586dd-cbd7-4abb-bade-7f7c5c4cf2b7 2018-09-02 08:42:58,475 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.195180892944s 2018-09-02 08:42:58,475 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-921586dd-cbd7-4abb-bade-7f7c5c4cf2b7 2018-09-02 08:42:58,486 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:42:58,489 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:58,680 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-03aeed4b-a0d9-4cf3-8b3b-265897bdfd20 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377"}, "tags": [], "enabled": true, "id": "01030eb0e3914b1cb6f047a368163377", "parent_id": "default", "domain_id": "default", "name": "shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 08:42:58,681 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-03aeed4b-a0d9-4cf3-8b3b-265897bdfd20 2018-09-02 08:42:58,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.194523096085s 2018-09-02 08:42:58,681 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-03aeed4b-a0d9-4cf3-8b3b-265897bdfd20 2018-09-02 08:42:58,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:42:58,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=01030eb0e3914b1cb6f047a368163377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:58,866 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-acba144c-aa02-4c4f-8d8e-67e9f22220ca Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=01030eb0e3914b1cb6f047a368163377", "previous": null, "next": null}} 2018-09-02 08:42:58,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=01030eb0e3914b1cb6f047a368163377 used request id req-acba144c-aa02-4c4f-8d8e-67e9f22220ca 2018-09-02 08:42:58,867 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.180102825165s 2018-09-02 08:42:58,867 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=01030eb0e3914b1cb6f047a368163377 used request id req-acba144c-aa02-4c4f-8d8e-67e9f22220ca 2018-09-02 08:42:58,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:42:58,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:42:59,097 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:42:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f40059f6-5e7f-4dab-b08d-c0fcbe343ff6 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 08:42:59,097 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-f40059f6-5e7f-4dab-b08d-c0fcbe343ff6 2018-09-02 08:42:59,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.227299928665s 2018-09-02 08:42:59,098 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-f40059f6-5e7f-4dab-b08d-c0fcbe343ff6 2018-09-02 08:42:59,099 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e', 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'01030eb0e3914b1cb6f047a368163377', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '06c86f81-47f3-4cc3-a0ba-fae1ffeeed85', 'username': u'shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 08:42:59,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 08:42:59,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 08:42:59,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 08:42:59,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 08:42:59,100 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 08:42:59,101 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 08:42:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 08:42:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 08:42:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 08:42:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 08:42:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 08:42:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 08:42:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 08:42:59,102 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 08:42:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 08:42:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 08:42:59,103 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 08:42:59,104 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'password': '06c86f81-47f3-4cc3-a0ba-fae1ffeeed85', 'project_name': 'shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '01030eb0e3914b1cb6f047a368163377', 'project_domain_name': 'Default'} 2018-09-02 08:42:59,104 - xtesting.ci.run_tests - INFO - Running test case 'shaker'... 2018-09-02 08:42:59,106 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:42:59,112 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:42:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-19fbf6a9-c5ab-44cf-8127-49a84f34ef90 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 08:42:59,112 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-19fbf6a9-c5ab-44cf-8127-49a84f34ef90 2018-09-02 08:42:59,113 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 08:42:59,503 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T09:42:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "01030eb0e3914b1cb6f047a368163377", "name": "shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_01030eb0e3914b1cb6f047a368163377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_01030eb0e3914b1cb6f047a368163377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/01030eb0e3914b1cb6f047a368163377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/01030eb0e3914b1cb6f047a368163377", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/01030eb0e3914b1cb6f047a368163377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/01030eb0e3914b1cb6f047a368163377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/01030eb0e3914b1cb6f047a368163377", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/01030eb0e3914b1cb6f047a368163377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/01030eb0e3914b1cb6f047a368163377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/01030eb0e3914b1cb6f047a368163377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/01030eb0e3914b1cb6f047a368163377", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/01030eb0e3914b1cb6f047a368163377", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/01030eb0e3914b1cb6f047a368163377", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/01030eb0e3914b1cb6f047a368163377", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e", "id": "59bd68825b334c13b51536ce53f9c43d"}, "audit_ids": ["YVtAB7kRQCqAfFeyB0U3pg"], "issued_at": "2018-09-02T08:42:59.000000Z"}} 2018-09-02 08:42:59,506 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 08:42:59,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"network": {"name": "shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e", "admin_state_up": true}}' 2018-09-02 08:43:00,272 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 625 X-Openstack-Request-Id: req-0e43be90-7612-4f40-93a0-b84ecac50d93 Date: Sun, 02 Sep 2018 08:43:00 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"01030eb0e3914b1cb6f047a368163377","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:42:59Z","is_default":false,"name":"shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e","qos_policy_id":null,"admin_state_up":true,"tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:42:59Z","mtu":1450}} 2018-09-02 08:43:00,272 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0e43be90-7612-4f40-93a0-b84ecac50d93 2018-09-02 08:43:00,272 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.766035079956s 2018-09-02 08:43:00,272 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0e43be90-7612-4f40-93a0-b84ecac50d93 2018-09-02 08:43:00,273 - 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-02T08:42:59Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'1fbd81fb-f2e9-4076-9939-008a921b1b47', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e', u'admin_state_up': True, u'tenant_id': u'01030eb0e3914b1cb6f047a368163377', u'created_at': u'2018-09-02T08:42:59Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'01030eb0e3914b1cb6f047a368163377', u'l2_adjacency': True}) 2018-09-02 08:43:00,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:43:00,274 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:00,648 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1226 X-Openstack-Request-Id: req-d032f369-dc69-4eb4-95bd-e73f59b9d82f Date: Sun, 02 Sep 2018 08:43:00 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"01030eb0e3914b1cb6f047a368163377","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T08:42:59Z","qos_policy_id":null,"name":"shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e","admin_state_up":true,"tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:42:59Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 08:43:00,649 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d032f369-dc69-4eb4-95bd-e73f59b9d82f 2018-09-02 08:43:00,649 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375134944916s 2018-09-02 08:43:00,649 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d032f369-dc69-4eb4-95bd-e73f59b9d82f 2018-09-02 08:43:00,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 08:43:00,651 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"subnet": {"name": "shaker-subnet_8846c2ae-096a-4e7a-9470-b6b262d6662e", "enable_dhcp": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 08:43:01,446 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 674 X-Openstack-Request-Id: req-e34fa980-a337-4b3a-aff5-340b0883f51a Date: Sun, 02 Sep 2018 08:43:01 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:43:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T08:43:01Z","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":"01030eb0e3914b1cb6f047a368163377","id":"8fddfec7-8f0a-4c1a-9930-6c3c83de42ae","subnetpool_id":null,"name":"shaker-subnet_8846c2ae-096a-4e7a-9470-b6b262d6662e"}} 2018-09-02 08:43:01,446 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e34fa980-a337-4b3a-aff5-340b0883f51a 2018-09-02 08:43:01,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.795209884644s 2018-09-02 08:43:01,446 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-e34fa980-a337-4b3a-aff5-340b0883f51a 2018-09-02 08:43:01,447 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T08:43:01Z', 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'8fddfec7-8f0a-4c1a-9930-6c3c83de42ae', u'subnetpool_id': None, u'service_types': [], u'name': u'shaker-subnet_8846c2ae-096a-4e7a-9470-b6b262d6662e', u'enable_dhcp': True, u'network_id': u'1fbd81fb-f2e9-4076-9939-008a921b1b47', u'tenant_id': u'01030eb0e3914b1cb6f047a368163377', u'created_at': u'2018-09-02T08:43:01Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'01030eb0e3914b1cb6f047a368163377'}) 2018-09-02 08:43:01,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 08:43:01,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "shaker-router_8846c2ae-096a-4e7a-9470-b6b262d6662e", "admin_state_up": true}}' 2018-09-02 08:43:08,274 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 693 X-Openstack-Request-Id: req-d361f4ce-ccd6-476f-924d-75d0e3cf2fae Date: Sun, 02 Sep 2018 08:43:08 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:02Z", "admin_state_up": true, "updated_at": "2018-09-02T08:43:03Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "name": "shaker-router_8846c2ae-096a-4e7a-9470-b6b262d6662e"}} 2018-09-02 08:43:08,275 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d361f4ce-ccd6-476f-924d-75d0e3cf2fae 2018-09-02 08:43:08,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.82746195793s 2018-09-02 08:43:08,275 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-d361f4ce-ccd6-476f-924d-75d0e3cf2fae 2018-09-02 08:43:08,276 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T08:43:03Z', u'revision_number': 3, u'id': u'5cc12b0c-e270-45f0-a156-d6f63cba288d', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'shaker-router_8846c2ae-096a-4e7a-9470-b6b262d6662e', u'admin_state_up': True, u'tenant_id': u'01030eb0e3914b1cb6f047a368163377', u'created_at': u'2018-09-02T08:43:02Z', u'flavor_id': None, u'routes': [], u'project_id': u'01030eb0e3914b1cb6f047a368163377'}) 2018-09-02 08:43:08,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 08:43:08,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d/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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"subnet_id": "8fddfec7-8f0a-4c1a-9930-6c3c83de42ae"}' 2018-09-02 08:43:11,910 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-f5505c07-cb0a-4457-b7d7-b483d992d15b Date: Sun, 02 Sep 2018 08:43:11 GMT RESP BODY: {"network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "subnet_id": "8fddfec7-8f0a-4c1a-9930-6c3c83de42ae", "subnet_ids": ["8fddfec7-8f0a-4c1a-9930-6c3c83de42ae"], "port_id": "c97fa9ed-2ea1-4417-9655-33cb3b27a07f", "id": "5cc12b0c-e270-45f0-a156-d6f63cba288d"} 2018-09-02 08:43:11,911 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d/add_router_interface.json used request id req-f5505c07-cb0a-4457-b7d7-b483d992d15b 2018-09-02 08:43:11,911 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.63454794884s 2018-09-02 08:43:11,911 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d/add_router_interface.json used request id req-f5505c07-cb0a-4457-b7d7-b483d992d15b returning object 5cc12b0c-e270-45f0-a156-d6f63cba288d 2018-09-02 08:43:11,912 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/shaker-image.qcow2 2018-09-02 08:43:15,457 - shade - DEBUG - Image file /home/opnfv/functest/images/shaker-image.qcow2 md5:cea74a063cc5ef2b018ec12beb0bf961 sha256:5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017 2018-09-02 08:43:15,458 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 08:43:15,464 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 08:43:15 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 08:43:15,469 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:43:15,472 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:15,752 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-5d677145-c166-4aa9-8935-aeea160e8a1c Date: Sun, 02 Sep 2018 08:43:15 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:43:15,752 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5d677145-c166-4aa9-8935-aeea160e8a1c 2018-09-02 08:43:15,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.283522844315s 2018-09-02 08:43:15,753 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5d677145-c166-4aa9-8935-aeea160e8a1c 2018-09-02 08:43:15,761 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 08:43:15,765 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "owner_specified.shade.object": "images/shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e"}' 2018-09-02 08:43:16,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 929 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-a5bc0e6b-5a76-4a0b-a022-0b92331558cc Date: Sun, 02 Sep 2018 08:43:16 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:43:16Z", "file": "/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/file", "owner": "01030eb0e3914b1cb6f047a368163377", "id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "size": null, "self": "/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "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_8846c2ae-096a-4e7a-9470-b6b262d6662e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e", "checksum": null, "created_at": "2018-09-02T08:43:16Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 08:43:16,073 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-a5bc0e6b-5a76-4a0b-a022-0b92331558cc 2018-09-02 08:43:16,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.312242031097s 2018-09-02 08:43:16,074 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-a5bc0e6b-5a76-4a0b-a022-0b92331558cc returning object 32f2272a-7484-4b61-ab88-9c93dc5124f2 2018-09-02 08:43:16,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 08:43:16,078 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '' 2018-09-02 08:43:25,892 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-fa36d276-c353-4034-b3eb-d4a84f9a334d Date: Sun, 02 Sep 2018 08:43: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 08:43:25,893 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/file used request id req-fa36d276-c353-4034-b3eb-d4a84f9a334d 2018-09-02 08:43:25,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 9.81819391251s 2018-09-02 08:43:25,893 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/file used request id req-fa36d276-c353-4034-b3eb-d4a84f9a334d 2018-09-02 08:43:25,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:43:25,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:26,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-084dbb2b-a1ae-41eb-9dee-230429c99c90 Date: Sun, 02 Sep 2018 08:43:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:43:25Z", "file": "/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/file", "owner": "01030eb0e3914b1cb6f047a368163377", "id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "size": 666173440, "self": "/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-09-02T08:43:16Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:43:26,207 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-084dbb2b-a1ae-41eb-9dee-230429c99c90 2018-09-02 08:43:26,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309352874756s 2018-09-02 08:43:26,207 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-084dbb2b-a1ae-41eb-9dee-230429c99c90 2018-09-02 08:43:26,209 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/snap', u'metadata': Munch({})})], 'file': u'/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/file', 'owner': u'01030eb0e3914b1cb6f047a368163377', 'id': u'32f2272a-7484-4b61-ab88-9c93dc5124f2', 'size': 666173440, u'self': u'/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01030eb0e3914b1cb6f047a368163377', 'name': 'shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T08:43:25Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T08:43:25Z', u'owner_specified.shade.sha256': u'5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017', u'owner_specified.shade.object': u'images/shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e', '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/32f2272a-7484-4b61-ab88-9c93dc5124f2', 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_8846c2ae-096a-4e7a-9470-b6b262d6662e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}, 'name': u'shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'created': u'2018-09-02T08:43:16Z', 'checksum': u'cea74a063cc5ef2b018ec12beb0bf961', 'created_at': u'2018-09-02T08:43:16Z', 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/32f2272a-7484-4b61-ab88-9c93dc5124f2', 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_8846c2ae-096a-4e7a-9470-b6b262d6662e', u'owner_specified.shade.md5': u'cea74a063cc5ef2b018ec12beb0bf961', u'schema': u'/v2/schemas/image'}}) 2018-09-02 08:43:26,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 08:43:26,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "shaker-flavor_8846c2ae-096a-4e7a-9470-b6b262d6662e", "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 08:43:26,542 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-914092b7-1ae3-4fb6-9d16-e6673bd47b60 x-compute-request-id: req-914092b7-1ae3-4fb6-9d16-e6673bd47b60 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavor": {"name": "shaker-flavor_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "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": "bc165137-f833-4737-8dc5-3132b90b6acd"}} 2018-09-02 08:43:26,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-914092b7-1ae3-4fb6-9d16-e6673bd47b60 2018-09-02 08:43:26,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.332226037979s 2018-09-02 08:43:26,543 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-914092b7-1ae3-4fb6-9d16-e6673bd47b60 2018-09-02 08:43:26,544 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'shaker-flavor_8846c2ae-096a-4e7a-9470-b6b262d6662e', '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'4b06fee7bf104ba386aa2f904001aa35', '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'bc165137-f833-4737-8dc5-3132b90b6acd', 'swap': 0}) 2018-09-02 08:43:26,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 08:43:26,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd/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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" -d '{"extra_specs": {}}' 2018-09-02 08:43:26,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-2d099a27-29c8-487f-851c-55bd0970aa75 x-compute-request-id: req-2d099a27-29c8-487f-851c-55bd0970aa75 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 08:43:26,564 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd/os-extra_specs used request id req-2d099a27-29c8-487f-851c-55bd0970aa75 2018-09-02 08:43:26,565 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0200550556183s 2018-09-02 08:43:26,565 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd/os-extra_specs used request id req-2d099a27-29c8-487f-851c-55bd0970aa75 2018-09-02 08:43:26,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 08:43:26,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"keypair": {"name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e"}}' 2018-09-02 08:43:26,985 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-aafc4bd5-e2ec-4489-95e4-003b5f1f0b0c x-compute-request-id: req-aafc4bd5-e2ec-4489-95e4-003b5f1f0b0c Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvgYQ6D2ScuR1apVqIeJJm1URoQ06/L30d7RKIwPGm5HrvU52VxdLnKje7mwrL2qbVHgLhNs7hO7e/rdWU4Oveta6XViO3z8VrzsdJVT2GKO1pnQakhdd7tMQ91NrS+c8B4XHWxHz4iUPlcza3vVETZhmnBkDPvaaVDrooloEEJPry5AMap6OdyNbJsqwwRXadIY1neeMOQCCfjbpMbMznUkd936PjBB595hwC4W0gNhqXahyDIXQNravnFRsHqk44k84HRuzTSSlpvF0FsGioEa2UZPA+f7gW+l56nRAPDJuTdq44P+ZYxjPtl4Fcz27uH3hI/w9YTI+9dDb202lz Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAr4GEOg9knLkdWqVaiHiSZtVEaENOvy99He0SiMDxpuR671Od\nlcXS5yo3u5sKy9qm1R4C4TbO4Tu3v63VlODr3rWul1Yjt8/Fa87HSVU9hijtaZ0G\npIXXe7TEPdTa0vnPAeFx1sR8+IlD5XM2t71RE2YZpwZAz72mlQ66KJaBBCT68uQD\nGqejncjWybKsMEV2nSGNZ3njDkAgn426TGzM51JHfd+j4wQefeYcAuFtIDYal2oc\ngyF0Da2r5xUbB6pOOJPOB0bs00kpabxdBbBoqBGtlGTwPn+4Fvpeep0QDwybk3au\nOD/mWMYz7ZeBXM9u7h94SP8PWEyPvXQ29tNpcwIDAQABAoIBACT4Jk9IoMv2nn1S\nqYBnzYcF05QW4YaaTUO5hZby9bRPGqpBNcev1R5GoVjObvbEBzKLUNX6ApglSS6C\nQqRKwMS4Bp/wUDPO+2obM5V59CzHgEMoBZcwblSrnk7cAIBCiN1/jMhNuXltCLVT\nkKohoetxLWQmiA56h5WMdaBJG8IwYptILo4nF4s6qQxq7hCdCyy/Se0/rlogOUqK\nhXJ6Ph9uNyhpA+8OwNnCT62TSt4QAlcnsSsi+++qqt4dvKiu5ob+Y6wMwhr+qw1U\n/Qb777gzNJyXLJ4KqgmG4ZvxyRNwIjyfpI2Ko1nkSnDic1s2/ZHHmvlNNNK0yFOP\nvtCyafkCgYEA3eyCZtDQFKao32NjsIPWw+gIapLB8UOV1ElU6liEPcS+Q+j+oL0u\nx+mZoYxzaNyYegCH0tDVmnOOb7qL+oqWt+EkkGDaLV3u3G6GLJrCY+XR+UsCEEQD\nwr0ZVCZFh5ZY/mWQed/LKHYWrvUmqerY0Up3H9yUq6cYFpfy6Zus9FcCgYEAynRj\nZMxvegEwwxqmPgORlVGs2FkmB3RjSRPRvrT1ELCGub8LeMCk/uTLluSGrAZw/AIf\nkd93dtMYt1jmdoskGyfaJzjlWu+ZWXYe32ZB4UzUYAIIadShc/KNqfpgrMbJWoSh\nvJp82PMtic6lBRtRvrnevVK6kkbAS1+e5DQOIkUCgYBZK3f2Ef8Z3SFLqSbcPQ0l\naG1BTTiqVYq1YsXA59Iy84Ozy8HMGlfasc0uMT4KK2EE3IO2vHync7kOwbkO8XK/\n7bIAZTolMnIQlkRJVeG3vBdTgMUSfhG4xLyRqFMVuN6HUY3sunRqDJDuuchQS/HU\nnoQhBEOkeR5fraxIG2oyPwKBgFKKFwe+bWiBWb8Be2tnCxCkhuKBngaGBgCCKw4k\nOpF+Vr8dy3CEogAliXdQXjN+QMwNlY9kWxE/ySDfBr6nxaWonsFE6gUkEBIwHTAZ\nQZy4NRGbYpC7FsPtzKHTKVzngqn7zvDUzzeoFRXNAOxPEgm/P7dSJiyC2d0g8+e3\n7Vc9AoGAStOZzLccLsoRHJNcVhYHeHMX8PDt4xWHXmQuSMGV2EurQMyDeqxSAAhQ\nFiJBBQgBz7rlvnuMIUlJ9Hnge3+LQFwBQBvsG4DKjeDyLJK9Q4CKyehPPj62nM2r\nvpQQdyoqhGbprcs4Fy6pWI1UwuUWU0e0BkwnlzlqUJKktFZZZz0=\n-----END RSA PRIVATE KEY-----\n", "user_id": "59bd68825b334c13b51536ce53f9c43d", "name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "fingerprint": "6b:59:07:d8:c7:71:a8:eb:7d:3e:e8:42:73:8c:e0:81"}} 2018-09-02 08:43:26,985 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-aafc4bd5-e2ec-4489-95e4-003b5f1f0b0c 2018-09-02 08:43:26,985 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.419835805893s 2018-09-02 08:43:26,986 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-aafc4bd5-e2ec-4489-95e4-003b5f1f0b0c 2018-09-02 08:43:26,986 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCvgYQ6D2ScuR1apVqIeJJm1URoQ06/L30d7RKIwPGm5HrvU52VxdLnKje7mwrL2qbVHgLhNs7hO7e/rdWU4Oveta6XViO3z8VrzsdJVT2GKO1pnQakhdd7tMQ91NrS+c8B4XHWxHz4iUPlcza3vVETZhmnBkDPvaaVDrooloEEJPry5AMap6OdyNbJsqwwRXadIY1neeMOQCCfjbpMbMznUkd936PjBB595hwC4W0gNhqXahyDIXQNravnFRsHqk44k84HRuzTSSlpvF0FsGioEa2UZPA+f7gW+l56nRAPDJuTdq44P+ZYxjPtl4Fcz27uH3hI/w9YTI+9dDb202lz Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEogIBAAKCAQEAr4GEOg9knLkdWqVaiHiSZtVEaENOvy99He0SiMDxpuR671Od\nlcXS5yo3u5sKy9qm1R4C4TbO4Tu3v63VlODr3rWul1Yjt8/Fa87HSVU9hijtaZ0G\npIXXe7TEPdTa0vnPAeFx1sR8+IlD5XM2t71RE2YZpwZAz72mlQ66KJaBBCT68uQD\nGqejncjWybKsMEV2nSGNZ3njDkAgn426TGzM51JHfd+j4wQefeYcAuFtIDYal2oc\ngyF0Da2r5xUbB6pOOJPOB0bs00kpabxdBbBoqBGtlGTwPn+4Fvpeep0QDwybk3au\nOD/mWMYz7ZeBXM9u7h94SP8PWEyPvXQ29tNpcwIDAQABAoIBACT4Jk9IoMv2nn1S\nqYBnzYcF05QW4YaaTUO5hZby9bRPGqpBNcev1R5GoVjObvbEBzKLUNX6ApglSS6C\nQqRKwMS4Bp/wUDPO+2obM5V59CzHgEMoBZcwblSrnk7cAIBCiN1/jMhNuXltCLVT\nkKohoetxLWQmiA56h5WMdaBJG8IwYptILo4nF4s6qQxq7hCdCyy/Se0/rlogOUqK\nhXJ6Ph9uNyhpA+8OwNnCT62TSt4QAlcnsSsi+++qqt4dvKiu5ob+Y6wMwhr+qw1U\n/Qb777gzNJyXLJ4KqgmG4ZvxyRNwIjyfpI2Ko1nkSnDic1s2/ZHHmvlNNNK0yFOP\nvtCyafkCgYEA3eyCZtDQFKao32NjsIPWw+gIapLB8UOV1ElU6liEPcS+Q+j+oL0u\nx+mZoYxzaNyYegCH0tDVmnOOb7qL+oqWt+EkkGDaLV3u3G6GLJrCY+XR+UsCEEQD\nwr0ZVCZFh5ZY/mWQed/LKHYWrvUmqerY0Up3H9yUq6cYFpfy6Zus9FcCgYEAynRj\nZMxvegEwwxqmPgORlVGs2FkmB3RjSRPRvrT1ELCGub8LeMCk/uTLluSGrAZw/AIf\nkd93dtMYt1jmdoskGyfaJzjlWu+ZWXYe32ZB4UzUYAIIadShc/KNqfpgrMbJWoSh\nvJp82PMtic6lBRtRvrnevVK6kkbAS1+e5DQOIkUCgYBZK3f2Ef8Z3SFLqSbcPQ0l\naG1BTTiqVYq1YsXA59Iy84Ozy8HMGlfasc0uMT4KK2EE3IO2vHync7kOwbkO8XK/\n7bIAZTolMnIQlkRJVeG3vBdTgMUSfhG4xLyRqFMVuN6HUY3sunRqDJDuuchQS/HU\nnoQhBEOkeR5fraxIG2oyPwKBgFKKFwe+bWiBWb8Be2tnCxCkhuKBngaGBgCCKw4k\nOpF+Vr8dy3CEogAliXdQXjN+QMwNlY9kWxE/ySDfBr6nxaWonsFE6gUkEBIwHTAZ\nQZy4NRGbYpC7FsPtzKHTKVzngqn7zvDUzzeoFRXNAOxPEgm/P7dSJiyC2d0g8+e3\n7Vc9AoGAStOZzLccLsoRHJNcVhYHeHMX8PDt4xWHXmQuSMGV2EurQMyDeqxSAAhQ\nFiJBBQgBz7rlvnuMIUlJ9Hnge3+LQFwBQBvsG4DKjeDyLJK9Q4CKyehPPj62nM2r\nvpQQdyoqhGbprcs4Fy6pWI1UwuUWU0e0BkwnlzlqUJKktFZZZz0=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'59bd68825b334c13b51536ce53f9c43d', 'name': u'shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'created_at': '2018-09-02T08:43:26.986785', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01030eb0e3914b1cb6f047a368163377', 'name': 'shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'6b:59:07:d8:c7:71:a8:eb:7d:3e:e8:42:73:8c:e0:81', 'type': 'ssh', 'id': u'shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e'}) 2018-09-02 08:43:26,987 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAr4GEOg9knLkdWqVaiHiSZtVEaENOvy99He0SiMDxpuR671Od lcXS5yo3u5sKy9qm1R4C4TbO4Tu3v63VlODr3rWul1Yjt8/Fa87HSVU9hijtaZ0G pIXXe7TEPdTa0vnPAeFx1sR8+IlD5XM2t71RE2YZpwZAz72mlQ66KJaBBCT68uQD GqejncjWybKsMEV2nSGNZ3njDkAgn426TGzM51JHfd+j4wQefeYcAuFtIDYal2oc gyF0Da2r5xUbB6pOOJPOB0bs00kpabxdBbBoqBGtlGTwPn+4Fvpeep0QDwybk3au OD/mWMYz7ZeBXM9u7h94SP8PWEyPvXQ29tNpcwIDAQABAoIBACT4Jk9IoMv2nn1S qYBnzYcF05QW4YaaTUO5hZby9bRPGqpBNcev1R5GoVjObvbEBzKLUNX6ApglSS6C QqRKwMS4Bp/wUDPO+2obM5V59CzHgEMoBZcwblSrnk7cAIBCiN1/jMhNuXltCLVT kKohoetxLWQmiA56h5WMdaBJG8IwYptILo4nF4s6qQxq7hCdCyy/Se0/rlogOUqK hXJ6Ph9uNyhpA+8OwNnCT62TSt4QAlcnsSsi+++qqt4dvKiu5ob+Y6wMwhr+qw1U /Qb777gzNJyXLJ4KqgmG4ZvxyRNwIjyfpI2Ko1nkSnDic1s2/ZHHmvlNNNK0yFOP vtCyafkCgYEA3eyCZtDQFKao32NjsIPWw+gIapLB8UOV1ElU6liEPcS+Q+j+oL0u x+mZoYxzaNyYegCH0tDVmnOOb7qL+oqWt+EkkGDaLV3u3G6GLJrCY+XR+UsCEEQD wr0ZVCZFh5ZY/mWQed/LKHYWrvUmqerY0Up3H9yUq6cYFpfy6Zus9FcCgYEAynRj ZMxvegEwwxqmPgORlVGs2FkmB3RjSRPRvrT1ELCGub8LeMCk/uTLluSGrAZw/AIf kd93dtMYt1jmdoskGyfaJzjlWu+ZWXYe32ZB4UzUYAIIadShc/KNqfpgrMbJWoSh vJp82PMtic6lBRtRvrnevVK6kkbAS1+e5DQOIkUCgYBZK3f2Ef8Z3SFLqSbcPQ0l aG1BTTiqVYq1YsXA59Iy84Ozy8HMGlfasc0uMT4KK2EE3IO2vHync7kOwbkO8XK/ 7bIAZTolMnIQlkRJVeG3vBdTgMUSfhG4xLyRqFMVuN6HUY3sunRqDJDuuchQS/HU noQhBEOkeR5fraxIG2oyPwKBgFKKFwe+bWiBWb8Be2tnCxCkhuKBngaGBgCCKw4k OpF+Vr8dy3CEogAliXdQXjN+QMwNlY9kWxE/ySDfBr6nxaWonsFE6gUkEBIwHTAZ QZy4NRGbYpC7FsPtzKHTKVzngqn7zvDUzzeoFRXNAOxPEgm/P7dSJiyC2d0g8+e3 7Vc9AoGAStOZzLccLsoRHJNcVhYHeHMX8PDt4xWHXmQuSMGV2EurQMyDeqxSAAhQ FiJBBQgBz7rlvnuMIUlJ9Hnge3+LQFwBQBvsG4DKjeDyLJK9Q4CKyehPPj62nM2r vpQQdyoqhGbprcs4Fy6pWI1UwuUWU0e0BkwnlzlqUJKktFZZZz0= -----END RSA PRIVATE KEY----- 2018-09-02 08:43:26,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 08:43:26,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"security_group": {"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e", "description": "created by OPNFV Functest (shaker)"}}' 2018-09-02 08:43:27,571 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1412 X-Openstack-Request-Id: req-fc1eb6f2-afc2-479a-bea7-9dc3bd59c2fc Date: Sun, 02 Sep 2018 08:43:27 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:27Z", "updated_at": "2018-09-02T08:43:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "1750e207-8c49-49eb-835c-77fd8b8fdf59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "aaf24c4a-1220-4677-92bd-842734e1d8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 1, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}} 2018-09-02 08:43:27,571 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-fc1eb6f2-afc2-479a-bea7-9dc3bd59c2fc 2018-09-02 08:43:27,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.581044912338s 2018-09-02 08:43:27,571 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-fc1eb6f2-afc2-479a-bea7-9dc3bd59c2fc 2018-09-02 08:43:27,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 08:43:27,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:27,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3828 X-Openstack-Request-Id: req-61f0255e-ef73-40b6-9a6c-17cc68fc82b9 Date: Sun, 02 Sep 2018 08:43:27 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:27Z", "updated_at": "2018-09-02T08:43:27Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "1750e207-8c49-49eb-835c-77fd8b8fdf59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "aaf24c4a-1220-4677-92bd-842734e1d8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 1, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"description": "Default security group", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:42:59Z", "updated_at": "2018-09-02T08:42:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "5c8f8f92-2f49-421b-8799-d3b13bf523c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "af3eed08-2b94-493e-972e-9e1a8f504866", "remote_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "c55230bf-2fd4-4797-8aec-8e88c2a87d99", "remote_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "e4ec693b-9437-4b18-8d0e-202dff866505", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 1, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "name": "default"}]} 2018-09-02 08:43:27,625 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-61f0255e-ef73-40b6-9a6c-17cc68fc82b9 2018-09-02 08:43:27,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0486071109772s 2018-09-02 08:43:27,625 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-61f0255e-ef73-40b6-9a6c-17cc68fc82b9 2018-09-02 08:43:27,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 08:43:27,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -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": "8cfe7e14-9487-4d42-896b-ac6874684d18"}}' 2018-09-02 08:43:28,052 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-744c40aa-54a9-4e79-9ce8-d61aaf033780 Date: Sun, 02 Sep 2018 08:43:28 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-02T08:43:28Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "port_range_min": 22, "revision_number": 0, "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:28Z", "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "96e7baa3-204b-4cc2-b0e8-f7a20c73a7c4"}} 2018-09-02 08:43:28,052 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-744c40aa-54a9-4e79-9ce8-d61aaf033780 2018-09-02 08:43:28,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.42277598381s 2018-09-02 08:43:28,053 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-744c40aa-54a9-4e79-9ce8-d61aaf033780 2018-09-02 08:43:28,056 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 08:43:28,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:28,128 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4324 X-Openstack-Request-Id: req-f5c1387e-606f-4d13-b021-e61f9c301630 Date: Sun, 02 Sep 2018 08:43:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:27Z", "updated_at": "2018-09-02T08:43:28Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "1750e207-8c49-49eb-835c-77fd8b8fdf59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T08:43:28Z", "revision_number": 0, "id": "96e7baa3-204b-4cc2-b0e8-f7a20c73a7c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:28Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": 22, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "aaf24c4a-1220-4677-92bd-842734e1d8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 2, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"description": "Default security group", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:42:59Z", "updated_at": "2018-09-02T08:42:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "5c8f8f92-2f49-421b-8799-d3b13bf523c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "af3eed08-2b94-493e-972e-9e1a8f504866", "remote_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "c55230bf-2fd4-4797-8aec-8e88c2a87d99", "remote_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "e4ec693b-9437-4b18-8d0e-202dff866505", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 1, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "name": "default"}]} 2018-09-02 08:43:28,129 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-f5c1387e-606f-4d13-b021-e61f9c301630 2018-09-02 08:43:28,129 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0725998878479s 2018-09-02 08:43:28,129 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-f5c1387e-606f-4d13-b021-e61f9c301630 2018-09-02 08:43:28,132 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 08:43:28,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -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": "8cfe7e14-9487-4d42-896b-ac6874684d18"}}' 2018-09-02 08:43:28,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-ee801739-6571-4882-9f65-a42c556fedcb Date: Sun, 02 Sep 2018 08:43:28 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-02T08:43:28Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "port_range_min": null, "revision_number": 0, "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:28Z", "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "0cffb062-c52a-4fa0-9e4b-5bad53f50bde"}} 2018-09-02 08:43:28,547 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-ee801739-6571-4882-9f65-a42c556fedcb 2018-09-02 08:43:28,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.41456413269s 2018-09-02 08:43:28,547 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-ee801739-6571-4882-9f65-a42c556fedcb 2018-09-02 08:43:28,551 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 08:43:28,552 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:28,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4825 X-Openstack-Request-Id: req-0008a172-9fdd-4beb-850c-3015244ab2b4 Date: Sun, 02 Sep 2018 08:43:28 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:27Z", "updated_at": "2018-09-02T08:43:28Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:28Z", "revision_number": 0, "id": "0cffb062-c52a-4fa0-9e4b-5bad53f50bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:28Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "1750e207-8c49-49eb-835c-77fd8b8fdf59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T08:43:28Z", "revision_number": 0, "id": "96e7baa3-204b-4cc2-b0e8-f7a20c73a7c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:28Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": 22, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "aaf24c4a-1220-4677-92bd-842734e1d8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 3, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"description": "Default security group", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:42:59Z", "updated_at": "2018-09-02T08:42:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "5c8f8f92-2f49-421b-8799-d3b13bf523c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "af3eed08-2b94-493e-972e-9e1a8f504866", "remote_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "c55230bf-2fd4-4797-8aec-8e88c2a87d99", "remote_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "e4ec693b-9437-4b18-8d0e-202dff866505", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 1, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "name": "default"}]} 2018-09-02 08:43:28,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-0008a172-9fdd-4beb-850c-3015244ab2b4 2018-09-02 08:43:28,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.301455020905s 2018-09-02 08:43:28,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-0008a172-9fdd-4beb-850c-3015244ab2b4 2018-09-02 08:43:28,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 08:43:28,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -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": "8cfe7e14-9487-4d42-896b-ac6874684d18"}}' 2018-09-02 08:43:29,298 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-a6ae5d33-e762-4bd5-9fe6-cfbd35c4cc7a Date: Sun, 02 Sep 2018 08:43: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": 9000, "updated_at": "2018-09-02T08:43:29Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "port_range_min": 9000, "revision_number": 0, "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:29Z", "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "2b4e6445-6552-46ce-8efb-6f60c50ee91c"}} 2018-09-02 08:43:29,298 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a6ae5d33-e762-4bd5-9fe6-cfbd35c4cc7a 2018-09-02 08:43:29,299 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.442289113998s 2018-09-02 08:43:29,299 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a6ae5d33-e762-4bd5-9fe6-cfbd35c4cc7a 2018-09-02 08:43:29,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:43:29,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:29,852 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-7d2ed5fd-5a76-44ef-8db0-fe9b32f9e213 Date: Sun, 02 Sep 2018 08:43:29 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"01030eb0e3914b1cb6f047a368163377","l2_adjacency":true,"status":"ACTIVE","subnets":["8fddfec7-8f0a-4c1a-9930-6c3c83de42ae"],"description":"","tags":[],"updated_at":"2018-09-02T08:43:01Z","qos_policy_id":null,"name":"shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e","admin_state_up":true,"tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:42:59Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 08:43:29,852 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7d2ed5fd-5a76-44ef-8db0-fe9b32f9e213 2018-09-02 08:43:29,853 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.551942825317s 2018-09-02 08:43:29,853 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7d2ed5fd-5a76-44ef-8db0-fe9b32f9e213 2018-09-02 08:43:29,858 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 08:43:29,861 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:30,238 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-cbdc833a-b8d8-42f7-aab4-204bd50ff6d4 Date: Sun, 02 Sep 2018 08:43:30 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:43:25Z", "file": "/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/file", "owner": "01030eb0e3914b1cb6f047a368163377", "id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "size": 666173440, "self": "/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-09-02T08:43:16Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 08:43:30,238 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cbdc833a-b8d8-42f7-aab4-204bd50ff6d4 2018-09-02 08:43:30,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.380719184875s 2018-09-02 08:43:30,239 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-cbdc833a-b8d8-42f7-aab4-204bd50ff6d4 2018-09-02 08:43:30,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 08:43:30,243 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:30,265 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-b0532989-88d3-4f8c-816e-2e9d59ecc715 x-compute-request-id: req-b0532989-88d3-4f8c-816e-2e9d59ecc715 Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "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": "bc165137-f833-4737-8dc5-3132b90b6acd"}]} 2018-09-02 08:43:30,265 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b0532989-88d3-4f8c-816e-2e9d59ecc715 2018-09-02 08:43:30,265 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0241799354553s 2018-09-02 08:43:30,265 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b0532989-88d3-4f8c-816e-2e9d59ecc715 2018-09-02 08:43:30,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 08:43:30,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"server": {"name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "imageRef": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "flavorRef": "bc165137-f833-4737-8dc5-3132b90b6acd", "max_count": 1, "min_count": 1, "networks": [{"uuid": "1fbd81fb-f2e9-4076-9939-008a921b1b47"}], "security_groups": [{"name": "8cfe7e14-9487-4d42-896b-ac6874684d18"}]}}' 2018-09-02 08:43:35,187 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 08:43: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-4ab350f8-13fe-481b-8692-92c72ccbb54b x-compute-request-id: req-4ab350f8-13fe-481b-8692-92c72ccbb54b Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "8cfe7e14-9487-4d42-896b-ac6874684d18"}], "OS-DCF:diskConfig": "MANUAL", "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "adminPass": "Zszvt5VFyKR9"}} 2018-09-02 08:43:35,187 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-4ab350f8-13fe-481b-8692-92c72ccbb54b 2018-09-02 08:43:35,188 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.92055010796s 2018-09-02 08:43:35,188 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-4ab350f8-13fe-481b-8692-92c72ccbb54b 2018-09-02 08:43:35,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:35,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:35,559 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-eb0a052b-c2e3-410a-a916-11a25d800b5b x-compute-request-id: req-eb0a052b-c2e3-410a-a916-11a25d800b5b 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "user_id": "59bd68825b334c13b51536ce53f9c43d", "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-02T08:43:35Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:35,559 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eb0a052b-c2e3-410a-a916-11a25d800b5b 2018-09-02 08:43:35,559 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.370075941086s 2018-09-02 08:43:35,559 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eb0a052b-c2e3-410a-a916-11a25d800b5b 2018-09-02 08:43:35,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:43:35,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:35,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-88f2644a-53a0-4136-af1f-3b63aa7c43e1 Date: Sun, 02 Sep 2018 08:43:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"01030eb0e3914b1cb6f047a368163377","l2_adjacency":true,"status":"ACTIVE","subnets":["8fddfec7-8f0a-4c1a-9930-6c3c83de42ae"],"description":"","tags":[],"updated_at":"2018-09-02T08:43:01Z","qos_policy_id":null,"name":"shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e","admin_state_up":true,"tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:42:59Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 08:43:35,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-88f2644a-53a0-4136-af1f-3b63aa7c43e1 2018-09-02 08:43:35,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104247093201s 2018-09-02 08:43:35,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-88f2644a-53a0-4136-af1f-3b63aa7c43e1 2018-09-02 08:43:35,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 08:43:35,672 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:35,976 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 677 X-Openstack-Request-Id: req-29dfd35a-7d1c-4b53-870a-0206f8d02e59 Date: Sun, 02 Sep 2018 08:43:36 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:43:01Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T08:43:01Z","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":"01030eb0e3914b1cb6f047a368163377","id":"8fddfec7-8f0a-4c1a-9930-6c3c83de42ae","subnetpool_id":null,"name":"shaker-subnet_8846c2ae-096a-4e7a-9470-b6b262d6662e"}]} 2018-09-02 08:43:35,976 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-29dfd35a-7d1c-4b53-870a-0206f8d02e59 2018-09-02 08:43:35,976 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.304368972778s 2018-09-02 08:43:35,976 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-29dfd35a-7d1c-4b53-870a-0206f8d02e59 2018-09-02 08:43:35,977 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:43:37,980 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:37,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:38,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-29c02c29-c97b-4a7e-959d-a911fb5b2af6 x-compute-request-id: req-29c02c29-c97b-4a7e-959d-a911fb5b2af6 Content-Encoding: gzip Content-Length: 646 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "networking", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:37Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:38,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-29c02c29-c97b-4a7e-959d-a911fb5b2af6 2018-09-02 08:43:38,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.67311501503s 2018-09-02 08:43:38,654 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-29c02c29-c97b-4a7e-959d-a911fb5b2af6 2018-09-02 08:43:38,658 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:43:40,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:40,663 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:41,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-56be0378-3079-4f23-8046-0df97abe9cd1 x-compute-request-id: req-56be0378-3079-4f23-8046-0df97abe9cd1 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:41,547 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-56be0378-3079-4f23-8046-0df97abe9cd1 2018-09-02 08:43:41,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.886578083038s 2018-09-02 08:43:41,547 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-56be0378-3079-4f23-8046-0df97abe9cd1 2018-09-02 08:43:41,551 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:43:43,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:43,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:44,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-0ca6e5a9-dc67-4782-a04b-e8eb0b097e47 x-compute-request-id: req-0ca6e5a9-dc67-4782-a04b-e8eb0b097e47 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:44,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0ca6e5a9-dc67-4782-a04b-e8eb0b097e47 2018-09-02 08:43:44,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.963155984879s 2018-09-02 08:43:44,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0ca6e5a9-dc67-4782-a04b-e8eb0b097e47 2018-09-02 08:43:44,522 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:43:46,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:46,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:47,624 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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-604ef531-2390-4147-ab29-ca821c4683c8 x-compute-request-id: req-604ef531-2390-4147-ab29-ca821c4683c8 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:47,625 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-604ef531-2390-4147-ab29-ca821c4683c8 2018-09-02 08:43:47,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.10020399094s 2018-09-02 08:43:47,625 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-604ef531-2390-4147-ab29-ca821c4683c8 2018-09-02 08:43:47,629 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:43:49,631 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:49,634 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:50,612 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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-d618b2d2-da72-4830-8650-63ab8a6f587f x-compute-request-id: req-d618b2d2-da72-4830-8650-63ab8a6f587f 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:50,613 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d618b2d2-da72-4830-8650-63ab8a6f587f 2018-09-02 08:43:50,613 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.981600999832s 2018-09-02 08:43:50,613 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d618b2d2-da72-4830-8650-63ab8a6f587f 2018-09-02 08:43:50,616 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:43:52,619 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:52,622 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:53,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-0d299a8b-daa9-4530-b3df-8a615fd33162 x-compute-request-id: req-0d299a8b-daa9-4530-b3df-8a615fd33162 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:53,900 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0d299a8b-daa9-4530-b3df-8a615fd33162 2018-09-02 08:43:53,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.28095507622s 2018-09-02 08:43:53,900 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0d299a8b-daa9-4530-b3df-8a615fd33162 2018-09-02 08:43:53,904 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:43:55,907 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:55,910 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:56,621 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-d242bc55-7487-4d19-a404-3194ecad2e3c x-compute-request-id: req-d242bc55-7487-4d19-a404-3194ecad2e3c 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:56,621 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d242bc55-7487-4d19-a404-3194ecad2e3c 2018-09-02 08:43:56,621 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713780879974s 2018-09-02 08:43:56,621 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d242bc55-7487-4d19-a404-3194ecad2e3c 2018-09-02 08:43:56,625 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:43:58,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:43:58,630 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:43:59,689 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:43: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-4d065e00-d38e-4042-85c3-03894b196548 x-compute-request-id: req-4d065e00-d38e-4042-85c3-03894b196548 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:43:59,689 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4d065e00-d38e-4042-85c3-03894b196548 2018-09-02 08:43:59,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.06125593185s 2018-09-02 08:43:59,690 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4d065e00-d38e-4042-85c3-03894b196548 2018-09-02 08:43:59,694 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:01,696 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:01,699 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:02,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-bed3d90c-f004-4ffe-a4f3-391024622df3 x-compute-request-id: req-bed3d90c-f004-4ffe-a4f3-391024622df3 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:02,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-bed3d90c-f004-4ffe-a4f3-391024622df3 2018-09-02 08:44:02,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.972314119339s 2018-09-02 08:44:02,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-bed3d90c-f004-4ffe-a4f3-391024622df3 2018-09-02 08:44:02,673 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:04,674 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:04,677 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:05,368 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-8c40ad7d-8ecf-4759-82a2-88826a50f489 x-compute-request-id: req-8c40ad7d-8ecf-4759-82a2-88826a50f489 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:05,368 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8c40ad7d-8ecf-4759-82a2-88826a50f489 2018-09-02 08:44:05,368 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.693513870239s 2018-09-02 08:44:05,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8c40ad7d-8ecf-4759-82a2-88826a50f489 2018-09-02 08:44:05,369 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:07,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:07,373 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:07,863 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-ef368519-c5ef-4ae4-8a4a-4d5bade86638 x-compute-request-id: req-ef368519-c5ef-4ae4-8a4a-4d5bade86638 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:07,864 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ef368519-c5ef-4ae4-8a4a-4d5bade86638 2018-09-02 08:44:07,864 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.493124961853s 2018-09-02 08:44:07,864 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ef368519-c5ef-4ae4-8a4a-4d5bade86638 2018-09-02 08:44:07,868 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:09,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:09,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:10,499 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-d1b6258c-22d1-4d96-8b93-6eb1baa03de4 x-compute-request-id: req-d1b6258c-22d1-4d96-8b93-6eb1baa03de4 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:10,499 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d1b6258c-22d1-4d96-8b93-6eb1baa03de4 2018-09-02 08:44:10,499 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.628602027893s 2018-09-02 08:44:10,500 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d1b6258c-22d1-4d96-8b93-6eb1baa03de4 2018-09-02 08:44:10,504 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:12,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:12,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:13,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-6ebb0c1b-c4c9-4af2-a32a-b599090a26e9 x-compute-request-id: req-6ebb0c1b-c4c9-4af2-a32a-b599090a26e9 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:13,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6ebb0c1b-c4c9-4af2-a32a-b599090a26e9 2018-09-02 08:44:13,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.641841173172s 2018-09-02 08:44:13,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6ebb0c1b-c4c9-4af2-a32a-b599090a26e9 2018-09-02 08:44:13,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:15,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:15,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:15,868 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-bcdeab38-bc46-476a-afd1-0fd916d704e4 x-compute-request-id: req-bcdeab38-bc46-476a-afd1-0fd916d704e4 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:15,868 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-bcdeab38-bc46-476a-afd1-0fd916d704e4 2018-09-02 08:44:15,868 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712292909622s 2018-09-02 08:44:15,868 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-bcdeab38-bc46-476a-afd1-0fd916d704e4 2018-09-02 08:44:15,872 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:17,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:17,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:18,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-49cbbb27-4538-471d-930d-d27889e8eaaa x-compute-request-id: req-49cbbb27-4538-471d-930d-d27889e8eaaa 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:18,857 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-49cbbb27-4538-471d-930d-d27889e8eaaa 2018-09-02 08:44:18,857 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.981802940369s 2018-09-02 08:44:18,857 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-49cbbb27-4538-471d-930d-d27889e8eaaa 2018-09-02 08:44:18,861 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:20,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:20,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:21,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-5e640a29-5895-49fb-a4aa-c290bac3eac9 x-compute-request-id: req-5e640a29-5895-49fb-a4aa-c290bac3eac9 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:21,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5e640a29-5895-49fb-a4aa-c290bac3eac9 2018-09-02 08:44:21,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.708171129227s 2018-09-02 08:44:21,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5e640a29-5895-49fb-a4aa-c290bac3eac9 2018-09-02 08:44:21,576 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:23,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:23,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:24,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-44133abd-e8d1-48fa-86f2-ec781e1460db x-compute-request-id: req-44133abd-e8d1-48fa-86f2-ec781e1460db 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:24,311 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-44133abd-e8d1-48fa-86f2-ec781e1460db 2018-09-02 08:44:24,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.731739997864s 2018-09-02 08:44:24,311 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-44133abd-e8d1-48fa-86f2-ec781e1460db 2018-09-02 08:44:24,315 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:26,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:26,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:27,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-e3257c10-f1c6-459d-8d8e-052a27b4ebc1 x-compute-request-id: req-e3257c10-f1c6-459d-8d8e-052a27b4ebc1 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:27,545 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e3257c10-f1c6-459d-8d8e-052a27b4ebc1 2018-09-02 08:44:27,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22714304924s 2018-09-02 08:44:27,546 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e3257c10-f1c6-459d-8d8e-052a27b4ebc1 2018-09-02 08:44:27,550 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:29,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:29,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:30,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-81ddd410-1bba-404a-b68c-70fc0d5f6383 x-compute-request-id: req-81ddd410-1bba-404a-b68c-70fc0d5f6383 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:30,095 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-81ddd410-1bba-404a-b68c-70fc0d5f6383 2018-09-02 08:44:30,095 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.542454957962s 2018-09-02 08:44:30,096 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-81ddd410-1bba-404a-b68c-70fc0d5f6383 2018-09-02 08:44:30,100 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:32,102 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:32,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:32,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-448344a8-dda8-452b-96c6-d450af2f1a4e x-compute-request-id: req-448344a8-dda8-452b-96c6-d450af2f1a4e 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:32,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-448344a8-dda8-452b-96c6-d450af2f1a4e 2018-09-02 08:44:32,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.649846076965s 2018-09-02 08:44:32,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-448344a8-dda8-452b-96c6-d450af2f1a4e 2018-09-02 08:44:32,756 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:34,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:34,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:36,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-43a80d8a-f4bf-4f2c-8e7b-0f20c2139f0c x-compute-request-id: req-43a80d8a-f4bf-4f2c-8e7b-0f20c2139f0c 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:36,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-43a80d8a-f4bf-4f2c-8e7b-0f20c2139f0c 2018-09-02 08:44:36,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.30745792389s 2018-09-02 08:44:36,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-43a80d8a-f4bf-4f2c-8e7b-0f20c2139f0c 2018-09-02 08:44:36,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:38,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:38,075 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:38,770 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-5d9667c0-100f-4313-a0cf-d0e60051f8ce x-compute-request-id: req-5d9667c0-100f-4313-a0cf-d0e60051f8ce 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:38,770 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5d9667c0-100f-4313-a0cf-d0e60051f8ce 2018-09-02 08:44:38,770 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698407173157s 2018-09-02 08:44:38,771 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5d9667c0-100f-4313-a0cf-d0e60051f8ce 2018-09-02 08:44:38,775 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:40,776 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:40,779 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:41,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-415df64b-3ad3-43d9-8661-08191310e740 x-compute-request-id: req-415df64b-3ad3-43d9-8661-08191310e740 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:41,476 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-415df64b-3ad3-43d9-8661-08191310e740 2018-09-02 08:44:41,476 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700274944305s 2018-09-02 08:44:41,477 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-415df64b-3ad3-43d9-8661-08191310e740 2018-09-02 08:44:41,481 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:43,483 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:43,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:44,182 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-985a227b-37f8-4973-847a-2df3d3dfdd7b x-compute-request-id: req-985a227b-37f8-4973-847a-2df3d3dfdd7b 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:44,182 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-985a227b-37f8-4973-847a-2df3d3dfdd7b 2018-09-02 08:44:44,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.698549985886s 2018-09-02 08:44:44,182 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-985a227b-37f8-4973-847a-2df3d3dfdd7b 2018-09-02 08:44:44,186 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:46,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:46,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:46,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-06f755a5-2d70-409c-91d0-287d7549dda7 x-compute-request-id: req-06f755a5-2d70-409c-91d0-287d7549dda7 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:46,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-06f755a5-2d70-409c-91d0-287d7549dda7 2018-09-02 08:44:46,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720006942749s 2018-09-02 08:44:46,908 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-06f755a5-2d70-409c-91d0-287d7549dda7 2018-09-02 08:44:46,912 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:48,915 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:48,918 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:49,652 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-382894fa-6ee6-42c5-86f1-3b0698f95c5d x-compute-request-id: req-382894fa-6ee6-42c5-86f1-3b0698f95c5d 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:49,653 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-382894fa-6ee6-42c5-86f1-3b0698f95c5d 2018-09-02 08:44:49,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.737856149673s 2018-09-02 08:44:49,653 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-382894fa-6ee6-42c5-86f1-3b0698f95c5d 2018-09-02 08:44:49,655 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:51,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:51,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:52,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-c5d7ca97-e8af-45c9-8495-4f9f8e4444f2 x-compute-request-id: req-c5d7ca97-e8af-45c9-8495-4f9f8e4444f2 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:52,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c5d7ca97-e8af-45c9-8495-4f9f8e4444f2 2018-09-02 08:44:52,279 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.622699022293s 2018-09-02 08:44:52,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c5d7ca97-e8af-45c9-8495-4f9f8e4444f2 2018-09-02 08:44:52,283 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:54,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:54,290 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:55,007 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-aa51ad22-30e5-47e6-9752-50f9359947b9 x-compute-request-id: req-aa51ad22-30e5-47e6-9752-50f9359947b9 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:55,007 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa51ad22-30e5-47e6-9752-50f9359947b9 2018-09-02 08:44:55,007 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.720791101456s 2018-09-02 08:44:55,008 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa51ad22-30e5-47e6-9752-50f9359947b9 2018-09-02 08:44:55,013 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:57,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:57,018 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:44:57,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-9e35dec6-f737-41c5-b66d-efc17535b748 x-compute-request-id: req-9e35dec6-f737-41c5-b66d-efc17535b748 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:44:57,626 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9e35dec6-f737-41c5-b66d-efc17535b748 2018-09-02 08:44:57,626 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.610002040863s 2018-09-02 08:44:57,626 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9e35dec6-f737-41c5-b66d-efc17535b748 2018-09-02 08:44:57,630 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:44:59,633 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:44:59,636 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:00,343 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:44: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-e0220e39-67d1-4922-9191-39c708a57f7a x-compute-request-id: req-e0220e39-67d1-4922-9191-39c708a57f7a 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:00,344 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e0220e39-67d1-4922-9191-39c708a57f7a 2018-09-02 08:45:00,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.710494995117s 2018-09-02 08:45:00,344 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e0220e39-67d1-4922-9191-39c708a57f7a 2018-09-02 08:45:00,348 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:02,351 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:02,354 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:03,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-37650364-6366-4792-a3fb-20b659a0bffc x-compute-request-id: req-37650364-6366-4792-a3fb-20b659a0bffc 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:03,010 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-37650364-6366-4792-a3fb-20b659a0bffc 2018-09-02 08:45:03,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.658881902695s 2018-09-02 08:45:03,011 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-37650364-6366-4792-a3fb-20b659a0bffc 2018-09-02 08:45:03,014 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:05,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:05,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:05,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-8af7aa07-eb7a-4b20-9b5b-6265c9bf53f6 x-compute-request-id: req-8af7aa07-eb7a-4b20-9b5b-6265c9bf53f6 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:05,721 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8af7aa07-eb7a-4b20-9b5b-6265c9bf53f6 2018-09-02 08:45:05,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703524112701s 2018-09-02 08:45:05,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8af7aa07-eb7a-4b20-9b5b-6265c9bf53f6 2018-09-02 08:45:05,725 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:07,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:07,730 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:08,347 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-78c79472-33db-4c86-8aaf-d33b865c3f9e x-compute-request-id: req-78c79472-33db-4c86-8aaf-d33b865c3f9e 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:08,347 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-78c79472-33db-4c86-8aaf-d33b865c3f9e 2018-09-02 08:45:08,347 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.619257926941s 2018-09-02 08:45:08,348 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-78c79472-33db-4c86-8aaf-d33b865c3f9e 2018-09-02 08:45:08,352 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:10,355 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:10,359 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:10,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-c30ddceb-34f9-4d86-b3ac-a4ea5db8ecf5 x-compute-request-id: req-c30ddceb-34f9-4d86-b3ac-a4ea5db8ecf5 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:10,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c30ddceb-34f9-4d86-b3ac-a4ea5db8ecf5 2018-09-02 08:45:10,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.462921142578s 2018-09-02 08:45:10,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c30ddceb-34f9-4d86-b3ac-a4ea5db8ecf5 2018-09-02 08:45:10,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:12,825 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:12,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:13,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08: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-6e9f6c5a-2d24-478b-94d3-90900589b5b3 x-compute-request-id: req-6e9f6c5a-2d24-478b-94d3-90900589b5b3 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:13,305 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6e9f6c5a-2d24-478b-94d3-90900589b5b3 2018-09-02 08:45:13,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.480020046234s 2018-09-02 08:45:13,305 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6e9f6c5a-2d24-478b-94d3-90900589b5b3 2018-09-02 08:45:13,310 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:15,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:15,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:16,003 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-c50b237d-0010-4e0a-930d-9b3fa2d44bd3 x-compute-request-id: req-c50b237d-0010-4e0a-930d-9b3fa2d44bd3 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:16,003 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c50b237d-0010-4e0a-930d-9b3fa2d44bd3 2018-09-02 08:45:16,003 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689754962921s 2018-09-02 08:45:16,003 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c50b237d-0010-4e0a-930d-9b3fa2d44bd3 2018-09-02 08:45:16,008 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:18,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:18,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:18,696 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-286733a9-356d-436e-a3e8-3f46f1d65f05 x-compute-request-id: req-286733a9-356d-436e-a3e8-3f46f1d65f05 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:18,696 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-286733a9-356d-436e-a3e8-3f46f1d65f05 2018-09-02 08:45:18,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685846090317s 2018-09-02 08:45:18,697 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-286733a9-356d-436e-a3e8-3f46f1d65f05 2018-09-02 08:45:18,701 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:20,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:20,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:21,400 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-000ebd21-707a-4760-8101-2a94075418aa x-compute-request-id: req-000ebd21-707a-4760-8101-2a94075418aa 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:21,400 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-000ebd21-707a-4760-8101-2a94075418aa 2018-09-02 08:45:21,400 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.696607112885s 2018-09-02 08:45:21,400 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-000ebd21-707a-4760-8101-2a94075418aa 2018-09-02 08:45:21,404 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:23,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:23,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:24,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-fa76e6f8-bb51-4661-a35a-56547e4652dd x-compute-request-id: req-fa76e6f8-bb51-4661-a35a-56547e4652dd 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:24,618 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fa76e6f8-bb51-4661-a35a-56547e4652dd 2018-09-02 08:45:24,618 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21138596535s 2018-09-02 08:45:24,618 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fa76e6f8-bb51-4661-a35a-56547e4652dd 2018-09-02 08:45:24,622 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:26,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:26,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:27,590 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-d99aec95-6633-4d1d-9b53-c01d9290edc1 x-compute-request-id: req-d99aec95-6633-4d1d-9b53-c01d9290edc1 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:27,590 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d99aec95-6633-4d1d-9b53-c01d9290edc1 2018-09-02 08:45:27,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.965348005295s 2018-09-02 08:45:27,590 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d99aec95-6633-4d1d-9b53-c01d9290edc1 2018-09-02 08:45:27,594 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:29,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:29,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:30,049 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-d29ddb22-007e-45be-bb30-5ecb3268e7f5 x-compute-request-id: req-d29ddb22-007e-45be-bb30-5ecb3268e7f5 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:30,049 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d29ddb22-007e-45be-bb30-5ecb3268e7f5 2018-09-02 08:45:30,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.453045129776s 2018-09-02 08:45:30,050 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d29ddb22-007e-45be-bb30-5ecb3268e7f5 2018-09-02 08:45:30,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:32,054 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:32,057 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:32,668 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-bf23cd4f-83ef-4a05-88e2-c25d29e13f9c x-compute-request-id: req-bf23cd4f-83ef-4a05-88e2-c25d29e13f9c 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:32,669 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-bf23cd4f-83ef-4a05-88e2-c25d29e13f9c 2018-09-02 08:45:32,669 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.614423036575s 2018-09-02 08:45:32,669 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-bf23cd4f-83ef-4a05-88e2-c25d29e13f9c 2018-09-02 08:45:32,673 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:34,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:34,678 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:35,408 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-e24d5505-1879-4621-96e4-b16b38018ce7 x-compute-request-id: req-e24d5505-1879-4621-96e4-b16b38018ce7 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:35,408 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e24d5505-1879-4621-96e4-b16b38018ce7 2018-09-02 08:45:35,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.7327709198s 2018-09-02 08:45:35,409 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e24d5505-1879-4621-96e4-b16b38018ce7 2018-09-02 08:45:35,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:37,415 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:37,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:38,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-12cc10ed-bc85-4026-b122-e89f6cc194c9 x-compute-request-id: req-12cc10ed-bc85-4026-b122-e89f6cc194c9 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:38,127 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-12cc10ed-bc85-4026-b122-e89f6cc194c9 2018-09-02 08:45:38,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711134910583s 2018-09-02 08:45:38,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-12cc10ed-bc85-4026-b122-e89f6cc194c9 2018-09-02 08:45:38,131 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:40,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:40,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:40,834 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-64a6e131-0334-4299-a516-3f295ccf5b84 x-compute-request-id: req-64a6e131-0334-4299-a516-3f295ccf5b84 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:40,834 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-64a6e131-0334-4299-a516-3f295ccf5b84 2018-09-02 08:45:40,834 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700114965439s 2018-09-02 08:45:40,835 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-64a6e131-0334-4299-a516-3f295ccf5b84 2018-09-02 08:45:40,839 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:42,842 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:42,845 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:43,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-7d119637-df4e-4f77-83dc-bed5e056e45a x-compute-request-id: req-7d119637-df4e-4f77-83dc-bed5e056e45a 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:43,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7d119637-df4e-4f77-83dc-bed5e056e45a 2018-09-02 08:45:43,608 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.766013860703s 2018-09-02 08:45:43,608 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7d119637-df4e-4f77-83dc-bed5e056e45a 2018-09-02 08:45:43,612 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:45,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:45,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:46,067 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-a188b9ca-45fc-4167-a56d-18019f090acf x-compute-request-id: req-a188b9ca-45fc-4167-a56d-18019f090acf 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:46,067 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a188b9ca-45fc-4167-a56d-18019f090acf 2018-09-02 08:45:46,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.452226161957s 2018-09-02 08:45:46,068 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a188b9ca-45fc-4167-a56d-18019f090acf 2018-09-02 08:45:46,071 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:48,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:48,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:49,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-0494d9da-706c-4f60-a9fa-23e2aaff3c82 x-compute-request-id: req-0494d9da-706c-4f60-a9fa-23e2aaff3c82 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:49,048 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0494d9da-706c-4f60-a9fa-23e2aaff3c82 2018-09-02 08:45:49,048 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.974351882935s 2018-09-02 08:45:49,049 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0494d9da-706c-4f60-a9fa-23e2aaff3c82 2018-09-02 08:45:49,053 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:51,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:51,058 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:51,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-17d85b03-52b5-4db3-b679-417e0b07e270 x-compute-request-id: req-17d85b03-52b5-4db3-b679-417e0b07e270 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:51,683 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-17d85b03-52b5-4db3-b679-417e0b07e270 2018-09-02 08:45:51,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.62828707695s 2018-09-02 08:45:51,684 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-17d85b03-52b5-4db3-b679-417e0b07e270 2018-09-02 08:45:51,688 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:53,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:53,693 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:54,571 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-e6137f15-2819-424c-8b6a-482e53b0c130 x-compute-request-id: req-e6137f15-2819-424c-8b6a-482e53b0c130 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:54,572 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e6137f15-2819-424c-8b6a-482e53b0c130 2018-09-02 08:45:54,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.881469964981s 2018-09-02 08:45:54,572 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e6137f15-2819-424c-8b6a-482e53b0c130 2018-09-02 08:45:54,576 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:56,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:56,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:57,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-f5fc55e1-8ab9-4bf0-b9f3-39fc94c1dc25 x-compute-request-id: req-f5fc55e1-8ab9-4bf0-b9f3-39fc94c1dc25 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:57,222 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f5fc55e1-8ab9-4bf0-b9f3-39fc94c1dc25 2018-09-02 08:45:57,222 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.643756151199s 2018-09-02 08:45:57,223 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f5fc55e1-8ab9-4bf0-b9f3-39fc94c1dc25 2018-09-02 08:45:57,226 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:45:59,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:45:59,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:45:59,905 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:45: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-188c9ec3-2ecd-495e-ace4-9f349b0c3211 x-compute-request-id: req-188c9ec3-2ecd-495e-ace4-9f349b0c3211 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:45:59,905 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-188c9ec3-2ecd-495e-ace4-9f349b0c3211 2018-09-02 08:45:59,905 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.675951957703s 2018-09-02 08:45:59,905 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-188c9ec3-2ecd-495e-ace4-9f349b0c3211 2018-09-02 08:45:59,909 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:01,912 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:01,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:02,635 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-0ab5e658-bafb-4cc3-840f-d9458e153935 x-compute-request-id: req-0ab5e658-bafb-4cc3-840f-d9458e153935 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:02,635 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0ab5e658-bafb-4cc3-840f-d9458e153935 2018-09-02 08:46:02,636 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.723522186279s 2018-09-02 08:46:02,636 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0ab5e658-bafb-4cc3-840f-d9458e153935 2018-09-02 08:46:02,640 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:04,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:04,645 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:05,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-81e4a43d-3bed-424d-94a2-ec8b051c0100 x-compute-request-id: req-81e4a43d-3bed-424d-94a2-ec8b051c0100 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:05,077 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-81e4a43d-3bed-424d-94a2-ec8b051c0100 2018-09-02 08:46:05,077 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.434495925903s 2018-09-02 08:46:05,077 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-81e4a43d-3bed-424d-94a2-ec8b051c0100 2018-09-02 08:46:05,081 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:07,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:07,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:07,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-d384c870-4305-469b-8ba1-296fdff279cd x-compute-request-id: req-d384c870-4305-469b-8ba1-296fdff279cd 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:07,769 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d384c870-4305-469b-8ba1-296fdff279cd 2018-09-02 08:46:07,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.685656070709s 2018-09-02 08:46:07,769 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d384c870-4305-469b-8ba1-296fdff279cd 2018-09-02 08:46:07,773 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:09,775 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:09,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:10,517 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-d7d59276-59fd-4b89-bafb-6663df93bc52 x-compute-request-id: req-d7d59276-59fd-4b89-bafb-6663df93bc52 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:10,517 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d7d59276-59fd-4b89-bafb-6663df93bc52 2018-09-02 08:46:10,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.7424659729s 2018-09-02 08:46:10,518 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d7d59276-59fd-4b89-bafb-6663df93bc52 2018-09-02 08:46:10,522 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:12,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:12,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:13,237 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-058484a4-5bec-4fc9-ac88-7f9b91dd4e40 x-compute-request-id: req-058484a4-5bec-4fc9-ac88-7f9b91dd4e40 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:13,237 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-058484a4-5bec-4fc9-ac88-7f9b91dd4e40 2018-09-02 08:46:13,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712666034698s 2018-09-02 08:46:13,237 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-058484a4-5bec-4fc9-ac88-7f9b91dd4e40 2018-09-02 08:46:13,241 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:15,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:15,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:15,860 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-7f26e700-22c0-4ea0-bd55-5872395277be x-compute-request-id: req-7f26e700-22c0-4ea0-bd55-5872395277be 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:15,860 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f26e700-22c0-4ea0-bd55-5872395277be 2018-09-02 08:46:15,860 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.61616396904s 2018-09-02 08:46:15,860 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f26e700-22c0-4ea0-bd55-5872395277be 2018-09-02 08:46:15,864 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:17,867 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:17,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:18,608 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-cf5079e3-eaeb-4e7d-8e5f-0976721463d8 x-compute-request-id: req-cf5079e3-eaeb-4e7d-8e5f-0976721463d8 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:18,608 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cf5079e3-eaeb-4e7d-8e5f-0976721463d8 2018-09-02 08:46:18,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.74138879776s 2018-09-02 08:46:18,609 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cf5079e3-eaeb-4e7d-8e5f-0976721463d8 2018-09-02 08:46:18,613 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:20,615 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:20,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:21,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-4d7469e3-3279-4f51-9eb1-507d80be3cf1 x-compute-request-id: req-4d7469e3-3279-4f51-9eb1-507d80be3cf1 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:21,239 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4d7469e3-3279-4f51-9eb1-507d80be3cf1 2018-09-02 08:46:21,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.624036073685s 2018-09-02 08:46:21,240 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4d7469e3-3279-4f51-9eb1-507d80be3cf1 2018-09-02 08:46:21,244 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:23,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:23,249 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:23,594 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-75db5626-6b8a-4b65-a384-a5da28290569 x-compute-request-id: req-75db5626-6b8a-4b65-a384-a5da28290569 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:23,594 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-75db5626-6b8a-4b65-a384-a5da28290569 2018-09-02 08:46:23,594 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.348031044006s 2018-09-02 08:46:23,595 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-75db5626-6b8a-4b65-a384-a5da28290569 2018-09-02 08:46:23,598 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:25,601 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:25,604 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:26,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-c63c1278-eb1c-42e9-9557-f3c4224591fa x-compute-request-id: req-c63c1278-eb1c-42e9-9557-f3c4224591fa 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:26,041 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c63c1278-eb1c-42e9-9557-f3c4224591fa 2018-09-02 08:46:26,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439785957336s 2018-09-02 08:46:26,041 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c63c1278-eb1c-42e9-9557-f3c4224591fa 2018-09-02 08:46:26,045 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:28,048 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:28,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:28,748 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-6c5f39b2-3ab5-4d2a-b384-21d726da0ee2 x-compute-request-id: req-6c5f39b2-3ab5-4d2a-b384-21d726da0ee2 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:28,748 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6c5f39b2-3ab5-4d2a-b384-21d726da0ee2 2018-09-02 08:46:28,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.700429916382s 2018-09-02 08:46:28,749 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6c5f39b2-3ab5-4d2a-b384-21d726da0ee2 2018-09-02 08:46:28,752 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:30,755 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:30,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:31,359 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-d7a947e4-e8d3-4c5c-abd7-882c9f2db8b9 x-compute-request-id: req-d7a947e4-e8d3-4c5c-abd7-882c9f2db8b9 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:31,359 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d7a947e4-e8d3-4c5c-abd7-882c9f2db8b9 2018-09-02 08:46:31,360 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.604760885239s 2018-09-02 08:46:31,360 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d7a947e4-e8d3-4c5c-abd7-882c9f2db8b9 2018-09-02 08:46:31,364 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:33,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:33,369 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:34,082 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-6dfa2094-d81f-4103-8c32-f291f851be18 x-compute-request-id: req-6dfa2094-d81f-4103-8c32-f291f851be18 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:34,082 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6dfa2094-d81f-4103-8c32-f291f851be18 2018-09-02 08:46:34,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715980052948s 2018-09-02 08:46:34,083 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6dfa2094-d81f-4103-8c32-f291f851be18 2018-09-02 08:46:34,086 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:36,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:36,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:36,824 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-d5acc2f5-1515-4768-ab6d-1d819a9dd084 x-compute-request-id: req-d5acc2f5-1515-4768-ab6d-1d819a9dd084 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:36,824 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d5acc2f5-1515-4768-ab6d-1d819a9dd084 2018-09-02 08:46:36,824 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.73521399498s 2018-09-02 08:46:36,824 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d5acc2f5-1515-4768-ab6d-1d819a9dd084 2018-09-02 08:46:36,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:38,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:38,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:39,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-d1c9f085-e687-4022-850a-9e1dafcd1ed3 x-compute-request-id: req-d1c9f085-e687-4022-850a-9e1dafcd1ed3 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:39,532 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d1c9f085-e687-4022-850a-9e1dafcd1ed3 2018-09-02 08:46:39,532 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701056003571s 2018-09-02 08:46:39,532 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d1c9f085-e687-4022-850a-9e1dafcd1ed3 2018-09-02 08:46:39,536 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:41,538 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:41,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:42,280 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-3bc4cfe8-c336-48d9-8b6c-8248f2948c02 x-compute-request-id: req-3bc4cfe8-c336-48d9-8b6c-8248f2948c02 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:42,280 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3bc4cfe8-c336-48d9-8b6c-8248f2948c02 2018-09-02 08:46:42,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.741625070572s 2018-09-02 08:46:42,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3bc4cfe8-c336-48d9-8b6c-8248f2948c02 2018-09-02 08:46:42,284 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:44,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:44,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:45,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-a1cd8d2c-db39-4cdb-a23a-a75373fd1994 x-compute-request-id: req-a1cd8d2c-db39-4cdb-a23a-a75373fd1994 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:45,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a1cd8d2c-db39-4cdb-a23a-a75373fd1994 2018-09-02 08:46:45,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.833044052124s 2018-09-02 08:46:45,120 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a1cd8d2c-db39-4cdb-a23a-a75373fd1994 2018-09-02 08:46:45,124 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:47,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:47,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:47,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-5a40581e-a402-44e5-9e90-aa090f6aaea6 x-compute-request-id: req-5a40581e-a402-44e5-9e90-aa090f6aaea6 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:47,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5a40581e-a402-44e5-9e90-aa090f6aaea6 2018-09-02 08:46:47,775 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.647648096085s 2018-09-02 08:46:47,775 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5a40581e-a402-44e5-9e90-aa090f6aaea6 2018-09-02 08:46:47,779 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:49,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:49,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:50,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-7ec62102-b646-4dc0-aa9d-8e7a2496786d x-compute-request-id: req-7ec62102-b646-4dc0-aa9d-8e7a2496786d 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:50,240 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7ec62102-b646-4dc0-aa9d-8e7a2496786d 2018-09-02 08:46:50,240 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.458827972412s 2018-09-02 08:46:50,241 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7ec62102-b646-4dc0-aa9d-8e7a2496786d 2018-09-02 08:46:50,245 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:52,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:52,251 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:52,692 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-1be0ba4d-033c-4893-8b3a-7eaf92897cac x-compute-request-id: req-1be0ba4d-033c-4893-8b3a-7eaf92897cac 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.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T08:43:38Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:52,692 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1be0ba4d-033c-4893-8b3a-7eaf92897cac 2018-09-02 08:46:52,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.444912910461s 2018-09-02 08:46:52,693 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1be0ba4d-033c-4893-8b3a-7eaf92897cac 2018-09-02 08:46:52,697 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 08:46:54,700 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 08:46:54,703 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:55,419 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-ee80f3c2-6d6b-4315-a570-4ea4e72a99cc x-compute-request-id: req-ee80f3c2-6d6b-4315-a570-4ea4e72a99cc Content-Encoding: gzip Content-Length: 744 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:4e:8a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T08:46:53.000000", "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T08:46:53Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 08:46:55,419 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ee80f3c2-6d6b-4315-a570-4ea4e72a99cc 2018-09-02 08:46:55,419 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719521999359s 2018-09-02 08:46:55,420 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ee80f3c2-6d6b-4315-a570-4ea4e72a99cc 2018-09-02 08:46:55,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 08:46:55,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=e7f1bf73-3634-4697-90aa-64a9af454c3f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:55,478 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-225a9da6-303e-4792-911e-1658b1044542 Date: Sun, 02 Sep 2018 08:46:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T08:46:53Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8fddfec7-8f0a-4c1a-9930-6c3c83de42ae","ip_address":"192.168.120.5"}],"id":"b9e467fe-723b-4dc5-abf6-a44b4d5309a1","security_groups":["8cfe7e14-9487-4d42-896b-ac6874684d18"],"mac_address":"fa:16:3e:f1:4e:8a","project_id":"01030eb0e3914b1cb6f047a368163377","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:43:38Z","binding:vnic_type":"normal","device_id":"e7f1bf73-3634-4697-90aa-64a9af454c3f","ip_allocation":"immediate"}]} 2018-09-02 08:46:55,478 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=e7f1bf73-3634-4697-90aa-64a9af454c3f used request id req-225a9da6-303e-4792-911e-1658b1044542 2018-09-02 08:46:55,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0545620918274s 2018-09-02 08:46:55,479 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=e7f1bf73-3634-4697-90aa-64a9af454c3f used request id req-225a9da6-303e-4792-911e-1658b1044542 2018-09-02 08:46:55,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:55,484 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=b9e467fe-723b-4dc5-abf6-a44b4d5309a1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:55,535 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-bb369ac1-95c5-46ed-aa79-3a40c9122847 Date: Sun, 02 Sep 2018 08:46:55 GMT RESP BODY: {"floatingips": []} 2018-09-02 08:46:55,535 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=b9e467fe-723b-4dc5-abf6-a44b4d5309a1 used request id req-bb369ac1-95c5-46ed-aa79-3a40c9122847 2018-09-02 08:46:55,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0515260696411s 2018-09-02 08:46:55,536 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=b9e467fe-723b-4dc5-abf6-a44b4d5309a1 used request id req-bb369ac1-95c5-46ed-aa79-3a40c9122847 2018-09-02 08:46:55,537 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:f1:4e:8a', u'version': 4, u'addr': u'192.168.120.5', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'32f2272a-7484-4b61-ab88-9c93dc5124f2'}), 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-02T08:46:53.000000', 'flavor': Munch({u'id': u'bc165137-f833-4737-8dc5-3132b90b6acd'}), 'az': u'nova', 'id': u'e7f1bf73-3634-4697-90aa-64a9af454c3f', 'security_groups': [Munch({u'name': u'shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'59bd68825b334c13b51536ce53f9c43d', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01030eb0e3914b1cb6f047a368163377', 'name': 'shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e', '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-02T08:46:53.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T08:46:53Z', 'hostId': u'26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0', u'OS-SRV-USG:terminated_at': None, 'key_name': u'shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0', '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-02T08:46:53.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'01030eb0e3914b1cb6f047a368163377', 'name': u'shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'adminPass': u'Zszvt5VFyKR9', 'tenant_id': u'01030eb0e3914b1cb6f047a368163377', 'created_at': u'2018-09-02T08:43:35Z', 'created': u'2018-09-02T08:43:35Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 08:46:55,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 08:46:55,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:55,645 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1270 X-Openstack-Request-Id: req-98a3e33d-68d0-4313-abd9-652f6f075621 Date: Sun, 02 Sep 2018 08:46:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"01030eb0e3914b1cb6f047a368163377","l2_adjacency":true,"status":"ACTIVE","subnets":["8fddfec7-8f0a-4c1a-9930-6c3c83de42ae"],"description":"","tags":[],"updated_at":"2018-09-02T08:43:01Z","qos_policy_id":null,"name":"shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e","admin_state_up":true,"tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:42:59Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 08:46:55,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-98a3e33d-68d0-4313-abd9-652f6f075621 2018-09-02 08:46:55,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.104768037796s 2018-09-02 08:46:55,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-98a3e33d-68d0-4313-abd9-652f6f075621 2018-09-02 08:46:55,647 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 08:46:55,648 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=e7f1bf73-3634-4697-90aa-64a9af454c3f" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:55,704 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-8c0fff66-aaff-48dd-8919-494276ebc75c Date: Sun, 02 Sep 2018 08:46:55 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T08:46:53Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"8fddfec7-8f0a-4c1a-9930-6c3c83de42ae","ip_address":"192.168.120.5"}],"id":"b9e467fe-723b-4dc5-abf6-a44b4d5309a1","security_groups":["8cfe7e14-9487-4d42-896b-ac6874684d18"],"mac_address":"fa:16:3e:f1:4e:8a","project_id":"01030eb0e3914b1cb6f047a368163377","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:43:38Z","binding:vnic_type":"normal","device_id":"e7f1bf73-3634-4697-90aa-64a9af454c3f","ip_allocation":"immediate"}]} 2018-09-02 08:46:55,704 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=e7f1bf73-3634-4697-90aa-64a9af454c3f used request id req-8c0fff66-aaff-48dd-8919-494276ebc75c 2018-09-02 08:46:55,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0567049980164s 2018-09-02 08:46:55,704 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=e7f1bf73-3634-4697-90aa-64a9af454c3f used request id req-8c0fff66-aaff-48dd-8919-494276ebc75c 2018-09-02 08:46:55,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 08:46:55,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.5", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1"}}' 2018-09-02 08:46:58,429 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-e97fef55-38cb-4e76-94f6-28b08236d84a Date: Sun, 02 Sep 2018 08:46:58 GMT RESP BODY: {"floatingip": {"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}} 2018-09-02 08:46:58,430 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-e97fef55-38cb-4e76-94f6-28b08236d84a 2018-09-02 08:46:58,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.72486591339s 2018-09-02 08:46:58,430 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-e97fef55-38cb-4e76-94f6-28b08236d84a 2018-09-02 08:46:58,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:58,439 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:58,504 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-73bc91ad-1d66-48e1-89be-68164c9d489b Date: Sun, 02 Sep 2018 08:46:58 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:58,504 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-73bc91ad-1d66-48e1-89be-68164c9d489b 2018-09-02 08:46:58,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0655598640442s 2018-09-02 08:46:58,504 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-73bc91ad-1d66-48e1-89be-68164c9d489b 2018-09-02 08:46:58,508 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 08:46:58,614 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:58,614 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:58,692 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-cc951617-ae85-4db4-8be7-fc3ac9290d12 Date: Sun, 02 Sep 2018 08:46:58 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:58,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-cc951617-ae85-4db4-8be7-fc3ac9290d12 2018-09-02 08:46:58,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0783081054688s 2018-09-02 08:46:58,692 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-cc951617-ae85-4db4-8be7-fc3ac9290d12 2018-09-02 08:46:58,696 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 08:46:58,801 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:58,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:58,869 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-43b92e02-1194-4f7a-b16d-532e2030ea29 Date: Sun, 02 Sep 2018 08:46:58 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:58,869 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-43b92e02-1194-4f7a-b16d-532e2030ea29 2018-09-02 08:46:58,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0683159828186s 2018-09-02 08:46:58,870 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-43b92e02-1194-4f7a-b16d-532e2030ea29 2018-09-02 08:46:58,873 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 08:46:58,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:58,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:59,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-5b487ad4-330d-4f10-a99c-9871580fd53a Date: Sun, 02 Sep 2018 08:46:59 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:59,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5b487ad4-330d-4f10-a99c-9871580fd53a 2018-09-02 08:46:59,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0647690296173s 2018-09-02 08:46:59,043 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5b487ad4-330d-4f10-a99c-9871580fd53a 2018-09-02 08:46:59,047 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 08:46:59,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:59,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:59,223 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-d984139f-8ca4-43e6-be91-7ff33bec37da Date: Sun, 02 Sep 2018 08:46:59 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:59,224 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d984139f-8ca4-43e6-be91-7ff33bec37da 2018-09-02 08:46:59,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0717778205872s 2018-09-02 08:46:59,224 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d984139f-8ca4-43e6-be91-7ff33bec37da 2018-09-02 08:46:59,227 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 08:46:59,333 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:59,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:59,395 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-9d0f8ac3-4212-43f9-86c4-e198fb94ad6a Date: Sun, 02 Sep 2018 08:46:59 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:59,395 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9d0f8ac3-4212-43f9-86c4-e198fb94ad6a 2018-09-02 08:46:59,395 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0624270439148s 2018-09-02 08:46:59,395 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9d0f8ac3-4212-43f9-86c4-e198fb94ad6a 2018-09-02 08:46:59,399 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 08:46:59,504 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:59,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:59,577 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-50e18c55-8449-43fb-a576-2f37e94aa411 Date: Sun, 02 Sep 2018 08:46:59 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:59,577 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-50e18c55-8449-43fb-a576-2f37e94aa411 2018-09-02 08:46:59,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.07310795784s 2018-09-02 08:46:59,577 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-50e18c55-8449-43fb-a576-2f37e94aa411 2018-09-02 08:46:59,581 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 08:46:59,686 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:59,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:59,749 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-f4d71557-5fe1-4359-8176-6d36bcbc2d6b Date: Sun, 02 Sep 2018 08:46:59 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:56Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 0, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:59,749 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-f4d71557-5fe1-4359-8176-6d36bcbc2d6b 2018-09-02 08:46:59,750 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0636451244354s 2018-09-02 08:46:59,750 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-f4d71557-5fe1-4359-8176-6d36bcbc2d6b 2018-09-02 08:46:59,752 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 08:46:59,857 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 08:46:59,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 08:46:59,928 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-7d320769-7a17-4f44-bfea-013267330ecd Date: Sun, 02 Sep 2018 08:46:59 GMT RESP BODY: {"floatingips": [{"router_id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:46:56Z", "updated_at": "2018-09-02T08:46:59Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "device_owner": "compute:nova", "mac_address": "fa:16:3e:f1:4e:8a", "device_id": "e7f1bf73-3634-4697-90aa-64a9af454c3f"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.206", "revision_number": 1, "project_id": "01030eb0e3914b1cb6f047a368163377", "port_id": "b9e467fe-723b-4dc5-abf6-a44b4d5309a1", "id": "ebe0cc05-5c93-461d-80ce-a6a38db699a8", "qos_policy_id": null}]} 2018-09-02 08:46:59,928 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7d320769-7a17-4f44-bfea-013267330ecd 2018-09-02 08:46:59,928 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0708711147308s 2018-09-02 08:46:59,929 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7d320769-7a17-4f44-bfea-013267330ecd 2018-09-02 08:46:59,932 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'5cc12b0c-e270-45f0-a156-d6f63cba288d', 'updated_at': u'2018-09-02T08:46:59Z', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.206', 'revision_number': 1, 'port_id': u'b9e467fe-723b-4dc5-abf6-a44b4d5309a1', 'id': u'ebe0cc05-5c93-461d-80ce-a6a38db699a8', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'b9e467fe-723b-4dc5-abf6-a44b4d5309a1', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'01030eb0e3914b1cb6f047a368163377', 'name': 'shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'01030eb0e3914b1cb6f047a368163377', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1fbd81fb-f2e9-4076-9939-008a921b1b47', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f1:4e:8a', u'device_id': u'e7f1bf73-3634-4697-90aa-64a9af454c3f'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'01030eb0e3914b1cb6f047a368163377', 'created_at': u'2018-09-02T08:46:56Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'1fbd81fb-f2e9-4076-9939-008a921b1b47', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:f1:4e:8a', u'device_id': u'e7f1bf73-3634-4697-90aa-64a9af454c3f'}), 'router': u'5cc12b0c-e270-45f0-a156-d6f63cba288d'}) 2018-09-02 08:46:59,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 08:46:59,935 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f/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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 08:47:00,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:46: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-06ebb235-aaff-4ebc-bbe2-003276f64acc x-compute-request-id: req-06ebb235-aaff-4ebc-bbe2-003276f64acc Content-Encoding: gzip Content-Length: 10517 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 720299023 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.910 MHz processor\n[ 0.174150] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.176424] pid_max: default: 32768 minimum: 301\n[ 0.177662] ACPI: Core revision 20150930\n[ 0.179344] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181138] Security Framework initialized\n[ 0.182261] Yama: becoming mindful.\n[ 0.183271] AppArmor: AppArmor initialized\n[ 0.184437] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186234] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189615] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191470] Initializing cgroup subsys io\n[ 0.192607] Initializing cgroup subsys memory\n[ 0.193795] Initializing cgroup subsys devices\n[ 0.195003] Initializing cgroup subsys freezer\n[ 0.196207] Initializing cgroup subsys net_cls\n[ 0.197428] Initializing cgroup subsys perf_event\n[ 0.198698] Initializing cgroup subsys net_prio\n[ 0.199930] Initializing cgroup subsys hugetlb\n[ 0.201139] Initializing cgroup subsys pids\n[ 0.202321] CPU: Physical Processor ID: 0\n[ 0.204114] mce: CPU supports 10 MCE banks\n[ 0.205282] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208146] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209582] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211377] Speculative Store Bypass: Vulnerable\n[ 0.230039] Freeing SMP alternatives memory: 32K\n[ 0.235843] ftrace: allocating 32237 entries in 126 pages\n[ 0.270438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272093] smpboot: Max logical packages: 1\n[ 0.273504] x2apic enabled\n[ 0.274641] Switched APIC routing to physical x2apic.\n[ 0.277096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281375] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283848] KVM setup paravirtual spinlock\n[ 0.285470] x86: Booted up 1 node, 1 CPUs\n[ 0.286588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288484] devtmpfs: initialized\n[ 0.290468] evm: security.selinux\n[ 0.291452] evm: security.SMACK64\n[ 0.292415] evm: security.SMACK64EXEC\n[ 0.293462] evm: security.SMACK64TRANSMUTE\n[ 0.294583] evm: security.SMACK64MMAP\n[ 0.295607] evm: security.ima\n[ 0.296498] evm: security.capability\n[ 0.297600] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300081] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301672] pinctrl core: initialized pinctrl subsystem\n[ 0.303165] RTC time: 8:46:54, date: 09/02/18\n[ 0.304486] NET: Registered protocol family 16\n[ 0.305833] cpuidle: using governor ladder\n[ 0.306984] cpuidle: using governor menu\n[ 0.308092] PCCT header not found.\n[ 0.309141] ACPI: bus type PCI registered\n[ 0.310276] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311995] PCI: Using configuration type 1 for base access\n[ 0.314252] ACPI: Added _OSI(Module Device)\n[ 0.315418] ACPI: Added _OSI(Processor Device)\n[ 0.316621] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317871] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320125] ACPI: Interpreter enabled\n[ 0.321198] ACPI: (supports S0 S5)\n[ 0.322194] ACPI: Using IOAPIC for interrupt routing\n[ 0.323513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327545] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329110] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330794] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335454] acpiphp: Slot [3] registered\n[ 0.336572] acpiphp: Slot [4] registered\n[ 0.337696] acpiphp: Slot [5] registered\n[ 0.338795] acpiphp: Slot [6] registered\n[ 0.356927] acpiphp: Slot [7] registered\n[ 0.358245] acpiphp: Slot [8] registered\n[ 0.359346] acpiphp: Slot [9] registered\n[ 0.360435] acpiphp: Slot [10] registered\n[ 0.361561] acpiphp: Slot [11] registered\n[ 0.362707] acpiphp: Slot [12] registered\n[ 0.363833] acpiphp: Slot [13] registered\n[ 0.364954] acpiphp: Slot [14] registered\n[ 0.366085] acpiphp: Slot [15] registered\n[ 0.367213] acpiphp: Slot [16] registered\n[ 0.368347] acpiphp: Slot [17] registered\n[ 0.369473] acpiphp: Slot [18] registered\n[ 0.370596] acpiphp: Slot [19] registered\n[ 0.372163] acpiphp: Slot [20] registered\n[ 0.373619] acpiphp: Slot [21] registered\n[ 0.375077] acpiphp: Slot [22] registered\n[ 0.376527] acpiphp: Slot [23] registered\n[ 0.377958] acpiphp: Slot [24] registered\n[ 0.379402] acpiphp: Slot [25] registered\n[ 0.380854] acpiphp: Slot [26] registered\n[ 0.382311] acpiphp: Slot [27] registered\n[ 0.383767] acpiphp: Slot [28] registered\n[ 0.385202] acpiphp: Slot [29] registered\n[ 0.386648] acpiphp: Slot [30] registered\n[ 0.388096] acpiphp: Slot [31] registered\n[ 0.389558] PCI host bridge to bus 0000:00\n[ 0.391014] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.393238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395447] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.398074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.400694] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.403372] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409357] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411697] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413838] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420655] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.447218] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452435] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454818] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457159] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461612] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463523] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466305] vgaarb: loaded\n[ 0.467366] vgaarb: bridge control possible 0000:00:02.0\n[ 0.469574] SCSI subsystem initialized\n[ 0.471187] ACPI: bus type USB registered\n[ 0.472657] usbcore: registered new interface driver usbfs\n[ 0.474538] usbcore: registered new interface driver hub\n[ 0.476359] usbcore: registered new device driver usb\n[ 0.478319] PCI: Using ACPI for IRQ routing\n[ 0.480243] NetLabel: Initializing\n[ 0.481501] NetLabel: domain hash size = 128\n[ 0.483018] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484747] NetLabel: unlabeled traffic allowed by default\n[ 0.486806] amd_nb: Cannot enumerate AMD northbridges\n[ 0.488570] clocksource: Switched to clocksource kvm-clock\n[ 0.498618] AppArmor: AppArmor Filesystem Enabled\n[ 0.500339] pnp: PnP ACPI init\n[ 0.501851] pnp: PnP ACPI: found 5 devices\n[ 0.509083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512146] NET: Registered protocol family 2\n[ 0.513940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516274] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518421] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.520593] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.522550] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.524674] NET: Registered protocol family 1\n[ 0.526240] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.528218] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.530164] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.546948] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.563771] Unpacking initramfs...\n[ 1.057000] Freeing initrd memory: 37084K\n[ 1.058780] Scanning for low memory corruption every 60 seconds\n[ 1.061148] audit: initializing netlink subsys (disabled)\n[ 1.063003] audit: type=2000 audit(1535878015.238:1): initialized\n[ 1.065360] Initialise system trusted keyring\n[ 1.067041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.069141] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.072407] zbud: loaded\n[ 1.073695] VFS: Disk quotas dquot_6.6.0\n[ 1.075155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.077634] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.079833] fuse init (API version 7.23)\n[ 1.081398] Key type big_key registered\n[ 1.082804] Allocating IMA MOK and blacklist keyrings.\n[ 1.084932] Key type asymmetric registered\n[ 1.086413] Asymmetric key parser 'x509' registered\n[ 1.088120] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.090770] io scheduler noop registered\n[ 1.092181] io scheduler deadline registered (default)\n[ 1.093968] io scheduler cfq registered\n[ 1.095466] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099674] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.102301] ACPI: Power Button [PWRF]\n[ 1.103776] GHES: HEST is not enabled!\n[ 1.119796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.152908] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.156248] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.180945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.184509] Linux agpgart interface v0.103\n[ 1.187626] loop: module loaded\n[ 1.191150] vda: vda1\n[ 1.192887] scsi host0: ata_piix\n[ 1.194191] scsi host1: ata_piix\n[ 1.195444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.197328] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.199571] libphy: Fixed MDIO Bus: probed\n[ 1.200718] tun: Universal TUN/TAP device driver, 1.6\n[ 1.202028] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.204682] PPP generic driver version 2.4.2\n[ 1.205946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.207594] ehci-pci: EHCI PCI platform driver\n[ 1.208811] ehci-platform: EHCI generic platform driver\n[ 1.210180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.211741] ohci-pci: OHCI PCI platform driver\n[ 1.212959] ohci-platform: OHCI generic platform driver\n[ 1.214340] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.230632] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.232028] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.234058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.235445] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.237033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.238693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.240637] usb usb1: Product: UHCI Host Controller\n[ 1.241907] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.243505] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.244818] hub 1-0:1.0: USB hub found\n[ 1.245879] hub 1-0:1.0: 2 ports detected\n[ 1.247142] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.250044] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.251334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.252752] mousedev: PS/2 mouse device common for all mice\n[ 1.254495] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.257062] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258609] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.260271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261928] i2c /dev entries driver\n[ 1.263006] device-mapper: uevent: version 1.0.3\n[ 1.264325] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266588] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268401] NET: Registered protocol family 10\n[ 1.269904] NET: Registered protocol family 17\n[ 1.271140] Key type dns_resolver registered\n[ 1.272556] registered taskstats version 1\n[ 1.273755] Loading compiled-in X.509 certificates\n[ 1.275601] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278174] zswap: loaded using pool lzo/zbud\n[ 1.280773] Key type trusted registered\n[ 1.283805] Key type encrypted registered\n[ 1.284966] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286404] ima: No TPM chip found, activating TPM-bypass!\n[ 1.287834] evm: HMAC attrs: 0x1\n[ 1.289162] Magic number: 2:251:775\n[ 1.290220] misc psaux: hash matches\n[ 1.291257] misc fuse: hash matches\n[ 1.292363] rtc_cmos 00:00: setting system clock to 2018-09-02 08:46:55 UTC (1535878015)\n[ 1.294627] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.296166] EDD information not available.\n[ 1.354232] Freeing unused kernel memory: 1512K\n[ 1.355503] Write protecting the kernel read-only data: 14336k\n[ 1.358331] Freeing unused kernel memory: 1692K\n[ 1.359773] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.370416] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.373298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.375840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378348] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.380849] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384591] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391587] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.395218] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.398458] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.457070] [drm] Initialized drm 1.1.0 20060810\n[ 1.461706] virtio_net virtio0 ens3: renamed from eth0\n[ 1.470905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.473456] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.492975] FDC 0 is a S82078B\n[ 1.512834] AVX2 version of gcm_enc/dec engaged.\n[ 1.514107] AES CTR mode by8 optimization enabled\n[ 1.556575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.722257] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723965] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.725733] usb 1-1: Product: QEMU USB Tablet\n[ 1.726931] usb 1-1: Manufacturer: QEMU\n[ 1.728002] usb 1-1: SerialNumber: 42\n[ 1.735673] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.742705] usbcore: registered new interface driver usbhid\n[ 1.744235] usbhid: USB HID core driver\n[ 1.746623] 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.749673] 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.056618] tsc: Refined TSC clocksource calibration: 3491.855 MHz\n[ 2.056620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255433eb12, max_idle_ns: 440795352570 ns\nBegin: Loading essential drivers ... [ 2.116460] md: linear personality registered for level -1\n[ 2.120169] md: multipath personality registered for level -4\n[ 2.123925] md: raid0 personality registered for level 0\n[ 2.128170] md: raid1 personality registered for level 1\n[ 2.200588] raid6: sse2x1 gen() 11286 MB/s\n[ 2.268601] raid6: sse2x1 xor() 8762 MB/s\n[ 2.336591] raid6: sse2x2 gen() 14258 MB/s\n[ 2.404578] raid6: sse2x2 xor() 9604 MB/s\n[ 2.472577] raid6: sse2x4 gen() 16463 MB/s\n[ 2.540578] raid6: sse2x4 xor() 11516 MB/s\n[ 2.608618] raid6: avx2x1 gen() 21810 MB/s\n[ 2.676589] raid6: avx2x2 gen() 25404 MB/s\n[ 2.744566] raid6: avx2x4 gen() 30276 MB/s\n[ 2.749172] raid6: using algorithm avx2x4 gen() 30276 MB/s\n[ 2.750590] raid6: using avx2x2 recovery algorithm\n[ 2.755012] xor: automatically using best checksumming function:\n[ 2.796577] avx : 31692.000 MB/sec\n[ 2.799293] async_tx: api initialized (async)\n[ 2.811752] md: raid6 personality registered for level 6\n[ 2.813174] md: raid5 personality registered for level 5\n[ 2.814567] md: raid4 personality registered for level 4\n[ 2.821174] 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.854962] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.874713] 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.974225] 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.978677] systemd[1]: Detected virtualization kvm.\n[ 2.979993] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.984009] systemd[1]: Set hostname to .\n[ 2.986769] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.988299] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.090048] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.093145] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.095468] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.098292] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.101206] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.103932] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.106891] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.109400] 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.113009] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.116088] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.118937] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.121480] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.124116] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.127435] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.130188] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.132503] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.135585] 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.139678] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142839] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.145673] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.148629] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.151559] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.154821] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.159796] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.165226] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.168285] 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.177607] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.188413] 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.202665] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.206674] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.214069] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.223751] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.228175] Loading iSCSI transport class v2.0-870.\n[ 3.229580] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.236529] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.241105] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.249095] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.258070] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.261849] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.326400] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\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 udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\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] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\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 Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.733876] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.710064] cloud-init[475]: Cloud-init v. 18.2 running 'init-local' at Sun, 02 Sep 2018 08:46:58 +0000. Up 4.53 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\n Starting Raise network interfaces...\n"} 2018-09-02 08:47:00,052 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f/action used request id req-06ebb235-aaff-4ebc-bbe2-003276f64acc 2018-09-02 08:47:00,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.119647026062s 2018-09-02 08:47:00,053 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f/action used request id req-06ebb235-aaff-4ebc-bbe2-003276f64acc 2018-09-02 08:47:00,054 - 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 720299023 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.910 MHz processor [ 0.174150] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.176424] pid_max: default: 32768 minimum: 301 [ 0.177662] ACPI: Core revision 20150930 [ 0.179344] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181138] Security Framework initialized [ 0.182261] Yama: becoming mindful. [ 0.183271] AppArmor: AppArmor initialized [ 0.184437] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186234] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189615] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191470] Initializing cgroup subsys io [ 0.192607] Initializing cgroup subsys memory [ 0.193795] Initializing cgroup subsys devices [ 0.195003] Initializing cgroup subsys freezer [ 0.196207] Initializing cgroup subsys net_cls [ 0.197428] Initializing cgroup subsys perf_event [ 0.198698] Initializing cgroup subsys net_prio [ 0.199930] Initializing cgroup subsys hugetlb [ 0.201139] Initializing cgroup subsys pids [ 0.202321] CPU: Physical Processor ID: 0 [ 0.204114] mce: CPU supports 10 MCE banks [ 0.205282] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208146] Spectre V2 : Mitigation: Full generic retpoline [ 0.209582] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211377] Speculative Store Bypass: Vulnerable [ 0.230039] Freeing SMP alternatives memory: 32K [ 0.235843] ftrace: allocating 32237 entries in 126 pages [ 0.270438] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.272093] smpboot: Max logical packages: 1 [ 0.273504] x2apic enabled [ 0.274641] Switched APIC routing to physical x2apic. [ 0.277096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281375] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283848] KVM setup paravirtual spinlock [ 0.285470] x86: Booted up 1 node, 1 CPUs [ 0.286588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288484] devtmpfs: initialized [ 0.290468] evm: security.selinux [ 0.291452] evm: security.SMACK64 [ 0.292415] evm: security.SMACK64EXEC [ 0.293462] evm: security.SMACK64TRANSMUTE [ 0.294583] evm: security.SMACK64MMAP [ 0.295607] evm: security.ima [ 0.296498] evm: security.capability [ 0.297600] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300081] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301672] pinctrl core: initialized pinctrl subsystem [ 0.303165] RTC time: 8:46:54, date: 09/02/18 [ 0.304486] NET: Registered protocol family 16 [ 0.305833] cpuidle: using governor ladder [ 0.306984] cpuidle: using governor menu [ 0.308092] PCCT header not found. [ 0.309141] ACPI: bus type PCI registered [ 0.310276] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311995] PCI: Using configuration type 1 for base access [ 0.314252] ACPI: Added _OSI(Module Device) [ 0.315418] ACPI: Added _OSI(Processor Device) [ 0.316621] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317871] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320125] ACPI: Interpreter enabled [ 0.321198] ACPI: (supports S0 S5) [ 0.322194] ACPI: Using IOAPIC for interrupt routing [ 0.323513] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327545] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329110] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330794] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335454] acpiphp: Slot [3] registered [ 0.336572] acpiphp: Slot [4] registered [ 0.337696] acpiphp: Slot [5] registered [ 0.338795] acpiphp: Slot [6] registered [ 0.356927] acpiphp: Slot [7] registered [ 0.358245] acpiphp: Slot [8] registered [ 0.359346] acpiphp: Slot [9] registered [ 0.360435] acpiphp: Slot [10] registered [ 0.361561] acpiphp: Slot [11] registered [ 0.362707] acpiphp: Slot [12] registered [ 0.363833] acpiphp: Slot [13] registered [ 0.364954] acpiphp: Slot [14] registered [ 0.366085] acpiphp: Slot [15] registered [ 0.367213] acpiphp: Slot [16] registered [ 0.368347] acpiphp: Slot [17] registered [ 0.369473] acpiphp: Slot [18] registered [ 0.370596] acpiphp: Slot [19] registered [ 0.372163] acpiphp: Slot [20] registered [ 0.373619] acpiphp: Slot [21] registered [ 0.375077] acpiphp: Slot [22] registered [ 0.376527] acpiphp: Slot [23] registered [ 0.377958] acpiphp: Slot [24] registered [ 0.379402] acpiphp: Slot [25] registered [ 0.380854] acpiphp: Slot [26] registered [ 0.382311] acpiphp: Slot [27] registered [ 0.383767] acpiphp: Slot [28] registered [ 0.385202] acpiphp: Slot [29] registered [ 0.386648] acpiphp: Slot [30] registered [ 0.388096] acpiphp: Slot [31] registered [ 0.389558] PCI host bridge to bus 0000:00 [ 0.391014] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.393238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.395447] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.398074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.400694] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.403372] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409357] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411697] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413838] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.416169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.420655] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.423214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447218] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452435] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454818] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457159] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459289] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461612] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463523] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466305] vgaarb: loaded [ 0.467366] vgaarb: bridge control possible 0000:00:02.0 [ 0.469574] SCSI subsystem initialized [ 0.471187] ACPI: bus type USB registered [ 0.472657] usbcore: registered new interface driver usbfs [ 0.474538] usbcore: registered new interface driver hub [ 0.476359] usbcore: registered new device driver usb [ 0.478319] PCI: Using ACPI for IRQ routing [ 0.480243] NetLabel: Initializing [ 0.481501] NetLabel: domain hash size = 128 [ 0.483018] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.484747] NetLabel: unlabeled traffic allowed by default [ 0.486806] amd_nb: Cannot enumerate AMD northbridges [ 0.488570] clocksource: Switched to clocksource kvm-clock [ 0.498618] AppArmor: AppArmor Filesystem Enabled [ 0.500339] pnp: PnP ACPI init [ 0.501851] pnp: PnP ACPI: found 5 devices [ 0.509083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.512146] NET: Registered protocol family 2 [ 0.513940] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.516274] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.518421] TCP: Hash tables configured (established 4096 bind 4096) [ 0.520593] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.522550] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.524674] NET: Registered protocol family 1 [ 0.526240] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.528218] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.530164] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.546948] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.563771] Unpacking initramfs... [ 1.057000] Freeing initrd memory: 37084K [ 1.058780] Scanning for low memory corruption every 60 seconds [ 1.061148] audit: initializing netlink subsys (disabled) [ 1.063003] audit: type=2000 audit(1535878015.238:1): initialized [ 1.065360] Initialise system trusted keyring [ 1.067041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.069141] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.072407] zbud: loaded [ 1.073695] VFS: Disk quotas dquot_6.6.0 [ 1.075155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.077634] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.079833] fuse init (API version 7.23) [ 1.081398] Key type big_key registered [ 1.082804] Allocating IMA MOK and blacklist keyrings. [ 1.084932] Key type asymmetric registered [ 1.086413] Asymmetric key parser 'x509' registered [ 1.088120] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.090770] io scheduler noop registered [ 1.092181] io scheduler deadline registered (default) [ 1.093968] io scheduler cfq registered [ 1.095466] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099674] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.102301] ACPI: Power Button [PWRF] [ 1.103776] GHES: HEST is not enabled! [ 1.119796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.152908] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.156248] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.180945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.184509] Linux agpgart interface v0.103 [ 1.187626] loop: module loaded [ 1.191150] vda: vda1 [ 1.192887] scsi host0: ata_piix [ 1.194191] scsi host1: ata_piix [ 1.195444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.197328] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.199571] libphy: Fixed MDIO Bus: probed [ 1.200718] tun: Universal TUN/TAP device driver, 1.6 [ 1.202028] tun: (C) 1999-2004 Max Krasnyansky [ 1.204682] PPP generic driver version 2.4.2 [ 1.205946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.207594] ehci-pci: EHCI PCI platform driver [ 1.208811] ehci-platform: EHCI generic platform driver [ 1.210180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.211741] ohci-pci: OHCI PCI platform driver [ 1.212959] ohci-platform: OHCI generic platform driver [ 1.214340] uhci_hcd: USB Universal Host Controller Interface driver [ 1.230632] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.232028] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.234058] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.235445] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.237033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.238693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.240637] usb usb1: Product: UHCI Host Controller [ 1.241907] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.243505] usb usb1: SerialNumber: 0000:00:01.2 [ 1.244818] hub 1-0:1.0: USB hub found [ 1.245879] hub 1-0:1.0: 2 ports detected [ 1.247142] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.250044] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.251334] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.252752] mousedev: PS/2 mouse device common for all mice [ 1.254495] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.257062] rtc_cmos 00:00: RTC can wake from S4 [ 1.258609] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.260271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261928] i2c /dev entries driver [ 1.263006] device-mapper: uevent: version 1.0.3 [ 1.264325] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266588] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268401] NET: Registered protocol family 10 [ 1.269904] NET: Registered protocol family 17 [ 1.271140] Key type dns_resolver registered [ 1.272556] registered taskstats version 1 [ 1.273755] Loading compiled-in X.509 certificates [ 1.275601] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278174] zswap: loaded using pool lzo/zbud [ 1.280773] Key type trusted registered [ 1.283805] Key type encrypted registered [ 1.284966] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286404] ima: No TPM chip found, activating TPM-bypass! [ 1.287834] evm: HMAC attrs: 0x1 [ 1.289162] Magic number: 2:251:775 [ 1.290220] misc psaux: hash matches [ 1.291257] misc fuse: hash matches [ 1.292363] rtc_cmos 00:00: setting system clock to 2018-09-02 08:46:55 UTC (1535878015) [ 1.294627] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.296166] EDD information not available. [ 1.354232] Freeing unused kernel memory: 1512K [ 1.355503] Write protecting the kernel read-only data: 14336k [ 1.358331] Freeing unused kernel memory: 1692K [ 1.359773] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.370416] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.373298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.375840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378348] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.380849] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384591] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391587] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.395218] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.398458] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.457070] [drm] Initialized drm 1.1.0 20060810 [ 1.461706] virtio_net virtio0 ens3: renamed from eth0 [ 1.470905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.473456] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.492975] FDC 0 is a S82078B [ 1.512834] AVX2 version of gcm_enc/dec engaged. [ 1.514107] AES CTR mode by8 optimization enabled [ 1.556575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.722257] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723965] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.725733] usb 1-1: Product: QEMU USB Tablet [ 1.726931] usb 1-1: Manufacturer: QEMU [ 1.728002] usb 1-1: SerialNumber: 42 [ 1.735673] hidraw: raw HID events driver (C) Jiri Kosina [ 1.742705] usbcore: registered new interface driver usbhid [ 1.744235] usbhid: USB HID core driver [ 1.746623] 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.749673] 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.056618] tsc: Refined TSC clocksource calibration: 3491.855 MHz [ 2.056620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255433eb12, max_idle_ns: 440795352570 ns Begin: Loading essential drivers ... [ 2.116460] md: linear personality registered for level -1 [ 2.120169] md: multipath personality registered for level -4 [ 2.123925] md: raid0 personality registered for level 0 [ 2.128170] md: raid1 personality registered for level 1 [ 2.200588] raid6: sse2x1 gen() 11286 MB/s [ 2.268601] raid6: sse2x1 xor() 8762 MB/s [ 2.336591] raid6: sse2x2 gen() 14258 MB/s [ 2.404578] raid6: sse2x2 xor() 9604 MB/s [ 2.472577] raid6: sse2x4 gen() 16463 MB/s [ 2.540578] raid6: sse2x4 xor() 11516 MB/s [ 2.608618] raid6: avx2x1 gen() 21810 MB/s [ 2.676589] raid6: avx2x2 gen() 25404 MB/s [ 2.744566] raid6: avx2x4 gen() 30276 MB/s [ 2.749172] raid6: using algorithm avx2x4 gen() 30276 MB/s [ 2.750590] raid6: using avx2x2 recovery algorithm [ 2.755012] xor: automatically using best checksumming function: [ 2.796577] avx : 31692.000 MB/sec [ 2.799293] async_tx: api initialized (async) [ 2.811752] md: raid6 personality registered for level 6 [ 2.813174] md: raid5 personality registered for level 5 [ 2.814567] md: raid4 personality registered for level 4 [ 2.821174] 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.854962] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.874713] 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.974225] 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.978677] systemd[1]: Detected virtualization kvm. [ 2.979993] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.984009] systemd[1]: Set hostname to . [ 2.986769] systemd[1]: Initializing machine ID from KVM UUID. [ 2.988299] systemd[1]: Installed transient /etc/machine-id file. [ 3.090048] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.093145] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.095468] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.098292] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.101206] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.103932] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.106891] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.109400] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.113009] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.116088] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.118937] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.121480] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.124116] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.127435] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.130188] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.132503] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.135585] 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.139678] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142839] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.145673] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.148629] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.151559] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.154821] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.159796] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.165226] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.168285] 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.177607] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.188413] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.202665] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.206674] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.214069] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.223751] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.228175] Loading iSCSI transport class v2.0-870. [ 3.229580] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.236529] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.241105] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.249095] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.258070] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.261849] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [ 3.326400] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[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] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Tell Plymouth To Write Out Runtime Data... 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 Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.733876] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.710064] cloud-init[475]: Cloud-init v. 18.2 running 'init-local' at Sun, 02 Sep 2018 08:46:58 +0000. Up 4.53 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). Starting Raise network interfaces... 2018-09-02 08:47:01,056 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.206: timed out 2018-09-02 08:47:10,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 08:47:10,069 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f/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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 08:47:10,143 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47: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-1bc24759-6207-41a1-ab65-5fbee0f21048 x-compute-request-id: req-1bc24759-6207-41a1-ab65-5fbee0f21048 Content-Encoding: gzip Content-Length: 14270 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 720299023 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.910 MHz processor\n[ 0.174150] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.176424] pid_max: default: 32768 minimum: 301\n[ 0.177662] ACPI: Core revision 20150930\n[ 0.179344] ACPI: 1 ACPI AML tables successfully acquired and loaded\n[ 0.181138] Security Framework initialized\n[ 0.182261] Yama: becoming mindful.\n[ 0.183271] AppArmor: AppArmor initialized\n[ 0.184437] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)\n[ 0.186234] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.187963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.189615] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)\n[ 0.191470] Initializing cgroup subsys io\n[ 0.192607] Initializing cgroup subsys memory\n[ 0.193795] Initializing cgroup subsys devices\n[ 0.195003] Initializing cgroup subsys freezer\n[ 0.196207] Initializing cgroup subsys net_cls\n[ 0.197428] Initializing cgroup subsys perf_event\n[ 0.198698] Initializing cgroup subsys net_prio\n[ 0.199930] Initializing cgroup subsys hugetlb\n[ 0.201139] Initializing cgroup subsys pids\n[ 0.202321] CPU: Physical Processor ID: 0\n[ 0.204114] mce: CPU supports 10 MCE banks\n[ 0.205282] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.206652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0\n[ 0.208146] Spectre V2 : Mitigation: Full generic retpoline\n[ 0.209582] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported\n[ 0.211377] Speculative Store Bypass: Vulnerable\n[ 0.230039] Freeing SMP alternatives memory: 32K\n[ 0.235843] ftrace: allocating 32237 entries in 126 pages\n[ 0.270438] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.272093] smpboot: Max logical packages: 1\n[ 0.273504] x2apic enabled\n[ 0.274641] Switched APIC routing to physical x2apic.\n[ 0.277096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.278639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1)\n[ 0.281375] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.283848] KVM setup paravirtual spinlock\n[ 0.285470] x86: Booted up 1 node, 1 CPUs\n[ 0.286588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS)\n[ 0.288484] devtmpfs: initialized\n[ 0.290468] evm: security.selinux\n[ 0.291452] evm: security.SMACK64\n[ 0.292415] evm: security.SMACK64EXEC\n[ 0.293462] evm: security.SMACK64TRANSMUTE\n[ 0.294583] evm: security.SMACK64MMAP\n[ 0.295607] evm: security.ima\n[ 0.296498] evm: security.capability\n[ 0.297600] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns\n[ 0.300081] futex hash table entries: 256 (order: 2, 16384 bytes)\n[ 0.301672] pinctrl core: initialized pinctrl subsystem\n[ 0.303165] RTC time: 8:46:54, date: 09/02/18\n[ 0.304486] NET: Registered protocol family 16\n[ 0.305833] cpuidle: using governor ladder\n[ 0.306984] cpuidle: using governor menu\n[ 0.308092] PCCT header not found.\n[ 0.309141] ACPI: bus type PCI registered\n[ 0.310276] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.311995] PCI: Using configuration type 1 for base access\n[ 0.314252] ACPI: Added _OSI(Module Device)\n[ 0.315418] ACPI: Added _OSI(Processor Device)\n[ 0.316621] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.317871] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.320125] ACPI: Interpreter enabled\n[ 0.321198] ACPI: (supports S0 S5)\n[ 0.322194] ACPI: Using IOAPIC for interrupt routing\n[ 0.323513] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.327545] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.329110] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.330794] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.332424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.335454] acpiphp: Slot [3] registered\n[ 0.336572] acpiphp: Slot [4] registered\n[ 0.337696] acpiphp: Slot [5] registered\n[ 0.338795] acpiphp: Slot [6] registered\n[ 0.356927] acpiphp: Slot [7] registered\n[ 0.358245] acpiphp: Slot [8] registered\n[ 0.359346] acpiphp: Slot [9] registered\n[ 0.360435] acpiphp: Slot [10] registered\n[ 0.361561] acpiphp: Slot [11] registered\n[ 0.362707] acpiphp: Slot [12] registered\n[ 0.363833] acpiphp: Slot [13] registered\n[ 0.364954] acpiphp: Slot [14] registered\n[ 0.366085] acpiphp: Slot [15] registered\n[ 0.367213] acpiphp: Slot [16] registered\n[ 0.368347] acpiphp: Slot [17] registered\n[ 0.369473] acpiphp: Slot [18] registered\n[ 0.370596] acpiphp: Slot [19] registered\n[ 0.372163] acpiphp: Slot [20] registered\n[ 0.373619] acpiphp: Slot [21] registered\n[ 0.375077] acpiphp: Slot [22] registered\n[ 0.376527] acpiphp: Slot [23] registered\n[ 0.377958] acpiphp: Slot [24] registered\n[ 0.379402] acpiphp: Slot [25] registered\n[ 0.380854] acpiphp: Slot [26] registered\n[ 0.382311] acpiphp: Slot [27] registered\n[ 0.383767] acpiphp: Slot [28] registered\n[ 0.385202] acpiphp: Slot [29] registered\n[ 0.386648] acpiphp: Slot [30] registered\n[ 0.388096] acpiphp: Slot [31] registered\n[ 0.389558] PCI host bridge to bus 0000:00\n[ 0.391014] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.393238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.395447] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.398074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]\n[ 0.400694] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window]\n[ 0.403372] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.409357] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.411697] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.413838] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.416169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.420655] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.423214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.447218] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.450040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.452435] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.454818] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.457159] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.459289] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.461612] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.463523] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.466305] vgaarb: loaded\n[ 0.467366] vgaarb: bridge control possible 0000:00:02.0\n[ 0.469574] SCSI subsystem initialized\n[ 0.471187] ACPI: bus type USB registered\n[ 0.472657] usbcore: registered new interface driver usbfs\n[ 0.474538] usbcore: registered new interface driver hub\n[ 0.476359] usbcore: registered new device driver usb\n[ 0.478319] PCI: Using ACPI for IRQ routing\n[ 0.480243] NetLabel: Initializing\n[ 0.481501] NetLabel: domain hash size = 128\n[ 0.483018] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.484747] NetLabel: unlabeled traffic allowed by default\n[ 0.486806] amd_nb: Cannot enumerate AMD northbridges\n[ 0.488570] clocksource: Switched to clocksource kvm-clock\n[ 0.498618] AppArmor: AppArmor Filesystem Enabled\n[ 0.500339] pnp: PnP ACPI init\n[ 0.501851] pnp: PnP ACPI: found 5 devices\n[ 0.509083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns\n[ 0.512146] NET: Registered protocol family 2\n[ 0.513940] TCP established hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.516274] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)\n[ 0.518421] TCP: Hash tables configured (established 4096 bind 4096)\n[ 0.520593] UDP hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.522550] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)\n[ 0.524674] NET: Registered protocol family 1\n[ 0.526240] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.528218] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.530164] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.546948] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.563771] Unpacking initramfs...\n[ 1.057000] Freeing initrd memory: 37084K\n[ 1.058780] Scanning for low memory corruption every 60 seconds\n[ 1.061148] audit: initializing netlink subsys (disabled)\n[ 1.063003] audit: type=2000 audit(1535878015.238:1): initialized\n[ 1.065360] Initialise system trusted keyring\n[ 1.067041] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.069141] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.072407] zbud: loaded\n[ 1.073695] VFS: Disk quotas dquot_6.6.0\n[ 1.075155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.077634] squashfs: version 4.0 (2009/01/31) Phillip Lougher\n[ 1.079833] fuse init (API version 7.23)\n[ 1.081398] Key type big_key registered\n[ 1.082804] Allocating IMA MOK and blacklist keyrings.\n[ 1.084932] Key type asymmetric registered\n[ 1.086413] Asymmetric key parser 'x509' registered\n[ 1.088120] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)\n[ 1.090770] io scheduler noop registered\n[ 1.092181] io scheduler deadline registered (default)\n[ 1.093968] io scheduler cfq registered\n[ 1.095466] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.097384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.099674] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.102301] ACPI: Power Button [PWRF]\n[ 1.103776] GHES: HEST is not enabled!\n[ 1.119796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.152908] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.156248] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 1.180945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 1.184509] Linux agpgart interface v0.103\n[ 1.187626] loop: module loaded\n[ 1.191150] vda: vda1\n[ 1.192887] scsi host0: ata_piix\n[ 1.194191] scsi host1: ata_piix\n[ 1.195444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.197328] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.199571] libphy: Fixed MDIO Bus: probed\n[ 1.200718] tun: Universal TUN/TAP device driver, 1.6\n[ 1.202028] tun: (C) 1999-2004 Max Krasnyansky \n[ 1.204682] PPP generic driver version 2.4.2\n[ 1.205946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.207594] ehci-pci: EHCI PCI platform driver\n[ 1.208811] ehci-platform: EHCI generic platform driver\n[ 1.210180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.211741] ohci-pci: OHCI PCI platform driver\n[ 1.212959] ohci-platform: OHCI generic platform driver\n[ 1.214340] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.230632] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.232028] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.234058] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.235445] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.237033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.238693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.240637] usb usb1: Product: UHCI Host Controller\n[ 1.241907] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd\n[ 1.243505] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.244818] hub 1-0:1.0: USB hub found\n[ 1.245879] hub 1-0:1.0: 2 ports detected\n[ 1.247142] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.250044] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.251334] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.252752] mousedev: PS/2 mouse device common for all mice\n[ 1.254495] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.257062] rtc_cmos 00:00: RTC can wake from S4\n[ 1.258609] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.260271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.261928] i2c /dev entries driver\n[ 1.263006] device-mapper: uevent: version 1.0.3\n[ 1.264325] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com\n[ 1.266588] ledtrig-cpu: registered to indicate activity on CPUs\n[ 1.268401] NET: Registered protocol family 10\n[ 1.269904] NET: Registered protocol family 17\n[ 1.271140] Key type dns_resolver registered\n[ 1.272556] registered taskstats version 1\n[ 1.273755] Loading compiled-in X.509 certificates\n[ 1.275601] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb'\n[ 1.278174] zswap: loaded using pool lzo/zbud\n[ 1.280773] Key type trusted registered\n[ 1.283805] Key type encrypted registered\n[ 1.284966] AppArmor: AppArmor sha1 policy hashing enabled\n[ 1.286404] ima: No TPM chip found, activating TPM-bypass!\n[ 1.287834] evm: HMAC attrs: 0x1\n[ 1.289162] Magic number: 2:251:775\n[ 1.290220] misc psaux: hash matches\n[ 1.291257] misc fuse: hash matches\n[ 1.292363] rtc_cmos 00:00: setting system clock to 2018-09-02 08:46:55 UTC (1535878015)\n[ 1.294627] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 1.296166] EDD information not available.\n[ 1.354232] Freeing unused kernel memory: 1512K\n[ 1.355503] Write protecting the kernel read-only data: 14336k\n[ 1.358331] Freeing unused kernel memory: 1692K\n[ 1.359773] Freeing unused kernel memory: 96K\nLoading, please wait...\nstarting version 229\n[ 1.370416] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.373298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.375840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.378348] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.380849] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.384591] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.391587] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.395218] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.398458] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.400865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available)\n[ 1.457070] [drm] Initialized drm 1.1.0 20060810\n[ 1.461706] virtio_net virtio0 ens3: renamed from eth0\n[ 1.470905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4\n[ 1.473456] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.492975] FDC 0 is a S82078B\n[ 1.512834] AVX2 version of gcm_enc/dec engaged.\n[ 1.514107] AES CTR mode by8 optimization enabled\n[ 1.556575] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.722257] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.723965] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.725733] usb 1-1: Product: QEMU USB Tablet\n[ 1.726931] usb 1-1: Manufacturer: QEMU\n[ 1.728002] usb 1-1: SerialNumber: 42\n[ 1.735673] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.742705] usbcore: registered new interface driver usbhid\n[ 1.744235] usbhid: USB HID core driver\n[ 1.746623] 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.749673] 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.056618] tsc: Refined TSC clocksource calibration: 3491.855 MHz\n[ 2.056620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255433eb12, max_idle_ns: 440795352570 ns\nBegin: Loading essential drivers ... [ 2.116460] md: linear personality registered for level -1\n[ 2.120169] md: multipath personality registered for level -4\n[ 2.123925] md: raid0 personality registered for level 0\n[ 2.128170] md: raid1 personality registered for level 1\n[ 2.200588] raid6: sse2x1 gen() 11286 MB/s\n[ 2.268601] raid6: sse2x1 xor() 8762 MB/s\n[ 2.336591] raid6: sse2x2 gen() 14258 MB/s\n[ 2.404578] raid6: sse2x2 xor() 9604 MB/s\n[ 2.472577] raid6: sse2x4 gen() 16463 MB/s\n[ 2.540578] raid6: sse2x4 xor() 11516 MB/s\n[ 2.608618] raid6: avx2x1 gen() 21810 MB/s\n[ 2.676589] raid6: avx2x2 gen() 25404 MB/s\n[ 2.744566] raid6: avx2x4 gen() 30276 MB/s\n[ 2.749172] raid6: using algorithm avx2x4 gen() 30276 MB/s\n[ 2.750590] raid6: using avx2x2 recovery algorithm\n[ 2.755012] xor: automatically using best checksumming function:\n[ 2.796577] avx : 31692.000 MB/sec\n[ 2.799293] async_tx: api initialized (async)\n[ 2.811752] md: raid6 personality registered for level 6\n[ 2.813174] md: raid5 personality registered for level 5\n[ 2.814567] md: raid4 personality registered for level 4\n[ 2.821174] 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.854962] Btrfs loaded\nScanning for Btrfs filesystems\ndone.\nWarning: fsck not present, so skipping root file system\n[ 2.874713] 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.974225] 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.978677] systemd[1]: Detected virtualization kvm.\n[ 2.979993] systemd[1]: Detected architecture x86-64.\n\nWelcome to [1mUbuntu 16.04.4 LTS[0m!\n\n[ 2.984009] systemd[1]: Set hostname to .\n[ 2.986769] systemd[1]: Initializing machine ID from KVM UUID.\n[ 2.988299] systemd[1]: Installed transient /etc/machine-id file.\n[ 3.090048] systemd[1]: Reached target User and Group Name Lookups.\n[[0;32m OK [0m] Reached target User and Group Name Lookups.\n[ 3.093145] systemd[1]: Reached target Swap.\n[[0;32m OK [0m] Reached target Swap.\n[ 3.095468] systemd[1]: Listening on LVM2 poll daemon socket.\n[[0;32m OK [0m] Listening on LVM2 poll daemon socket.\n[ 3.098292] systemd[1]: Listening on Journal Socket (/dev/log).\n[[0;32m OK [0m] Listening on Journal Socket (/dev/log).\n[ 3.101206] systemd[1]: Listening on Journal Audit Socket.\n[[0;32m OK [0m] Listening on Journal Audit Socket.\n[ 3.103932] systemd[1]: Listening on LVM2 metadata daemon socket.\n[[0;32m OK [0m] Listening on LVM2 metadata daemon socket.\n[ 3.106891] systemd[1]: Listening on Syslog Socket.\n[[0;32m OK [0m] Listening on Syslog Socket.\n[ 3.109400] 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.113009] systemd[1]: Listening on fsck to fsckd communication Socket.\n[[0;32m OK [0m] Listening on fsck to fsckd communication Socket.\n[ 3.116088] systemd[1]: Listening on udev Kernel Socket.\n[[0;32m OK [0m] Listening on udev Kernel Socket.\n[ 3.118937] systemd[1]: Created slice System Slice.\n[[0;32m OK [0m] Created slice System Slice.\n[ 3.121480] systemd[1]: Listening on udev Control Socket.\n[[0;32m OK [0m] Listening on udev Control Socket.\n[ 3.124116] systemd[1]: Started Trigger resolvconf update for networkd DNS.\n[[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS.\n[ 3.127435] systemd[1]: Created slice User and Session Slice.\n[[0;32m OK [0m] Created slice User and Session Slice.\n[ 3.130188] systemd[1]: Reached target Slices.\n[[0;32m OK [0m] Reached target Slices.\n[ 3.132503] systemd[1]: Listening on Device-mapper event daemon FIFOs.\n[[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs.\n[ 3.135585] 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.139678] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.\n[[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[ 3.142839] systemd[1]: Reached target Encrypted Volumes.\n[[0;32m OK [0m] Reached target Encrypted Volumes.\n[ 3.145673] systemd[1]: Created slice system-serial\\x2dgetty.slice.\n[[0;32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[ 3.148629] systemd[1]: Listening on Journal Socket.\n[[0;32m OK [0m] Listening on Journal Socket.\n[ 3.151559] systemd[1]: Mounting POSIX Message Queue File System...\n Mounting POSIX Message Queue File System...\n[ 3.154821] systemd[1]: Mounting Huge Pages File System...\n Mounting Huge Pages File System...\n[ 3.159796] systemd[1]: Starting Uncomplicated firewall...\n Starting Uncomplicated firewall...\n[ 3.165226] systemd[1]: Starting Set console keymap...\n Starting Set console keymap...\n[ 3.168285] 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.177607] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 3.188413] 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.202665] systemd[1]: Starting Load Kernel Modules...\n Starting Load Kernel Modules...\n[ 3.206674] systemd[1]: Starting Nameserver information manager...\n Starting Nameserver information manager...\n[ 3.214069] systemd[1]: Mounting Debug File System...\n Mounting Debug File System...\n[ 3.223751] systemd[1]: Mounted POSIX Message Queue File System.\n[[0;32m OK [0m] Mounted POSIX Message Queue File System.\n[ 3.228175] Loading iSCSI transport class v2.0-870.\n[ 3.229580] systemd[1]: Mounted Huge Pages File System.\n[[0;32m OK [0m] Mounted Huge Pages File System.\n[ 3.236529] systemd[1]: Mounted Debug File System.\n[[0;32m OK [0m] Mounted Debug File System.\n[ 3.241105] systemd[1]: Started Uncomplicated firewall.\n[[0;32m OK [0m] Started Uncomplicated firewall.\n[ 3.249095] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 3.258070] systemd[1]: Started Journal Service.\n[[0;32m OK [0m] Started Journal Service.\n[ 3.261849] iscsi: registered transport (tcp)\n[[0;32m OK [0m] Started Nameserver information manager.\n[[0;32m OK [0m] Started Set console keymap.\n[ 3.326400] iscsi: registered transport (iser)\n[[0;32m OK [0m] Started Load Kernel Modules.\n Starting Apply Kernel Variables...\n Mounting FUSE Control File System...\n[[0;32m OK [0m] Started LVM2 metadata daemon.\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 udev Coldplug all Devices...\n Starting Load/Save Random Seed...\n Starting Flush Journal to Persistent Storage...\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] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.\n[[0;32m OK [0m] Reached target Local File Systems (Pre).\n[[0;32m OK [0m] Reached target Local File Systems.\n Starting Initial cloud-init job (pre-networking)...\n Starting Create Volatile Files and Directories...\n Starting Set console font and keymap...\n Starting LSB: AppArmor initialization...\n Starting Tell Plymouth To Write Out Runtime Data...\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 Create Volatile Files and Directories.\n[[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data.\n[[0;32m OK [0m] Found device /dev/ttyS0.\n Starting Update UTMP about System Boot/Shutdown...\n Starting Network Time Synchronization...\n[[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown.\n[ 3.733876] intel_rapl: no valid rapl domains found in package 0\n[[0;32m OK [0m] Started Network Time Synchronization.\n[[0;32m OK [0m] Reached target System Time Synchronized.\n[[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.\n[ 4.710064] cloud-init[475]: Cloud-init v. 18.2 running 'init-local' at Sun, 02 Sep 2018 08:46:58 +0000. Up 4.53 seconds.\n[[0;32m OK [0m] Started Initial cloud-init job (pre-networking).\n[[0;32m OK [0m] Started LSB: AppArmor initialization.\n[[0;32m OK [0m] Reached target Network (Pre).\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[[0;32m OK [0m] Reached target Network.\n Starting Initial cloud-init job (metadata service crawler)...\n[ 9.688897] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Sun, 02 Sep 2018 08:47:00 +0000. Up 6.08 seconds.\n[ 9.696602] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++\n[ 9.701460] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.708446] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |\n[ 9.715717] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.728471] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:f1:4e:8a |\n[ 9.735306] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fef1:4e8a/64 | . | link | fa:16:3e:f1:4e:8a |\n[ 9.740127] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |\n[ 9.748153] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . |\n[ 9.750997] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+\n[ 9.760370] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++\n[ 9.762922] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.768353] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 9.776126] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.778728] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG |\n[ 9.784350] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH |\n[ 9.788126] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U |\n[ 9.793472] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 9.796622] cloud-init[929]: 2018-09-02 08:47:04,120 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None.\n[ 10.330814] cloud-init[929]: Generating public/private rsa key pair.\n[ 10.332569] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key.\n[ 10.336119] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub.\n[ 10.340110] cloud-init[929]: The key fingerprint is:\n[ 10.341513] cloud-init[929]: SHA256:YgbCCKf6N5C5lS7ENZlbAbwSwW2bJrRLj+56UuY5xkY root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e\n[ 10.348118] cloud-init[929]: The key's randomart image is:\n[ 10.349585] cloud-init[929]: +---[RSA 2048]----+\n[ 10.352119] cloud-init[929]: |..o+... |\n[ 10.356123] cloud-init[929]: |.=+ +o . |\n[ 10.357480] cloud-init[929]: |o.o+*+. |\n[ 10.360119] cloud-init[929]: |..===* |\n[ 10.364122] cloud-init[929]: |..*B+ + S |\n[ 10.365494] cloud-init[929]: | oE=.o . |\n[ 10.368138] cloud-init[929]: | B+.+ |\n[ 10.372126] cloud-init[929]: |. Xo . |\n[ 10.376119] cloud-init[929]: |.B.. |\n[ 10.377471] cloud-init[929]: +----[SHA256]-----+\n[ 10.380117] cloud-init[929]: Generating public/private dsa key pair.\n[ 10.384120] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key.\n[ 10.386029] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub.\n[ 10.392144] cloud-init[929]: The key fingerprint is:\n[ 10.393534] cloud-init[929]: SHA256:F7PGNOky3Fe9eWDIybwXhcMj53boqmaf7UTIIFgR80c root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e\n[ 10.400131] cloud-init[929]: The key's randomart image is:\n[ 10.401599] cloud-init[929]: +---[DSA 1024]----+\n[ 10.404121] cloud-init[929]: | =o E. ..|\n[ 10.408123] cloud-init[929]: | o o *.o*o |\n[ 10.409482] cloud-init[929]: | . . O B+=+.|\n[ 10.412595] cloud-init[929]: | . * O =+o+|\n[[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler).\n[[0;32m OK [0m] Reached target Network is Online.\n[ 10.417976] cloud-init[929]: | S B =oo+.|\n Starting iSCSI initiator daemon (iscsid)...\n[[0;32m OK [0m] Reached target System Initialization.\n[ 10.420109] cloud-init[929]: | = . o. .|\n[ 10.424681] cloud-init[929]: | .. |\n[ 10.425983] cloud-init[929]: | o .+ |\n Starting Socket activation for snappy daemon.\n[ 10.429160] cloud-init[929]: | o.oo.o |\n[[0;32m OK [0m] Listening on ACPID Listen Socket.\n[ 10.436794] cloud-init[929]: +----[SHA256]-----+\n[[0;32m OK [0m] Started Daily Cleanup of Temporary Directories.\n[ 10.439625] cloud-init[929]: Generating public/private ecdsa key pair.\n[[0;32m OK [0m] Started Daily apt download activities.\n[ 10.442695] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started Daily apt upgrade and clean activities.\n[[0;32m OK [0m] Reached target Timers.\n[[0;32m OK [0m] Listening on UUID daemon activation socket.\n\n[ 10.447875] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub.\n[ 10.449959] cloud-init[929]: The key fingerprint is:\n Starting LXD - unix socket.\n[[0;32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[ 10.453924] cloud-init[929]: SHA256:bKpjVbchX7t4prcSkuQvsw2hxw1l7nnRn5OQUnC26XQ root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e\n[ 10.456938] cloud-init[929]: The key's randomart image is:\n[ 10.458414] [[0;32m OK [0m] Started ACPI Events Check.\n[[0;32m OK [0m] Reached target Paths.\n[[0;32m OK [0m] Reached target Cloud-config availability.\n[[0;32m OK [0m] cloud-init[929]: +---[ECDSA 256]---+\n[ 10.464039] cloud-init[929]: | . o |\n[ 10.466013] cloud-init[929]: | + o |\n[ 10.467043] cloud-init[929]: | o = E |\nListening on Socket activation for snappy daemon.\n[[0;32m OK [0m] Listening on LXD - unix socket.\n[ 10.473681] cloud-init[929]: | .++o =.o |\n[ 10.477781] cloud-init[929]: | +S=.=.=. |\n[ 10.482668] cloud-init[929]: | .=+=+.o...o|\n[[0;32m OK [0m] Started iSCSI initiator daemon (iscsid).\n[ 10.486947] cloud-init[929]: | .o +o+o.. +.| Starting Login to default iSCSI targets...\n[[0;32m OK [0m] Reached target Sockets.\n[[0;32m OK [0m] Reached target Basic System.\n[ 10.492542] cloud-init[929]: | o. .oo+.= .|\n[ 10.493509] cloud-init[929]: | ... .+o*.. |\n[ 10.494459] cloud-init[929]: +----[SHA256]-----+\n[ 10.495428] cloud-init[929]: Generating public/private ed25519 key pair.\n Starting LSB: MD monitoring daemon...\n[[0;32m OK [0m] Started FUSE filesystem for LXC.\n\n[ 10.501138] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key.\n[ 10.505893] Starting /etc/rc.local Compatibility...\n Starting Login Service...\n Starting Apply the settings specified in cloud-config...\ncloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub.\n[ 10.516297] cloud-init[929]: The key fingerprint is:[[0;32m OK [0m] Started Deferred execution scheduler.\n[[0;32m OK [0m] Started D-Bus System Message Bus.\n\n[ 10.524396] cloud-init[929]: SHA256:10ErBrheH7sRXLcyEiEGmkiA7m5e5leB6BzAYDFTqC8 root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e\n[ 10.541025] cloud-init[929]: The key's randomart image is:\n[ 10.544743] cloud-init[929]: +--[ED25519 256]--+\n[ 10.549857] cloud-init[929]: |**=. .o+ ... |\n[ 10.553584] cloud-init[929]: |o=o. o.. o..... |\n[ 10.558398] cloud-init[929]: |o o + .. .ooo. . |\n Starting LXD - container startup/shutdown...\n[ 10.566339] cloud-init[[0;32m OK [0m] Started Regular background program processing daemon.\n[929]: [[0;32m OK [0m] Started ACPI event daemon.\n Starting System Logging Service...\n|.. o .....=oo.. |\n Starting Pollinate to seed the pseudo random number generator...[ 10.596437] cloud-init\n Starting LSB: Record successful boot for GRUB...[929]: |..o .. .S..=.o |\n[[0;32m OK [0m] Started iperf3 Service.\n[ 10.604399] cloud-init[929]: |E..o .. .+ |\n Starting Accounts Service...\n[[0;32m OK [0m] Started Unattended Upgrades Shutdown.\n[[0;32m OK [0m] Started iperf Service.\n Starting Snappy daemon...\n[[0;32m OK [0m] Started /etc/rc.local Compatibility.\n[[0;32m OK [0m] Started System Logging Service.\n\n[[0;32m OK [0m] Started Login to default iSCSI targets.\n[ 10.691281] cloud-init[[0;32m OK [0m] Started LSB: MD monitoring daemon.[929]: |.. o . o |\n\n[ 10.720356] cloud-init[929]: | o+ . . |\n[ 10.750621] cloud-init[929]: |o. .. |\n[[0;32m OK [0m] Started Login Service.\n Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 10.779426] \n[[0;32m OK [0m] Reached target Remote File Systems (Pre).\n[[0;32m OK [0m] Reached target Remote File Systems.\n Starting LSB: automatic crash report generation...\n Starting LSB: daemon to balance interrupts for SMP systems...\n Starting Permit User Sessions...\n Starting LSB: Set the CPU Frequency Scaling governor to \"ondemand\"...\ncloud-init Starting LSB: network benchmark...\n[[0;32m OK [0m] Started Permit User Sessions.\n[929]: +----[SHA256]-----+\n[[0;32m OK [0m] Started LXD - container startup/shutdown.\n[[0;32m OK [0m] Started LSB: Record successful boot for GRUB.\n[[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks.\n[[0;32m OK [0m] Started Accounts Service.\n Starting Terminate Plymouth Boot Screen...\n Starting Hold until boot process finishes up...\n[[0;32m OK [0m] Started Hold until boot process finishes up.\n[[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to \"ondemand\".\n[[0;32m OK [0m] Started Terminate Plymouth Boot Screen.\n[[0;32m OK [0m] Started LSB: network benchmark.\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: automatic crash report generation.\n[[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems.\n[[0;32m OK [0m] Started Set console scheme.\n[[0;32m OK [0m] Started Snappy daemon.\n Starting Wait until snapd is fully seeded...\n[ 11.365994] cloud-init[1046]: 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[ 12.119745] cloud-init[1046]: en_US.UTF-8... done\n[ 12.121958] cloud-init[1046]: Generation complete.\n[ 12.600036] cloud-init[1046]: Cloud-init v. 18.2 running 'modules:config' at Sun, 02 Sep 2018 08:47:05 +0000. Up 11.26 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[[0;32m OK [0m] Reached target Graphical Interface.\n Starting Update UTMP about System Runlevel Changes...\n Starting Execute cloud user/final scripts...\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 | 6b:59:07:d8:c7:71:a8:eb:7d:3e:e8:42:73:8c:e0:81 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\n<14>Sep 2 08:47:07 ec2: \n<14>Sep 2 08:47:07 ec2: #############################################################\n<14>Sep 2 08:47:07 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\n<14>Sep 2 08:47:07 ec2: 1024 SHA256:F7PGNOky3Fe9eWDIybwXhcMj53boqmaf7UTIIFgR80c root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e (DSA)\n<14>Sep 2 08:47:07 ec2: 256 SHA256:bKpjVbchX7t4prcSkuQvsw2hxw1l7nnRn5OQUnC26XQ root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e (ECDSA)\n<14>Sep 2 08:47:07 ec2: 256 SHA256:10ErBrheH7sRXLcyEiEGmkiA7m5e5leB6BzAYDFTqC8 root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e (ED25519)\n<14>Sep 2 08:47:07 ec2: 2048 SHA256:YgbCCKf6N5C5lS7ENZlbAbwSwW2bJrRLj+56UuY5xkY root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e (RSA)\n<14>Sep 2 08:47:07 ec2: -----END SSH HOST KEY FINGERPRINTS-----\n<14>Sep 2 08:47:07 ec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFrBwalLGerZ0IDKVSfiOa+0aPqEXNpVeUfWbp/I6lbUIp7AlfOXoNMvun/35QCA6BpKza3z2IsKmAqKgtFDxqM= root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILQlUe8J1/DT7qJT5h5LS2JFBvKQmA80Uew9LPbAydgQ root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDh/IwGVOdBx/ZrmMRAKeHzL9RhSJExLOxbTZ/5B0SsgnWAAUo+tU473CaC4KrGbi7hAai4dX+/kOJ9GLnQgHfoAHOPl+zfcKtvVXVnvfvuIdQ1npqz1dIupoapiu/GBJaGDmJsSdpKVGOmBmsp3dfWbp8vqnGbSv2jIbesmIAka+aQpy7TIignqe9cgTjJXrMWOA3w3avh8CZJuJA0VAQTjNFZ2uCgtBtisaakcLiYeJOadGcha64bJx5zCkC3Cu0aH+HaMPTV9cJbnTDe/A1j7FwA/qeyC2SH0Iy7l8MwrkySozkjUDGzB8WgNMPLANQa3qrDaqgOqvizzshKkcMd root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e\n-----END SSH HOST KEY KEYS-----\n[ 13.479057] cloud-init[1305]: Cloud-init v. 18.2 running 'modules:final' at Sun, 02 Sep 2018 08:47:07 +0000. Up 13.32 seconds.\n[ 13.481946] cloud-init[1305]: Cloud-init v. 18.2 finished at Sun, 02 Sep 2018 08:47:07 +0000. Datasource DataSourceEc2. Up 13.47 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-8846c2ae-096a-4e7a-9470-b6b262d6662e ttyS0\n\nshaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e login: "} 2018-09-02 08:47:10,144 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f/action used request id req-1bc24759-6207-41a1-ab65-5fbee0f21048 2018-09-02 08:47:10,144 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.078204870224s 2018-09-02 08:47:10,146 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f/action used request id req-1bc24759-6207-41a1-ab65-5fbee0f21048 2018-09-02 08:47:10,146 - 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 720299023 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.910 MHz processor [ 0.174150] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.176424] pid_max: default: 32768 minimum: 301 [ 0.177662] ACPI: Core revision 20150930 [ 0.179344] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.181138] Security Framework initialized [ 0.182261] Yama: becoming mindful. [ 0.183271] AppArmor: AppArmor initialized [ 0.184437] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.186234] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) [ 0.187963] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.189615] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) [ 0.191470] Initializing cgroup subsys io [ 0.192607] Initializing cgroup subsys memory [ 0.193795] Initializing cgroup subsys devices [ 0.195003] Initializing cgroup subsys freezer [ 0.196207] Initializing cgroup subsys net_cls [ 0.197428] Initializing cgroup subsys perf_event [ 0.198698] Initializing cgroup subsys net_prio [ 0.199930] Initializing cgroup subsys hugetlb [ 0.201139] Initializing cgroup subsys pids [ 0.202321] CPU: Physical Processor ID: 0 [ 0.204114] mce: CPU supports 10 MCE banks [ 0.205282] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.206652] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.208146] Spectre V2 : Mitigation: Full generic retpoline [ 0.209582] Spectre V2 : Speculation control IBPB not-supported IBRS not-supported [ 0.211377] Speculative Store Bypass: Vulnerable [ 0.230039] Freeing SMP alternatives memory: 32K [ 0.235843] ftrace: allocating 32237 entries in 126 pages [ 0.270438] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.272093] smpboot: Max logical packages: 1 [ 0.273504] x2apic enabled [ 0.274641] Switched APIC routing to physical x2apic. [ 0.277096] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.278639] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (family: 0x6, model: 0x3c, stepping: 0x1) [ 0.281375] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.283848] KVM setup paravirtual spinlock [ 0.285470] x86: Booted up 1 node, 1 CPUs [ 0.286588] smpboot: Total of 1 processors activated (6983.82 BogoMIPS) [ 0.288484] devtmpfs: initialized [ 0.290468] evm: security.selinux [ 0.291452] evm: security.SMACK64 [ 0.292415] evm: security.SMACK64EXEC [ 0.293462] evm: security.SMACK64TRANSMUTE [ 0.294583] evm: security.SMACK64MMAP [ 0.295607] evm: security.ima [ 0.296498] evm: security.capability [ 0.297600] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.300081] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.301672] pinctrl core: initialized pinctrl subsystem [ 0.303165] RTC time: 8:46:54, date: 09/02/18 [ 0.304486] NET: Registered protocol family 16 [ 0.305833] cpuidle: using governor ladder [ 0.306984] cpuidle: using governor menu [ 0.308092] PCCT header not found. [ 0.309141] ACPI: bus type PCI registered [ 0.310276] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.311995] PCI: Using configuration type 1 for base access [ 0.314252] ACPI: Added _OSI(Module Device) [ 0.315418] ACPI: Added _OSI(Processor Device) [ 0.316621] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.317871] ACPI: Added _OSI(Processor Aggregator Device) [ 0.320125] ACPI: Interpreter enabled [ 0.321198] ACPI: (supports S0 S5) [ 0.322194] ACPI: Using IOAPIC for interrupt routing [ 0.323513] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.327545] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.329110] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.330794] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.332424] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.335454] acpiphp: Slot [3] registered [ 0.336572] acpiphp: Slot [4] registered [ 0.337696] acpiphp: Slot [5] registered [ 0.338795] acpiphp: Slot [6] registered [ 0.356927] acpiphp: Slot [7] registered [ 0.358245] acpiphp: Slot [8] registered [ 0.359346] acpiphp: Slot [9] registered [ 0.360435] acpiphp: Slot [10] registered [ 0.361561] acpiphp: Slot [11] registered [ 0.362707] acpiphp: Slot [12] registered [ 0.363833] acpiphp: Slot [13] registered [ 0.364954] acpiphp: Slot [14] registered [ 0.366085] acpiphp: Slot [15] registered [ 0.367213] acpiphp: Slot [16] registered [ 0.368347] acpiphp: Slot [17] registered [ 0.369473] acpiphp: Slot [18] registered [ 0.370596] acpiphp: Slot [19] registered [ 0.372163] acpiphp: Slot [20] registered [ 0.373619] acpiphp: Slot [21] registered [ 0.375077] acpiphp: Slot [22] registered [ 0.376527] acpiphp: Slot [23] registered [ 0.377958] acpiphp: Slot [24] registered [ 0.379402] acpiphp: Slot [25] registered [ 0.380854] acpiphp: Slot [26] registered [ 0.382311] acpiphp: Slot [27] registered [ 0.383767] acpiphp: Slot [28] registered [ 0.385202] acpiphp: Slot [29] registered [ 0.386648] acpiphp: Slot [30] registered [ 0.388096] acpiphp: Slot [31] registered [ 0.389558] PCI host bridge to bus 0000:00 [ 0.391014] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.393238] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.395447] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.398074] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window] [ 0.400694] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff window] [ 0.403372] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.409357] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.411697] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.413838] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.416169] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.420655] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.423214] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.447218] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.450040] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.452435] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.454818] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.457159] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.459289] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.461612] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.463523] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.466305] vgaarb: loaded [ 0.467366] vgaarb: bridge control possible 0000:00:02.0 [ 0.469574] SCSI subsystem initialized [ 0.471187] ACPI: bus type USB registered [ 0.472657] usbcore: registered new interface driver usbfs [ 0.474538] usbcore: registered new interface driver hub [ 0.476359] usbcore: registered new device driver usb [ 0.478319] PCI: Using ACPI for IRQ routing [ 0.480243] NetLabel: Initializing [ 0.481501] NetLabel: domain hash size = 128 [ 0.483018] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.484747] NetLabel: unlabeled traffic allowed by default [ 0.486806] amd_nb: Cannot enumerate AMD northbridges [ 0.488570] clocksource: Switched to clocksource kvm-clock [ 0.498618] AppArmor: AppArmor Filesystem Enabled [ 0.500339] pnp: PnP ACPI init [ 0.501851] pnp: PnP ACPI: found 5 devices [ 0.509083] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.512146] NET: Registered protocol family 2 [ 0.513940] TCP established hash table entries: 4096 (order: 3, 32768 bytes) [ 0.516274] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) [ 0.518421] TCP: Hash tables configured (established 4096 bind 4096) [ 0.520593] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.522550] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.524674] NET: Registered protocol family 1 [ 0.526240] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.528218] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.530164] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.546948] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.563771] Unpacking initramfs... [ 1.057000] Freeing initrd memory: 37084K [ 1.058780] Scanning for low memory corruption every 60 seconds [ 1.061148] audit: initializing netlink subsys (disabled) [ 1.063003] audit: type=2000 audit(1535878015.238:1): initialized [ 1.065360] Initialise system trusted keyring [ 1.067041] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.069141] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.072407] zbud: loaded [ 1.073695] VFS: Disk quotas dquot_6.6.0 [ 1.075155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.077634] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 1.079833] fuse init (API version 7.23) [ 1.081398] Key type big_key registered [ 1.082804] Allocating IMA MOK and blacklist keyrings. [ 1.084932] Key type asymmetric registered [ 1.086413] Asymmetric key parser 'x509' registered [ 1.088120] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249) [ 1.090770] io scheduler noop registered [ 1.092181] io scheduler deadline registered (default) [ 1.093968] io scheduler cfq registered [ 1.095466] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.097384] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.099674] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.102301] ACPI: Power Button [PWRF] [ 1.103776] GHES: HEST is not enabled! [ 1.119796] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.152908] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.156248] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.180945] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 1.184509] Linux agpgart interface v0.103 [ 1.187626] loop: module loaded [ 1.191150] vda: vda1 [ 1.192887] scsi host0: ata_piix [ 1.194191] scsi host1: ata_piix [ 1.195444] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.197328] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.199571] libphy: Fixed MDIO Bus: probed [ 1.200718] tun: Universal TUN/TAP device driver, 1.6 [ 1.202028] tun: (C) 1999-2004 Max Krasnyansky [ 1.204682] PPP generic driver version 2.4.2 [ 1.205946] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.207594] ehci-pci: EHCI PCI platform driver [ 1.208811] ehci-platform: EHCI generic platform driver [ 1.210180] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.211741] ohci-pci: OHCI PCI platform driver [ 1.212959] ohci-platform: OHCI generic platform driver [ 1.214340] uhci_hcd: USB Universal Host Controller Interface driver [ 1.230632] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.232028] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.234058] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.235445] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.237033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.238693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.240637] usb usb1: Product: UHCI Host Controller [ 1.241907] usb usb1: Manufacturer: Linux 4.4.0-127-generic uhci_hcd [ 1.243505] usb usb1: SerialNumber: 0000:00:01.2 [ 1.244818] hub 1-0:1.0: USB hub found [ 1.245879] hub 1-0:1.0: 2 ports detected [ 1.247142] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.250044] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.251334] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.252752] mousedev: PS/2 mouse device common for all mice [ 1.254495] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.257062] rtc_cmos 00:00: RTC can wake from S4 [ 1.258609] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.260271] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.261928] i2c /dev entries driver [ 1.263006] device-mapper: uevent: version 1.0.3 [ 1.264325] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 1.266588] ledtrig-cpu: registered to indicate activity on CPUs [ 1.268401] NET: Registered protocol family 10 [ 1.269904] NET: Registered protocol family 17 [ 1.271140] Key type dns_resolver registered [ 1.272556] registered taskstats version 1 [ 1.273755] Loading compiled-in X.509 certificates [ 1.275601] Loaded X.509 cert 'Build time autogenerated kernel key: 9f6f572a3ee0cb468eb8db4aa61815bc74ef6adb' [ 1.278174] zswap: loaded using pool lzo/zbud [ 1.280773] Key type trusted registered [ 1.283805] Key type encrypted registered [ 1.284966] AppArmor: AppArmor sha1 policy hashing enabled [ 1.286404] ima: No TPM chip found, activating TPM-bypass! [ 1.287834] evm: HMAC attrs: 0x1 [ 1.289162] Magic number: 2:251:775 [ 1.290220] misc psaux: hash matches [ 1.291257] misc fuse: hash matches [ 1.292363] rtc_cmos 00:00: setting system clock to 2018-09-02 08:46:55 UTC (1535878015) [ 1.294627] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.296166] EDD information not available. [ 1.354232] Freeing unused kernel memory: 1512K [ 1.355503] Write protecting the kernel read-only data: 14336k [ 1.358331] Freeing unused kernel memory: 1692K [ 1.359773] Freeing unused kernel memory: 96K Loading, please wait... starting version 229 [ 1.370416] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.373298] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.375840] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.378348] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.380849] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.384591] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.391587] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.395218] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.398458] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.400865] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 1.457070] [drm] Initialized drm 1.1.0 20060810 [ 1.461706] virtio_net virtio0 ens3: renamed from eth0 [ 1.470905] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 1.473456] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.492975] FDC 0 is a S82078B [ 1.512834] AVX2 version of gcm_enc/dec engaged. [ 1.514107] AES CTR mode by8 optimization enabled [ 1.556575] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.722257] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.723965] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.725733] usb 1-1: Product: QEMU USB Tablet [ 1.726931] usb 1-1: Manufacturer: QEMU [ 1.728002] usb 1-1: SerialNumber: 42 [ 1.735673] hidraw: raw HID events driver (C) Jiri Kosina [ 1.742705] usbcore: registered new interface driver usbhid [ 1.744235] usbhid: USB HID core driver [ 1.746623] 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.749673] 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.056618] tsc: Refined TSC clocksource calibration: 3491.855 MHz [ 2.056620] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3255433eb12, max_idle_ns: 440795352570 ns Begin: Loading essential drivers ... [ 2.116460] md: linear personality registered for level -1 [ 2.120169] md: multipath personality registered for level -4 [ 2.123925] md: raid0 personality registered for level 0 [ 2.128170] md: raid1 personality registered for level 1 [ 2.200588] raid6: sse2x1 gen() 11286 MB/s [ 2.268601] raid6: sse2x1 xor() 8762 MB/s [ 2.336591] raid6: sse2x2 gen() 14258 MB/s [ 2.404578] raid6: sse2x2 xor() 9604 MB/s [ 2.472577] raid6: sse2x4 gen() 16463 MB/s [ 2.540578] raid6: sse2x4 xor() 11516 MB/s [ 2.608618] raid6: avx2x1 gen() 21810 MB/s [ 2.676589] raid6: avx2x2 gen() 25404 MB/s [ 2.744566] raid6: avx2x4 gen() 30276 MB/s [ 2.749172] raid6: using algorithm avx2x4 gen() 30276 MB/s [ 2.750590] raid6: using avx2x2 recovery algorithm [ 2.755012] xor: automatically using best checksumming function: [ 2.796577] avx : 31692.000 MB/sec [ 2.799293] async_tx: api initialized (async) [ 2.811752] md: raid6 personality registered for level 6 [ 2.813174] md: raid5 personality registered for level 5 [ 2.814567] md: raid4 personality registered for level 4 [ 2.821174] 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.854962] Btrfs loaded Scanning for Btrfs filesystems done. Warning: fsck not present, so skipping root file system [ 2.874713] 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.974225] 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.978677] systemd[1]: Detected virtualization kvm. [ 2.979993] systemd[1]: Detected architecture x86-64. Welcome to [1mUbuntu 16.04.4 LTS[0m! [ 2.984009] systemd[1]: Set hostname to . [ 2.986769] systemd[1]: Initializing machine ID from KVM UUID. [ 2.988299] systemd[1]: Installed transient /etc/machine-id file. [ 3.090048] systemd[1]: Reached target User and Group Name Lookups. [[0;32m OK [0m] Reached target User and Group Name Lookups. [ 3.093145] systemd[1]: Reached target Swap. [[0;32m OK [0m] Reached target Swap. [ 3.095468] systemd[1]: Listening on LVM2 poll daemon socket. [[0;32m OK [0m] Listening on LVM2 poll daemon socket. [ 3.098292] systemd[1]: Listening on Journal Socket (/dev/log). [[0;32m OK [0m] Listening on Journal Socket (/dev/log). [ 3.101206] systemd[1]: Listening on Journal Audit Socket. [[0;32m OK [0m] Listening on Journal Audit Socket. [ 3.103932] systemd[1]: Listening on LVM2 metadata daemon socket. [[0;32m OK [0m] Listening on LVM2 metadata daemon socket. [ 3.106891] systemd[1]: Listening on Syslog Socket. [[0;32m OK [0m] Listening on Syslog Socket. [ 3.109400] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [[0;32m OK [0m] Started Forward Password Requests to Wall Directory Watch. [ 3.113009] systemd[1]: Listening on fsck to fsckd communication Socket. [[0;32m OK [0m] Listening on fsck to fsckd communication Socket. [ 3.116088] systemd[1]: Listening on udev Kernel Socket. [[0;32m OK [0m] Listening on udev Kernel Socket. [ 3.118937] systemd[1]: Created slice System Slice. [[0;32m OK [0m] Created slice System Slice. [ 3.121480] systemd[1]: Listening on udev Control Socket. [[0;32m OK [0m] Listening on udev Control Socket. [ 3.124116] systemd[1]: Started Trigger resolvconf update for networkd DNS. [[0;32m OK [0m] Started Trigger resolvconf update for networkd DNS. [ 3.127435] systemd[1]: Created slice User and Session Slice. [[0;32m OK [0m] Created slice User and Session Slice. [ 3.130188] systemd[1]: Reached target Slices. [[0;32m OK [0m] Reached target Slices. [ 3.132503] systemd[1]: Listening on Device-mapper event daemon FIFOs. [[0;32m OK [0m] Listening on Device-mapper event daemon FIFOs. [ 3.135585] 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.139678] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [[0;32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [ 3.142839] systemd[1]: Reached target Encrypted Volumes. [[0;32m OK [0m] Reached target Encrypted Volumes. [ 3.145673] systemd[1]: Created slice system-serial\x2dgetty.slice. [[0;32m OK [0m] Created slice system-serial\x2dgetty.slice. [ 3.148629] systemd[1]: Listening on Journal Socket. [[0;32m OK [0m] Listening on Journal Socket. [ 3.151559] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.154821] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.159796] systemd[1]: Starting Uncomplicated firewall... Starting Uncomplicated firewall... [ 3.165226] systemd[1]: Starting Set console keymap... Starting Set console keymap... [ 3.168285] 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.177607] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.188413] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.202665] systemd[1]: Starting Load Kernel Modules... Starting Load Kernel Modules... [ 3.206674] systemd[1]: Starting Nameserver information manager... Starting Nameserver information manager... [ 3.214069] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.223751] systemd[1]: Mounted POSIX Message Queue File System. [[0;32m OK [0m] Mounted POSIX Message Queue File System. [ 3.228175] Loading iSCSI transport class v2.0-870. [ 3.229580] systemd[1]: Mounted Huge Pages File System. [[0;32m OK [0m] Mounted Huge Pages File System. [ 3.236529] systemd[1]: Mounted Debug File System. [[0;32m OK [0m] Mounted Debug File System. [ 3.241105] systemd[1]: Started Uncomplicated firewall. [[0;32m OK [0m] Started Uncomplicated firewall. [ 3.249095] systemd[1]: Started Create list of required static device nodes for the current kernel. [[0;32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 3.258070] systemd[1]: Started Journal Service. [[0;32m OK [0m] Started Journal Service. [ 3.261849] iscsi: registered transport (tcp) [[0;32m OK [0m] Started Nameserver information manager. [[0;32m OK [0m] Started Set console keymap. [ 3.326400] iscsi: registered transport (iser) [[0;32m OK [0m] Started Load Kernel Modules. Starting Apply Kernel Variables... Mounting FUSE Control File System... [[0;32m OK [0m] Started LVM2 metadata daemon. 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 udev Coldplug all Devices... Starting Load/Save Random Seed... Starting Flush Journal to Persistent Storage... [[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] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [[0;32m OK [0m] Reached target Local File Systems (Pre). [[0;32m OK [0m] Reached target Local File Systems. Starting Initial cloud-init job (pre-networking)... Starting Create Volatile Files and Directories... Starting Set console font and keymap... Starting LSB: AppArmor initialization... Starting Tell Plymouth To Write Out Runtime Data... 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 Create Volatile Files and Directories. [[0;32m OK [0m] Started Tell Plymouth To Write Out Runtime Data. [[0;32m OK [0m] Found device /dev/ttyS0. Starting Update UTMP about System Boot/Shutdown... Starting Network Time Synchronization... [[0;32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 3.733876] intel_rapl: no valid rapl domains found in package 0 [[0;32m OK [0m] Started Network Time Synchronization. [[0;32m OK [0m] Reached target System Time Synchronized. [[0;32m OK [0m] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 4.710064] cloud-init[475]: Cloud-init v. 18.2 running 'init-local' at Sun, 02 Sep 2018 08:46:58 +0000. Up 4.53 seconds. [[0;32m OK [0m] Started Initial cloud-init job (pre-networking). [[0;32m OK [0m] Started LSB: AppArmor initialization. [[0;32m OK [0m] Reached target Network (Pre). 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. [[0;32m OK [0m] Reached target Network. Starting Initial cloud-init job (metadata service crawler)... [ 9.688897] cloud-init[929]: Cloud-init v. 18.2 running 'init' at Sun, 02 Sep 2018 08:47:00 +0000. Up 6.08 seconds. [ 9.696602] cloud-init[929]: ci-info: ++++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++++ [ 9.701460] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.708446] cloud-init[929]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | [ 9.715717] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.728471] cloud-init[929]: ci-info: | ens3 | True | 192.168.120.5 | 255.255.255.0 | . | fa:16:3e:f1:4e:8a | [ 9.735306] cloud-init[929]: ci-info: | ens3 | True | fe80::f816:3eff:fef1:4e8a/64 | . | link | fa:16:3e:f1:4e:8a | [ 9.740127] cloud-init[929]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . | [ 9.748153] cloud-init[929]: ci-info: | lo | True | ::1/128 | . | host | . | [ 9.750997] cloud-init[929]: ci-info: +--------+------+------------------------------+---------------+-------+-------------------+ [ 9.760370] cloud-init[929]: ci-info: +++++++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++++++ [ 9.762922] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.768353] cloud-init[929]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 9.776126] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.778728] cloud-init[929]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | ens3 | UG | [ 9.784350] cloud-init[929]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | ens3 | UGH | [ 9.788126] cloud-init[929]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | ens3 | U | [ 9.793472] cloud-init[929]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 9.796622] cloud-init[929]: 2018-09-02 08:47:04,120 - DataSourceEc2.py[WARNING]: Metadata 'network' key not valid: None. [ 10.330814] cloud-init[929]: Generating public/private rsa key pair. [ 10.332569] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_rsa_key. [ 10.336119] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. [ 10.340110] cloud-init[929]: The key fingerprint is: [ 10.341513] cloud-init[929]: SHA256:YgbCCKf6N5C5lS7ENZlbAbwSwW2bJrRLj+56UuY5xkY root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e [ 10.348118] cloud-init[929]: The key's randomart image is: [ 10.349585] cloud-init[929]: +---[RSA 2048]----+ [ 10.352119] cloud-init[929]: |..o+... | [ 10.356123] cloud-init[929]: |.=+ +o . | [ 10.357480] cloud-init[929]: |o.o+*+. | [ 10.360119] cloud-init[929]: |..===* | [ 10.364122] cloud-init[929]: |..*B+ + S | [ 10.365494] cloud-init[929]: | oE=.o . | [ 10.368138] cloud-init[929]: | B+.+ | [ 10.372126] cloud-init[929]: |. Xo . | [ 10.376119] cloud-init[929]: |.B.. | [ 10.377471] cloud-init[929]: +----[SHA256]-----+ [ 10.380117] cloud-init[929]: Generating public/private dsa key pair. [ 10.384120] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_dsa_key. [ 10.386029] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. [ 10.392144] cloud-init[929]: The key fingerprint is: [ 10.393534] cloud-init[929]: SHA256:F7PGNOky3Fe9eWDIybwXhcMj53boqmaf7UTIIFgR80c root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e [ 10.400131] cloud-init[929]: The key's randomart image is: [ 10.401599] cloud-init[929]: +---[DSA 1024]----+ [ 10.404121] cloud-init[929]: | =o E. ..| [ 10.408123] cloud-init[929]: | o o *.o*o | [ 10.409482] cloud-init[929]: | . . O B+=+.| [ 10.412595] cloud-init[929]: | . * O =+o+| [[0;32m OK [0m] Started Initial cloud-init job (metadata service crawler). [[0;32m OK [0m] Reached target Network is Online. [ 10.417976] cloud-init[929]: | S B =oo+.| Starting iSCSI initiator daemon (iscsid)... [[0;32m OK [0m] Reached target System Initialization. [ 10.420109] cloud-init[929]: | = . o. .| [ 10.424681] cloud-init[929]: | .. | [ 10.425983] cloud-init[929]: | o .+ | Starting Socket activation for snappy daemon. [ 10.429160] cloud-init[929]: | o.oo.o | [[0;32m OK [0m] Listening on ACPID Listen Socket. [ 10.436794] cloud-init[929]: +----[SHA256]-----+ [[0;32m OK [0m] Started Daily Cleanup of Temporary Directories. [ 10.439625] cloud-init[929]: Generating public/private ecdsa key pair. [[0;32m OK [0m] Started Daily apt download activities. [ 10.442695] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key.[[0;32m OK [0m] Started Daily apt upgrade and clean activities. [[0;32m OK [0m] Reached target Timers. [[0;32m OK [0m] Listening on UUID daemon activation socket. [ 10.447875] cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. [ 10.449959] cloud-init[929]: The key fingerprint is: Starting LXD - unix socket. [[0;32m OK [0m] Listening on D-Bus System Message Bus Socket. [ 10.453924] cloud-init[929]: SHA256:bKpjVbchX7t4prcSkuQvsw2hxw1l7nnRn5OQUnC26XQ root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e [ 10.456938] cloud-init[929]: The key's randomart image is: [ 10.458414] [[0;32m OK [0m] Started ACPI Events Check. [[0;32m OK [0m] Reached target Paths. [[0;32m OK [0m] Reached target Cloud-config availability. [[0;32m OK [0m] cloud-init[929]: +---[ECDSA 256]---+ [ 10.464039] cloud-init[929]: | . o | [ 10.466013] cloud-init[929]: | + o | [ 10.467043] cloud-init[929]: | o = E | Listening on Socket activation for snappy daemon. [[0;32m OK [0m] Listening on LXD - unix socket. [ 10.473681] cloud-init[929]: | .++o =.o | [ 10.477781] cloud-init[929]: | +S=.=.=. | [ 10.482668] cloud-init[929]: | .=+=+.o...o| [[0;32m OK [0m] Started iSCSI initiator daemon (iscsid). [ 10.486947] cloud-init[929]: | .o +o+o.. +.| Starting Login to default iSCSI targets... [[0;32m OK [0m] Reached target Sockets. [[0;32m OK [0m] Reached target Basic System. [ 10.492542] cloud-init[929]: | o. .oo+.= .| [ 10.493509] cloud-init[929]: | ... .+o*.. | [ 10.494459] cloud-init[929]: +----[SHA256]-----+ [ 10.495428] cloud-init[929]: Generating public/private ed25519 key pair. Starting LSB: MD monitoring daemon... [[0;32m OK [0m] Started FUSE filesystem for LXC. [ 10.501138] cloud-init[929]: Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. [ 10.505893] Starting /etc/rc.local Compatibility... Starting Login Service... Starting Apply the settings specified in cloud-config... cloud-init[929]: Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. [ 10.516297] cloud-init[929]: The key fingerprint is:[[0;32m OK [0m] Started Deferred execution scheduler. [[0;32m OK [0m] Started D-Bus System Message Bus. [ 10.524396] cloud-init[929]: SHA256:10ErBrheH7sRXLcyEiEGmkiA7m5e5leB6BzAYDFTqC8 root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e [ 10.541025] cloud-init[929]: The key's randomart image is: [ 10.544743] cloud-init[929]: +--[ED25519 256]--+ [ 10.549857] cloud-init[929]: |**=. .o+ ... | [ 10.553584] cloud-init[929]: |o=o. o.. o..... | [ 10.558398] cloud-init[929]: |o o + .. .ooo. . | Starting LXD - container startup/shutdown... [ 10.566339] cloud-init[[0;32m OK [0m] Started Regular background program processing daemon. [929]: [[0;32m OK [0m] Started ACPI event daemon. Starting System Logging Service... |.. o .....=oo.. | Starting Pollinate to seed the pseudo random number generator...[ 10.596437] cloud-init Starting LSB: Record successful boot for GRUB...[929]: |..o .. .S..=.o | [[0;32m OK [0m] Started iperf3 Service. [ 10.604399] cloud-init[929]: |E..o .. .+ | Starting Accounts Service... [[0;32m OK [0m] Started Unattended Upgrades Shutdown. [[0;32m OK [0m] Started iperf Service. Starting Snappy daemon... [[0;32m OK [0m] Started /etc/rc.local Compatibility. [[0;32m OK [0m] Started System Logging Service. [[0;32m OK [0m] Started Login to default iSCSI targets. [ 10.691281] cloud-init[[0;32m OK [0m] Started LSB: MD monitoring daemon.[929]: |.. o . o | [ 10.720356] cloud-init[929]: | o+ . . | [ 10.750621] cloud-init[929]: |o. .. | [[0;32m OK [0m] Started Login Service. Starting Authenticate and Authorize Users to Run Privileged Tasks...[ 10.779426] [[0;32m OK [0m] Reached target Remote File Systems (Pre). [[0;32m OK [0m] Reached target Remote File Systems. Starting LSB: automatic crash report generation... Starting LSB: daemon to balance interrupts for SMP systems... Starting Permit User Sessions... Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"... cloud-init Starting LSB: network benchmark... [[0;32m OK [0m] Started Permit User Sessions. [929]: +----[SHA256]-----+ [[0;32m OK [0m] Started LXD - container startup/shutdown. [[0;32m OK [0m] Started LSB: Record successful boot for GRUB. [[0;32m OK [0m] Started Authenticate and Authorize Users to Run Privileged Tasks. [[0;32m OK [0m] Started Accounts Service. Starting Terminate Plymouth Boot Screen... Starting Hold until boot process finishes up... [[0;32m OK [0m] Started Hold until boot process finishes up. [[0;32m OK [0m] Started LSB: Set the CPU Frequency Scaling governor to "ondemand". [[0;32m OK [0m] Started Terminate Plymouth Boot Screen. [[0;32m OK [0m] Started LSB: network benchmark. 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: automatic crash report generation. [[0;32m OK [0m] Started LSB: daemon to balance interrupts for SMP systems. [[0;32m OK [0m] Started Set console scheme. [[0;32m OK [0m] Started Snappy daemon. Starting Wait until snapd is fully seeded... [ 11.365994] cloud-init[1046]: 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. [ 12.119745] cloud-init[1046]: en_US.UTF-8... done [ 12.121958] cloud-init[1046]: Generation complete. [ 12.600036] cloud-init[1046]: Cloud-init v. 18.2 running 'modules:config' at Sun, 02 Sep 2018 08:47:05 +0000. Up 11.26 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. [[0;32m OK [0m] Reached target Graphical Interface. Starting Update UTMP about System Runlevel Changes... Starting Execute cloud user/final scripts... [[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 | 6b:59:07:d8:c7:71:a8:eb:7d:3e:e8:42:73:8c:e0:81 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ <14>Sep 2 08:47:07 ec2: <14>Sep 2 08:47:07 ec2: ############################################################# <14>Sep 2 08:47:07 ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- <14>Sep 2 08:47:07 ec2: 1024 SHA256:F7PGNOky3Fe9eWDIybwXhcMj53boqmaf7UTIIFgR80c root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e (DSA) <14>Sep 2 08:47:07 ec2: 256 SHA256:bKpjVbchX7t4prcSkuQvsw2hxw1l7nnRn5OQUnC26XQ root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e (ECDSA) <14>Sep 2 08:47:07 ec2: 256 SHA256:10ErBrheH7sRXLcyEiEGmkiA7m5e5leB6BzAYDFTqC8 root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e (ED25519) <14>Sep 2 08:47:07 ec2: 2048 SHA256:YgbCCKf6N5C5lS7ENZlbAbwSwW2bJrRLj+56UuY5xkY root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e (RSA) <14>Sep 2 08:47:07 ec2: -----END SSH HOST KEY FINGERPRINTS----- <14>Sep 2 08:47:07 ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFrBwalLGerZ0IDKVSfiOa+0aPqEXNpVeUfWbp/I6lbUIp7AlfOXoNMvun/35QCA6BpKza3z2IsKmAqKgtFDxqM= root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILQlUe8J1/DT7qJT5h5LS2JFBvKQmA80Uew9LPbAydgQ root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDh/IwGVOdBx/ZrmMRAKeHzL9RhSJExLOxbTZ/5B0SsgnWAAUo+tU473CaC4KrGbi7hAai4dX+/kOJ9GLnQgHfoAHOPl+zfcKtvVXVnvfvuIdQ1npqz1dIupoapiu/GBJaGDmJsSdpKVGOmBmsp3dfWbp8vqnGbSv2jIbesmIAka+aQpy7TIignqe9cgTjJXrMWOA3w3avh8CZJuJA0VAQTjNFZ2uCgtBtisaakcLiYeJOadGcha64bJx5zCkC3Cu0aH+HaMPTV9cJbnTDe/A1j7FwA/qeyC2SH0Iy7l8MwrkySozkjUDGzB8WgNMPLANQa3qrDaqgOqvizzshKkcMd root@shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e -----END SSH HOST KEY KEYS----- [ 13.479057] cloud-init[1305]: Cloud-init v. 18.2 running 'modules:final' at Sun, 02 Sep 2018 08:47:07 +0000. Up 13.32 seconds. [ 13.481946] cloud-init[1305]: Cloud-init v. 18.2 finished at Sun, 02 Sep 2018 08:47:07 +0000. Datasource DataSourceEc2. Up 13.47 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-8846c2ae-096a-4e7a-9470-b6b262d6662e ttyS0 shaker-vm-8846c2ae-096a-4e7a-9470-b6b262d6662e login: 2018-09-02 08:47:10,151 - paramiko.transport - DEBUG - starting thread (client mode): 0xe6195310L 2018-09-02 08:47:10,151 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 08:47:10,155 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.4 2018-09-02 08:47:10,155 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_7.2p2) 2018-09-02 08:47:10,156 - 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 08:47:10,156 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 08:47:10,156 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 08:47:10,157 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 08:47:10,157 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 08:47:10,157 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 08:47:10,200 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 08:47:10,201 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 08:47:10,215 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.206: f610210d15167b006af23cc23960043c 2018-09-02 08:47:10,216 - paramiko.transport - DEBUG - Trying discovered key 6b5907d8c771a8eb7d3ee842738ce081 in /tmp/tmp4X9g9J 2018-09-02 08:47:10,240 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 08:47:10,260 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 08:47:10,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 08:47:10,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 08:47:10,292 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 08:47:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-899c97b8-14e9-4242-a376-ed6c8dceda5f 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.4:35357/v3/", "rel": "self"}]}]}} 2018-09-02 08:47:10,292 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-899c97b8-14e9-4242-a376-ed6c8dceda5f 2018-09-02 08:47:10,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:10,394 - paramiko.transport - DEBUG - Received global request "hostkeys-00@openssh.com" 2018-09-02 08:47:10,394 - paramiko.transport - DEBUG - Rejecting "hostkeys-00@openssh.com" global request from server. 2018-09-02 08:47:10,479 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-045da632-993c-48fc-838f-1f3383cec334 Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/08fec3b812f74f3185347b559bfc2d6a"}, "enabled": true, "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1d55c00b68214ca486ca54af5b3b03bd"}, "enabled": true, "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1fa806695b844c73a6410319a8b4fa6e"}, "enabled": true, "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2afaf8fb5fa7474094aa9613a573da43"}, "enabled": true, "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/34fca9d537a74c0194da0a3387e74c3e"}, "enabled": true, "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/387f79b67935446ca9455ee1eb21f37f"}, "enabled": true, "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/38b6df39a4ac407ba235cc5a16f54e69"}, "enabled": true, "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/39eb640c21a044f3b1ae638eb1c15171"}, "enabled": true, "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/3f418b02e75d45e5bf2fe76226e3c093"}, "enabled": true, "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4e9ac09586eb44bfa0b0bfbcb4f5e5bf"}, "enabled": true, "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/61c587f7f84f41dca46bc2531f5a72c3"}, "enabled": true, "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c62da50181645ae988a894a074b6dad"}, "enabled": true, "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/9026c413fcde4d7da11dfa6242c75002"}, "enabled": true, "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b24c82acb5464d3cb694c569027a6426"}, "enabled": true, "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ead963f647b24d04b1ad3c58a47621de"}, "enabled": true, "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-02 08:47:10,479 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-045da632-993c-48fc-838f-1f3383cec334 2018-09-02 08:47:10,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.195374965668s 2018-09-02 08:47:10,480 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-045da632-993c-48fc-838f-1f3383cec334 2018-09-02 08:47:10,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 08:47:10,490 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:10,682 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb00f7c5-4173-497a-90e9-b9c48479d627 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0924d7dd58d346ec95586c62e8e73e96"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10604705234e48e99c18d273e10c72f0"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "10604705234e48e99c18d273e10c72f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10a6084d29eb409d8c4847899435e626"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "10a6084d29eb409d8c4847899435e626"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/118bb2de9e6d4458a380424ebc2c7d1d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/125f462a970f403db8b66683b68e3075"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "125f462a970f403db8b66683b68e3075"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/17e359520cc84d38857efdac131e22f7"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "17e359520cc84d38857efdac131e22f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1b84a32d0cf8457b89ecd9fbd97139ed"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/25a15391b08c4a4b889ba246aedbf540"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/31a8e6bbe5ea4b67b816139727e57be0"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/323b22405cb4493bb856a45a7a755b0f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3b50afcb7622411cbe20bc88d711c955"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/495598a8932d48c99c2f9f5cf9279cfe"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4c451b5bc7ff4067a79ed307061e47bc"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/529dd156be6d41c1b83dbcdf21f18d9c"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/53ad6423cf3e40b3a44e2dc86dfd9f60"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5988a5ce6b764f9ab48c472930b6db4a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/59d7817701e548e6a727b71360ef3d33"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "59d7817701e548e6a727b71360ef3d33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5dc540f7d0544dcbbc96787b7f89ca9b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/62e0e36fb0c247ec9073eb7432422e5e"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "62e0e36fb0c247ec9073eb7432422e5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71980e2c1e9245288b4abebeaeecca74"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "71980e2c1e9245288b4abebeaeecca74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71dc26e304874b0dae743ecbc3632846"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "71dc26e304874b0dae743ecbc3632846"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/923ca5d3f1334006a26cf0aea464ee57"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/96bab696010b4bafbbd1fbb7e985c71b"}, "url": "http://12.0.0.30:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9999c88ff485471cb956cd7f49aa526d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "9999c88ff485471cb956cd7f49aa526d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/aad9f0f73565449383d3b341fc2eb77a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/adc631d75b5447f8986e9bc8a0c5c7ee"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b2a6d56cf14e43e58768de3af081cc81"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b7736f1d71d544269f1530078fed47b0"}, "url": "http://12.0.0.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b7736f1d71d544269f1530078fed47b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b9062d6a31d04ac4b24ab15eceed7bcf"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/bd33e7a9d50d494b9b272f82195317f3"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "bd33e7a9d50d494b9b272f82195317f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c54f842302d44898a4d70f611ebff073"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "c54f842302d44898a4d70f611ebff073"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c75d7d55b75f49c692067b565da957bf"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "c75d7d55b75f49c692067b565da957bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c7882ab82dec46509fcebf89f66f4c49"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "c7882ab82dec46509fcebf89f66f4c49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c9d32d0eba284bf7b36e3858f795e2b2"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cbe37df87d234d5e85343b37211b1ef0"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cf72a980dbd14e88b6cca9b1101f2207"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/da5245d0d52648e1985d83b1e84a36d9"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "da5245d0d52648e1985d83b1e84a36d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e28cd6e5aff241bbbad53800afeb077f"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "e28cd6e5aff241bbbad53800afeb077f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ea8b9148f5054883a09c7c63267eb2ce"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "ea8b9148f5054883a09c7c63267eb2ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef166bce66fe46529e767b10c7fc0e29"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "ef166bce66fe46529e767b10c7fc0e29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef2729b2b36742d88e08343c547a4372"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "ef2729b2b36742d88e08343c547a4372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f73e6d5eedb641ebb5438769d9e00b35"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 08:47:10,682 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-bb00f7c5-4173-497a-90e9-b9c48479d627 2018-09-02 08:47:10,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.195296049118s 2018-09-02 08:47:10,683 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-bb00f7c5-4173-497a-90e9-b9c48479d627 2018-09-02 08:47:10,690 - functest.opnfv_tests.openstack.shaker.shaker - DEBUG - keystone endpoint: http://172.30.9.25:5000 2018-09-02 08:47:10,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:47:10,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:10,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-790f0dcd-8613-467b-874d-7d867abf288d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:47:10,889 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-790f0dcd-8613-467b-874d-7d867abf288d 2018-09-02 08:47:10,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196045160294s 2018-09-02 08:47:10,890 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-790f0dcd-8613-467b-874d-7d867abf288d 2018-09-02 08:47:10,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:47:10,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:11,079 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f4b21aaa-1447-4e5b-9fb5-6eb4943d53be Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:47:11,079 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f4b21aaa-1447-4e5b-9fb5-6eb4943d53be 2018-09-02 08:47:11,079 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18453502655s 2018-09-02 08:47:11,080 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f4b21aaa-1447-4e5b-9fb5-6eb4943d53be 2018-09-02 08:47:11,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:47:11,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:11,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-938d7120-8d14-4e59-a7d6-e2fb857338de Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:47:11,274 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-938d7120-8d14-4e59-a7d6-e2fb857338de 2018-09-02 08:47:11,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190901041031s 2018-09-02 08:47:11,275 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-938d7120-8d14-4e59-a7d6-e2fb857338de 2018-09-02 08:47:11,276 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:47:11,279 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:11,498 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5c9554c-7e2c-4683-ac5d-df9d08762cd5 Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": {"self": "http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59bd68825b334c13b51536ce53f9c43d", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:47:11,498 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a5c9554c-7e2c-4683-ac5d-df9d08762cd5 2018-09-02 08:47:11,498 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.2223508358s 2018-09-02 08:47:11,498 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a5c9554c-7e2c-4683-ac5d-df9d08762cd5 2018-09-02 08:47:11,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:47:11,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:11,705 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-08b44743-9e66-4b0c-bf6c-c4294a420e77 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377"}, "tags": [], "enabled": true, "id": "01030eb0e3914b1cb6f047a368163377", "parent_id": "default", "domain_id": "default", "name": "shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 08:47:11,706 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-08b44743-9e66-4b0c-bf6c-c4294a420e77 2018-09-02 08:47:11,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193871974945s 2018-09-02 08:47:11,706 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-08b44743-9e66-4b0c-bf6c-c4294a420e77 2018-09-02 08:47:11,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:47:11,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=01030eb0e3914b1cb6f047a368163377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:11,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-31616502-2482-42d7-b861-bdb8d45d0a73 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=01030eb0e3914b1cb6f047a368163377", "previous": null, "next": null}} 2018-09-02 08:47:11,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=01030eb0e3914b1cb6f047a368163377 used request id req-31616502-2482-42d7-b861-bdb8d45d0a73 2018-09-02 08:47:11,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.185406923294s 2018-09-02 08:47:11,900 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=01030eb0e3914b1cb6f047a368163377 used request id req-31616502-2482-42d7-b861-bdb8d45d0a73 2018-09-02 08:47:11,903 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:47:11,906 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:12,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:47:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f30240df-038d-408d-9ecc-4fb7f1576db6 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 08:47:12,146 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/8e0d526659f746328b933c99a8db6754 used request id req-f30240df-038d-408d-9ecc-4fb7f1576db6 2018-09-02 08:47:12,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.242660045624s 2018-09-02 08:47:12,146 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/8e0d526659f746328b933c99a8db6754 used request id req-f30240df-038d-408d-9ecc-4fb7f1576db6 2018-09-02 08:47:12,149 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:47:12,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:12,337 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-be843b80-265b-4a40-a20a-5f07d3cc9a3a Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:47:12,338 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-be843b80-265b-4a40-a20a-5f07d3cc9a3a 2018-09-02 08:47:12,338 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188571929932s 2018-09-02 08:47:12,338 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-be843b80-265b-4a40-a20a-5f07d3cc9a3a 2018-09-02 08:47:12,343 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 08:47:12,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:12,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-566f3df3-1566-4a7d-bdbc-39a61b2bbcf3 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 08:47:12,539 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-566f3df3-1566-4a7d-bdbc-39a61b2bbcf3 2018-09-02 08:47:12,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.195613861084s 2018-09-02 08:47:12,539 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-566f3df3-1566-4a7d-bdbc-39a61b2bbcf3 2018-09-02 08:47:12,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 08:47:12,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:12,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e23572b0-1852-47d2-acef-bbec1f590340 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 08:47:12,741 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-e23572b0-1852-47d2-acef-bbec1f590340 2018-09-02 08:47:12,741 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196425914764s 2018-09-02 08:47:12,741 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-e23572b0-1852-47d2-acef-bbec1f590340 2018-09-02 08:47:12,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 08:47:12,745 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:12,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e4365a3f-29ea-4dac-960b-59802f1f5873 Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": {"self": "http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59bd68825b334c13b51536ce53f9c43d", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 08:47:12,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e4365a3f-29ea-4dac-960b-59802f1f5873 2018-09-02 08:47:12,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201851129532s 2018-09-02 08:47:12,944 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-e4365a3f-29ea-4dac-960b-59802f1f5873 2018-09-02 08:47:12,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 08:47:12,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:13,075 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a2768561-5a13-4048-8668-76f2ed6d56b4 Content-Encoding: gzip Content-Length: 526 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377"}, "tags": [], "enabled": true, "id": "01030eb0e3914b1cb6f047a368163377", "parent_id": "default", "domain_id": "default", "name": "shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}]} 2018-09-02 08:47:13,075 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-a2768561-5a13-4048-8668-76f2ed6d56b4 2018-09-02 08:47:13,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.119060993195s 2018-09-02 08:47:13,076 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-a2768561-5a13-4048-8668-76f2ed6d56b4 2018-09-02 08:47:13,083 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 08:47:13,086 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=01030eb0e3914b1cb6f047a368163377" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:13,193 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 08:47:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a09adf15-7fbc-4bce-90f4-ff49843f0d2f Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=01030eb0e3914b1cb6f047a368163377", "previous": null, "next": null}} 2018-09-02 08:47:13,193 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=01030eb0e3914b1cb6f047a368163377 used request id req-a09adf15-7fbc-4bce-90f4-ff49843f0d2f 2018-09-02 08:47:13,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109923124313s 2018-09-02 08:47:13,194 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=59bd68825b334c13b51536ce53f9c43d&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=01030eb0e3914b1cb6f047a368163377 used request id req-a09adf15-7fbc-4bce-90f4-ff49843f0d2f 2018-09-02 08:47:13,196 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 08:47:13,199 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/e584478c27264203b713aa48cb65d6d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 08:47:13,427 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 08:47:13 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93d0624f-e8d4-408b-84ab-1bafcceee3c2 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 08:47:13,427 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/e584478c27264203b713aa48cb65d6d1 used request id req-93d0624f-e8d4-408b-84ab-1bafcceee3c2 2018-09-02 08:47:13,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.230954885483s 2018-09-02 08:47:13,428 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377/users/59bd68825b334c13b51536ce53f9c43d/roles/e584478c27264203b713aa48cb65d6d1 used request id req-93d0624f-e8d4-408b-84ab-1bafcceee3c2 2018-09-02 08:47:13,428 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 08:47:13,429 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 08:47:13,430 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 08:47:13,431 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 08:47:13,504 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 08:47:13,505 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 08:47:13,506 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 08:47:13,544 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-02 08:47:13,544 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 08:47:13,570 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 09:13:00,803 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 09:13:00,803 - functest.opnfv_tests.openstack.shaker.shaker - INFO - output: XDG_SESSION_ID=1 OS_PROJECT_ID=01030eb0e3914b1cb6f047a368163377 SHELL=/bin/bash SSH_CLIENT=172.30.9.66 44692 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_8846c2ae-096a-4e7a-9470-b6b262d6662e 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=06c86f81-47f3-4cc3-a0ba-fae1ffeeed85 LANG=en_US.UTF-8 OS_AUTH_TYPE=password PS1=${OS_CLOUDNAME:+($OS_CLOUDNAME)} OS_AUTH_URL=http://172.30.9.25:5000 OS_USERNAME=shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e SHLVL=1 HOME=/home/ubuntu no_proxy=,172.30.9.25,192.30.9.4 LOGNAME=ubuntu SSH_CONNECTION=172.30.9.66 44692 192.168.120.5 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 08:47:14.413 1407 INFO shaker.engine.utils [-] Logging enabled 2018-09-02 08:47:14.416 1407 INFO shaker.engine.messaging [-] Listening on *:9000 2018-09-02 08:47:14.419 1407 INFO shaker.engine.server [-] Play scenario: openstack/full_l2 2018-09-02 08:47:14.425 1415 INFO shaker.agent.agent [-] Agent id is: __heartbeat 2018-09-02 08:47:14.427 1415 INFO shaker.agent.agent [-] Connecting to server: 172.30.9.206:9000 2018-09-02 08:47:14.427 1415 INFO shaker.agent.agent [-] Agent config: {'polling_interval': 10} 2018-09-02 08:47:14.438 1407 INFO pykwalify.core [-] validation.valid 2018-09-02 08:47:15.006 1407 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-09-02 08:47:21.463 1407 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'c5d523f2-e4b4-4d12-aafb-320530ed51c1', u'links': [{u'href': u'http://172.30.9.25:8004/v1/01030eb0e3914b1cb6f047a368163377/stacks/shaker_psrkze/c5d523f2-e4b4-4d12-aafb-320530ed51c1', u'rel': u'self'}]} 2018-09-02 08:51:12.082 1407 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_psrkze_slave_0', 'shaker_psrkze_master_0']) 2018-09-02 08:51:15.313 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 08:52:45.864 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 08:54:16.380 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 08:55:46.895 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 08:55:46.896 1407 INFO shaker.engine.server [-] Execution is done 2018-09-02 08:55:47.823 1407 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-09-02 08:56:12.414 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 08:56:12.417 1407 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_east_west 2018-09-02 08:56:12.432 1407 INFO pykwalify.core [-] validation.valid 2018-09-02 08:56:12.847 1407 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-09-02 08:56:17.776 1407 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'adbacad4-07d2-4cca-a8db-bac32b7caef6', u'links': [{u'href': u'http://172.30.9.25:8004/v1/01030eb0e3914b1cb6f047a368163377/stacks/shaker_aospez/adbacad4-07d2-4cca-a8db-bac32b7caef6', u'rel': u'self'}]} 2018-09-02 08:57:11.906 1407 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_aospez_master_0', 'shaker_aospez_slave_0']) 2018-09-02 08:57:16.781 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 08:58:47.332 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:00:17.829 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:01:48.323 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:01:48.323 1407 INFO shaker.engine.server [-] Execution is done 2018-09-02 09:01:49.280 1407 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-09-02 09:02:12.236 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:02:12.238 1407 INFO shaker.engine.server [-] Play scenario: openstack/full_l3_north_south 2018-09-02 09:02:12.251 1407 INFO pykwalify.core [-] validation.valid 2018-09-02 09:02:12.745 1407 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-09-02 09:02:19.001 1407 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'8d7ee3a7-f5d0-496e-a65c-63f88983f0b8', u'links': [{u'href': u'http://172.30.9.25:8004/v1/01030eb0e3914b1cb6f047a368163377/stacks/shaker_dtiroz/8d7ee3a7-f5d0-496e-a65c-63f88983f0b8', u'rel': u'self'}]} 2018-09-02 09:03:13.056 1407 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_dtiroz_master_0', 'shaker_dtiroz_slave_0']) 2018-09-02 09:03:17.074 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:04:48.367 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:06:18.891 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:07:49.406 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:07:49.407 1407 INFO shaker.engine.server [-] Execution is done 2018-09-02 09:07:49.610 1407 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-09-02 09:08:13.379 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:08:13.381 1407 INFO shaker.engine.server [-] Play scenario: openstack/perf_l3_north_south 2018-09-02 09:08:13.397 1407 INFO pykwalify.core [-] validation.valid 2018-09-02 09:08:13.826 1407 INFO shaker.openstack.clients.openstack [-] Connection to OpenStack is initialized 2018-09-02 09:08:19.326 1407 INFO shaker.openstack.clients.heat [-] New stack: {u'id': u'6e223ef3-4309-4fbd-b72a-c7adecf32822', u'links': [{u'href': u'http://172.30.9.25:8004/v1/01030eb0e3914b1cb6f047a368163377/stacks/shaker_dzapkr/6e223ef3-4309-4fbd-b72a-c7adecf32822', u'rel': u'self'}]} 2018-09-02 09:09:20.506 1407 INFO shaker.engine.quorum [-] Waiting for quorum of agents: set(['shaker_dzapkr_slave_0', 'shaker_dzapkr_master_0']) 2018-09-02 09:09:21.528 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:09:53.034 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:11:13.228 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:12:33.436 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:12:33.437 1407 INFO shaker.engine.server [-] Execution is done 2018-09-02 09:12:34.025 1407 INFO shaker.engine.quorum [-] Cleaning the quorum 2018-09-02 09:13:00.730 1407 INFO shaker.engine.quorum [-] Finished processing operation: 2018-09-02 09:13:00.732 1407 INFO shaker.engine.server [-] Generating aggregated report 2018-09-02 09:13:00.741 1407 INFO shaker.engine.server [-] Raw output is stored to: report.json 2018-09-02 09:13:00.743 1407 INFO shaker.engine.report [-] ******************************************************************************** 2018-09-02 09:13:00.743 1407 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.UDP.1.overcloud-novacompute-1.opnfvlf.org:stats.packets.avg > 100000 [OK] 2018-09-02 09:13:00.743 1407 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.Ping.1.overcloud-novacompute-1.opnfvlf.org:stats.ping_icmp.avg < 2.0 [OK] 2018-09-02 09:13:00.743 1407 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-1.opnfvlf.org:stats.bandwidth.avg > 5000 [FAIL] 2018-09-02 09:13:00.744 1407 INFO shaker.engine.report [-] OpenStack L3 North-South Performance.TCP.1.overcloud-novacompute-1.opnfvlf.org:stats.retransmits.max < 10 [FAIL] 2018-09-02 09:13:00.744 1407 INFO shaker.engine.report [-] ******************************************************************************** 2018-09-02 09:13:00.744 1407 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 09:13:00.755 1407 INFO shaker.engine.report [-] Report saved to: report.html 2018-09-02 09:13:00,804 - functest.opnfv_tests.openstack.shaker.shaker - INFO - error: 2018-09-02 09:13:00,804 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 09:13:00,805 - paramiko.transport - DEBUG - [chan 2] Max packet in: 32768 bytes 2018-09-02 09:13:00,843 - paramiko.transport - DEBUG - [chan 2] Max packet out: 32768 bytes 2018-09-02 09:13:00,843 - paramiko.transport - DEBUG - Secsh channel 2 opened. 2018-09-02 09:13:00,871 - paramiko.transport - DEBUG - [chan 2] Sesch channel 2 request ok 2018-09-02 09:13:00,923 - paramiko.transport - DEBUG - [chan 2] EOF received (2) 2018-09-02 09:13:00,924 - paramiko.transport - DEBUG - [chan 2] EOF sent (2) 2018-09-02 09:13:00,934 - paramiko.transport - DEBUG - [chan 3] Max packet in: 32768 bytes 2018-09-02 09:13:00,963 - paramiko.transport - DEBUG - [chan 3] Max packet out: 32768 bytes 2018-09-02 09:13:00,963 - paramiko.transport - DEBUG - Secsh channel 3 opened. 2018-09-02 09:13:00,967 - paramiko.transport - DEBUG - [chan 3] Sesch channel 3 request ok 2018-09-02 09:13:00,980 - paramiko.transport - DEBUG - [chan 3] EOF received (3) 2018-09-02 09:13:00,981 - paramiko.transport - DEBUG - [chan 3] EOF sent (3) 2018-09-02 09:13:01,101 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 09:13:01,101 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | shaker | functest | 30:02 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 09:13:01,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 09:13:01,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/ebe0cc05-5c93-461d-80ce-a6a38db699a8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:02,898 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f57b2f2d-3868-4631-8cef-afc505a936f9 Content-Length: 0 Date: Sun, 02 Sep 2018 09:13:02 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:13:02,898 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/ebe0cc05-5c93-461d-80ce-a6a38db699a8.json used request id req-f57b2f2d-3868-4631-8cef-afc505a936f9 2018-09-02 09:13:02,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.79010295868s 2018-09-02 09:13:02,899 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/ebe0cc05-5c93-461d-80ce-a6a38db699a8.json used request id req-f57b2f2d-3868-4631-8cef-afc505a936f9 2018-09-02 09:13:02,904 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:13:02,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:03,470 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-66c43fd5-8a2b-429c-aeb8-d1c153535698 Date: Sun, 02 Sep 2018 09:13:03 GMT RESP BODY: {"floatingips": []} 2018-09-02 09:13:03,470 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-66c43fd5-8a2b-429c-aeb8-d1c153535698 2018-09-02 09:13:03,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.565850019455s 2018-09-02 09:13:03,470 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-66c43fd5-8a2b-429c-aeb8-d1c153535698 2018-09-02 09:13:03,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 09:13:03,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:03,944 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:13: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-f267b7bf-9399-4457-969f-990edbc86ca2 x-compute-request-id: req-f267b7bf-9399-4457-969f-990edbc86ca2 Content-Type: application/json 2018-09-02 09:13:03,944 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f used request id req-f267b7bf-9399-4457-969f-990edbc86ca2 2018-09-02 09:13:03,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.473237991333s 2018-09-02 09:13:03,944 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f used request id req-f267b7bf-9399-4457-969f-990edbc86ca2 2018-09-02 09:13:03,945 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:13:03,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:05,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13: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-760feed6-4f40-4c75-b82b-a321fe5e4f6a x-compute-request-id: req-760feed6-4f40-4c75-b82b-a321fe5e4f6a Content-Encoding: gzip Content-Length: 839 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:4e:8a", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f1:4e:8a", "version": 4, "addr": "172.30.9.206", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/e7f1bf73-3634-4697-90aa-64a9af454c3f", "rel": "bookmark"}], "image": {"id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "links": [{"href": "http://172.30.9.25:8774/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-EXT-SRV-ATTR:instance_name": "instance-00000083", "OS-SRV-USG:launched_at": "2018-09-02T08:46:53.000000", "flavor": {"id": "bc165137-f833-4737-8dc5-3132b90b6acd", "links": [{"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "bookmark"}]}, "id": "e7f1bf73-3634-4697-90aa-64a9af454c3f", "security_groups": [{"name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}], "user_id": "59bd68825b334c13b51536ce53f9c43d", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:13:03Z", "hostId": "26f84530060344a43682a57a91374e5d36484327a8b316d17bdf23b0", "OS-EXT-SRV-ATTR:host": "overcloud-novacompute-1.opnfvlf.org", "OS-SRV-USG:terminated_at": null, "key_name": "shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e", "OS-EXT-SRV-ATTR:hypervisor_hostname": "overcloud-novacompute-1.opnfvlf.org", "name": "shaker-vm_8846c2ae-096a-4e7a-9470-b6b262d6662e", "created": "2018-09-02T08:43:35Z", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:13:05,218 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-760feed6-4f40-4c75-b82b-a321fe5e4f6a 2018-09-02 09:13:05,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.27313399315s 2018-09-02 09:13:05,219 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-760feed6-4f40-4c75-b82b-a321fe5e4f6a 2018-09-02 09:13:05,220 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:13:07,223 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:13:07,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:07,292 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13: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-76440830-486c-4945-a804-768a9b14b39a x-compute-request-id: req-76440830-486c-4945-a804-768a9b14b39a Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 09:13:07,292 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-76440830-486c-4945-a804-768a9b14b39a 2018-09-02 09:13:07,292 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0691289901733s 2018-09-02 09:13:07,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-76440830-486c-4945-a804-768a9b14b39a 2018-09-02 09:13:07,296 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:13:07,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:07,690 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 62917 X-Openstack-Request-Id: req-99bb2ec9-0ffb-4442-91d7-594d8d95ac71 Date: Sun, 02 Sep 2018 09:13:07 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "created_at": "2018-09-02T07:25:59Z", "updated_at": "2018-09-02T07:25:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "31024fab-5ae9-4f4e-b314-f33a705ec5db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "3b775074-9aa9-4d20-b653-c8e9d5ee10bc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "cc8640d2-061f-4d84-9901-1bef3b206e0d", "remote_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv4", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:25:59Z", "revision_number": 0, "id": "cd7aa428-1385-4dec-9d1c-45c0e4d1fdea", "remote_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "remote_ip_prefix": null, "created_at": "2018-09-02T07:25:59Z", "security_group_id": "07350568-1198-434c-8f71-31ff4d604fbe", "tenant_id": "4b06fee7bf104ba386aa2f904001aa35", "port_range_min": null, "ethertype": "IPv6", "project_id": "4b06fee7bf104ba386aa2f904001aa35"}], "revision_number": 1, "project_id": "4b06fee7bf104ba386aa2f904001aa35", "id": "07350568-1198-434c-8f71-31ff4d604fbe", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "created_at": "2018-09-02T07:22:27Z", "updated_at": "2018-09-02T07:22:27Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "1746128e-5e9b-410d-9ff6-d2454ea42058", "remote_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "2d449512-a5af-490a-b7a6-d9ff5aee2955", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "4e421b05-cd29-468d-902f-ad930b5ae84c", "remote_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv4", "project_id": "a056d0aa556e4a86918873c940c9e44b"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:22:27Z", "revision_number": 0, "id": "aa1c6ba2-7231-40c6-ac83-e58c9ae128a0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:22:27Z", "security_group_id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "tenant_id": "a056d0aa556e4a86918873c940c9e44b", "port_range_min": null, "ethertype": "IPv6", "project_id": "a056d0aa556e4a86918873c940c9e44b"}], "revision_number": 1, "project_id": "a056d0aa556e4a86918873c940c9e44b", "id": "0818cca1-bffe-494a-ab66-208b78c6eb3e", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "", "created_at": "2018-09-02T07:26:04Z", "updated_at": "2018-09-02T07:26:04Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:04Z", "revision_number": 0, "id": "45afab79-b781-4ff4-9add-1914b3100155", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "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-02T07:26:04Z", "revision_number": 0, "id": "4c47d320-bd15-4d64-aed1-ff1ff63383ef", "remote_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "tenant_id": "", "port_range_min": null, "ethertype": "IPv6", "project_id": ""}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:04Z", "revision_number": 0, "id": "5b70f71c-9c90-4df1-b008-56b41e8e22db", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "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-02T07:26:04Z", "revision_number": 0, "id": "c247e491-1bee-4394-bd5b-e684687c29c0", "remote_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:04Z", "security_group_id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "tenant_id": "", "port_range_min": null, "ethertype": "IPv4", "project_id": ""}], "revision_number": 1, "project_id": "", "id": "0d55dc55-41e7-4298-94b6-8e5efc07a2d6", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1629b917a4944059ba946f3049a77b46", "created_at": "2018-09-02T07:27:39Z", "updated_at": "2018-09-02T07:27:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "1ca5b8b5-47c5-4581-b12b-a1c38223f6da", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv4", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "cea6c9a2-89f0-4793-9356-bb256d216aa1", "remote_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv6", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "f0e2c62d-f432-4deb-9abc-b3c0e814aae5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv6", "project_id": "1629b917a4944059ba946f3049a77b46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:27:39Z", "revision_number": 0, "id": "fe5e1236-4b21-488a-94fc-222ed7ac8026", "remote_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "remote_ip_prefix": null, "created_at": "2018-09-02T07:27:39Z", "security_group_id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "tenant_id": "1629b917a4944059ba946f3049a77b46", "port_range_min": null, "ethertype": "IPv4", "project_id": "1629b917a4944059ba946f3049a77b46"}], "revision_number": 1, "project_id": "1629b917a4944059ba946f3049a77b46", "id": "0f18a560-9b5d-4e72-ae2f-3c1b5aa6e198", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d37ba49015554b279aca1b1d94122f46", "created_at": "2018-09-02T07:43:17Z", "updated_at": "2018-09-02T07:43:17Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:43:17Z", "revision_number": 0, "id": "22ac0538-b504-4b3d-9d7f-64c41254e029", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:43:17Z", "security_group_id": "10a97c68-2a3c-452f-a8ee-6fca7cdd3328", "tenant_id": "d37ba49015554b279aca1b1d94122f46", "port_range_min": null, "ethertype": "IPv6", "project_id": "d37ba49015554b279aca1b1d94122f46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:43:17Z", "revision_number": 0, "id": "659b0e96-92c7-4c70-86c9-41a64d024212", "remote_group_id": "10a97c68-2a3c-452f-a8ee-6fca7cdd3328", "remote_ip_prefix": null, "created_at": "2018-09-02T07:43:17Z", "security_group_id": "10a97c68-2a3c-452f-a8ee-6fca7cdd3328", "tenant_id": "d37ba49015554b279aca1b1d94122f46", "port_range_min": null, "ethertype": "IPv6", "project_id": "d37ba49015554b279aca1b1d94122f46"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:43:17Z", "revision_number": 0, "id": "8314b50b-aaec-4c46-92d9-5f51af0b881c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:43:17Z", "security_group_id": "10a97c68-2a3c-452f-a8ee-6fca7cdd3328", "tenant_id": "d37ba49015554b279aca1b1d94122f46", "port_range_min": null, "ethertype": "IPv4", "project_id": "d37ba49015554b279aca1b1d94122f46"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:43:17Z", "revision_number": 0, "id": "bf7a4364-aecf-4fa9-8b38-f5a66cbd5055", "remote_group_id": "10a97c68-2a3c-452f-a8ee-6fca7cdd3328", "remote_ip_prefix": null, "created_at": "2018-09-02T07:43:17Z", "security_group_id": "10a97c68-2a3c-452f-a8ee-6fca7cdd3328", "tenant_id": "d37ba49015554b279aca1b1d94122f46", "port_range_min": null, "ethertype": "IPv4", "project_id": "d37ba49015554b279aca1b1d94122f46"}], "revision_number": 1, "project_id": "d37ba49015554b279aca1b1d94122f46", "id": "10a97c68-2a3c-452f-a8ee-6fca7cdd3328", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c35ab495676946a6b4276e3af3bff07c", "created_at": "2018-09-02T08:42:16Z", "updated_at": "2018-09-02T08:42:16Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:16Z", "revision_number": 0, "id": "2d9606b9-e9d3-4a88-b88c-088edb203298", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:16Z", "security_group_id": "17f3c285-1ca6-4793-b742-49e29a77b1fc", "tenant_id": "c35ab495676946a6b4276e3af3bff07c", "port_range_min": null, "ethertype": "IPv6", "project_id": "c35ab495676946a6b4276e3af3bff07c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:16Z", "revision_number": 0, "id": "3eb51cd3-851d-4541-911f-ff905b63acd4", "remote_group_id": "17f3c285-1ca6-4793-b742-49e29a77b1fc", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:16Z", "security_group_id": "17f3c285-1ca6-4793-b742-49e29a77b1fc", "tenant_id": "c35ab495676946a6b4276e3af3bff07c", "port_range_min": null, "ethertype": "IPv4", "project_id": "c35ab495676946a6b4276e3af3bff07c"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:16Z", "revision_number": 0, "id": "8e8278a1-d188-40bf-8692-f5ab9af6f207", "remote_group_id": "17f3c285-1ca6-4793-b742-49e29a77b1fc", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:16Z", "security_group_id": "17f3c285-1ca6-4793-b742-49e29a77b1fc", "tenant_id": "c35ab495676946a6b4276e3af3bff07c", "port_range_min": null, "ethertype": "IPv6", "project_id": "c35ab495676946a6b4276e3af3bff07c"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:16Z", "revision_number": 0, "id": "ced2d5aa-e465-4b76-b3ac-651749b19d79", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:16Z", "security_group_id": "17f3c285-1ca6-4793-b742-49e29a77b1fc", "tenant_id": "c35ab495676946a6b4276e3af3bff07c", "port_range_min": null, "ethertype": "IPv4", "project_id": "c35ab495676946a6b4276e3af3bff07c"}], "revision_number": 1, "project_id": "c35ab495676946a6b4276e3af3bff07c", "id": "17f3c285-1ca6-4793-b742-49e29a77b1fc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5927a1adb7614dbf99ea836f0ce73a90", "created_at": "2018-09-02T07:44:13Z", "updated_at": "2018-09-02T07:44:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:13Z", "revision_number": 0, "id": "4a894796-3ade-4b6b-8934-bbc6b18a4f87", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:13Z", "security_group_id": "18ce0190-566f-4fe0-b752-98ae7ac85f51", "tenant_id": "5927a1adb7614dbf99ea836f0ce73a90", "port_range_min": null, "ethertype": "IPv6", "project_id": "5927a1adb7614dbf99ea836f0ce73a90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:13Z", "revision_number": 0, "id": "734a784f-b439-49cc-b36e-d87966d134f1", "remote_group_id": "18ce0190-566f-4fe0-b752-98ae7ac85f51", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:13Z", "security_group_id": "18ce0190-566f-4fe0-b752-98ae7ac85f51", "tenant_id": "5927a1adb7614dbf99ea836f0ce73a90", "port_range_min": null, "ethertype": "IPv6", "project_id": "5927a1adb7614dbf99ea836f0ce73a90"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:13Z", "revision_number": 0, "id": "7bd4f2fc-ca7d-4208-8605-4fcaf09a0c47", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:13Z", "security_group_id": "18ce0190-566f-4fe0-b752-98ae7ac85f51", "tenant_id": "5927a1adb7614dbf99ea836f0ce73a90", "port_range_min": null, "ethertype": "IPv4", "project_id": "5927a1adb7614dbf99ea836f0ce73a90"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:13Z", "revision_number": 0, "id": "a31bc875-ab47-4094-a309-a88313d1cd86", "remote_group_id": "18ce0190-566f-4fe0-b752-98ae7ac85f51", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:13Z", "security_group_id": "18ce0190-566f-4fe0-b752-98ae7ac85f51", "tenant_id": "5927a1adb7614dbf99ea836f0ce73a90", "port_range_min": null, "ethertype": "IPv4", "project_id": "5927a1adb7614dbf99ea836f0ce73a90"}], "revision_number": 1, "project_id": "5927a1adb7614dbf99ea836f0ce73a90", "id": "18ce0190-566f-4fe0-b752-98ae7ac85f51", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "683c697d1df54c70b231c2810e670030", "created_at": "2018-09-02T07:44:58Z", "updated_at": "2018-09-02T07:44:58Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:58Z", "revision_number": 0, "id": "aa8a5d00-287d-4e1c-bc2d-d57e92ab270d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:58Z", "security_group_id": "22e416c3-47ed-4eef-8bfd-876210a46182", "tenant_id": "683c697d1df54c70b231c2810e670030", "port_range_min": null, "ethertype": "IPv6", "project_id": "683c697d1df54c70b231c2810e670030"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:58Z", "revision_number": 0, "id": "b93f4680-3c84-4c66-8a4f-c307087ec327", "remote_group_id": "22e416c3-47ed-4eef-8bfd-876210a46182", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:58Z", "security_group_id": "22e416c3-47ed-4eef-8bfd-876210a46182", "tenant_id": "683c697d1df54c70b231c2810e670030", "port_range_min": null, "ethertype": "IPv6", "project_id": "683c697d1df54c70b231c2810e670030"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:58Z", "revision_number": 0, "id": "d5a4048f-1a2a-4702-ab2f-3053d5d7a6c1", "remote_group_id": "22e416c3-47ed-4eef-8bfd-876210a46182", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:58Z", "security_group_id": "22e416c3-47ed-4eef-8bfd-876210a46182", "tenant_id": "683c697d1df54c70b231c2810e670030", "port_range_min": null, "ethertype": "IPv4", "project_id": "683c697d1df54c70b231c2810e670030"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:58Z", "revision_number": 0, "id": "fc38351e-4772-4d81-b907-43e85af3df8e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:58Z", "security_group_id": "22e416c3-47ed-4eef-8bfd-876210a46182", "tenant_id": "683c697d1df54c70b231c2810e670030", "port_range_min": null, "ethertype": "IPv4", "project_id": "683c697d1df54c70b231c2810e670030"}], "revision_number": 1, "project_id": "683c697d1df54c70b231c2810e670030", "id": "22e416c3-47ed-4eef-8bfd-876210a46182", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "03466d9192ec403484b2722a5a015855", "created_at": "2018-09-02T07:33:14Z", "updated_at": "2018-09-02T07:33:14Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "1b0a1a64-c817-4ac3-84c0-42e1fb532852", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "3e57938f-193d-41ac-9aeb-a5fc6d83ec30", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "a54314c1-e4fd-4272-b69d-3a554be1dd13", "remote_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv6", "project_id": "03466d9192ec403484b2722a5a015855"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:33:14Z", "revision_number": 0, "id": "d4cbaf68-7a33-484d-aec3-f4edac668812", "remote_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "remote_ip_prefix": null, "created_at": "2018-09-02T07:33:14Z", "security_group_id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "tenant_id": "03466d9192ec403484b2722a5a015855", "port_range_min": null, "ethertype": "IPv4", "project_id": "03466d9192ec403484b2722a5a015855"}], "revision_number": 1, "project_id": "03466d9192ec403484b2722a5a015855", "id": "346f3b92-fd64-45cc-8d08-0d583b8a8c64", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "5cd3dc8e56984863961f609cf8b02b83", "created_at": "2018-09-02T07:48:08Z", "updated_at": "2018-09-02T07:48:08Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:48:08Z", "revision_number": 0, "id": "611fc6fd-d181-4d2f-9d0f-7557f06d6424", "remote_group_id": "46183aab-4bc9-416a-82c0-f59fa0f892b4", "remote_ip_prefix": null, "created_at": "2018-09-02T07:48:08Z", "security_group_id": "46183aab-4bc9-416a-82c0-f59fa0f892b4", "tenant_id": "5cd3dc8e56984863961f609cf8b02b83", "port_range_min": null, "ethertype": "IPv6", "project_id": "5cd3dc8e56984863961f609cf8b02b83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:48:08Z", "revision_number": 0, "id": "93cc6042-3e72-43a6-a185-c13cf653467d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:48:08Z", "security_group_id": "46183aab-4bc9-416a-82c0-f59fa0f892b4", "tenant_id": "5cd3dc8e56984863961f609cf8b02b83", "port_range_min": null, "ethertype": "IPv6", "project_id": "5cd3dc8e56984863961f609cf8b02b83"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:48:08Z", "revision_number": 0, "id": "95cf9411-4ab9-49e7-b412-348ba99ee473", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:48:08Z", "security_group_id": "46183aab-4bc9-416a-82c0-f59fa0f892b4", "tenant_id": "5cd3dc8e56984863961f609cf8b02b83", "port_range_min": null, "ethertype": "IPv4", "project_id": "5cd3dc8e56984863961f609cf8b02b83"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:48:08Z", "revision_number": 0, "id": "beb2b9ef-9112-4a3b-a314-ec0f04007fa8", "remote_group_id": "46183aab-4bc9-416a-82c0-f59fa0f892b4", "remote_ip_prefix": null, "created_at": "2018-09-02T07:48:08Z", "security_group_id": "46183aab-4bc9-416a-82c0-f59fa0f892b4", "tenant_id": "5cd3dc8e56984863961f609cf8b02b83", "port_range_min": null, "ethertype": "IPv4", "project_id": "5cd3dc8e56984863961f609cf8b02b83"}], "revision_number": 1, "project_id": "5cd3dc8e56984863961f609cf8b02b83", "id": "46183aab-4bc9-416a-82c0-f59fa0f892b4", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "created_at": "2018-09-02T07:30:30Z", "updated_at": "2018-09-02T07:30:30Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "52c6fd44-9f26-4d1b-b95d-d4770da5d363", "remote_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "dd844d98-7f27-496e-ab9e-ef675fcf342b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv4", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "dd932fde-acda-457c-baad-766feec78623", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:30:30Z", "revision_number": 0, "id": "e20e94ee-276e-4e0b-b6bb-ed50773b0dcc", "remote_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "remote_ip_prefix": null, "created_at": "2018-09-02T07:30:30Z", "security_group_id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "tenant_id": "2efd5b0ab4434dca92647eb18582a3f6", "port_range_min": null, "ethertype": "IPv6", "project_id": "2efd5b0ab4434dca92647eb18582a3f6"}], "revision_number": 1, "project_id": "2efd5b0ab4434dca92647eb18582a3f6", "id": "4d7f8743-4a20-47a2-b147-19acb6e02b07", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "created_at": "2018-09-02T07:29:26Z", "updated_at": "2018-09-02T07:29:26Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "216a3c76-2175-4dc9-a67a-47a774670e4e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "a9174ce6-0f10-44b3-a477-8be338885169", "remote_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv6", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "c164394c-9e47-4fbc-b74d-29967eba18af", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:29:26Z", "revision_number": 0, "id": "ec2741ec-5512-46df-93e9-2de2885817ef", "remote_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "remote_ip_prefix": null, "created_at": "2018-09-02T07:29:26Z", "security_group_id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "tenant_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "port_range_min": null, "ethertype": "IPv4", "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45"}], "revision_number": 1, "project_id": "f2a66e2f1f174b6fb8aa5e90808c5e45", "id": "5453698f-074d-4ced-9c1e-2a8b01efe660", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "created_at": "2018-09-02T07:59:28Z", "updated_at": "2018-09-02T07:59:28Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:59:28Z", "revision_number": 0, "id": "43749639-439a-4423-b176-b1a430dd7ec6", "remote_group_id": "61b9978b-7bb6-4529-80a8-107e52cfab4d", "remote_ip_prefix": null, "created_at": "2018-09-02T07:59:28Z", "security_group_id": "61b9978b-7bb6-4529-80a8-107e52cfab4d", "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fb7c13d7ee84dffbc2f0a07b82e6513"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:59:28Z", "revision_number": 0, "id": "4ec2a668-bc15-4820-ad4a-e15c66681488", "remote_group_id": "61b9978b-7bb6-4529-80a8-107e52cfab4d", "remote_ip_prefix": null, "created_at": "2018-09-02T07:59:28Z", "security_group_id": "61b9978b-7bb6-4529-80a8-107e52cfab4d", "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fb7c13d7ee84dffbc2f0a07b82e6513"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:59:28Z", "revision_number": 0, "id": "617c80bb-11b1-4603-a686-818c04a59573", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:59:28Z", "security_group_id": "61b9978b-7bb6-4529-80a8-107e52cfab4d", "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "port_range_min": null, "ethertype": "IPv4", "project_id": "1fb7c13d7ee84dffbc2f0a07b82e6513"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:59:28Z", "revision_number": 0, "id": "e69c9b7b-b745-4d75-a616-28c501e8c0de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:59:28Z", "security_group_id": "61b9978b-7bb6-4529-80a8-107e52cfab4d", "tenant_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "port_range_min": null, "ethertype": "IPv6", "project_id": "1fb7c13d7ee84dffbc2f0a07b82e6513"}], "revision_number": 1, "project_id": "1fb7c13d7ee84dffbc2f0a07b82e6513", "id": "61b9978b-7bb6-4529-80a8-107e52cfab4d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "c98cac3dc6094f1ea6b4434a9fc7a747", "created_at": "2018-09-02T07:44:42Z", "updated_at": "2018-09-02T07:44:42Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:42Z", "revision_number": 0, "id": "13e2732f-34c1-4822-bac4-62b1e6cae521", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:42Z", "security_group_id": "62e890e0-02fb-41a1-98ae-c6f2b345d7e3", "tenant_id": "c98cac3dc6094f1ea6b4434a9fc7a747", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98cac3dc6094f1ea6b4434a9fc7a747"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:42Z", "revision_number": 0, "id": "331db5b9-b44e-48ed-a549-3bd24c3bb738", "remote_group_id": "62e890e0-02fb-41a1-98ae-c6f2b345d7e3", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:42Z", "security_group_id": "62e890e0-02fb-41a1-98ae-c6f2b345d7e3", "tenant_id": "c98cac3dc6094f1ea6b4434a9fc7a747", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98cac3dc6094f1ea6b4434a9fc7a747"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:42Z", "revision_number": 0, "id": "6a6d11cc-f8f9-4c24-acc1-ebc5357fbe52", "remote_group_id": "62e890e0-02fb-41a1-98ae-c6f2b345d7e3", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:42Z", "security_group_id": "62e890e0-02fb-41a1-98ae-c6f2b345d7e3", "tenant_id": "c98cac3dc6094f1ea6b4434a9fc7a747", "port_range_min": null, "ethertype": "IPv4", "project_id": "c98cac3dc6094f1ea6b4434a9fc7a747"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:42Z", "revision_number": 0, "id": "a6a5cf51-c529-4dc1-86cb-5aa7b8b9dacf", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:42Z", "security_group_id": "62e890e0-02fb-41a1-98ae-c6f2b345d7e3", "tenant_id": "c98cac3dc6094f1ea6b4434a9fc7a747", "port_range_min": null, "ethertype": "IPv6", "project_id": "c98cac3dc6094f1ea6b4434a9fc7a747"}], "revision_number": 1, "project_id": "c98cac3dc6094f1ea6b4434a9fc7a747", "id": "62e890e0-02fb-41a1-98ae-c6f2b345d7e3", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "115d6c97592747edbee753f6bcea3b11", "created_at": "2018-09-02T07:44:55Z", "updated_at": "2018-09-02T07:44:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:55Z", "revision_number": 0, "id": "16955aa9-0604-4f29-adbc-7bc1b3431d61", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:55Z", "security_group_id": "6dbcc633-0039-48e7-84a3-69356295dfec", "tenant_id": "115d6c97592747edbee753f6bcea3b11", "port_range_min": null, "ethertype": "IPv4", "project_id": "115d6c97592747edbee753f6bcea3b11"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:55Z", "revision_number": 0, "id": "91c511ba-8771-4def-b472-996a7b40fb90", "remote_group_id": "6dbcc633-0039-48e7-84a3-69356295dfec", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:55Z", "security_group_id": "6dbcc633-0039-48e7-84a3-69356295dfec", "tenant_id": "115d6c97592747edbee753f6bcea3b11", "port_range_min": null, "ethertype": "IPv6", "project_id": "115d6c97592747edbee753f6bcea3b11"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:55Z", "revision_number": 0, "id": "d3bfb6ae-d781-402e-b45c-ec1b692bbd50", "remote_group_id": "6dbcc633-0039-48e7-84a3-69356295dfec", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:55Z", "security_group_id": "6dbcc633-0039-48e7-84a3-69356295dfec", "tenant_id": "115d6c97592747edbee753f6bcea3b11", "port_range_min": null, "ethertype": "IPv4", "project_id": "115d6c97592747edbee753f6bcea3b11"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:55Z", "revision_number": 0, "id": "f8d90709-713c-4164-a882-cfb66ed602b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:55Z", "security_group_id": "6dbcc633-0039-48e7-84a3-69356295dfec", "tenant_id": "115d6c97592747edbee753f6bcea3b11", "port_range_min": null, "ethertype": "IPv6", "project_id": "115d6c97592747edbee753f6bcea3b11"}], "revision_number": 1, "project_id": "115d6c97592747edbee753f6bcea3b11", "id": "6dbcc633-0039-48e7-84a3-69356295dfec", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "created_at": "2018-09-02T07:26:33Z", "updated_at": "2018-09-02T07:26:33Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "03951c0e-dcb6-4530-ae67-75b8c6957919", "remote_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "ab5ac18a-1b69-4b3b-9074-55e773d4646a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "d8041249-3c8c-4e69-b92c-73a94d6f4e9e", "remote_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv6", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:26:33Z", "revision_number": 0, "id": "de026006-81fa-4cfa-98ac-f5f6401f5bb7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:26:33Z", "security_group_id": "87c20709-3901-4000-a41c-5852250d9c87", "tenant_id": "38ae2ac7a4da4d37988a73e914b99b36", "port_range_min": null, "ethertype": "IPv4", "project_id": "38ae2ac7a4da4d37988a73e914b99b36"}], "revision_number": 1, "project_id": "38ae2ac7a4da4d37988a73e914b99b36", "id": "87c20709-3901-4000-a41c-5852250d9c87", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "aa586510e9424611805af6c90e217a91", "created_at": "2018-09-02T07:44:40Z", "updated_at": "2018-09-02T07:44:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:40Z", "revision_number": 0, "id": "6683950d-a992-40da-bb5e-1524da64d1f9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:40Z", "security_group_id": "882a2992-298b-4a41-851d-867b70c5f12d", "tenant_id": "aa586510e9424611805af6c90e217a91", "port_range_min": null, "ethertype": "IPv4", "project_id": "aa586510e9424611805af6c90e217a91"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:40Z", "revision_number": 0, "id": "7db63abb-5d55-45d6-bca1-49d120da2103", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:40Z", "security_group_id": "882a2992-298b-4a41-851d-867b70c5f12d", "tenant_id": "aa586510e9424611805af6c90e217a91", "port_range_min": null, "ethertype": "IPv6", "project_id": "aa586510e9424611805af6c90e217a91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:40Z", "revision_number": 0, "id": "95547ff1-ce62-48d7-817d-a06c8387b3cb", "remote_group_id": "882a2992-298b-4a41-851d-867b70c5f12d", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:40Z", "security_group_id": "882a2992-298b-4a41-851d-867b70c5f12d", "tenant_id": "aa586510e9424611805af6c90e217a91", "port_range_min": null, "ethertype": "IPv6", "project_id": "aa586510e9424611805af6c90e217a91"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:40Z", "revision_number": 0, "id": "f9ff7d23-42ba-40d0-8d5d-5381c37a1bf1", "remote_group_id": "882a2992-298b-4a41-851d-867b70c5f12d", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:40Z", "security_group_id": "882a2992-298b-4a41-851d-867b70c5f12d", "tenant_id": "aa586510e9424611805af6c90e217a91", "port_range_min": null, "ethertype": "IPv4", "project_id": "aa586510e9424611805af6c90e217a91"}], "revision_number": 1, "project_id": "aa586510e9424611805af6c90e217a91", "id": "882a2992-298b-4a41-851d-867b70c5f12d", "name": "default"}, {"description": "created by OPNFV Functest (shaker)", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:27Z", "updated_at": "2018-09-02T08:43:29Z", "security_group_rules": [{"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:28Z", "revision_number": 0, "id": "0cffb062-c52a-4fa0-9e4b-5bad53f50bde", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:28Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "1750e207-8c49-49eb-835c-77fd8b8fdf59", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 9000, "updated_at": "2018-09-02T08:43:29Z", "revision_number": 0, "id": "2b4e6445-6552-46ce-8efb-6f60c50ee91c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:29Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": 9000, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T08:43:28Z", "revision_number": 0, "id": "96e7baa3-204b-4cc2-b0e8-f7a20c73a7c4", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:28Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": 22, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:43:27Z", "revision_number": 0, "id": "aaf24c4a-1220-4677-92bd-842734e1d8f2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:43:27Z", "security_group_id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 4, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "8cfe7e14-9487-4d42-896b-ac6874684d18", "name": "shaker-sg_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"description": "Default security group", "tags": [], "tenant_id": "322a33bcba674e52a01b504bfa23eee0", "created_at": "2018-09-02T07:44:42Z", "updated_at": "2018-09-02T07:44:42Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:42Z", "revision_number": 0, "id": "0174f854-d0b9-46b9-9b10-45180c35cd86", "remote_group_id": "922bc447-2589-423e-a911-38a137bb385d", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:42Z", "security_group_id": "922bc447-2589-423e-a911-38a137bb385d", "tenant_id": "322a33bcba674e52a01b504bfa23eee0", "port_range_min": null, "ethertype": "IPv6", "project_id": "322a33bcba674e52a01b504bfa23eee0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:42Z", "revision_number": 0, "id": "dac6754a-fb25-4317-a1c9-8dc458f73bcd", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:42Z", "security_group_id": "922bc447-2589-423e-a911-38a137bb385d", "tenant_id": "322a33bcba674e52a01b504bfa23eee0", "port_range_min": null, "ethertype": "IPv6", "project_id": "322a33bcba674e52a01b504bfa23eee0"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:42Z", "revision_number": 0, "id": "ee6181dc-14c1-4359-9f7b-fe1cc2241de9", "remote_group_id": "922bc447-2589-423e-a911-38a137bb385d", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:42Z", "security_group_id": "922bc447-2589-423e-a911-38a137bb385d", "tenant_id": "322a33bcba674e52a01b504bfa23eee0", "port_range_min": null, "ethertype": "IPv4", "project_id": "322a33bcba674e52a01b504bfa23eee0"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:42Z", "revision_number": 0, "id": "f431455f-6639-4ad7-a909-855799d26df2", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:42Z", "security_group_id": "922bc447-2589-423e-a911-38a137bb385d", "tenant_id": "322a33bcba674e52a01b504bfa23eee0", "port_range_min": null, "ethertype": "IPv4", "project_id": "322a33bcba674e52a01b504bfa23eee0"}], "revision_number": 1, "project_id": "322a33bcba674e52a01b504bfa23eee0", "id": "922bc447-2589-423e-a911-38a137bb385d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "cf68a657cc3b4dee8fd6d6d6f0757791", "created_at": "2018-09-02T07:48:09Z", "updated_at": "2018-09-02T07:48:09Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:48:09Z", "revision_number": 0, "id": "1daf5a8d-2ccd-4534-bead-aebbd1f7afa5", "remote_group_id": "9233c84e-5b4b-435e-9951-2d34d506cef2", "remote_ip_prefix": null, "created_at": "2018-09-02T07:48:09Z", "security_group_id": "9233c84e-5b4b-435e-9951-2d34d506cef2", "tenant_id": "cf68a657cc3b4dee8fd6d6d6f0757791", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf68a657cc3b4dee8fd6d6d6f0757791"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:48:09Z", "revision_number": 0, "id": "3a22ca37-095e-4096-9d20-feef08cfc11f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:48:09Z", "security_group_id": "9233c84e-5b4b-435e-9951-2d34d506cef2", "tenant_id": "cf68a657cc3b4dee8fd6d6d6f0757791", "port_range_min": null, "ethertype": "IPv6", "project_id": "cf68a657cc3b4dee8fd6d6d6f0757791"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:48:09Z", "revision_number": 0, "id": "6fafebb0-5fc1-455a-94c6-62408df543f8", "remote_group_id": "9233c84e-5b4b-435e-9951-2d34d506cef2", "remote_ip_prefix": null, "created_at": "2018-09-02T07:48:09Z", "security_group_id": "9233c84e-5b4b-435e-9951-2d34d506cef2", "tenant_id": "cf68a657cc3b4dee8fd6d6d6f0757791", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf68a657cc3b4dee8fd6d6d6f0757791"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:48:09Z", "revision_number": 0, "id": "f6b61da1-bbfb-4c41-84bc-523d64ce0b69", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:48:09Z", "security_group_id": "9233c84e-5b4b-435e-9951-2d34d506cef2", "tenant_id": "cf68a657cc3b4dee8fd6d6d6f0757791", "port_range_min": null, "ethertype": "IPv4", "project_id": "cf68a657cc3b4dee8fd6d6d6f0757791"}], "revision_number": 1, "project_id": "cf68a657cc3b4dee8fd6d6d6f0757791", "id": "9233c84e-5b4b-435e-9951-2d34d506cef2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:42:59Z", "updated_at": "2018-09-02T08:42:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "5c8f8f92-2f49-421b-8799-d3b13bf523c9", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "af3eed08-2b94-493e-972e-9e1a8f504866", "remote_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv6", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "c55230bf-2fd4-4797-8aec-8e88c2a87d99", "remote_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:42:59Z", "revision_number": 0, "id": "e4ec693b-9437-4b18-8d0e-202dff866505", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:42:59Z", "security_group_id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "port_range_min": null, "ethertype": "IPv4", "project_id": "01030eb0e3914b1cb6f047a368163377"}], "revision_number": 1, "project_id": "01030eb0e3914b1cb6f047a368163377", "id": "a59adf5a-5aac-4154-91bc-16ec4947c6b2", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "d49cb178bf7548a1a625dead956f63ae", "created_at": "2018-09-02T07:44:59Z", "updated_at": "2018-09-02T07:44:59Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:59Z", "revision_number": 0, "id": "52595771-97cd-4694-8c83-527df78f65ec", "remote_group_id": "cb9cea1a-9c94-4ace-b07f-5eb75744bfdc", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:59Z", "security_group_id": "cb9cea1a-9c94-4ace-b07f-5eb75744bfdc", "tenant_id": "d49cb178bf7548a1a625dead956f63ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "d49cb178bf7548a1a625dead956f63ae"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:59Z", "revision_number": 0, "id": "9c040972-eadc-48ce-a3f0-ee0c1463173a", "remote_group_id": "cb9cea1a-9c94-4ace-b07f-5eb75744bfdc", "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:59Z", "security_group_id": "cb9cea1a-9c94-4ace-b07f-5eb75744bfdc", "tenant_id": "d49cb178bf7548a1a625dead956f63ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "d49cb178bf7548a1a625dead956f63ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:59Z", "revision_number": 0, "id": "c7a5ae61-a84e-4e52-b1b6-9b2d9d2cbd14", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:59Z", "security_group_id": "cb9cea1a-9c94-4ace-b07f-5eb75744bfdc", "tenant_id": "d49cb178bf7548a1a625dead956f63ae", "port_range_min": null, "ethertype": "IPv6", "project_id": "d49cb178bf7548a1a625dead956f63ae"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:44:59Z", "revision_number": 0, "id": "f033935d-0098-49f2-a85c-36f278fc3951", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:44:59Z", "security_group_id": "cb9cea1a-9c94-4ace-b07f-5eb75744bfdc", "tenant_id": "d49cb178bf7548a1a625dead956f63ae", "port_range_min": null, "ethertype": "IPv4", "project_id": "d49cb178bf7548a1a625dead956f63ae"}], "revision_number": 1, "project_id": "d49cb178bf7548a1a625dead956f63ae", "id": "cb9cea1a-9c94-4ace-b07f-5eb75744bfdc", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "created_at": "2018-09-02T08:28:59Z", "updated_at": "2018-09-02T08:28:59Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:28:59Z", "revision_number": 0, "id": "742a0dae-184a-4b47-91da-1d76da64af12", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:28:59Z", "security_group_id": "d589c90a-401f-4dbc-afa2-71dc0fecc40b", "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "port_range_min": null, "ethertype": "IPv6", "project_id": "2cd6739785884dbaa3729753ec1b7689"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:28:59Z", "revision_number": 0, "id": "96171f80-abe5-470a-9fb3-72ca6ad42a61", "remote_group_id": "d589c90a-401f-4dbc-afa2-71dc0fecc40b", "remote_ip_prefix": null, "created_at": "2018-09-02T08:28:59Z", "security_group_id": "d589c90a-401f-4dbc-afa2-71dc0fecc40b", "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "port_range_min": null, "ethertype": "IPv6", "project_id": "2cd6739785884dbaa3729753ec1b7689"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:28:59Z", "revision_number": 0, "id": "e87eb592-71bc-4d2d-af1f-4b52805d1289", "remote_group_id": "d589c90a-401f-4dbc-afa2-71dc0fecc40b", "remote_ip_prefix": null, "created_at": "2018-09-02T08:28:59Z", "security_group_id": "d589c90a-401f-4dbc-afa2-71dc0fecc40b", "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "port_range_min": null, "ethertype": "IPv4", "project_id": "2cd6739785884dbaa3729753ec1b7689"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:28:59Z", "revision_number": 0, "id": "edfa0113-b510-414b-86b8-ddd23e6a62c5", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:28:59Z", "security_group_id": "d589c90a-401f-4dbc-afa2-71dc0fecc40b", "tenant_id": "2cd6739785884dbaa3729753ec1b7689", "port_range_min": null, "ethertype": "IPv4", "project_id": "2cd6739785884dbaa3729753ec1b7689"}], "revision_number": 1, "project_id": "2cd6739785884dbaa3729753ec1b7689", "id": "d589c90a-401f-4dbc-afa2-71dc0fecc40b", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "created_at": "2018-09-02T07:36:06Z", "updated_at": "2018-09-02T07:36:06Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:36:06Z", "revision_number": 0, "id": "35c520f0-6ea5-4d72-9b31-c166b41a6124", "remote_group_id": "de23bee7-0c95-4742-9b9d-e5b50a52ca25", "remote_ip_prefix": null, "created_at": "2018-09-02T07:36:06Z", "security_group_id": "de23bee7-0c95-4742-9b9d-e5b50a52ca25", "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "port_range_min": null, "ethertype": "IPv4", "project_id": "32a6219c2efb4152ba0bf6b9f9f84ebc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:36:06Z", "revision_number": 0, "id": "4edce43c-5e13-44d0-8b7b-006677790841", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:36:06Z", "security_group_id": "de23bee7-0c95-4742-9b9d-e5b50a52ca25", "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "port_range_min": null, "ethertype": "IPv4", "project_id": "32a6219c2efb4152ba0bf6b9f9f84ebc"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:36:06Z", "revision_number": 0, "id": "7aa9c1bd-3571-4a0f-9a6c-5400dc5162d0", "remote_group_id": "de23bee7-0c95-4742-9b9d-e5b50a52ca25", "remote_ip_prefix": null, "created_at": "2018-09-02T07:36:06Z", "security_group_id": "de23bee7-0c95-4742-9b9d-e5b50a52ca25", "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "port_range_min": null, "ethertype": "IPv6", "project_id": "32a6219c2efb4152ba0bf6b9f9f84ebc"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:36:06Z", "revision_number": 0, "id": "992bd91a-3f37-4db4-9494-9e407eef7e9d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:36:06Z", "security_group_id": "de23bee7-0c95-4742-9b9d-e5b50a52ca25", "tenant_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "port_range_min": null, "ethertype": "IPv6", "project_id": "32a6219c2efb4152ba0bf6b9f9f84ebc"}], "revision_number": 1, "project_id": "32a6219c2efb4152ba0bf6b9f9f84ebc", "id": "de23bee7-0c95-4742-9b9d-e5b50a52ca25", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "created_at": "2018-09-02T07:31:52Z", "updated_at": "2018-09-02T07:31:52Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:31:52Z", "revision_number": 0, "id": "26e8945d-c47d-4784-bb1e-80d979ee7d9c", "remote_group_id": "eb5874f2-99e0-4e60-9d2e-612e6084211d", "remote_ip_prefix": null, "created_at": "2018-09-02T07:31:52Z", "security_group_id": "eb5874f2-99e0-4e60-9d2e-612e6084211d", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "19adee25ec2146eeaad8f65550faa0b4"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:31:52Z", "revision_number": 0, "id": "2ea2ca99-3f79-40f8-8973-94e519e2c044", "remote_group_id": "eb5874f2-99e0-4e60-9d2e-612e6084211d", "remote_ip_prefix": null, "created_at": "2018-09-02T07:31:52Z", "security_group_id": "eb5874f2-99e0-4e60-9d2e-612e6084211d", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "19adee25ec2146eeaad8f65550faa0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:31:52Z", "revision_number": 0, "id": "85cefcb1-5dcc-4962-836f-f5afa5281d72", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:31:52Z", "security_group_id": "eb5874f2-99e0-4e60-9d2e-612e6084211d", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "port_range_min": null, "ethertype": "IPv6", "project_id": "19adee25ec2146eeaad8f65550faa0b4"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T07:31:52Z", "revision_number": 0, "id": "e56f6b01-4515-42cf-8367-f2cac7518a98", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T07:31:52Z", "security_group_id": "eb5874f2-99e0-4e60-9d2e-612e6084211d", "tenant_id": "19adee25ec2146eeaad8f65550faa0b4", "port_range_min": null, "ethertype": "IPv4", "project_id": "19adee25ec2146eeaad8f65550faa0b4"}], "revision_number": 1, "project_id": "19adee25ec2146eeaad8f65550faa0b4", "id": "eb5874f2-99e0-4e60-9d2e-612e6084211d", "name": "default"}, {"description": "Default security group", "tags": [], "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "created_at": "2018-09-02T08:38:29Z", "updated_at": "2018-09-02T08:38:29Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:38:29Z", "revision_number": 0, "id": "0c3e02a2-d1ed-4191-916e-422b6dac02eb", "remote_group_id": "f0b1b9e6-35e4-42d5-84e4-a66b6dde19d5", "remote_ip_prefix": null, "created_at": "2018-09-02T08:38:29Z", "security_group_id": "f0b1b9e6-35e4-42d5-84e4-a66b6dde19d5", "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dbbfce1e26b44b9a06cf3401e810f5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:38:29Z", "revision_number": 0, "id": "4d7fd656-0213-4215-9d98-cdf3f805530c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:38:29Z", "security_group_id": "f0b1b9e6-35e4-42d5-84e4-a66b6dde19d5", "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "port_range_min": null, "ethertype": "IPv6", "project_id": "1dbbfce1e26b44b9a06cf3401e810f5d"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:38:29Z", "revision_number": 0, "id": "77e18d55-7828-4abb-993f-218958b4847d", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T08:38:29Z", "security_group_id": "f0b1b9e6-35e4-42d5-84e4-a66b6dde19d5", "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dbbfce1e26b44b9a06cf3401e810f5d"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T08:38:29Z", "revision_number": 0, "id": "de4d3b01-0563-41ec-a1da-0e77919d96d5", "remote_group_id": "f0b1b9e6-35e4-42d5-84e4-a66b6dde19d5", "remote_ip_prefix": null, "created_at": "2018-09-02T08:38:29Z", "security_group_id": "f0b1b9e6-35e4-42d5-84e4-a66b6dde19d5", "tenant_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "port_range_min": null, "ethertype": "IPv4", "project_id": "1dbbfce1e26b44b9a06cf3401e810f5d"}], "revision_number": 1, "project_id": "1dbbfce1e26b44b9a06cf3401e810f5d", "id": "f0b1b9e6-35e4-42d5-84e4-a66b6dde19d5", "name": "default"}]} 2018-09-02 09:13:07,692 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-99bb2ec9-0ffb-4442-91d7-594d8d95ac71 2018-09-02 09:13:07,692 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.396149158478s 2018-09-02 09:13:07,694 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-99bb2ec9-0ffb-4442-91d7-594d8d95ac71 2018-09-02 09:13:07,701 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 09:13:07,702 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/8cfe7e14-9487-4d42-896b-ac6874684d18.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:08,116 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-676ef143-8277-4f05-908d-47925b087dd5 Content-Length: 0 Date: Sun, 02 Sep 2018 09:13:08 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:13:08,116 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/8cfe7e14-9487-4d42-896b-ac6874684d18.json used request id req-676ef143-8277-4f05-908d-47925b087dd5 2018-09-02 09:13:08,116 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.414974927902s 2018-09-02 09:13:08,117 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/8cfe7e14-9487-4d42-896b-ac6874684d18.json used request id req-676ef143-8277-4f05-908d-47925b087dd5 2018-09-02 09:13:08,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 09:13:08,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:08,166 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:13: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-188d1225-3cbe-4ff8-9132-cfbaf53603c5 x-compute-request-id: req-188d1225-3cbe-4ff8-9132-cfbaf53603c5 Content-Length: 0 Content-Type: application/json 2018-09-02 09:13:08,166 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e used request id req-188d1225-3cbe-4ff8-9132-cfbaf53603c5 2018-09-02 09:13:08,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0487098693848s 2018-09-02 09:13:08,166 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/shaker-kp_8846c2ae-096a-4e7a-9470-b6b262d6662e used request id req-188d1225-3cbe-4ff8-9132-cfbaf53603c5 2018-09-02 09:13:08,167 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 09:13:08,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d/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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" -d '{"subnet_id": "8fddfec7-8f0a-4c1a-9930-6c3c83de42ae"}' 2018-09-02 09:13:10,683 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-5f412e04-f45e-496d-9015-a5e1f30e38ae Date: Sun, 02 Sep 2018 09:13:10 GMT RESP BODY: {"network_id": "1fbd81fb-f2e9-4076-9939-008a921b1b47", "tenant_id": "01030eb0e3914b1cb6f047a368163377", "subnet_id": "8fddfec7-8f0a-4c1a-9930-6c3c83de42ae", "subnet_ids": ["8fddfec7-8f0a-4c1a-9930-6c3c83de42ae"], "port_id": "c97fa9ed-2ea1-4417-9655-33cb3b27a07f", "id": "5cc12b0c-e270-45f0-a156-d6f63cba288d"} 2018-09-02 09:13:10,683 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d/remove_router_interface.json used request id req-5f412e04-f45e-496d-9015-a5e1f30e38ae 2018-09-02 09:13:10,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.51679587364s 2018-09-02 09:13:10,684 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d/remove_router_interface.json used request id req-5f412e04-f45e-496d-9015-a5e1f30e38ae returning object 5cc12b0c-e270-45f0-a156-d6f63cba288d 2018-09-02 09:13:10,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 09:13:10,685 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:11,127 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1708 X-Openstack-Request-Id: req-779a1346-ab6a-48bc-bab4-0c8e63729ce0 Date: Sun, 02 Sep 2018 09:13:11 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2fb44061039d408fb38b482cf2dfa1eb", "created_at": "2018-09-02T07:46:20Z", "admin_state_up": false, "updated_at": "2018-09-02T07:46:20Z", "project_id": "2fb44061039d408fb38b482cf2dfa1eb", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4d23b842-5ed9-4411-a49e-f653ab377ea9", "name": "tempest-router-1283701890"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "01030eb0e3914b1cb6f047a368163377", "created_at": "2018-09-02T08:43:02Z", "admin_state_up": true, "updated_at": "2018-09-02T09:13:09Z", "project_id": "01030eb0e3914b1cb6f047a368163377", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "5cc12b0c-e270-45f0-a156-d6f63cba288d", "name": "shaker-router_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "created_at": "2018-09-02T07:44:57Z", "admin_state_up": true, "updated_at": "2018-09-02T07:45:00Z", "project_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "707d85f9-f0d5-45c3-9aa1-8316101887f8", "name": "tempest-pretest-check-362052834"}]} 2018-09-02 09:13:11,127 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-779a1346-ab6a-48bc-bab4-0c8e63729ce0 2018-09-02 09:13:11,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.442727088928s 2018-09-02 09:13:11,127 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-779a1346-ab6a-48bc-bab4-0c8e63729ce0 2018-09-02 09:13:11,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 09:13:11,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:15,417 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-b1ca31d0-cc98-48c1-b76d-9676487eb1b0 Content-Length: 0 Date: Sun, 02 Sep 2018 09:13:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:13:15,418 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d.json used request id req-b1ca31d0-cc98-48c1-b76d-9676487eb1b0 2018-09-02 09:13:15,418 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.28842902184s 2018-09-02 09:13:15,418 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/5cc12b0c-e270-45f0-a156-d6f63cba288d.json used request id req-b1ca31d0-cc98-48c1-b76d-9676487eb1b0 2018-09-02 09:13:15,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 09:13:15,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:15,744 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1922 X-Openstack-Request-Id: req-df6553d5-66d0-48ff-9764-e7e06270e0ab Date: Sun, 02 Sep 2018 09:13:15 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T08:43:01Z","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":"8fddfec7-8f0a-4c1a-9930-6c3c83de42ae","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"01030eb0e3914b1cb6f047a368163377","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"shaker-subnet_8846c2ae-096a-4e7a-9470-b6b262d6662e","enable_dhcp":true,"segment_id":null,"network_id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:43:01Z","ip_version":4},{"updated_at":"2018-09-02T07:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f6c61b45-9a20-49d8-907f-b659911ef48e","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 0f7baca2e14141d9908f3f87d7c7b6f4","enable_dhcp":false,"segment_id":null,"network_id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","tenant_id":"","created_at":"2018-09-02T07:44:56Z","ip_version":4}]} 2018-09-02 09:13:15,744 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-df6553d5-66d0-48ff-9764-e7e06270e0ab 2018-09-02 09:13:15,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.325773000717s 2018-09-02 09:13:15,745 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-df6553d5-66d0-48ff-9764-e7e06270e0ab 2018-09-02 09:13:15,746 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 09:13:15,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/8fddfec7-8f0a-4c1a-9930-6c3c83de42ae.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:18,128 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-aeae099d-f3b5-40b5-9ca5-4f00eba8b394 Date: Sun, 02 Sep 2018 09:13:18 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:13:18,128 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/8fddfec7-8f0a-4c1a-9930-6c3c83de42ae.json used request id req-aeae099d-f3b5-40b5-9ca5-4f00eba8b394 2018-09-02 09:13:18,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.38131403923s 2018-09-02 09:13:18,128 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/8fddfec7-8f0a-4c1a-9930-6c3c83de42ae.json used request id req-aeae099d-f3b5-40b5-9ca5-4f00eba8b394 2018-09-02 09:13:18,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:13:18,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:18,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2104 X-Openstack-Request-Id: req-234e751e-d734-4e3a-9e16-ddcfe3b3e2ce Date: Sun, 02 Sep 2018 09:13:18 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1450,"id":"1fbd81fb-f2e9-4076-9939-008a921b1b47","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":23,"ipv4_address_scope":null,"shared":false,"project_id":"01030eb0e3914b1cb6f047a368163377","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:13:17Z","qos_policy_id":null,"name":"shaker-net_8846c2ae-096a-4e7a-9470-b6b262d6662e","admin_state_up":true,"tenant_id":"01030eb0e3914b1cb6f047a368163377","created_at":"2018-09-02T08:42:59Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 09:13:18,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-234e751e-d734-4e3a-9e16-ddcfe3b3e2ce 2018-09-02 09:13:18,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.399481058121s 2018-09-02 09:13:18,529 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-234e751e-d734-4e3a-9e16-ddcfe3b3e2ce 2018-09-02 09:13:18,530 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 09:13:18,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/1fbd81fb-f2e9-4076-9939-008a921b1b47.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:19,929 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-fd2b985f-1180-4ce2-9630-4d9fe92e076d Date: Sun, 02 Sep 2018 09:13:19 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:13:19,929 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/1fbd81fb-f2e9-4076-9939-008a921b1b47.json used request id req-fd2b985f-1180-4ce2-9630-4d9fe92e076d 2018-09-02 09:13:19,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.39961290359s 2018-09-02 09:13:19,930 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/1fbd81fb-f2e9-4076-9939-008a921b1b47.json used request id req-fd2b985f-1180-4ce2-9630-4d9fe92e076d 2018-09-02 09:13:19,934 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:13:19,938 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:20,226 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1390 Content-Type: application/json X-Openstack-Request-Id: req-240acedf-bd48-44c9-8b99-29d63ef00ccc Date: Sun, 02 Sep 2018 09:13:20 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T08:43:25Z", "file": "/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/file", "owner": "01030eb0e3914b1cb6f047a368163377", "id": "32f2272a-7484-4b61-ab88-9c93dc5124f2", "size": 666173440, "self": "/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "5b6e74a9c6d1ae4031568048ae342306715a3d096910fe0bad4c8cb5f9969017", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/32f2272a-7484-4b61-ab88-9c93dc5124f2/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "cea74a063cc5ef2b018ec12beb0bf961", "name": "shaker-img_8846c2ae-096a-4e7a-9470-b6b262d6662e", "checksum": "cea74a063cc5ef2b018ec12beb0bf961", "created_at": "2018-09-02T08:43:16Z", "os_hidden": false, "protected": false, "os_hash_value": "9036cc0c5162bf666168b7d8b4cf5a1ef825eb799dbbaba08a619fd983bb8f39b7998e678e2fddff8b5a21b3a2c6af7127d52083c6c49f856c68d975e3a7a408"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:13:20,227 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-240acedf-bd48-44c9-8b99-29d63ef00ccc 2018-09-02 09:13:20,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.292716026306s 2018-09-02 09:13:20,227 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-240acedf-bd48-44c9-8b99-29d63ef00ccc 2018-09-02 09:13:20,229 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 09:13:20,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3d9a0fe7f0e67c88930e83790ecc5c6af49c1ffd" 2018-09-02 09:13:20,957 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-4c461aea-8025-494c-b396-b5f46a8b391e Date: Sun, 02 Sep 2018 09:13:20 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 09:13:20,957 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2 used request id req-4c461aea-8025-494c-b396-b5f46a8b391e 2018-09-02 09:13:20,958 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.728609085083s 2018-09-02 09:13:20,958 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/32f2272a-7484-4b61-ab88-9c93dc5124f2 used request id req-4c461aea-8025-494c-b396-b5f46a8b391e 2018-09-02 09:13:20,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:13:20,962 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 09:13:21,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13: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-76a75007-8e5f-45a3-96a0-97beab96767a x-compute-request-id: req-76a75007-8e5f-45a3-96a0-97beab96767a Content-Encoding: gzip Content-Length: 308 Content-Type: application/json RESP BODY: {"flavors": [{"name": "shaker-flavor_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/bc165137-f833-4737-8dc5-3132b90b6acd", "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": "bc165137-f833-4737-8dc5-3132b90b6acd"}]} 2018-09-02 09:13:21,230 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-76a75007-8e5f-45a3-96a0-97beab96767a 2018-09-02 09:13:21,231 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.27210187912s 2018-09-02 09:13:21,231 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-76a75007-8e5f-45a3-96a0-97beab96767a 2018-09-02 09:13:21,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 09:13:21,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 09:13:21,261 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:13: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-587b43e2-3a8e-4e12-964a-22855167c314 x-compute-request-id: req-587b43e2-3a8e-4e12-964a-22855167c314 Content-Length: 0 Content-Type: application/json 2018-09-02 09:13:21,261 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd used request id req-587b43e2-3a8e-4e12-964a-22855167c314 2018-09-02 09:13:21,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0285038948059s 2018-09-02 09:13:21,261 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/bc165137-f833-4737-8dc5-3132b90b6acd used request id req-587b43e2-3a8e-4e12-964a-22855167c314 2018-09-02 09:13:21,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:13:21,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 09:13:21,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52671948-70d7-4803-a0b3-0454559a6a60 Content-Encoding: gzip Content-Length: 971 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": {"self": "http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "59bd68825b334c13b51536ce53f9c43d", "domain_id": "default", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:13:21,460 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-52671948-70d7-4803-a0b3-0454559a6a60 2018-09-02 09:13:21,460 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.198177099228s 2018-09-02 09:13:21,460 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-52671948-70d7-4803-a0b3-0454559a6a60 2018-09-02 09:13:21,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:13:21,469 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 09:13:21,676 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:21 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac38a8aa-aa46-49a9-ac7b-b2a939995137 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "shaker-user_8846c2ae-096a-4e7a-9470-b6b262d6662e", "links": {"self": "http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "59bd68825b334c13b51536ce53f9c43d", "description": null}} 2018-09-02 09:13:21,676 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d used request id req-ac38a8aa-aa46-49a9-ac7b-b2a939995137 2018-09-02 09:13:21,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210052013397s 2018-09-02 09:13:21,676 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d used request id req-ac38a8aa-aa46-49a9-ac7b-b2a939995137 2018-09-02 09:13:21,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 09:13:21,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 09:13:21,985 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:13:21 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6bfb0b6e-8957-45cf-9b15-196b06a7a3c2 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 09:13:21,986 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d used request id req-6bfb0b6e-8957-45cf-9b15-196b06a7a3c2 2018-09-02 09:13:21,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.308770179749s 2018-09-02 09:13:21,986 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/59bd68825b334c13b51536ce53f9c43d used request id req-6bfb0b6e-8957-45cf-9b15-196b06a7a3c2 2018-09-02 09:13:21,992 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:13:21,995 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 09:13:22,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c966ce07-36e8-48b0-8dd8-a6ce52626234 Content-Encoding: gzip Content-Length: 524 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: shaker", "links": {"self": "http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377"}, "tags": [], "enabled": true, "id": "01030eb0e3914b1cb6f047a368163377", "parent_id": "default", "domain_id": "default", "name": "shaker-project_8846c2ae-096a-4e7a-9470-b6b262d6662e"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 09:13:22,185 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-c966ce07-36e8-48b0-8dd8-a6ce52626234 2018-09-02 09:13:22,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192904949188s 2018-09-02 09:13:22,185 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-c966ce07-36e8-48b0-8dd8-a6ce52626234 2018-09-02 09:13:22,190 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 09:13:22,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}87d4e899e364d0a45250c8e27e3b0f239344a4ef" 2018-09-02 09:13:22,478 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:13:22 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d5d72f09-2db7-487c-8914-9c97e4c99b15 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 09:13:22,478 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377 used request id req-d5d72f09-2db7-487c-8914-9c97e4c99b15 2018-09-02 09:13:22,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.288646936417s 2018-09-02 09:13:22,479 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/01030eb0e3914b1cb6f047a368163377 used request id req-d5d72f09-2db7-487c-8914-9c97e4c99b15 2018-09-02 09:13:22,540 - xtesting.ci.run_tests - INFO - Loading test case 'snaps_smoke'... 2018-09-02 09:13:22,885 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:13:22,886 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:13:22,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:13:22,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:13:22,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:13:22,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:13:22,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:13:22,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:13:22,887 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:13:22,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:13:22,893 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:22 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-87168d4b-1a6b-45dd-ab0c-cf08b0cbd702 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:13:22,893 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-87168d4b-1a6b-45dd-ab0c-cf08b0cbd702 2018-09-02 09:13:22,893 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:13:23,296 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:13:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["e4bwVLddRnqBhHTIINO9XQ"], "issued_at": "2018-09-02T09:13:23.000000Z"}} 2018-09-02 09:13:23,299 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:13:23,305 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2c1f6d0b-c698-4535-9a4a-d481b2fd4dbe 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:13:23,305 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-2c1f6d0b-c698-4535-9a4a-d481b2fd4dbe 2018-09-02 09:13:23,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:13:23,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:23,504 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:23 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99d9e773-5825-4bc3-ba65-8882a980595a Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 09:13:23,504 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-99d9e773-5825-4bc3-ba65-8882a980595a 2018-09-02 09:13:23,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.198037147522s 2018-09-02 09:13:23,505 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-99d9e773-5825-4bc3-ba65-8882a980595a 2018-09-02 09:13:23,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 09:13:23,515 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" -d '{"project": {"description": "Created by OPNFV Functest: snaps_smoke", "enabled": true, "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}}' 2018-09-02 09:13:23,717 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-25a748e9-113e-47ec-b624-b9b3a968453c 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.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}} 2018-09-02 09:13:23,717 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-25a748e9-113e-47ec-b624-b9b3a968453c 2018-09-02 09:13:23,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.205814123154s 2018-09-02 09:13:23,718 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-25a748e9-113e-47ec-b624-b9b3a968453c 2018-09-02 09:13:23,718 - 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'247488c12c0c415abb32d00b63509419', '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_145e5ffc-ba5d-4aee-955c-809647d62475'}) 2018-09-02 09:13:23,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 09:13:23,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "46750ca1-2d29-40a1-8ae1-b219bc202205", "email": null, "name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475"}}' 2018-09-02 09:13:24,225 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:13:23 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7d53b017-e4f4-4cee-ab6b-3aab70bc32f2 Content-Length: 326 Content-Type: application/json RESP BODY: {"user": {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}} 2018-09-02 09:13:24,226 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-7d53b017-e4f4-4cee-ab6b-3aab70bc32f2 2018-09-02 09:13:24,226 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.500669956207s 2018-09-02 09:13:24,226 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-7d53b017-e4f4-4cee-ab6b-3aab70bc32f2 2018-09-02 09:13:24,227 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'c0acb95971d1421fa87714fd850b8992', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475'}) 2018-09-02 09:13:24,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:24,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:24,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e54f79d2-4cc0-42f0-afb6-6d67cc20f447 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:24,429 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e54f79d2-4cc0-42f0-afb6-6d67cc20f447 2018-09-02 09:13:24,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199002027512s 2018-09-02 09:13:24,430 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e54f79d2-4cc0-42f0-afb6-6d67cc20f447 2018-09-02 09:13:24,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:24,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:24,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7d413cdc-bcb9-46c9-a5b9-b7575c99c495 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:24,535 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-7d413cdc-bcb9-46c9-a5b9-b7575c99c495 2018-09-02 09:13:24,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100599050522s 2018-09-02 09:13:24,536 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-7d413cdc-bcb9-46c9-a5b9-b7575c99c495 2018-09-02 09:13:24,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:24,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:24,738 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec4d1b05-f79b-4589-bf35-069cda529b4f Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:24,738 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ec4d1b05-f79b-4589-bf35-069cda529b4f 2018-09-02 09:13:24,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196928977966s 2018-09-02 09:13:24,738 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ec4d1b05-f79b-4589-bf35-069cda529b4f 2018-09-02 09:13:24,743 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:13:24,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:24,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3fbe5a87-dee7-4a05-8cd5-848d483056fa Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:13:24,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-3fbe5a87-dee7-4a05-8cd5-848d483056fa 2018-09-02 09:13:24,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.153474092484s 2018-09-02 09:13:24,897 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-3fbe5a87-dee7-4a05-8cd5-848d483056fa 2018-09-02 09:13:24,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:13:24,901 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:25,103 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:24 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9c6e304-6b72-4728-8eb4-bebf691772a2 Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:13:25,103 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-b9c6e304-6b72-4728-8eb4-bebf691772a2 2018-09-02 09:13:25,103 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20517206192s 2018-09-02 09:13:25,104 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-b9c6e304-6b72-4728-8eb4-bebf691772a2 2018-09-02 09:13:25,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:13:25,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:25,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a23d574d-6bbc-4bbb-8f00-8ca309f4b134 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:13:25,306 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-a23d574d-6bbc-4bbb-8f00-8ca309f4b134 2018-09-02 09:13:25,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.190124034882s 2018-09-02 09:13:25,306 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-a23d574d-6bbc-4bbb-8f00-8ca309f4b134 2018-09-02 09:13:25,315 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:13:25,318 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=247488c12c0c415abb32d00b63509419" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:25,511 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7498a2f4-9f07-4201-9bcf-c4a9d013510c Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=247488c12c0c415abb32d00b63509419", "previous": null, "next": null}} 2018-09-02 09:13:25,512 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=247488c12c0c415abb32d00b63509419 used request id req-7498a2f4-9f07-4201-9bcf-c4a9d013510c 2018-09-02 09:13:25,512 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.196707010269s 2018-09-02 09:13:25,512 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=247488c12c0c415abb32d00b63509419 used request id req-7498a2f4-9f07-4201-9bcf-c4a9d013510c 2018-09-02 09:13:25,515 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:13:25,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:25,737 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-60e0e8ae-4b00-4191-9bd1-3501bb30bf78 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 09:13:25,737 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-60e0e8ae-4b00-4191-9bd1-3501bb30bf78 2018-09-02 09:13:25,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.221862077713s 2018-09-02 09:13:25,738 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-60e0e8ae-4b00-4191-9bd1-3501bb30bf78 2018-09-02 09:13:25,738 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475', 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'247488c12c0c415abb32d00b63509419', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '46750ca1-2d29-40a1-8ae1-b219bc202205', 'username': u'snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 09:13:25,739 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:13:25,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:13:25,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:13:25,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:13:25,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:13:25,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:13:25,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:13:25,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:13:25,740 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:13:25,741 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:13:25,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:13:25,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:13:25,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:13:25,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:13:25,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:13:25,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:13:25,742 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:13:25,744 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475', 'password': '46750ca1-2d29-40a1-8ae1-b219bc202205', 'project_name': 'snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '247488c12c0c415abb32d00b63509419', 'project_domain_name': 'Default'} 2018-09-02 09:13:25,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:25,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:25,897 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5224c8c9-a8a0-4100-9f0d-95dee96d4fcc Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:25,897 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5224c8c9-a8a0-4100-9f0d-95dee96d4fcc 2018-09-02 09:13:25,897 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.149873971939s 2018-09-02 09:13:25,898 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5224c8c9-a8a0-4100-9f0d-95dee96d4fcc 2018-09-02 09:13:25,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:25,905 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:26,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:25 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e0d61ee9-cf27-4df5-9dc8-ff8aa2483299 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:26,011 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e0d61ee9-cf27-4df5-9dc8-ff8aa2483299 2018-09-02 09:13:26,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.108404159546s 2018-09-02 09:13:26,011 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e0d61ee9-cf27-4df5-9dc8-ff8aa2483299 2018-09-02 09:13:26,016 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:13:26,019 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:26,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6400d896-4e85-4f47-8188-205ada6c7c0e Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:13:26,125 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6400d896-4e85-4f47-8188-205ada6c7c0e 2018-09-02 09:13:26,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.109293937683s 2018-09-02 09:13:26,126 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-6400d896-4e85-4f47-8188-205ada6c7c0e 2018-09-02 09:13:26,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:13:26,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:26,254 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99994bba-1e6e-44a5-a33c-cd761381d7f5 Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:13:26,254 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-99994bba-1e6e-44a5-a33c-cd761381d7f5 2018-09-02 09:13:26,254 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.127682924271s 2018-09-02 09:13:26,255 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-99994bba-1e6e-44a5-a33c-cd761381d7f5 2018-09-02 09:13:26,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:13:26,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:26,477 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2913915-e118-48c4-84b6-73f630ad8014 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:13:26,477 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-d2913915-e118-48c4-84b6-73f630ad8014 2018-09-02 09:13:26,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.210815191269s 2018-09-02 09:13:26,478 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-d2913915-e118-48c4-84b6-73f630ad8014 2018-09-02 09:13:26,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:13:26,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=247488c12c0c415abb32d00b63509419" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:26,683 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3131ca48-2f05-4a3f-93b3-a3ef2bee217e Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=247488c12c0c415abb32d00b63509419", "previous": null, "next": null}} 2018-09-02 09:13:26,684 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=247488c12c0c415abb32d00b63509419 used request id req-3131ca48-2f05-4a3f-93b3-a3ef2bee217e 2018-09-02 09:13:26,684 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.198968887329s 2018-09-02 09:13:26,684 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=247488c12c0c415abb32d00b63509419 used request id req-3131ca48-2f05-4a3f-93b3-a3ef2bee217e 2018-09-02 09:13:26,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:13:26,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:26,832 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff29f6d0-cb0b-4c60-932d-fec17f6ed676 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 09:13:26,832 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/8e0d526659f746328b933c99a8db6754 used request id req-ff29f6d0-cb0b-4c60-932d-fec17f6ed676 2018-09-02 09:13:26,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.145163059235s 2018-09-02 09:13:26,833 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/8e0d526659f746328b933c99a8db6754 used request id req-ff29f6d0-cb0b-4c60-932d-fec17f6ed676 2018-09-02 09:13:26,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:26,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:26,949 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0fa07552-c72a-47f6-a977-36085701a12b Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:26,949 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-0fa07552-c72a-47f6-a977-36085701a12b 2018-09-02 09:13:26,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112831830978s 2018-09-02 09:13:26,949 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-0fa07552-c72a-47f6-a977-36085701a12b 2018-09-02 09:13:26,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:26,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:27,055 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:26 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-170aa8a7-4c69-46f6-ac46-09de0dd79656 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:27,055 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-170aa8a7-4c69-46f6-ac46-09de0dd79656 2018-09-02 09:13:27,055 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.100243091583s 2018-09-02 09:13:27,055 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-170aa8a7-4c69-46f6-ac46-09de0dd79656 2018-09-02 09:13:27,060 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:13:27,063 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:27,250 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9624102d-e254-45f3-b8d2-a63bbed7e6d5 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:13:27,250 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9624102d-e254-45f3-b8d2-a63bbed7e6d5 2018-09-02 09:13:27,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.189990997314s 2018-09-02 09:13:27,251 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-9624102d-e254-45f3-b8d2-a63bbed7e6d5 2018-09-02 09:13:27,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:13:27,255 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:27,392 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a13921b9-ae40-41ff-a699-7e3e3e86f97a Content-Encoding: gzip Content-Length: 969 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:13:27,392 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a13921b9-ae40-41ff-a699-7e3e3e86f97a 2018-09-02 09:13:27,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.140579223633s 2018-09-02 09:13:27,393 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a13921b9-ae40-41ff-a699-7e3e3e86f97a 2018-09-02 09:13:27,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:13:27,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:27,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e820afbc-9130-41a3-b80f-d068fb5de8f7 Content-Encoding: gzip Content-Length: 527 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:13:27,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e820afbc-9130-41a3-b80f-d068fb5de8f7 2018-09-02 09:13:27,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.180511951447s 2018-09-02 09:13:27,585 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e820afbc-9130-41a3-b80f-d068fb5de8f7 2018-09-02 09:13:27,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:13:27,596 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=247488c12c0c415abb32d00b63509419" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:27,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1127518e-4719-4ec6-aadd-d1f9064e031e Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=247488c12c0c415abb32d00b63509419", "previous": null, "next": null}} 2018-09-02 09:13:27,700 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=247488c12c0c415abb32d00b63509419 used request id req-1127518e-4719-4ec6-aadd-d1f9064e031e 2018-09-02 09:13:27,700 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.106841087341s 2018-09-02 09:13:27,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=c0acb95971d1421fa87714fd850b8992&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=247488c12c0c415abb32d00b63509419 used request id req-1127518e-4719-4ec6-aadd-d1f9064e031e 2018-09-02 09:13:27,703 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:13:27,707 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/e584478c27264203b713aa48cb65d6d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}3cbfbb24ca6763199b81a6a2f6a88cdf998e98d4" 2018-09-02 09:13:27,941 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:13:27 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1b4b2d0d-8b23-4c34-a51c-7f8ee826b9d5 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 09:13:27,941 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/e584478c27264203b713aa48cb65d6d1 used request id req-1b4b2d0d-8b23-4c34-a51c-7f8ee826b9d5 2018-09-02 09:13:27,941 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.237334012985s 2018-09-02 09:13:27,941 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419/users/c0acb95971d1421fa87714fd850b8992/roles/e584478c27264203b713aa48cb65d6d1 used request id req-1b4b2d0d-8b23-4c34-a51c-7f8ee826b9d5 2018-09-02 09:13:27,941 - openstack_tests - DEBUG - Reading RC file - /var/lib/xtesting/conf/env_file 2018-09-02 09:13:27,942 - file_utils - INFO - Attempting to read OS environment file - /var/lib/xtesting/conf/env_file 2018-09-02 09:13:27,942 - openstack_tests - INFO - OS Credentials = > 2018-09-02 09:13:27,943 - keystone_utils - DEBUG - Retrieving Keystone Session 2018-09-02 09:13:27,945 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair = networking_sfc.cli.port_pair') 2018-09-02 09:13:27,948 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_pair_group = networking_sfc.cli.port_pair_group') 2018-09-02 09:13:27,950 - stevedore.extension - DEBUG - found extension EntryPoint.parse('flow_classifier = networking_sfc.cli.flow_classifier') 2018-09-02 09:13:27,951 - stevedore.extension - DEBUG - found extension EntryPoint.parse('port_chain = networking_sfc.cli.port_chain') 2018-09-02 09:13:27,953 - stevedore.extension - DEBUG - found extension EntryPoint.parse('bgpvpn = networking_bgpvpn.neutronclient.neutron.v2_0.bgpvpn.bgpvpn') 2018-09-02 09:13:27,970 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:13:28,372 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "e584478c27264203b713aa48cb65d6d1", "name": "heat_stack_owner"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:13:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "247488c12c0c415abb32d00b63509419", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_247488c12c0c415abb32d00b63509419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_247488c12c0c415abb32d00b63509419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/247488c12c0c415abb32d00b63509419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/247488c12c0c415abb32d00b63509419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/247488c12c0c415abb32d00b63509419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/247488c12c0c415abb32d00b63509419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/247488c12c0c415abb32d00b63509419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/247488c12c0c415abb32d00b63509419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/247488c12c0c415abb32d00b63509419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/247488c12c0c415abb32d00b63509419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/247488c12c0c415abb32d00b63509419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/247488c12c0c415abb32d00b63509419", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/247488c12c0c415abb32d00b63509419", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/247488c12c0c415abb32d00b63509419", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "id": "c0acb95971d1421fa87714fd850b8992"}, "audit_ids": ["ZB8yn1HlSmm76QtFnMPzSA"], "issued_at": "2018-09-02T09:13:28.000000Z"}} 2018-09-02 09:13:28,378 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bb5998ead21630d080de125322f506478f736fa" 2018-09-02 09:13:28,736 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-bcab7327-c58a-4d67-8693-f2bdc9a0ce51 Date: Sun, 02 Sep 2018 09:13:28 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 09:13:28,736 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks?router%3Aexternal=True used request id req-bcab7327-c58a-4d67-8693-f2bdc9a0ce51 2018-09-02 09:13:28,741 - keystoneauth.session - DEBUG - REQ: curl -g -i --insecure -X GET http://172.30.9.25:9696/v2.0/subnets?network_id=b718548c-5bba-4aa1-a641-92a8eddc5687 -H "User-Agent: python-neutronclient" -H "Accept: application/json" -H "X-Auth-Token: {SHA1}6bb5998ead21630d080de125322f506478f736fa" 2018-09-02 09:13:29,067 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 642 X-Openstack-Request-Id: req-ec653d46-74f6-4834-b6df-5dac1fbebcc6 Date: Sun, 02 Sep 2018 09:13:29 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4}]} 2018-09-02 09:13:29,068 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets?network_id=b718548c-5bba-4aa1-a641-92a8eddc5687 used request id req-ec653d46-74f6-4834-b6df-5dac1fbebcc6 2018-09-02 09:13:29,068 - functest.opnfv_tests.openstack.snaps.snaps_test_runner - INFO - Using flavor metadata '{}' 2018-09-02 09:13:29,068 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:13:29,069 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:13:29,070 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:13:29,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.discovery 2018-09-02 09:13:29,072 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:13:29,076 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0018a25c-16f6-464f-ba0b-213b0fc43652 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:13:29,076 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-0018a25c-16f6-464f-ba0b-213b0fc43652 2018-09-02 09:13:29,077 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:13:29,477 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:13:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["lRM8YyoaRJa3wTgIIqBTuw"], "issued_at": "2018-09-02T09:13:29.000000Z"}} 2018-09-02 09:13:29,480 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}31d31a9bbf4c0f10db4debeab3c55966de001896" 2018-09-02 09:13:29,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13: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-2ade8eac-c1c4-476f-839a-39e2daee0ad8 x-compute-request-id: req-2ade8eac-c1c4-476f-839a-39e2daee0ad8 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.25: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 09:13:29,738 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/ used request id req-2ade8eac-c1c4-476f-839a-39e2daee0ad8 2018-09-02 09:13:29,738 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.discovery in 0.666229009628s 2018-09-02 09:13:29,738 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/ used request id req-2ade8eac-c1c4-476f-839a-39e2daee0ad8 2018-09-02 09:13:29,738 - 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.25: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 09:13:29,739 - functest.utils.functest_utils - DEBUG - nova version: (2, 65) 2018-09-02 09:13:29,739 - xtesting.ci.run_tests - INFO - Skipping test case 'snaps_smoke'... 2018-09-02 09:13:29,740 - xtesting.ci.run_tests - INFO - Test result: +---------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------+------------------+------------------+----------------+ | snaps_smoke | functest | 00:00 | SKIP | +---------------------+------------------+------------------+----------------+ 2018-09-02 09:13:29,803 - xtesting.ci.run_tests - INFO - Loading test case 'neutron_trunk'... 2018-09-02 09:13:29,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:13:29,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:13:29,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:13:29,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:13:29,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:13:29,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:13:29,849 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:13:29,850 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:13:29,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:13:29,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:13:29,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:13:29,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:13:29,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:13:29,851 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:13:29,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:13:29,857 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83563ba3-2f3a-461e-9ed2-6563e2ad9288 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:13:29,858 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-83563ba3-2f3a-461e-9ed2-6563e2ad9288 2018-09-02 09:13:29,858 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:13:30,266 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:13:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["ww0qjjPvS7GjIIGtOg5FTQ"], "issued_at": "2018-09-02T09:13:30.000000Z"}} 2018-09-02 09:13:30,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:13:30,270 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:30,644 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-02876e87-0bf3-445f-bbfb-fa2141deb66e Date: Sun, 02 Sep 2018 09:13:30 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 09:13:30,645 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-02876e87-0bf3-445f-bbfb-fa2141deb66e 2018-09-02 09:13:30,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375751018524s 2018-09-02 09:13:30,645 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-02876e87-0bf3-445f-bbfb-fa2141deb66e 2018-09-02 09:13:30,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:13:30,654 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-921e3d88-9523-46fc-96b5-7bc3e3912865 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:13:30,654 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-921e3d88-9523-46fc-96b5-7bc3e3912865 2018-09-02 09:13:30,655 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:13:30,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:30,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c8fb344-994a-4784-aa2b-f3da3ab45584 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 09:13:30,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-4c8fb344-994a-4784-aa2b-f3da3ab45584 2018-09-02 09:13:30,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196186065674s 2018-09-02 09:13:30,852 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-4c8fb344-994a-4784-aa2b-f3da3ab45584 2018-09-02 09:13:30,859 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 09:13:30,862 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" -d '{"project": {"description": "Created by OPNFV Functest: neutron_trunk", "enabled": true, "domain_id": "default", "name": "neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81"}}' 2018-09-02 09:13:31,082 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:13:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e9a2e567-d1eb-4f3e-8d00-39d58e55f039 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.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb"}, "tags": [], "enabled": true, "id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81"}} 2018-09-02 09:13:31,082 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e9a2e567-d1eb-4f3e-8d00-39d58e55f039 2018-09-02 09:13:31,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.22330904007s 2018-09-02 09:13:31,083 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-e9a2e567-d1eb-4f3e-8d00-39d58e55f039 2018-09-02 09:13:31,083 - 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'bf18bc3bf4fa45b5baa3471c9b62bcdb', '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_8e425472-a7de-4b71-a78a-e15e68736a81'}) 2018-09-02 09:13:31,089 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 09:13:31,092 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "527fc028-0436-4d9b-a4c3-a697c790ebfe", "email": null, "name": "neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81"}}' 2018-09-02 09:13:31,555 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:13:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-3a5112ff-0a6f-4b62-93b4-01913fa37240 Content-Length: 328 Content-Type: application/json RESP BODY: {"user": {"name": "neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81", "links": {"self": "http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "afe9ecb6d13e458baaf7a5043af550bf", "domain_id": "default", "password_expires_at": null}} 2018-09-02 09:13:31,556 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-3a5112ff-0a6f-4b62-93b4-01913fa37240 2018-09-02 09:13:31,556 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.46661400795s 2018-09-02 09:13:31,556 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-3a5112ff-0a6f-4b62-93b4-01913fa37240 2018-09-02 09:13:31,557 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'afe9ecb6d13e458baaf7a5043af550bf', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81'}) 2018-09-02 09:13:31,560 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:31,563 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:31,725 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2a727ce0-a1ca-4787-8b6e-446b94a17ba0 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:31,725 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2a727ce0-a1ca-4787-8b6e-446b94a17ba0 2018-09-02 09:13:31,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.165536880493s 2018-09-02 09:13:31,726 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2a727ce0-a1ca-4787-8b6e-446b94a17ba0 2018-09-02 09:13:31,731 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:31,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:31,930 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4566f1f8-d474-4d67-abfa-abad59bb0b85 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:31,930 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4566f1f8-d474-4d67-abfa-abad59bb0b85 2018-09-02 09:13:31,930 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.199131011963s 2018-09-02 09:13:31,930 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4566f1f8-d474-4d67-abfa-abad59bb0b85 2018-09-02 09:13:31,935 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:31,939 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:32,053 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-02ec4a11-aa1f-470a-84ac-557206bb76b3 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:32,053 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-02ec4a11-aa1f-470a-84ac-557206bb76b3 2018-09-02 09:13:32,053 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.117336034775s 2018-09-02 09:13:32,053 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-02ec4a11-aa1f-470a-84ac-557206bb76b3 2018-09-02 09:13:32,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:13:32,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:32,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa784477-db83-4bbb-a5f4-4d3d0ae2ee0d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:13:32,243 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-aa784477-db83-4bbb-a5f4-4d3d0ae2ee0d 2018-09-02 09:13:32,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.184391021729s 2018-09-02 09:13:32,243 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-aa784477-db83-4bbb-a5f4-4d3d0ae2ee0d 2018-09-02 09:13:32,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:13:32,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:32,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3b039f9e-79eb-4e48-9eab-7bad3320dd12 Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81", "links": {"self": "http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "afe9ecb6d13e458baaf7a5043af550bf", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:13:32,449 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3b039f9e-79eb-4e48-9eab-7bad3320dd12 2018-09-02 09:13:32,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20490193367s 2018-09-02 09:13:32,449 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-3b039f9e-79eb-4e48-9eab-7bad3320dd12 2018-09-02 09:13:32,462 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:13:32,465 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:32,669 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-82b53ee6-4be4-416b-aa0b-a45e1abe849c Content-Encoding: gzip Content-Length: 595 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb"}, "tags": [], "enabled": true, "id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:13:32,669 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-82b53ee6-4be4-416b-aa0b-a45e1abe849c 2018-09-02 09:13:32,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.207802057266s 2018-09-02 09:13:32,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-82b53ee6-4be4-416b-aa0b-a45e1abe849c 2018-09-02 09:13:32,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:13:32,681 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=afe9ecb6d13e458baaf7a5043af550bf&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=bf18bc3bf4fa45b5baa3471c9b62bcdb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:32,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2b1f42c4-b04e-4bbf-b22b-8f02dc9b8d79 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=afe9ecb6d13e458baaf7a5043af550bf&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=bf18bc3bf4fa45b5baa3471c9b62bcdb", "previous": null, "next": null}} 2018-09-02 09:13:32,783 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=afe9ecb6d13e458baaf7a5043af550bf&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=bf18bc3bf4fa45b5baa3471c9b62bcdb used request id req-2b1f42c4-b04e-4bbf-b22b-8f02dc9b8d79 2018-09-02 09:13:32,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.104208946228s 2018-09-02 09:13:32,783 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=afe9ecb6d13e458baaf7a5043af550bf&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=bf18bc3bf4fa45b5baa3471c9b62bcdb used request id req-2b1f42c4-b04e-4bbf-b22b-8f02dc9b8d79 2018-09-02 09:13:32,786 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:13:32,790 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb/users/afe9ecb6d13e458baaf7a5043af550bf/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:33,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:13:32 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-be841116-d535-4b02-b983-2704015985e5 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 09:13:33,031 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb/users/afe9ecb6d13e458baaf7a5043af550bf/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-be841116-d535-4b02-b983-2704015985e5 2018-09-02 09:13:33,031 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.244543075562s 2018-09-02 09:13:33,031 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb/users/afe9ecb6d13e458baaf7a5043af550bf/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-be841116-d535-4b02-b983-2704015985e5 2018-09-02 09:13:33,032 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81', 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'bf18bc3bf4fa45b5baa3471c9b62bcdb', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '527fc028-0436-4d9b-a4c3-a697c790ebfe', 'username': u'neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 09:13:33,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:13:33,033 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:13:33,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:13:33,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:13:33,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:13:33,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:13:33,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:13:33,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:13:33,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:13:33,034 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:13:33,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:13:33,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:13:33,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:13:33,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:13:33,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:13:33,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:13:33,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:13:33,035 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:13:33,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:13:33,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:13:33,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:13:33,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:13:33,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:13:33,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:13:33,036 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:13:33,038 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81', 'password': '527fc028-0436-4d9b-a4c3-a697c790ebfe', 'project_name': 'neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'bf18bc3bf4fa45b5baa3471c9b62bcdb', 'project_domain_name': 'Default'} 2018-09-02 09:13:33,041 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:33,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:33,153 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-29a7a025-f3a2-4456-86bf-64da229cba05 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:33,153 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-29a7a025-f3a2-4456-86bf-64da229cba05 2018-09-02 09:13:33,153 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.111935853958s 2018-09-02 09:13:33,153 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-29a7a025-f3a2-4456-86bf-64da229cba05 2018-09-02 09:13:33,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:13:33,162 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:33,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b4e6358-4a21-48f7-99b2-dd2de06e4c7e Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:13:33,260 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-1b4e6358-4a21-48f7-99b2-dd2de06e4c7e 2018-09-02 09:13:33,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.10214805603s 2018-09-02 09:13:33,261 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-1b4e6358-4a21-48f7-99b2-dd2de06e4c7e 2018-09-02 09:13:33,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:13:33,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:33,456 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b796b739-1fd4-4967-b9f9-1012083482c4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:13:33,456 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-b796b739-1fd4-4967-b9f9-1012083482c4 2018-09-02 09:13:33,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190680027008s 2018-09-02 09:13:33,457 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-b796b739-1fd4-4967-b9f9-1012083482c4 2018-09-02 09:13:33,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:13:33,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:33,589 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9e9d27b3-71ed-49b6-86d9-27f3fbdfd3a9 Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81", "links": {"self": "http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "afe9ecb6d13e458baaf7a5043af550bf", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:13:33,590 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9e9d27b3-71ed-49b6-86d9-27f3fbdfd3a9 2018-09-02 09:13:33,590 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.131685972214s 2018-09-02 09:13:33,590 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-9e9d27b3-71ed-49b6-86d9-27f3fbdfd3a9 2018-09-02 09:13:33,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:13:33,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:33,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8216b9df-551d-49cc-80a1-0deada895bcc Content-Encoding: gzip Content-Length: 595 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb"}, "tags": [], "enabled": true, "id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:13:33,787 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-8216b9df-551d-49cc-80a1-0deada895bcc 2018-09-02 09:13:33,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184582948685s 2018-09-02 09:13:33,787 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-8216b9df-551d-49cc-80a1-0deada895bcc 2018-09-02 09:13:33,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:13:33,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=afe9ecb6d13e458baaf7a5043af550bf&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=bf18bc3bf4fa45b5baa3471c9b62bcdb" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:33,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-75d87301-3e25-4aeb-a232-1eb64cc5d291 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=afe9ecb6d13e458baaf7a5043af550bf&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=bf18bc3bf4fa45b5baa3471c9b62bcdb", "previous": null, "next": null}} 2018-09-02 09:13:33,902 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=afe9ecb6d13e458baaf7a5043af550bf&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=bf18bc3bf4fa45b5baa3471c9b62bcdb used request id req-75d87301-3e25-4aeb-a232-1eb64cc5d291 2018-09-02 09:13:33,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.107276916504s 2018-09-02 09:13:33,903 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=afe9ecb6d13e458baaf7a5043af550bf&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=bf18bc3bf4fa45b5baa3471c9b62bcdb used request id req-75d87301-3e25-4aeb-a232-1eb64cc5d291 2018-09-02 09:13:33,906 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:13:33,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb/users/afe9ecb6d13e458baaf7a5043af550bf/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:13:34,073 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:13:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2bb5b168-c340-4573-89b4-b47075dd29ce 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 09:13:34,074 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb/users/afe9ecb6d13e458baaf7a5043af550bf/roles/8e0d526659f746328b933c99a8db6754 used request id req-2bb5b168-c340-4573-89b4-b47075dd29ce 2018-09-02 09:13:34,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.167474031448s 2018-09-02 09:13:34,074 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb/users/afe9ecb6d13e458baaf7a5043af550bf/roles/8e0d526659f746328b933c99a8db6754 used request id req-2bb5b168-c340-4573-89b4-b47075dd29ce 2018-09-02 09:13:34,074 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 09:13:36,940 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 09:13:39,672 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 0ad55b82-d309-42a1-960c-f91de6d20a09 | 2018-09-02T09:13:39.335182 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 0ad55b82-d309-42a1-960c-f91de6d20a09 ~/.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 09:13:43,434 - 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 09:13:43,434 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 09:13:46,086 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 09:13:49,461 - 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=ac9a8543-c71d-4664-8cd4-3203a246827c) as the default verifier for the future CLI operations. 2018-09-02 09:13:52,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:13:52,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:13:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa7de32a-e371-44bc-9cf0-1fedf5aa58c1 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:13:52,748 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-aa7de32a-e371-44bc-9cf0-1fedf5aa58c1 2018-09-02 09:13:52,748 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:13:53,162 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:13:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "name": "neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/bf18bc3bf4fa45b5baa3471c9b62bcdb", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81", "id": "afe9ecb6d13e458baaf7a5043af550bf"}, "audit_ids": ["JBnvRtpFSxWTfxsrRjLW1g"], "issued_at": "2018-09-02T09:13:53.000000Z"}} 2018-09-02 09:13:53,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 09:13:53,166 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:13:53,454 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-e483a56c-26fd-46a3-90b0-10a057aebbe2 Date: Sun, 02 Sep 2018 09:13: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 09:13:53,455 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-e483a56c-26fd-46a3-90b0-10a057aebbe2 2018-09-02 09:13:53,455 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.289294958115s 2018-09-02 09:13:53,455 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-e483a56c-26fd-46a3-90b0-10a057aebbe2 2018-09-02 09:13:53,466 - xtesting.ci.run_tests - INFO - Running test case 'neutron_trunk'... 2018-09-02 09:13:53,466 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 09:13:53,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" -d '{"network": {"shared": true, "name": "neutron_trunk-net_8e425472-a7de-4b71-a78a-e15e68736a81", "admin_state_up": true}}' 2018-09-02 09:13:54,128 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 726 X-Openstack-Request-Id: req-dd8ee4a0-96e6-43bf-8c55-7fdf59f8d04c Date: Sun, 02 Sep 2018 09:13:54 GMT RESP BODY: {"network":{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"provider:network_type":"vxlan","id":"9b314eef-8605-4b38-94ae-4af696e5f6ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":true,"project_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:13:54Z","is_default":false,"qos_policy_id":null,"name":"neutron_trunk-net_8e425472-a7de-4b71-a78a-e15e68736a81","admin_state_up":true,"tenant_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","created_at":"2018-09-02T09:13:54Z","mtu":1450}} 2018-09-02 09:13:54,128 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-dd8ee4a0-96e6-43bf-8c55-7fdf59f8d04c 2018-09-02 09:13:54,128 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.661618947983s 2018-09-02 09:13:54,128 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-dd8ee4a0-96e6-43bf-8c55-7fdf59f8d04c 2018-09-02 09:13:54,129 - 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-02T09:13:54Z', u'is_default': False, u'revision_number': 1, u'port_security_enabled': True, u'provider:network_type': u'vxlan', u'id': u'9b314eef-8605-4b38-94ae-4af696e5f6ba', 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'neutron_trunk-net_8e425472-a7de-4b71-a78a-e15e68736a81', u'created_at': u'2018-09-02T09:13:54Z', u'mtu': 1450, u'tenant_id': u'bf18bc3bf4fa45b5baa3471c9b62bcdb', u'ipv4_address_scope': None, u'shared': True, u'project_id': u'bf18bc3bf4fa45b5baa3471c9b62bcdb', u'l2_adjacency': True}) 2018-09-02 09:13:54,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:13:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:13:54,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2104 X-Openstack-Request-Id: req-f9adc9b1-4e14-4ecf-8cd2-ab4ac6768652 Date: Sun, 02 Sep 2018 09:13:54 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":1,"port_security_enabled":true,"mtu":1450,"id":"9b314eef-8605-4b38-94ae-4af696e5f6ba","router:external":false,"availability_zone_hints":[],"availability_zones":[],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":true,"project_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:13:54Z","qos_policy_id":null,"name":"neutron_trunk-net_8e425472-a7de-4b71-a78a-e15e68736a81","admin_state_up":true,"tenant_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","created_at":"2018-09-02T09:13:54Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 09:13:54,489 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f9adc9b1-4e14-4ecf-8cd2-ab4ac6768652 2018-09-02 09:13:54,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.359818935394s 2018-09-02 09:13:54,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-f9adc9b1-4e14-4ecf-8cd2-ab4ac6768652 2018-09-02 09:13:54,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 09:13:54,492 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" -d '{"subnet": {"name": "neutron_trunk-subnet_8e425472-a7de-4b71-a78a-e15e68736a81", "enable_dhcp": true, "network_id": "9b314eef-8605-4b38-94ae-4af696e5f6ba", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 09:13:55,302 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-d365efb4-ddba-41e2-9bef-e161142013a0 Date: Sun, 02 Sep 2018 09:13:55 GMT RESP BODY: {"subnet":{"updated_at":"2018-09-02T09:13:54Z","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":"7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_8e425472-a7de-4b71-a78a-e15e68736a81","enable_dhcp":true,"segment_id":null,"network_id":"9b314eef-8605-4b38-94ae-4af696e5f6ba","tenant_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","created_at":"2018-09-02T09:13:54Z","ip_version":4}} 2018-09-02 09:13:55,302 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d365efb4-ddba-41e2-9bef-e161142013a0 2018-09-02 09:13:55,302 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.810408115387s 2018-09-02 09:13:55,302 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-d365efb4-ddba-41e2-9bef-e161142013a0 2018-09-02 09:13:55,303 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T09:13:54Z', 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'7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e', u'subnetpool_id': None, u'service_types': [], u'name': u'neutron_trunk-subnet_8e425472-a7de-4b71-a78a-e15e68736a81', u'enable_dhcp': True, u'segment_id': None, u'network_id': u'9b314eef-8605-4b38-94ae-4af696e5f6ba', u'tenant_id': u'bf18bc3bf4fa45b5baa3471c9b62bcdb', u'created_at': u'2018-09-02T09:13:54Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'bf18bc3bf4fa45b5baa3471c9b62bcdb'}) 2018-09-02 09:13:55,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 09:13:55,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "neutron_trunk-router_8e425472-a7de-4b71-a78a-e15e68736a81", "admin_state_up": true}}' 2018-09-02 09:14:01,957 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 712 X-Openstack-Request-Id: req-0487baea-7a05-4480-bfcf-a44222a487e7 Date: Sun, 02 Sep 2018 09:14:01 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "created_at": "2018-09-02T09:13:56Z", "admin_state_up": true, "updated_at": "2018-09-02T09:13:57Z", "project_id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "flavor_id": null, "revision_number": 3, "routes": [], "ha": true, "id": "7c3f11f7-fa1d-46c3-91c7-492c6d709e4c", "name": "neutron_trunk-router_8e425472-a7de-4b71-a78a-e15e68736a81"}} 2018-09-02 09:14:01,957 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0487baea-7a05-4480-bfcf-a44222a487e7 2018-09-02 09:14:01,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.65373110771s 2018-09-02 09:14:01,958 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0487baea-7a05-4480-bfcf-a44222a487e7 2018-09-02 09:14:01,958 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T09:13:57Z', u'revision_number': 3, u'ha': True, u'id': u'7c3f11f7-fa1d-46c3-91c7-492c6d709e4c', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.203'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'neutron_trunk-router_8e425472-a7de-4b71-a78a-e15e68736a81', u'admin_state_up': True, u'tenant_id': u'bf18bc3bf4fa45b5baa3471c9b62bcdb', u'created_at': u'2018-09-02T09:13:56Z', u'flavor_id': None, u'routes': [], u'project_id': u'bf18bc3bf4fa45b5baa3471c9b62bcdb'}) 2018-09-02 09:14:01,959 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 09:14:01,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c/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}424e661addf6e5de5d6aeddd399443e047830887" -d '{"subnet_id": "7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e"}' 2018-09-02 09:14:04,763 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-b98b8a81-4317-419c-bb8e-fd8ef9258690 Date: Sun, 02 Sep 2018 09:14:04 GMT RESP BODY: {"network_id": "9b314eef-8605-4b38-94ae-4af696e5f6ba", "tenant_id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "subnet_id": "7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e", "subnet_ids": ["7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e"], "port_id": "53fb782b-55f8-4f9b-9f95-222e29dca2ea", "id": "7c3f11f7-fa1d-46c3-91c7-492c6d709e4c"} 2018-09-02 09:14:04,763 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c/add_router_interface.json used request id req-b98b8a81-4317-419c-bb8e-fd8ef9258690 2018-09-02 09:14:04,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.8045129776s 2018-09-02 09:14:04,764 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c/add_router_interface.json used request id req-b98b8a81-4317-419c-bb8e-fd8ef9258690 returning object 7c3f11f7-fa1d-46c3-91c7-492c6d709e4c 2018-09-02 09:14:04,764 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img 2018-09-02 09:14:04,897 - shade - DEBUG - Image file /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.img md5:443b7623e27ecf03dc9e01ee93f67afe sha256:a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8 2018-09-02 09:14:04,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:14:04,903 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 09:14:04 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 09:14:04,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:14:04,907 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:14:05,196 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-24854389-e96f-4c19-80b0-dd19325519b1 Date: Sun, 02 Sep 2018 09:14:05 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:14:05,196 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-24854389-e96f-4c19-80b0-dd19325519b1 2018-09-02 09:14:05,196 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.291306972504s 2018-09-02 09:14:05,197 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-24854389-e96f-4c19-80b0-dd19325519b1 2018-09-02 09:14:05,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 09:14:05,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81"}' 2018-09-02 09:14:05,529 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 942 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-b7e9577f-8fc4-4fc9-9f90-7c73c5cafdfd Date: Sun, 02 Sep 2018 09:14:05 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:14:05Z", "file": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/file", "owner": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "id": "f23b3f80-0bc7-4cba-ae30-783dff18c362", "size": null, "self": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362", "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_8e425472-a7de-4b71-a78a-e15e68736a81", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "checksum": null, "created_at": "2018-09-02T09:14:05Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 09:14:05,529 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-b7e9577f-8fc4-4fc9-9f90-7c73c5cafdfd 2018-09-02 09:14:05,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.325012922287s 2018-09-02 09:14:05,530 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-b7e9577f-8fc4-4fc9-9f90-7c73c5cafdfd returning object f23b3f80-0bc7-4cba-ae30-783dff18c362 2018-09-02 09:14:05,531 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 09:14:05,534 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/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}424e661addf6e5de5d6aeddd399443e047830887" -d '' 2018-09-02 09:14:06,844 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-79d51cd3-dca8-4e96-8cff-75ee7a0db678 Date: Sun, 02 Sep 2018 09:14: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 09:14:06,845 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/file used request id req-79d51cd3-dca8-4e96-8cff-75ee7a0db678 2018-09-02 09:14:06,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 1.31417012215s 2018-09-02 09:14:06,845 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/file used request id req-79d51cd3-dca8-4e96-8cff-75ee7a0db678 2018-09-02 09:14:06,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:14:06,854 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:14:07,184 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-e9089334-40c2-4a25-9cab-5ef707e13b20 Date: Sun, 02 Sep 2018 09:14:07 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:14:06Z", "file": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/file", "owner": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "id": "f23b3f80-0bc7-4cba-ae30-783dff18c362", "size": 12716032, "self": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T09:14:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:14:07,184 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e9089334-40c2-4a25-9cab-5ef707e13b20 2018-09-02 09:14:07,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.334674835205s 2018-09-02 09:14:07,184 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e9089334-40c2-4a25-9cab-5ef707e13b20 2018-09-02 09:14:07,186 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/file', 'owner': u'bf18bc3bf4fa45b5baa3471c9b62bcdb', 'id': u'f23b3f80-0bc7-4cba-ae30-783dff18c362', 'size': 12716032, u'self': u'/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bf18bc3bf4fa45b5baa3471c9b62bcdb', 'name': 'neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T09:14:06Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T09:14:06Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81', '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/f23b3f80-0bc7-4cba-ae30-783dff18c362', 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_8e425472-a7de-4b71-a78a-e15e68736a81', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81', 'created': u'2018-09-02T09:14:05Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T09:14: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/f23b3f80-0bc7-4cba-ae30-783dff18c362', 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_8e425472-a7de-4b71-a78a-e15e68736a81', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 09:14:07,187 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 09:14:07,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" -d '{"flavor": {"vcpus": 1, "ram": 512, "name": "neutron_trunk-flavor_8e425472-a7de-4b71-a78a-e15e68736a81", "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 09:14:07,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-ac0b0aa9-ce06-45c0-a60b-0159b6c7f811 x-compute-request-id: req-ac0b0aa9-ce06-45c0-a60b-0159b6c7f811 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_8e425472-a7de-4b71-a78a-e15e68736a81", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256", "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": "4f262262-8f40-40e1-a63f-38b7f99c8256"}} 2018-09-02 09:14:07,691 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ac0b0aa9-ce06-45c0-a60b-0159b6c7f811 2018-09-02 09:14:07,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.503428936005s 2018-09-02 09:14:07,691 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ac0b0aa9-ce06-45c0-a60b-0159b6c7f811 2018-09-02 09:14:07,692 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_8e425472-a7de-4b71-a78a-e15e68736a81', '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'4b06fee7bf104ba386aa2f904001aa35', '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'4f262262-8f40-40e1-a63f-38b7f99c8256', 'swap': 0}) 2018-09-02 09:14:07,693 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 09:14:07,696 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256/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}d538fc79dd4b958be827cecefa08f494cdd3724d" -d '{"extra_specs": {}}' 2018-09-02 09:14:07,718 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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 x-openstack-request-id: req-8a0b5ad3-5095-4e88-bb5a-0b85a87138a3 x-compute-request-id: req-8a0b5ad3-5095-4e88-bb5a-0b85a87138a3 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 09:14:07,719 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256/os-extra_specs used request id req-8a0b5ad3-5095-4e88-bb5a-0b85a87138a3 2018-09-02 09:14:07,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.025750875473s 2018-09-02 09:14:07,719 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256/os-extra_specs used request id req-8a0b5ad3-5095-4e88-bb5a-0b85a87138a3 2018-09-02 09:14:07,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:14:07,729 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:14:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6734f8af-7ca9-41fd-9bd3-01bd6d56d0cd 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:14:07,730 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-6734f8af-7ca9-41fd-9bd3-01bd6d56d0cd 2018-09-02 09:14:07,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:14:07,736 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:14:07,944 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c28e7167-0613-4160-a6a2-4b3a83b67d95 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:14:07,944 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c28e7167-0613-4160-a6a2-4b3a83b67d95 2018-09-02 09:14:07,944 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.211493015289s 2018-09-02 09:14:07,945 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-c28e7167-0613-4160-a6a2-4b3a83b67d95 2018-09-02 09:14:07,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:14:07,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:14:08,159 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:14:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f3ffbdd8-695c-4d20-af39-d4b9bc239372 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:14:08,159 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f3ffbdd8-695c-4d20-af39-d4b9bc239372 2018-09-02 09:14:08,159 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.209342002869s 2018-09-02 09:14:08,159 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f3ffbdd8-695c-4d20-af39-d4b9bc239372 2018-09-02 09:14:08,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.os-hypervisors.detail 2018-09-02 09:14:08,168 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:14:08,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:14: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-c2523714-4947-4da1-8858-b447d088679a x-compute-request-id: req-c2523714-4947-4da1-8858-b447d088679a Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"hypervisors": [{"status": "enabled", "service": {"host": "overcloud-novacompute-1.opnfvlf.org", "disabled_reason": null, "id": 227}, "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.8", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 2}, {"status": "enabled", "service": {"host": "overcloud-novacompute-0.opnfvlf.org", "disabled_reason": null, "id": 230}, "vcpus_used": 0, "hypervisor_type": "QEMU", "local_gb_used": 0, "vcpus": 16, "hypervisor_hostname": "overcloud-novacompute-0.opnfvlf.org", "memory_mb_used": 2904, "memory_mb": 32502, "current_workload": 0, "state": "up", "host_ip": "192.30.9.10", "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": 247, "hypervisor_version": 2010000, "disk_available_least": 246, "local_gb": 247, "free_ram_mb": 28406, "id": 5}]} 2018-09-02 09:14:08,381 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-c2523714-4947-4da1-8858-b447d088679a 2018-09-02 09:14:08,381 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.os-hypervisors.detail in 0.216120004654s 2018-09-02 09:14:08,382 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/os-hypervisors/detail used request id req-c2523714-4947-4da1-8858-b447d088679a 2018-09-02 09:14:08,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:14:08,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:14:08,676 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-28a6168b-5fcb-48d1-b14c-5d84d429b691 Date: Sun, 02 Sep 2018 09:14:08 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:14:06Z", "file": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/file", "owner": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "id": "f23b3f80-0bc7-4cba-ae30-783dff18c362", "size": 12716032, "self": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T09:14:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:14:08,676 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-28a6168b-5fcb-48d1-b14c-5d84d429b691 2018-09-02 09:14:08,676 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289863109589s 2018-09-02 09:14:08,676 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-28a6168b-5fcb-48d1-b14c-5d84d429b691 2018-09-02 09:14:08,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 09:14:08,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" -d '{"owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "owner_specified.shade.object": "images/neutron_trunk-img_alt_8e425472-a7de-4b71-a78a-e15e68736a81", "container_format": "bare", "disk_format": "qcow2", "visibility": "public", "name": "neutron_trunk-img_alt_8e425472-a7de-4b71-a78a-e15e68736a81"}' 2018-09-02 09:14:08,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 950 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dd7e02ad-1d28-4543-a040-a375f613252b Date: Sun, 02 Sep 2018 09:14:09 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:14:08Z", "file": "/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/file", "owner": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "id": "58c9c8a4-5637-4136-9eae-2a9e73672f74", "size": null, "self": "/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74", "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_8e425472-a7de-4b71-a78a-e15e68736a81", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_8e425472-a7de-4b71-a78a-e15e68736a81", "checksum": null, "created_at": "2018-09-02T09:14:08Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 09:14:08,990 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-dd7e02ad-1d28-4543-a040-a375f613252b 2018-09-02 09:14:08,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.304901838303s 2018-09-02 09:14:08,991 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-dd7e02ad-1d28-4543-a040-a375f613252b returning object 58c9c8a4-5637-4136-9eae-2a9e73672f74 2018-09-02 09:14:08,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 09:14:08,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/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}424e661addf6e5de5d6aeddd399443e047830887" -d '' 2018-09-02 09:14:09,719 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ebf74473-5af9-430b-880c-fc7defe76cd8 Date: Sun, 02 Sep 2018 09:14: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 09:14:09,719 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/file used request id req-ebf74473-5af9-430b-880c-fc7defe76cd8 2018-09-02 09:14:09,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 0.727599859238s 2018-09-02 09:14:09,719 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/file used request id req-ebf74473-5af9-430b-880c-fc7defe76cd8 2018-09-02 09:14:09,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:14:09,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:14:10,021 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2745 Content-Type: application/json X-Openstack-Request-Id: req-0d6fc52c-c972-4f32-a31d-e0079453d61e Date: Sun, 02 Sep 2018 09:14:10 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:14:09Z", "file": "/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/file", "owner": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "id": "58c9c8a4-5637-4136-9eae-2a9e73672f74", "size": 12716032, "self": "/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_alt_8e425472-a7de-4b71-a78a-e15e68736a81", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_alt_8e425472-a7de-4b71-a78a-e15e68736a81", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T09:14:08Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:14:06Z", "file": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/file", "owner": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "id": "f23b3f80-0bc7-4cba-ae30-783dff18c362", "size": 12716032, "self": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T09:14:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:14:10,021 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0d6fc52c-c972-4f32-a31d-e0079453d61e 2018-09-02 09:14:10,021 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.297763109207s 2018-09-02 09:14:10,022 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0d6fc52c-c972-4f32-a31d-e0079453d61e 2018-09-02 09:14:10,024 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/snap', u'metadata': Munch({})})], 'file': u'/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/file', 'owner': u'bf18bc3bf4fa45b5baa3471c9b62bcdb', 'id': u'58c9c8a4-5637-4136-9eae-2a9e73672f74', 'size': 12716032, u'self': u'/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'bf18bc3bf4fa45b5baa3471c9b62bcdb', 'name': 'neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/58c9c8a4-5637-4136-9eae-2a9e73672f74/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T09:14:09Z', 'tags': [], 'visibility': u'public', 'updated_at': u'2018-09-02T09:14:09Z', u'owner_specified.shade.sha256': u'a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8', u'owner_specified.shade.object': u'images/neutron_trunk-img_alt_8e425472-a7de-4b71-a78a-e15e68736a81', '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/58c9c8a4-5637-4136-9eae-2a9e73672f74', 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_8e425472-a7de-4b71-a78a-e15e68736a81', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}, 'name': u'neutron_trunk-img_alt_8e425472-a7de-4b71-a78a-e15e68736a81', 'created': u'2018-09-02T09:14:08Z', 'checksum': u'443b7623e27ecf03dc9e01ee93f67afe', 'created_at': u'2018-09-02T09:14:08Z', 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/58c9c8a4-5637-4136-9eae-2a9e73672f74', 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_8e425472-a7de-4b71-a78a-e15e68736a81', u'owner_specified.shade.md5': u'443b7623e27ecf03dc9e01ee93f67afe', u'schema': u'/v2/schemas/image'}}) 2018-09-02 09:14:10,025 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 09:14:10,028 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" -d '{"flavor": {"vcpus": 1, "ram": 1024, "name": "neutron_trunk-flavor_alt_8e425472-a7de-4b71-a78a-e15e68736a81", "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 09:14:10,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-3443669c-2c95-4dd0-ab2d-d92a74376cfb x-compute-request-id: req-3443669c-2c95-4dd0-ab2d-d92a74376cfb Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "neutron_trunk-flavor_alt_8e425472-a7de-4b71-a78a-e15e68736a81", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/9021c65c-b46b-439e-82ef-5ac696616239", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/9021c65c-b46b-439e-82ef-5ac696616239", "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": "9021c65c-b46b-439e-82ef-5ac696616239"}} 2018-09-02 09:14:10,066 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-3443669c-2c95-4dd0-ab2d-d92a74376cfb 2018-09-02 09:14:10,067 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0411009788513s 2018-09-02 09:14:10,067 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-3443669c-2c95-4dd0-ab2d-d92a74376cfb 2018-09-02 09:14:10,068 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_8e425472-a7de-4b71-a78a-e15e68736a81', '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'4b06fee7bf104ba386aa2f904001aa35', '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'9021c65c-b46b-439e-82ef-5ac696616239', 'swap': 0}) 2018-09-02 09:14:10,068 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 09:14:10,070 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/9021c65c-b46b-439e-82ef-5ac696616239/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}d538fc79dd4b958be827cecefa08f494cdd3724d" -d '{"extra_specs": {}}' 2018-09-02 09:14:10,242 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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 x-openstack-request-id: req-4a157bc5-9e9d-4717-9b04-967cf03bdd70 x-compute-request-id: req-4a157bc5-9e9d-4717-9b04-967cf03bdd70 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 09:14:10,243 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/9021c65c-b46b-439e-82ef-5ac696616239/os-extra_specs used request id req-4a157bc5-9e9d-4717-9b04-967cf03bdd70 2018-09-02 09:14:10,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.174608945847s 2018-09-02 09:14:10,243 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/9021c65c-b46b-439e-82ef-5ac696616239/os-extra_specs used request id req-4a157bc5-9e9d-4717-9b04-967cf03bdd70 2018-09-02 09:14:10,243 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - flavor: Munch({'name': u'neutron_trunk-flavor_alt_8e425472-a7de-4b71-a78a-e15e68736a81', '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'4b06fee7bf104ba386aa2f904001aa35', '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'9021c65c-b46b-439e-82ef-5ac696616239', 'swap': 0}) 2018-09-02 09:14:14,176 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify configure-verifier --reconfigure --id opnfv-tempest 2018-09-02 09:14:14,176 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Looking for tempest.conf file... 2018-09-02 09:14:14,177 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Updating selected tempest.conf parameters... 2018-09-02 09:14:14,179 - functest.opnfv_tests.openstack.tempest.conf_utils - DEBUG - Add/Update required params defined in tempest_conf.yaml into tempest.conf file 2018-09-02 09:14:14,183 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Generating test case list... 2018-09-02 09:14:17,690 - functest.opnfv_tests.openstack.tempest.tempest - INFO - (cd /root/.rally/verification/verifier-ac9a8543-c71d-4664-8cd4-3203a246827c/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 09:14:17,691 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Applying tempest blacklist... 2018-09-02 09:14:17,705 - functest.opnfv_tests.openstack.tempest.tempest - DEBUG - Tempest blacklist file does not exist. 2018-09-02 09:14:17,705 - 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 09:16:21,397 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Verification UUID: 0329fa79-6b07-406e-9d5d-008588a68adf 2018-09-02 09:16:21,403 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Showing result for a verification: '['rally', 'verify', 'show', '--uuid', '0329fa79-6b07-406e-9d5d-008588a68adf']'. 2018-09-02 09:16:22,372 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +-----------------------------------------------------------------------------------------+ 2018-09-02 09:16:22,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verification | 2018-09-02 09:16:22,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 09:16:22,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | UUID | 0329fa79-6b07-406e-9d5d-008588a68adf | 2018-09-02 09:16:22,373 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Status | finished | 2018-09-02 09:16:22,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Started at | 2018-09-02 09:14:20 | 2018-09-02 09:16:22,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Finished at | 2018-09-02 09:16:21 | 2018-09-02 09:16:22,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Duration | 0:02:01 | 2018-09-02 09:16:22,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Run arguments | load_list: (value is too long, use 'detailed' flag to display it) | 2018-09-02 09:16:22,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tags | - | 2018-09-02 09:16:22,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier name | opnfv-tempest (UUID: ac9a8543-c71d-4664-8cd4-3203a246827c) | 2018-09-02 09:16:22,374 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Verifier type | tempest (platform: openstack) | 2018-09-02 09:16:22,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Deployment name | opnfv-rally (UUID: 0ad55b82-d309-42a1-960c-f91de6d20a09) | 2018-09-02 09:16:22,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests count | 52 | 2018-09-02 09:16:22,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests duration, sec | 109.216 | 2018-09-02 09:16:22,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Success | 43 | 2018-09-02 09:16:22,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Skipped | 9 | 2018-09-02 09:16:22,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Expected failures | 0 | 2018-09-02 09:16:22,375 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Unexpected success | 0 | 2018-09-02 09:16:22,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Failures | 0 | 2018-09-02 09:16:22,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +---------------------+-------------------------------------------------------------------+ 2018-09-02 09:16:22,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - +------------------------------------------------------------------------------------------------------------------------------------------------------+ 2018-09-02 09:16:22,376 - functest.opnfv_tests.openstack.tempest.tempest - INFO - | Tests | 2018-09-02 09:16:22,421 - functest.opnfv_tests.openstack.tempest.tempest - INFO - Tempest neutron_trunk success_rate is 100.0% 2018-09-02 09:16:22,549 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 09:16:22,550 - xtesting.ci.run_tests - INFO - Test result: +-----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-----------------------+------------------+------------------+----------------+ | neutron_trunk | functest | 02:29 | PASS | +-----------------------+------------------+------------------+----------------+ 2018-09-02 09:16:22,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 09:16:22,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:23,183 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-793f9359-9fcd-401f-91ff-4d8af35d8d16 Date: Sun, 02 Sep 2018 09:16: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 09:16:23,184 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74 used request id req-793f9359-9fcd-401f-91ff-4d8af35d8d16 2018-09-02 09:16:23,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.626654863358s 2018-09-02 09:16:23,184 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/58c9c8a4-5637-4136-9eae-2a9e73672f74 used request id req-793f9359-9fcd-401f-91ff-4d8af35d8d16 2018-09-02 09:16:23,184 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:16:23,186 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:23,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-75c7d4fe-b08a-48e4-9357-57e6e89a1b09 x-compute-request-id: req-75c7d4fe-b08a-48e4-9357-57e6e89a1b09 Content-Encoding: gzip Content-Length: 365 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_8e425472-a7de-4b71-a78a-e15e68736a81", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256", "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": "4f262262-8f40-40e1-a63f-38b7f99c8256"}, {"name": "neutron_trunk-flavor_alt_8e425472-a7de-4b71-a78a-e15e68736a81", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/9021c65c-b46b-439e-82ef-5ac696616239", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/9021c65c-b46b-439e-82ef-5ac696616239", "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": "9021c65c-b46b-439e-82ef-5ac696616239"}]} 2018-09-02 09:16:23,205 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-75c7d4fe-b08a-48e4-9357-57e6e89a1b09 2018-09-02 09:16:23,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0208888053894s 2018-09-02 09:16:23,205 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-75c7d4fe-b08a-48e4-9357-57e6e89a1b09 2018-09-02 09:16:23,206 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 09:16:23,208 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/9021c65c-b46b-439e-82ef-5ac696616239 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:23,242 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09: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 x-openstack-request-id: req-3c816803-836b-4ffc-bbfe-90473bb48359 x-compute-request-id: req-3c816803-836b-4ffc-bbfe-90473bb48359 Content-Length: 0 Content-Type: application/json 2018-09-02 09:16:23,242 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/9021c65c-b46b-439e-82ef-5ac696616239 used request id req-3c816803-836b-4ffc-bbfe-90473bb48359 2018-09-02 09:16:23,242 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0353019237518s 2018-09-02 09:16:23,242 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/9021c65c-b46b-439e-82ef-5ac696616239 used request id req-3c816803-836b-4ffc-bbfe-90473bb48359 2018-09-02 09:16:23,242 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 09:16:23,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c/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}424e661addf6e5de5d6aeddd399443e047830887" -d '{"subnet_id": "7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e"}' 2018-09-02 09:16:25,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-272626de-7ada-4efa-8ef5-76a9b7c72611 Date: Sun, 02 Sep 2018 09:16:25 GMT RESP BODY: {"network_id": "9b314eef-8605-4b38-94ae-4af696e5f6ba", "tenant_id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "subnet_id": "7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e", "subnet_ids": ["7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e"], "port_id": "53fb782b-55f8-4f9b-9f95-222e29dca2ea", "id": "7c3f11f7-fa1d-46c3-91c7-492c6d709e4c"} 2018-09-02 09:16:25,813 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c/remove_router_interface.json used request id req-272626de-7ada-4efa-8ef5-76a9b7c72611 2018-09-02 09:16:25,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.57088422775s 2018-09-02 09:16:25,813 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c/remove_router_interface.json used request id req-272626de-7ada-4efa-8ef5-76a9b7c72611 returning object 7c3f11f7-fa1d-46c3-91c7-492c6d709e4c 2018-09-02 09:16:25,814 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 09:16:25,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:26,232 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1715 X-Openstack-Request-Id: req-f9f5f7d6-262b-4ef4-b195-62f0c2a62753 Date: Sun, 02 Sep 2018 09:16:26 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "2fb44061039d408fb38b482cf2dfa1eb", "created_at": "2018-09-02T07:46:20Z", "admin_state_up": false, "updated_at": "2018-09-02T07:46:20Z", "project_id": "2fb44061039d408fb38b482cf2dfa1eb", "flavor_id": null, "revision_number": 0, "routes": [], "ha": false, "id": "4d23b842-5ed9-4411-a49e-f653ab377ea9", "name": "tempest-router-1283701890"}, {"status": "ACTIVE", "external_gateway_info": null, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "created_at": "2018-09-02T07:44:57Z", "admin_state_up": true, "updated_at": "2018-09-02T07:45:00Z", "project_id": "0f7baca2e14141d9908f3f87d7c7b6f4", "flavor_id": null, "revision_number": 5, "routes": [], "ha": true, "id": "707d85f9-f0d5-45c3-9aa1-8316101887f8", "name": "tempest-pretest-check-362052834"}, {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.203"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "created_at": "2018-09-02T09:13:56Z", "admin_state_up": true, "updated_at": "2018-09-02T09:16:24Z", "project_id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "flavor_id": null, "revision_number": 9, "routes": [], "ha": true, "id": "7c3f11f7-fa1d-46c3-91c7-492c6d709e4c", "name": "neutron_trunk-router_8e425472-a7de-4b71-a78a-e15e68736a81"}]} 2018-09-02 09:16:26,232 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f9f5f7d6-262b-4ef4-b195-62f0c2a62753 2018-09-02 09:16:26,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.417955160141s 2018-09-02 09:16:26,232 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-f9f5f7d6-262b-4ef4-b195-62f0c2a62753 2018-09-02 09:16:26,234 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 09:16:26,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:30,516 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f04c3daa-4e82-49bb-b386-68b972c03dfc Content-Length: 0 Date: Sun, 02 Sep 2018 09:16:30 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:16:30,517 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c.json used request id req-f04c3daa-4e82-49bb-b386-68b972c03dfc 2018-09-02 09:16:30,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.28241205215s 2018-09-02 09:16:30,517 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/7c3f11f7-fa1d-46c3-91c7-492c6d709e4c.json used request id req-f04c3daa-4e82-49bb-b386-68b972c03dfc 2018-09-02 09:16:30,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 09:16:30,518 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:30,810 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1929 X-Openstack-Request-Id: req-b65f7b95-2b3f-4111-863b-d5211cd6623f Date: Sun, 02 Sep 2018 09:16:30 GMT RESP BODY: {"subnets":[{"updated_at":"2018-09-02T07:22:34Z","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":"3d46351c-abcd-450d-9593-e27fb0b6c53a","dns_nameservers":[],"gateway_ip":"172.30.9.1","project_id":"a056d0aa556e4a86918873c940c9e44b","description":"","tags":[],"cidr":"172.30.9.0/24","subnetpool_id":null,"service_types":[],"name":"external-subnet","enable_dhcp":false,"segment_id":null,"network_id":"b718548c-5bba-4aa1-a641-92a8eddc5687","tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:34Z","ip_version":4},{"updated_at":"2018-09-02T09:13:54Z","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":"7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e","dns_nameservers":["8.8.8.8"],"gateway_ip":"192.168.120.1","project_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","description":"","tags":[],"cidr":"192.168.120.0/24","subnetpool_id":null,"service_types":[],"name":"neutron_trunk-subnet_8e425472-a7de-4b71-a78a-e15e68736a81","enable_dhcp":true,"segment_id":null,"network_id":"9b314eef-8605-4b38-94ae-4af696e5f6ba","tenant_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","created_at":"2018-09-02T09:13:54Z","ip_version":4},{"updated_at":"2018-09-02T07:44:56Z","ipv6_ra_mode":null,"allocation_pools":[{"start":"169.254.192.1","end":"169.254.255.254"}],"host_routes":[],"revision_number":0,"ipv6_address_mode":null,"id":"f6c61b45-9a20-49d8-907f-b659911ef48e","dns_nameservers":[],"gateway_ip":null,"project_id":"","description":"","tags":[],"cidr":"169.254.192.0/18","subnetpool_id":null,"service_types":[],"name":"HA subnet tenant 0f7baca2e14141d9908f3f87d7c7b6f4","enable_dhcp":false,"segment_id":null,"network_id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","tenant_id":"","created_at":"2018-09-02T07:44:56Z","ip_version":4}]} 2018-09-02 09:16:30,810 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b65f7b95-2b3f-4111-863b-d5211cd6623f 2018-09-02 09:16:30,810 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.292453050613s 2018-09-02 09:16:30,811 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-b65f7b95-2b3f-4111-863b-d5211cd6623f 2018-09-02 09:16:30,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 09:16:30,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:33,370 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-0f73d261-51f2-4239-a154-5183d4cd0b03 Date: Sun, 02 Sep 2018 09:16:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:16:33,370 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e.json used request id req-0f73d261-51f2-4239-a154-5183d4cd0b03 2018-09-02 09:16:33,371 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.55805897713s 2018-09-02 09:16:33,371 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/7d7e2487-9ad1-4cd5-b84b-d5c585a1eb3e.json used request id req-0f73d261-51f2-4239-a154-5183d4cd0b03 2018-09-02 09:16:33,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:16:33,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:33,747 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2110 X-Openstack-Request-Id: req-430103ab-fa67-4adf-821f-2c2d8d9aa431 Date: Sun, 02 Sep 2018 09:16:33 GMT RESP BODY: {"networks":[{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"9b314eef-8605-4b38-94ae-4af696e5f6ba","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":72,"ipv4_address_scope":null,"shared":true,"project_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:16:32Z","qos_policy_id":null,"name":"neutron_trunk-net_8e425472-a7de-4b71-a78a-e15e68736a81","admin_state_up":true,"tenant_id":"bf18bc3bf4fa45b5baa3471c9b62bcdb","created_at":"2018-09-02T09:13:54Z","provider:network_type":"vxlan"},{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"},{"provider:physical_network":null,"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"mtu":1450,"id":"bcfd5048-369b-4006-8343-16bb5cdba8e0","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":87,"ipv4_address_scope":null,"shared":false,"project_id":"","l2_adjacency":true,"status":"ACTIVE","subnets":["f6c61b45-9a20-49d8-907f-b659911ef48e"],"description":"","tags":[],"updated_at":"2018-09-02T07:44:56Z","qos_policy_id":null,"name":"HA network tenant 0f7baca2e14141d9908f3f87d7c7b6f4","admin_state_up":true,"tenant_id":"","created_at":"2018-09-02T07:44:56Z","provider:network_type":"vxlan"}]} 2018-09-02 09:16:33,747 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-430103ab-fa67-4adf-821f-2c2d8d9aa431 2018-09-02 09:16:33,748 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.376258134842s 2018-09-02 09:16:33,748 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-430103ab-fa67-4adf-821f-2c2d8d9aa431 2018-09-02 09:16:33,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 09:16:33,750 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/9b314eef-8605-4b38-94ae-4af696e5f6ba.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:35,297 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-1bf224ed-193a-430c-a884-d1eb2c45bef0 Date: Sun, 02 Sep 2018 09:16:35 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:16:35,297 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/9b314eef-8605-4b38-94ae-4af696e5f6ba.json used request id req-1bf224ed-193a-430c-a884-d1eb2c45bef0 2018-09-02 09:16:35,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.54726099968s 2018-09-02 09:16:35,297 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/9b314eef-8605-4b38-94ae-4af696e5f6ba.json used request id req-1bf224ed-193a-430c-a884-d1eb2c45bef0 2018-09-02 09:16:35,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:16:35,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:35,590 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1402 Content-Type: application/json X-Openstack-Request-Id: req-33cf8078-673a-43b6-8244-588f172f1787 Date: Sun, 02 Sep 2018 09:16:35 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:14:06Z", "file": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/file", "owner": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "id": "f23b3f80-0bc7-4cba-ae30-783dff18c362", "size": 12716032, "self": "/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "a8dd75ecffd4cdd96072d60c2237b448e0c8b2bc94d57f10fdbc8c481d9005b8", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f23b3f80-0bc7-4cba-ae30-783dff18c362/snap", "metadata": {}}], "visibility": "public", "owner_specified.shade.object": "images/neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "443b7623e27ecf03dc9e01ee93f67afe", "name": "neutron_trunk-img_8e425472-a7de-4b71-a78a-e15e68736a81", "checksum": "443b7623e27ecf03dc9e01ee93f67afe", "created_at": "2018-09-02T09:14:05Z", "os_hidden": false, "protected": false, "os_hash_value": "6513f21e44aa3da349f248188a44bc304a3653a04122d8fb4535423c8e1d14cd6a153f735bb0982e2161b5b5186106570c17a9e58b64dd39390617cd5a350f78"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:16:35,591 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-33cf8078-673a-43b6-8244-588f172f1787 2018-09-02 09:16:35,591 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.289287090302s 2018-09-02 09:16:35,591 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-33cf8078-673a-43b6-8244-588f172f1787 2018-09-02 09:16:35,593 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 09:16:35,597 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}424e661addf6e5de5d6aeddd399443e047830887" 2018-09-02 09:16:36,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-95685961-b36d-46c4-9d4c-87c71b0e66aa Date: Sun, 02 Sep 2018 09:16: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 09:16:36,885 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362 used request id req-95685961-b36d-46c4-9d4c-87c71b0e66aa 2018-09-02 09:16:36,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.29137420654s 2018-09-02 09:16:36,885 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/f23b3f80-0bc7-4cba-ae30-783dff18c362 used request id req-95685961-b36d-46c4-9d4c-87c71b0e66aa 2018-09-02 09:16:36,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:16:36,888 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:36,909 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-f7480c1a-53c5-4bc0-a357-c50750a2146f x-compute-request-id: req-f7480c1a-53c5-4bc0-a357-c50750a2146f Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "neutron_trunk-flavor_8e425472-a7de-4b71-a78a-e15e68736a81", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256", "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": "4f262262-8f40-40e1-a63f-38b7f99c8256"}]} 2018-09-02 09:16:36,909 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f7480c1a-53c5-4bc0-a357-c50750a2146f 2018-09-02 09:16:36,909 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0233221054077s 2018-09-02 09:16:36,909 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f7480c1a-53c5-4bc0-a357-c50750a2146f 2018-09-02 09:16:36,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 09:16:36,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:36,943 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09: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 x-openstack-request-id: req-e0b701e5-2264-4d94-93d7-6eeca0218670 x-compute-request-id: req-e0b701e5-2264-4d94-93d7-6eeca0218670 Content-Length: 0 Content-Type: application/json 2018-09-02 09:16:36,943 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256 used request id req-e0b701e5-2264-4d94-93d7-6eeca0218670 2018-09-02 09:16:36,943 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0322349071503s 2018-09-02 09:16:36,943 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/4f262262-8f40-40e1-a63f-38b7f99c8256 used request id req-e0b701e5-2264-4d94-93d7-6eeca0218670 2018-09-02 09:16:36,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:16:36,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:37,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:36 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0ec3afc3-93cf-4457-acc6-b028de4f05ae Content-Encoding: gzip Content-Length: 1031 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81", "links": {"self": "http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "afe9ecb6d13e458baaf7a5043af550bf", "domain_id": "default", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:16:37,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-0ec3afc3-93cf-4457-acc6-b028de4f05ae 2018-09-02 09:16:37,147 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.203150987625s 2018-09-02 09:16:37,147 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-0ec3afc3-93cf-4457-acc6-b028de4f05ae 2018-09-02 09:16:37,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:16:37,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:37,344 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ac3eb30d-226c-4602-937a-f12fe7b6911f Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "neutron_trunk-user_8e425472-a7de-4b71-a78a-e15e68736a81", "links": {"self": "http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "afe9ecb6d13e458baaf7a5043af550bf", "description": null}} 2018-09-02 09:16:37,344 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf used request id req-ac3eb30d-226c-4602-937a-f12fe7b6911f 2018-09-02 09:16:37,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.190645933151s 2018-09-02 09:16:37,344 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf used request id req-ac3eb30d-226c-4602-937a-f12fe7b6911f 2018-09-02 09:16:37,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 09:16:37,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:37,649 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:16:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-48f84860-8d78-46d0-bd30-db207b2ee076 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 09:16:37,649 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf used request id req-48f84860-8d78-46d0-bd30-db207b2ee076 2018-09-02 09:16:37,650 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.304670810699s 2018-09-02 09:16:37,650 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/afe9ecb6d13e458baaf7a5043af550bf used request id req-48f84860-8d78-46d0-bd30-db207b2ee076 2018-09-02 09:16:37,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:16:37,659 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:37,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:37 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-aa0a111a-7c22-4fef-bb00-9e9c4cb06eaa Content-Encoding: gzip Content-Length: 591 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: neutron_trunk", "links": {"self": "http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb"}, "tags": [], "enabled": true, "id": "bf18bc3bf4fa45b5baa3471c9b62bcdb", "parent_id": "default", "domain_id": "default", "name": "neutron_trunk-project_8e425472-a7de-4b71-a78a-e15e68736a81"}]} 2018-09-02 09:16:37,866 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-aa0a111a-7c22-4fef-bb00-9e9c4cb06eaa 2018-09-02 09:16:37,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.209643125534s 2018-09-02 09:16:37,866 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-aa0a111a-7c22-4fef-bb00-9e9c4cb06eaa 2018-09-02 09:16:37,871 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 09:16:37,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}d538fc79dd4b958be827cecefa08f494cdd3724d" 2018-09-02 09:16:38,123 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:16:37 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2190d3ad-bade-444c-ac41-00b2df48df42 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 09:16:38,123 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb used request id req-2190d3ad-bade-444c-ac41-00b2df48df42 2018-09-02 09:16:38,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.251928091049s 2018-09-02 09:16:38,124 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/bf18bc3bf4fa45b5baa3471c9b62bcdb used request id req-2190d3ad-bade-444c-ac41-00b2df48df42 2018-09-02 09:16:38,186 - xtesting.ci.run_tests - INFO - Loading test case 'networking-bgpvpn'... 2018-09-02 09:16:38,231 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:16:38,232 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:16:38,233 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:16:38,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:16:38,240 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:38 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfbc46e1-d0b2-43a8-96fd-88997f286f96 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:16:38,240 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-dfbc46e1-d0b2-43a8-96fd-88997f286f96 2018-09-02 09:16:38,241 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:16:38,659 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:16:38.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["epOgcz1_ReOssIjWxv8xqg"], "issued_at": "2018-09-02T09:16:38.000000Z"}} 2018-09-02 09:16:38,661 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:16:38,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:39,243 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-14a4644d-834e-4d89-8daf-e586ea1f0df4 Date: Sun, 02 Sep 2018 09:16:39 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 09:16:39,243 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-14a4644d-834e-4d89-8daf-e586ea1f0df4 2018-09-02 09:16:39,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.581660985947s 2018-09-02 09:16:39,243 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-14a4644d-834e-4d89-8daf-e586ea1f0df4 2018-09-02 09:16:39,247 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:16:39,252 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:16:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-8095e933-59c1-4ac4-a910-e2a46737b38f 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:16:39,252 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-8095e933-59c1-4ac4-a910-e2a46737b38f 2018-09-02 09:16:39,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:16:39,257 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:39,440 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:39 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ed8cec13-0643-4b2e-93d9-92b20bf32406 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 09:16:39,440 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-ed8cec13-0643-4b2e-93d9-92b20bf32406 2018-09-02 09:16:39,440 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.186710119247s 2018-09-02 09:16:39,440 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-ed8cec13-0643-4b2e-93d9-92b20bf32406 2018-09-02 09:16:39,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 09:16:39,451 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" -d '{"project": {"description": "Created by OPNFV Functest: networking-bgpvpn", "enabled": true, "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}}' 2018-09-02 09:16:39,663 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:16:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-13ac01c6-adc8-45bd-8eab-afdd730a1871 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.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}} 2018-09-02 09:16:39,663 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-13ac01c6-adc8-45bd-8eab-afdd730a1871 2018-09-02 09:16:39,663 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.21564912796s 2018-09-02 09:16:39,664 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-13ac01c6-adc8-45bd-8eab-afdd730a1871 2018-09-02 09:16:39,664 - 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'1dbd3d109ce545a2957aa8808e806efa', '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_e235d151-9ae5-4165-8f47-3c73e10ec994'}) 2018-09-02 09:16:39,670 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 09:16:39,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "b207c8cf-23aa-45a1-b15c-9fcdbbc64a55", "email": null, "name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994"}}' 2018-09-02 09:16:40,129 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:16:39 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5b4e05f6-acda-48c9-b961-d5d211b2553c Content-Length: 332 Content-Type: application/json RESP BODY: {"user": {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}} 2018-09-02 09:16:40,129 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-5b4e05f6-acda-48c9-b961-d5d211b2553c 2018-09-02 09:16:40,130 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.459064006805s 2018-09-02 09:16:40,130 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-5b4e05f6-acda-48c9-b961-d5d211b2553c 2018-09-02 09:16:40,130 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'2d189da1bf144f0ba8188a457717709c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994'}) 2018-09-02 09:16:40,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:16:40,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:40,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ec1f2108-689c-4083-b610-f8d911e46ceb Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:16:40,320 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ec1f2108-689c-4083-b610-f8d911e46ceb 2018-09-02 09:16:40,320 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186305046082s 2018-09-02 09:16:40,321 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ec1f2108-689c-4083-b610-f8d911e46ceb 2018-09-02 09:16:40,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:16:40,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:40,438 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f640d95-eda0-4a9a-841b-d680ebe98df5 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:16:40,438 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2f640d95-eda0-4a9a-841b-d680ebe98df5 2018-09-02 09:16:40,438 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.112229824066s 2018-09-02 09:16:40,438 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2f640d95-eda0-4a9a-841b-d680ebe98df5 2018-09-02 09:16:40,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:16:40,446 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:40,627 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f263b291-9378-4218-aee5-29e29e9fffda Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:16:40,627 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f263b291-9378-4218-aee5-29e29e9fffda 2018-09-02 09:16:40,627 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18391418457s 2018-09-02 09:16:40,628 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f263b291-9378-4218-aee5-29e29e9fffda 2018-09-02 09:16:40,632 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:16:40,635 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:40,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-429ab8d8-8912-410d-9f61-1132b2069f8f Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:16:40,818 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-429ab8d8-8912-410d-9f61-1132b2069f8f 2018-09-02 09:16:40,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.185789108276s 2018-09-02 09:16:40,818 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-429ab8d8-8912-410d-9f61-1132b2069f8f 2018-09-02 09:16:40,819 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:16:40,823 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:40,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-66aeb609-cfe3-498c-a6d3-a564af3d7cbe Content-Encoding: gzip Content-Length: 1041 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:16:40,954 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-66aeb609-cfe3-498c-a6d3-a564af3d7cbe 2018-09-02 09:16:40,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.1343729496s 2018-09-02 09:16:40,954 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-66aeb609-cfe3-498c-a6d3-a564af3d7cbe 2018-09-02 09:16:40,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:16:40,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:41,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-50eadae2-d008-4181-b6bc-cb34a3f1ba54 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:16:41,147 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-50eadae2-d008-4181-b6bc-cb34a3f1ba54 2018-09-02 09:16:41,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.18071603775s 2018-09-02 09:16:41,148 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-50eadae2-d008-4181-b6bc-cb34a3f1ba54 2018-09-02 09:16:41,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:16:41,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=2d189da1bf144f0ba8188a457717709c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1dbd3d109ce545a2957aa8808e806efa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:41,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a5253045-a559-427a-afe0-bdf64563c472 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=2d189da1bf144f0ba8188a457717709c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1dbd3d109ce545a2957aa8808e806efa", "previous": null, "next": null}} 2018-09-02 09:16:41,310 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=2d189da1bf144f0ba8188a457717709c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1dbd3d109ce545a2957aa8808e806efa used request id req-a5253045-a559-427a-afe0-bdf64563c472 2018-09-02 09:16:41,310 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.153871774673s 2018-09-02 09:16:41,310 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=2d189da1bf144f0ba8188a457717709c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=1dbd3d109ce545a2957aa8808e806efa used request id req-a5253045-a559-427a-afe0-bdf64563c472 2018-09-02 09:16:41,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:16:41,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa/users/2d189da1bf144f0ba8188a457717709c/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:41,552 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:16:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2d285681-b5b1-4e9f-bb48-8e69a38d5650 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 09:16:41,552 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa/users/2d189da1bf144f0ba8188a457717709c/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-2d285681-b5b1-4e9f-bb48-8e69a38d5650 2018-09-02 09:16:41,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.237971782684s 2018-09-02 09:16:41,552 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa/users/2d189da1bf144f0ba8188a457717709c/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-2d285681-b5b1-4e9f-bb48-8e69a38d5650 2018-09-02 09:16:41,553 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994', 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'1dbd3d109ce545a2957aa8808e806efa', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'b207c8cf-23aa-45a1-b15c-9fcdbbc64a55', 'username': u'networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 09:16:41,553 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:16:41,554 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:16:41,555 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:16:41,556 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:16:41,557 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994', 'password': 'b207c8cf-23aa-45a1-b15c-9fcdbbc64a55', 'project_name': 'networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '1dbd3d109ce545a2957aa8808e806efa', 'project_domain_name': 'Default'} 2018-09-02 09:16:41,559 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:16:41,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:41,661 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8619e645-70ba-4d74-b3af-ad9c2c0cdd52 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:16:41,661 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8619e645-70ba-4d74-b3af-ad9c2c0cdd52 2018-09-02 09:16:41,661 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.102374076843s 2018-09-02 09:16:41,662 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8619e645-70ba-4d74-b3af-ad9c2c0cdd52 2018-09-02 09:16:41,667 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:16:41,670 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:41,937 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1f9fe7b0-4c15-4ae1-b563-53e21916c6f8 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:16:41,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-1f9fe7b0-4c15-4ae1-b563-53e21916c6f8 2018-09-02 09:16:41,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.270763158798s 2018-09-02 09:16:41,938 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-1f9fe7b0-4c15-4ae1-b563-53e21916c6f8 2018-09-02 09:16:41,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:16:41,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:42,093 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d69f672-4149-488a-a102-4972a822d78b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:16:42,093 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-5d69f672-4149-488a-a102-4972a822d78b 2018-09-02 09:16:42,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.150196075439s 2018-09-02 09:16:42,093 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-5d69f672-4149-488a-a102-4972a822d78b 2018-09-02 09:16:42,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:16:42,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:42,291 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-df577f71-6953-4100-a4c3-b8107997a5a8 Content-Encoding: gzip Content-Length: 1041 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:16:42,291 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-df577f71-6953-4100-a4c3-b8107997a5a8 2018-09-02 09:16:42,291 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.196839809418s 2018-09-02 09:16:42,292 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-df577f71-6953-4100-a4c3-b8107997a5a8 2018-09-02 09:16:42,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:16:42,298 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:42,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-83ca5e8d-f35b-4e31-8357-56f237823347 Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:16:42,403 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-83ca5e8d-f35b-4e31-8357-56f237823347 2018-09-02 09:16:42,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.106601953506s 2018-09-02 09:16:42,404 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-83ca5e8d-f35b-4e31-8357-56f237823347 2018-09-02 09:16:42,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:16:42,414 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=2d189da1bf144f0ba8188a457717709c&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1dbd3d109ce545a2957aa8808e806efa" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:42,521 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:16:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a3eba91-26ca-4e70-9059-e873014ff937 Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=2d189da1bf144f0ba8188a457717709c&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1dbd3d109ce545a2957aa8808e806efa", "previous": null, "next": null}} 2018-09-02 09:16:42,521 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=2d189da1bf144f0ba8188a457717709c&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1dbd3d109ce545a2957aa8808e806efa used request id req-6a3eba91-26ca-4e70-9059-e873014ff937 2018-09-02 09:16:42,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.109791994095s 2018-09-02 09:16:42,521 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=2d189da1bf144f0ba8188a457717709c&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=1dbd3d109ce545a2957aa8808e806efa used request id req-6a3eba91-26ca-4e70-9059-e873014ff937 2018-09-02 09:16:42,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:16:42,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa/users/2d189da1bf144f0ba8188a457717709c/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}910059c922ddd9a7a71ff76618487985775f120e" 2018-09-02 09:16:42,749 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:16:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ac3f81b-d601-46ce-af15-d22223bec04e 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 09:16:42,749 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa/users/2d189da1bf144f0ba8188a457717709c/roles/8e0d526659f746328b933c99a8db6754 used request id req-6ac3f81b-d601-46ce-af15-d22223bec04e 2018-09-02 09:16:42,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.224150896072s 2018-09-02 09:16:42,749 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa/users/2d189da1bf144f0ba8188a457717709c/roles/8e0d526659f746328b933c99a8db6754 used request id req-6ac3f81b-d601-46ce-af15-d22223bec04e 2018-09-02 09:16:42,749 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 09:16:45,596 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 09:16:48,415 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | 542e8f20-4bfc-4248-8d70-b8436aefb3d1 | 2018-09-02T09:16:48.062409 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: 542e8f20-4bfc-4248-8d70-b8436aefb3d1 ~/.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 09:16:52,257 - 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 09:16:52,258 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 09:16:54,994 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 09:16:58,531 - 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=d864c892-9e88-4ac3-828f-201dda07b40d) as the default verifier for the future CLI operations. 2018-09-02 09:17:01,932 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:01,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2d842b33-5d64-4edb-90a2-8442e69bddd0 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:17:01,939 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-2d842b33-5d64-4edb-90a2-8442e69bddd0 2018-09-02 09:17:01,940 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:17:02,338 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:17:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1dbd3d109ce545a2957aa8808e806efa", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_1dbd3d109ce545a2957aa8808e806efa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_1dbd3d109ce545a2957aa8808e806efa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/1dbd3d109ce545a2957aa8808e806efa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/1dbd3d109ce545a2957aa8808e806efa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/1dbd3d109ce545a2957aa8808e806efa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/1dbd3d109ce545a2957aa8808e806efa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/1dbd3d109ce545a2957aa8808e806efa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/1dbd3d109ce545a2957aa8808e806efa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/1dbd3d109ce545a2957aa8808e806efa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/1dbd3d109ce545a2957aa8808e806efa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/1dbd3d109ce545a2957aa8808e806efa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/1dbd3d109ce545a2957aa8808e806efa", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/1dbd3d109ce545a2957aa8808e806efa", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/1dbd3d109ce545a2957aa8808e806efa", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "id": "2d189da1bf144f0ba8188a457717709c"}, "audit_ids": ["aekwzx-TR8GrgeesZaZZfA"], "issued_at": "2018-09-02T09:17:02.000000Z"}} 2018-09-02 09:17:02,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 09:17:02,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}9d9dbc207f3396ca3dcfee896b7bea45d1847001" 2018-09-02 09:17:02,620 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-dcd18120-f8ef-4063-bed9-1544e802dd91 Date: Sun, 02 Sep 2018 09:17:02 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 09:17:02,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-dcd18120-f8ef-4063-bed9-1544e802dd91 2018-09-02 09:17:02,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.278430938721s 2018-09-02 09:17:02,621 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-dcd18120-f8ef-4063-bed9-1544e802dd91 2018-09-02 09:17:02,630 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: bgpvpn 2018-09-02 09:17:02,630 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-bgpvpn'... 2018-09-02 09:17:02,631 - xtesting.ci.run_tests - INFO - Test result: +---------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +---------------------------+------------------+------------------+----------------+ | networking-bgpvpn | functest | 00:00 | SKIP | +---------------------------+------------------+------------------+----------------+ 2018-09-02 09:17:02,688 - xtesting.ci.run_tests - INFO - Loading test case 'networking-sfc'... 2018-09-02 09:17:02,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:17:02,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:17:02,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:17:02,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:17:02,729 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:17:02,730 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:17:02,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:17:02,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:17:02,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:17:02,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:17:02,731 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:17:02,732 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:02,737 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27a0e5a-fc23-489d-8710-d88b55e15af8 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:17:02,737 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c27a0e5a-fc23-489d-8710-d88b55e15af8 2018-09-02 09:17:02,737 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:17:03,145 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:17:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["aMJo1e6zTZi2Gel5vD9YLg"], "issued_at": "2018-09-02T09:17:03.000000Z"}} 2018-09-02 09:17:03,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:17:03,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:03,494 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-2b024fe0-2d21-4068-a40f-e3090303317b Date: Sun, 02 Sep 2018 09:17:03 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 09:17:03,495 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2b024fe0-2d21-4068-a40f-e3090303317b 2018-09-02 09:17:03,495 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.346953868866s 2018-09-02 09:17:03,495 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-2b024fe0-2d21-4068-a40f-e3090303317b 2018-09-02 09:17:03,499 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:03,504 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:17:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-02441198-9719-4e2c-a699-9505f59f23b8 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:17:03,505 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-02441198-9719-4e2c-a699-9505f59f23b8 2018-09-02 09:17:03,505 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:17:03,509 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:03,699 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:03 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-57cb34ab-edff-4614-a00b-153ed24b72ec Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 09:17:03,699 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-57cb34ab-edff-4614-a00b-153ed24b72ec 2018-09-02 09:17:03,699 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193783044815s 2018-09-02 09:17:03,700 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-57cb34ab-edff-4614-a00b-153ed24b72ec 2018-09-02 09:17:03,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 09:17:03,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" -d '{"project": {"description": "Created by OPNFV Functest: networking-sfc", "enabled": true, "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}}' 2018-09-02 09:17:04,059 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:17:03 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6ac44442-0161-4344-bce2-052a2cd0d51b 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.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}} 2018-09-02 09:17:04,059 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-6ac44442-0161-4344-bce2-052a2cd0d51b 2018-09-02 09:17:04,059 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.351730108261s 2018-09-02 09:17:04,059 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-6ac44442-0161-4344-bce2-052a2cd0d51b 2018-09-02 09:17:04,060 - 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'2f6141ee1bcb40b596cbd3a3bee4aa83', '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_92ed9a24-5a39-49ac-941b-f81b3675f494'}) 2018-09-02 09:17:04,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 09:17:04,068 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "9d3b3ad2-488c-4af8-a46a-9c71d9e4500d", "email": null, "name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494"}}' 2018-09-02 09:17:04,520 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:17:04 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f899a0ab-3b1f-4bd2-b11c-eade17c20bcd Content-Length: 329 Content-Type: application/json RESP BODY: {"user": {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}} 2018-09-02 09:17:04,520 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-f899a0ab-3b1f-4bd2-b11c-eade17c20bcd 2018-09-02 09:17:04,521 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.455557107925s 2018-09-02 09:17:04,521 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-f899a0ab-3b1f-4bd2-b11c-eade17c20bcd 2018-09-02 09:17:04,521 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd91bcbaea80f4cca9e779a27614a59f2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494'}) 2018-09-02 09:17:04,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:04,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:04,715 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cda0731-be3e-4762-84cb-14d473d309e1 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:04,715 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2cda0731-be3e-4762-84cb-14d473d309e1 2018-09-02 09:17:04,715 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190320014954s 2018-09-02 09:17:04,716 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2cda0731-be3e-4762-84cb-14d473d309e1 2018-09-02 09:17:04,721 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:04,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:04,917 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5543de0-813e-48a3-81c1-41a699d772c0 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:04,917 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e5543de0-813e-48a3-81c1-41a699d772c0 2018-09-02 09:17:04,918 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.196715116501s 2018-09-02 09:17:04,918 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-e5543de0-813e-48a3-81c1-41a699d772c0 2018-09-02 09:17:04,923 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:04,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:05,110 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:04 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38e41fa8-c3e8-4faf-972e-c6bf5b8d3b54 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:05,110 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-38e41fa8-c3e8-4faf-972e-c6bf5b8d3b54 2018-09-02 09:17:05,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.187550067902s 2018-09-02 09:17:05,111 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-38e41fa8-c3e8-4faf-972e-c6bf5b8d3b54 2018-09-02 09:17:05,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:17:05,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:05,309 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-85d1805f-eae2-4278-9251-80eca0e40f76 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:17:05,309 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-85d1805f-eae2-4278-9251-80eca0e40f76 2018-09-02 09:17:05,309 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.193382978439s 2018-09-02 09:17:05,309 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-85d1805f-eae2-4278-9251-80eca0e40f76 2018-09-02 09:17:05,310 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:17:05,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:05,528 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0d904602-08d8-4b1f-8e12-0b403cb3b708 Content-Encoding: gzip Content-Length: 1099 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:17:05,529 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-0d904602-08d8-4b1f-8e12-0b403cb3b708 2018-09-02 09:17:05,529 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.218303918839s 2018-09-02 09:17:05,529 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-0d904602-08d8-4b1f-8e12-0b403cb3b708 2018-09-02 09:17:05,542 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:17:05,545 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:05,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-717b171d-6330-4a61-baca-308e921843c6 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:17:05,726 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-717b171d-6330-4a61-baca-308e921843c6 2018-09-02 09:17:05,727 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.184573888779s 2018-09-02 09:17:05,727 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-717b171d-6330-4a61-baca-308e921843c6 2018-09-02 09:17:05,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:17:05,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=d91bcbaea80f4cca9e779a27614a59f2&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2f6141ee1bcb40b596cbd3a3bee4aa83" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:05,850 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:05 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b534951e-eabf-42ec-8173-9712adbb634c Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=d91bcbaea80f4cca9e779a27614a59f2&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2f6141ee1bcb40b596cbd3a3bee4aa83", "previous": null, "next": null}} 2018-09-02 09:17:05,850 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=d91bcbaea80f4cca9e779a27614a59f2&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2f6141ee1bcb40b596cbd3a3bee4aa83 used request id req-b534951e-eabf-42ec-8173-9712adbb634c 2018-09-02 09:17:05,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.114561080933s 2018-09-02 09:17:05,850 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=d91bcbaea80f4cca9e779a27614a59f2&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=2f6141ee1bcb40b596cbd3a3bee4aa83 used request id req-b534951e-eabf-42ec-8173-9712adbb634c 2018-09-02 09:17:05,854 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:17:05,857 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83/users/d91bcbaea80f4cca9e779a27614a59f2/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:06,091 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:17:05 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-f4585a94-9fad-4591-9df3-ad2be1ea6e26 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 09:17:06,091 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83/users/d91bcbaea80f4cca9e779a27614a59f2/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-f4585a94-9fad-4591-9df3-ad2be1ea6e26 2018-09-02 09:17:06,091 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.23713183403s 2018-09-02 09:17:06,091 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83/users/d91bcbaea80f4cca9e779a27614a59f2/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-f4585a94-9fad-4591-9df3-ad2be1ea6e26 2018-09-02 09:17:06,092 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494', 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'2f6141ee1bcb40b596cbd3a3bee4aa83', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '9d3b3ad2-488c-4af8-a46a-9c71d9e4500d', 'username': u'networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 09:17:06,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:17:06,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:17:06,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:17:06,093 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:17:06,094 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:17:06,095 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:17:06,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:17:06,096 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:17:06,097 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494', 'password': '9d3b3ad2-488c-4af8-a46a-9c71d9e4500d', 'project_name': 'networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '2f6141ee1bcb40b596cbd3a3bee4aa83', 'project_domain_name': 'Default'} 2018-09-02 09:17:06,100 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:06,104 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:06,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-da107b99-ff72-4ed7-8dd1-aa020dcbddbf Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:06,278 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-da107b99-ff72-4ed7-8dd1-aa020dcbddbf 2018-09-02 09:17:06,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.177892923355s 2018-09-02 09:17:06,279 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-da107b99-ff72-4ed7-8dd1-aa020dcbddbf 2018-09-02 09:17:06,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:06,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:06,468 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2cb55cff-8918-42c9-8118-733a112b094d Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:06,469 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2cb55cff-8918-42c9-8118-733a112b094d 2018-09-02 09:17:06,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.186094045639s 2018-09-02 09:17:06,469 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-2cb55cff-8918-42c9-8118-733a112b094d 2018-09-02 09:17:06,473 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:17:06,476 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:06,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d0523ba4-e59f-4f0f-acf6-ea3ef717f8f4 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:17:06,670 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d0523ba4-e59f-4f0f-acf6-ea3ef717f8f4 2018-09-02 09:17:06,670 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196889877319s 2018-09-02 09:17:06,670 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d0523ba4-e59f-4f0f-acf6-ea3ef717f8f4 2018-09-02 09:17:06,671 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:17:06,674 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:06,875 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5a7d51f-d087-4e47-a364-9229e4dbd342 Content-Encoding: gzip Content-Length: 1099 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:17:06,875 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f5a7d51f-d087-4e47-a364-9229e4dbd342 2018-09-02 09:17:06,875 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.204201936722s 2018-09-02 09:17:06,876 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-f5a7d51f-d087-4e47-a364-9229e4dbd342 2018-09-02 09:17:06,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:17:06,891 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:07,081 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:06 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bb9ab269-0e4c-4c2a-be0b-524a40e8aaf6 Content-Encoding: gzip Content-Length: 662 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:17:07,082 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-bb9ab269-0e4c-4c2a-be0b-524a40e8aaf6 2018-09-02 09:17:07,082 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193375825882s 2018-09-02 09:17:07,082 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-bb9ab269-0e4c-4c2a-be0b-524a40e8aaf6 2018-09-02 09:17:07,088 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:17:07,091 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=d91bcbaea80f4cca9e779a27614a59f2&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=2f6141ee1bcb40b596cbd3a3bee4aa83" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:07,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:07 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e5bd478b-f43e-48f2-9d60-187c96d4334e Content-Encoding: gzip Content-Length: 208 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=d91bcbaea80f4cca9e779a27614a59f2&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=2f6141ee1bcb40b596cbd3a3bee4aa83", "previous": null, "next": null}} 2018-09-02 09:17:07,285 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=d91bcbaea80f4cca9e779a27614a59f2&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=2f6141ee1bcb40b596cbd3a3bee4aa83 used request id req-e5bd478b-f43e-48f2-9d60-187c96d4334e 2018-09-02 09:17:07,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.196602106094s 2018-09-02 09:17:07,285 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=d91bcbaea80f4cca9e779a27614a59f2&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=2f6141ee1bcb40b596cbd3a3bee4aa83 used request id req-e5bd478b-f43e-48f2-9d60-187c96d4334e 2018-09-02 09:17:07,289 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:17:07,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83/users/d91bcbaea80f4cca9e779a27614a59f2/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}413705ba10c427e3d8591641616a676ff2d47203" 2018-09-02 09:17:07,437 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:17:07 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7f694fba-6bc4-4aaf-abbf-0fba15e28c0f 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 09:17:07,437 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83/users/d91bcbaea80f4cca9e779a27614a59f2/roles/8e0d526659f746328b933c99a8db6754 used request id req-7f694fba-6bc4-4aaf-abbf-0fba15e28c0f 2018-09-02 09:17:07,437 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.148322820663s 2018-09-02 09:17:07,438 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83/users/d91bcbaea80f4cca9e779a27614a59f2/roles/8e0d526659f746328b933c99a8db6754 used request id req-7f694fba-6bc4-4aaf-abbf-0fba15e28c0f 2018-09-02 09:17:07,438 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 09:17:10,301 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 09:17:14,550 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | c4f80639-e845-46f2-8f0e-353a30c0bfca | 2018-09-02T09:17:12.800874 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: c4f80639-e845-46f2-8f0e-353a30c0bfca ~/.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 09:17:18,422 - 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 09:17:18,423 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 09:17:21,027 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 09:17:24,557 - 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=9229c1b9-2107-40c1-b61b-3d84acb23d3f) as the default verifier for the future CLI operations. 2018-09-02 09:17:27,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:27,881 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:27 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-99b17199-2f09-40a7-b79c-cf5003a93c75 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:17:27,881 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-99b17199-2f09-40a7-b79c-cf5003a93c75 2018-09-02 09:17:27,882 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:17:28,282 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:17:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/2f6141ee1bcb40b596cbd3a3bee4aa83", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "id": "d91bcbaea80f4cca9e779a27614a59f2"}, "audit_ids": ["xLtnToMXQgqKxt7we4T5Fg"], "issued_at": "2018-09-02T09:17:28.000000Z"}} 2018-09-02 09:17:28,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 09:17:28,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a90cc59205edd609e528aeca3daed9fa054741bd" 2018-09-02 09:17:28,655 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-bba5a54a-8091-4a88-9fce-1059e7c3d742 Date: Sun, 02 Sep 2018 09:17: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 09:17:28,656 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-bba5a54a-8091-4a88-9fce-1059e7c3d742 2018-09-02 09:17:28,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.370325088501s 2018-09-02 09:17:28,656 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-bba5a54a-8091-4a88-9fce-1059e7c3d742 2018-09-02 09:17:28,666 - functest.opnfv_tests.openstack.tempest.tempest - WARNING - Cannot find Neutron extension: sfc 2018-09-02 09:17:28,666 - xtesting.ci.run_tests - INFO - Skipping test case 'networking-sfc'... 2018-09-02 09:17:28,666 - xtesting.ci.run_tests - INFO - Test result: +------------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +------------------------+------------------+------------------+----------------+ | networking-sfc | functest | 00:00 | SKIP | +------------------------+------------------+------------------+----------------+ 2018-09-02 09:17:28,725 - xtesting.ci.run_tests - INFO - Loading test case 'barbican'... 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:17:28,768 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:17:28,769 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:17:28,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:28,777 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:28 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3517a612-5442-44f1-8159-2208868fd194 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:17:28,777 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-3517a612-5442-44f1-8159-2208868fd194 2018-09-02 09:17:28,777 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:17:29,272 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:17:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["LtuX1t1-TTKQAJE5Tc-OGA"], "issued_at": "2018-09-02T09:17:29.000000Z"}} 2018-09-02 09:17:29,275 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:17:29,275 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:29,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-ffa664ee-11ed-4ab9-a82c-b2c611e80fe8 Date: Sun, 02 Sep 2018 09:17:29 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 09:17:29,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ffa664ee-11ed-4ab9-a82c-b2c611e80fe8 2018-09-02 09:17:29,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.354658842087s 2018-09-02 09:17:29,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-ffa664ee-11ed-4ab9-a82c-b2c611e80fe8 2018-09-02 09:17:29,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:29,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-da3b3a32-dabe-455b-9a69-ee1e6fecb232 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:17:29,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-da3b3a32-dabe-455b-9a69-ee1e6fecb232 2018-09-02 09:17:29,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:17:29,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:29,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d064d3c6-3535-4d32-b78c-e97cacc63a08 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 09:17:29,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-d064d3c6-3535-4d32-b78c-e97cacc63a08 2018-09-02 09:17:29,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.201164960861s 2018-09-02 09:17:29,841 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-d064d3c6-3535-4d32-b78c-e97cacc63a08 2018-09-02 09:17:29,848 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 09:17:29,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" -d '{"project": {"description": "Created by OPNFV Functest: barbican", "enabled": true, "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}}' 2018-09-02 09:17:30,065 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:17:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-eacae5b3-5812-41cd-8c7c-158eb5636975 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.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}} 2018-09-02 09:17:30,065 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-eacae5b3-5812-41cd-8c7c-158eb5636975 2018-09-02 09:17:30,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.217334985733s 2018-09-02 09:17:30,066 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-eacae5b3-5812-41cd-8c7c-158eb5636975 2018-09-02 09:17:30,066 - 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'7620e2487a484281a5cf337ae3d7eec1', '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_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7'}) 2018-09-02 09:17:30,072 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 09:17:30,076 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "0f2fb152-af28-4e7c-a432-f4b9b6f67e55", "email": null, "name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}}' 2018-09-02 09:17:30,513 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:17:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-80e26136-6dba-4fbe-867a-0bee9feb0002 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}} 2018-09-02 09:17:30,513 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-80e26136-6dba-4fbe-867a-0bee9feb0002 2018-09-02 09:17:30,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.440718889236s 2018-09-02 09:17:30,514 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-80e26136-6dba-4fbe-867a-0bee9feb0002 2018-09-02 09:17:30,514 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'8f7229b4d1a1430fada3d9c553d7794c', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7'}) 2018-09-02 09:17:30,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:30,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:30,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8d196d31-3a65-4b7e-8b0d-24d280fe6e5a Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:30,710 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8d196d31-3a65-4b7e-8b0d-24d280fe6e5a 2018-09-02 09:17:30,710 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19216799736s 2018-09-02 09:17:30,710 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-8d196d31-3a65-4b7e-8b0d-24d280fe6e5a 2018-09-02 09:17:30,715 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:30,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:30,915 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-868681d4-e45b-4a6a-bee4-74871a2113ba Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:30,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-868681d4-e45b-4a6a-bee4-74871a2113ba 2018-09-02 09:17:30,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.200443029404s 2018-09-02 09:17:30,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-868681d4-e45b-4a6a-bee4-74871a2113ba 2018-09-02 09:17:30,918 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:30,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:31,100 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d450539-dd6a-44f0-962d-2e6536a83066 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:31,100 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4d450539-dd6a-44f0-962d-2e6536a83066 2018-09-02 09:17:31,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.182199001312s 2018-09-02 09:17:31,101 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4d450539-dd6a-44f0-962d-2e6536a83066 2018-09-02 09:17:31,105 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:17:31,109 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:31,298 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a1be2253-79d8-4b51-86bf-4d5c185ef52d Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:17:31,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-a1be2253-79d8-4b51-86bf-4d5c185ef52d 2018-09-02 09:17:31,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.192141056061s 2018-09-02 09:17:31,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-a1be2253-79d8-4b51-86bf-4d5c185ef52d 2018-09-02 09:17:31,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:17:31,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:31,509 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1b592394-8d3a-44dd-8ae3-a63ef2bc3942 Content-Encoding: gzip Content-Length: 1156 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:17:31,509 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-1b592394-8d3a-44dd-8ae3-a63ef2bc3942 2018-09-02 09:17:31,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210509061813s 2018-09-02 09:17:31,509 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-1b592394-8d3a-44dd-8ae3-a63ef2bc3942 2018-09-02 09:17:31,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:17:31,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:31,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-412f67db-f520-4fe7-93be-a3daeb3dd781 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:17:31,704 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-412f67db-f520-4fe7-93be-a3daeb3dd781 2018-09-02 09:17:31,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.185750961304s 2018-09-02 09:17:31,705 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-412f67db-f520-4fe7-93be-a3daeb3dd781 2018-09-02 09:17:31,709 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:17:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=8f7229b4d1a1430fada3d9c553d7794c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=7620e2487a484281a5cf337ae3d7eec1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:31,899 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e611d74c-0fd8-4ff7-953f-5caaddc1f03b Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=8f7229b4d1a1430fada3d9c553d7794c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=7620e2487a484281a5cf337ae3d7eec1", "previous": null, "next": null}} 2018-09-02 09:17:31,899 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=8f7229b4d1a1430fada3d9c553d7794c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=7620e2487a484281a5cf337ae3d7eec1 used request id req-e611d74c-0fd8-4ff7-953f-5caaddc1f03b 2018-09-02 09:17:31,900 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.190538883209s 2018-09-02 09:17:31,900 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=8f7229b4d1a1430fada3d9c553d7794c&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=7620e2487a484281a5cf337ae3d7eec1 used request id req-e611d74c-0fd8-4ff7-953f-5caaddc1f03b 2018-09-02 09:17:31,902 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:17:31,904 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1/users/8f7229b4d1a1430fada3d9c553d7794c/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:32,145 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:17:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-287c370f-ddcf-4b4c-95dd-d9812f3901ad 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 09:17:32,145 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1/users/8f7229b4d1a1430fada3d9c553d7794c/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-287c370f-ddcf-4b4c-95dd-d9812f3901ad 2018-09-02 09:17:32,145 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.24325799942s 2018-09-02 09:17:32,146 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1/users/8f7229b4d1a1430fada3d9c553d7794c/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-287c370f-ddcf-4b4c-95dd-d9812f3901ad 2018-09-02 09:17:32,146 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7', 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'7620e2487a484281a5cf337ae3d7eec1', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': '0f2fb152-af28-4e7c-a432-f4b9b6f67e55', 'username': u'barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 09:17:32,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:17:32,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token_endpoint = openstackclient.api.auth_plugin:TokenEndpoint') 2018-09-02 09:17:32,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:17:32,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:17:32,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:17:32,148 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:17:32,149 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:17:32,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:17:32,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:17:32,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:17:32,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:17:32,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:17:32,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:17:32,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:17:32,150 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:17:32,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-basic = gnocchiclient.auth:GnocchiBasicLoader') 2018-09-02 09:17:32,151 - stevedore.extension - DEBUG - found extension EntryPoint.parse('gnocchi-noauth = gnocchiclient.auth:GnocchiNoAuthLoader') 2018-09-02 09:17:32,152 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7', 'password': '0f2fb152-af28-4e7c-a432-f4b9b6f67e55', 'project_name': 'barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '7620e2487a484281a5cf337ae3d7eec1', 'project_domain_name': 'Default'} 2018-09-02 09:17:32,155 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:32,159 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:32,334 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-15c45a2b-60a5-4db4-a654-fb4b74ae5b50 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:32,334 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-15c45a2b-60a5-4db4-a654-fb4b74ae5b50 2018-09-02 09:17:32,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178826093674s 2018-09-02 09:17:32,335 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-15c45a2b-60a5-4db4-a654-fb4b74ae5b50 2018-09-02 09:17:32,339 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:17:32,343 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:32,532 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-52f8e845-de67-4f9c-81e1-535470eb54c4 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:17:32,532 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-52f8e845-de67-4f9c-81e1-535470eb54c4 2018-09-02 09:17:32,533 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192936182022s 2018-09-02 09:17:32,533 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-52f8e845-de67-4f9c-81e1-535470eb54c4 2018-09-02 09:17:32,536 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:17:32,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:32,732 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e70d7520-344e-4dba-b304-c09e6414eed2 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:17:32,732 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-e70d7520-344e-4dba-b304-c09e6414eed2 2018-09-02 09:17:32,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.196311950684s 2018-09-02 09:17:32,732 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-e70d7520-344e-4dba-b304-c09e6414eed2 2018-09-02 09:17:32,733 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:17:32,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:32,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4157aa0-614a-413c-8b72-089c68d45f7d Content-Encoding: gzip Content-Length: 1156 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:17:32,851 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-d4157aa0-614a-413c-8b72-089c68d45f7d 2018-09-02 09:17:32,852 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.118601799011s 2018-09-02 09:17:32,852 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-d4157aa0-614a-413c-8b72-089c68d45f7d 2018-09-02 09:17:32,864 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:17:32,866 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:33,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-992479ae-84f5-436b-b52c-852f2b929256 Content-Encoding: gzip Content-Length: 723 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:17:33,072 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-992479ae-84f5-436b-b52c-852f2b929256 2018-09-02 09:17:33,073 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.208781003952s 2018-09-02 09:17:33,073 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-992479ae-84f5-436b-b52c-852f2b929256 2018-09-02 09:17:33,081 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:17:33,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=8f7229b4d1a1430fada3d9c553d7794c&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=7620e2487a484281a5cf337ae3d7eec1" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:33,275 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39f05487-1ee1-41ea-b0ff-155f1142766d Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=8f7229b4d1a1430fada3d9c553d7794c&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=7620e2487a484281a5cf337ae3d7eec1", "previous": null, "next": null}} 2018-09-02 09:17:33,275 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=8f7229b4d1a1430fada3d9c553d7794c&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=7620e2487a484281a5cf337ae3d7eec1 used request id req-39f05487-1ee1-41ea-b0ff-155f1142766d 2018-09-02 09:17:33,275 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.19434595108s 2018-09-02 09:17:33,276 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=8f7229b4d1a1430fada3d9c553d7794c&role.id=8e0d526659f746328b933c99a8db6754&scope.project.id=7620e2487a484281a5cf337ae3d7eec1 used request id req-39f05487-1ee1-41ea-b0ff-155f1142766d 2018-09-02 09:17:33,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:17:33,283 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1/users/8f7229b4d1a1430fada3d9c553d7794c/roles/8e0d526659f746328b933c99a8db6754 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f297ab1d7dbd112d42adbdbea8a6de92b2819bb3" 2018-09-02 09:17:33,504 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:17:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-d7c0cb34-7ea9-49fd-8ff3-c4cdae2e5126 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 09:17:33,504 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1/users/8f7229b4d1a1430fada3d9c553d7794c/roles/8e0d526659f746328b933c99a8db6754 used request id req-d7c0cb34-7ea9-49fd-8ff3-c4cdae2e5126 2018-09-02 09:17:33,504 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.224458932877s 2018-09-02 09:17:33,504 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1/users/8f7229b4d1a1430fada3d9c553d7794c/roles/8e0d526659f746328b933c99a8db6754 used request id req-d7c0cb34-7ea9-49fd-8ff3-c4cdae2e5126 2018-09-02 09:17:33,504 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Creating Rally environment... 2018-09-02 09:17:36,854 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment destroy --deployment opnfv-rally 2018-09-02 09:17:39,686 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally deployment create --fromenv --name opnfv-rally +--------------------------------------+----------------------------+-------------+------------------+--------+ | uuid | created_at | name | status | active | +--------------------------------------+----------------------------+-------------+------------------+--------+ | d1201d1a-a9c5-4926-aace-7788ee4eb1ff | 2018-09-02T09:17:39.397019 | opnfv-rally | deploy->finished | | +--------------------------------------+----------------------------+-------------+------------------+--------+ Using deployment: d1201d1a-a9c5-4926-aace-7788ee4eb1ff ~/.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 09:17:43,559 - 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 09:17:43,560 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - Create verifier from existing repo... 2018-09-02 09:17:46,137 - functest.opnfv_tests.openstack.tempest.conf_utils - INFO - rally verify delete-verifier --id opnfv-tempest --force 2018-09-02 09:17:49,520 - 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=73462ea4-fb71-4612-91d8-bc67184487a1) as the default verifier for the future CLI operations. 2018-09-02 09:17:52,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:52,711 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:52 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c27eb590-5a7b-4270-be1d-c5cfbbec829b 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:17:52,711 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-c27eb590-5a7b-4270-be1d-c5cfbbec829b 2018-09-02 09:17:52,711 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:17:53,114 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:17:53.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7620e2487a484281a5cf337ae3d7eec1", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_7620e2487a484281a5cf337ae3d7eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_7620e2487a484281a5cf337ae3d7eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/7620e2487a484281a5cf337ae3d7eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/7620e2487a484281a5cf337ae3d7eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/7620e2487a484281a5cf337ae3d7eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/7620e2487a484281a5cf337ae3d7eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/7620e2487a484281a5cf337ae3d7eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/7620e2487a484281a5cf337ae3d7eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/7620e2487a484281a5cf337ae3d7eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/7620e2487a484281a5cf337ae3d7eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/7620e2487a484281a5cf337ae3d7eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/7620e2487a484281a5cf337ae3d7eec1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/7620e2487a484281a5cf337ae3d7eec1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/7620e2487a484281a5cf337ae3d7eec1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "id": "8f7229b4d1a1430fada3d9c553d7794c"}, "audit_ids": ["-Ll6OLHBRqC1eAIGJxTQ9g"], "issued_at": "2018-09-02T09:17:53.000000Z"}} 2018-09-02 09:17:53,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:53,123 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:17:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9b2ea634-eea0-4e6b-bcf5-c6907fc5fedd 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:17:53,123 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-9b2ea634-eea0-4e6b-bcf5-c6907fc5fedd 2018-09-02 09:17:53,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 09:17:53,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 09:17:53,136 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:17:53 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-16d6aa25-da30-4b9a-a9b3-a60fe4430dd8 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.4:35357/v3/", "rel": "self"}]}]}} 2018-09-02 09:17:53,136 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-16d6aa25-da30-4b9a-a9b3-a60fe4430dd8 2018-09-02 09:17:53,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}7033a512543684d4b01b144f9ad3becb6d3018ee" 2018-09-02 09:17:53,331 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:53 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c81464a0-69fc-4789-8b9c-343675c6a1ba Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/08fec3b812f74f3185347b559bfc2d6a"}, "enabled": true, "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1d55c00b68214ca486ca54af5b3b03bd"}, "enabled": true, "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1fa806695b844c73a6410319a8b4fa6e"}, "enabled": true, "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2afaf8fb5fa7474094aa9613a573da43"}, "enabled": true, "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/34fca9d537a74c0194da0a3387e74c3e"}, "enabled": true, "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/387f79b67935446ca9455ee1eb21f37f"}, "enabled": true, "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/38b6df39a4ac407ba235cc5a16f54e69"}, "enabled": true, "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/39eb640c21a044f3b1ae638eb1c15171"}, "enabled": true, "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/3f418b02e75d45e5bf2fe76226e3c093"}, "enabled": true, "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4e9ac09586eb44bfa0b0bfbcb4f5e5bf"}, "enabled": true, "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/61c587f7f84f41dca46bc2531f5a72c3"}, "enabled": true, "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c62da50181645ae988a894a074b6dad"}, "enabled": true, "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/9026c413fcde4d7da11dfa6242c75002"}, "enabled": true, "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b24c82acb5464d3cb694c569027a6426"}, "enabled": true, "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ead963f647b24d04b1ad3c58a47621de"}, "enabled": true, "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-02 09:17:53,332 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-c81464a0-69fc-4789-8b9c-343675c6a1ba 2018-09-02 09:17:53,332 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.204488992691s 2018-09-02 09:17:53,332 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-c81464a0-69fc-4789-8b9c-343675c6a1ba 2018-09-02 09:17:53,341 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.extensions 2018-09-02 09:17:53,342 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}7033a512543684d4b01b144f9ad3becb6d3018ee" 2018-09-02 09:17:53,614 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 11656 X-Openstack-Request-Id: req-b8ecc8fb-cc93-451d-90f1-562fd959985b Date: Sun, 02 Sep 2018 09:17: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 09:17:53,614 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-b8ecc8fb-cc93-451d-90f1-562fd959985b 2018-09-02 09:17:53,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.extensions in 0.272778987885s 2018-09-02 09:17:53,615 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/extensions.json used request id req-b8ecc8fb-cc93-451d-90f1-562fd959985b 2018-09-02 09:17:53,625 - xtesting.ci.run_tests - INFO - Skipping test case 'barbican'... 2018-09-02 09:17:53,625 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | barbican | functest | 00:00 | SKIP | +-------------------+------------------+------------------+----------------+ 2018-09-02 09:17:53,630 - xtesting.ci.run_tests - INFO - Xtesting report: +------------------------------------+------------------+---------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +------------------------------------+------------------+---------------+------------------+----------------+ | tempest_smoke | functest | smoke | 06:32 | PASS | | neutron-tempest-plugin-api | functest | smoke | 15:45 | PASS | | rally_sanity | functest | smoke | 28:51 | FAIL | | refstack_defcore | functest | smoke | 08:50 | FAIL | | patrole | functest | smoke | 03:08 | PASS | | vmtp | functest | smoke | 00:54 | FAIL | | shaker | functest | smoke | 30:02 | PASS | | snaps_smoke | functest | smoke | 00:00 | SKIP | | neutron_trunk | functest | smoke | 02:29 | PASS | | networking-bgpvpn | functest | smoke | 00:00 | SKIP | | networking-sfc | functest | smoke | 00:00 | SKIP | | barbican | functest | smoke | 00:00 | SKIP | +------------------------------------+------------------+---------------+------------------+----------------+ 2018-09-02 09:17:53,642 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR 2018-09-02 09:17:53,699 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 09:17:56,515 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 09:17:56,518 - 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.25,192.30.9.4 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.25:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=yy7Q1rRo26QLEJu5eTOaoULUg 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=4b06fee7bf104ba386aa2f904001aa35 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-02 09:17:56,518 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 09:17:56,518 - xtesting.ci.run_tests - INFO - TESTS TO BE EXECUTED: +---------------+---------------+---------------------+-------------------+ | TIERS | ORDER | DESCRIPTION | TESTCASES | +---------------+---------------+---------------------+-------------------+ +---------------+---------------+---------------------+-------------------+ 2018-09-02 09:17:56,519 - 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 09:17:56,521 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-02 09:17:59,098 - xtesting.ci.run_tests - INFO - Deployment description: +--------------------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +--------------------------------------+----------------------------------------------------------+ | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-276 | | ENERGY_RECORDER_API_URL | http://energy.opnfv.fr/resources | | ENERGY_RECORDER_API_PASSWORD | | | CI_LOOP | daily | | TEST_DB_URL | http://testresults.opnfv.org/test/api/v1/results | | INSTALLER_TYPE | apex | | DEPLOY_SCENARIO | os-nosdn-nofeature-ha | | ENERGY_RECORDER_API_USER | | | NODE_NAME | lf-pod1 | +--------------------------------------+----------------------------------------------------------+ 2018-09-02 09:17:59,102 - 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.25,192.30.9.4 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.25:5000/v3 export NOVA_VERSION=1.1 export OS_IMAGE_API_VERSION=2 export OS_PASSWORD=yy7Q1rRo26QLEJu5eTOaoULUg 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=4b06fee7bf104ba386aa2f904001aa35 export OS_TENANT_NAME=admin export OS_REGION_NAME=regionOne 2018-09-02 09:17:59,102 - xtesting.ci.run_tests - DEBUG - Test args: all 2018-09-02 09:17:59,103 - 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 09:17:59,118 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify'... 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:17:59,535 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:17:59,536 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:17:59,541 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:17:59,542 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:17:59,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:17:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4a238cba-b5cf-4c18-a9ea-96589dd9cb85 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:17:59,548 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-4a238cba-b5cf-4c18-a9ea-96589dd9cb85 2018-09-02 09:17:59,549 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:17:59,948 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:17:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["OP_cXhe_SKu2IDjJ45-Csw"], "issued_at": "2018-09-02T09:17:59.000000Z"}} 2018-09-02 09:17:59,951 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:17:59,952 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:00,318 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-8725cc1f-9f89-4f04-914f-07b7b2b6fb45 Date: Sun, 02 Sep 2018 09:18:00 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 09:18:00,318 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8725cc1f-9f89-4f04-914f-07b7b2b6fb45 2018-09-02 09:18:00,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.366488933563s 2018-09-02 09:18:00,318 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-8725cc1f-9f89-4f04-914f-07b7b2b6fb45 2018-09-02 09:18:00,326 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:18:00,331 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:18:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-4e7fce6b-8af0-4fb7-94bf-d174d0f9b7d4 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:18:00,332 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-4e7fce6b-8af0-4fb7-94bf-d174d0f9b7d4 2018-09-02 09:18:00,332 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:18:00,335 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:00,529 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:00 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-21f134f8-6467-43e4-badd-473d7e54befa Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 09:18:00,530 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-21f134f8-6467-43e4-badd-473d7e54befa 2018-09-02 09:18:00,530 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197242975235s 2018-09-02 09:18:00,530 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-21f134f8-6467-43e4-badd-473d7e54befa 2018-09-02 09:18:00,537 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 09:18:00,539 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" -d '{"project": {"description": "Created by OPNFV Functest: cloudify", "enabled": true, "domain_id": "default", "name": "cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134"}}' 2018-09-02 09:18:00,747 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:18:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-2b571c58-e1e1-457b-a303-5437ea451905 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.25:5000/v3/projects/624ac320c5f54af097603261d9274c80"}, "tags": [], "enabled": true, "id": "624ac320c5f54af097603261d9274c80", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134"}} 2018-09-02 09:18:00,747 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-2b571c58-e1e1-457b-a303-5437ea451905 2018-09-02 09:18:00,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.210542201996s 2018-09-02 09:18:00,748 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-2b571c58-e1e1-457b-a303-5437ea451905 2018-09-02 09:18:00,748 - 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'624ac320c5f54af097603261d9274c80', '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_41ada755-0ecf-4a19-8d52-af47aff6c134'}) 2018-09-02 09:18:00,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 09:18:00,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "ecda3687-fc56-4c33-9796-ec3c704a705c", "email": null, "name": "cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134"}}' 2018-09-02 09:18:01,251 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:18:00 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-c4ccaa09-f03b-466b-9005-83012ad8ba59 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134", "links": {"self": "http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d8e06d0ad2f444eca943cb4a0b610dc7", "domain_id": "default", "password_expires_at": null}} 2018-09-02 09:18:01,251 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-c4ccaa09-f03b-466b-9005-83012ad8ba59 2018-09-02 09:18:01,251 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.496978998184s 2018-09-02 09:18:01,252 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-c4ccaa09-f03b-466b-9005-83012ad8ba59 2018-09-02 09:18:01,252 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'd8e06d0ad2f444eca943cb4a0b610dc7', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134'}) 2018-09-02 09:18:01,256 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:18:01,259 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:01,454 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-563d4063-3737-4429-9149-293af841eb7c Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:18:01,454 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-563d4063-3737-4429-9149-293af841eb7c 2018-09-02 09:18:01,454 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198122024536s 2018-09-02 09:18:01,454 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-563d4063-3737-4429-9149-293af841eb7c 2018-09-02 09:18:01,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:18:01,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:01,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e592b0f-497d-4ba3-bea5-1e1be191678b Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:18:01,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5e592b0f-497d-4ba3-bea5-1e1be191678b 2018-09-02 09:18:01,645 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.185308933258s 2018-09-02 09:18:01,645 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5e592b0f-497d-4ba3-bea5-1e1be191678b 2018-09-02 09:18:01,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:18:01,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:01,841 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-265e6e53-2181-4445-8fb3-a42a75806104 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:18:01,841 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-265e6e53-2181-4445-8fb3-a42a75806104 2018-09-02 09:18:01,841 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.190486907959s 2018-09-02 09:18:01,841 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-265e6e53-2181-4445-8fb3-a42a75806104 2018-09-02 09:18:01,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:18:01,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:01,955 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d5dace43-c6b6-4e80-b9fa-2c3c9031d318 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:18:01,955 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d5dace43-c6b6-4e80-b9fa-2c3c9031d318 2018-09-02 09:18:01,955 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.108480930328s 2018-09-02 09:18:01,955 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d5dace43-c6b6-4e80-b9fa-2c3c9031d318 2018-09-02 09:18:01,956 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:18:01,959 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:02,157 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:01 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f24053-2ce8-445c-85ea-068de0c0e004 Content-Encoding: gzip Content-Length: 1219 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134", "links": {"self": "http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d8e06d0ad2f444eca943cb4a0b610dc7", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:18:02,158 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-64f24053-2ce8-445c-85ea-068de0c0e004 2018-09-02 09:18:02,158 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201668977737s 2018-09-02 09:18:02,158 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-64f24053-2ce8-445c-85ea-068de0c0e004 2018-09-02 09:18:02,172 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:18:02,175 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:02,364 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-522eb62b-7336-4ecf-8936-056604684505 Content-Encoding: gzip Content-Length: 791 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.25:5000/v3/projects/624ac320c5f54af097603261d9274c80"}, "tags": [], "enabled": true, "id": "624ac320c5f54af097603261d9274c80", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:18:02,364 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-522eb62b-7336-4ecf-8936-056604684505 2018-09-02 09:18:02,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192148208618s 2018-09-02 09:18:02,364 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-522eb62b-7336-4ecf-8936-056604684505 2018-09-02 09:18:02,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:18:02,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=d8e06d0ad2f444eca943cb4a0b610dc7&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=624ac320c5f54af097603261d9274c80" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:02,567 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5e735407-cabc-4dad-a92e-98fc614e1c98 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=d8e06d0ad2f444eca943cb4a0b610dc7&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=624ac320c5f54af097603261d9274c80", "previous": null, "next": null}} 2018-09-02 09:18:02,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=d8e06d0ad2f444eca943cb4a0b610dc7&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=624ac320c5f54af097603261d9274c80 used request id req-5e735407-cabc-4dad-a92e-98fc614e1c98 2018-09-02 09:18:02,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.194127082825s 2018-09-02 09:18:02,568 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=d8e06d0ad2f444eca943cb4a0b610dc7&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=624ac320c5f54af097603261d9274c80 used request id req-5e735407-cabc-4dad-a92e-98fc614e1c98 2018-09-02 09:18:02,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:18:02,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/624ac320c5f54af097603261d9274c80/users/d8e06d0ad2f444eca943cb4a0b610dc7/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:18:02,714 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:18:02 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7507bdaa-a6ae-4116-b9fb-5cac38db0d2b 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 09:18:02,714 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/624ac320c5f54af097603261d9274c80/users/d8e06d0ad2f444eca943cb4a0b610dc7/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-7507bdaa-a6ae-4116-b9fb-5cac38db0d2b 2018-09-02 09:18:02,714 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.143208026886s 2018-09-02 09:18:02,715 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/624ac320c5f54af097603261d9274c80/users/d8e06d0ad2f444eca943cb4a0b610dc7/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-7507bdaa-a6ae-4116-b9fb-5cac38db0d2b 2018-09-02 09:18:02,715 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134', 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'624ac320c5f54af097603261d9274c80', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'ecda3687-fc56-4c33-9796-ec3c704a705c', 'username': u'cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 09:18:02,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:18:02,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:18:02,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:18:02,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:18:02,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:18:02,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:18:02,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:18:02,717 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:18:02,718 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:18:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:18:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:18:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:18:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:18:02,719 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:18:02,721 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134', 'password': 'ecda3687-fc56-4c33-9796-ec3c704a705c', 'project_name': 'cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '624ac320c5f54af097603261d9274c80', 'project_domain_name': 'Default'} 2018-09-02 09:18:02,721 - xtesting.ci.run_tests - INFO - Running test case 'cloudify'... 2018-09-02 09:18:02,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:18:02,728 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:18:02 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-73e054c7-2626-4f5e-a6dd-9df14a7d83b9 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:18:02,728 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-73e054c7-2626-4f5e-a6dd-9df14a7d83b9 2018-09-02 09:18:02,729 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:18:03,133 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T10:18:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "624ac320c5f54af097603261d9274c80", "name": "cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_624ac320c5f54af097603261d9274c80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_624ac320c5f54af097603261d9274c80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/624ac320c5f54af097603261d9274c80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/624ac320c5f54af097603261d9274c80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/624ac320c5f54af097603261d9274c80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/624ac320c5f54af097603261d9274c80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/624ac320c5f54af097603261d9274c80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/624ac320c5f54af097603261d9274c80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/624ac320c5f54af097603261d9274c80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/624ac320c5f54af097603261d9274c80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/624ac320c5f54af097603261d9274c80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/624ac320c5f54af097603261d9274c80", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/624ac320c5f54af097603261d9274c80", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/624ac320c5f54af097603261d9274c80", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134", "id": "d8e06d0ad2f444eca943cb4a0b610dc7"}, "audit_ids": ["vHjplPtbQEa6O0yHwgiyRA"], "issued_at": "2018-09-02T09:18:03.000000Z"}} 2018-09-02 09:18:03,137 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 09:18:03,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"network": {"name": "cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134", "admin_state_up": true}}' 2018-09-02 09:18:03,745 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-acc4a2ad-f7a2-42a1-bd69-24eda8f38276 Date: Sun, 02 Sep 2018 09:18:03 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f28f88db-2e48-4d3d-9485-34fcdb022270","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"624ac320c5f54af097603261d9274c80","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:18:03Z","is_default":false,"name":"cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134","qos_policy_id":null,"admin_state_up":true,"tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:03Z","mtu":1450}} 2018-09-02 09:18:03,745 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-acc4a2ad-f7a2-42a1-bd69-24eda8f38276 2018-09-02 09:18:03,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.608772993088s 2018-09-02 09:18:03,746 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-acc4a2ad-f7a2-42a1-bd69-24eda8f38276 2018-09-02 09:18:03,746 - 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-02T09:18:03Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f28f88db-2e48-4d3d-9485-34fcdb022270', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134', u'admin_state_up': True, u'tenant_id': u'624ac320c5f54af097603261d9274c80', u'created_at': u'2018-09-02T09:18:03Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'624ac320c5f54af097603261d9274c80', u'l2_adjacency': True}) 2018-09-02 09:18:03,747 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:18:03,747 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:18:04,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-a9f02ac2-39ee-4ef3-a2a6-8307592d9eba Date: Sun, 02 Sep 2018 09:18:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f28f88db-2e48-4d3d-9485-34fcdb022270","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"624ac320c5f54af097603261d9274c80","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:18:03Z","qos_policy_id":null,"name":"cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134","admin_state_up":true,"tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:03Z","mtu":1450}]} 2018-09-02 09:18:04,026 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a9f02ac2-39ee-4ef3-a2a6-8307592d9eba 2018-09-02 09:18:04,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.279678106308s 2018-09-02 09:18:04,027 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a9f02ac2-39ee-4ef3-a2a6-8307592d9eba 2018-09-02 09:18:04,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 09:18:04,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"subnet": {"name": "cloudify-subnet_41ada755-0ecf-4a19-8d52-af47aff6c134", "enable_dhcp": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 09:18:05,038 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-8ebaaaa0-eee0-4ae2-a5b4-f7392dc6cc35 Date: Sun, 02 Sep 2018 09:18:05 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f28f88db-2e48-4d3d-9485-34fcdb022270","tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:18: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":"624ac320c5f54af097603261d9274c80","id":"748e650d-37c4-4486-b9de-db0bfa4869dd","subnetpool_id":null,"name":"cloudify-subnet_41ada755-0ecf-4a19-8d52-af47aff6c134"}} 2018-09-02 09:18:05,039 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-8ebaaaa0-eee0-4ae2-a5b4-f7392dc6cc35 2018-09-02 09:18:05,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.00699901581s 2018-09-02 09:18:05,039 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-8ebaaaa0-eee0-4ae2-a5b4-f7392dc6cc35 2018-09-02 09:18:05,040 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T09:18: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'748e650d-37c4-4486-b9de-db0bfa4869dd', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify-subnet_41ada755-0ecf-4a19-8d52-af47aff6c134', u'enable_dhcp': True, u'network_id': u'f28f88db-2e48-4d3d-9485-34fcdb022270', u'tenant_id': u'624ac320c5f54af097603261d9274c80', u'created_at': u'2018-09-02T09:18: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'624ac320c5f54af097603261d9274c80'}) 2018-09-02 09:18:05,040 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 09:18:05,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "cloudify-router_41ada755-0ecf-4a19-8d52-af47aff6c134", "admin_state_up": true}}' 2018-09-02 09:18:11,849 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-a5ae1efa-2c15-45e5-8e06-9033eea11b93 Date: Sun, 02 Sep 2018 09:18:11 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:06Z", "admin_state_up": true, "updated_at": "2018-09-02T09:18:07Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "624ac320c5f54af097603261d9274c80", "id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "name": "cloudify-router_41ada755-0ecf-4a19-8d52-af47aff6c134"}} 2018-09-02 09:18:11,850 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-a5ae1efa-2c15-45e5-8e06-9033eea11b93 2018-09-02 09:18:11,850 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.80911898613s 2018-09-02 09:18:11,850 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-a5ae1efa-2c15-45e5-8e06-9033eea11b93 2018-09-02 09:18:11,850 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T09:18:07Z', u'revision_number': 3, u'id': u'e8126e60-15ad-4289-894c-8b3ff8bdf8f5', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.204'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify-router_41ada755-0ecf-4a19-8d52-af47aff6c134', u'admin_state_up': True, u'tenant_id': u'624ac320c5f54af097603261d9274c80', u'created_at': u'2018-09-02T09:18:06Z', u'flavor_id': None, u'routes': [], u'project_id': u'624ac320c5f54af097603261d9274c80'}) 2018-09-02 09:18:11,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 09:18:11,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5/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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"subnet_id": "748e650d-37c4-4486-b9de-db0bfa4869dd"}' 2018-09-02 09:18:15,123 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-20acc1f8-62cf-4543-b335-a063b28530bc Date: Sun, 02 Sep 2018 09:18:15 GMT RESP BODY: {"network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "tenant_id": "624ac320c5f54af097603261d9274c80", "subnet_id": "748e650d-37c4-4486-b9de-db0bfa4869dd", "subnet_ids": ["748e650d-37c4-4486-b9de-db0bfa4869dd"], "port_id": "c1c4d9ad-4895-4a09-a40c-97343128621c", "id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5"} 2018-09-02 09:18:15,124 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5/add_router_interface.json used request id req-20acc1f8-62cf-4543-b335-a063b28530bc 2018-09-02 09:18:15,124 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.27245998383s 2018-09-02 09:18:15,124 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5/add_router_interface.json used request id req-20acc1f8-62cf-4543-b335-a063b28530bc returning object e8126e60-15ad-4289-894c-8b3ff8bdf8f5 2018-09-02 09:18:15,125 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-09-02 09:18:37,946 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-09-02 09:18:37,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:18:37,953 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 09:18:37 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 09:18:37,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:18:37,956 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:18:38,357 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-838edf0c-127e-4f42-a2ed-f08f6ee3177a Date: Sun, 02 Sep 2018 09:18:38 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:18:38,357 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-838edf0c-127e-4f42-a2ed-f08f6ee3177a 2018-09-02 09:18:38,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.402563810349s 2018-09-02 09:18:38,358 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-838edf0c-127e-4f42-a2ed-f08f6ee3177a 2018-09-02 09:18:38,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 09:18:38,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134"}' 2018-09-02 09:18:38,683 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-8a96f8fa-7d6d-473b-a01a-8b31981013d1 Date: Sun, 02 Sep 2018 09:18:38 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:18:38Z", "file": "/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524/file", "owner": "624ac320c5f54af097603261d9274c80", "id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "size": null, "self": "/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "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_41ada755-0ecf-4a19-8d52-af47aff6c134", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134", "checksum": null, "created_at": "2018-09-02T09:18:38Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 09:18:38,683 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8a96f8fa-7d6d-473b-a01a-8b31981013d1 2018-09-02 09:18:38,683 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.319796085358s 2018-09-02 09:18:38,684 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-8a96f8fa-7d6d-473b-a01a-8b31981013d1 returning object 6ff8c074-12a8-48d3-bba6-07da602f5524 2018-09-02 09:18:38,684 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 09:18:38,686 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524/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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '' 2018-09-02 09:19:36,993 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-51441bd9-6d92-498b-985f-9bd23819cd36 Date: Sun, 02 Sep 2018 09:19:37 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 09:19:36,993 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524/file used request id req-51441bd9-6d92-498b-985f-9bd23819cd36 2018-09-02 09:19:36,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 58.3095920086s 2018-09-02 09:19:36,994 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524/file used request id req-51441bd9-6d92-498b-985f-9bd23819cd36 2018-09-02 09:19:36,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:19:37,002 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:37,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-36e0961e-b179-4e86-bfe5-a59b5255c94f Date: Sun, 02 Sep 2018 09:19:37 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:19:36Z", "file": "/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524/file", "owner": "624ac320c5f54af097603261d9274c80", "id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "size": 4373348352, "self": "/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6ff8c074-12a8-48d3-bba6-07da602f5524/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6ff8c074-12a8-48d3-bba6-07da602f5524/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T09:18:38Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:19:37,325 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-36e0961e-b179-4e86-bfe5-a59b5255c94f 2018-09-02 09:19:37,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.326093196869s 2018-09-02 09:19:37,325 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-36e0961e-b179-4e86-bfe5-a59b5255c94f 2018-09-02 09:19:37,328 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6ff8c074-12a8-48d3-bba6-07da602f5524/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524/file', 'owner': u'624ac320c5f54af097603261d9274c80', 'id': u'6ff8c074-12a8-48d3-bba6-07da602f5524', 'size': 4373348352, u'self': u'/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'624ac320c5f54af097603261d9274c80', 'name': 'cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6ff8c074-12a8-48d3-bba6-07da602f5524/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T09:19:36Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T09:19:36Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134', '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/6ff8c074-12a8-48d3-bba6-07da602f5524', 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_41ada755-0ecf-4a19-8d52-af47aff6c134', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134', 'created': u'2018-09-02T09:18:38Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-09-02T09:18:38Z', 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/6ff8c074-12a8-48d3-bba6-07da602f5524', 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_41ada755-0ecf-4a19-8d52-af47aff6c134', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-09-02 09:19:37,329 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 09:19:37,333 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify-flavor_41ada755-0ecf-4a19-8d52-af47aff6c134", "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 09:19:37,653 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-babcb754-1cf1-4807-b40f-81d1ee605862 x-compute-request-id: req-babcb754-1cf1-4807-b40f-81d1ee605862 Content-Encoding: gzip Content-Length: 312 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify-flavor_41ada755-0ecf-4a19-8d52-af47aff6c134", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "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": "13acd3db-0d5e-4b97-b1f5-10fc081baff8"}} 2018-09-02 09:19:37,653 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-babcb754-1cf1-4807-b40f-81d1ee605862 2018-09-02 09:19:37,653 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.324239969254s 2018-09-02 09:19:37,654 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-babcb754-1cf1-4807-b40f-81d1ee605862 2018-09-02 09:19:37,655 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify-flavor_41ada755-0ecf-4a19-8d52-af47aff6c134', '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'4b06fee7bf104ba386aa2f904001aa35', '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'13acd3db-0d5e-4b97-b1f5-10fc081baff8', 'swap': 0}) 2018-09-02 09:19:37,656 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 09:19:37,658 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8/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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" -d '{"extra_specs": {}}' 2018-09-02 09:19:37,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-6efab68b-cf8e-40ca-80ad-b24fca15d99d x-compute-request-id: req-6efab68b-cf8e-40ca-80ad-b24fca15d99d Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 09:19:37,688 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8/os-extra_specs used request id req-6efab68b-cf8e-40ca-80ad-b24fca15d99d 2018-09-02 09:19:37,688 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0323159694672s 2018-09-02 09:19:37,688 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8/os-extra_specs used request id req-6efab68b-cf8e-40ca-80ad-b24fca15d99d 2018-09-02 09:19:37,689 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 09:19:37,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"keypair": {"name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134"}}' 2018-09-02 09:19:38,061 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-698baccd-9d41-4217-80c4-7fc1c5d2222c x-compute-request-id: req-698baccd-9d41-4217-80c4-7fc1c5d2222c Content-Encoding: gzip Content-Length: 1803 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9y74MvCVT0mVSrwktI4LjJWhvCGN85RlZKu0tRW4xyI3c3/2wJrG9r4iGW7+fzVhjEkZvSlCK2kOpKOWaDC+K8yorz+k3BRlcL4X10hWIGCyrgCBl852MUMwY24ghzusom9fctWTMEY/6dOzWQJRP8ygn3vkiuetLSk7bE6pQ7JEbEOw71pyCyT5FK2iUkNu5iv5n5E67kBTO5t5vDik69Q5vregCtfUXWjoisWxV1U+sQja+b/rqo3GnUdV9Zm/QpXNtGJaN1K7q1R3msYQmGcSjfWOrqJcE9NtwIYSs+rbIzJK/v3lM/k73s8OzE2YSAOl7uOz8fPIJ+IVb/wEf Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvcu+DLwlU9JlUq8JLSOC4yVobwhjfOUZWSrtLUVuMciN3N/9\nsCaxva+Ihlu/n81YYxJGb0pQitpDqSjlmgwvivMqK8/pNwUZXC+F9dIViBgsq4Ag\nZfOdjFDMGNuIIc7rKJvX3LVkzBGP+nTs1kCUT/MoJ975IrnrS0pO2xOqUOyRGxDs\nO9acgsk+RStolJDbuYr+Z+ROu5AUzubebw4pOvUOb63oArX1F1o6IrFsVdVPrEI2\nvm/66qNxp1HVfWZv0KVzbRiWjdSu6tUd5rGEJhnEo31jq6iXBPTbcCGErPq2yMyS\nv795TP5O97PDsxNmEgDpe7js/HzyCfiFW/8BHwIDAQABAoIBADK+cHeTLh+1FuX+\namOpJOt6KuvUwFS6JAbVFUiPUaD50AQH1xnrnoXqkoPpr9gX3NPQJQjIQ7R8Gq71\ngj2nmGZ8EQBZvC67rEYbZqOMobkbTYYk4YSgl7TWPVtABquTWQgocpRN4z80StxZ\nuqCl74FYr5nJYa7JKoGcwmyMW3L69wpseGPYyYxNlQwJuzZXCiOpXduUQm7wXEvR\nmDIGMYRPo1exnSEma9DTuzhVXAQH7JYwR1d9KWhp/sIWE8u7CBzPGjHu+MPrdm+E\nI8g6mOmXjOemiIenrWeC5mtP4K5TCsn4hbe2Uhh56/iadfZ2fbiiO6Na0zONGouh\n7i3GAOECgYEA3RGDOovPerW/g0yvOLFZ7taqJpqz+jhy5MuxLeCId6vUxEJLU+yK\nfzX+trDmri/z80Udenqu7e+xRZVKwUYUQMhFfZG70zWFBpUhrAQ2JwC8bYDVSXFG\nL1c9HBmmE2YJb0/lq/0WEc72opYz3sewrUSz76rc4BQdPFOAdRiVYocCgYEA28k3\noMsoCwW1htFY/MevbF1ZJoHqUV457CGDTIL5eLfQM6D/Cq5bMUgh3GP2VaKueqxx\nEOPu2u6QtHhYZq3MNd9j3Hp6ypuaOQyVRTsDoZPPnTe0HAH8aQjaDZ2/FnyB7uPy\nRc+bFs2YzfoGGGRwbG6+fj+vkZ8OLvd6OoU22qkCgYBt4amHrTyosrQJkFE77bNU\n6vBSFe1Ff09kd/aOZh+O1CMCli0Y/ubsSitcJVvT0tP/5Ce93EMc01oayxUIMkwY\n0zLvMkPYvK5tUi0VclZ0VoJSL4pUYfBP0Z33XKxW0g34fQ8cyMRyf5vJvrzzi/A+\nf3qssxHsczMA7ERab6i4+wKBgQCJLEnK0mD4mCSWszxN8Dc9c/l7PiRHin6uMLBo\n5WncfSS1xGrJeM6zsGhpy/3nrrQlHlEnEIt4GuM3r9DErP5CNV13Mv5GS91yc7cK\nUW3Pv5gZcLW5sUefKoYlb2nfF/Bkb+I6zfrmvYT8MWryeGVuV6QO2aKzSUkp6Q1h\nTtlQmQKBgHpPGhntBF2gDnWp7XvJYLZn3RmE1dNO+8b5s3PM5HbC96rFmWiIqiot\nJVcvWI0hcSUIogxPkQGsy3BYJsmkYJJD7oTXINO8LUyNcy6Nuy0NNzW1/SGkRTNK\ntVTvCAZtZryY4ClIXdLmcdVuDf0lcsx33HfnvsfPDsz5lKL5tSYz\n-----END RSA PRIVATE KEY-----\n", "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "fingerprint": "0a:00:0c:49:bb:32:33:a4:54:a0:db:0a:5e:77:d2:0b"}} 2018-09-02 09:19:38,061 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-698baccd-9d41-4217-80c4-7fc1c5d2222c 2018-09-02 09:19:38,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.372768878937s 2018-09-02 09:19:38,062 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-698baccd-9d41-4217-80c4-7fc1c5d2222c 2018-09-02 09:19:38,063 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9y74MvCVT0mVSrwktI4LjJWhvCGN85RlZKu0tRW4xyI3c3/2wJrG9r4iGW7+fzVhjEkZvSlCK2kOpKOWaDC+K8yorz+k3BRlcL4X10hWIGCyrgCBl852MUMwY24ghzusom9fctWTMEY/6dOzWQJRP8ygn3vkiuetLSk7bE6pQ7JEbEOw71pyCyT5FK2iUkNu5iv5n5E67kBTO5t5vDik69Q5vregCtfUXWjoisWxV1U+sQja+b/rqo3GnUdV9Zm/QpXNtGJaN1K7q1R3msYQmGcSjfWOrqJcE9NtwIYSs+rbIzJK/v3lM/k73s8OzE2YSAOl7uOz8fPIJ+IVb/wEf Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEowIBAAKCAQEAvcu+DLwlU9JlUq8JLSOC4yVobwhjfOUZWSrtLUVuMciN3N/9\nsCaxva+Ihlu/n81YYxJGb0pQitpDqSjlmgwvivMqK8/pNwUZXC+F9dIViBgsq4Ag\nZfOdjFDMGNuIIc7rKJvX3LVkzBGP+nTs1kCUT/MoJ975IrnrS0pO2xOqUOyRGxDs\nO9acgsk+RStolJDbuYr+Z+ROu5AUzubebw4pOvUOb63oArX1F1o6IrFsVdVPrEI2\nvm/66qNxp1HVfWZv0KVzbRiWjdSu6tUd5rGEJhnEo31jq6iXBPTbcCGErPq2yMyS\nv795TP5O97PDsxNmEgDpe7js/HzyCfiFW/8BHwIDAQABAoIBADK+cHeTLh+1FuX+\namOpJOt6KuvUwFS6JAbVFUiPUaD50AQH1xnrnoXqkoPpr9gX3NPQJQjIQ7R8Gq71\ngj2nmGZ8EQBZvC67rEYbZqOMobkbTYYk4YSgl7TWPVtABquTWQgocpRN4z80StxZ\nuqCl74FYr5nJYa7JKoGcwmyMW3L69wpseGPYyYxNlQwJuzZXCiOpXduUQm7wXEvR\nmDIGMYRPo1exnSEma9DTuzhVXAQH7JYwR1d9KWhp/sIWE8u7CBzPGjHu+MPrdm+E\nI8g6mOmXjOemiIenrWeC5mtP4K5TCsn4hbe2Uhh56/iadfZ2fbiiO6Na0zONGouh\n7i3GAOECgYEA3RGDOovPerW/g0yvOLFZ7taqJpqz+jhy5MuxLeCId6vUxEJLU+yK\nfzX+trDmri/z80Udenqu7e+xRZVKwUYUQMhFfZG70zWFBpUhrAQ2JwC8bYDVSXFG\nL1c9HBmmE2YJb0/lq/0WEc72opYz3sewrUSz76rc4BQdPFOAdRiVYocCgYEA28k3\noMsoCwW1htFY/MevbF1ZJoHqUV457CGDTIL5eLfQM6D/Cq5bMUgh3GP2VaKueqxx\nEOPu2u6QtHhYZq3MNd9j3Hp6ypuaOQyVRTsDoZPPnTe0HAH8aQjaDZ2/FnyB7uPy\nRc+bFs2YzfoGGGRwbG6+fj+vkZ8OLvd6OoU22qkCgYBt4amHrTyosrQJkFE77bNU\n6vBSFe1Ff09kd/aOZh+O1CMCli0Y/ubsSitcJVvT0tP/5Ce93EMc01oayxUIMkwY\n0zLvMkPYvK5tUi0VclZ0VoJSL4pUYfBP0Z33XKxW0g34fQ8cyMRyf5vJvrzzi/A+\nf3qssxHsczMA7ERab6i4+wKBgQCJLEnK0mD4mCSWszxN8Dc9c/l7PiRHin6uMLBo\n5WncfSS1xGrJeM6zsGhpy/3nrrQlHlEnEIt4GuM3r9DErP5CNV13Mv5GS91yc7cK\nUW3Pv5gZcLW5sUefKoYlb2nfF/Bkb+I6zfrmvYT8MWryeGVuV6QO2aKzSUkp6Q1h\nTtlQmQKBgHpPGhntBF2gDnWp7XvJYLZn3RmE1dNO+8b5s3PM5HbC96rFmWiIqiot\nJVcvWI0hcSUIogxPkQGsy3BYJsmkYJJD7oTXINO8LUyNcy6Nuy0NNzW1/SGkRTNK\ntVTvCAZtZryY4ClIXdLmcdVuDf0lcsx33HfnvsfPDsz5lKL5tSYz\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'd8e06d0ad2f444eca943cb4a0b610dc7', 'name': u'cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134', 'created_at': '2018-09-02T09:19:38.063209', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'624ac320c5f54af097603261d9274c80', 'name': 'cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'0a:00:0c:49:bb:32:33:a4:54:a0:db:0a:5e:77:d2:0b', 'type': 'ssh', 'id': u'cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134'}) 2018-09-02 09:19:38,063 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAvcu+DLwlU9JlUq8JLSOC4yVobwhjfOUZWSrtLUVuMciN3N/9 sCaxva+Ihlu/n81YYxJGb0pQitpDqSjlmgwvivMqK8/pNwUZXC+F9dIViBgsq4Ag ZfOdjFDMGNuIIc7rKJvX3LVkzBGP+nTs1kCUT/MoJ975IrnrS0pO2xOqUOyRGxDs O9acgsk+RStolJDbuYr+Z+ROu5AUzubebw4pOvUOb63oArX1F1o6IrFsVdVPrEI2 vm/66qNxp1HVfWZv0KVzbRiWjdSu6tUd5rGEJhnEo31jq6iXBPTbcCGErPq2yMyS v795TP5O97PDsxNmEgDpe7js/HzyCfiFW/8BHwIDAQABAoIBADK+cHeTLh+1FuX+ amOpJOt6KuvUwFS6JAbVFUiPUaD50AQH1xnrnoXqkoPpr9gX3NPQJQjIQ7R8Gq71 gj2nmGZ8EQBZvC67rEYbZqOMobkbTYYk4YSgl7TWPVtABquTWQgocpRN4z80StxZ uqCl74FYr5nJYa7JKoGcwmyMW3L69wpseGPYyYxNlQwJuzZXCiOpXduUQm7wXEvR mDIGMYRPo1exnSEma9DTuzhVXAQH7JYwR1d9KWhp/sIWE8u7CBzPGjHu+MPrdm+E I8g6mOmXjOemiIenrWeC5mtP4K5TCsn4hbe2Uhh56/iadfZ2fbiiO6Na0zONGouh 7i3GAOECgYEA3RGDOovPerW/g0yvOLFZ7taqJpqz+jhy5MuxLeCId6vUxEJLU+yK fzX+trDmri/z80Udenqu7e+xRZVKwUYUQMhFfZG70zWFBpUhrAQ2JwC8bYDVSXFG L1c9HBmmE2YJb0/lq/0WEc72opYz3sewrUSz76rc4BQdPFOAdRiVYocCgYEA28k3 oMsoCwW1htFY/MevbF1ZJoHqUV457CGDTIL5eLfQM6D/Cq5bMUgh3GP2VaKueqxx EOPu2u6QtHhYZq3MNd9j3Hp6ypuaOQyVRTsDoZPPnTe0HAH8aQjaDZ2/FnyB7uPy Rc+bFs2YzfoGGGRwbG6+fj+vkZ8OLvd6OoU22qkCgYBt4amHrTyosrQJkFE77bNU 6vBSFe1Ff09kd/aOZh+O1CMCli0Y/ubsSitcJVvT0tP/5Ce93EMc01oayxUIMkwY 0zLvMkPYvK5tUi0VclZ0VoJSL4pUYfBP0Z33XKxW0g34fQ8cyMRyf5vJvrzzi/A+ f3qssxHsczMA7ERab6i4+wKBgQCJLEnK0mD4mCSWszxN8Dc9c/l7PiRHin6uMLBo 5WncfSS1xGrJeM6zsGhpy/3nrrQlHlEnEIt4GuM3r9DErP5CNV13Mv5GS91yc7cK UW3Pv5gZcLW5sUefKoYlb2nfF/Bkb+I6zfrmvYT8MWryeGVuV6QO2aKzSUkp6Q1h TtlQmQKBgHpPGhntBF2gDnWp7XvJYLZn3RmE1dNO+8b5s3PM5HbC96rFmWiIqiot JVcvWI0hcSUIogxPkQGsy3BYJsmkYJJD7oTXINO8LUyNcy6Nuy0NNzW1/SGkRTNK tVTvCAZtZryY4ClIXdLmcdVuDf0lcsx33HfnvsfPDsz5lKL5tSYz -----END RSA PRIVATE KEY----- 2018-09-02 09:19:38,066 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 09:19:38,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"security_group": {"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134", "description": "created by OPNFV Functest (cloudify)"}}' 2018-09-02 09:19:38,503 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1416 X-Openstack-Request-Id: req-a9c60b97-4396-477b-9792-e35bc0f75284 Date: Sun, 02 Sep 2018 09:19:38 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:38Z", "updated_at": "2018-09-02T09:19:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "15a9057e-49b5-490f-ada4-ebc9979e1c4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "1a5f1934-acaa-4210-86b1-c2a86b21287c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}} 2018-09-02 09:19:38,503 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a9c60b97-4396-477b-9792-e35bc0f75284 2018-09-02 09:19:38,503 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.436893939972s 2018-09-02 09:19:38,504 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a9c60b97-4396-477b-9792-e35bc0f75284 2018-09-02 09:19:38,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:19:38,510 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:39,099 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3832 X-Openstack-Request-Id: req-be8a452c-d5c6-472c-9e46-076de66fe8e6 Date: Sun, 02 Sep 2018 09:19:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:03Z", "updated_at": "2018-09-02T09:18:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "5abf4ce0-48f4-4e9e-bc49-97b655dfba2b", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "6d94e324-aafc-48f9-978a-c9b5fcbd758d", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "74213e0f-80bb-410c-89a3-ac0fad4a649b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "93b9bd7f-ca15-4311-8e70-298f70ba7919", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:38Z", "updated_at": "2018-09-02T09:19:38Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "15a9057e-49b5-490f-ada4-ebc9979e1c4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "1a5f1934-acaa-4210-86b1-c2a86b21287c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:19:39,100 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-be8a452c-d5c6-472c-9e46-076de66fe8e6 2018-09-02 09:19:39,100 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.590832948685s 2018-09-02 09:19:39,100 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-be8a452c-d5c6-472c-9e46-076de66fe8e6 2018-09-02 09:19:39,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:19:39,105 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -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": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf"}}' 2018-09-02 09:19:39,237 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-58567f61-ce9c-4078-bc62-295c46cb2099 Date: Sun, 02 Sep 2018 09:19:39 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-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "port_range_min": 22, "revision_number": 0, "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:39Z", "project_id": "624ac320c5f54af097603261d9274c80", "id": "dc58c85e-5a04-4d94-985c-6bea1dc69038"}} 2018-09-02 09:19:39,237 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-58567f61-ce9c-4078-bc62-295c46cb2099 2018-09-02 09:19:39,237 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.132513046265s 2018-09-02 09:19:39,237 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-58567f61-ce9c-4078-bc62-295c46cb2099 2018-09-02 09:19:39,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:19:39,241 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:39,308 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4328 X-Openstack-Request-Id: req-5b22f103-68a8-444e-9875-15cd9dd0a7ee Date: Sun, 02 Sep 2018 09:19:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:03Z", "updated_at": "2018-09-02T09:18:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "5abf4ce0-48f4-4e9e-bc49-97b655dfba2b", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "6d94e324-aafc-48f9-978a-c9b5fcbd758d", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "74213e0f-80bb-410c-89a3-ac0fad4a649b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "93b9bd7f-ca15-4311-8e70-298f70ba7919", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:38Z", "updated_at": "2018-09-02T09:19:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "15a9057e-49b5-490f-ada4-ebc9979e1c4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "1a5f1934-acaa-4210-86b1-c2a86b21287c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "dc58c85e-5a04-4d94-985c-6bea1dc69038", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 22, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 2, "project_id": "624ac320c5f54af097603261d9274c80", "id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:19:39,308 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5b22f103-68a8-444e-9875-15cd9dd0a7ee 2018-09-02 09:19:39,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.067186832428s 2018-09-02 09:19:39,309 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5b22f103-68a8-444e-9875-15cd9dd0a7ee 2018-09-02 09:19:39,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:19:39,313 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -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": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf"}}' 2018-09-02 09:19:39,489 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-6d6f5b4e-0ad5-4b88-a87a-28898c955acd Date: Sun, 02 Sep 2018 09:19:39 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-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "port_range_min": null, "revision_number": 0, "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:39Z", "project_id": "624ac320c5f54af097603261d9274c80", "id": "2820cf73-8c6a-4d6e-90cb-b03855d65ed3"}} 2018-09-02 09:19:39,489 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-6d6f5b4e-0ad5-4b88-a87a-28898c955acd 2018-09-02 09:19:39,489 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.176898002625s 2018-09-02 09:19:39,489 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-6d6f5b4e-0ad5-4b88-a87a-28898c955acd 2018-09-02 09:19:39,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:19:39,493 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:39,790 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4829 X-Openstack-Request-Id: req-9d5ee1d8-9c5e-408d-b4ff-c34d583c5ed2 Date: Sun, 02 Sep 2018 09:19:39 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:03Z", "updated_at": "2018-09-02T09:18:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "5abf4ce0-48f4-4e9e-bc49-97b655dfba2b", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "6d94e324-aafc-48f9-978a-c9b5fcbd758d", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "74213e0f-80bb-410c-89a3-ac0fad4a649b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "93b9bd7f-ca15-4311-8e70-298f70ba7919", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:38Z", "updated_at": "2018-09-02T09:19:39Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "15a9057e-49b5-490f-ada4-ebc9979e1c4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "1a5f1934-acaa-4210-86b1-c2a86b21287c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "2820cf73-8c6a-4d6e-90cb-b03855d65ed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "dc58c85e-5a04-4d94-985c-6bea1dc69038", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 22, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 3, "project_id": "624ac320c5f54af097603261d9274c80", "id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:19:39,790 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-9d5ee1d8-9c5e-408d-b4ff-c34d583c5ed2 2018-09-02 09:19:39,790 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.297768115997s 2018-09-02 09:19:39,791 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-9d5ee1d8-9c5e-408d-b4ff-c34d583c5ed2 2018-09-02 09:19:39,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:19:39,795 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -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": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf"}}' 2018-09-02 09:19:40,232 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-bf08be12-5789-4476-9d57-c8cdae46ebec Date: Sun, 02 Sep 2018 09:19:40 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-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "port_range_min": 80, "revision_number": 0, "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:40Z", "project_id": "624ac320c5f54af097603261d9274c80", "id": "ccdad44e-3b9e-4ce7-8470-19253270b2b8"}} 2018-09-02 09:19:40,232 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-bf08be12-5789-4476-9d57-c8cdae46ebec 2018-09-02 09:19:40,232 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.437537908554s 2018-09-02 09:19:40,233 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-bf08be12-5789-4476-9d57-c8cdae46ebec 2018-09-02 09:19:40,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:19:40,237 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:40,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5325 X-Openstack-Request-Id: req-4325dfef-50c9-4a7e-a6ff-514ce700dbae Date: Sun, 02 Sep 2018 09:19:40 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:03Z", "updated_at": "2018-09-02T09:18:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "5abf4ce0-48f4-4e9e-bc49-97b655dfba2b", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "6d94e324-aafc-48f9-978a-c9b5fcbd758d", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "74213e0f-80bb-410c-89a3-ac0fad4a649b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "93b9bd7f-ca15-4311-8e70-298f70ba7919", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:38Z", "updated_at": "2018-09-02T09:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "15a9057e-49b5-490f-ada4-ebc9979e1c4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "1a5f1934-acaa-4210-86b1-c2a86b21287c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "2820cf73-8c6a-4d6e-90cb-b03855d65ed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:19:40Z", "revision_number": 0, "id": "ccdad44e-3b9e-4ce7-8470-19253270b2b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 80, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "dc58c85e-5a04-4d94-985c-6bea1dc69038", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 22, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 4, "project_id": "624ac320c5f54af097603261d9274c80", "id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:19:40,562 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4325dfef-50c9-4a7e-a6ff-514ce700dbae 2018-09-02 09:19:40,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.325554132462s 2018-09-02 09:19:40,562 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4325dfef-50c9-4a7e-a6ff-514ce700dbae 2018-09-02 09:19:40,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:19:40,567 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -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": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf"}}' 2018-09-02 09:19:40,975 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-1ab19c6c-71ce-42a6-8af0-e07e6272f084 Date: Sun, 02 Sep 2018 09:19:40 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-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "port_range_min": 443, "revision_number": 0, "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:40Z", "project_id": "624ac320c5f54af097603261d9274c80", "id": "448deb5d-dd77-46a0-9e59-2df89e3aad50"}} 2018-09-02 09:19:40,975 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-1ab19c6c-71ce-42a6-8af0-e07e6272f084 2018-09-02 09:19:40,975 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.408822059631s 2018-09-02 09:19:40,975 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-1ab19c6c-71ce-42a6-8af0-e07e6272f084 2018-09-02 09:19:40,979 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:19:40,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:41,028 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5823 X-Openstack-Request-Id: req-9f091a83-6bdf-41f7-926f-16b8b7cb476f Date: Sun, 02 Sep 2018 09:19:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:03Z", "updated_at": "2018-09-02T09:18:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "5abf4ce0-48f4-4e9e-bc49-97b655dfba2b", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "6d94e324-aafc-48f9-978a-c9b5fcbd758d", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "74213e0f-80bb-410c-89a3-ac0fad4a649b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "93b9bd7f-ca15-4311-8e70-298f70ba7919", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:38Z", "updated_at": "2018-09-02T09:19:40Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "15a9057e-49b5-490f-ada4-ebc9979e1c4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "1a5f1934-acaa-4210-86b1-c2a86b21287c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "2820cf73-8c6a-4d6e-90cb-b03855d65ed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T09:19:40Z", "revision_number": 0, "id": "448deb5d-dd77-46a0-9e59-2df89e3aad50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 443, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:19:40Z", "revision_number": 0, "id": "ccdad44e-3b9e-4ce7-8470-19253270b2b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 80, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "dc58c85e-5a04-4d94-985c-6bea1dc69038", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 22, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 5, "project_id": "624ac320c5f54af097603261d9274c80", "id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:19:41,028 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-9f091a83-6bdf-41f7-926f-16b8b7cb476f 2018-09-02 09:19:41,028 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0489268302917s 2018-09-02 09:19:41,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-9f091a83-6bdf-41f7-926f-16b8b7cb476f 2018-09-02 09:19:41,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:19:41,033 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -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": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf"}}' 2018-09-02 09:19:41,483 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-1a3307c0-520d-441e-8dae-eaa99a4b42bf Date: Sun, 02 Sep 2018 09:19:41 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-02T09:19:41Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "port_range_min": 5671, "revision_number": 0, "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:41Z", "project_id": "624ac320c5f54af097603261d9274c80", "id": "036d085f-9120-4198-9ff1-9f62e629f4b7"}} 2018-09-02 09:19:41,483 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-1a3307c0-520d-441e-8dae-eaa99a4b42bf 2018-09-02 09:19:41,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.451394081116s 2018-09-02 09:19:41,484 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-1a3307c0-520d-441e-8dae-eaa99a4b42bf 2018-09-02 09:19:41,487 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:19:41,488 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:41,808 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6323 X-Openstack-Request-Id: req-fb7a80c4-58f9-4f19-acaf-6306faaf6ae4 Date: Sun, 02 Sep 2018 09:19:41 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:03Z", "updated_at": "2018-09-02T09:18:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "5abf4ce0-48f4-4e9e-bc49-97b655dfba2b", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "6d94e324-aafc-48f9-978a-c9b5fcbd758d", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "74213e0f-80bb-410c-89a3-ac0fad4a649b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "93b9bd7f-ca15-4311-8e70-298f70ba7919", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:38Z", "updated_at": "2018-09-02T09:19:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T09:19:41Z", "revision_number": 0, "id": "036d085f-9120-4198-9ff1-9f62e629f4b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:41Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "15a9057e-49b5-490f-ada4-ebc9979e1c4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "1a5f1934-acaa-4210-86b1-c2a86b21287c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "2820cf73-8c6a-4d6e-90cb-b03855d65ed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T09:19:40Z", "revision_number": 0, "id": "448deb5d-dd77-46a0-9e59-2df89e3aad50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 443, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:19:40Z", "revision_number": 0, "id": "ccdad44e-3b9e-4ce7-8470-19253270b2b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 80, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "dc58c85e-5a04-4d94-985c-6bea1dc69038", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 22, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 6, "project_id": "624ac320c5f54af097603261d9274c80", "id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:19:41,808 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-fb7a80c4-58f9-4f19-acaf-6306faaf6ae4 2018-09-02 09:19:41,808 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.320536136627s 2018-09-02 09:19:41,809 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-fb7a80c4-58f9-4f19-acaf-6306faaf6ae4 2018-09-02 09:19:41,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:19:41,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -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": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf"}}' 2018-09-02 09:19:41,956 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-b0c19b14-3f0f-46c6-b7f1-d2e24d30685d Date: Sun, 02 Sep 2018 09:19:41 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-02T09:19:41Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "port_range_min": 53333, "revision_number": 0, "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:41Z", "project_id": "624ac320c5f54af097603261d9274c80", "id": "3dcdbf9a-daa7-4ed4-b464-36ff958123de"}} 2018-09-02 09:19:41,956 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-b0c19b14-3f0f-46c6-b7f1-d2e24d30685d 2018-09-02 09:19:41,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.144051074982s 2018-09-02 09:19:41,957 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-b0c19b14-3f0f-46c6-b7f1-d2e24d30685d 2018-09-02 09:19:41,958 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:19:41,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:42,315 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-191f9217-3460-4613-9cec-a5af7c415cae Date: Sun, 02 Sep 2018 09:19:42 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f28f88db-2e48-4d3d-9485-34fcdb022270","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"624ac320c5f54af097603261d9274c80","l2_adjacency":true,"status":"ACTIVE","subnets":["748e650d-37c4-4486-b9de-db0bfa4869dd"],"description":"","tags":[],"updated_at":"2018-09-02T09:18:04Z","qos_policy_id":null,"name":"cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134","admin_state_up":true,"tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:03Z","mtu":1450}]} 2018-09-02 09:19:42,316 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-191f9217-3460-4613-9cec-a5af7c415cae 2018-09-02 09:19:42,316 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.357665061951s 2018-09-02 09:19:42,316 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-191f9217-3460-4613-9cec-a5af7c415cae 2018-09-02 09:19:42,321 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:19:42,325 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:42,361 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-d522cf64-850f-427d-ab8a-144165da14bd Date: Sun, 02 Sep 2018 09:19:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:19:36Z", "file": "/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524/file", "owner": "624ac320c5f54af097603261d9274c80", "id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "size": 4373348352, "self": "/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6ff8c074-12a8-48d3-bba6-07da602f5524/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6ff8c074-12a8-48d3-bba6-07da602f5524/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T09:18:38Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:19:42,361 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d522cf64-850f-427d-ab8a-144165da14bd 2018-09-02 09:19:42,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0398850440979s 2018-09-02 09:19:42,361 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d522cf64-850f-427d-ab8a-144165da14bd 2018-09-02 09:19:42,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:19:42,365 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:42,386 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-48f134f7-587e-4d95-acda-494fffe2f73e x-compute-request-id: req-48f134f7-587e-4d95-acda-494fffe2f73e Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_41ada755-0ecf-4a19-8d52-af47aff6c134", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "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": "13acd3db-0d5e-4b97-b1f5-10fc081baff8"}]} 2018-09-02 09:19:42,387 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-48f134f7-587e-4d95-acda-494fffe2f73e 2018-09-02 09:19:42,387 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238380432129s 2018-09-02 09:19:42,387 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-48f134f7-587e-4d95-acda-494fffe2f73e 2018-09-02 09:19:42,389 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 09:19:42,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"server": {"name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "imageRef": "6ff8c074-12a8-48d3-bba6-07da602f5524", "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "flavorRef": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "max_count": 1, "min_count": 1, "networks": [{"uuid": "f28f88db-2e48-4d3d-9485-34fcdb022270"}], "security_groups": [{"name": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf"}]}}' 2018-09-02 09:19:47,749 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:19: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-5a5c888a-0892-43b2-9786-4eb49daae7ef x-compute-request-id: req-5a5c888a-0892-43b2-9786-4eb49daae7ef Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf"}], "OS-DCF:diskConfig": "MANUAL", "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "adminPass": "tHxjpJpsSJ9f"}} 2018-09-02 09:19:47,749 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-5a5c888a-0892-43b2-9786-4eb49daae7ef 2018-09-02 09:19:47,749 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 5.36060094833s 2018-09-02 09:19:47,750 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-5a5c888a-0892-43b2-9786-4eb49daae7ef 2018-09-02 09:19:47,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:19:47,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:48,066 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-6d12d9d6-bc61-4f9d-b27f-703888a85a6a x-compute-request-id: req-6d12d9d6-bc61-4f9d-b27f-703888a85a6a Content-Encoding: gzip Content-Length: 601 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "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-02T09:19:47Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:19:48,066 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6d12d9d6-bc61-4f9d-b27f-703888a85a6a 2018-09-02 09:19:48,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.315828084946s 2018-09-02 09:19:48,067 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6d12d9d6-bc61-4f9d-b27f-703888a85a6a 2018-09-02 09:19:48,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:19:48,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:48,169 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-318242da-1d4f-42ba-9061-4c543cf84a43 Date: Sun, 02 Sep 2018 09:19:48 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f28f88db-2e48-4d3d-9485-34fcdb022270","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"624ac320c5f54af097603261d9274c80","l2_adjacency":true,"status":"ACTIVE","subnets":["748e650d-37c4-4486-b9de-db0bfa4869dd"],"description":"","tags":[],"updated_at":"2018-09-02T09:18:04Z","qos_policy_id":null,"name":"cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134","admin_state_up":true,"tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:03Z","mtu":1450}]} 2018-09-02 09:19:48,169 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-318242da-1d4f-42ba-9061-4c543cf84a43 2018-09-02 09:19:48,170 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0958089828491s 2018-09-02 09:19:48,170 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-318242da-1d4f-42ba-9061-4c543cf84a43 2018-09-02 09:19:48,171 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 09:19:48,171 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:48,408 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-814256da-5207-4102-96fc-db1ba93d2e45 Date: Sun, 02 Sep 2018 09:19:48 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f28f88db-2e48-4d3d-9485-34fcdb022270","tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:18: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":"624ac320c5f54af097603261d9274c80","id":"748e650d-37c4-4486-b9de-db0bfa4869dd","subnetpool_id":null,"name":"cloudify-subnet_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:19:48,408 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-814256da-5207-4102-96fc-db1ba93d2e45 2018-09-02 09:19:48,408 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.237484931946s 2018-09-02 09:19:48,409 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-814256da-5207-4102-96fc-db1ba93d2e45 2018-09-02 09:19:48,409 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:19:50,412 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:19:50,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:51,074 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-fe1344f1-0426-41a1-8d2e-dc0f4f04dbc6 x-compute-request-id: req-fe1344f1-0426-41a1-8d2e-dc0f4f04dbc6 Content-Encoding: gzip Content-Length: 609 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:50Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:19:51,074 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fe1344f1-0426-41a1-8d2e-dc0f4f04dbc6 2018-09-02 09:19:51,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.661972045898s 2018-09-02 09:19:51,075 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fe1344f1-0426-41a1-8d2e-dc0f4f04dbc6 2018-09-02 09:19:51,079 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:19:53,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:19:53,084 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:53,735 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-7dc79459-ccfd-44af-926e-05047ae5a84a x-compute-request-id: req-7dc79459-ccfd-44af-926e-05047ae5a84a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:19:53,735 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7dc79459-ccfd-44af-926e-05047ae5a84a 2018-09-02 09:19:53,735 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.653135061264s 2018-09-02 09:19:53,736 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7dc79459-ccfd-44af-926e-05047ae5a84a 2018-09-02 09:19:53,740 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:19:55,742 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:19:55,746 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:56,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-0ea73283-bcdc-4d94-88b0-ffeccb5e95c8 x-compute-request-id: req-0ea73283-bcdc-4d94-88b0-ffeccb5e95c8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:19:56,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0ea73283-bcdc-4d94-88b0-ffeccb5e95c8 2018-09-02 09:19:56,487 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.744756221771s 2018-09-02 09:19:56,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0ea73283-bcdc-4d94-88b0-ffeccb5e95c8 2018-09-02 09:19:56,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:19:58,493 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:19:58,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:19:59,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:19: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-cebe1e08-d45f-46d1-8cd4-9f2c07583d92 x-compute-request-id: req-cebe1e08-d45f-46d1-8cd4-9f2c07583d92 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:19:59,308 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cebe1e08-d45f-46d1-8cd4-9f2c07583d92 2018-09-02 09:19:59,308 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.814750909805s 2018-09-02 09:19:59,308 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cebe1e08-d45f-46d1-8cd4-9f2c07583d92 2018-09-02 09:19:59,312 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:01,314 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:01,317 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:02,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-b1ef21d0-1349-45ce-a15e-9de48aeb49a5 x-compute-request-id: req-b1ef21d0-1349-45ce-a15e-9de48aeb49a5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:02,145 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b1ef21d0-1349-45ce-a15e-9de48aeb49a5 2018-09-02 09:20:02,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.830818891525s 2018-09-02 09:20:02,146 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b1ef21d0-1349-45ce-a15e-9de48aeb49a5 2018-09-02 09:20:02,150 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:04,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:04,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:05,295 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-bb2a45ff-9806-4680-aa0c-7c06437341f0 x-compute-request-id: req-bb2a45ff-9806-4680-aa0c-7c06437341f0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:05,295 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-bb2a45ff-9806-4680-aa0c-7c06437341f0 2018-09-02 09:20:05,295 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.14274311066s 2018-09-02 09:20:05,296 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-bb2a45ff-9806-4680-aa0c-7c06437341f0 2018-09-02 09:20:05,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:07,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:07,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:08,704 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-9a8c4c70-e07f-4812-8d1c-7e02e1ffa708 x-compute-request-id: req-9a8c4c70-e07f-4812-8d1c-7e02e1ffa708 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:08,704 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9a8c4c70-e07f-4812-8d1c-7e02e1ffa708 2018-09-02 09:20:08,705 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.40234589577s 2018-09-02 09:20:08,705 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9a8c4c70-e07f-4812-8d1c-7e02e1ffa708 2018-09-02 09:20:08,709 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:10,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:10,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:11,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-b641826b-dbfa-494e-b9b8-7a80754748fa x-compute-request-id: req-b641826b-dbfa-494e-b9b8-7a80754748fa Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:11,410 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b641826b-dbfa-494e-b9b8-7a80754748fa 2018-09-02 09:20:11,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.697692871094s 2018-09-02 09:20:11,410 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b641826b-dbfa-494e-b9b8-7a80754748fa 2018-09-02 09:20:11,413 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:13,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:13,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:14,130 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-f9a5d310-7c6a-4d1f-8275-72190d66f39c x-compute-request-id: req-f9a5d310-7c6a-4d1f-8275-72190d66f39c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:14,130 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f9a5d310-7c6a-4d1f-8275-72190d66f39c 2018-09-02 09:20:14,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.714461088181s 2018-09-02 09:20:14,131 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f9a5d310-7c6a-4d1f-8275-72190d66f39c 2018-09-02 09:20:14,133 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:16,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:16,138 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:16,851 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-8006959f-0714-4212-b1dc-a7e2f7cc0368 x-compute-request-id: req-8006959f-0714-4212-b1dc-a7e2f7cc0368 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:16,851 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8006959f-0714-4212-b1dc-a7e2f7cc0368 2018-09-02 09:20:16,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715650081635s 2018-09-02 09:20:16,852 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8006959f-0714-4212-b1dc-a7e2f7cc0368 2018-09-02 09:20:16,855 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:18,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:18,859 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:19,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-6528434b-a661-4a8a-b207-5d662f03d435 x-compute-request-id: req-6528434b-a661-4a8a-b207-5d662f03d435 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:19,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6528434b-a661-4a8a-b207-5d662f03d435 2018-09-02 09:20:19,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00244808197s 2018-09-02 09:20:19,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6528434b-a661-4a8a-b207-5d662f03d435 2018-09-02 09:20:19,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:21,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:21,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:22,656 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-3d05e898-c657-4be4-9274-7cd8480e8566 x-compute-request-id: req-3d05e898-c657-4be4-9274-7cd8480e8566 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:22,656 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3d05e898-c657-4be4-9274-7cd8480e8566 2018-09-02 09:20:22,656 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.78995680809s 2018-09-02 09:20:22,656 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3d05e898-c657-4be4-9274-7cd8480e8566 2018-09-02 09:20:22,660 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:24,663 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:24,665 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:25,293 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-08cb70d9-220b-4c63-8d42-ac81cd23dc5a x-compute-request-id: req-08cb70d9-220b-4c63-8d42-ac81cd23dc5a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:25,293 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-08cb70d9-220b-4c63-8d42-ac81cd23dc5a 2018-09-02 09:20:25,293 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.630096912384s 2018-09-02 09:20:25,293 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-08cb70d9-220b-4c63-8d42-ac81cd23dc5a 2018-09-02 09:20:25,297 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:27,300 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:27,302 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:28,038 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-180bfad4-7bdf-45dc-b933-db97a4e561f6 x-compute-request-id: req-180bfad4-7bdf-45dc-b933-db97a4e561f6 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:28,039 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-180bfad4-7bdf-45dc-b933-db97a4e561f6 2018-09-02 09:20:28,039 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738960981369s 2018-09-02 09:20:28,039 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-180bfad4-7bdf-45dc-b933-db97a4e561f6 2018-09-02 09:20:28,042 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:30,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:30,047 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:31,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-f585f274-c35a-4633-b594-55b07d2b6537 x-compute-request-id: req-f585f274-c35a-4633-b594-55b07d2b6537 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:31,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f585f274-c35a-4633-b594-55b07d2b6537 2018-09-02 09:20:31,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.36612796783s 2018-09-02 09:20:31,411 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f585f274-c35a-4633-b594-55b07d2b6537 2018-09-02 09:20:31,415 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:33,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:33,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:34,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-d753d515-855e-42a9-b3dc-9edd6fc765bd x-compute-request-id: req-d753d515-855e-42a9-b3dc-9edd6fc765bd Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:34,319 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d753d515-855e-42a9-b3dc-9edd6fc765bd 2018-09-02 09:20:34,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.903149843216s 2018-09-02 09:20:34,320 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d753d515-855e-42a9-b3dc-9edd6fc765bd 2018-09-02 09:20:34,324 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:36,326 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:36,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:37,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-d9e9d99f-938a-47b8-bdcd-ddda31f00b4c x-compute-request-id: req-d9e9d99f-938a-47b8-bdcd-ddda31f00b4c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:37,389 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d9e9d99f-938a-47b8-bdcd-ddda31f00b4c 2018-09-02 09:20:37,390 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.0630569458s 2018-09-02 09:20:37,390 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d9e9d99f-938a-47b8-bdcd-ddda31f00b4c 2018-09-02 09:20:37,394 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:39,395 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:39,398 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:40,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-68896480-663f-49c0-90bb-597283c8f30a x-compute-request-id: req-68896480-663f-49c0-90bb-597283c8f30a Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:40,202 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-68896480-663f-49c0-90bb-597283c8f30a 2018-09-02 09:20:40,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.806619167328s 2018-09-02 09:20:40,202 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-68896480-663f-49c0-90bb-597283c8f30a 2018-09-02 09:20:40,206 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:42,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:42,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:42,910 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-e4fc0fd2-9a19-44e8-a739-b09271938f11 x-compute-request-id: req-e4fc0fd2-9a19-44e8-a739-b09271938f11 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:42,910 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e4fc0fd2-9a19-44e8-a739-b09271938f11 2018-09-02 09:20:42,910 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701179027557s 2018-09-02 09:20:42,910 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e4fc0fd2-9a19-44e8-a739-b09271938f11 2018-09-02 09:20:42,914 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:44,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:44,919 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:45,800 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-cb5ba19d-4242-401d-8726-3ad4bba79508 x-compute-request-id: req-cb5ba19d-4242-401d-8726-3ad4bba79508 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:45,800 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cb5ba19d-4242-401d-8726-3ad4bba79508 2018-09-02 09:20:45,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.88311290741s 2018-09-02 09:20:45,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cb5ba19d-4242-401d-8726-3ad4bba79508 2018-09-02 09:20:45,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:47,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:47,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:48,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-92090805-0580-482c-ad01-a680084ceb20 x-compute-request-id: req-92090805-0580-482c-ad01-a680084ceb20 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:48,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-92090805-0580-482c-ad01-a680084ceb20 2018-09-02 09:20:48,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.711512088776s 2018-09-02 09:20:48,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-92090805-0580-482c-ad01-a680084ceb20 2018-09-02 09:20:48,522 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:50,525 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:50,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:51,560 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-58ba1532-094f-4331-9bf3-6fe7946b6086 x-compute-request-id: req-58ba1532-094f-4331-9bf3-6fe7946b6086 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:51,560 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-58ba1532-094f-4331-9bf3-6fe7946b6086 2018-09-02 09:20:51,561 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03561091423s 2018-09-02 09:20:51,561 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-58ba1532-094f-4331-9bf3-6fe7946b6086 2018-09-02 09:20:51,565 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:53,567 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:53,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:54,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-8ba3c7d6-9c5c-458e-8ca4-361e32ae679f x-compute-request-id: req-8ba3c7d6-9c5c-458e-8ca4-361e32ae679f Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:54,317 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8ba3c7d6-9c5c-458e-8ca4-361e32ae679f 2018-09-02 09:20:54,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.749959945679s 2018-09-02 09:20:54,318 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8ba3c7d6-9c5c-458e-8ca4-361e32ae679f 2018-09-02 09:20:54,322 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:56,324 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:56,327 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:57,042 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-1082fede-e042-4fec-bdfa-d092560bcaea x-compute-request-id: req-1082fede-e042-4fec-bdfa-d092560bcaea Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:57,043 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1082fede-e042-4fec-bdfa-d092560bcaea 2018-09-02 09:20:57,043 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.718204975128s 2018-09-02 09:20:57,043 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1082fede-e042-4fec-bdfa-d092560bcaea 2018-09-02 09:20:57,047 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:20:59,049 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:20:59,052 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:20:59,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:20: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-7ae71131-bca0-4638-9259-dfb0bf97c5c8 x-compute-request-id: req-7ae71131-bca0-4638-9259-dfb0bf97c5c8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:20:59,763 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7ae71131-bca0-4638-9259-dfb0bf97c5c8 2018-09-02 09:20:59,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71350312233s 2018-09-02 09:20:59,764 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7ae71131-bca0-4638-9259-dfb0bf97c5c8 2018-09-02 09:20:59,767 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:01,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:01,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:02,513 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-158e0c0c-6a10-4d49-aa16-d154fa74aef4 x-compute-request-id: req-158e0c0c-6a10-4d49-aa16-d154fa74aef4 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:02,513 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-158e0c0c-6a10-4d49-aa16-d154fa74aef4 2018-09-02 09:21:02,513 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.743170022964s 2018-09-02 09:21:02,514 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-158e0c0c-6a10-4d49-aa16-d154fa74aef4 2018-09-02 09:21:02,518 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:04,519 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:04,521 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:05,221 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-5937b256-6a30-4196-ac7e-0e8f23aecb51 x-compute-request-id: req-5937b256-6a30-4196-ac7e-0e8f23aecb51 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:05,221 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5937b256-6a30-4196-ac7e-0e8f23aecb51 2018-09-02 09:21:05,221 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.702536821365s 2018-09-02 09:21:05,222 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5937b256-6a30-4196-ac7e-0e8f23aecb51 2018-09-02 09:21:05,226 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:07,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:07,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:08,618 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-d95dbde6-d655-4f09-8467-a570b2689d29 x-compute-request-id: req-d95dbde6-d655-4f09-8467-a570b2689d29 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:08,619 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d95dbde6-d655-4f09-8467-a570b2689d29 2018-09-02 09:21:08,619 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.39022397995s 2018-09-02 09:21:08,619 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d95dbde6-d655-4f09-8467-a570b2689d29 2018-09-02 09:21:08,623 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:10,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:10,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:11,342 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-904beffc-24bc-4e84-bf31-fccc008991f8 x-compute-request-id: req-904beffc-24bc-4e84-bf31-fccc008991f8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:11,342 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-904beffc-24bc-4e84-bf31-fccc008991f8 2018-09-02 09:21:11,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716541051865s 2018-09-02 09:21:11,342 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-904beffc-24bc-4e84-bf31-fccc008991f8 2018-09-02 09:21:11,346 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:13,348 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:13,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:13,804 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-7f1898e1-9a80-4f89-9bf0-0c189dd6ae1b x-compute-request-id: req-7f1898e1-9a80-4f89-9bf0-0c189dd6ae1b Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:13,804 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f1898e1-9a80-4f89-9bf0-0c189dd6ae1b 2018-09-02 09:21:13,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455749034882s 2018-09-02 09:21:13,804 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f1898e1-9a80-4f89-9bf0-0c189dd6ae1b 2018-09-02 09:21:13,808 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:15,811 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:15,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:16,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-38df48d1-e043-4559-9b00-2cc28c346c18 x-compute-request-id: req-38df48d1-e043-4559-9b00-2cc28c346c18 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:16,284 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-38df48d1-e043-4559-9b00-2cc28c346c18 2018-09-02 09:21:16,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.473340988159s 2018-09-02 09:21:16,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-38df48d1-e043-4559-9b00-2cc28c346c18 2018-09-02 09:21:16,288 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:18,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:18,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:18,487 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-fd130bc6-254f-42f6-af06-b4e8c370a573 x-compute-request-id: req-fd130bc6-254f-42f6-af06-b4e8c370a573 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:18,487 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fd130bc6-254f-42f6-af06-b4e8c370a573 2018-09-02 09:21:18,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.19646692276s 2018-09-02 09:21:18,488 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fd130bc6-254f-42f6-af06-b4e8c370a573 2018-09-02 09:21:18,492 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:20,494 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:20,497 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:21,300 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-28125506-6768-43b3-945c-a79b2b432ed0 x-compute-request-id: req-28125506-6768-43b3-945c-a79b2b432ed0 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:21,300 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-28125506-6768-43b3-945c-a79b2b432ed0 2018-09-02 09:21:21,300 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.805577993393s 2018-09-02 09:21:21,300 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-28125506-6768-43b3-945c-a79b2b432ed0 2018-09-02 09:21:21,304 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:23,307 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:23,310 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:24,051 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-8ebf9285-4ceb-4c5d-a095-a5f8a7f89dc8 x-compute-request-id: req-8ebf9285-4ceb-4c5d-a095-a5f8a7f89dc8 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:24,052 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8ebf9285-4ceb-4c5d-a095-a5f8a7f89dc8 2018-09-02 09:21:24,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.744791984558s 2018-09-02 09:21:24,052 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8ebf9285-4ceb-4c5d-a095-a5f8a7f89dc8 2018-09-02 09:21:24,056 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:26,059 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:26,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:26,774 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-0796155c-a5b4-49d7-8a21-ea8f0b945f0d x-compute-request-id: req-0796155c-a5b4-49d7-8a21-ea8f0b945f0d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:26,774 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0796155c-a5b4-49d7-8a21-ea8f0b945f0d 2018-09-02 09:21:26,774 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.715209960938s 2018-09-02 09:21:26,774 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0796155c-a5b4-49d7-8a21-ea8f0b945f0d 2018-09-02 09:21:26,778 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:28,781 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:28,784 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:29,678 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-02b4edd6-1c41-420d-97ea-07e22147054e x-compute-request-id: req-02b4edd6-1c41-420d-97ea-07e22147054e Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:29,679 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-02b4edd6-1c41-420d-97ea-07e22147054e 2018-09-02 09:21:29,679 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.897872924805s 2018-09-02 09:21:29,679 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-02b4edd6-1c41-420d-97ea-07e22147054e 2018-09-02 09:21:29,683 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:31,685 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:31,688 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:32,806 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-26bedbfe-a9d6-4db7-8bac-a4e889fc86f1 x-compute-request-id: req-26bedbfe-a9d6-4db7-8bac-a4e889fc86f1 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:32,806 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-26bedbfe-a9d6-4db7-8bac-a4e889fc86f1 2018-09-02 09:21:32,806 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.12069797516s 2018-09-02 09:21:32,807 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-26bedbfe-a9d6-4db7-8bac-a4e889fc86f1 2018-09-02 09:21:32,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:34,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:34,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:35,537 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-674e185a-501f-4f9f-8c61-f10512301300 x-compute-request-id: req-674e185a-501f-4f9f-8c61-f10512301300 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:35,538 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-674e185a-501f-4f9f-8c61-f10512301300 2018-09-02 09:21:35,538 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.724693059921s 2018-09-02 09:21:35,538 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-674e185a-501f-4f9f-8c61-f10512301300 2018-09-02 09:21:35,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:37,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:37,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:38,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-aedb52bd-3333-4a97-8081-355653b079c7 x-compute-request-id: req-aedb52bd-3333-4a97-8081-355653b079c7 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:38,536 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aedb52bd-3333-4a97-8081-355653b079c7 2018-09-02 09:21:38,536 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.991381168365s 2018-09-02 09:21:38,536 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aedb52bd-3333-4a97-8081-355653b079c7 2018-09-02 09:21:38,540 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:40,543 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:40,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:41,260 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-2cef6bdf-9cc7-4a9b-9d36-4c8c81ef2f48 x-compute-request-id: req-2cef6bdf-9cc7-4a9b-9d36-4c8c81ef2f48 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:41,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2cef6bdf-9cc7-4a9b-9d36-4c8c81ef2f48 2018-09-02 09:21:41,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.717487812042s 2018-09-02 09:21:41,261 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2cef6bdf-9cc7-4a9b-9d36-4c8c81ef2f48 2018-09-02 09:21:41,265 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:43,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:43,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:43,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-176d9b7f-091c-4bad-a347-0cfc89a84236 x-compute-request-id: req-176d9b7f-091c-4bad-a347-0cfc89a84236 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:43,938 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-176d9b7f-091c-4bad-a347-0cfc89a84236 2018-09-02 09:21:43,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.669989109039s 2018-09-02 09:21:43,938 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-176d9b7f-091c-4bad-a347-0cfc89a84236 2018-09-02 09:21:43,942 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:45,943 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:45,946 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:46,929 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-75461194-eb90-4499-a929-cd3528be38e5 x-compute-request-id: req-75461194-eb90-4499-a929-cd3528be38e5 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:46,929 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-75461194-eb90-4499-a929-cd3528be38e5 2018-09-02 09:21:46,929 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.985738992691s 2018-09-02 09:21:46,930 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-75461194-eb90-4499-a929-cd3528be38e5 2018-09-02 09:21:46,934 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:48,937 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:48,940 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:49,407 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-6303a48e-fdac-4148-8ef3-334e0dbf1f9c x-compute-request-id: req-6303a48e-fdac-4148-8ef3-334e0dbf1f9c Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:49,407 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6303a48e-fdac-4148-8ef3-334e0dbf1f9c 2018-09-02 09:21:49,407 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.470207214355s 2018-09-02 09:21:49,407 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6303a48e-fdac-4148-8ef3-334e0dbf1f9c 2018-09-02 09:21:49,411 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:51,414 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:51,417 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:52,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-ad435705-0c94-4fb9-b0a8-8edecc2e0cf7 x-compute-request-id: req-ad435705-0c94-4fb9-b0a8-8edecc2e0cf7 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:52,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ad435705-0c94-4fb9-b0a8-8edecc2e0cf7 2018-09-02 09:21:52,121 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706264972687s 2018-09-02 09:21:52,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ad435705-0c94-4fb9-b0a8-8edecc2e0cf7 2018-09-02 09:21:52,125 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:54,128 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:54,130 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:54,582 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-6af47e12-4ff9-4009-84f8-6653ae00ba75 x-compute-request-id: req-6af47e12-4ff9-4009-84f8-6653ae00ba75 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:54,582 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6af47e12-4ff9-4009-84f8-6653ae00ba75 2018-09-02 09:21:54,583 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.454805135727s 2018-09-02 09:21:54,583 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6af47e12-4ff9-4009-84f8-6653ae00ba75 2018-09-02 09:21:54,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:56,589 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:56,592 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:21:57,286 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-382e8f17-9a8f-4fe5-8bbb-8e8694ce691d x-compute-request-id: req-382e8f17-9a8f-4fe5-8bbb-8e8694ce691d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:21:57,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-382e8f17-9a8f-4fe5-8bbb-8e8694ce691d 2018-09-02 09:21:57,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.697028875351s 2018-09-02 09:21:57,287 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-382e8f17-9a8f-4fe5-8bbb-8e8694ce691d 2018-09-02 09:21:57,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:21:59,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:21:59,295 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:00,148 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:21: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-598ebfcf-1166-43f2-9aac-00389ae4d62d x-compute-request-id: req-598ebfcf-1166-43f2-9aac-00389ae4d62d Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:22:00,149 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-598ebfcf-1166-43f2-9aac-00389ae4d62d 2018-09-02 09:22:00,149 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.856747865677s 2018-09-02 09:22:00,149 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-598ebfcf-1166-43f2-9aac-00389ae4d62d 2018-09-02 09:22:00,153 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:22:02,156 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:22:02,158 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:02,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:22: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-9dd17a99-122b-47a7-bfbe-ef2e2e5a98dd x-compute-request-id: req-9dd17a99-122b-47a7-bfbe-ef2e2e5a98dd Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:22:02,792 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9dd17a99-122b-47a7-bfbe-ef2e2e5a98dd 2018-09-02 09:22:02,792 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.636345863342s 2018-09-02 09:22:02,792 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9dd17a99-122b-47a7-bfbe-ef2e2e5a98dd 2018-09-02 09:22:02,796 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:22:04,799 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:22:04,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:05,670 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:22: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-e24c6015-4cc0-48bf-accd-0f2498409c02 x-compute-request-id: req-e24c6015-4cc0-48bf-accd-0f2498409c02 Content-Encoding: gzip Content-Length: 668 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "spawning", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:19:51Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:22:05,670 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e24c6015-4cc0-48bf-accd-0f2498409c02 2018-09-02 09:22:05,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.871509790421s 2018-09-02 09:22:05,671 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e24c6015-4cc0-48bf-accd-0f2498409c02 2018-09-02 09:22:05,675 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:22:07,677 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:22:07,680 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:08,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:22: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-2595fd1d-31be-4683-a69d-8fc717952b1b x-compute-request-id: req-2595fd1d-31be-4683-a69d-8fc717952b1b Content-Encoding: gzip Content-Length: 742 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:81:bf", "version": 4, "addr": "192.168.120.24", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:22:05.000000", "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:22:05Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:22:08,518 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2595fd1d-31be-4683-a69d-8fc717952b1b 2018-09-02 09:22:08,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.841362953186s 2018-09-02 09:22:08,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2595fd1d-31be-4683-a69d-8fc717952b1b 2018-09-02 09:22:08,523 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 09:22:08,524 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=481d2dae-7f1a-44c8-80fa-f4e134ace424" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:08,571 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-18405c44-b9d3-4e02-b62f-45c62934455d Date: Sun, 02 Sep 2018 09:22:08 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T09:22:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"748e650d-37c4-4486-b9de-db0bfa4869dd","ip_address":"192.168.120.24"}],"id":"cdec9112-32b7-4a9b-8743-02211d5dbd83","security_groups":["db66d52d-7da2-4183-bcc3-c9cdeedb84cf"],"mac_address":"fa:16:3e:6f:81:bf","project_id":"624ac320c5f54af097603261d9274c80","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f28f88db-2e48-4d3d-9485-34fcdb022270","tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:19:51Z","binding:vnic_type":"normal","device_id":"481d2dae-7f1a-44c8-80fa-f4e134ace424","ip_allocation":"immediate"}]} 2018-09-02 09:22:08,571 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=481d2dae-7f1a-44c8-80fa-f4e134ace424 used request id req-18405c44-b9d3-4e02-b62f-45c62934455d 2018-09-02 09:22:08,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0479710102081s 2018-09-02 09:22:08,571 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=481d2dae-7f1a-44c8-80fa-f4e134ace424 used request id req-18405c44-b9d3-4e02-b62f-45c62934455d 2018-09-02 09:22:08,577 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:08,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=cdec9112-32b7-4a9b-8743-02211d5dbd83" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:08,624 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-239433fb-6b0d-4262-821c-5b61bd9fe5f0 Date: Sun, 02 Sep 2018 09:22:08 GMT RESP BODY: {"floatingips": []} 2018-09-02 09:22:08,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=cdec9112-32b7-4a9b-8743-02211d5dbd83 used request id req-239433fb-6b0d-4262-821c-5b61bd9fe5f0 2018-09-02 09:22:08,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0474181175232s 2018-09-02 09:22:08,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=cdec9112-32b7-4a9b-8743-02211d5dbd83 used request id req-239433fb-6b0d-4262-821c-5b61bd9fe5f0 2018-09-02 09:22:08,625 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:6f:81:bf', u'version': 4, u'addr': u'192.168.120.24', u'OS-EXT-IPS:type': u'fixed'})]}), 'terminated_at': None, 'image': Munch({u'id': u'6ff8c074-12a8-48d3-bba6-07da602f5524'}), 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-02T09:22:05.000000', 'flavor': Munch({u'id': u'13acd3db-0d5e-4b97-b1f5-10fc081baff8'}), 'az': u'nova', 'id': u'481d2dae-7f1a-44c8-80fa-f4e134ace424', 'security_groups': [Munch({u'name': u'cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'd8e06d0ad2f444eca943cb4a0b610dc7', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'624ac320c5f54af097603261d9274c80', 'name': 'cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134', '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-02T09:22:05.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:22:05Z', 'hostId': u'76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134', 'public_v6': '', 'private_v4': u'192.168.120.24', 'cloud': 'envvars', 'host_id': u'76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f', '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-02T09:22:05.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'624ac320c5f54af097603261d9274c80', 'name': u'cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134', 'adminPass': u'tHxjpJpsSJ9f', 'tenant_id': u'624ac320c5f54af097603261d9274c80', 'created_at': u'2018-09-02T09:19:47Z', 'created': u'2018-09-02T09:19:47Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 09:22:08,628 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:22:08,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:08,724 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1272 X-Openstack-Request-Id: req-defa5ad2-fb1d-4801-a583-472ede40c4f9 Date: Sun, 02 Sep 2018 09:22:08 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"f28f88db-2e48-4d3d-9485-34fcdb022270","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"624ac320c5f54af097603261d9274c80","l2_adjacency":true,"status":"ACTIVE","subnets":["748e650d-37c4-4486-b9de-db0bfa4869dd"],"description":"","tags":[],"updated_at":"2018-09-02T09:18:04Z","qos_policy_id":null,"name":"cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134","admin_state_up":true,"tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:03Z","mtu":1450}]} 2018-09-02 09:22:08,724 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-defa5ad2-fb1d-4801-a583-472ede40c4f9 2018-09-02 09:22:08,725 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0960428714752s 2018-09-02 09:22:08,725 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-defa5ad2-fb1d-4801-a583-472ede40c4f9 2018-09-02 09:22:08,726 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 09:22:08,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=481d2dae-7f1a-44c8-80fa-f4e134ace424" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:09,043 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-858cbd5b-d215-48df-b01e-e1e9bea3768d Date: Sun, 02 Sep 2018 09:22:09 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T09:22:04Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"748e650d-37c4-4486-b9de-db0bfa4869dd","ip_address":"192.168.120.24"}],"id":"cdec9112-32b7-4a9b-8743-02211d5dbd83","security_groups":["db66d52d-7da2-4183-bcc3-c9cdeedb84cf"],"mac_address":"fa:16:3e:6f:81:bf","project_id":"624ac320c5f54af097603261d9274c80","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"f28f88db-2e48-4d3d-9485-34fcdb022270","tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:19:51Z","binding:vnic_type":"normal","device_id":"481d2dae-7f1a-44c8-80fa-f4e134ace424","ip_allocation":"immediate"}]} 2018-09-02 09:22:09,043 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=481d2dae-7f1a-44c8-80fa-f4e134ace424 used request id req-858cbd5b-d215-48df-b01e-e1e9bea3768d 2018-09-02 09:22:09,044 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.316992998123s 2018-09-02 09:22:09,044 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=481d2dae-7f1a-44c8-80fa-f4e134ace424 used request id req-858cbd5b-d215-48df-b01e-e1e9bea3768d 2018-09-02 09:22:09,045 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 09:22:09,045 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.24", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83"}}' 2018-09-02 09:22:11,633 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-9e35ce51-2780-444c-8039-d8d269c480e9 Date: Sun, 02 Sep 2018 09:22:11 GMT RESP BODY: {"floatingip": {"router_id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:22:10Z", "updated_at": "2018-09-02T09:22:10Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:81:bf", "device_id": "481d2dae-7f1a-44c8-80fa-f4e134ace424"}, "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "624ac320c5f54af097603261d9274c80", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83", "id": "19537f10-b1ad-4151-96c3-56a2eb19f006", "qos_policy_id": null}} 2018-09-02 09:22:11,633 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9e35ce51-2780-444c-8039-d8d269c480e9 2018-09-02 09:22:11,634 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.58872103691s 2018-09-02 09:22:11,634 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-9e35ce51-2780-444c-8039-d8d269c480e9 2018-09-02 09:22:11,642 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:11,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:11,707 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-57e512b7-bb2b-4fae-81ca-e3fb23ebc350 Date: Sun, 02 Sep 2018 09:22:11 GMT RESP BODY: {"floatingips": [{"router_id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:22:10Z", "updated_at": "2018-09-02T09:22:10Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:81:bf", "device_id": "481d2dae-7f1a-44c8-80fa-f4e134ace424"}, "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "624ac320c5f54af097603261d9274c80", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83", "id": "19537f10-b1ad-4151-96c3-56a2eb19f006", "qos_policy_id": null}]} 2018-09-02 09:22:11,707 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-57e512b7-bb2b-4fae-81ca-e3fb23ebc350 2018-09-02 09:22:11,707 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0649981498718s 2018-09-02 09:22:11,707 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-57e512b7-bb2b-4fae-81ca-e3fb23ebc350 2018-09-02 09:22:11,711 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:22:11,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:11,818 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:11,899 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-611670a0-730c-4c19-999c-b8e27e1d57b7 Date: Sun, 02 Sep 2018 09:22:11 GMT RESP BODY: {"floatingips": [{"router_id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:22:10Z", "updated_at": "2018-09-02T09:22:10Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:81:bf", "device_id": "481d2dae-7f1a-44c8-80fa-f4e134ace424"}, "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "624ac320c5f54af097603261d9274c80", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83", "id": "19537f10-b1ad-4151-96c3-56a2eb19f006", "qos_policy_id": null}]} 2018-09-02 09:22:11,899 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-611670a0-730c-4c19-999c-b8e27e1d57b7 2018-09-02 09:22:11,899 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0819499492645s 2018-09-02 09:22:11,899 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-611670a0-730c-4c19-999c-b8e27e1d57b7 2018-09-02 09:22:11,903 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:22:12,008 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:12,008 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:12,333 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-5e098e5b-e653-42b3-8eae-e5e219fb8715 Date: Sun, 02 Sep 2018 09:22:12 GMT RESP BODY: {"floatingips": [{"router_id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:22:10Z", "updated_at": "2018-09-02T09:22:10Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:81:bf", "device_id": "481d2dae-7f1a-44c8-80fa-f4e134ace424"}, "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "624ac320c5f54af097603261d9274c80", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83", "id": "19537f10-b1ad-4151-96c3-56a2eb19f006", "qos_policy_id": null}]} 2018-09-02 09:22:12,333 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5e098e5b-e653-42b3-8eae-e5e219fb8715 2018-09-02 09:22:12,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.325143098831s 2018-09-02 09:22:12,333 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-5e098e5b-e653-42b3-8eae-e5e219fb8715 2018-09-02 09:22:12,337 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:22:12,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:12,442 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:12,508 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-f8004604-b7dc-4698-8d5e-2c6502b48bdc Date: Sun, 02 Sep 2018 09:22:12 GMT RESP BODY: {"floatingips": [{"router_id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:22:10Z", "updated_at": "2018-09-02T09:22:10Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:81:bf", "device_id": "481d2dae-7f1a-44c8-80fa-f4e134ace424"}, "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "624ac320c5f54af097603261d9274c80", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83", "id": "19537f10-b1ad-4151-96c3-56a2eb19f006", "qos_policy_id": null}]} 2018-09-02 09:22:12,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-f8004604-b7dc-4698-8d5e-2c6502b48bdc 2018-09-02 09:22:12,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.066822052002s 2018-09-02 09:22:12,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-f8004604-b7dc-4698-8d5e-2c6502b48bdc 2018-09-02 09:22:12,512 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:22:12,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:12,618 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:12,689 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-fc86be07-4d35-4ed6-aa9f-39862f057934 Date: Sun, 02 Sep 2018 09:22:12 GMT RESP BODY: {"floatingips": [{"router_id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:22:10Z", "updated_at": "2018-09-02T09:22:10Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:81:bf", "device_id": "481d2dae-7f1a-44c8-80fa-f4e134ace424"}, "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "624ac320c5f54af097603261d9274c80", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83", "id": "19537f10-b1ad-4151-96c3-56a2eb19f006", "qos_policy_id": null}]} 2018-09-02 09:22:12,689 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-fc86be07-4d35-4ed6-aa9f-39862f057934 2018-09-02 09:22:12,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0718269348145s 2018-09-02 09:22:12,689 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-fc86be07-4d35-4ed6-aa9f-39862f057934 2018-09-02 09:22:12,693 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:22:12,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:12,798 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:12,858 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-56c20ae8-989d-42dd-846a-78e5794eed71 Date: Sun, 02 Sep 2018 09:22:12 GMT RESP BODY: {"floatingips": [{"router_id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "status": "DOWN", "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:22:10Z", "updated_at": "2018-09-02T09:22:10Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:81:bf", "device_id": "481d2dae-7f1a-44c8-80fa-f4e134ace424"}, "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.212", "revision_number": 0, "project_id": "624ac320c5f54af097603261d9274c80", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83", "id": "19537f10-b1ad-4151-96c3-56a2eb19f006", "qos_policy_id": null}]} 2018-09-02 09:22:12,858 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-56c20ae8-989d-42dd-846a-78e5794eed71 2018-09-02 09:22:12,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0605540275574s 2018-09-02 09:22:12,859 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-56c20ae8-989d-42dd-846a-78e5794eed71 2018-09-02 09:22:12,862 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:22:12,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:12,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:13,029 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-cded5b1b-ed26-4c48-bdcc-96c9536c4ecd Date: Sun, 02 Sep 2018 09:22:13 GMT RESP BODY: {"floatingips": [{"router_id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:22:10Z", "updated_at": "2018-09-02T09:22:12Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "device_owner": "compute:nova", "mac_address": "fa:16:3e:6f:81:bf", "device_id": "481d2dae-7f1a-44c8-80fa-f4e134ace424"}, "fixed_ip_address": "192.168.120.24", "floating_ip_address": "172.30.9.212", "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "port_id": "cdec9112-32b7-4a9b-8743-02211d5dbd83", "id": "19537f10-b1ad-4151-96c3-56a2eb19f006", "qos_policy_id": null}]} 2018-09-02 09:22:13,029 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-cded5b1b-ed26-4c48-bdcc-96c9536c4ecd 2018-09-02 09:22:13,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.061695098877s 2018-09-02 09:22:13,029 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-cded5b1b-ed26-4c48-bdcc-96c9536c4ecd 2018-09-02 09:22:13,032 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'e8126e60-15ad-4289-894c-8b3ff8bdf8f5', 'updated_at': u'2018-09-02T09:22:12Z', 'fixed_ip_address': u'192.168.120.24', 'floating_ip_address': u'172.30.9.212', 'revision_number': 1, 'port_id': u'cdec9112-32b7-4a9b-8743-02211d5dbd83', 'id': u'19537f10-b1ad-4151-96c3-56a2eb19f006', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'cdec9112-32b7-4a9b-8743-02211d5dbd83', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'624ac320c5f54af097603261d9274c80', 'name': 'cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'624ac320c5f54af097603261d9274c80', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'f28f88db-2e48-4d3d-9485-34fcdb022270', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:6f:81:bf', u'device_id': u'481d2dae-7f1a-44c8-80fa-f4e134ace424'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'624ac320c5f54af097603261d9274c80', 'created_at': u'2018-09-02T09:22:10Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'f28f88db-2e48-4d3d-9485-34fcdb022270', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:6f:81:bf', u'device_id': u'481d2dae-7f1a-44c8-80fa-f4e134ace424'}), 'router': u'e8126e60-15ad-4289-894c-8b3ff8bdf8f5'}) 2018-09-02 09:22:13,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:22:13,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424/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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:22:13,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:22: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-cb703bc7-fb33-414a-b4a4-690de91bc60e x-compute-request-id: req-cb703bc7-fb33-414a-b4a4-690de91bc60e Content-Encoding: gzip Content-Length: 11337 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 1831539941 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.434151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437401] pid_max: default: 32768 minimum: 301\n[ 0.439123] Security Framework initialized\n[ 0.440780] SELinux: Initializing.\n[ 0.442530] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449024] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453165] Mount-cache hash table entries: 4096\n[ 0.455208] Initializing cgroup subsys memory\n[ 0.456868] Initializing cgroup subsys devices\n[ 0.458542] Initializing cgroup subsys freezer\n[ 0.460223] Initializing cgroup subsys net_cls\n[ 0.461905] Initializing cgroup subsys blkio\n[ 0.463581] Initializing cgroup subsys perf_event\n[ 0.465324] Initializing cgroup subsys hugetlb\n[ 0.467024] Initializing cgroup subsys pids\n[ 0.468642] Initializing cgroup subsys net_prio\n[ 0.470422] CPU: Physical Processor ID: 0\n[ 0.472719] mce: CPU supports 10 MCE banks\n[ 0.474335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.476180] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.478040] tlb_flushall_shift: 6\n[ 0.479665] Freeing SMP alternatives: 28k freed\n[ 0.483956] ACPI: Core revision 20130517\n[ 0.485960] ACPI: All ACPI Tables successfully acquired\n[ 0.488056] ftrace: allocating 25812 entries in 101 pages\n[ 0.509998] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.512175] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.514333] smpboot: Max logical packages: 2\n[ 0.516233] Enabling x2apic\n[ 0.517538] Enabled x2apic\n[ 0.519104] Switched APIC routing to physical x2apic.\n[ 0.522315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.524429] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.528207] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.536492] KVM setup paravirtual spinlock\n[ 0.539300] smpboot: Booting Node 0, Processors #1 OK\n[ 0.541558] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.563652] Brought up 2 CPUs\n[ 0.563656] KVM setup async PF for cpu 1\n[ 0.563659] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.568120] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.571146] devtmpfs: initialized\n[ 0.574044] EVM: security.selinux\n[ 0.575427] EVM: security.ima\n[ 0.576718] EVM: security.capability\n[ 0.578831] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.580983] pinctrl core: initialized pinctrl subsystem\n[ 0.582927] NET: Registered protocol family 16\n[ 0.584801] ACPI: bus type PCI registered\n[ 0.586331] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.588462] PCI: Using configuration type 1 for base access\n[ 0.593721] ACPI: Added _OSI(Module Device)\n[ 0.595313] ACPI: Added _OSI(Processor Device)\n[ 0.596924] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.598615] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.601536] ACPI: Interpreter enabled\n[ 0.603035] ACPI: (supports S0 S5)\n[ 0.604419] ACPI: Using IOAPIC for interrupt routing\n[ 0.606144] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.611073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.613121] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.615254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.617393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.621332] acpiphp: Slot [3] registered\n[ 0.622905] acpiphp: Slot [4] registered\n[ 0.624430] acpiphp: Slot [5] registered\n[ 0.625937] acpiphp: Slot [6] registered\n[ 0.627438] acpiphp: Slot [7] registered\n[ 0.628948] acpiphp: Slot [8] registered\n[ 0.630468] acpiphp: Slot [9] registered\n[ 0.632022] acpiphp: Slot [10] registered\n[ 0.633580] acpiphp: Slot [11] registered\n[ 0.635119] acpiphp: Slot [12] registered\n[ 0.636662] acpiphp: Slot [13] registered\n[ 0.638202] acpiphp: Slot [14] registered\n[ 0.639745] acpiphp: Slot [15] registered\n[ 0.641297] acpiphp: Slot [16] registered\n[ 0.642882] acpiphp: Slot [17] registered\n[ 0.644402] acpiphp: Slot [18] registered\n[ 0.645920] acpiphp: Slot [19] registered\n[ 0.647459] acpiphp: Slot [20] registered\n[ 0.648989] acpiphp: Slot [21] registered\n[ 0.650523] acpiphp: Slot [22] registered\n[ 0.652121] acpiphp: Slot [23] registered\n[ 0.653691] acpiphp: Slot [24] registered\n[ 0.655221] acpiphp: Slot [25] registered\n[ 0.656760] acpiphp: Slot [26] registered\n[ 0.658295] acpiphp: Slot [27] registered\n[ 0.659829] acpiphp: Slot [28] registered\n[ 0.661373] acpiphp: Slot [29] registered\n[ 0.662956] acpiphp: Slot [30] registered\n[ 0.664487] acpiphp: Slot [31] registered\n[ 0.666015] PCI host bridge to bus 0000:00\n[ 0.667617] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.669488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.671597] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.673736] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.676542] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.679353] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.684901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.687093] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.689157] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.691346] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.695543] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.698365] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.721232] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.723752] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.726428] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.728804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.731153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.733401] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.738676] vgaarb: loaded\n[ 0.739907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.741886] SCSI subsystem initialized\n[ 0.743431] ACPI: bus type USB registered\n[ 0.744984] usbcore: registered new interface driver usbfs\n[ 0.746831] usbcore: registered new interface driver hub\n[ 0.748661] usbcore: registered new device driver usb\n[ 0.750640] PCI: Using ACPI for IRQ routing\n[ 0.752592] NetLabel: Initializing\n[ 0.754035] NetLabel: domain hash size = 128\n[ 0.755620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.757373] NetLabel: unlabeled traffic allowed by default\n[ 0.759371] Switched to clocksource kvm-clock\n[ 0.769129] pnp: PnP ACPI init\n[ 0.770487] ACPI: bus type PNP registered\n[ 0.772411] pnp: PnP ACPI: found 5 devices\n[ 0.773973] ACPI: bus type PNP unregistered\n[ 0.782107] NET: Registered protocol family 2\n[ 0.784071] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.787103] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.789646] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.791825] TCP: reno registered\n[ 0.793175] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.795203] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.797348] NET: Registered protocol family 1\n[ 0.798952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.800884] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.802777] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.823077] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.843208] Unpacking initramfs...\n[ 1.310945] Freeing initrd memory: 37508k freed\n[ 1.320537] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.322672] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.326590] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.328687] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.331068] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.333109] Initialise system trusted keyring\n[ 1.334752] audit: initializing netlink socket (disabled)\n[ 1.336594] type=2000 audit(1535880127.820:1): initialized\n[ 1.353472] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.355510] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.358412] zpool: loaded\n[ 1.359685] zbud: loaded\n[ 1.361110] VFS: Disk quotas dquot_6.5.2\n[ 1.362685] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.364971] msgmni has been set to 7578\n[ 1.366564] Key type big_key registered\n[ 1.369037] NET: Registered protocol family 38\n[ 1.370721] Key type asymmetric registered\n[ 1.372245] Asymmetric key parser 'x509' registered\n[ 1.373997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.376888] io scheduler noop registered\n[ 1.378420] io scheduler deadline registered (default)\n[ 1.394672] io scheduler cfq registered\n[ 1.396221] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.398066] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.400248] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.403088] ACPI: Power Button [PWRF]\n[ 1.404680] GHES: HEST is not enabled!\n[ 1.406220] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431731] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.434092] Non-volatile memory driver v1.3\n[ 1.435648] Linux agpgart interface v0.103\n[ 1.437305] crash memory driver: version 1.1\n[ 1.438953] rdac: device handler registered\n[ 1.440566] hp_sw: device handler registered\n[ 1.442146] emc: device handler registered\n[ 1.443651] alua: device handler registered\n[ 1.445178] libphy: Fixed MDIO Bus: probed\n[ 1.446743] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448780] ehci-pci: EHCI PCI platform driver\n[ 1.450362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.452384] ohci-pci: OHCI PCI platform driver\n[ 1.453996] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.474144] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.475937] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.478721] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.480482] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.482443] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.484558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.487362] usb usb1: Product: UHCI Host Controller\n[ 1.489086] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.491242] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.492981] hub 1-0:1.0: USB hub found\n[ 1.494502] hub 1-0:1.0: 2 ports detected\n[ 1.496165] usbcore: registered new interface driver usbserial\n[ 1.498080] usbcore: registered new interface driver usbserial_generic\n[ 1.500166] usbserial: USB Serial support registered for generic\n[ 1.502130] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.505817] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.507570] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.509423] mousedev: PS/2 mouse device common for all mice\n[ 1.511639] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.514891] rtc_cmos 00:00: RTC can wake from S4\n[ 1.515691] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.517404] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.523503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.525590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.527718] cpuidle: using governor menu\n[ 1.529286] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.531148] usbcore: registered new interface driver usbhid\n[ 1.533028] usbhid: USB HID core driver\n[ 1.534549] drop_monitor: Initializing network drop monitor service\n[ 1.536576] TCP: cubic registered\n[ 1.537957] Initializing XFRM netlink socket\n[ 1.539631] NET: Registered protocol family 10\n[ 1.541540] NET: Registered protocol family 17\n[ 1.543438] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545327] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.547302] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.550457] Loading compiled-in X.509 certificates\n[ 1.552149] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.555352] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.559008] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.562229] registered taskstats version 1\n[ 1.565772] Key type trusted registered\n[ 1.568567] Key type encrypted registered\n[ 1.571305] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.573553] rtc_cmos 00:00: setting system clock to 2018-09-02 09:22:08 UTC (1535880128)\n[ 1.577144] Freeing unused kernel memory: 1680k freed\n[ 1.582777] 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.588363] systemd[1]: Detected virtualization kvm.\n[ 1.590060] systemd[1]: Detected architecture x86-64.\n[ 1.591766] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.594891] systemd[1]: No hostname configured.\n[ 1.596575] systemd[1]: Set hostname to .\n[ 1.598357] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.622127] systemd[1]: Created slice Root Slice.\n[ 1.623797] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.626466] systemd[1]: Listening on Journal Socket.\n[ 1.628183] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.631089] systemd[1]: Listening on udev Kernel Socket.\n[ 1.632904] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.635866] systemd[1]: Listening on udev Control Socket.\n[ 1.637698] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.640664] systemd[1]: Reached target Local File Systems.\n[ 1.642503] systemd[1]: Starting Local File Systems.\n[ 1.644260] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.647206] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.651192] systemd[1]: Reached target Paths.\n[ 1.652830] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.655379] systemd[1]: Reached target Swap.\n[ 1.656964] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.659540] systemd[1]: Reached target Timers.\n[ 1.661148] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.663870] systemd[1]: Created slice System Slice.\n[ 1.665812] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.668463] systemd[1]: Reached target Slices.\n[ 1.670083] systemd[1]: Starting Slices.\n[ 1.671957] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.674939] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.678066] 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.683233] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.687224] systemd[1]: Reached target Sockets.\n[ 1.688907] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.692003] 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.751627] RPC: Registered named UNIX socket transport module.\n[ 1.753667] RPC: Registered udp transport module.\n[ 1.755405] RPC: Registered tcp transport module.\n[ 1.757128] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798502] 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.847929] FDC 0 is a S82078B\n[ 1.856394] scsi host0: ata_piix\n[ 1.857940] scsi host1: ata_piix\n[ 1.859326] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.861450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.882560] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.923336] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.929508] 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...[ 1.954039] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.956327] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n\n[ 1.958689] usb 1-1: Product: QEMU USB Tablet\n[ 1.960377] usb 1-1: Manufacturer: QEMU\n[ 1.961965] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.972549] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.976067] 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 Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.063302] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.066812] XFS (vda1): Mounting V4 Filesystem\n[ 2.090835] 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 Paths.\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 Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\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 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.327419] tsc: Refined TSC clocksource calibration: 3491.856 MHz\n[ 2.334899] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.383455] SELinux: Disabled at runtime.\n[ 2.420393] type=1404 audit(1535880129.346:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.472902] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.474792] 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-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Stopped target Switch Root.\n Mounting Debug File System...\n Starting Create list of required st... nodes for the current kernel...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting POSIX Message Queue 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 Create list of required sta...ce nodes for the current kernel.\n[ 2.747217] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting 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 Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.867588] systemd-journald[397]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\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[ 2.914428] type=1305 audit(1535880129.840:3): audit_pid=437 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 Update is Completed...\n Starting udev Coldplug all Devices...\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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\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 Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n [ 3.140968] [drm] Initialized drm 1.1.0 20060810\nStarting Authorization Manager...\n Starting LSB: Bring up/down networking...\n[ 3.146279] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n[ 3.163401] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.187627] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.189830] [TTM] Initializing pool allocator\n[ 3.193333] [TTM] Initializing DMA pool allocator\n[ 3.202000] ppdev: user-space parallel port driver\n[ 3.207161] [drm] fb mappable at 0xFC000000\n[ 3.208873] [drm] vram aper at 0xFC000000\n[ 3.208874] [drm] size 33554432\n[ 3.208874] [drm] fb depth is 24\n[ 3.208874] [drm] pitch is 3072\n[ 3.257038] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.282665] Console: switching to colour frame buffer device 128x48\n[ 3.298580] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[ 3.313114] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Found device /dev/ttyS0.\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.363326] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.370462] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\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[ 3.397867] alg: No test for crc32 (crc32-pclmul)\n[ 3.405504] intel_rapl: no valid rapl domains found in package 0\n[ 3.408799] intel_powerclamp: No package C-state available\n[ 3.414034] intel_powerclamp: No package C-state available[ 3.206529] cloud-init[473]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:22:10 +0000. Up 3.17 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 Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\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 Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning 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 OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n"} 2018-09-02 09:22:13,152 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424/action used request id req-cb703bc7-fb33-414a-b4a4-690de91bc60e 2018-09-02 09:22:13,152 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.118140935898s 2018-09-02 09:22:13,153 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424/action used request id req-cb703bc7-fb33-414a-b4a4-690de91bc60e 2018-09-02 09:22:13,153 - 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 1831539941 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.434151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437401] pid_max: default: 32768 minimum: 301 [ 0.439123] Security Framework initialized [ 0.440780] SELinux: Initializing. [ 0.442530] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449024] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453165] Mount-cache hash table entries: 4096 [ 0.455208] Initializing cgroup subsys memory [ 0.456868] Initializing cgroup subsys devices [ 0.458542] Initializing cgroup subsys freezer [ 0.460223] Initializing cgroup subsys net_cls [ 0.461905] Initializing cgroup subsys blkio [ 0.463581] Initializing cgroup subsys perf_event [ 0.465324] Initializing cgroup subsys hugetlb [ 0.467024] Initializing cgroup subsys pids [ 0.468642] Initializing cgroup subsys net_prio [ 0.470422] CPU: Physical Processor ID: 0 [ 0.472719] mce: CPU supports 10 MCE banks [ 0.474335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.476180] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.478040] tlb_flushall_shift: 6 [ 0.479665] Freeing SMP alternatives: 28k freed [ 0.483956] ACPI: Core revision 20130517 [ 0.485960] ACPI: All ACPI Tables successfully acquired [ 0.488056] ftrace: allocating 25812 entries in 101 pages [ 0.509998] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.512175] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.514333] smpboot: Max logical packages: 2 [ 0.516233] Enabling x2apic [ 0.517538] Enabled x2apic [ 0.519104] Switched APIC routing to physical x2apic. [ 0.522315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.524429] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.528207] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.536492] KVM setup paravirtual spinlock [ 0.539300] smpboot: Booting Node 0, Processors #1 OK [ 0.541558] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.563652] Brought up 2 CPUs [ 0.563656] KVM setup async PF for cpu 1 [ 0.563659] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.568120] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.571146] devtmpfs: initialized [ 0.574044] EVM: security.selinux [ 0.575427] EVM: security.ima [ 0.576718] EVM: security.capability [ 0.578831] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.580983] pinctrl core: initialized pinctrl subsystem [ 0.582927] NET: Registered protocol family 16 [ 0.584801] ACPI: bus type PCI registered [ 0.586331] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.588462] PCI: Using configuration type 1 for base access [ 0.593721] ACPI: Added _OSI(Module Device) [ 0.595313] ACPI: Added _OSI(Processor Device) [ 0.596924] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.598615] ACPI: Added _OSI(Processor Aggregator Device) [ 0.601536] ACPI: Interpreter enabled [ 0.603035] ACPI: (supports S0 S5) [ 0.604419] ACPI: Using IOAPIC for interrupt routing [ 0.606144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.611073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.613121] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.615254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.617393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.621332] acpiphp: Slot [3] registered [ 0.622905] acpiphp: Slot [4] registered [ 0.624430] acpiphp: Slot [5] registered [ 0.625937] acpiphp: Slot [6] registered [ 0.627438] acpiphp: Slot [7] registered [ 0.628948] acpiphp: Slot [8] registered [ 0.630468] acpiphp: Slot [9] registered [ 0.632022] acpiphp: Slot [10] registered [ 0.633580] acpiphp: Slot [11] registered [ 0.635119] acpiphp: Slot [12] registered [ 0.636662] acpiphp: Slot [13] registered [ 0.638202] acpiphp: Slot [14] registered [ 0.639745] acpiphp: Slot [15] registered [ 0.641297] acpiphp: Slot [16] registered [ 0.642882] acpiphp: Slot [17] registered [ 0.644402] acpiphp: Slot [18] registered [ 0.645920] acpiphp: Slot [19] registered [ 0.647459] acpiphp: Slot [20] registered [ 0.648989] acpiphp: Slot [21] registered [ 0.650523] acpiphp: Slot [22] registered [ 0.652121] acpiphp: Slot [23] registered [ 0.653691] acpiphp: Slot [24] registered [ 0.655221] acpiphp: Slot [25] registered [ 0.656760] acpiphp: Slot [26] registered [ 0.658295] acpiphp: Slot [27] registered [ 0.659829] acpiphp: Slot [28] registered [ 0.661373] acpiphp: Slot [29] registered [ 0.662956] acpiphp: Slot [30] registered [ 0.664487] acpiphp: Slot [31] registered [ 0.666015] PCI host bridge to bus 0000:00 [ 0.667617] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.669488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.671597] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.673736] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.676542] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.679353] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.684901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.687093] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.689157] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.691346] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.695543] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.698365] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.721232] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.723752] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.726428] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.728804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.731153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.733401] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.738676] vgaarb: loaded [ 0.739907] vgaarb: bridge control possible 0000:00:02.0 [ 0.741886] SCSI subsystem initialized [ 0.743431] ACPI: bus type USB registered [ 0.744984] usbcore: registered new interface driver usbfs [ 0.746831] usbcore: registered new interface driver hub [ 0.748661] usbcore: registered new device driver usb [ 0.750640] PCI: Using ACPI for IRQ routing [ 0.752592] NetLabel: Initializing [ 0.754035] NetLabel: domain hash size = 128 [ 0.755620] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.757373] NetLabel: unlabeled traffic allowed by default [ 0.759371] Switched to clocksource kvm-clock [ 0.769129] pnp: PnP ACPI init [ 0.770487] ACPI: bus type PNP registered [ 0.772411] pnp: PnP ACPI: found 5 devices [ 0.773973] ACPI: bus type PNP unregistered [ 0.782107] NET: Registered protocol family 2 [ 0.784071] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.787103] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.789646] TCP: Hash tables configured (established 32768 bind 32768) [ 0.791825] TCP: reno registered [ 0.793175] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.795203] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.797348] NET: Registered protocol family 1 [ 0.798952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.800884] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.802777] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.823077] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.843208] Unpacking initramfs... [ 1.310945] Freeing initrd memory: 37508k freed [ 1.320537] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.322672] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.326590] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.328687] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.331068] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.333109] Initialise system trusted keyring [ 1.334752] audit: initializing netlink socket (disabled) [ 1.336594] type=2000 audit(1535880127.820:1): initialized [ 1.353472] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.355510] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.358412] zpool: loaded [ 1.359685] zbud: loaded [ 1.361110] VFS: Disk quotas dquot_6.5.2 [ 1.362685] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.364971] msgmni has been set to 7578 [ 1.366564] Key type big_key registered [ 1.369037] NET: Registered protocol family 38 [ 1.370721] Key type asymmetric registered [ 1.372245] Asymmetric key parser 'x509' registered [ 1.373997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.376888] io scheduler noop registered [ 1.378420] io scheduler deadline registered (default) [ 1.394672] io scheduler cfq registered [ 1.396221] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.398066] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.400248] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.403088] ACPI: Power Button [PWRF] [ 1.404680] GHES: HEST is not enabled! [ 1.406220] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431731] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.434092] Non-volatile memory driver v1.3 [ 1.435648] Linux agpgart interface v0.103 [ 1.437305] crash memory driver: version 1.1 [ 1.438953] rdac: device handler registered [ 1.440566] hp_sw: device handler registered [ 1.442146] emc: device handler registered [ 1.443651] alua: device handler registered [ 1.445178] libphy: Fixed MDIO Bus: probed [ 1.446743] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448780] ehci-pci: EHCI PCI platform driver [ 1.450362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.452384] ohci-pci: OHCI PCI platform driver [ 1.453996] uhci_hcd: USB Universal Host Controller Interface driver [ 1.474144] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.475937] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.478721] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.480482] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.482443] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.484558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.487362] usb usb1: Product: UHCI Host Controller [ 1.489086] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.491242] usb usb1: SerialNumber: 0000:00:01.2 [ 1.492981] hub 1-0:1.0: USB hub found [ 1.494502] hub 1-0:1.0: 2 ports detected [ 1.496165] usbcore: registered new interface driver usbserial [ 1.498080] usbcore: registered new interface driver usbserial_generic [ 1.500166] usbserial: USB Serial support registered for generic [ 1.502130] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.505817] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.507570] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.509423] mousedev: PS/2 mouse device common for all mice [ 1.511639] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.514891] rtc_cmos 00:00: RTC can wake from S4 [ 1.515691] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.517404] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.523503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.525590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.527718] cpuidle: using governor menu [ 1.529286] hidraw: raw HID events driver (C) Jiri Kosina [ 1.531148] usbcore: registered new interface driver usbhid [ 1.533028] usbhid: USB HID core driver [ 1.534549] drop_monitor: Initializing network drop monitor service [ 1.536576] TCP: cubic registered [ 1.537957] Initializing XFRM netlink socket [ 1.539631] NET: Registered protocol family 10 [ 1.541540] NET: Registered protocol family 17 [ 1.543438] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545327] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.547302] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.550457] Loading compiled-in X.509 certificates [ 1.552149] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.555352] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.559008] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.562229] registered taskstats version 1 [ 1.565772] Key type trusted registered [ 1.568567] Key type encrypted registered [ 1.571305] IMA: No TPM chip found, activating TPM-bypass! [ 1.573553] rtc_cmos 00:00: setting system clock to 2018-09-02 09:22:08 UTC (1535880128) [ 1.577144] Freeing unused kernel memory: 1680k freed [ 1.582777] 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.588363] systemd[1]: Detected virtualization kvm. [ 1.590060] systemd[1]: Detected architecture x86-64. [ 1.591766] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.594891] systemd[1]: No hostname configured. [ 1.596575] systemd[1]: Set hostname to . [ 1.598357] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.622127] systemd[1]: Created slice Root Slice. [ 1.623797] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.626466] systemd[1]: Listening on Journal Socket. [ 1.628183] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.631089] systemd[1]: Listening on udev Kernel Socket. [ 1.632904] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.635866] systemd[1]: Listening on udev Control Socket. [ 1.637698] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.640664] systemd[1]: Reached target Local File Systems. [ 1.642503] systemd[1]: Starting Local File Systems. [ 1.644260] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.647206] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.651192] systemd[1]: Reached target Paths. [ 1.652830] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.655379] systemd[1]: Reached target Swap. [ 1.656964] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.659540] systemd[1]: Reached target Timers. [ 1.661148] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.663870] systemd[1]: Created slice System Slice. [ 1.665812] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.668463] systemd[1]: Reached target Slices. [ 1.670083] systemd[1]: Starting Slices. [ 1.671957] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.674939] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.678066] 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.683233] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.687224] systemd[1]: Reached target Sockets. [ 1.688907] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.692003] 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.751627] RPC: Registered named UNIX socket transport module. [ 1.753667] RPC: Registered udp transport module. [ 1.755405] RPC: Registered tcp transport module. [ 1.757128] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798502] 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.847929] FDC 0 is a S82078B [ 1.856394] scsi host0: ata_piix [ 1.857940] scsi host1: ata_piix [ 1.859326] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.861450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.882560] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.923336] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.929508] 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...[ 1.954039] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.956327] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.958689] usb 1-1: Product: QEMU USB Tablet [ 1.960377] usb 1-1: Manufacturer: QEMU [ 1.961965] usb 1-1: SerialNumber: 42 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.972549] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.976067] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.063302] SGI XFS with ACLs, security attributes, no debug enabled [ 2.066812] XFS (vda1): Mounting V4 Filesystem [ 2.090835] 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 Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[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. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.327419] tsc: Refined TSC clocksource calibration: 3491.856 MHz [ 2.334899] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.383455] SELinux: Disabled at runtime. [ 2.420393] type=1404 audit(1535880129.346:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.472902] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.474792] 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-serial\x2dgetty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Stopped target Switch Root. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. Starting Apply Kernel Variables... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd Root File System. Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting POSIX Message Queue 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 Create list of required sta...ce nodes for the current kernel. [ 2.747217] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.867588] systemd-journald[397]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.914428] type=1305 audit(1535880129.840:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... [ 3.140968] [drm] Initialized drm 1.1.0 20060810 Starting Authorization Manager... Starting LSB: Bring up/down networking... [ 3.146279] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... [ 3.163401] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.187627] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.189830] [TTM] Initializing pool allocator [ 3.193333] [TTM] Initializing DMA pool allocator [ 3.202000] ppdev: user-space parallel port driver [ 3.207161] [drm] fb mappable at 0xFC000000 [ 3.208873] [drm] vram aper at 0xFC000000 [ 3.208874] [drm] size 33554432 [ 3.208874] [drm] fb depth is 24 [ 3.208874] [drm] pitch is 3072 [ 3.257038] fbcon: cirrusdrmfb (fb0) is primary device [ 3.282665] Console: switching to colour frame buffer device 128x48 [ 3.298580] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [ 3.313114] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Found device /dev/ttyS0. [[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.363326] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [ 3.370462] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[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. [ 3.397867] alg: No test for crc32 (crc32-pclmul) [ 3.405504] intel_rapl: no valid rapl domains found in package 0 [ 3.408799] intel_powerclamp: No package C-state available [ 3.414034] intel_powerclamp: No package C-state available[ 3.206529] cloud-init[473]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:22:10 +0000. Up 3.17 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 Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting nginx - high performance web server... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning 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 OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. 2018-09-02 09:22:13,362 - paramiko.transport - DEBUG - starting thread (client mode): 0xfed8ae50L 2018-09-02 09:22:13,362 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 09:22:13,483 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-02 09:22:13,483 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-02 09:22:13,522 - 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 09:22:13,522 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 09:22:13,522 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 09:22:13,523 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 09:22:13,523 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 09:22:13,523 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 09:22:13,531 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 09:22:13,532 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 09:22:13,562 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.212: 4c1f7c71f5a98b8370f02ab218eae423 2018-09-02 09:22:13,564 - paramiko.transport - DEBUG - Trying discovered key 0a000c49bb3233a454a0db0a5e77d20b in /tmp/tmpBO0nqh 2018-09-02 09:22:13,591 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 09:22:13,643 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-09-02 09:22:13,666 - paramiko.transport - DEBUG - Trying discovered key 53a32704d80d9fa5426a394ad4fcf413 in /root/.ssh/id_rsa 2018-09-02 09:22:13,667 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 09:22:13,675 - paramiko.transport - INFO - Authentication (publickey) failed. 2018-09-02 09:22:13,682 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.212: Authentication failed. 2018-09-02 09:22:22,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:22:22,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424/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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:22:22,768 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:22: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-79489a50-4d72-43f0-b6a3-3bac2802beb6 x-compute-request-id: req-79489a50-4d72-43f0-b6a3-3bac2802beb6 Content-Encoding: gzip Content-Length: 12777 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 1831539941 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.434151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912)\n[ 0.437401] pid_max: default: 32768 minimum: 301\n[ 0.439123] Security Framework initialized\n[ 0.440780] SELinux: Initializing.\n[ 0.442530] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.449024] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.453165] Mount-cache hash table entries: 4096\n[ 0.455208] Initializing cgroup subsys memory\n[ 0.456868] Initializing cgroup subsys devices\n[ 0.458542] Initializing cgroup subsys freezer\n[ 0.460223] Initializing cgroup subsys net_cls\n[ 0.461905] Initializing cgroup subsys blkio\n[ 0.463581] Initializing cgroup subsys perf_event\n[ 0.465324] Initializing cgroup subsys hugetlb\n[ 0.467024] Initializing cgroup subsys pids\n[ 0.468642] Initializing cgroup subsys net_prio\n[ 0.470422] CPU: Physical Processor ID: 0\n[ 0.472719] mce: CPU supports 10 MCE banks\n[ 0.474335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.476180] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.478040] tlb_flushall_shift: 6\n[ 0.479665] Freeing SMP alternatives: 28k freed\n[ 0.483956] ACPI: Core revision 20130517\n[ 0.485960] ACPI: All ACPI Tables successfully acquired\n[ 0.488056] ftrace: allocating 25812 entries in 101 pages\n[ 0.509998] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.512175] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.514333] smpboot: Max logical packages: 2\n[ 0.516233] Enabling x2apic\n[ 0.517538] Enabled x2apic\n[ 0.519104] Switched APIC routing to physical x2apic.\n[ 0.522315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.524429] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.528207] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.536492] KVM setup paravirtual spinlock\n[ 0.539300] smpboot: Booting Node 0, Processors #1 OK\n[ 0.541558] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.563652] Brought up 2 CPUs\n[ 0.563656] KVM setup async PF for cpu 1\n[ 0.563659] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.568120] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.571146] devtmpfs: initialized\n[ 0.574044] EVM: security.selinux\n[ 0.575427] EVM: security.ima\n[ 0.576718] EVM: security.capability\n[ 0.578831] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.580983] pinctrl core: initialized pinctrl subsystem\n[ 0.582927] NET: Registered protocol family 16\n[ 0.584801] ACPI: bus type PCI registered\n[ 0.586331] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.588462] PCI: Using configuration type 1 for base access\n[ 0.593721] ACPI: Added _OSI(Module Device)\n[ 0.595313] ACPI: Added _OSI(Processor Device)\n[ 0.596924] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.598615] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.601536] ACPI: Interpreter enabled\n[ 0.603035] ACPI: (supports S0 S5)\n[ 0.604419] ACPI: Using IOAPIC for interrupt routing\n[ 0.606144] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.611073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.613121] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.615254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.617393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.621332] acpiphp: Slot [3] registered\n[ 0.622905] acpiphp: Slot [4] registered\n[ 0.624430] acpiphp: Slot [5] registered\n[ 0.625937] acpiphp: Slot [6] registered\n[ 0.627438] acpiphp: Slot [7] registered\n[ 0.628948] acpiphp: Slot [8] registered\n[ 0.630468] acpiphp: Slot [9] registered\n[ 0.632022] acpiphp: Slot [10] registered\n[ 0.633580] acpiphp: Slot [11] registered\n[ 0.635119] acpiphp: Slot [12] registered\n[ 0.636662] acpiphp: Slot [13] registered\n[ 0.638202] acpiphp: Slot [14] registered\n[ 0.639745] acpiphp: Slot [15] registered\n[ 0.641297] acpiphp: Slot [16] registered\n[ 0.642882] acpiphp: Slot [17] registered\n[ 0.644402] acpiphp: Slot [18] registered\n[ 0.645920] acpiphp: Slot [19] registered\n[ 0.647459] acpiphp: Slot [20] registered\n[ 0.648989] acpiphp: Slot [21] registered\n[ 0.650523] acpiphp: Slot [22] registered\n[ 0.652121] acpiphp: Slot [23] registered\n[ 0.653691] acpiphp: Slot [24] registered\n[ 0.655221] acpiphp: Slot [25] registered\n[ 0.656760] acpiphp: Slot [26] registered\n[ 0.658295] acpiphp: Slot [27] registered\n[ 0.659829] acpiphp: Slot [28] registered\n[ 0.661373] acpiphp: Slot [29] registered\n[ 0.662956] acpiphp: Slot [30] registered\n[ 0.664487] acpiphp: Slot [31] registered\n[ 0.666015] PCI host bridge to bus 0000:00\n[ 0.667617] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.669488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.671597] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.673736] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.676542] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.679353] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.684901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.687093] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.689157] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.691346] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.695543] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.698365] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.721232] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.723752] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.726428] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.728804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.731153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.733401] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.738676] vgaarb: loaded\n[ 0.739907] vgaarb: bridge control possible 0000:00:02.0\n[ 0.741886] SCSI subsystem initialized\n[ 0.743431] ACPI: bus type USB registered\n[ 0.744984] usbcore: registered new interface driver usbfs\n[ 0.746831] usbcore: registered new interface driver hub\n[ 0.748661] usbcore: registered new device driver usb\n[ 0.750640] PCI: Using ACPI for IRQ routing\n[ 0.752592] NetLabel: Initializing\n[ 0.754035] NetLabel: domain hash size = 128\n[ 0.755620] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.757373] NetLabel: unlabeled traffic allowed by default\n[ 0.759371] Switched to clocksource kvm-clock\n[ 0.769129] pnp: PnP ACPI init\n[ 0.770487] ACPI: bus type PNP registered\n[ 0.772411] pnp: PnP ACPI: found 5 devices\n[ 0.773973] ACPI: bus type PNP unregistered\n[ 0.782107] NET: Registered protocol family 2\n[ 0.784071] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.787103] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.789646] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.791825] TCP: reno registered\n[ 0.793175] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.795203] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.797348] NET: Registered protocol family 1\n[ 0.798952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.800884] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.802777] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.823077] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.843208] Unpacking initramfs...\n[ 1.310945] Freeing initrd memory: 37508k freed\n[ 1.320537] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.322672] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.326590] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.328687] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.331068] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.333109] Initialise system trusted keyring\n[ 1.334752] audit: initializing netlink socket (disabled)\n[ 1.336594] type=2000 audit(1535880127.820:1): initialized\n[ 1.353472] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.355510] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.358412] zpool: loaded\n[ 1.359685] zbud: loaded\n[ 1.361110] VFS: Disk quotas dquot_6.5.2\n[ 1.362685] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.364971] msgmni has been set to 7578\n[ 1.366564] Key type big_key registered\n[ 1.369037] NET: Registered protocol family 38\n[ 1.370721] Key type asymmetric registered\n[ 1.372245] Asymmetric key parser 'x509' registered\n[ 1.373997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.376888] io scheduler noop registered\n[ 1.378420] io scheduler deadline registered (default)\n[ 1.394672] io scheduler cfq registered\n[ 1.396221] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.398066] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.400248] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.403088] ACPI: Power Button [PWRF]\n[ 1.404680] GHES: HEST is not enabled!\n[ 1.406220] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.431731] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.434092] Non-volatile memory driver v1.3\n[ 1.435648] Linux agpgart interface v0.103\n[ 1.437305] crash memory driver: version 1.1\n[ 1.438953] rdac: device handler registered\n[ 1.440566] hp_sw: device handler registered\n[ 1.442146] emc: device handler registered\n[ 1.443651] alua: device handler registered\n[ 1.445178] libphy: Fixed MDIO Bus: probed\n[ 1.446743] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.448780] ehci-pci: EHCI PCI platform driver\n[ 1.450362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.452384] ohci-pci: OHCI PCI platform driver\n[ 1.453996] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.474144] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.475937] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.478721] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.480482] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.482443] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.484558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.487362] usb usb1: Product: UHCI Host Controller\n[ 1.489086] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.491242] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.492981] hub 1-0:1.0: USB hub found\n[ 1.494502] hub 1-0:1.0: 2 ports detected\n[ 1.496165] usbcore: registered new interface driver usbserial\n[ 1.498080] usbcore: registered new interface driver usbserial_generic\n[ 1.500166] usbserial: USB Serial support registered for generic\n[ 1.502130] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.505817] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.507570] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.509423] mousedev: PS/2 mouse device common for all mice\n[ 1.511639] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.514891] rtc_cmos 00:00: RTC can wake from S4\n[ 1.515691] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.517404] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.523503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.525590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.527718] cpuidle: using governor menu\n[ 1.529286] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.531148] usbcore: registered new interface driver usbhid\n[ 1.533028] usbhid: USB HID core driver\n[ 1.534549] drop_monitor: Initializing network drop monitor service\n[ 1.536576] TCP: cubic registered\n[ 1.537957] Initializing XFRM netlink socket\n[ 1.539631] NET: Registered protocol family 10\n[ 1.541540] NET: Registered protocol family 17\n[ 1.543438] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.545327] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.547302] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.550457] Loading compiled-in X.509 certificates\n[ 1.552149] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.555352] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.559008] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.562229] registered taskstats version 1\n[ 1.565772] Key type trusted registered\n[ 1.568567] Key type encrypted registered\n[ 1.571305] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.573553] rtc_cmos 00:00: setting system clock to 2018-09-02 09:22:08 UTC (1535880128)\n[ 1.577144] Freeing unused kernel memory: 1680k freed\n[ 1.582777] 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.588363] systemd[1]: Detected virtualization kvm.\n[ 1.590060] systemd[1]: Detected architecture x86-64.\n[ 1.591766] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.594891] systemd[1]: No hostname configured.\n[ 1.596575] systemd[1]: Set hostname to .\n[ 1.598357] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.622127] systemd[1]: Created slice Root Slice.\n[ 1.623797] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.626466] systemd[1]: Listening on Journal Socket.\n[ 1.628183] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.631089] systemd[1]: Listening on udev Kernel Socket.\n[ 1.632904] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.635866] systemd[1]: Listening on udev Control Socket.\n[ 1.637698] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.640664] systemd[1]: Reached target Local File Systems.\n[ 1.642503] systemd[1]: Starting Local File Systems.\n[ 1.644260] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.647206] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.651192] systemd[1]: Reached target Paths.\n[ 1.652830] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Swap.\n[ 1.655379] systemd[1]: Reached target Swap.\n[ 1.656964] systemd[1]: Starting Swap.\n[[32m OK [0m] Reached target Timers.\n[ 1.659540] systemd[1]: Reached target Timers.\n[ 1.661148] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice System Slice.\n[ 1.663870] systemd[1]: Created slice System Slice.\n[ 1.665812] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.668463] systemd[1]: Reached target Slices.\n[ 1.670083] systemd[1]: Starting Slices.\n[ 1.671957] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.674939] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.678066] 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.683233] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Reached target Sockets.\n[ 1.687224] systemd[1]: Reached target Sockets.\n[ 1.688907] systemd[1]: Starting Sockets.\n[[32m OK [0m] Started Journal Service.\n[ 1.692003] 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.751627] RPC: Registered named UNIX socket transport module.\n[ 1.753667] RPC: Registered udp transport module.\n[ 1.755405] RPC: Registered tcp transport module.\n[ 1.757128] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.798502] 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.847929] FDC 0 is a S82078B\n[ 1.856394] scsi host0: ata_piix\n[ 1.857940] scsi host1: ata_piix\n[ 1.859326] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.861450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.882560] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.923336] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.929508] 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...[ 1.954039] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.956327] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n\n[ 1.958689] usb 1-1: Product: QEMU USB Tablet\n[ 1.960377] usb 1-1: Manufacturer: QEMU\n[ 1.961965] usb 1-1: SerialNumber: 42\n[[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14.\n[ 1.972549] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.976067] 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 Mounting /sysroot...\n[[32m OK [0m] Reached target Remote File Systems (Pre).\n[[32m OK [0m] Reached target Remote File Systems.\n[ 2.063302] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.066812] XFS (vda1): Mounting V4 Filesystem\n[ 2.090835] 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 Paths.\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 Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Local File Systems.\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 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.327419] tsc: Refined TSC clocksource calibration: 3491.856 MHz\n[ 2.334899] systemd-journald[105]: Received SIGTERM from PID 1 (systemd).\n[ 2.383455] SELinux: Disabled at runtime.\n[ 2.420393] type=1404 audit(1535880129.346:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.472902] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.474792] 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-serial\\x2dgetty.slice.\n[[32m OK [0m] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n[[32m OK [0m] Stopped target Switch Root.\n Mounting Debug File System...\n Starting Create list of required st... nodes for the current kernel...\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n[[32m OK [0m] Created slice system-getty.slice.\n Starting Apply Kernel Variables...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Stopped target Initrd Root File System.\n Starting Setup Virtual Console...\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Created slice User and Session Slice.\n[[32m OK [0m] Reached target Slices.\n Mounting Huge Pages File System...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n Mounting POSIX Message Queue 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 Create list of required sta...ce nodes for the current kernel.\n[ 2.747217] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting udev Kernel Device Manager...\n[[32m OK [0m] Reached target Local File Systems (Pre).\n Starting 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 Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n[[32m OK [0m] Started Rebuild Journal Catalog.\n[[32m OK [0m] Started Setup Virtual Console.\n[[32m OK [0m] Started Preprocess NFS configuration.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[ 2.867588] systemd-journald[397]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\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[ 2.914428] type=1305 audit(1535880129.840:3): audit_pid=437 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 Update is Completed...\n Starting udev Coldplug all Devices...\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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Reached target Paths.\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 Basic System.\n Starting Initial cloud-init job (pre-networking)...\n Starting NTP client/server...\n [ 3.140968] [drm] Initialized drm 1.1.0 20060810\nStarting Authorization Manager...\n Starting LSB: Bring up/down networking...\n[ 3.146279] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...\n[ 3.163401] input: PC Speaker as /devices/platform/pcspkr/input/input5\n Starting Dump dmesg to /var/log/dmesg...\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.187627] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.189830] [TTM] Initializing pool allocator\n[ 3.193333] [TTM] Initializing DMA pool allocator\n[ 3.202000] ppdev: user-space parallel port driver\n[ 3.207161] [drm] fb mappable at 0xFC000000\n[ 3.208873] [drm] vram aper at 0xFC000000\n[ 3.208874] [drm] size 33554432\n[ 3.208874] [drm] fb depth is 24\n[ 3.208874] [drm] pitch is 3072\n[ 3.257038] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.282665] Console: switching to colour frame buffer device 128x48\n[ 3.298580] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting D-Bus System Message Bus...\n Starting Login Service...\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[ 3.313114] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started NTP client/server.\n[[32m OK [0m] Found device /dev/ttyS0.\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.363326] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Permit User Sessions.\n[ 3.370462] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Started Command Scheduler.\n Starting Command Scheduler...\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[ 3.397867] alg: No test for crc32 (crc32-pclmul)\n[ 3.405504] intel_rapl: no valid rapl domains found in package 0\n[ 3.408799] intel_powerclamp: No package C-state available\n[ 3.414034] intel_powerclamp: No package C-state available[ 3.206529] cloud-init[473]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:22:10 +0000. Up 3.17 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 Postfix Mail Transport Agent...\n[[32m OK [0m] Reached target Network is Online.\n Starting LSB: Supports the direct execution of binary formats....\n Starting Crash recovery kernel arming...\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 Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning 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 OpenSSH server daemon.\n[[32m OK [0m] Mounted Arbitrary Executable File Formats File System.\n[[32m OK [0m] Started nginx - high performance web server.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[[32m OK [0m] Started System Logging Service.\n[[32m OK [0m] Created slice user-993.slice.\n[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.802901] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:22:13 +0000. Up 5.74 seconds.\n[ 5.883135] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.893993] cloud-init[823]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.898974] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.900894] cloud-init[823]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.902719] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.904537] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.24 | 255.255.255.0 | fa:16:3e:6f:81:bf |\n[ 5.906542] cloud-init[823]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.908435] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.910757] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.912742] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.914730] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.916796] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.918788] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.922676] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.924717] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\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.659105] cloud-init[3432]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:22:18 +0000. Up 10.61 seconds.\n[ 10.931625] cloud-init[3527]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:22:18 +0000. Up 10.88 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 | 0a:00:0c:49:bb:32:33:a4:54:a0:db:0a:5e:77:d2:0b | - | 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.995503] cloud-init[3527]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:22:18 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.98 seconds\n"} 2018-09-02 09:22:22,769 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424/action used request id req-79489a50-4d72-43f0-b6a3-3bac2802beb6 2018-09-02 09:22:22,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0773739814758s 2018-09-02 09:22:22,770 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424/action used request id req-79489a50-4d72-43f0-b6a3-3bac2802beb6 2018-09-02 09:22:22,771 - 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 1831539941 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.434151] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491912) [ 0.437401] pid_max: default: 32768 minimum: 301 [ 0.439123] Security Framework initialized [ 0.440780] SELinux: Initializing. [ 0.442530] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.449024] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.453165] Mount-cache hash table entries: 4096 [ 0.455208] Initializing cgroup subsys memory [ 0.456868] Initializing cgroup subsys devices [ 0.458542] Initializing cgroup subsys freezer [ 0.460223] Initializing cgroup subsys net_cls [ 0.461905] Initializing cgroup subsys blkio [ 0.463581] Initializing cgroup subsys perf_event [ 0.465324] Initializing cgroup subsys hugetlb [ 0.467024] Initializing cgroup subsys pids [ 0.468642] Initializing cgroup subsys net_prio [ 0.470422] CPU: Physical Processor ID: 0 [ 0.472719] mce: CPU supports 10 MCE banks [ 0.474335] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.476180] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.478040] tlb_flushall_shift: 6 [ 0.479665] Freeing SMP alternatives: 28k freed [ 0.483956] ACPI: Core revision 20130517 [ 0.485960] ACPI: All ACPI Tables successfully acquired [ 0.488056] ftrace: allocating 25812 entries in 101 pages [ 0.509998] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.512175] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.514333] smpboot: Max logical packages: 2 [ 0.516233] Enabling x2apic [ 0.517538] Enabled x2apic [ 0.519104] Switched APIC routing to physical x2apic. [ 0.522315] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.524429] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.528207] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.536492] KVM setup paravirtual spinlock [ 0.539300] smpboot: Booting Node 0, Processors #1 OK [ 0.541558] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.563652] Brought up 2 CPUs [ 0.563656] KVM setup async PF for cpu 1 [ 0.563659] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.568120] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.571146] devtmpfs: initialized [ 0.574044] EVM: security.selinux [ 0.575427] EVM: security.ima [ 0.576718] EVM: security.capability [ 0.578831] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.580983] pinctrl core: initialized pinctrl subsystem [ 0.582927] NET: Registered protocol family 16 [ 0.584801] ACPI: bus type PCI registered [ 0.586331] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.588462] PCI: Using configuration type 1 for base access [ 0.593721] ACPI: Added _OSI(Module Device) [ 0.595313] ACPI: Added _OSI(Processor Device) [ 0.596924] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.598615] ACPI: Added _OSI(Processor Aggregator Device) [ 0.601536] ACPI: Interpreter enabled [ 0.603035] ACPI: (supports S0 S5) [ 0.604419] ACPI: Using IOAPIC for interrupt routing [ 0.606144] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.611073] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.613121] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.615254] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.617393] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.621332] acpiphp: Slot [3] registered [ 0.622905] acpiphp: Slot [4] registered [ 0.624430] acpiphp: Slot [5] registered [ 0.625937] acpiphp: Slot [6] registered [ 0.627438] acpiphp: Slot [7] registered [ 0.628948] acpiphp: Slot [8] registered [ 0.630468] acpiphp: Slot [9] registered [ 0.632022] acpiphp: Slot [10] registered [ 0.633580] acpiphp: Slot [11] registered [ 0.635119] acpiphp: Slot [12] registered [ 0.636662] acpiphp: Slot [13] registered [ 0.638202] acpiphp: Slot [14] registered [ 0.639745] acpiphp: Slot [15] registered [ 0.641297] acpiphp: Slot [16] registered [ 0.642882] acpiphp: Slot [17] registered [ 0.644402] acpiphp: Slot [18] registered [ 0.645920] acpiphp: Slot [19] registered [ 0.647459] acpiphp: Slot [20] registered [ 0.648989] acpiphp: Slot [21] registered [ 0.650523] acpiphp: Slot [22] registered [ 0.652121] acpiphp: Slot [23] registered [ 0.653691] acpiphp: Slot [24] registered [ 0.655221] acpiphp: Slot [25] registered [ 0.656760] acpiphp: Slot [26] registered [ 0.658295] acpiphp: Slot [27] registered [ 0.659829] acpiphp: Slot [28] registered [ 0.661373] acpiphp: Slot [29] registered [ 0.662956] acpiphp: Slot [30] registered [ 0.664487] acpiphp: Slot [31] registered [ 0.666015] PCI host bridge to bus 0000:00 [ 0.667617] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.669488] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.671597] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.673736] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.676542] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.679353] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.684901] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.687093] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.689157] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.691346] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.695543] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.698365] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.721232] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.723752] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.726428] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.728804] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.731153] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.733401] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.735660] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.738676] vgaarb: loaded [ 0.739907] vgaarb: bridge control possible 0000:00:02.0 [ 0.741886] SCSI subsystem initialized [ 0.743431] ACPI: bus type USB registered [ 0.744984] usbcore: registered new interface driver usbfs [ 0.746831] usbcore: registered new interface driver hub [ 0.748661] usbcore: registered new device driver usb [ 0.750640] PCI: Using ACPI for IRQ routing [ 0.752592] NetLabel: Initializing [ 0.754035] NetLabel: domain hash size = 128 [ 0.755620] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.757373] NetLabel: unlabeled traffic allowed by default [ 0.759371] Switched to clocksource kvm-clock [ 0.769129] pnp: PnP ACPI init [ 0.770487] ACPI: bus type PNP registered [ 0.772411] pnp: PnP ACPI: found 5 devices [ 0.773973] ACPI: bus type PNP unregistered [ 0.782107] NET: Registered protocol family 2 [ 0.784071] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.787103] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.789646] TCP: Hash tables configured (established 32768 bind 32768) [ 0.791825] TCP: reno registered [ 0.793175] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.795203] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.797348] NET: Registered protocol family 1 [ 0.798952] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.800884] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.802777] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.823077] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.843208] Unpacking initramfs... [ 1.310945] Freeing initrd memory: 37508k freed [ 1.320537] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.322672] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.326590] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.328687] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.331068] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.333109] Initialise system trusted keyring [ 1.334752] audit: initializing netlink socket (disabled) [ 1.336594] type=2000 audit(1535880127.820:1): initialized [ 1.353472] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.355510] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.358412] zpool: loaded [ 1.359685] zbud: loaded [ 1.361110] VFS: Disk quotas dquot_6.5.2 [ 1.362685] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.364971] msgmni has been set to 7578 [ 1.366564] Key type big_key registered [ 1.369037] NET: Registered protocol family 38 [ 1.370721] Key type asymmetric registered [ 1.372245] Asymmetric key parser 'x509' registered [ 1.373997] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.376888] io scheduler noop registered [ 1.378420] io scheduler deadline registered (default) [ 1.394672] io scheduler cfq registered [ 1.396221] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.398066] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.400248] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.403088] ACPI: Power Button [PWRF] [ 1.404680] GHES: HEST is not enabled! [ 1.406220] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.431731] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.434092] Non-volatile memory driver v1.3 [ 1.435648] Linux agpgart interface v0.103 [ 1.437305] crash memory driver: version 1.1 [ 1.438953] rdac: device handler registered [ 1.440566] hp_sw: device handler registered [ 1.442146] emc: device handler registered [ 1.443651] alua: device handler registered [ 1.445178] libphy: Fixed MDIO Bus: probed [ 1.446743] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.448780] ehci-pci: EHCI PCI platform driver [ 1.450362] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.452384] ohci-pci: OHCI PCI platform driver [ 1.453996] uhci_hcd: USB Universal Host Controller Interface driver [ 1.474144] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.475937] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.478721] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.480482] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.482443] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.484558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.487362] usb usb1: Product: UHCI Host Controller [ 1.489086] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.491242] usb usb1: SerialNumber: 0000:00:01.2 [ 1.492981] hub 1-0:1.0: USB hub found [ 1.494502] hub 1-0:1.0: 2 ports detected [ 1.496165] usbcore: registered new interface driver usbserial [ 1.498080] usbcore: registered new interface driver usbserial_generic [ 1.500166] usbserial: USB Serial support registered for generic [ 1.502130] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.505817] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.507570] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.509423] mousedev: PS/2 mouse device common for all mice [ 1.511639] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.514891] rtc_cmos 00:00: RTC can wake from S4 [ 1.515691] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.517404] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.523503] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.525590] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.527718] cpuidle: using governor menu [ 1.529286] hidraw: raw HID events driver (C) Jiri Kosina [ 1.531148] usbcore: registered new interface driver usbhid [ 1.533028] usbhid: USB HID core driver [ 1.534549] drop_monitor: Initializing network drop monitor service [ 1.536576] TCP: cubic registered [ 1.537957] Initializing XFRM netlink socket [ 1.539631] NET: Registered protocol family 10 [ 1.541540] NET: Registered protocol family 17 [ 1.543438] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.545327] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.547302] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.550457] Loading compiled-in X.509 certificates [ 1.552149] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.555352] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.559008] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.562229] registered taskstats version 1 [ 1.565772] Key type trusted registered [ 1.568567] Key type encrypted registered [ 1.571305] IMA: No TPM chip found, activating TPM-bypass! [ 1.573553] rtc_cmos 00:00: setting system clock to 2018-09-02 09:22:08 UTC (1535880128) [ 1.577144] Freeing unused kernel memory: 1680k freed [ 1.582777] 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.588363] systemd[1]: Detected virtualization kvm. [ 1.590060] systemd[1]: Detected architecture x86-64. [ 1.591766] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.594891] systemd[1]: No hostname configured. [ 1.596575] systemd[1]: Set hostname to . [ 1.598357] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Created slice Root Slice. [ 1.622127] systemd[1]: Created slice Root Slice. [ 1.623797] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on Journal Socket. [ 1.626466] systemd[1]: Listening on Journal Socket. [ 1.628183] systemd[1]: Starting Journal Socket. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.631089] systemd[1]: Listening on udev Kernel Socket. [ 1.632904] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on udev Control Socket. [ 1.635866] systemd[1]: Listening on udev Control Socket. [ 1.637698] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Reached target Local File Systems. [ 1.640664] systemd[1]: Reached target Local File Systems. [ 1.642503] systemd[1]: Starting Local File Systems. [ 1.644260] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.647206] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.651192] systemd[1]: Reached target Paths. [ 1.652830] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Swap. [ 1.655379] systemd[1]: Reached target Swap. [ 1.656964] systemd[1]: Starting Swap. [[32m OK [0m] Reached target Timers. [ 1.659540] systemd[1]: Reached target Timers. [ 1.661148] systemd[1]: Starting Timers. [[32m OK [0m] Created slice System Slice. [ 1.663870] systemd[1]: Created slice System Slice. [ 1.665812] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.668463] systemd[1]: Reached target Slices. [ 1.670083] systemd[1]: Starting Slices. [ 1.671957] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.674939] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.678066] 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.683233] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Reached target Sockets. [ 1.687224] systemd[1]: Reached target Sockets. [ 1.688907] systemd[1]: Starting Sockets. [[32m OK [0m] Started Journal Service. [ 1.692003] 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.751627] RPC: Registered named UNIX socket transport module. [ 1.753667] RPC: Registered udp transport module. [ 1.755405] RPC: Registered tcp transport module. [ 1.757128] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.798502] 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.847929] FDC 0 is a S82078B [ 1.856394] scsi host0: ata_piix [ 1.857940] scsi host1: ata_piix [ 1.859326] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.861450] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.882560] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.923336] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.929508] 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...[ 1.954039] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.956327] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.958689] usb 1-1: Product: QEMU USB Tablet [ 1.960377] usb 1-1: Manufacturer: QEMU [ 1.961965] usb 1-1: SerialNumber: 42 [[32m OK [0m] Started File System Check on /dev/d...4b4-c756-4d89-9d5e-6b534397aa14. [ 1.972549] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.976067] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 [[32m OK [0m] Started dracut initqueue hook. Mounting /sysroot... [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 2.063302] SGI XFS with ACLs, security attributes, no debug enabled [ 2.066812] XFS (vda1): Mounting V4 Filesystem [ 2.090835] 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 Paths. [[32m OK [0m] Stopped target Slices. [[32m OK [0m] Stopped target System Initialization. [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Local File Systems. [[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. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.327419] tsc: Refined TSC clocksource calibration: 3491.856 MHz [ 2.334899] systemd-journald[105]: Received SIGTERM from PID 1 (systemd). [ 2.383455] SELinux: Disabled at runtime. [ 2.420393] type=1404 audit(1535880129.346:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.472902] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.474792] 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-serial\x2dgetty.slice. [[32m OK [0m] Stopped File System Check on Root Device. Stopping File System Check on Root Device... [[32m OK [0m] Stopped target Switch Root. Mounting Debug File System... Starting Create list of required st... nodes for the current kernel... Mounting NFSD configuration filesystem... [[32m OK [0m] Listening on Delayed Shutdown Socket. [[32m OK [0m] Created slice system-getty.slice. Starting Apply Kernel Variables... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Stopped target Initrd Root File System. Starting Setup Virtual Console... [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Created slice User and Session Slice. [[32m OK [0m] Reached target Slices. Mounting Huge Pages File System... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... Mounting POSIX Message Queue 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 Create list of required sta...ce nodes for the current kernel. [ 2.747217] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Started Apply Kernel Variables. Starting Create Static Device Nodes in /dev... [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Load/Save Random Seed. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... [[32m OK [0m] Started Rebuild Journal Catalog. [[32m OK [0m] Started Setup Virtual Console. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Mark the need to relabel after reboot. [ 2.867588] systemd-journald[397]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Import network configuration from initramfs. Starting Create Volatile Files and Directories... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Create Volatile Files and Directories. Starting Security Auditing Service... [ 2.914428] type=1305 audit(1535880129.840:3): audit_pid=437 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. Starting Initial cloud-init job (pre-networking)... Starting NTP client/server... [ 3.140968] [drm] Initialized drm 1.1.0 20060810 Starting Authorization Manager... Starting LSB: Bring up/down networking... [ 3.146279] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon... [ 3.163401] input: PC Speaker as /devices/platform/pcspkr/input/input5 Starting Dump dmesg to /var/log/dmesg... [[32m OK [0m] Started D-Bus System Message Bus. [ 3.187627] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.189830] [TTM] Initializing pool allocator [ 3.193333] [TTM] Initializing DMA pool allocator [ 3.202000] ppdev: user-space parallel port driver [ 3.207161] [drm] fb mappable at 0xFC000000 [ 3.208873] [drm] vram aper at 0xFC000000 [ 3.208874] [drm] size 33554432 [ 3.208874] [drm] fb depth is 24 [ 3.208874] [drm] pitch is 3072 [ 3.257038] fbcon: cirrusdrmfb (fb0) is primary device [ 3.282665] Console: switching to colour frame buffer device 128x48 [ 3.298580] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting D-Bus System Message Bus... Starting Login Service... [[32m OK [0m] Started GSSAPI Proxy Daemon. [ 3.313114] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started NTP client/server. [[32m OK [0m] Found device /dev/ttyS0. [[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.363326] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Permit User Sessions. [ 3.370462] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Started Command Scheduler. Starting Command Scheduler... [[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. [ 3.397867] alg: No test for crc32 (crc32-pclmul) [ 3.405504] intel_rapl: no valid rapl domains found in package 0 [ 3.408799] intel_powerclamp: No package C-state available [ 3.414034] intel_powerclamp: No package C-state available[ 3.206529] cloud-init[473]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:22:10 +0000. Up 3.17 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 Postfix Mail Transport Agent... [[32m OK [0m] Reached target Network is Online. Starting LSB: Supports the direct execution of binary formats.... Starting Crash recovery kernel arming... Starting LSB: Starts Logstash as a daemon.... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting nginx - high performance web server... Starting System Logging Service... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning 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 OpenSSH server daemon. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.802901] cloud-init[823]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:22:13 +0000. Up 5.74 seconds. [ 5.883135] cloud-init[823]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.893993] cloud-init[823]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.898974] cloud-init[823]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.900894] cloud-init[823]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.902719] cloud-init[823]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.904537] cloud-init[823]: ci-info: | eth0: | True | 192.168.120.24 | 255.255.255.0 | fa:16:3e:6f:81:bf | [ 5.906542] cloud-init[823]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.908435] cloud-init[823]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.910757] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.912742] cloud-init[823]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.914730] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.916796] cloud-init[823]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.918788] cloud-init[823]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.922676] cloud-init[823]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.924717] cloud-init[823]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.659105] cloud-init[3432]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:22:18 +0000. Up 10.61 seconds. [ 10.931625] cloud-init[3527]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:22:18 +0000. Up 10.88 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 | 0a:00:0c:49:bb:32:33:a4:54:a0:db:0a:5e:77:d2:0b | - | 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.995503] cloud-init[3527]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:22:18 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.98 seconds 2018-09-02 09:22:22,774 - paramiko.transport - DEBUG - starting thread (client mode): 0xfee23f50L 2018-09-02 09:22:22,775 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 09:22:22,795 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-02 09:22:22,795 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-02 09:22:22,809 - 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 09:22:22,810 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 09:22:22,810 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 09:22:22,810 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 09:22:22,810 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 09:22:22,810 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 09:22:22,825 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 09:22:22,826 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 09:22:22,839 - paramiko.transport - DEBUG - Trying discovered key 0a000c49bb3233a454a0db0a5e77d20b in /tmp/tmpBO0nqh 2018-09-02 09:22:22,875 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 09:22:22,925 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 09:22:22,940 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-09-02 09:22:22,940 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-09-02 09:22:22,941 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-09-02 09:22:22,941 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/status 2018-09-02 09:22:22,948 - functest.core.cloudify - INFO - try 1: Cloudify Manager isn't up and running 2018-09-02 09:22:52,979 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/status 2018-09-02 09:22:53,117 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:22:53,117 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:22:53,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:22:53,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:22:53,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:22:53,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:22:53,118 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:22:53,118 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5065, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5072, "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": 10422, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 10671, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 880, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8845, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8856, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 10670, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5046, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 09:22:53,118 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:22:53,118 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:22:53 GMT 2018-09-02 09:22:53,118 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:22:53,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2396 2018-09-02 09:22:53,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:22:53,119 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 5065, 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': 5072, 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': 10422, 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': 10671, 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': 880, 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': 8845, 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': 8856, 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': 10670, 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': 5046, 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 09:22:53,119 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/status 2018-09-02 09:22:53,223 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:22:53,224 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:22:53,224 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:22:53,224 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:22:53,224 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:22:53,224 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:22:53,224 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:22:53,224 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 5065, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 5072, "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": 10422, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 10671, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 880, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 8845, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 8856, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 10670, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 5046, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 09:22:53,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:22:53,225 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:22:53 GMT 2018-09-02 09:22:53,225 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:22:53,225 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2396 2018-09-02 09:22:53,225 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:22:53,225 - functest.core.cloudify - INFO - The current manager status is running 2018-09-02 09:22:53,226 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.212:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-09-02 09:22:53,286 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:22:53.266Z", "updated_at": "2018-09-02T09:22:53.266Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:22:53,287 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:22:53 GMT 2018-09-02 09:22:53,288 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:22:53,288 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 09:22:53,288 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:22:53,288 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.212:80/api/v3/secrets 2018-09-02 09:22:53,360 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:22:53,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:22:53,360 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:22:53,360 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T09:22:53.266Z", "updated_at": "2018-09-02T09:22:53.266Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:22:53 GMT 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-02 09:22:53,361 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:22:53,362 - functest.core.cloudify - DEBUG - List secrets: 2018-09-02 09:22:53,362 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.212:80/api/v3/secrets/foo 2018-09-02 09:22:53,414 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:22:53,414 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:22:53,414 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:22:53,414 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:22:53.266Z", "updated_at": "2018-09-02T09:22:53.266Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:22:53 GMT 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 09:22:53,415 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:22:53,416 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-09-02 09:22:53,416 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-09-02 09:22:53,539 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 09:22:53,540 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | cloudify | functest | 04:51 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 09:22:53,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 09:22:53,548 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/19537f10-b1ad-4151-96c3-56a2eb19f006.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:55,395 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fb43f6f7-497f-42ad-8ad5-f6ade683f156 Content-Length: 0 Date: Sun, 02 Sep 2018 09:22:55 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:22:55,396 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/19537f10-b1ad-4151-96c3-56a2eb19f006.json used request id req-fb43f6f7-497f-42ad-8ad5-f6ade683f156 2018-09-02 09:22:55,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.84827184677s 2018-09-02 09:22:55,396 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/19537f10-b1ad-4151-96c3-56a2eb19f006.json used request id req-fb43f6f7-497f-42ad-8ad5-f6ade683f156 2018-09-02 09:22:55,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:22:55,402 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:55,456 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-6004cf54-7865-4d0d-a7d3-afa94bed7124 Date: Sun, 02 Sep 2018 09:22:55 GMT RESP BODY: {"floatingips": []} 2018-09-02 09:22:55,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-6004cf54-7865-4d0d-a7d3-afa94bed7124 2018-09-02 09:22:55,457 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.055545091629s 2018-09-02 09:22:55,457 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-6004cf54-7865-4d0d-a7d3-afa94bed7124 2018-09-02 09:22:55,458 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 09:22:55,461 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:55,686 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:22: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-a20223e4-ba9d-43c2-90eb-d2ef4c821a07 x-compute-request-id: req-a20223e4-ba9d-43c2-90eb-d2ef4c821a07 Content-Type: application/json 2018-09-02 09:22:55,686 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424 used request id req-a20223e4-ba9d-43c2-90eb-d2ef4c821a07 2018-09-02 09:22:55,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.228131055832s 2018-09-02 09:22:55,686 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424 used request id req-a20223e4-ba9d-43c2-90eb-d2ef4c821a07 2018-09-02 09:22:55,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:22:55,689 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:56,539 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:22: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-5227060f-5387-46e1-bfdb-ae8e7384cc17 x-compute-request-id: req-5227060f-5387-46e1-bfdb-ae8e7384cc17 Content-Encoding: gzip Content-Length: 769 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:81:bf", "version": 4, "addr": "192.168.120.24", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6f:81:bf", "version": 4, "addr": "172.30.9.212", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/481d2dae-7f1a-44c8-80fa-f4e134ace424", "rel": "bookmark"}], "image": {"id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "links": [{"href": "http://172.30.9.25:8774/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:22:05.000000", "flavor": {"id": "13acd3db-0d5e-4b97-b1f5-10fc081baff8", "links": [{"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "bookmark"}]}, "id": "481d2dae-7f1a-44c8-80fa-f4e134ace424", "security_groups": [{"name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}], "user_id": "d8e06d0ad2f444eca943cb4a0b610dc7", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:22:55Z", "hostId": "76ad5b404f66e948f1a3c3df9e992a658fdafb18ce5f08503070675f", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134", "name": "cloudify-vm_41ada755-0ecf-4a19-8d52-af47aff6c134", "created": "2018-09-02T09:19:47Z", "tenant_id": "624ac320c5f54af097603261d9274c80", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:22:56,539 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5227060f-5387-46e1-bfdb-ae8e7384cc17 2018-09-02 09:22:56,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.852219820023s 2018-09-02 09:22:56,540 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5227060f-5387-46e1-bfdb-ae8e7384cc17 2018-09-02 09:22:56,542 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:22:58,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:22:58,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:58,620 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:22: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-2ffe76e8-879b-480b-b4ab-0cae04e41420 x-compute-request-id: req-2ffe76e8-879b-480b-b4ab-0cae04e41420 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 09:22:58,620 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2ffe76e8-879b-480b-b4ab-0cae04e41420 2018-09-02 09:22:58,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0756170749664s 2018-09-02 09:22:58,620 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2ffe76e8-879b-480b-b4ab-0cae04e41420 2018-09-02 09:22:58,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:22:58,624 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:58,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6825 X-Openstack-Request-Id: req-77002b42-4dfb-4d32-b620-3f685ee771b4 Date: Sun, 02 Sep 2018 09:22:58 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:03Z", "updated_at": "2018-09-02T09:18:03Z", "security_group_rules": [{"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "5abf4ce0-48f4-4e9e-bc49-97b655dfba2b", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "6d94e324-aafc-48f9-978a-c9b5fcbd758d", "remote_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "74213e0f-80bb-410c-89a3-ac0fad4a649b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:18:03Z", "revision_number": 0, "id": "93b9bd7f-ca15-4311-8e70-298f70ba7919", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:18:03Z", "security_group_id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 1, "project_id": "624ac320c5f54af097603261d9274c80", "id": "32c84f65-162f-4aba-8535-923f36d9fc7e", "name": "default"}, {"description": "created by OPNFV Functest (cloudify)", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:19:38Z", "updated_at": "2018-09-02T09:19:41Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T09:19:41Z", "revision_number": 0, "id": "036d085f-9120-4198-9ff1-9f62e629f4b7", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:41Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "15a9057e-49b5-490f-ada4-ebc9979e1c4c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:38Z", "revision_number": 0, "id": "1a5f1934-acaa-4210-86b1-c2a86b21287c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:38Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv6", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "2820cf73-8c6a-4d6e-90cb-b03855d65ed3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": null, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T09:19:41Z", "revision_number": 0, "id": "3dcdbf9a-daa7-4ed4-b464-36ff958123de", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:41Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T09:19:40Z", "revision_number": 0, "id": "448deb5d-dd77-46a0-9e59-2df89e3aad50", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 443, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:19:40Z", "revision_number": 0, "id": "ccdad44e-3b9e-4ce7-8470-19253270b2b8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:40Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 80, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:19:39Z", "revision_number": 0, "id": "dc58c85e-5a04-4d94-985c-6bea1dc69038", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:19:39Z", "security_group_id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "tenant_id": "624ac320c5f54af097603261d9274c80", "port_range_min": 22, "ethertype": "IPv4", "project_id": "624ac320c5f54af097603261d9274c80"}], "revision_number": 7, "project_id": "624ac320c5f54af097603261d9274c80", "id": "db66d52d-7da2-4183-bcc3-c9cdeedb84cf", "name": "cloudify-sg_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:22:58,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-77002b42-4dfb-4d32-b620-3f685ee771b4 2018-09-02 09:22:58,687 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0631651878357s 2018-09-02 09:22:58,687 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-77002b42-4dfb-4d32-b620-3f685ee771b4 2018-09-02 09:22:58,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 09:22:58,691 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/db66d52d-7da2-4183-bcc3-c9cdeedb84cf.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:58,890 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-7a5e0d6a-c9e1-4007-b295-253761a61ee3 Content-Length: 0 Date: Sun, 02 Sep 2018 09:22:58 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:22:58,890 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/db66d52d-7da2-4183-bcc3-c9cdeedb84cf.json used request id req-7a5e0d6a-c9e1-4007-b295-253761a61ee3 2018-09-02 09:22:58,890 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.199731111526s 2018-09-02 09:22:58,891 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/db66d52d-7da2-4183-bcc3-c9cdeedb84cf.json used request id req-7a5e0d6a-c9e1-4007-b295-253761a61ee3 2018-09-02 09:22:58,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 09:22:58,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:22:58,932 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:22: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-880cf621-7134-44cf-a1f5-3261a7c9eb46 x-compute-request-id: req-880cf621-7134-44cf-a1f5-3261a7c9eb46 Content-Length: 0 Content-Type: application/json 2018-09-02 09:22:58,932 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134 used request id req-880cf621-7134-44cf-a1f5-3261a7c9eb46 2018-09-02 09:22:58,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0410649776459s 2018-09-02 09:22:58,932 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/cloudify-kp_41ada755-0ecf-4a19-8d52-af47aff6c134 used request id req-880cf621-7134-44cf-a1f5-3261a7c9eb46 2018-09-02 09:22:58,933 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 09:22:58,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5/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}e09f52e4a316255e88de47a96bdf644db0d2064d" -d '{"subnet_id": "748e650d-37c4-4486-b9de-db0bfa4869dd"}' 2018-09-02 09:23:01,310 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-2d31657a-3971-4b33-96e3-568202339bf8 Date: Sun, 02 Sep 2018 09:23:01 GMT RESP BODY: {"network_id": "f28f88db-2e48-4d3d-9485-34fcdb022270", "tenant_id": "624ac320c5f54af097603261d9274c80", "subnet_id": "748e650d-37c4-4486-b9de-db0bfa4869dd", "subnet_ids": ["748e650d-37c4-4486-b9de-db0bfa4869dd"], "port_id": "c1c4d9ad-4895-4a09-a40c-97343128621c", "id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5"} 2018-09-02 09:23:01,311 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5/remove_router_interface.json used request id req-2d31657a-3971-4b33-96e3-568202339bf8 2018-09-02 09:23:01,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.37764596939s 2018-09-02 09:23:01,311 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5/remove_router_interface.json used request id req-2d31657a-3971-4b33-96e3-568202339bf8 returning object e8126e60-15ad-4289-894c-8b3ff8bdf8f5 2018-09-02 09:23:01,312 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 09:23:01,312 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:23:01,670 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-a7c11109-de14-4ac3-908b-1a287f96eadc Date: Sun, 02 Sep 2018 09:23:01 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.204"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "624ac320c5f54af097603261d9274c80", "created_at": "2018-09-02T09:18:06Z", "admin_state_up": true, "updated_at": "2018-09-02T09:22:59Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "624ac320c5f54af097603261d9274c80", "id": "e8126e60-15ad-4289-894c-8b3ff8bdf8f5", "name": "cloudify-router_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:23:01,670 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-a7c11109-de14-4ac3-908b-1a287f96eadc 2018-09-02 09:23:01,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.358819961548s 2018-09-02 09:23:01,671 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-a7c11109-de14-4ac3-908b-1a287f96eadc 2018-09-02 09:23:01,672 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 09:23:01,673 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:23:05,544 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fcdd6702-27bf-46e1-984e-19ad99634c32 Content-Length: 0 Date: Sun, 02 Sep 2018 09:23:05 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:23:05,545 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5.json used request id req-fcdd6702-27bf-46e1-984e-19ad99634c32 2018-09-02 09:23:05,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.87237906456s 2018-09-02 09:23:05,545 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/e8126e60-15ad-4289-894c-8b3ff8bdf8f5.json used request id req-fcdd6702-27bf-46e1-984e-19ad99634c32 2018-09-02 09:23:05,545 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 09:23:05,546 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:23:05,603 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-a75e4bdd-78d5-4432-b60e-aa3c5b658290 Date: Sun, 02 Sep 2018 09:23:05 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f28f88db-2e48-4d3d-9485-34fcdb022270","tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:04Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:18: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":"624ac320c5f54af097603261d9274c80","id":"748e650d-37c4-4486-b9de-db0bfa4869dd","subnetpool_id":null,"name":"cloudify-subnet_41ada755-0ecf-4a19-8d52-af47aff6c134"}]} 2018-09-02 09:23:05,603 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a75e4bdd-78d5-4432-b60e-aa3c5b658290 2018-09-02 09:23:05,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0572459697723s 2018-09-02 09:23:05,603 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-a75e4bdd-78d5-4432-b60e-aa3c5b658290 2018-09-02 09:23:05,604 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 09:23:05,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/748e650d-37c4-4486-b9de-db0bfa4869dd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:23:07,850 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e881bbb1-2322-4c7a-8fe0-3a85ab9097e6 Date: Sun, 02 Sep 2018 09:23:07 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:23:07,850 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/748e650d-37c4-4486-b9de-db0bfa4869dd.json used request id req-e881bbb1-2322-4c7a-8fe0-3a85ab9097e6 2018-09-02 09:23:07,851 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.24622797966s 2018-09-02 09:23:07,851 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/748e650d-37c4-4486-b9de-db0bfa4869dd.json used request id req-e881bbb1-2322-4c7a-8fe0-3a85ab9097e6 2018-09-02 09:23:07,851 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:23:07,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:23:07,952 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-9462da42-0b85-4406-9c83-65ef6c7f0905 Date: Sun, 02 Sep 2018 09:23:07 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"f28f88db-2e48-4d3d-9485-34fcdb022270","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"624ac320c5f54af097603261d9274c80","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:23:07Z","qos_policy_id":null,"name":"cloudify-net_41ada755-0ecf-4a19-8d52-af47aff6c134","admin_state_up":true,"tenant_id":"624ac320c5f54af097603261d9274c80","created_at":"2018-09-02T09:18:03Z","mtu":1450}]} 2018-09-02 09:23:07,953 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9462da42-0b85-4406-9c83-65ef6c7f0905 2018-09-02 09:23:07,953 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101193189621s 2018-09-02 09:23:07,953 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-9462da42-0b85-4406-9c83-65ef6c7f0905 2018-09-02 09:23:07,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 09:23:07,955 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/f28f88db-2e48-4d3d-9485-34fcdb022270.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:23:09,176 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-f926184b-f612-4785-b6c3-e6869789d87f Date: Sun, 02 Sep 2018 09:23:09 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:23:09,176 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f28f88db-2e48-4d3d-9485-34fcdb022270.json used request id req-f926184b-f612-4785-b6c3-e6869789d87f 2018-09-02 09:23:09,176 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.22195005417s 2018-09-02 09:23:09,176 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f28f88db-2e48-4d3d-9485-34fcdb022270.json used request id req-f926184b-f612-4785-b6c3-e6869789d87f 2018-09-02 09:23:09,181 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:23:09,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:23:09,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1395 Content-Type: application/json X-Openstack-Request-Id: req-680d1db9-a56b-4d3a-8a1e-6e7a53ca77b6 Date: Sun, 02 Sep 2018 09:23:09 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:19:36Z", "file": "/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524/file", "owner": "624ac320c5f54af097603261d9274c80", "id": "6ff8c074-12a8-48d3-bba6-07da602f5524", "size": 4373348352, "self": "/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6ff8c074-12a8-48d3-bba6-07da602f5524/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6ff8c074-12a8-48d3-bba6-07da602f5524/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify-img_41ada755-0ecf-4a19-8d52-af47aff6c134", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T09:18:38Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:23:09,473 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-680d1db9-a56b-4d3a-8a1e-6e7a53ca77b6 2018-09-02 09:23:09,474 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.292848110199s 2018-09-02 09:23:09,474 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-680d1db9-a56b-4d3a-8a1e-6e7a53ca77b6 2018-09-02 09:23:09,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 09:23:09,479 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e09f52e4a316255e88de47a96bdf644db0d2064d" 2018-09-02 09:23:09,945 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-ed4ca890-d2f4-4044-8d02-a8293047a7ca Date: Sun, 02 Sep 2018 09:23: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 09:23:09,945 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524 used request id req-ed4ca890-d2f4-4044-8d02-a8293047a7ca 2018-09-02 09:23:09,945 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.469446182251s 2018-09-02 09:23:09,945 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/6ff8c074-12a8-48d3-bba6-07da602f5524 used request id req-ed4ca890-d2f4-4044-8d02-a8293047a7ca 2018-09-02 09:23:09,946 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:23:09,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:23:09,968 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23: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-91cef956-8249-4e11-ac8f-dbf78142e3aa x-compute-request-id: req-91cef956-8249-4e11-ac8f-dbf78142e3aa Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify-flavor_41ada755-0ecf-4a19-8d52-af47aff6c134", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8", "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": "13acd3db-0d5e-4b97-b1f5-10fc081baff8"}]} 2018-09-02 09:23:09,968 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-91cef956-8249-4e11-ac8f-dbf78142e3aa 2018-09-02 09:23:09,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0223309993744s 2018-09-02 09:23:09,968 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-91cef956-8249-4e11-ac8f-dbf78142e3aa 2018-09-02 09:23:09,970 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 09:23:09,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:23:10,015 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:23: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-ac68fd33-d6f1-4671-8d74-c641c9e5a5df x-compute-request-id: req-ac68fd33-d6f1-4671-8d74-c641c9e5a5df Content-Length: 0 Content-Type: application/json 2018-09-02 09:23:10,016 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8 used request id req-ac68fd33-d6f1-4671-8d74-c641c9e5a5df 2018-09-02 09:23:10,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.045902967453s 2018-09-02 09:23:10,016 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/13acd3db-0d5e-4b97-b1f5-10fc081baff8 used request id req-ac68fd33-d6f1-4671-8d74-c641c9e5a5df 2018-09-02 09:23:10,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:23:10,020 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:23:10,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b9ea257b-6d3e-4a20-bb2a-ff77142ca432 Content-Encoding: gzip Content-Length: 1219 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134", "links": {"self": "http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d8e06d0ad2f444eca943cb4a0b610dc7", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:23:10,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-b9ea257b-6d3e-4a20-bb2a-ff77142ca432 2018-09-02 09:23:10,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207540035248s 2018-09-02 09:23:10,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-b9ea257b-6d3e-4a20-bb2a-ff77142ca432 2018-09-02 09:23:10,232 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:23:10,235 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:23:10,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-9a3e89e2-c4cc-4378-893c-045946abbed8 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify-user_41ada755-0ecf-4a19-8d52-af47aff6c134", "links": {"self": "http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "d8e06d0ad2f444eca943cb4a0b610dc7", "description": null}} 2018-09-02 09:23:10,442 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7 used request id req-9a3e89e2-c4cc-4378-893c-045946abbed8 2018-09-02 09:23:10,442 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.209825992584s 2018-09-02 09:23:10,443 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7 used request id req-9a3e89e2-c4cc-4378-893c-045946abbed8 2018-09-02 09:23:10,443 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 09:23:10,447 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:23:10,919 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:23:10 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b1637a9f-da87-4b21-a099-c463ba5569ec 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 09:23:10,919 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7 used request id req-b1637a9f-da87-4b21-a099-c463ba5569ec 2018-09-02 09:23:10,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.475916147232s 2018-09-02 09:23:10,920 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/d8e06d0ad2f444eca943cb4a0b610dc7 used request id req-b1637a9f-da87-4b21-a099-c463ba5569ec 2018-09-02 09:23:10,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:23:10,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:23:11,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:10 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-38664ab2-c15e-4763-90d0-d90ce9f6186a Content-Encoding: gzip Content-Length: 787 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify", "links": {"self": "http://172.30.9.25:5000/v3/projects/624ac320c5f54af097603261d9274c80"}, "tags": [], "enabled": true, "id": "624ac320c5f54af097603261d9274c80", "parent_id": "default", "domain_id": "default", "name": "cloudify-project_41ada755-0ecf-4a19-8d52-af47aff6c134"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 09:23:11,107 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-38664ab2-c15e-4763-90d0-d90ce9f6186a 2018-09-02 09:23:11,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.181474924088s 2018-09-02 09:23:11,108 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-38664ab2-c15e-4763-90d0-d90ce9f6186a 2018-09-02 09:23:11,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 09:23:11,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/624ac320c5f54af097603261d9274c80 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}a38845550c6f0d50fffc98c4cef5ec1405d9df2c" 2018-09-02 09:23:11,364 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:23:11 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-78bdb537-9ade-47e1-843e-7ace2ce12d2a 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 09:23:11,364 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/624ac320c5f54af097603261d9274c80 used request id req-78bdb537-9ade-47e1-843e-7ace2ce12d2a 2018-09-02 09:23:11,364 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.250507116318s 2018-09-02 09:23:11,364 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/624ac320c5f54af097603261d9274c80 used request id req-78bdb537-9ade-47e1-843e-7ace2ce12d2a 2018-09-02 09:23:11,391 - xtesting.ci.run_tests - INFO - Loading test case 'cloudify_ims'... 2018-09-02 09:23:11,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:23:11,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:23:11,420 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:23:11,421 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:23:11,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:23:11,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:23:11,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:23:11,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:23:11,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:23:11,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:23:11,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:23:11,422 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:23:11,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:23:11,431 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:11 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-681313f2-9c36-4aca-9ec2-f13cc171482f 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:23:11,431 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-681313f2-9c36-4aca-9ec2-f13cc171482f 2018-09-02 09:23:11,432 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:23:11,833 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["-pUeZuqhS3ix4f-wLFPkSA"], "issued_at": "2018-09-02T09:23:11.000000Z"}} 2018-09-02 09:23:11,836 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:23:11,837 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:12,185 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-e3640761-5cb9-4ca4-8151-ca8af07e1958 Date: Sun, 02 Sep 2018 09:23:12 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 09:23:12,185 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e3640761-5cb9-4ca4-8151-ca8af07e1958 2018-09-02 09:23:12,185 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.348393917084s 2018-09-02 09:23:12,185 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e3640761-5cb9-4ca4-8151-ca8af07e1958 2018-09-02 09:23:12,189 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:23:12,194 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-26d4655c-524e-46c3-9bd9-f14209a1dbf1 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:23:12,194 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-26d4655c-524e-46c3-9bd9-f14209a1dbf1 2018-09-02 09:23:12,195 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:23:12,198 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:12,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:12 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d4ebac49-771a-403e-b1d0-43a9965a0c93 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 09:23:12,485 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-d4ebac49-771a-403e-b1d0-43a9965a0c93 2018-09-02 09:23:12,485 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.289280891418s 2018-09-02 09:23:12,485 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-d4ebac49-771a-403e-b1d0-43a9965a0c93 2018-09-02 09:23:12,492 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 09:23:12,495 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" -d '{"project": {"description": "Created by OPNFV Functest: cloudify_ims", "enabled": true, "domain_id": "default", "name": "cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac"}}' 2018-09-02 09:23:12,717 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1abb3845-e73f-4a0d-9e3c-69d8ec84ef01 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.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08"}, "tags": [], "enabled": true, "id": "95a02c4f07d54a14890c153adec66c08", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac"}} 2018-09-02 09:23:12,717 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-1abb3845-e73f-4a0d-9e3c-69d8ec84ef01 2018-09-02 09:23:12,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.22504901886s 2018-09-02 09:23:12,717 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-1abb3845-e73f-4a0d-9e3c-69d8ec84ef01 2018-09-02 09:23:12,718 - 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'95a02c4f07d54a14890c153adec66c08', '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_fb267e49-9ea9-4098-b0f2-25e974da13ac'}) 2018-09-02 09:23:12,724 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 09:23:12,727 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "cd974e64-4d08-4485-860e-025589561a77", "email": null, "name": "cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac"}}' 2018-09-02 09:23:13,184 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:23:12 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-92195c2d-218d-4911-a90a-d62026dbd62f Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": {"self": "http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "domain_id": "default", "password_expires_at": null}} 2018-09-02 09:23:13,184 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-92195c2d-218d-4911-a90a-d62026dbd62f 2018-09-02 09:23:13,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.460444927216s 2018-09-02 09:23:13,185 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-92195c2d-218d-4911-a90a-d62026dbd62f 2018-09-02 09:23:13,185 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'41ae6b837e5b4b0a9faff1fd00f95ea2', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac'}) 2018-09-02 09:23:13,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:23:13,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:13,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-bc642a79-17ff-42bf-a110-3c3e8c5790c8 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:23:13,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-bc642a79-17ff-42bf-a110-3c3e8c5790c8 2018-09-02 09:23:13,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.212290048599s 2018-09-02 09:23:13,401 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-bc642a79-17ff-42bf-a110-3c3e8c5790c8 2018-09-02 09:23:13,406 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:23:13,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:13,604 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-7805f471-d737-46c1-9f4b-dd1255478237 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:23:13,605 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-7805f471-d737-46c1-9f4b-dd1255478237 2018-09-02 09:23:13,605 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.198275089264s 2018-09-02 09:23:13,605 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-7805f471-d737-46c1-9f4b-dd1255478237 2018-09-02 09:23:13,610 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:23:13,613 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:13,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ba8d7c20-03c2-44c2-80f9-afeb30636a18 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:23:13,799 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ba8d7c20-03c2-44c2-80f9-afeb30636a18 2018-09-02 09:23:13,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.189383029938s 2018-09-02 09:23:13,800 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-ba8d7c20-03c2-44c2-80f9-afeb30636a18 2018-09-02 09:23:13,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:23:13,808 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:14,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:13 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-18147a95-a47a-4824-bc64-7ea7ebf9e802 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:23:14,010 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-18147a95-a47a-4824-bc64-7ea7ebf9e802 2018-09-02 09:23:14,011 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.205223083496s 2018-09-02 09:23:14,011 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-18147a95-a47a-4824-bc64-7ea7ebf9e802 2018-09-02 09:23:14,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:23:14,015 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:14,219 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ae0b8a88-8f94-4bf2-a59a-f22104dc0403 Content-Encoding: gzip Content-Length: 1220 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": {"self": "http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:23:14,219 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-ae0b8a88-8f94-4bf2-a59a-f22104dc0403 2018-09-02 09:23:14,219 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.207289934158s 2018-09-02 09:23:14,220 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-ae0b8a88-8f94-4bf2-a59a-f22104dc0403 2018-09-02 09:23:14,233 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:23:14,236 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:14,383 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-e538cd72-5bbf-4323-baff-4349a81d21d1 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08"}, "tags": [], "enabled": true, "id": "95a02c4f07d54a14890c153adec66c08", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:23:14,383 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e538cd72-5bbf-4323-baff-4349a81d21d1 2018-09-02 09:23:14,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.150147914886s 2018-09-02 09:23:14,384 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-e538cd72-5bbf-4323-baff-4349a81d21d1 2018-09-02 09:23:14,392 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:23:14,395 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=41ae6b837e5b4b0a9faff1fd00f95ea2&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=95a02c4f07d54a14890c153adec66c08" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:14,599 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3e28af85-6091-4f8b-912d-d5ef472af1f8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=41ae6b837e5b4b0a9faff1fd00f95ea2&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=95a02c4f07d54a14890c153adec66c08", "previous": null, "next": null}} 2018-09-02 09:23:14,599 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=41ae6b837e5b4b0a9faff1fd00f95ea2&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=95a02c4f07d54a14890c153adec66c08 used request id req-3e28af85-6091-4f8b-912d-d5ef472af1f8 2018-09-02 09:23:14,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.20750784874s 2018-09-02 09:23:14,600 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=41ae6b837e5b4b0a9faff1fd00f95ea2&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=95a02c4f07d54a14890c153adec66c08 used request id req-3e28af85-6091-4f8b-912d-d5ef472af1f8 2018-09-02 09:23:14,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:23:14,606 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08/users/41ae6b837e5b4b0a9faff1fd00f95ea2/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:23:14,826 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:23:14 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e5ff0796-eef1-4934-a8da-053a4f468c6f 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 09:23:14,826 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08/users/41ae6b837e5b4b0a9faff1fd00f95ea2/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-e5ff0796-eef1-4934-a8da-053a4f468c6f 2018-09-02 09:23:14,827 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.223330020905s 2018-09-02 09:23:14,827 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08/users/41ae6b837e5b4b0a9faff1fd00f95ea2/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-e5ff0796-eef1-4934-a8da-053a4f468c6f 2018-09-02 09:23:14,827 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac', 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'95a02c4f07d54a14890c153adec66c08', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'cd974e64-4d08-4485-860e-025589561a77', 'username': u'cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 09:23:14,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:23:14,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:23:14,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:23:14,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:23:14,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:23:14,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:23:14,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:23:14,829 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:23:14,830 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:23:14,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:23:14,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:23:14,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:23:14,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:23:14,831 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:23:14,832 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'password': 'cd974e64-4d08-4485-860e-025589561a77', 'project_name': 'cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '95a02c4f07d54a14890c153adec66c08', 'project_domain_name': 'Default'} 2018-09-02 09:23:14,884 - 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 09:23:14,898 - xtesting.ci.run_tests - INFO - Running test case 'cloudify_ims'... 2018-09-02 09:23:14,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:23:14,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:23:14 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f5c55281-bd2b-4cae-98b4-874d3f770c8b 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:23:14,903 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-f5c55281-bd2b-4cae-98b4-874d3f770c8b 2018-09-02 09:23:14,904 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:23:15,302 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T10:23:15.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95a02c4f07d54a14890c153adec66c08", "name": "cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_95a02c4f07d54a14890c153adec66c08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_95a02c4f07d54a14890c153adec66c08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/95a02c4f07d54a14890c153adec66c08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/95a02c4f07d54a14890c153adec66c08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/95a02c4f07d54a14890c153adec66c08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/95a02c4f07d54a14890c153adec66c08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/95a02c4f07d54a14890c153adec66c08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/95a02c4f07d54a14890c153adec66c08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/95a02c4f07d54a14890c153adec66c08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/95a02c4f07d54a14890c153adec66c08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/95a02c4f07d54a14890c153adec66c08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/95a02c4f07d54a14890c153adec66c08", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/95a02c4f07d54a14890c153adec66c08", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/95a02c4f07d54a14890c153adec66c08", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac", "id": "41ae6b837e5b4b0a9faff1fd00f95ea2"}, "audit_ids": ["O7x5B2KwSJiR0CknZlXDjA"], "issued_at": "2018-09-02T09:23:15.000000Z"}} 2018-09-02 09:23:15,305 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 09:23:15,305 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"network": {"name": "cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac", "admin_state_up": true}}' 2018-09-02 09:23:15,918 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-884b9f8b-fc2f-4c59-ac40-1c95bd5c38c7 Date: Sun, 02 Sep 2018 09:23:15 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"a2582221-c1a1-4edf-b24b-50ba15377cee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"95a02c4f07d54a14890c153adec66c08","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:23:15Z","is_default":false,"name":"cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac","qos_policy_id":null,"admin_state_up":true,"tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:15Z","mtu":1450}} 2018-09-02 09:23:15,918 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-884b9f8b-fc2f-4c59-ac40-1c95bd5c38c7 2018-09-02 09:23:15,919 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.61380314827s 2018-09-02 09:23:15,919 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-884b9f8b-fc2f-4c59-ac40-1c95bd5c38c7 2018-09-02 09:23:15,919 - 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-02T09:23:15Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'a2582221-c1a1-4edf-b24b-50ba15377cee', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'admin_state_up': True, u'tenant_id': u'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:23:15Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'95a02c4f07d54a14890c153adec66c08', u'l2_adjacency': True}) 2018-09-02 09:23:15,920 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:23:15,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:23:16,250 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-6d152a9d-41f6-401f-abe4-db11a8ffa37d Date: Sun, 02 Sep 2018 09:23:16 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"a2582221-c1a1-4edf-b24b-50ba15377cee","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"95a02c4f07d54a14890c153adec66c08","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:23:15Z","qos_policy_id":null,"name":"cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac","admin_state_up":true,"tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:15Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 09:23:16,250 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6d152a9d-41f6-401f-abe4-db11a8ffa37d 2018-09-02 09:23:16,250 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.330184936523s 2018-09-02 09:23:16,251 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-6d152a9d-41f6-401f-abe4-db11a8ffa37d 2018-09-02 09:23:16,252 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 09:23:16,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"subnet": {"name": "cloudify_ims-subnet_fb267e49-9ea9-4098-b0f2-25e974da13ac", "enable_dhcp": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 09:23:17,733 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-cfdd968c-5ad2-4fba-9b10-bc13873ceb14 Date: Sun, 02 Sep 2018 09:23:17 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2582221-c1a1-4edf-b24b-50ba15377cee","tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:23:17Z","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":"95a02c4f07d54a14890c153adec66c08","id":"f8e7453e-c830-4458-8851-b869003b9122","subnetpool_id":null,"name":"cloudify_ims-subnet_fb267e49-9ea9-4098-b0f2-25e974da13ac"}} 2018-09-02 09:23:17,733 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-cfdd968c-5ad2-4fba-9b10-bc13873ceb14 2018-09-02 09:23:17,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.48115706444s 2018-09-02 09:23:17,734 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-cfdd968c-5ad2-4fba-9b10-bc13873ceb14 2018-09-02 09:23:17,734 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T09:23:17Z', 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'f8e7453e-c830-4458-8851-b869003b9122', u'subnetpool_id': None, u'service_types': [], u'name': u'cloudify_ims-subnet_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'enable_dhcp': True, u'network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee', u'tenant_id': u'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:23:17Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'95a02c4f07d54a14890c153adec66c08'}) 2018-09-02 09:23:17,735 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 09:23:17,735 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "cloudify_ims-router_fb267e49-9ea9-4098-b0f2-25e974da13ac", "admin_state_up": true}}' 2018-09-02 09:23:24,980 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-e5979193-6851-475f-9587-1779e041be09 Date: Sun, 02 Sep 2018 09:23:25 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:18Z", "admin_state_up": true, "updated_at": "2018-09-02T09:23:20Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "f4977c17-83d4-41d9-a663-f9776beb984d", "name": "cloudify_ims-router_fb267e49-9ea9-4098-b0f2-25e974da13ac"}} 2018-09-02 09:23:24,980 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e5979193-6851-475f-9587-1779e041be09 2018-09-02 09:23:24,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.24561214447s 2018-09-02 09:23:24,981 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-e5979193-6851-475f-9587-1779e041be09 2018-09-02 09:23:24,981 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T09:23:20Z', u'revision_number': 3, u'id': u'f4977c17-83d4-41d9-a663-f9776beb984d', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'cloudify_ims-router_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'admin_state_up': True, u'tenant_id': u'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:23:18Z', u'flavor_id': None, u'routes': [], u'project_id': u'95a02c4f07d54a14890c153adec66c08'}) 2018-09-02 09:23:24,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 09:23:24,983 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d/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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"subnet_id": "f8e7453e-c830-4458-8851-b869003b9122"}' 2018-09-02 09:23:28,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6d7b0526-6480-4990-9a9a-a0d4c14c95fe Date: Sun, 02 Sep 2018 09:23:28 GMT RESP BODY: {"network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "subnet_id": "f8e7453e-c830-4458-8851-b869003b9122", "subnet_ids": ["f8e7453e-c830-4458-8851-b869003b9122"], "port_id": "c04301c3-0507-4390-8aec-4e4f4ab0ba90", "id": "f4977c17-83d4-41d9-a663-f9776beb984d"} 2018-09-02 09:23:28,324 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d/add_router_interface.json used request id req-6d7b0526-6480-4990-9a9a-a0d4c14c95fe 2018-09-02 09:23:28,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.34263300896s 2018-09-02 09:23:28,325 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d/add_router_interface.json used request id req-6d7b0526-6480-4990-9a9a-a0d4c14c95fe returning object f4977c17-83d4-41d9-a663-f9776beb984d 2018-09-02 09:23:28,326 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-09-02 09:23:51,289 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-09-02 09:23:51,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:23:51,297 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 09:23:51 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 09:23:51,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:23:51,306 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:23:51,703 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-deffdae5-fc1e-4854-971c-42a1407ec60d Date: Sun, 02 Sep 2018 09:23:51 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:23:51,704 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-deffdae5-fc1e-4854-971c-42a1407ec60d 2018-09-02 09:23:51,704 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.401517868042s 2018-09-02 09:23:51,704 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-deffdae5-fc1e-4854-971c-42a1407ec60d 2018-09-02 09:23:51,712 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 09:23:51,716 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac"}' 2018-09-02 09:23:52,472 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-51ba0fb4-a81c-4f58-bfd8-50b82f0180f6 Date: Sun, 02 Sep 2018 09:23:52 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:23:52Z", "file": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file", "owner": "95a02c4f07d54a14890c153adec66c08", "id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "size": null, "self": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "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_fb267e49-9ea9-4098-b0f2-25e974da13ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "checksum": null, "created_at": "2018-09-02T09:23:52Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 09:23:52,473 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-51ba0fb4-a81c-4f58-bfd8-50b82f0180f6 2018-09-02 09:23:52,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.760340213776s 2018-09-02 09:23:52,473 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-51ba0fb4-a81c-4f58-bfd8-50b82f0180f6 returning object 6f8868d9-24f2-46f9-8620-b62ac1127b51 2018-09-02 09:23:52,474 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 09:23:52,477 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '' 2018-09-02 09:24:50,124 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-0ce901f2-1c61-4fdc-8514-e5d785fc155a Date: Sun, 02 Sep 2018 09:24:50 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 09:24:50,124 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file used request id req-0ce901f2-1c61-4fdc-8514-e5d785fc155a 2018-09-02 09:24:50,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 57.65071702s 2018-09-02 09:24:50,125 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file used request id req-0ce901f2-1c61-4fdc-8514-e5d785fc155a 2018-09-02 09:24:50,129 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:24:50,133 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:50,552 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-c8abfc98-ec83-4a2b-a150-e25868e48b00 Date: Sun, 02 Sep 2018 09:24:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:24:50Z", "file": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file", "owner": "95a02c4f07d54a14890c153adec66c08", "id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "size": 4373348352, "self": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T09:23:52Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:24:50,552 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-c8abfc98-ec83-4a2b-a150-e25868e48b00 2018-09-02 09:24:50,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.422893047333s 2018-09-02 09:24:50,552 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-c8abfc98-ec83-4a2b-a150-e25868e48b00 2018-09-02 09:24:50,554 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap', u'metadata': Munch({})})], 'file': u'/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file', 'owner': u'95a02c4f07d54a14890c153adec66c08', 'id': u'6f8868d9-24f2-46f9-8620-b62ac1127b51', 'size': 4373348352, u'self': u'/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'95a02c4f07d54a14890c153adec66c08', 'name': 'cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T09:24:50Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T09:24:50Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac', '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/6f8868d9-24f2-46f9-8620-b62ac1127b51', 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_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'created': u'2018-09-02T09:23:52Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-09-02T09:23:52Z', 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/6f8868d9-24f2-46f9-8620-b62ac1127b51', 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_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-09-02 09:24:50,555 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 09:24:50,558 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "cloudify_ims-flavor_fb267e49-9ea9-4098-b0f2-25e974da13ac", "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 09:24:50,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:24: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-ce53f88c-a2fe-4b83-a64e-98585fabecb9 x-compute-request-id: req-ce53f88c-a2fe-4b83-a64e-98585fabecb9 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "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": "cf69b481-0b3d-45a4-86c5-0e58433428d7"}} 2018-09-02 09:24:50,886 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ce53f88c-a2fe-4b83-a64e-98585fabecb9 2018-09-02 09:24:50,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.330707073212s 2018-09-02 09:24:50,886 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ce53f88c-a2fe-4b83-a64e-98585fabecb9 2018-09-02 09:24:50,887 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_fb267e49-9ea9-4098-b0f2-25e974da13ac', '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'4b06fee7bf104ba386aa2f904001aa35', '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'cf69b481-0b3d-45a4-86c5-0e58433428d7', 'swap': 0}) 2018-09-02 09:24:50,888 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 09:24:50,890 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7/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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" -d '{"extra_specs": {}}' 2018-09-02 09:24:50,907 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:24: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 x-openstack-request-id: req-e89d14d3-20db-4d75-b524-3ff638eb37b0 x-compute-request-id: req-e89d14d3-20db-4d75-b524-3ff638eb37b0 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 09:24:50,908 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7/os-extra_specs used request id req-e89d14d3-20db-4d75-b524-3ff638eb37b0 2018-09-02 09:24:50,908 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0196890830994s 2018-09-02 09:24:50,908 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7/os-extra_specs used request id req-e89d14d3-20db-4d75-b524-3ff638eb37b0 2018-09-02 09:24:50,909 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 09:24:50,911 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"keypair": {"name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac"}}' 2018-09-02 09:24:51,428 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:24: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-93df0210-cd47-4345-8a62-489a66cafd3c x-compute-request-id: req-93df0210-cd47-4345-8a62-489a66cafd3c Content-Encoding: gzip Content-Length: 1806 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGLUAzunxIP26mRzWu1syGALJgDQyJG+M9P8PBZgzfbdgUdyoRmNzTajWv1juUIGNYitnQcGoKSW4/iumAbCzNhdIlqGqUkaMJRZpE3S4j4Epb89koyplB7KInl05wE0YToSYNjzUJiMEeN+o5Z0fe04TXYyYsUH9vMJpJbjwTRjo6/Vj6zneM9vegjL8/wdCUbHdGuyJ7+VINny4n12EtSLi5acSLdRRbeVF88J6PmOJo8q6oYsoxAgvIkEvLAhuVNXI64mg/XVVKc2VWCNsQC44WyMCSUGPRnjKHW2k3rG0AKxRm/JeBv2s1egRbzm27tHHOsCBOURkB3Jba0EVT Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxi1AM7p8SD9upkc1rtbMhgCyYA0MiRvjPT/DwWYM323YFHcq\nEZjc02o1r9Y7lCBjWIrZ0HBqCkluP4rpgGwszYXSJahqlJGjCUWaRN0uI+BKW/PZ\nKMqZQeyiJ5dOcBNGE6EmDY81CYjBHjfqOWdH3tOE12MmLFB/bzCaSW48E0Y6Ov1Y\n+s53jPb3oIy/P8HQlGx3Rrsie/lSDZ8uJ9dhLUi4uWnEi3UUW3lRfPCej5jiaPKu\nqGLKMQILyJBLywIblTVyOuJoP11VSnNlVgjbEAuOFsjAklBj0Z4yh1tpN6xtACsU\nZvyXgb9rNXoEW85tu7RxzrAgTlEZAdyW2tBFUwIDAQABAoIBAQCzcA2NyPD3Sdga\nXqfQ41TUkJTyO156VvHuZ2oMFybYt1DLVwqUXGC2XJi32bagbKMHbNHD1cVuAwb8\nKf869Lesb9rTlibK1wNURd1lNQ+uFEu/7o9WS/twoZ5BUtMGz6zH4UXfSSewtk6F\n2gMObuG4dLT3gSLzRP/d4ZgRnOpwV7CbuNFadlXqCNEox9GjZz5dyo5ok23VgaEo\nvpFleAvr8dBY54/s+0sFI4jKubGLDWDl+QJcQ+9dUzB1epPPWJiZHY2ucgqG9y9j\nm1nYA+rY6eWEFerb7dFvx+mOEaZXQgymtx+ZGrUO4IaCNzOpnO4oxQufQrF8YSsv\nqjJdXbiBAoGBAPaHt2rKeTYm4w+6guK8lDKbP+163SrS5gxYwEztiBv5EavzO5X8\n+jOtvp/rAGkHJpSbjpwS5cQ+OR+TjS4jkvKe/vAWl9HVSdIJfSYMnfhjdbcTS0gI\nObNNimA6BtbfiQZ7TJUXFK5A4Te8uQ++8o72gHGoFYB/g4pYsr3pxnFDAoGBAM3K\nC6r6Vrzm3k+Ivufwh1xF/vIdlfrvZdVFMBRgN0celc3T9/4vLP/F4JkJ8kvF/N+s\nmGj7Txr2GrXzJffn4qzYgVZyxmp5mYQ1RHbxEu8czRFDUwZCTHjbWtxWOIucP3on\nUpsymC1FiaNnF8ygPRO0tZhaCR1EOM7nMc+o0dKxAoGBAO2Da66zS3xkkrYAl0Ej\nNhRbhoehq5sqfQDAMOTspAlvORtUx7+FbviDF/iyTD7j6MOb6xVrD3q2CArn+UjO\ndTDTBgMBgVtkBi8ZfT0/QqKgEDVFnW3UnuKkfgCfZx91VWqtN+cbyYzobRNp+1G0\nQbSCwNS/f5fBQlXzhqF5rPpJAoGBAJpa81eCwG6eaJ+VfUQxqQYwRmNKh8WZrXND\nmyWdabkBmvGxDXFt5z3OKYIA8OmfDuai6grMfXBGqpBRWehR2Tc2igTSwDr7DIgb\nAEiK2F3b54EMU4j9T6jTN5rPXUhyoTY5qn9YesZyQyP6XuKQSl+uiwtEdVOraUTg\nKv+MrB1xAoGASRl5tB9FbN6D0ZPzd1hiWKNX4zdt2U++xNn+iS1yg1dxzQhG06In\nYYoBnQWg/2dJSw2N8EOKrFq1N2zXZXUcmA8PS788Sp2cJc0GTwjNU0CUfqDTWfa0\n2Nfu9G8xECPshg9+g5g6rpcsyhyZKtF52NPRQPbcZazLDagGnOeDssI=\n-----END RSA PRIVATE KEY-----\n", "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "fingerprint": "81:4e:7d:31:0d:8b:3d:04:57:74:d8:f9:f9:c9:e1:16"}} 2018-09-02 09:24:51,428 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-93df0210-cd47-4345-8a62-489a66cafd3c 2018-09-02 09:24:51,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.519760131836s 2018-09-02 09:24:51,429 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-93df0210-cd47-4345-8a62-489a66cafd3c 2018-09-02 09:24:51,429 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGLUAzunxIP26mRzWu1syGALJgDQyJG+M9P8PBZgzfbdgUdyoRmNzTajWv1juUIGNYitnQcGoKSW4/iumAbCzNhdIlqGqUkaMJRZpE3S4j4Epb89koyplB7KInl05wE0YToSYNjzUJiMEeN+o5Z0fe04TXYyYsUH9vMJpJbjwTRjo6/Vj6zneM9vegjL8/wdCUbHdGuyJ7+VINny4n12EtSLi5acSLdRRbeVF88J6PmOJo8q6oYsoxAgvIkEvLAhuVNXI64mg/XVVKc2VWCNsQC44WyMCSUGPRnjKHW2k3rG0AKxRm/JeBv2s1egRbzm27tHHOsCBOURkB3Jba0EVT Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAxi1AM7p8SD9upkc1rtbMhgCyYA0MiRvjPT/DwWYM323YFHcq\nEZjc02o1r9Y7lCBjWIrZ0HBqCkluP4rpgGwszYXSJahqlJGjCUWaRN0uI+BKW/PZ\nKMqZQeyiJ5dOcBNGE6EmDY81CYjBHjfqOWdH3tOE12MmLFB/bzCaSW48E0Y6Ov1Y\n+s53jPb3oIy/P8HQlGx3Rrsie/lSDZ8uJ9dhLUi4uWnEi3UUW3lRfPCej5jiaPKu\nqGLKMQILyJBLywIblTVyOuJoP11VSnNlVgjbEAuOFsjAklBj0Z4yh1tpN6xtACsU\nZvyXgb9rNXoEW85tu7RxzrAgTlEZAdyW2tBFUwIDAQABAoIBAQCzcA2NyPD3Sdga\nXqfQ41TUkJTyO156VvHuZ2oMFybYt1DLVwqUXGC2XJi32bagbKMHbNHD1cVuAwb8\nKf869Lesb9rTlibK1wNURd1lNQ+uFEu/7o9WS/twoZ5BUtMGz6zH4UXfSSewtk6F\n2gMObuG4dLT3gSLzRP/d4ZgRnOpwV7CbuNFadlXqCNEox9GjZz5dyo5ok23VgaEo\nvpFleAvr8dBY54/s+0sFI4jKubGLDWDl+QJcQ+9dUzB1epPPWJiZHY2ucgqG9y9j\nm1nYA+rY6eWEFerb7dFvx+mOEaZXQgymtx+ZGrUO4IaCNzOpnO4oxQufQrF8YSsv\nqjJdXbiBAoGBAPaHt2rKeTYm4w+6guK8lDKbP+163SrS5gxYwEztiBv5EavzO5X8\n+jOtvp/rAGkHJpSbjpwS5cQ+OR+TjS4jkvKe/vAWl9HVSdIJfSYMnfhjdbcTS0gI\nObNNimA6BtbfiQZ7TJUXFK5A4Te8uQ++8o72gHGoFYB/g4pYsr3pxnFDAoGBAM3K\nC6r6Vrzm3k+Ivufwh1xF/vIdlfrvZdVFMBRgN0celc3T9/4vLP/F4JkJ8kvF/N+s\nmGj7Txr2GrXzJffn4qzYgVZyxmp5mYQ1RHbxEu8czRFDUwZCTHjbWtxWOIucP3on\nUpsymC1FiaNnF8ygPRO0tZhaCR1EOM7nMc+o0dKxAoGBAO2Da66zS3xkkrYAl0Ej\nNhRbhoehq5sqfQDAMOTspAlvORtUx7+FbviDF/iyTD7j6MOb6xVrD3q2CArn+UjO\ndTDTBgMBgVtkBi8ZfT0/QqKgEDVFnW3UnuKkfgCfZx91VWqtN+cbyYzobRNp+1G0\nQbSCwNS/f5fBQlXzhqF5rPpJAoGBAJpa81eCwG6eaJ+VfUQxqQYwRmNKh8WZrXND\nmyWdabkBmvGxDXFt5z3OKYIA8OmfDuai6grMfXBGqpBRWehR2Tc2igTSwDr7DIgb\nAEiK2F3b54EMU4j9T6jTN5rPXUhyoTY5qn9YesZyQyP6XuKQSl+uiwtEdVOraUTg\nKv+MrB1xAoGASRl5tB9FbN6D0ZPzd1hiWKNX4zdt2U++xNn+iS1yg1dxzQhG06In\nYYoBnQWg/2dJSw2N8EOKrFq1N2zXZXUcmA8PS788Sp2cJc0GTwjNU0CUfqDTWfa0\n2Nfu9G8xECPshg9+g5g6rpcsyhyZKtF52NPRQPbcZazLDagGnOeDssI=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'41ae6b837e5b4b0a9faff1fd00f95ea2', 'name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'created_at': '2018-09-02T09:24:51.429883', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'95a02c4f07d54a14890c153adec66c08', 'name': 'cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'81:4e:7d:31:0d:8b:3d:04:57:74:d8:f9:f9:c9:e1:16', 'type': 'ssh', 'id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac'}) 2018-09-02 09:24:51,430 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAxi1AM7p8SD9upkc1rtbMhgCyYA0MiRvjPT/DwWYM323YFHcq EZjc02o1r9Y7lCBjWIrZ0HBqCkluP4rpgGwszYXSJahqlJGjCUWaRN0uI+BKW/PZ KMqZQeyiJ5dOcBNGE6EmDY81CYjBHjfqOWdH3tOE12MmLFB/bzCaSW48E0Y6Ov1Y +s53jPb3oIy/P8HQlGx3Rrsie/lSDZ8uJ9dhLUi4uWnEi3UUW3lRfPCej5jiaPKu qGLKMQILyJBLywIblTVyOuJoP11VSnNlVgjbEAuOFsjAklBj0Z4yh1tpN6xtACsU ZvyXgb9rNXoEW85tu7RxzrAgTlEZAdyW2tBFUwIDAQABAoIBAQCzcA2NyPD3Sdga XqfQ41TUkJTyO156VvHuZ2oMFybYt1DLVwqUXGC2XJi32bagbKMHbNHD1cVuAwb8 Kf869Lesb9rTlibK1wNURd1lNQ+uFEu/7o9WS/twoZ5BUtMGz6zH4UXfSSewtk6F 2gMObuG4dLT3gSLzRP/d4ZgRnOpwV7CbuNFadlXqCNEox9GjZz5dyo5ok23VgaEo vpFleAvr8dBY54/s+0sFI4jKubGLDWDl+QJcQ+9dUzB1epPPWJiZHY2ucgqG9y9j m1nYA+rY6eWEFerb7dFvx+mOEaZXQgymtx+ZGrUO4IaCNzOpnO4oxQufQrF8YSsv qjJdXbiBAoGBAPaHt2rKeTYm4w+6guK8lDKbP+163SrS5gxYwEztiBv5EavzO5X8 +jOtvp/rAGkHJpSbjpwS5cQ+OR+TjS4jkvKe/vAWl9HVSdIJfSYMnfhjdbcTS0gI ObNNimA6BtbfiQZ7TJUXFK5A4Te8uQ++8o72gHGoFYB/g4pYsr3pxnFDAoGBAM3K C6r6Vrzm3k+Ivufwh1xF/vIdlfrvZdVFMBRgN0celc3T9/4vLP/F4JkJ8kvF/N+s mGj7Txr2GrXzJffn4qzYgVZyxmp5mYQ1RHbxEu8czRFDUwZCTHjbWtxWOIucP3on UpsymC1FiaNnF8ygPRO0tZhaCR1EOM7nMc+o0dKxAoGBAO2Da66zS3xkkrYAl0Ej NhRbhoehq5sqfQDAMOTspAlvORtUx7+FbviDF/iyTD7j6MOb6xVrD3q2CArn+UjO dTDTBgMBgVtkBi8ZfT0/QqKgEDVFnW3UnuKkfgCfZx91VWqtN+cbyYzobRNp+1G0 QbSCwNS/f5fBQlXzhqF5rPpJAoGBAJpa81eCwG6eaJ+VfUQxqQYwRmNKh8WZrXND myWdabkBmvGxDXFt5z3OKYIA8OmfDuai6grMfXBGqpBRWehR2Tc2igTSwDr7DIgb AEiK2F3b54EMU4j9T6jTN5rPXUhyoTY5qn9YesZyQyP6XuKQSl+uiwtEdVOraUTg Kv+MrB1xAoGASRl5tB9FbN6D0ZPzd1hiWKNX4zdt2U++xNn+iS1yg1dxzQhG06In YYoBnQWg/2dJSw2N8EOKrFq1N2zXZXUcmA8PS788Sp2cJc0GTwjNU0CUfqDTWfa0 2Nfu9G8xECPshg9+g5g6rpcsyhyZKtF52NPRQPbcZazLDagGnOeDssI= -----END RSA PRIVATE KEY----- 2018-09-02 09:24:51,433 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 09:24:51,433 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"security_group": {"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac", "description": "created by OPNFV Functest (cloudify_ims)"}}' 2018-09-02 09:24:51,892 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-4ada3b2f-954b-4f86-a2c7-e69776f6ce95 Date: Sun, 02 Sep 2018 09:24:51 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}} 2018-09-02 09:24:51,893 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4ada3b2f-954b-4f86-a2c7-e69776f6ce95 2018-09-02 09:24:51,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.459917068481s 2018-09-02 09:24:51,893 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4ada3b2f-954b-4f86-a2c7-e69776f6ce95 2018-09-02 09:24:51,897 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:24:51,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:52,209 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-4ddad891-196f-426d-895f-39ed30897647 Date: Sun, 02 Sep 2018 09:24:52 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:15Z", "updated_at": "2018-09-02T09:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "555d9e1e-564a-4f8f-877b-04ea6a688f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "81877c7f-cb58-4ccd-bc2d-a7c2d4a15ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "9c5a42fa-0df0-40d0-8a98-1e643f4ce2bf", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "ce4fd949-7781-424e-bd47-9404495edc2d", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:51Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:24:52,209 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4ddad891-196f-426d-895f-39ed30897647 2018-09-02 09:24:52,209 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.312021970749s 2018-09-02 09:24:52,210 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4ddad891-196f-426d-895f-39ed30897647 2018-09-02 09:24:52,213 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:24:52,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -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": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"}}' 2018-09-02 09:24:52,829 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-391ebdc5-644a-45b2-9b2f-ca6c6ddf64e0 Date: Sun, 02 Sep 2018 09:24:52 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-02T09:24:52Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "port_range_min": 22, "revision_number": 0, "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:52Z", "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "fa2549a0-7286-47e7-a976-1f869e77e56e"}} 2018-09-02 09:24:52,830 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-391ebdc5-644a-45b2-9b2f-ca6c6ddf64e0 2018-09-02 09:24:52,830 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.616078853607s 2018-09-02 09:24:52,830 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-391ebdc5-644a-45b2-9b2f-ca6c6ddf64e0 2018-09-02 09:24:52,833 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:24:52,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:53,544 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-e9bc4e7a-b146-4f3e-9dde-2dc503ec911c Date: Sun, 02 Sep 2018 09:24:53 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:15Z", "updated_at": "2018-09-02T09:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "555d9e1e-564a-4f8f-877b-04ea6a688f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "81877c7f-cb58-4ccd-bc2d-a7c2d4a15ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "9c5a42fa-0df0-40d0-8a98-1e643f4ce2bf", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "ce4fd949-7781-424e-bd47-9404495edc2d", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:52Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:24:52Z", "revision_number": 0, "id": "fa2549a0-7286-47e7-a976-1f869e77e56e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:52Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 2, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:24:53,544 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-e9bc4e7a-b146-4f3e-9dde-2dc503ec911c 2018-09-02 09:24:53,545 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.711308002472s 2018-09-02 09:24:53,545 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-e9bc4e7a-b146-4f3e-9dde-2dc503ec911c 2018-09-02 09:24:53,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:24:53,549 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -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": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"}}' 2018-09-02 09:24:54,392 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-9345ca9a-60ad-48b1-90eb-2acdeb43634c Date: Sun, 02 Sep 2018 09:24:54 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-02T09:24:54Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "port_range_min": null, "revision_number": 0, "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:54Z", "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "dbf386b9-0e72-4d5a-950c-d3b7f284b838"}} 2018-09-02 09:24:54,392 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-9345ca9a-60ad-48b1-90eb-2acdeb43634c 2018-09-02 09:24:54,392 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.843557834625s 2018-09-02 09:24:54,392 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-9345ca9a-60ad-48b1-90eb-2acdeb43634c 2018-09-02 09:24:54,394 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:24:54,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:54,446 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-5559f5e6-9bdc-49a3-bc20-c3d72e379cf9 Date: Sun, 02 Sep 2018 09:24:54 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:15Z", "updated_at": "2018-09-02T09:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "555d9e1e-564a-4f8f-877b-04ea6a688f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "81877c7f-cb58-4ccd-bc2d-a7c2d4a15ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "9c5a42fa-0df0-40d0-8a98-1e643f4ce2bf", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "ce4fd949-7781-424e-bd47-9404495edc2d", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:54Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:54Z", "revision_number": 0, "id": "dbf386b9-0e72-4d5a-950c-d3b7f284b838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:54Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:24:52Z", "revision_number": 0, "id": "fa2549a0-7286-47e7-a976-1f869e77e56e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:52Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 3, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:24:54,446 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5559f5e6-9bdc-49a3-bc20-c3d72e379cf9 2018-09-02 09:24:54,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0518779754639s 2018-09-02 09:24:54,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5559f5e6-9bdc-49a3-bc20-c3d72e379cf9 2018-09-02 09:24:54,448 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:24:54,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -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": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"}}' 2018-09-02 09:24:55,255 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-1cc48d22-3f35-4148-bbf5-bd54c6e11c91 Date: Sun, 02 Sep 2018 09:24:55 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-02T09:24:55Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "port_range_min": 80, "revision_number": 0, "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:55Z", "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "67741a80-a07c-4487-a02e-1880f1b6d1e8"}} 2018-09-02 09:24:55,256 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-1cc48d22-3f35-4148-bbf5-bd54c6e11c91 2018-09-02 09:24:55,256 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.807898044586s 2018-09-02 09:24:55,256 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-1cc48d22-3f35-4148-bbf5-bd54c6e11c91 2018-09-02 09:24:55,260 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:24:55,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:55,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-d33a6ab5-f554-45c1-92e5-0b1f9a50af83 Date: Sun, 02 Sep 2018 09:24:55 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:15Z", "updated_at": "2018-09-02T09:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "555d9e1e-564a-4f8f-877b-04ea6a688f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "81877c7f-cb58-4ccd-bc2d-a7c2d4a15ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "9c5a42fa-0df0-40d0-8a98-1e643f4ce2bf", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "ce4fd949-7781-424e-bd47-9404495edc2d", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:55Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:24:55Z", "revision_number": 0, "id": "67741a80-a07c-4487-a02e-1880f1b6d1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:55Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 80, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:54Z", "revision_number": 0, "id": "dbf386b9-0e72-4d5a-950c-d3b7f284b838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:54Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:24:52Z", "revision_number": 0, "id": "fa2549a0-7286-47e7-a976-1f869e77e56e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:52Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 4, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:24:55,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-d33a6ab5-f554-45c1-92e5-0b1f9a50af83 2018-09-02 09:24:55,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.249588012695s 2018-09-02 09:24:55,510 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-d33a6ab5-f554-45c1-92e5-0b1f9a50af83 2018-09-02 09:24:55,513 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:24:55,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -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": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"}}' 2018-09-02 09:24:56,333 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-9efe2832-100c-4b1d-917f-ae71c4463d76 Date: Sun, 02 Sep 2018 09:24: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": 443, "updated_at": "2018-09-02T09:24:56Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "port_range_min": 443, "revision_number": 0, "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:56Z", "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "7ea15db5-7424-4819-82d0-ff022dec0eec"}} 2018-09-02 09:24:56,333 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-9efe2832-100c-4b1d-917f-ae71c4463d76 2018-09-02 09:24:56,333 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.81979393959s 2018-09-02 09:24:56,334 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-9efe2832-100c-4b1d-917f-ae71c4463d76 2018-09-02 09:24:56,337 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:24:56,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:56,396 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-da1cf9bb-6e54-4fc1-a637-ead9f31ed3bd Date: Sun, 02 Sep 2018 09:24:56 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:15Z", "updated_at": "2018-09-02T09:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "555d9e1e-564a-4f8f-877b-04ea6a688f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "81877c7f-cb58-4ccd-bc2d-a7c2d4a15ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "9c5a42fa-0df0-40d0-8a98-1e643f4ce2bf", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "ce4fd949-7781-424e-bd47-9404495edc2d", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:56Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:24:55Z", "revision_number": 0, "id": "67741a80-a07c-4487-a02e-1880f1b6d1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:55Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 80, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T09:24:56Z", "revision_number": 0, "id": "7ea15db5-7424-4819-82d0-ff022dec0eec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:56Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 443, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:54Z", "revision_number": 0, "id": "dbf386b9-0e72-4d5a-950c-d3b7f284b838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:54Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:24:52Z", "revision_number": 0, "id": "fa2549a0-7286-47e7-a976-1f869e77e56e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:52Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 5, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:24:56,396 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-da1cf9bb-6e54-4fc1-a637-ead9f31ed3bd 2018-09-02 09:24:56,396 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0587430000305s 2018-09-02 09:24:56,396 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-da1cf9bb-6e54-4fc1-a637-ead9f31ed3bd 2018-09-02 09:24:56,398 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:24:56,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -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": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"}}' 2018-09-02 09:24:57,243 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-d300edf9-aa02-4e80-98f0-dda7ee0ec29b Date: Sun, 02 Sep 2018 09:24: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-02T09:24:57Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "port_range_min": 5671, "revision_number": 0, "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:57Z", "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "886f7cd6-7f52-47e7-b586-7637280b76e8"}} 2018-09-02 09:24:57,243 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-d300edf9-aa02-4e80-98f0-dda7ee0ec29b 2018-09-02 09:24:57,243 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.844907999039s 2018-09-02 09:24:57,244 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-d300edf9-aa02-4e80-98f0-dda7ee0ec29b 2018-09-02 09:24:57,247 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:24:57,248 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:57,881 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-5ba97675-6ede-4b57-b7e6-7a0a8065f9c0 Date: Sun, 02 Sep 2018 09:24:57 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:15Z", "updated_at": "2018-09-02T09:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "555d9e1e-564a-4f8f-877b-04ea6a688f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "81877c7f-cb58-4ccd-bc2d-a7c2d4a15ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "9c5a42fa-0df0-40d0-8a98-1e643f4ce2bf", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "ce4fd949-7781-424e-bd47-9404495edc2d", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:24:55Z", "revision_number": 0, "id": "67741a80-a07c-4487-a02e-1880f1b6d1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:55Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 80, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T09:24:56Z", "revision_number": 0, "id": "7ea15db5-7424-4819-82d0-ff022dec0eec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:56Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 443, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T09:24:57Z", "revision_number": 0, "id": "886f7cd6-7f52-47e7-b586-7637280b76e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:57Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:54Z", "revision_number": 0, "id": "dbf386b9-0e72-4d5a-950c-d3b7f284b838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:54Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:24:52Z", "revision_number": 0, "id": "fa2549a0-7286-47e7-a976-1f869e77e56e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:52Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 6, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:24:57,881 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5ba97675-6ede-4b57-b7e6-7a0a8065f9c0 2018-09-02 09:24:57,882 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.634253978729s 2018-09-02 09:24:57,882 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-5ba97675-6ede-4b57-b7e6-7a0a8065f9c0 2018-09-02 09:24:57,886 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:24:57,886 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -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": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"}}' 2018-09-02 09:24:58,051 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-ad6c636f-9a40-4e83-a375-c2a4f2a0b87d Date: Sun, 02 Sep 2018 09:24:58 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-02T09:24:57Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "port_range_min": 53333, "revision_number": 0, "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:57Z", "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "6464db1b-16b0-4bc4-a61a-89bb6ff425a3"}} 2018-09-02 09:24:58,051 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-ad6c636f-9a40-4e83-a375-c2a4f2a0b87d 2018-09-02 09:24:58,051 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.165078878403s 2018-09-02 09:24:58,051 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-ad6c636f-9a40-4e83-a375-c2a4f2a0b87d 2018-09-02 09:24:58,053 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:24:58,053 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:58,818 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-0448ad60-bdc8-4199-8217-6a31bd9cda27 Date: Sun, 02 Sep 2018 09:24:58 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a2582221-c1a1-4edf-b24b-50ba15377cee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"95a02c4f07d54a14890c153adec66c08","l2_adjacency":true,"status":"ACTIVE","subnets":["f8e7453e-c830-4458-8851-b869003b9122"],"description":"","tags":[],"updated_at":"2018-09-02T09:23:17Z","qos_policy_id":null,"name":"cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac","admin_state_up":true,"tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:15Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 09:24:58,818 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0448ad60-bdc8-4199-8217-6a31bd9cda27 2018-09-02 09:24:58,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.765676021576s 2018-09-02 09:24:58,819 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-0448ad60-bdc8-4199-8217-6a31bd9cda27 2018-09-02 09:24:58,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:24:58,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:59,107 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-43fe2824-b936-4960-b155-9d2c394fe9c7 Date: Sun, 02 Sep 2018 09:24:59 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:24:50Z", "file": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file", "owner": "95a02c4f07d54a14890c153adec66c08", "id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "size": 4373348352, "self": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T09:23:52Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:24:59,108 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-43fe2824-b936-4960-b155-9d2c394fe9c7 2018-09-02 09:24:59,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.284283876419s 2018-09-02 09:24:59,108 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-43fe2824-b936-4960-b155-9d2c394fe9c7 2018-09-02 09:24:59,110 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:24:59,112 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:24:59,132 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:24: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-b5d2926a-b79e-4d77-b244-c39c8a7d6584 x-compute-request-id: req-b5d2926a-b79e-4d77-b244-c39c8a7d6584 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "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": "cf69b481-0b3d-45a4-86c5-0e58433428d7"}]} 2018-09-02 09:24:59,132 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b5d2926a-b79e-4d77-b244-c39c8a7d6584 2018-09-02 09:24:59,132 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0227019786835s 2018-09-02 09:24:59,133 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-b5d2926a-b79e-4d77-b244-c39c8a7d6584 2018-09-02 09:24:59,134 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 09:24:59,137 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"server": {"name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "imageRef": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "flavorRef": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "max_count": 1, "min_count": 1, "networks": [{"uuid": "a2582221-c1a1-4edf-b24b-50ba15377cee"}], "security_groups": [{"name": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"}]}}' 2018-09-02 09:25:03,209 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:24: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-eccca79a-e05b-4cd2-9b0e-ef769721a2bb x-compute-request-id: req-eccca79a-e05b-4cd2-9b0e-ef769721a2bb Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"}], "OS-DCF:diskConfig": "MANUAL", "id": "cada40d0-9877-40d9-a817-70b8566b766a", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "adminPass": "DJnwW47Hxgyo"}} 2018-09-02 09:25:03,210 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-eccca79a-e05b-4cd2-9b0e-ef769721a2bb 2018-09-02 09:25:03,210 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 4.07531094551s 2018-09-02 09:25:03,210 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-eccca79a-e05b-4cd2-9b0e-ef769721a2bb 2018-09-02 09:25:03,211 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:03,213 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:04,259 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-5a9beb6c-644e-4b05-8eca-a7712dbaf42d x-compute-request-id: req-5a9beb6c-644e-4b05-8eca-a7712dbaf42d Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "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-02T09:25:03Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:04,260 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5a9beb6c-644e-4b05-8eca-a7712dbaf42d 2018-09-02 09:25:04,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.04886317253s 2018-09-02 09:25:04,260 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5a9beb6c-644e-4b05-8eca-a7712dbaf42d 2018-09-02 09:25:04,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:25:04,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:04,364 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-b7d59848-c94c-4561-86be-7a22a4bcd9e5 Date: Sun, 02 Sep 2018 09:25:04 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a2582221-c1a1-4edf-b24b-50ba15377cee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"95a02c4f07d54a14890c153adec66c08","l2_adjacency":true,"status":"ACTIVE","subnets":["f8e7453e-c830-4458-8851-b869003b9122"],"description":"","tags":[],"updated_at":"2018-09-02T09:23:17Z","qos_policy_id":null,"name":"cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac","admin_state_up":true,"tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:15Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 09:25:04,365 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b7d59848-c94c-4561-86be-7a22a4bcd9e5 2018-09-02 09:25:04,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0977420806885s 2018-09-02 09:25:04,365 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b7d59848-c94c-4561-86be-7a22a4bcd9e5 2018-09-02 09:25:04,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 09:25:04,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:04,409 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-06d440f9-5d88-4247-b460-69ff26da3615 Date: Sun, 02 Sep 2018 09:25:04 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2582221-c1a1-4edf-b24b-50ba15377cee","tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:23:17Z","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":"95a02c4f07d54a14890c153adec66c08","id":"f8e7453e-c830-4458-8851-b869003b9122","subnetpool_id":null,"name":"cloudify_ims-subnet_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:25:04,410 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-06d440f9-5d88-4247-b460-69ff26da3615 2018-09-02 09:25:04,410 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0438420772552s 2018-09-02 09:25:04,410 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-06d440f9-5d88-4247-b460-69ff26da3615 2018-09-02 09:25:04,411 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:06,413 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:06,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:06,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-43fb85cf-6f30-409a-a58a-6da2d4a2c488 x-compute-request-id: req-43fb85cf-6f30-409a-a58a-6da2d4a2c488 Content-Encoding: gzip Content-Length: 657 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:06,817 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-43fb85cf-6f30-409a-a58a-6da2d4a2c488 2018-09-02 09:25:06,817 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.4035551548s 2018-09-02 09:25:06,817 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-43fb85cf-6f30-409a-a58a-6da2d4a2c488 2018-09-02 09:25:06,821 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:08,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:08,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:09,779 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-926c7e5b-4996-4cff-8cfc-02e5c93fc9da x-compute-request-id: req-926c7e5b-4996-4cff-8cfc-02e5c93fc9da 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:09,779 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-926c7e5b-4996-4cff-8cfc-02e5c93fc9da 2018-09-02 09:25:09,780 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.95548081398s 2018-09-02 09:25:09,780 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-926c7e5b-4996-4cff-8cfc-02e5c93fc9da 2018-09-02 09:25:09,784 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:11,787 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:11,789 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:13,021 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-9bcf8e8f-4de7-4c01-bfff-899ac8c8be97 x-compute-request-id: req-9bcf8e8f-4de7-4c01-bfff-899ac8c8be97 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:13,021 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9bcf8e8f-4de7-4c01-bfff-899ac8c8be97 2018-09-02 09:25:13,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23464894295s 2018-09-02 09:25:13,022 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9bcf8e8f-4de7-4c01-bfff-899ac8c8be97 2018-09-02 09:25:13,026 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:15,028 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:15,031 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:16,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-c9aa0436-b671-47c8-8b64-547ce706ad04 x-compute-request-id: req-c9aa0436-b671-47c8-8b64-547ce706ad04 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:16,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c9aa0436-b671-47c8-8b64-547ce706ad04 2018-09-02 09:25:16,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.998692035675s 2018-09-02 09:25:16,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c9aa0436-b671-47c8-8b64-547ce706ad04 2018-09-02 09:25:16,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:18,034 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:18,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:19,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-04cf5f09-f946-4d9f-b7da-8bca7caf7d87 x-compute-request-id: req-04cf5f09-f946-4d9f-b7da-8bca7caf7d87 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:19,306 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-04cf5f09-f946-4d9f-b7da-8bca7caf7d87 2018-09-02 09:25:19,306 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2721991539s 2018-09-02 09:25:19,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-04cf5f09-f946-4d9f-b7da-8bca7caf7d87 2018-09-02 09:25:19,310 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:21,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:21,316 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:21,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-4eb2e23b-3cab-4623-97f8-5b33add2c2c6 x-compute-request-id: req-4eb2e23b-3cab-4623-97f8-5b33add2c2c6 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:21,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4eb2e23b-3cab-4623-97f8-5b33add2c2c6 2018-09-02 09:25:21,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.666407108307s 2018-09-02 09:25:21,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4eb2e23b-3cab-4623-97f8-5b33add2c2c6 2018-09-02 09:25:21,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:23,986 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:23,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:24,691 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-ae7ca2ac-f286-47c8-ac23-87aaa98cecad x-compute-request-id: req-ae7ca2ac-f286-47c8-ac23-87aaa98cecad 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:24,691 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ae7ca2ac-f286-47c8-ac23-87aaa98cecad 2018-09-02 09:25:24,691 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.704920053482s 2018-09-02 09:25:24,692 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ae7ca2ac-f286-47c8-ac23-87aaa98cecad 2018-09-02 09:25:24,695 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:26,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:26,700 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:28,026 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-89a186a5-46c3-49f4-9515-0ae7eea9856a x-compute-request-id: req-89a186a5-46c3-49f4-9515-0ae7eea9856a 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:28,027 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-89a186a5-46c3-49f4-9515-0ae7eea9856a 2018-09-02 09:25:28,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3289577961s 2018-09-02 09:25:28,027 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-89a186a5-46c3-49f4-9515-0ae7eea9856a 2018-09-02 09:25:28,031 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:30,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:30,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:32,147 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-01a518df-af8e-46e5-9cbd-3cab54a400b5 x-compute-request-id: req-01a518df-af8e-46e5-9cbd-3cab54a400b5 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:32,148 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-01a518df-af8e-46e5-9cbd-3cab54a400b5 2018-09-02 09:25:32,148 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.11407184601s 2018-09-02 09:25:32,148 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-01a518df-af8e-46e5-9cbd-3cab54a400b5 2018-09-02 09:25:32,152 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:34,153 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:34,156 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:35,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-2abb5f5f-bb74-4e12-8ef4-522bcce03264 x-compute-request-id: req-2abb5f5f-bb74-4e12-8ef4-522bcce03264 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:35,365 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2abb5f5f-bb74-4e12-8ef4-522bcce03264 2018-09-02 09:25:35,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.21227502823s 2018-09-02 09:25:35,366 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2abb5f5f-bb74-4e12-8ef4-522bcce03264 2018-09-02 09:25:35,370 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:37,373 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:37,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:38,092 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-60a2f8a4-0089-4469-b054-0890d09633ad x-compute-request-id: req-60a2f8a4-0089-4469-b054-0890d09633ad 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:38,092 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-60a2f8a4-0089-4469-b054-0890d09633ad 2018-09-02 09:25:38,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.719234228134s 2018-09-02 09:25:38,092 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-60a2f8a4-0089-4469-b054-0890d09633ad 2018-09-02 09:25:38,096 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:40,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:40,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:40,473 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-cfa621ff-8d14-4f13-a1f6-38dcc62f9403 x-compute-request-id: req-cfa621ff-8d14-4f13-a1f6-38dcc62f9403 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:40,473 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cfa621ff-8d14-4f13-a1f6-38dcc62f9403 2018-09-02 09:25:40,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.373821973801s 2018-09-02 09:25:40,473 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cfa621ff-8d14-4f13-a1f6-38dcc62f9403 2018-09-02 09:25:40,477 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:42,479 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:42,482 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:43,561 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-e0631d84-8a6d-4db6-85ed-8ba95a17a4a0 x-compute-request-id: req-e0631d84-8a6d-4db6-85ed-8ba95a17a4a0 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:43,561 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e0631d84-8a6d-4db6-85ed-8ba95a17a4a0 2018-09-02 09:25:43,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08217120171s 2018-09-02 09:25:43,562 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e0631d84-8a6d-4db6-85ed-8ba95a17a4a0 2018-09-02 09:25:43,564 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:45,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:45,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:46,543 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-d32611fd-d665-49ea-a462-805c01811eee x-compute-request-id: req-d32611fd-d665-49ea-a462-805c01811eee 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:46,543 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d32611fd-d665-49ea-a462-805c01811eee 2018-09-02 09:25:46,543 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.976391792297s 2018-09-02 09:25:46,543 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d32611fd-d665-49ea-a462-805c01811eee 2018-09-02 09:25:46,547 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:48,550 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:48,553 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:49,266 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-7f2d3267-b91e-465a-b40a-e47991f626d0 x-compute-request-id: req-7f2d3267-b91e-465a-b40a-e47991f626d0 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:49,266 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f2d3267-b91e-465a-b40a-e47991f626d0 2018-09-02 09:25:49,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.716309070587s 2018-09-02 09:25:49,267 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7f2d3267-b91e-465a-b40a-e47991f626d0 2018-09-02 09:25:49,271 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:51,274 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:51,277 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:52,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-45d61aad-f36c-4c1c-8926-47be5ee64d6b x-compute-request-id: req-45d61aad-f36c-4c1c-8926-47be5ee64d6b 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:52,087 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-45d61aad-f36c-4c1c-8926-47be5ee64d6b 2018-09-02 09:25:52,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.813632011414s 2018-09-02 09:25:52,088 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-45d61aad-f36c-4c1c-8926-47be5ee64d6b 2018-09-02 09:25:52,092 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:54,094 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:54,097 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:54,822 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-c476a60c-09c6-4ed7-8227-2de7b405ea06 x-compute-request-id: req-c476a60c-09c6-4ed7-8227-2de7b405ea06 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:54,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c476a60c-09c6-4ed7-8227-2de7b405ea06 2018-09-02 09:25:54,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728158950806s 2018-09-02 09:25:54,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c476a60c-09c6-4ed7-8227-2de7b405ea06 2018-09-02 09:25:54,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:56,829 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:56,832 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:25:57,720 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-50aa9b62-d3d0-4146-9f72-0b460a6c08fc x-compute-request-id: req-50aa9b62-d3d0-4146-9f72-0b460a6c08fc 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:25:57,720 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-50aa9b62-d3d0-4146-9f72-0b460a6c08fc 2018-09-02 09:25:57,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.891053915024s 2018-09-02 09:25:57,721 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-50aa9b62-d3d0-4146-9f72-0b460a6c08fc 2018-09-02 09:25:57,724 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:25:59,727 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:25:59,729 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:00,685 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:25: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-da1b356c-a6b7-4b5b-abac-1ee9d9b66906 x-compute-request-id: req-da1b356c-a6b7-4b5b-abac-1ee9d9b66906 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:00,685 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-da1b356c-a6b7-4b5b-abac-1ee9d9b66906 2018-09-02 09:26:00,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.957973957062s 2018-09-02 09:26:00,685 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-da1b356c-a6b7-4b5b-abac-1ee9d9b66906 2018-09-02 09:26:00,689 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:02,692 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:02,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:04,745 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-8666fd94-afb6-4572-9415-8cd1744a8894 x-compute-request-id: req-8666fd94-afb6-4572-9415-8cd1744a8894 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:04,745 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8666fd94-afb6-4572-9415-8cd1744a8894 2018-09-02 09:26:04,745 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 2.05327010155s 2018-09-02 09:26:04,745 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8666fd94-afb6-4572-9415-8cd1744a8894 2018-09-02 09:26:04,748 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:06,751 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:06,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:07,496 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-9fa1b32f-68bf-4659-8231-68bd7a31f082 x-compute-request-id: req-9fa1b32f-68bf-4659-8231-68bd7a31f082 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:07,496 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9fa1b32f-68bf-4659-8231-68bd7a31f082 2018-09-02 09:26:07,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.745085000992s 2018-09-02 09:26:07,496 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9fa1b32f-68bf-4659-8231-68bd7a31f082 2018-09-02 09:26:07,500 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:09,502 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:09,506 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:10,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-2fae4090-6e05-4ebe-9f0c-db1afc3758bd x-compute-request-id: req-2fae4090-6e05-4ebe-9f0c-db1afc3758bd 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:10,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2fae4090-6e05-4ebe-9f0c-db1afc3758bd 2018-09-02 09:26:10,193 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.689910173416s 2018-09-02 09:26:10,193 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2fae4090-6e05-4ebe-9f0c-db1afc3758bd 2018-09-02 09:26:10,196 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:12,199 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:12,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:12,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-762139b1-ecc7-4423-8101-63718b1263ee x-compute-request-id: req-762139b1-ecc7-4423-8101-63718b1263ee 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:12,859 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-762139b1-ecc7-4423-8101-63718b1263ee 2018-09-02 09:26:12,859 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.659850120544s 2018-09-02 09:26:12,859 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-762139b1-ecc7-4423-8101-63718b1263ee 2018-09-02 09:26:12,863 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:14,865 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:14,868 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:15,558 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-94b5a727-fb17-4324-97e3-68222cf47a8d x-compute-request-id: req-94b5a727-fb17-4324-97e3-68222cf47a8d 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:15,558 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-94b5a727-fb17-4324-97e3-68222cf47a8d 2018-09-02 09:26:15,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.692445993423s 2018-09-02 09:26:15,558 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-94b5a727-fb17-4324-97e3-68222cf47a8d 2018-09-02 09:26:15,563 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:17,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:17,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:18,747 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-cdc05294-8280-4b6e-b889-78c153e75783 x-compute-request-id: req-cdc05294-8280-4b6e-b889-78c153e75783 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:18,747 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cdc05294-8280-4b6e-b889-78c153e75783 2018-09-02 09:26:18,747 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.18162608147s 2018-09-02 09:26:18,748 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cdc05294-8280-4b6e-b889-78c153e75783 2018-09-02 09:26:18,751 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:20,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:20,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:21,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-44bb20c3-b6e3-4afa-8573-3fdfb3c03569 x-compute-request-id: req-44bb20c3-b6e3-4afa-8573-3fdfb3c03569 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:21,788 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-44bb20c3-b6e3-4afa-8573-3fdfb3c03569 2018-09-02 09:26:21,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.03342485428s 2018-09-02 09:26:21,788 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-44bb20c3-b6e3-4afa-8573-3fdfb3c03569 2018-09-02 09:26:21,792 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:23,795 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:23,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:24,752 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-72fe015c-758f-485f-9657-4442f8c1e185 x-compute-request-id: req-72fe015c-758f-485f-9657-4442f8c1e185 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:24,752 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-72fe015c-758f-485f-9657-4442f8c1e185 2018-09-02 09:26:24,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.957176208496s 2018-09-02 09:26:24,753 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-72fe015c-758f-485f-9657-4442f8c1e185 2018-09-02 09:26:24,756 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:26,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:26,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:27,320 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-99d4e9fa-7950-4be5-b3ca-ead5078ebc20 x-compute-request-id: req-99d4e9fa-7950-4be5-b3ca-ead5078ebc20 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:27,321 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-99d4e9fa-7950-4be5-b3ca-ead5078ebc20 2018-09-02 09:26:27,321 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.561836957932s 2018-09-02 09:26:27,321 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-99d4e9fa-7950-4be5-b3ca-ead5078ebc20 2018-09-02 09:26:27,325 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:29,328 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:29,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:30,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-f0f42241-e928-485c-bc06-ef043c4849c6 x-compute-request-id: req-f0f42241-e928-485c-bc06-ef043c4849c6 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:30,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f0f42241-e928-485c-bc06-ef043c4849c6 2018-09-02 09:26:30,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22713398933s 2018-09-02 09:26:30,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f0f42241-e928-485c-bc06-ef043c4849c6 2018-09-02 09:26:30,560 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:32,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:32,565 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:33,284 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-6e2a6704-a6d5-40b4-8fbb-a637a934cd6d x-compute-request-id: req-6e2a6704-a6d5-40b4-8fbb-a637a934cd6d 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:33,285 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6e2a6704-a6d5-40b4-8fbb-a637a934cd6d 2018-09-02 09:26:33,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.722135066986s 2018-09-02 09:26:33,285 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6e2a6704-a6d5-40b4-8fbb-a637a934cd6d 2018-09-02 09:26:33,289 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:35,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:35,294 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:36,818 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-f59655c8-c5c9-4ec5-85c0-e39be7ea2e79 x-compute-request-id: req-f59655c8-c5c9-4ec5-85c0-e39be7ea2e79 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:36,818 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f59655c8-c5c9-4ec5-85c0-e39be7ea2e79 2018-09-02 09:26:36,818 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52634596825s 2018-09-02 09:26:36,818 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f59655c8-c5c9-4ec5-85c0-e39be7ea2e79 2018-09-02 09:26:36,822 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:38,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:38,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:39,564 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-f2a412eb-3b6e-4385-8f11-55fdb93f1a21 x-compute-request-id: req-f2a412eb-3b6e-4385-8f11-55fdb93f1a21 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:39,564 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f2a412eb-3b6e-4385-8f11-55fdb93f1a21 2018-09-02 09:26:39,564 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.740051031113s 2018-09-02 09:26:39,565 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f2a412eb-3b6e-4385-8f11-55fdb93f1a21 2018-09-02 09:26:39,569 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:41,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:41,574 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:43,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-1c424aa7-0baa-4a94-bea1-40a32adffcec x-compute-request-id: req-1c424aa7-0baa-4a94-bea1-40a32adffcec 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:43,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1c424aa7-0baa-4a94-bea1-40a32adffcec 2018-09-02 09:26:43,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.50711584091s 2018-09-02 09:26:43,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1c424aa7-0baa-4a94-bea1-40a32adffcec 2018-09-02 09:26:43,082 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:45,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:45,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:45,885 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-0bad2fb1-c304-4ed4-8267-a1f742102bda x-compute-request-id: req-0bad2fb1-c304-4ed4-8267-a1f742102bda 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:45,885 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0bad2fb1-c304-4ed4-8267-a1f742102bda 2018-09-02 09:26:45,885 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.800148010254s 2018-09-02 09:26:45,885 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0bad2fb1-c304-4ed4-8267-a1f742102bda 2018-09-02 09:26:45,889 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:47,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:47,895 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:48,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-2ed50bcb-50e0-4cc9-8632-d3ba1618135d x-compute-request-id: req-2ed50bcb-50e0-4cc9-8632-d3ba1618135d 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:48,979 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2ed50bcb-50e0-4cc9-8632-d3ba1618135d 2018-09-02 09:26:48,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08722114563s 2018-09-02 09:26:48,980 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2ed50bcb-50e0-4cc9-8632-d3ba1618135d 2018-09-02 09:26:48,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:50,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:50,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:51,726 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-75678d94-7b56-4093-94bb-a7cefff33163 x-compute-request-id: req-75678d94-7b56-4093-94bb-a7cefff33163 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:51,726 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-75678d94-7b56-4093-94bb-a7cefff33163 2018-09-02 09:26:51,726 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.739364862442s 2018-09-02 09:26:51,727 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-75678d94-7b56-4093-94bb-a7cefff33163 2018-09-02 09:26:51,731 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:53,732 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:53,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:54,460 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-83d6afa7-17b9-4268-832c-18b1ec52fad8 x-compute-request-id: req-83d6afa7-17b9-4268-832c-18b1ec52fad8 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:54,460 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-83d6afa7-17b9-4268-832c-18b1ec52fad8 2018-09-02 09:26:54,461 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.727921962738s 2018-09-02 09:26:54,461 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-83d6afa7-17b9-4268-832c-18b1ec52fad8 2018-09-02 09:26:54,465 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:56,468 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:56,471 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:26:57,695 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-600e1cf9-62fd-4d93-9d1f-b83d327532bb x-compute-request-id: req-600e1cf9-62fd-4d93-9d1f-b83d327532bb 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:26:57,695 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-600e1cf9-62fd-4d93-9d1f-b83d327532bb 2018-09-02 09:26:57,695 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.22728300095s 2018-09-02 09:26:57,696 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-600e1cf9-62fd-4d93-9d1f-b83d327532bb 2018-09-02 09:26:57,699 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:26:59,702 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:26:59,705 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:00,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:26: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-3397914e-ec65-471d-8092-54f5eacff19b x-compute-request-id: req-3397914e-ec65-471d-8092-54f5eacff19b 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:27:00,799 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3397914e-ec65-471d-8092-54f5eacff19b 2018-09-02 09:27:00,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.09723591805s 2018-09-02 09:27:00,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3397914e-ec65-471d-8092-54f5eacff19b 2018-09-02 09:27:00,804 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:27:02,807 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:27:02,809 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:04,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27: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-70f92a3e-08ad-4cbc-a329-51c6336f40a4 x-compute-request-id: req-70f92a3e-08ad-4cbc-a329-51c6336f40a4 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:27:04,703 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-70f92a3e-08ad-4cbc-a329-51c6336f40a4 2018-09-02 09:27:04,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.89635205269s 2018-09-02 09:27:04,704 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-70f92a3e-08ad-4cbc-a329-51c6336f40a4 2018-09-02 09:27:04,708 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:27:06,710 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:27:06,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:07,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27: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-e96523cb-bd0d-49ed-afc9-0b8c3023339e x-compute-request-id: req-e96523cb-bd0d-49ed-afc9-0b8c3023339e 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:27:07,286 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e96523cb-bd0d-49ed-afc9-0b8c3023339e 2018-09-02 09:27:07,286 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.574976921082s 2018-09-02 09:27:07,286 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e96523cb-bd0d-49ed-afc9-0b8c3023339e 2018-09-02 09:27:07,290 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:27:09,293 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:27:09,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:09,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27: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-aa9ec170-5949-4e4b-aff8-886156d2b42c x-compute-request-id: req-aa9ec170-5949-4e4b-aff8-886156d2b42c 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:27:09,996 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa9ec170-5949-4e4b-aff8-886156d2b42c 2018-09-02 09:27:09,997 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703799962997s 2018-09-02 09:27:09,997 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa9ec170-5949-4e4b-aff8-886156d2b42c 2018-09-02 09:27:10,000 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:27:12,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:27:12,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:12,751 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27: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-1b2fe668-8563-4a3e-84eb-94c67ac55c71 x-compute-request-id: req-1b2fe668-8563-4a3e-84eb-94c67ac55c71 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:27:12,751 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1b2fe668-8563-4a3e-84eb-94c67ac55c71 2018-09-02 09:27:12,752 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.748564958572s 2018-09-02 09:27:12,752 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1b2fe668-8563-4a3e-84eb-94c67ac55c71 2018-09-02 09:27:12,756 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:27:14,758 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:27:14,761 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:15,462 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27: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-2c3b167a-5278-41fa-acf0-ad56a2e6377b x-compute-request-id: req-2c3b167a-5278-41fa-acf0-ad56a2e6377b 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.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T09:25:06Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:27:15,462 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2c3b167a-5278-41fa-acf0-ad56a2e6377b 2018-09-02 09:27:15,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.703873157501s 2018-09-02 09:27:15,463 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-2c3b167a-5278-41fa-acf0-ad56a2e6377b 2018-09-02 09:27:15,467 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:27:17,470 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:27:17,473 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:18,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27: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-57720b92-b07f-42f7-aa36-95463823e948 x-compute-request-id: req-57720b92-b07f-42f7-aa36-95463823e948 Content-Encoding: gzip Content-Length: 748 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:24:60", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:27:16.000000", "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:27:16Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:27:18,522 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-57720b92-b07f-42f7-aa36-95463823e948 2018-09-02 09:27:18,522 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.05234718323s 2018-09-02 09:27:18,523 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-57720b92-b07f-42f7-aa36-95463823e948 2018-09-02 09:27:18,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 09:27:18,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=cada40d0-9877-40d9-a817-70b8566b766a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:18,767 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-5e4585ad-dd04-49ce-a23f-717b129c37a8 Date: Sun, 02 Sep 2018 09:27:18 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T09:27:15Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f8e7453e-c830-4458-8851-b869003b9122","ip_address":"192.168.120.5"}],"id":"8bbd6542-fcdd-4324-ab2b-0b52d886244e","security_groups":["d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"],"mac_address":"fa:16:3e:b0:24:60","project_id":"95a02c4f07d54a14890c153adec66c08","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a2582221-c1a1-4edf-b24b-50ba15377cee","tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:25:07Z","binding:vnic_type":"normal","device_id":"cada40d0-9877-40d9-a817-70b8566b766a","ip_allocation":"immediate"}]} 2018-09-02 09:27:18,767 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=cada40d0-9877-40d9-a817-70b8566b766a used request id req-5e4585ad-dd04-49ce-a23f-717b129c37a8 2018-09-02 09:27:18,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.240250110626s 2018-09-02 09:27:18,768 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=cada40d0-9877-40d9-a817-70b8566b766a used request id req-5e4585ad-dd04-49ce-a23f-717b129c37a8 2018-09-02 09:27:18,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:27:18,771 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8bbd6542-fcdd-4324-ab2b-0b52d886244e" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:18,813 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-a17591ee-c97f-41b7-a914-857c80ce35f3 Date: Sun, 02 Sep 2018 09:27:18 GMT RESP BODY: {"floatingips": []} 2018-09-02 09:27:18,813 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8bbd6542-fcdd-4324-ab2b-0b52d886244e used request id req-a17591ee-c97f-41b7-a914-857c80ce35f3 2018-09-02 09:27:18,814 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0430400371552s 2018-09-02 09:27:18,814 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=8bbd6542-fcdd-4324-ab2b-0b52d886244e used request id req-a17591ee-c97f-41b7-a914-857c80ce35f3 2018-09-02 09:27:18,814 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:b0:24:60', 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'6f8868d9-24f2-46f9-8620-b62ac1127b51'}), 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-02T09:27:16.000000', 'flavor': Munch({u'id': u'cf69b481-0b3d-45a4-86c5-0e58433428d7'}), 'az': u'nova', 'id': u'cada40d0-9877-40d9-a817-70b8566b766a', 'security_groups': [Munch({u'name': u'cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'41ae6b837e5b4b0a9faff1fd00f95ea2', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'95a02c4f07d54a14890c153adec66c08', 'name': 'cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac', '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-02T09:27:16.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:27:16Z', 'hostId': u'8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65', u'OS-SRV-USG:terminated_at': None, 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'public_v6': '', 'private_v4': u'192.168.120.5', 'cloud': 'envvars', 'host_id': u'8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65', '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-02T09:27:16.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'95a02c4f07d54a14890c153adec66c08', 'name': u'cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'adminPass': u'DJnwW47Hxgyo', 'tenant_id': u'95a02c4f07d54a14890c153adec66c08', 'created_at': u'2018-09-02T09:25:03Z', 'created': u'2018-09-02T09:25:03Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 09:27:18,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:27:18,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:19,160 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-8dcaa7df-b97a-4dd1-9d48-0956e7253009 Date: Sun, 02 Sep 2018 09:27:19 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"a2582221-c1a1-4edf-b24b-50ba15377cee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"95a02c4f07d54a14890c153adec66c08","l2_adjacency":true,"status":"ACTIVE","subnets":["f8e7453e-c830-4458-8851-b869003b9122"],"description":"","tags":[],"updated_at":"2018-09-02T09:23:17Z","qos_policy_id":null,"name":"cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac","admin_state_up":true,"tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:15Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 09:27:19,160 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8dcaa7df-b97a-4dd1-9d48-0956e7253009 2018-09-02 09:27:19,161 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.34476017952s 2018-09-02 09:27:19,161 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-8dcaa7df-b97a-4dd1-9d48-0956e7253009 2018-09-02 09:27:19,162 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 09:27:19,163 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=cada40d0-9877-40d9-a817-70b8566b766a" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:19,227 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 798 X-Openstack-Request-Id: req-71d1464c-4566-4a80-9f22-1c108d364c6a Date: Sun, 02 Sep 2018 09:27:19 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T09:27:15Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"f8e7453e-c830-4458-8851-b869003b9122","ip_address":"192.168.120.5"}],"id":"8bbd6542-fcdd-4324-ab2b-0b52d886244e","security_groups":["d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66"],"mac_address":"fa:16:3e:b0:24:60","project_id":"95a02c4f07d54a14890c153adec66c08","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"a2582221-c1a1-4edf-b24b-50ba15377cee","tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:25:07Z","binding:vnic_type":"normal","device_id":"cada40d0-9877-40d9-a817-70b8566b766a","ip_allocation":"immediate"}]} 2018-09-02 09:27:19,227 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=cada40d0-9877-40d9-a817-70b8566b766a used request id req-71d1464c-4566-4a80-9f22-1c108d364c6a 2018-09-02 09:27:19,227 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0652618408203s 2018-09-02 09:27:19,228 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=cada40d0-9877-40d9-a817-70b8566b766a used request id req-71d1464c-4566-4a80-9f22-1c108d364c6a 2018-09-02 09:27:19,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 09:27:19,229 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.5", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e"}}' 2018-09-02 09:27:22,009 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 823 X-Openstack-Request-Id: req-c66541d8-255a-4a65-b0bc-63d3978acc74 Date: Sun, 02 Sep 2018 09:27:22 GMT RESP BODY: {"floatingip": {"router_id": "f4977c17-83d4-41d9-a663-f9776beb984d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:27:20Z", "updated_at": "2018-09-02T09:27:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b0:24:60", "device_id": "cada40d0-9877-40d9-a817-70b8566b766a"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "95a02c4f07d54a14890c153adec66c08", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e", "id": "85db170d-142b-4a1d-a03a-6391d338d8b8", "qos_policy_id": null}} 2018-09-02 09:27:22,009 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-c66541d8-255a-4a65-b0bc-63d3978acc74 2018-09-02 09:27:22,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.78026390076s 2018-09-02 09:27:22,009 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-c66541d8-255a-4a65-b0bc-63d3978acc74 2018-09-02 09:27:22,017 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:27:22,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:22,096 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-df43f1fa-62a1-48e7-9465-90363a7b1205 Date: Sun, 02 Sep 2018 09:27:22 GMT RESP BODY: {"floatingips": [{"router_id": "f4977c17-83d4-41d9-a663-f9776beb984d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:27:20Z", "updated_at": "2018-09-02T09:27:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b0:24:60", "device_id": "cada40d0-9877-40d9-a817-70b8566b766a"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "95a02c4f07d54a14890c153adec66c08", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e", "id": "85db170d-142b-4a1d-a03a-6391d338d8b8", "qos_policy_id": null}]} 2018-09-02 09:27:22,096 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-df43f1fa-62a1-48e7-9465-90363a7b1205 2018-09-02 09:27:22,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0790269374847s 2018-09-02 09:27:22,096 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-df43f1fa-62a1-48e7-9465-90363a7b1205 2018-09-02 09:27:22,097 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:27:22,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:27:22,202 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:22,277 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-bf992954-a8d0-497f-90c8-c7e5d41f6bc4 Date: Sun, 02 Sep 2018 09:27:22 GMT RESP BODY: {"floatingips": [{"router_id": "f4977c17-83d4-41d9-a663-f9776beb984d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:27:20Z", "updated_at": "2018-09-02T09:27:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b0:24:60", "device_id": "cada40d0-9877-40d9-a817-70b8566b766a"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "95a02c4f07d54a14890c153adec66c08", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e", "id": "85db170d-142b-4a1d-a03a-6391d338d8b8", "qos_policy_id": null}]} 2018-09-02 09:27:22,278 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-bf992954-a8d0-497f-90c8-c7e5d41f6bc4 2018-09-02 09:27:22,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0763289928436s 2018-09-02 09:27:22,278 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-bf992954-a8d0-497f-90c8-c7e5d41f6bc4 2018-09-02 09:27:22,281 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:27:22,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:27:22,387 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:22,682 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-a84d11e1-b68b-4a2a-bc3b-ff1e36968fc6 Date: Sun, 02 Sep 2018 09:27:22 GMT RESP BODY: {"floatingips": [{"router_id": "f4977c17-83d4-41d9-a663-f9776beb984d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:27:20Z", "updated_at": "2018-09-02T09:27:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b0:24:60", "device_id": "cada40d0-9877-40d9-a817-70b8566b766a"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "95a02c4f07d54a14890c153adec66c08", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e", "id": "85db170d-142b-4a1d-a03a-6391d338d8b8", "qos_policy_id": null}]} 2018-09-02 09:27:22,682 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a84d11e1-b68b-4a2a-bc3b-ff1e36968fc6 2018-09-02 09:27:22,682 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.295482873917s 2018-09-02 09:27:22,682 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a84d11e1-b68b-4a2a-bc3b-ff1e36968fc6 2018-09-02 09:27:22,686 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:27:22,791 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:27:22,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:22,862 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-47db8616-e8e7-4a78-8bf5-a91ed5297ceb Date: Sun, 02 Sep 2018 09:27:22 GMT RESP BODY: {"floatingips": [{"router_id": "f4977c17-83d4-41d9-a663-f9776beb984d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:27:20Z", "updated_at": "2018-09-02T09:27:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b0:24:60", "device_id": "cada40d0-9877-40d9-a817-70b8566b766a"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "95a02c4f07d54a14890c153adec66c08", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e", "id": "85db170d-142b-4a1d-a03a-6391d338d8b8", "qos_policy_id": null}]} 2018-09-02 09:27:22,862 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-47db8616-e8e7-4a78-8bf5-a91ed5297ceb 2018-09-02 09:27:22,863 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0711288452148s 2018-09-02 09:27:22,863 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-47db8616-e8e7-4a78-8bf5-a91ed5297ceb 2018-09-02 09:27:22,867 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:27:22,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:27:22,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:23,033 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-190bba09-0bb9-43c6-adc2-72cfca892355 Date: Sun, 02 Sep 2018 09:27:23 GMT RESP BODY: {"floatingips": [{"router_id": "f4977c17-83d4-41d9-a663-f9776beb984d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:27:20Z", "updated_at": "2018-09-02T09:27:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b0:24:60", "device_id": "cada40d0-9877-40d9-a817-70b8566b766a"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "95a02c4f07d54a14890c153adec66c08", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e", "id": "85db170d-142b-4a1d-a03a-6391d338d8b8", "qos_policy_id": null}]} 2018-09-02 09:27:23,033 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-190bba09-0bb9-43c6-adc2-72cfca892355 2018-09-02 09:27:23,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0610580444336s 2018-09-02 09:27:23,033 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-190bba09-0bb9-43c6-adc2-72cfca892355 2018-09-02 09:27:23,035 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:27:23,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:27:23,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:23,203 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 826 X-Openstack-Request-Id: req-c7026443-7c78-43ac-b762-3b313777ee1f Date: Sun, 02 Sep 2018 09:27:23 GMT RESP BODY: {"floatingips": [{"router_id": "f4977c17-83d4-41d9-a663-f9776beb984d", "status": "DOWN", "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:27:20Z", "updated_at": "2018-09-02T09:27:20Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b0:24:60", "device_id": "cada40d0-9877-40d9-a817-70b8566b766a"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 0, "project_id": "95a02c4f07d54a14890c153adec66c08", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e", "id": "85db170d-142b-4a1d-a03a-6391d338d8b8", "qos_policy_id": null}]} 2018-09-02 09:27:23,203 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-c7026443-7c78-43ac-b762-3b313777ee1f 2018-09-02 09:27:23,204 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0632781982422s 2018-09-02 09:27:23,204 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-c7026443-7c78-43ac-b762-3b313777ee1f 2018-09-02 09:27:23,208 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 09:27:23,313 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:27:23,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:27:23,383 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 828 X-Openstack-Request-Id: req-ca21c6dc-078c-4140-a2c7-c93e90fe9741 Date: Sun, 02 Sep 2018 09:27:23 GMT RESP BODY: {"floatingips": [{"router_id": "f4977c17-83d4-41d9-a663-f9776beb984d", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:27:20Z", "updated_at": "2018-09-02T09:27:23Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "device_owner": "compute:nova", "mac_address": "fa:16:3e:b0:24:60", "device_id": "cada40d0-9877-40d9-a817-70b8566b766a"}, "fixed_ip_address": "192.168.120.5", "floating_ip_address": "172.30.9.203", "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "port_id": "8bbd6542-fcdd-4324-ab2b-0b52d886244e", "id": "85db170d-142b-4a1d-a03a-6391d338d8b8", "qos_policy_id": null}]} 2018-09-02 09:27:23,383 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ca21c6dc-078c-4140-a2c7-c93e90fe9741 2018-09-02 09:27:23,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0697391033173s 2018-09-02 09:27:23,384 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ca21c6dc-078c-4140-a2c7-c93e90fe9741 2018-09-02 09:27:23,387 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'f4977c17-83d4-41d9-a663-f9776beb984d', 'updated_at': u'2018-09-02T09:27:23Z', 'fixed_ip_address': u'192.168.120.5', 'floating_ip_address': u'172.30.9.203', 'revision_number': 1, 'port_id': u'8bbd6542-fcdd-4324-ab2b-0b52d886244e', 'id': u'85db170d-142b-4a1d-a03a-6391d338d8b8', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'8bbd6542-fcdd-4324-ab2b-0b52d886244e', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'95a02c4f07d54a14890c153adec66c08', 'name': 'cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'95a02c4f07d54a14890c153adec66c08', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:b0:24:60', u'device_id': u'cada40d0-9877-40d9-a817-70b8566b766a'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'95a02c4f07d54a14890c153adec66c08', 'created_at': u'2018-09-02T09:27:20Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:b0:24:60', u'device_id': u'cada40d0-9877-40d9-a817-70b8566b766a'}), 'router': u'f4977c17-83d4-41d9-a663-f9776beb984d'}) 2018-09-02 09:27:23,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:27:23,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a/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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:27:23,495 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27: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-16484760-d111-416e-849d-9e4057fd9ab1 x-compute-request-id: req-16484760-d111-416e-849d-9e4057fd9ab1 Content-Encoding: gzip Content-Length: 10971 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 1847296833 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.910 MHz processor\n[ 0.425256] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.428234] pid_max: default: 32768 minimum: 301\n[ 0.429836] Security Framework initialized\n[ 0.431337] SELinux: Initializing.\n[ 0.432968] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.439304] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.443240] Mount-cache hash table entries: 4096\n[ 0.445135] Initializing cgroup subsys memory\n[ 0.446685] Initializing cgroup subsys devices\n[ 0.448242] Initializing cgroup subsys freezer\n[ 0.449825] Initializing cgroup subsys net_cls\n[ 0.451377] Initializing cgroup subsys blkio\n[ 0.452877] Initializing cgroup subsys perf_event\n[ 0.454454] Initializing cgroup subsys hugetlb\n[ 0.455976] Initializing cgroup subsys pids\n[ 0.457449] Initializing cgroup subsys net_prio\n[ 0.459093] CPU: Physical Processor ID: 0\n[ 0.461247] mce: CPU supports 10 MCE banks\n[ 0.462746] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466160] tlb_flushall_shift: 6\n[ 0.467672] Freeing SMP alternatives: 28k freed\n[ 0.471842] ACPI: Core revision 20130517\n[ 0.473726] ACPI: All ACPI Tables successfully acquired\n[ 0.475660] ftrace: allocating 25812 entries in 101 pages\n[ 0.497424] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.499418] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.501388] smpboot: Max logical packages: 2\n[ 0.503171] Enabling x2apic\n[ 0.504382] Enabled x2apic\n[ 0.505892] Switched APIC routing to physical x2apic.\n[ 0.509016] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.510972] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.514451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.522592] KVM setup paravirtual spinlock\n[ 0.525366] smpboot: Booting Node 0, Processors #1 OK\n[ 0.527466] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.549766] Brought up 2 CPUs\n[ 0.549769] KVM setup async PF for cpu 1\n[ 0.549772] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.553992] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.556831] devtmpfs: initialized\n[ 0.559753] EVM: security.selinux\n[ 0.561285] EVM: security.ima\n[ 0.562699] EVM: security.capability\n[ 0.564927] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.567065] pinctrl core: initialized pinctrl subsystem\n[ 0.568912] NET: Registered protocol family 16\n[ 0.570666] ACPI: bus type PCI registered\n[ 0.572122] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.574158] PCI: Using configuration type 1 for base access\n[ 0.579298] ACPI: Added _OSI(Module Device)\n[ 0.580797] ACPI: Added _OSI(Processor Device)\n[ 0.582338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.584123] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.587656] ACPI: Interpreter enabled\n[ 0.589231] ACPI: (supports S0 S5)\n[ 0.590576] ACPI: Using IOAPIC for interrupt routing\n[ 0.592232] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.597125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.599021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.601086] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.603093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.606852] acpiphp: Slot [3] registered\n[ 0.608319] acpiphp: Slot [4] registered\n[ 0.609771] acpiphp: Slot [5] registered\n[ 0.611232] acpiphp: Slot [6] registered\n[ 0.612675] acpiphp: Slot [7] registered\n[ 0.614121] acpiphp: Slot [8] registered\n[ 0.615560] acpiphp: Slot [9] registered\n[ 0.616999] acpiphp: Slot [10] registered\n[ 0.618469] acpiphp: Slot [11] registered\n[ 0.619927] acpiphp: Slot [12] registered\n[ 0.621408] acpiphp: Slot [13] registered\n[ 0.622881] acpiphp: Slot [14] registered\n[ 0.624349] acpiphp: Slot [15] registered\n[ 0.625826] acpiphp: Slot [16] registered\n[ 0.627307] acpiphp: Slot [17] registered\n[ 0.628766] acpiphp: Slot [18] registered\n[ 0.630229] acpiphp: Slot [19] registered\n[ 0.631696] acpiphp: Slot [20] registered\n[ 0.633163] acpiphp: Slot [21] registered\n[ 0.634616] acpiphp: Slot [22] registered\n[ 0.636093] acpiphp: Slot [23] registered\n[ 0.637545] acpiphp: Slot [24] registered\n[ 0.639143] acpiphp: Slot [25] registered\n[ 0.640775] acpiphp: Slot [26] registered\n[ 0.642333] acpiphp: Slot [27] registered\n[ 0.643893] acpiphp: Slot [28] registered\n[ 0.645428] acpiphp: Slot [29] registered\n[ 0.646986] acpiphp: Slot [30] registered\n[ 0.648523] acpiphp: Slot [31] registered\n[ 0.650080] PCI host bridge to bus 0000:00\n[ 0.651584] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.653385] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.655451] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.657497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.660269] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.663026] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.668629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.670750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.672749] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.674858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.679573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.682295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.707926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.710983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713406] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.715787] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.718132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.720466] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.722911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725834] vgaarb: loaded\n[ 0.727076] vgaarb: bridge control possible 0000:00:02.0\n[ 0.729031] SCSI subsystem initialized\n[ 0.730510] ACPI: bus type USB registered\n[ 0.732048] usbcore: registered new interface driver usbfs\n[ 0.733894] usbcore: registered new interface driver hub\n[ 0.735708] usbcore: registered new device driver usb\n[ 0.737682] PCI: Using ACPI for IRQ routing\n[ 0.739637] NetLabel: Initializing\n[ 0.741021] NetLabel: domain hash size = 128\n[ 0.742573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.744293] NetLabel: unlabeled traffic allowed by default\n[ 0.746295] Switched to clocksource kvm-clock\n[ 0.756141] pnp: PnP ACPI init\n[ 0.757454] ACPI: bus type PNP registered\n[ 0.759397] pnp: PnP ACPI: found 5 devices\n[ 0.760926] ACPI: bus type PNP unregistered\n[ 0.769251] NET: Registered protocol family 2\n[ 0.771202] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.774170] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.776643] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.778763] TCP: reno registered\n[ 0.780111] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.782121] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784210] NET: Registered protocol family 1\n[ 0.785788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.787686] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.789546] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.810086] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.830592] Unpacking initramfs...\n[ 1.325484] Freeing initrd memory: 37508k freed\n[ 1.335228] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.337338] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.341274] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.343350] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.345678] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.347649] Initialise system trusted keyring\n[ 1.349248] audit: initializing netlink socket (disabled)\n[ 1.351027] type=2000 audit(1535880438.870:1): initialized\n[ 1.368289] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.370279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.373220] zpool: loaded\n[ 1.374433] zbud: loaded\n[ 1.375856] VFS: Disk quotas dquot_6.5.2\n[ 1.377370] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.379524] msgmni has been set to 7578\n[ 1.381057] Key type big_key registered\n[ 1.383588] NET: Registered protocol family 38\n[ 1.385190] Key type asymmetric registered\n[ 1.386684] Asymmetric key parser 'x509' registered\n[ 1.388357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.391169] io scheduler noop registered\n[ 1.392649] io scheduler deadline registered (default)\n[ 1.408530] io scheduler cfq registered\n[ 1.410085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.411914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.414073] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.416806] ACPI: Power Button [PWRF]\n[ 1.418393] GHES: HEST is not enabled!\n[ 1.419929] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.444150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.446556] Non-volatile memory driver v1.3\n[ 1.448099] Linux agpgart interface v0.103\n[ 1.449745] crash memory driver: version 1.1\n[ 1.451365] rdac: device handler registered\n[ 1.452990] hp_sw: device handler registered\n[ 1.454543] emc: device handler registered\n[ 1.456051] alua: device handler registered\n[ 1.457586] libphy: Fixed MDIO Bus: probed\n[ 1.459232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.461245] ehci-pci: EHCI PCI platform driver\n[ 1.462812] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.464768] ohci-pci: OHCI PCI platform driver\n[ 1.466369] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.486894] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.488775] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.491552] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.493318] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.495270] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.497356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.500102] usb usb1: Product: UHCI Host Controller\n[ 1.501779] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.503909] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.505726] hub 1-0:1.0: USB hub found\n[ 1.507194] hub 1-0:1.0: 2 ports detected\n[ 1.508830] usbcore: registered new interface driver usbserial\n[ 1.510722] usbcore: registered new interface driver usbserial_generic\n[ 1.512765] usbserial: USB Serial support registered for generic\n[ 1.514696] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.518314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.520033] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.521846] mousedev: PS/2 mouse device common for all mice\n[ 1.524128] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.527717] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.530825] rtc_cmos 00:00: RTC can wake from S4\n[ 1.532862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.533183] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.538057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.540168] cpuidle: using governor menu\n[ 1.541718] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.543597] usbcore: registered new interface driver usbhid\n[ 1.545419] usbhid: USB HID core driver\n[ 1.546917] drop_monitor: Initializing network drop monitor service\n[ 1.548943] TCP: cubic registered\n[ 1.550298] Initializing XFRM netlink socket\n[ 1.551924] NET: Registered protocol family 10\n[ 1.553785] NET: Registered protocol family 17\n[ 1.555537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.557392] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.559450] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.562702] Loading compiled-in X.509 certificates\n[ 1.564453] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.567809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.571631] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.574987] registered taskstats version 1\n[ 1.578733] Key type trusted registered\n[ 1.581678] Key type encrypted registered\n[ 1.584969] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.587321] rtc_cmos 00:00: setting system clock to 2018-09-02 09:27:18 UTC (1535880438)\n[ 1.591031] Freeing unused kernel memory: 1680k freed\n[ 1.596866] 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.602624] systemd[1]: Detected virtualization kvm.\n[ 1.604379] systemd[1]: Detected architecture x86-64.\n[ 1.606148] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.609567] systemd[1]: No hostname configured.\n[ 1.611228] systemd[1]: Set hostname to .\n[ 1.613022] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.640365] systemd[1]: Reached target Swap.\n[ 1.641980] systemd[1]: Starting Swap.\n[ 1.643515] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.646518] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.650730] systemd[1]: Reached target Local File Systems.\n[ 1.652571] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.655233] systemd[1]: Reached target Paths.\n[ 1.656823] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.659251] systemd[1]: Reached target Timers.\n[ 1.660851] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.663428] systemd[1]: Created slice Root Slice.\n[ 1.665094] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.667776] systemd[1]: Listening on udev Control Socket.\n[ 1.669577] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.672382] systemd[1]: Created slice System Slice.\n[ 1.674080] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.676655] systemd[1]: Reached target Slices.\n[ 1.678251] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.680833] systemd[1]: Listening on udev Kernel Socket.\n[ 1.682605] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.685407] systemd[1]: Listening on Journal Socket.\n[ 1.687123] systemd[1]: Starting Journal Socket.\n[ 1.689184] 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.694255] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.698065] systemd[1]: Reached target Sockets.\n[ 1.699673] systemd[1]: Starting Sockets.\n[ 1.701663] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.704555] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.710723] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.715817] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.718727] 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.781194] RPC: Registered named UNIX socket transport module.\n[ 1.783133] RPC: Registered udp transport module.\n[ 1.784749] RPC: Registered tcp transport module.\n[ 1.786419] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.811308] 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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.897733] FDC 0 is a S82078B\n[ 1.921594] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.963221] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.965316] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.965535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.969869] usb 1-1: Product: QEMU USB Tablet\n[ 1.971984] usb 1-1: Manufacturer: QEMU\n[ 1.973673] usb 1-1: SerialNumber: 42\n[ 1.975900] scsi host0: ata_piix\n[ 1.977426] scsi host1: ata_piix\n[ 1.978896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.980991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.983480] vda: vda1\n[ 1.991530] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.995440] 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.154427] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.157303] XFS (vda1): Mounting V4 Filesystem\n[ 2.183137] 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[ 2.342340] tsc: Refined TSC clocksource calibration: 3491.872 MHz\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 System Initialization.\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 target Local File Systems.\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 Paths.\n[[32m OK [0m] Stopped target Sockets.\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.424238] systemd-journald[115]: Received SIGTERM from PID 1 (systemd).\n[ 2.488916] SELinux: Disabled at runtime.\n[ 2.530317] type=1404 audit(1535880439.442:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.553161] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.554982] 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 udev Kernel Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\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 Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\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 Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...[ 2.760884] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.836519] systemd-journald[399]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\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 Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\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 Rebuild Journal Catalog.\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 udev Kernel Device Manager.\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[ 2.980472] type=1305 audit(1535880439.892:3): audit_pid=432 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\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] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.124245] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.132378] [drm] Initialized drm 1.1.0 20060810\n[ 3.138732] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.155726] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n Starting D-Bus System Message Bus...\n[ 3.158506] [TTM] Initializing pool allocator\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.161574] [TTM] Initializing DMA pool allocator\n Starting GSSAPI Proxy Daemon...\n[ 3.164642] [drm] fb mappable at 0xFC000000\n[ 3.166245] [drm] vram aper at 0xFC000000\n[ 3.166246] [drm] size 33554432\n[ 3.166246] [drm] fb depth is 24\n[ 3.166246] [drm] pitch is 3072\n Starting Authorization Manager...\n[ 3.172151] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.184800] ppdev: user-space parallel port driver\n[ 3.200849] Console: switching to colour frame buffer device 128x48\n[ 3.217548] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n[ 3.221309] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting NTP client/server...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\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[ 3.288523] AES CTR mode by8 optimization enabled\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\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 Starting Getty on tty1...\n[ 3.328454] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.337036] alg: No test for crc32 (crc32-pclmul)\n[ 3.347122] intel_rapl: no valid rapl domains found in package 0\n[ 3.350744] intel_powerclamp: No package C-state available\n[ 3.356225] intel_powerclamp: No package C-state available[ 3.312163] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:27:20 +0000. Up 3.28 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-09-02 09:27:23,496 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a/action used request id req-16484760-d111-416e-849d-9e4057fd9ab1 2018-09-02 09:27:23,496 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.108860015869s 2018-09-02 09:27:23,497 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a/action used request id req-16484760-d111-416e-849d-9e4057fd9ab1 2018-09-02 09:27:23,498 - 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 1847296833 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.425256] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.428234] pid_max: default: 32768 minimum: 301 [ 0.429836] Security Framework initialized [ 0.431337] SELinux: Initializing. [ 0.432968] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.439304] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.443240] Mount-cache hash table entries: 4096 [ 0.445135] Initializing cgroup subsys memory [ 0.446685] Initializing cgroup subsys devices [ 0.448242] Initializing cgroup subsys freezer [ 0.449825] Initializing cgroup subsys net_cls [ 0.451377] Initializing cgroup subsys blkio [ 0.452877] Initializing cgroup subsys perf_event [ 0.454454] Initializing cgroup subsys hugetlb [ 0.455976] Initializing cgroup subsys pids [ 0.457449] Initializing cgroup subsys net_prio [ 0.459093] CPU: Physical Processor ID: 0 [ 0.461247] mce: CPU supports 10 MCE banks [ 0.462746] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466160] tlb_flushall_shift: 6 [ 0.467672] Freeing SMP alternatives: 28k freed [ 0.471842] ACPI: Core revision 20130517 [ 0.473726] ACPI: All ACPI Tables successfully acquired [ 0.475660] ftrace: allocating 25812 entries in 101 pages [ 0.497424] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.499418] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.501388] smpboot: Max logical packages: 2 [ 0.503171] Enabling x2apic [ 0.504382] Enabled x2apic [ 0.505892] Switched APIC routing to physical x2apic. [ 0.509016] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.510972] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.514451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.522592] KVM setup paravirtual spinlock [ 0.525366] smpboot: Booting Node 0, Processors #1 OK [ 0.527466] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.549766] Brought up 2 CPUs [ 0.549769] KVM setup async PF for cpu 1 [ 0.549772] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.553992] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.556831] devtmpfs: initialized [ 0.559753] EVM: security.selinux [ 0.561285] EVM: security.ima [ 0.562699] EVM: security.capability [ 0.564927] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.567065] pinctrl core: initialized pinctrl subsystem [ 0.568912] NET: Registered protocol family 16 [ 0.570666] ACPI: bus type PCI registered [ 0.572122] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.574158] PCI: Using configuration type 1 for base access [ 0.579298] ACPI: Added _OSI(Module Device) [ 0.580797] ACPI: Added _OSI(Processor Device) [ 0.582338] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.584123] ACPI: Added _OSI(Processor Aggregator Device) [ 0.587656] ACPI: Interpreter enabled [ 0.589231] ACPI: (supports S0 S5) [ 0.590576] ACPI: Using IOAPIC for interrupt routing [ 0.592232] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.597125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.599021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.601086] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.603093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.606852] acpiphp: Slot [3] registered [ 0.608319] acpiphp: Slot [4] registered [ 0.609771] acpiphp: Slot [5] registered [ 0.611232] acpiphp: Slot [6] registered [ 0.612675] acpiphp: Slot [7] registered [ 0.614121] acpiphp: Slot [8] registered [ 0.615560] acpiphp: Slot [9] registered [ 0.616999] acpiphp: Slot [10] registered [ 0.618469] acpiphp: Slot [11] registered [ 0.619927] acpiphp: Slot [12] registered [ 0.621408] acpiphp: Slot [13] registered [ 0.622881] acpiphp: Slot [14] registered [ 0.624349] acpiphp: Slot [15] registered [ 0.625826] acpiphp: Slot [16] registered [ 0.627307] acpiphp: Slot [17] registered [ 0.628766] acpiphp: Slot [18] registered [ 0.630229] acpiphp: Slot [19] registered [ 0.631696] acpiphp: Slot [20] registered [ 0.633163] acpiphp: Slot [21] registered [ 0.634616] acpiphp: Slot [22] registered [ 0.636093] acpiphp: Slot [23] registered [ 0.637545] acpiphp: Slot [24] registered [ 0.639143] acpiphp: Slot [25] registered [ 0.640775] acpiphp: Slot [26] registered [ 0.642333] acpiphp: Slot [27] registered [ 0.643893] acpiphp: Slot [28] registered [ 0.645428] acpiphp: Slot [29] registered [ 0.646986] acpiphp: Slot [30] registered [ 0.648523] acpiphp: Slot [31] registered [ 0.650080] PCI host bridge to bus 0000:00 [ 0.651584] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.653385] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.655451] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.657497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.660269] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.663026] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.668629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.670750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.672749] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.674858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.679573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.682295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.707926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.710983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713406] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.715787] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.718132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.720466] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.722911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725834] vgaarb: loaded [ 0.727076] vgaarb: bridge control possible 0000:00:02.0 [ 0.729031] SCSI subsystem initialized [ 0.730510] ACPI: bus type USB registered [ 0.732048] usbcore: registered new interface driver usbfs [ 0.733894] usbcore: registered new interface driver hub [ 0.735708] usbcore: registered new device driver usb [ 0.737682] PCI: Using ACPI for IRQ routing [ 0.739637] NetLabel: Initializing [ 0.741021] NetLabel: domain hash size = 128 [ 0.742573] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.744293] NetLabel: unlabeled traffic allowed by default [ 0.746295] Switched to clocksource kvm-clock [ 0.756141] pnp: PnP ACPI init [ 0.757454] ACPI: bus type PNP registered [ 0.759397] pnp: PnP ACPI: found 5 devices [ 0.760926] ACPI: bus type PNP unregistered [ 0.769251] NET: Registered protocol family 2 [ 0.771202] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.774170] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.776643] TCP: Hash tables configured (established 32768 bind 32768) [ 0.778763] TCP: reno registered [ 0.780111] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.782121] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784210] NET: Registered protocol family 1 [ 0.785788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.787686] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.789546] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.810086] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.830592] Unpacking initramfs... [ 1.325484] Freeing initrd memory: 37508k freed [ 1.335228] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.337338] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.341274] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.343350] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.345678] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.347649] Initialise system trusted keyring [ 1.349248] audit: initializing netlink socket (disabled) [ 1.351027] type=2000 audit(1535880438.870:1): initialized [ 1.368289] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.370279] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.373220] zpool: loaded [ 1.374433] zbud: loaded [ 1.375856] VFS: Disk quotas dquot_6.5.2 [ 1.377370] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.379524] msgmni has been set to 7578 [ 1.381057] Key type big_key registered [ 1.383588] NET: Registered protocol family 38 [ 1.385190] Key type asymmetric registered [ 1.386684] Asymmetric key parser 'x509' registered [ 1.388357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.391169] io scheduler noop registered [ 1.392649] io scheduler deadline registered (default) [ 1.408530] io scheduler cfq registered [ 1.410085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.411914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.414073] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.416806] ACPI: Power Button [PWRF] [ 1.418393] GHES: HEST is not enabled! [ 1.419929] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.444150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.446556] Non-volatile memory driver v1.3 [ 1.448099] Linux agpgart interface v0.103 [ 1.449745] crash memory driver: version 1.1 [ 1.451365] rdac: device handler registered [ 1.452990] hp_sw: device handler registered [ 1.454543] emc: device handler registered [ 1.456051] alua: device handler registered [ 1.457586] libphy: Fixed MDIO Bus: probed [ 1.459232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.461245] ehci-pci: EHCI PCI platform driver [ 1.462812] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.464768] ohci-pci: OHCI PCI platform driver [ 1.466369] uhci_hcd: USB Universal Host Controller Interface driver [ 1.486894] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.488775] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.491552] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.493318] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.495270] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.497356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.500102] usb usb1: Product: UHCI Host Controller [ 1.501779] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.503909] usb usb1: SerialNumber: 0000:00:01.2 [ 1.505726] hub 1-0:1.0: USB hub found [ 1.507194] hub 1-0:1.0: 2 ports detected [ 1.508830] usbcore: registered new interface driver usbserial [ 1.510722] usbcore: registered new interface driver usbserial_generic [ 1.512765] usbserial: USB Serial support registered for generic [ 1.514696] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.518314] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.520033] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.521846] mousedev: PS/2 mouse device common for all mice [ 1.524128] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.527717] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.530825] rtc_cmos 00:00: RTC can wake from S4 [ 1.532862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.533183] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.538057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.540168] cpuidle: using governor menu [ 1.541718] hidraw: raw HID events driver (C) Jiri Kosina [ 1.543597] usbcore: registered new interface driver usbhid [ 1.545419] usbhid: USB HID core driver [ 1.546917] drop_monitor: Initializing network drop monitor service [ 1.548943] TCP: cubic registered [ 1.550298] Initializing XFRM netlink socket [ 1.551924] NET: Registered protocol family 10 [ 1.553785] NET: Registered protocol family 17 [ 1.555537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.557392] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.559450] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.562702] Loading compiled-in X.509 certificates [ 1.564453] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.567809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.571631] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.574987] registered taskstats version 1 [ 1.578733] Key type trusted registered [ 1.581678] Key type encrypted registered [ 1.584969] IMA: No TPM chip found, activating TPM-bypass! [ 1.587321] rtc_cmos 00:00: setting system clock to 2018-09-02 09:27:18 UTC (1535880438) [ 1.591031] Freeing unused kernel memory: 1680k freed [ 1.596866] 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.602624] systemd[1]: Detected virtualization kvm. [ 1.604379] systemd[1]: Detected architecture x86-64. [ 1.606148] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.609567] systemd[1]: No hostname configured. [ 1.611228] systemd[1]: Set hostname to . [ 1.613022] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.640365] systemd[1]: Reached target Swap. [ 1.641980] systemd[1]: Starting Swap. [ 1.643515] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.646518] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.650730] systemd[1]: Reached target Local File Systems. [ 1.652571] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.655233] systemd[1]: Reached target Paths. [ 1.656823] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.659251] systemd[1]: Reached target Timers. [ 1.660851] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.663428] systemd[1]: Created slice Root Slice. [ 1.665094] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.667776] systemd[1]: Listening on udev Control Socket. [ 1.669577] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.672382] systemd[1]: Created slice System Slice. [ 1.674080] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.676655] systemd[1]: Reached target Slices. [ 1.678251] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.680833] systemd[1]: Listening on udev Kernel Socket. [ 1.682605] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.685407] systemd[1]: Listening on Journal Socket. [ 1.687123] systemd[1]: Starting Journal Socket. [ 1.689184] 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.694255] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.698065] systemd[1]: Reached target Sockets. [ 1.699673] systemd[1]: Starting Sockets. [ 1.701663] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.704555] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.710723] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.715817] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.718727] 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.781194] RPC: Registered named UNIX socket transport module. [ 1.783133] RPC: Registered udp transport module. [ 1.784749] RPC: Registered tcp transport module. [ 1.786419] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.811308] 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.897733] FDC 0 is a S82078B [ 1.921594] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.963221] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.965316] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.965535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.969869] usb 1-1: Product: QEMU USB Tablet [ 1.971984] usb 1-1: Manufacturer: QEMU [ 1.973673] usb 1-1: SerialNumber: 42 [ 1.975900] scsi host0: ata_piix [ 1.977426] scsi host1: ata_piix [ 1.978896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.980991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.983480] vda: vda1 [ 1.991530] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.995440] 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.154427] SGI XFS with ACLs, security attributes, no debug enabled [ 2.157303] XFS (vda1): Mounting V4 Filesystem [ 2.183137] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.342340] tsc: Refined TSC clocksource calibration: 3491.872 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped 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 System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[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 Paths. [[32m OK [0m] Stopped target Sockets. [[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.424238] systemd-journald[115]: Received SIGTERM from PID 1 (systemd). [ 2.488916] SELinux: Disabled at runtime. [ 2.530317] type=1404 audit(1535880439.442:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.553161] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.554982] 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 udev Kernel Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[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... Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Configure read-only root support...[ 2.760884] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Apply Kernel Variables. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 2.836519] systemd-journald[399]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Flush Journal to Persistent Storage. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[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 udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.980472] type=1305 audit(1535880439.892:3): audit_pid=432 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.124245] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.132378] [drm] Initialized drm 1.1.0 20060810 [ 3.138732] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.155726] [TTM] Zone kernel: Available graphics memory: 1940960 kiB Starting D-Bus System Message Bus... [ 3.158506] [TTM] Initializing pool allocator Starting Dump dmesg to /var/log/dmesg... [ 3.161574] [TTM] Initializing DMA pool allocator Starting GSSAPI Proxy Daemon... [ 3.164642] [drm] fb mappable at 0xFC000000 [ 3.166245] [drm] vram aper at 0xFC000000 [ 3.166246] [drm] size 33554432 [ 3.166246] [drm] fb depth is 24 [ 3.166246] [drm] pitch is 3072 Starting Authorization Manager... [ 3.172151] fbcon: cirrusdrmfb (fb0) is primary device [ 3.184800] ppdev: user-space parallel port driver [ 3.200849] Console: switching to colour frame buffer device 128x48 [ 3.217548] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... [ 3.221309] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.288523] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[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. Starting Getty on tty1... [ 3.328454] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.337036] alg: No test for crc32 (crc32-pclmul) [ 3.347122] intel_rapl: no valid rapl domains found in package 0 [ 3.350744] intel_powerclamp: No package C-state available [ 3.356225] intel_powerclamp: No package C-state available[ 3.312163] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:27:20 +0000. Up 3.28 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-09-02 09:27:24,501 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.203: timed out 2018-09-02 09:27:33,510 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:27:33,514 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a/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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:27:33,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27: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-30a57cca-fe1b-4083-ab26-506c8ac3c4bb x-compute-request-id: req-30a57cca-fe1b-4083-ab26-506c8ac3c4bb Content-Encoding: gzip Content-Length: 12745 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 1847296833 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.910 MHz processor\n[ 0.425256] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.428234] pid_max: default: 32768 minimum: 301\n[ 0.429836] Security Framework initialized\n[ 0.431337] SELinux: Initializing.\n[ 0.432968] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.439304] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.443240] Mount-cache hash table entries: 4096\n[ 0.445135] Initializing cgroup subsys memory\n[ 0.446685] Initializing cgroup subsys devices\n[ 0.448242] Initializing cgroup subsys freezer\n[ 0.449825] Initializing cgroup subsys net_cls\n[ 0.451377] Initializing cgroup subsys blkio\n[ 0.452877] Initializing cgroup subsys perf_event\n[ 0.454454] Initializing cgroup subsys hugetlb\n[ 0.455976] Initializing cgroup subsys pids\n[ 0.457449] Initializing cgroup subsys net_prio\n[ 0.459093] CPU: Physical Processor ID: 0\n[ 0.461247] mce: CPU supports 10 MCE banks\n[ 0.462746] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.464460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.466160] tlb_flushall_shift: 6\n[ 0.467672] Freeing SMP alternatives: 28k freed\n[ 0.471842] ACPI: Core revision 20130517\n[ 0.473726] ACPI: All ACPI Tables successfully acquired\n[ 0.475660] ftrace: allocating 25812 entries in 101 pages\n[ 0.497424] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.499418] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.501388] smpboot: Max logical packages: 2\n[ 0.503171] Enabling x2apic\n[ 0.504382] Enabled x2apic\n[ 0.505892] Switched APIC routing to physical x2apic.\n[ 0.509016] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.510972] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.514451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.522592] KVM setup paravirtual spinlock\n[ 0.525366] smpboot: Booting Node 0, Processors #1 OK\n[ 0.527466] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.549766] Brought up 2 CPUs\n[ 0.549769] KVM setup async PF for cpu 1\n[ 0.549772] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.553992] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.556831] devtmpfs: initialized\n[ 0.559753] EVM: security.selinux\n[ 0.561285] EVM: security.ima\n[ 0.562699] EVM: security.capability\n[ 0.564927] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.567065] pinctrl core: initialized pinctrl subsystem\n[ 0.568912] NET: Registered protocol family 16\n[ 0.570666] ACPI: bus type PCI registered\n[ 0.572122] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.574158] PCI: Using configuration type 1 for base access\n[ 0.579298] ACPI: Added _OSI(Module Device)\n[ 0.580797] ACPI: Added _OSI(Processor Device)\n[ 0.582338] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.584123] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.587656] ACPI: Interpreter enabled\n[ 0.589231] ACPI: (supports S0 S5)\n[ 0.590576] ACPI: Using IOAPIC for interrupt routing\n[ 0.592232] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.597125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.599021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.601086] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.603093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.606852] acpiphp: Slot [3] registered\n[ 0.608319] acpiphp: Slot [4] registered\n[ 0.609771] acpiphp: Slot [5] registered\n[ 0.611232] acpiphp: Slot [6] registered\n[ 0.612675] acpiphp: Slot [7] registered\n[ 0.614121] acpiphp: Slot [8] registered\n[ 0.615560] acpiphp: Slot [9] registered\n[ 0.616999] acpiphp: Slot [10] registered\n[ 0.618469] acpiphp: Slot [11] registered\n[ 0.619927] acpiphp: Slot [12] registered\n[ 0.621408] acpiphp: Slot [13] registered\n[ 0.622881] acpiphp: Slot [14] registered\n[ 0.624349] acpiphp: Slot [15] registered\n[ 0.625826] acpiphp: Slot [16] registered\n[ 0.627307] acpiphp: Slot [17] registered\n[ 0.628766] acpiphp: Slot [18] registered\n[ 0.630229] acpiphp: Slot [19] registered\n[ 0.631696] acpiphp: Slot [20] registered\n[ 0.633163] acpiphp: Slot [21] registered\n[ 0.634616] acpiphp: Slot [22] registered\n[ 0.636093] acpiphp: Slot [23] registered\n[ 0.637545] acpiphp: Slot [24] registered\n[ 0.639143] acpiphp: Slot [25] registered\n[ 0.640775] acpiphp: Slot [26] registered\n[ 0.642333] acpiphp: Slot [27] registered\n[ 0.643893] acpiphp: Slot [28] registered\n[ 0.645428] acpiphp: Slot [29] registered\n[ 0.646986] acpiphp: Slot [30] registered\n[ 0.648523] acpiphp: Slot [31] registered\n[ 0.650080] PCI host bridge to bus 0000:00\n[ 0.651584] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.653385] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.655451] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.657497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.660269] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.663026] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.668629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.670750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.672749] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.674858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.679573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.682295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.707926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.710983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.713406] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.715787] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.718132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.720466] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.722911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.725834] vgaarb: loaded\n[ 0.727076] vgaarb: bridge control possible 0000:00:02.0\n[ 0.729031] SCSI subsystem initialized\n[ 0.730510] ACPI: bus type USB registered\n[ 0.732048] usbcore: registered new interface driver usbfs\n[ 0.733894] usbcore: registered new interface driver hub\n[ 0.735708] usbcore: registered new device driver usb\n[ 0.737682] PCI: Using ACPI for IRQ routing\n[ 0.739637] NetLabel: Initializing\n[ 0.741021] NetLabel: domain hash size = 128\n[ 0.742573] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.744293] NetLabel: unlabeled traffic allowed by default\n[ 0.746295] Switched to clocksource kvm-clock\n[ 0.756141] pnp: PnP ACPI init\n[ 0.757454] ACPI: bus type PNP registered\n[ 0.759397] pnp: PnP ACPI: found 5 devices\n[ 0.760926] ACPI: bus type PNP unregistered\n[ 0.769251] NET: Registered protocol family 2\n[ 0.771202] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.774170] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.776643] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.778763] TCP: reno registered\n[ 0.780111] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.782121] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.784210] NET: Registered protocol family 1\n[ 0.785788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.787686] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.789546] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.810086] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.830592] Unpacking initramfs...\n[ 1.325484] Freeing initrd memory: 37508k freed\n[ 1.335228] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.337338] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.341274] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.343350] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.345678] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.347649] Initialise system trusted keyring\n[ 1.349248] audit: initializing netlink socket (disabled)\n[ 1.351027] type=2000 audit(1535880438.870:1): initialized\n[ 1.368289] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.370279] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.373220] zpool: loaded\n[ 1.374433] zbud: loaded\n[ 1.375856] VFS: Disk quotas dquot_6.5.2\n[ 1.377370] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.379524] msgmni has been set to 7578\n[ 1.381057] Key type big_key registered\n[ 1.383588] NET: Registered protocol family 38\n[ 1.385190] Key type asymmetric registered\n[ 1.386684] Asymmetric key parser 'x509' registered\n[ 1.388357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.391169] io scheduler noop registered\n[ 1.392649] io scheduler deadline registered (default)\n[ 1.408530] io scheduler cfq registered\n[ 1.410085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.411914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.414073] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.416806] ACPI: Power Button [PWRF]\n[ 1.418393] GHES: HEST is not enabled!\n[ 1.419929] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.444150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.446556] Non-volatile memory driver v1.3\n[ 1.448099] Linux agpgart interface v0.103\n[ 1.449745] crash memory driver: version 1.1\n[ 1.451365] rdac: device handler registered\n[ 1.452990] hp_sw: device handler registered\n[ 1.454543] emc: device handler registered\n[ 1.456051] alua: device handler registered\n[ 1.457586] libphy: Fixed MDIO Bus: probed\n[ 1.459232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.461245] ehci-pci: EHCI PCI platform driver\n[ 1.462812] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.464768] ohci-pci: OHCI PCI platform driver\n[ 1.466369] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.486894] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.488775] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.491552] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.493318] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.495270] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.497356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.500102] usb usb1: Product: UHCI Host Controller\n[ 1.501779] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.503909] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.505726] hub 1-0:1.0: USB hub found\n[ 1.507194] hub 1-0:1.0: 2 ports detected\n[ 1.508830] usbcore: registered new interface driver usbserial\n[ 1.510722] usbcore: registered new interface driver usbserial_generic\n[ 1.512765] usbserial: USB Serial support registered for generic\n[ 1.514696] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.518314] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.520033] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.521846] mousedev: PS/2 mouse device common for all mice\n[ 1.524128] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.527717] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.530825] rtc_cmos 00:00: RTC can wake from S4\n[ 1.532862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.533183] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.538057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.540168] cpuidle: using governor menu\n[ 1.541718] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.543597] usbcore: registered new interface driver usbhid\n[ 1.545419] usbhid: USB HID core driver\n[ 1.546917] drop_monitor: Initializing network drop monitor service\n[ 1.548943] TCP: cubic registered\n[ 1.550298] Initializing XFRM netlink socket\n[ 1.551924] NET: Registered protocol family 10\n[ 1.553785] NET: Registered protocol family 17\n[ 1.555537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.557392] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.559450] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.562702] Loading compiled-in X.509 certificates\n[ 1.564453] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.567809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.571631] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.574987] registered taskstats version 1\n[ 1.578733] Key type trusted registered\n[ 1.581678] Key type encrypted registered\n[ 1.584969] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.587321] rtc_cmos 00:00: setting system clock to 2018-09-02 09:27:18 UTC (1535880438)\n[ 1.591031] Freeing unused kernel memory: 1680k freed\n[ 1.596866] 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.602624] systemd[1]: Detected virtualization kvm.\n[ 1.604379] systemd[1]: Detected architecture x86-64.\n[ 1.606148] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.609567] systemd[1]: No hostname configured.\n[ 1.611228] systemd[1]: Set hostname to .\n[ 1.613022] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Swap.\n[ 1.640365] systemd[1]: Reached target Swap.\n[ 1.641980] systemd[1]: Starting Swap.\n[ 1.643515] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.646518] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.650730] systemd[1]: Reached target Local File Systems.\n[ 1.652571] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Reached target Paths.\n[ 1.655233] systemd[1]: Reached target Paths.\n[ 1.656823] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Timers.\n[ 1.659251] systemd[1]: Reached target Timers.\n[ 1.660851] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.663428] systemd[1]: Created slice Root Slice.\n[ 1.665094] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.667776] systemd[1]: Listening on udev Control Socket.\n[ 1.669577] systemd[1]: Starting udev Control Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.672382] systemd[1]: Created slice System Slice.\n[ 1.674080] systemd[1]: Starting System Slice.\n[[32m OK [0m] Reached target Slices.\n[ 1.676655] systemd[1]: Reached target Slices.\n[ 1.678251] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.680833] systemd[1]: Listening on udev Kernel Socket.\n[ 1.682605] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.685407] systemd[1]: Listening on Journal Socket.\n[ 1.687123] systemd[1]: Starting Journal Socket.\n[ 1.689184] 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.694255] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[[32m OK [0m] Reached target Sockets.\n[ 1.698065] systemd[1]: Reached target Sockets.\n[ 1.699673] systemd[1]: Starting Sockets.\n[ 1.701663] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[ 1.704555] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel.\n[ 1.710723] systemd[1]: Started Create list of required static device nodes for the current kernel.\n[[32m OK [0m] Started Apply Kernel Variables.\n[ 1.715817] systemd[1]: Started Apply Kernel Variables.\n[[32m OK [0m] Started Journal Service.\n[ 1.718727] 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.781194] RPC: Registered named UNIX socket transport module.\n[ 1.783133] RPC: Registered udp transport module.\n[ 1.784749] RPC: Registered tcp transport module.\n[ 1.786419] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.811308] 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[[32m OK [0m] Reached target System Initialization.\n[[32m OK [0m] Reached target Basic System.\n Starting dracut initqueue hook...\n[ 1.897733] FDC 0 is a S82078B\n[ 1.921594] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.963221] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.965316] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.965535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.969869] usb 1-1: Product: QEMU USB Tablet\n[ 1.971984] usb 1-1: Manufacturer: QEMU\n[ 1.973673] usb 1-1: SerialNumber: 42\n[ 1.975900] scsi host0: ata_piix\n[ 1.977426] scsi host1: ata_piix\n[ 1.978896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.980991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.983480] vda: vda1\n[ 1.991530] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.995440] 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.154427] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.157303] XFS (vda1): Mounting V4 Filesystem\n[ 2.183137] 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[ 2.342340] tsc: Refined TSC clocksource calibration: 3491.872 MHz\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 System Initialization.\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 target Local File Systems.\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 Paths.\n[[32m OK [0m] Stopped target Sockets.\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.424238] systemd-journald[115]: Received SIGTERM from PID 1 (systemd).\n[ 2.488916] SELinux: Disabled at runtime.\n[ 2.530317] type=1404 audit(1535880439.442:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.553161] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.554982] 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 udev Kernel Socket.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n Mounting Debug File System...\n[[32m OK [0m] Reached target Swap.\n Starting Create list of required st... nodes for the current kernel...\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Created slice system-getty.slice.\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Stopped target Switch Root.\n[[32m OK [0m] Stopped target Initrd File Systems.\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Reached target Encrypted Volumes.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\n Mounting NFSD configuration filesystem...\n Mounting Huge Pages File System...\n[[32m OK [0m] Listening on udev Control Socket.\n[[32m OK [0m] Stopped target Initrd Root File System.\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 Starting Setup Virtual Console...\n Starting Apply Kernel Variables...\n Starting Remount Root and Kernel File Systems...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\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 Create list of required sta...ce nodes for the current kernel.\n[[32m OK [0m] Started Remount Root and Kernel File Systems.\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...[ 2.760884] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n\n Starting Load/Save Random Seed...\n Starting Create Static Device Nodes in /dev...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Apply Kernel Variables.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Load/Save Random Seed.\n[ 2.836519] systemd-journald[399]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Started Configure read-only root support.\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\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 Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Rebuild Journal Catalog...\n Starting Preprocess NFS configuration...\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 Rebuild Journal Catalog.\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 udev Kernel Device Manager.\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[ 2.980472] type=1305 audit(1535880439.892:3): audit_pid=432 old=0 auid=4294967295 ses=4294967295 res=1\n[[32m OK [0m] Started Rebuild Hardware Database.\n Starting Update is Completed...\n Starting udev Coldplug all Devices...\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] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.\n[[32m OK [0m] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Sockets.\n[[32m OK [0m] Reached target Basic System.\n[[32m OK [0m] Started D-Bus System Message Bus.\n[ 3.124245] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n[ 3.132378] [drm] Initialized drm 1.1.0 20060810\n[ 3.138732] input: PC Speaker as /devices/platform/pcspkr/input/input5\n[ 3.155726] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n Starting D-Bus System Message Bus...\n[ 3.158506] [TTM] Initializing pool allocator\n Starting Dump dmesg to /var/log/dmesg...\n[ 3.161574] [TTM] Initializing DMA pool allocator\n Starting GSSAPI Proxy Daemon...\n[ 3.164642] [drm] fb mappable at 0xFC000000\n[ 3.166245] [drm] vram aper at 0xFC000000\n[ 3.166246] [drm] size 33554432\n[ 3.166246] [drm] fb depth is 24\n[ 3.166246] [drm] pitch is 3072\n Starting Authorization Manager...\n[ 3.172151] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.184800] ppdev: user-space parallel port driver\n[ 3.200849] Console: switching to colour frame buffer device 128x48\n[ 3.217548] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n Starting LSB: Bring up/down networking...\n[ 3.221309] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n Starting Login Service...\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting NTP client/server...\n Starting Initial cloud-init job (pre-networking)...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Found device /dev/ttyS0.\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[ 3.288523] AES CTR mode by8 optimization enabled\n Starting Permit User Sessions...\n[[32m OK [0m] Started NTP client/server.\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 Starting Getty on tty1...\n[ 3.328454] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[[32m OK [0m] Reached target Login Prompts.\n[[32m OK [0m] Started Authorization Manager.\n[ 3.337036] alg: No test for crc32 (crc32-pclmul)\n[ 3.347122] intel_rapl: no valid rapl domains found in package 0\n[ 3.350744] intel_powerclamp: No package C-state available\n[ 3.356225] intel_powerclamp: No package C-state available[ 3.312163] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:27:20 +0000. Up 3.28 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 OpenSSH server daemon...\n Starting Dynamic System Tuning Daemon...\n[[32m OK [0m] Reached target Network is Online.\n Starting RabbitMQ Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\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 LSB: Supports the direct execution of binary formats....\n Starting LSB: Starts Logstash as a daemon....\n Starting Crash recovery kernel arming...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting System Logging Service...\n Starting PostgreSQL 9.5 database server...\n Starting Postfix Mail Transport Agent...\n Starting Notify NFS peers of a restart...\n[[32m OK [0m] Started 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[[32m OK [0m] Created slice user-993.slice.\n Mounting Arbitrary Executable File Formats File System...\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 Dynamic System Tuning Daemon.\n[[32m OK [0m] Started LSB: Supports the direct execution of binary formats..\n[ 5.668451] cloud-init[809]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:27:23 +0000. Up 5.63 seconds.\n[ 5.704597] cloud-init[809]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++\n[ 5.710714] cloud-init[809]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.712598] cloud-init[809]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.714466] cloud-init[809]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.725032] cloud-init[809]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.727083] cloud-init[809]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:b0:24:60 |\n[ 5.728923] cloud-init[809]: ci-info: +--------+------+---------------+---------------+-------------------+\n[ 5.730759] cloud-init[809]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.732752] cloud-init[809]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.734688] cloud-init[809]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.745043] cloud-init[809]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.756995] cloud-init[809]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.759259] cloud-init[809]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.761637] cloud-init[809]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.764642] cloud-init[809]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\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.378754] cloud-init[3080]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:27:27 +0000. Up 10.31 seconds.\n[ 10.726662] cloud-init[3287]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:27:28 +0000. Up 10.66 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 | 81:4e:7d:31:0d:8b:3d:04:57:74:d8:f9:f9:c9:e1:16 | - | 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.783486] cloud-init[3287]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:27:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.77 seconds\n"} 2018-09-02 09:27:33,616 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a/action used request id req-30a57cca-fe1b-4083-ab26-506c8ac3c4bb 2018-09-02 09:27:33,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.105545043945s 2018-09-02 09:27:33,617 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a/action used request id req-30a57cca-fe1b-4083-ab26-506c8ac3c4bb 2018-09-02 09:27:33,618 - 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 1847296833 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.425256] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.428234] pid_max: default: 32768 minimum: 301 [ 0.429836] Security Framework initialized [ 0.431337] SELinux: Initializing. [ 0.432968] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.439304] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.443240] Mount-cache hash table entries: 4096 [ 0.445135] Initializing cgroup subsys memory [ 0.446685] Initializing cgroup subsys devices [ 0.448242] Initializing cgroup subsys freezer [ 0.449825] Initializing cgroup subsys net_cls [ 0.451377] Initializing cgroup subsys blkio [ 0.452877] Initializing cgroup subsys perf_event [ 0.454454] Initializing cgroup subsys hugetlb [ 0.455976] Initializing cgroup subsys pids [ 0.457449] Initializing cgroup subsys net_prio [ 0.459093] CPU: Physical Processor ID: 0 [ 0.461247] mce: CPU supports 10 MCE banks [ 0.462746] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.464460] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.466160] tlb_flushall_shift: 6 [ 0.467672] Freeing SMP alternatives: 28k freed [ 0.471842] ACPI: Core revision 20130517 [ 0.473726] ACPI: All ACPI Tables successfully acquired [ 0.475660] ftrace: allocating 25812 entries in 101 pages [ 0.497424] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.499418] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.501388] smpboot: Max logical packages: 2 [ 0.503171] Enabling x2apic [ 0.504382] Enabled x2apic [ 0.505892] Switched APIC routing to physical x2apic. [ 0.509016] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.510972] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.514451] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.522592] KVM setup paravirtual spinlock [ 0.525366] smpboot: Booting Node 0, Processors #1 OK [ 0.527466] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.549766] Brought up 2 CPUs [ 0.549769] KVM setup async PF for cpu 1 [ 0.549772] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.553992] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.556831] devtmpfs: initialized [ 0.559753] EVM: security.selinux [ 0.561285] EVM: security.ima [ 0.562699] EVM: security.capability [ 0.564927] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.567065] pinctrl core: initialized pinctrl subsystem [ 0.568912] NET: Registered protocol family 16 [ 0.570666] ACPI: bus type PCI registered [ 0.572122] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.574158] PCI: Using configuration type 1 for base access [ 0.579298] ACPI: Added _OSI(Module Device) [ 0.580797] ACPI: Added _OSI(Processor Device) [ 0.582338] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.584123] ACPI: Added _OSI(Processor Aggregator Device) [ 0.587656] ACPI: Interpreter enabled [ 0.589231] ACPI: (supports S0 S5) [ 0.590576] ACPI: Using IOAPIC for interrupt routing [ 0.592232] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.597125] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.599021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.601086] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.603093] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.606852] acpiphp: Slot [3] registered [ 0.608319] acpiphp: Slot [4] registered [ 0.609771] acpiphp: Slot [5] registered [ 0.611232] acpiphp: Slot [6] registered [ 0.612675] acpiphp: Slot [7] registered [ 0.614121] acpiphp: Slot [8] registered [ 0.615560] acpiphp: Slot [9] registered [ 0.616999] acpiphp: Slot [10] registered [ 0.618469] acpiphp: Slot [11] registered [ 0.619927] acpiphp: Slot [12] registered [ 0.621408] acpiphp: Slot [13] registered [ 0.622881] acpiphp: Slot [14] registered [ 0.624349] acpiphp: Slot [15] registered [ 0.625826] acpiphp: Slot [16] registered [ 0.627307] acpiphp: Slot [17] registered [ 0.628766] acpiphp: Slot [18] registered [ 0.630229] acpiphp: Slot [19] registered [ 0.631696] acpiphp: Slot [20] registered [ 0.633163] acpiphp: Slot [21] registered [ 0.634616] acpiphp: Slot [22] registered [ 0.636093] acpiphp: Slot [23] registered [ 0.637545] acpiphp: Slot [24] registered [ 0.639143] acpiphp: Slot [25] registered [ 0.640775] acpiphp: Slot [26] registered [ 0.642333] acpiphp: Slot [27] registered [ 0.643893] acpiphp: Slot [28] registered [ 0.645428] acpiphp: Slot [29] registered [ 0.646986] acpiphp: Slot [30] registered [ 0.648523] acpiphp: Slot [31] registered [ 0.650080] PCI host bridge to bus 0000:00 [ 0.651584] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.653385] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.655451] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.657497] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.660269] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.663026] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.668629] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.670750] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.672749] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.674858] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.679573] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.682295] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.707926] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.710983] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.713406] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.715787] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.718132] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.720466] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.722911] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.725834] vgaarb: loaded [ 0.727076] vgaarb: bridge control possible 0000:00:02.0 [ 0.729031] SCSI subsystem initialized [ 0.730510] ACPI: bus type USB registered [ 0.732048] usbcore: registered new interface driver usbfs [ 0.733894] usbcore: registered new interface driver hub [ 0.735708] usbcore: registered new device driver usb [ 0.737682] PCI: Using ACPI for IRQ routing [ 0.739637] NetLabel: Initializing [ 0.741021] NetLabel: domain hash size = 128 [ 0.742573] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.744293] NetLabel: unlabeled traffic allowed by default [ 0.746295] Switched to clocksource kvm-clock [ 0.756141] pnp: PnP ACPI init [ 0.757454] ACPI: bus type PNP registered [ 0.759397] pnp: PnP ACPI: found 5 devices [ 0.760926] ACPI: bus type PNP unregistered [ 0.769251] NET: Registered protocol family 2 [ 0.771202] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.774170] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.776643] TCP: Hash tables configured (established 32768 bind 32768) [ 0.778763] TCP: reno registered [ 0.780111] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.782121] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.784210] NET: Registered protocol family 1 [ 0.785788] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.787686] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.789546] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.810086] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.830592] Unpacking initramfs... [ 1.325484] Freeing initrd memory: 37508k freed [ 1.335228] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.337338] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.341274] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.343350] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.345678] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.347649] Initialise system trusted keyring [ 1.349248] audit: initializing netlink socket (disabled) [ 1.351027] type=2000 audit(1535880438.870:1): initialized [ 1.368289] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.370279] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.373220] zpool: loaded [ 1.374433] zbud: loaded [ 1.375856] VFS: Disk quotas dquot_6.5.2 [ 1.377370] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.379524] msgmni has been set to 7578 [ 1.381057] Key type big_key registered [ 1.383588] NET: Registered protocol family 38 [ 1.385190] Key type asymmetric registered [ 1.386684] Asymmetric key parser 'x509' registered [ 1.388357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.391169] io scheduler noop registered [ 1.392649] io scheduler deadline registered (default) [ 1.408530] io scheduler cfq registered [ 1.410085] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.411914] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.414073] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.416806] ACPI: Power Button [PWRF] [ 1.418393] GHES: HEST is not enabled! [ 1.419929] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.444150] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.446556] Non-volatile memory driver v1.3 [ 1.448099] Linux agpgart interface v0.103 [ 1.449745] crash memory driver: version 1.1 [ 1.451365] rdac: device handler registered [ 1.452990] hp_sw: device handler registered [ 1.454543] emc: device handler registered [ 1.456051] alua: device handler registered [ 1.457586] libphy: Fixed MDIO Bus: probed [ 1.459232] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.461245] ehci-pci: EHCI PCI platform driver [ 1.462812] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.464768] ohci-pci: OHCI PCI platform driver [ 1.466369] uhci_hcd: USB Universal Host Controller Interface driver [ 1.486894] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.488775] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.491552] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.493318] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.495270] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.497356] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.500102] usb usb1: Product: UHCI Host Controller [ 1.501779] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.503909] usb usb1: SerialNumber: 0000:00:01.2 [ 1.505726] hub 1-0:1.0: USB hub found [ 1.507194] hub 1-0:1.0: 2 ports detected [ 1.508830] usbcore: registered new interface driver usbserial [ 1.510722] usbcore: registered new interface driver usbserial_generic [ 1.512765] usbserial: USB Serial support registered for generic [ 1.514696] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.518314] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.520033] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.521846] mousedev: PS/2 mouse device common for all mice [ 1.524128] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.527717] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.530825] rtc_cmos 00:00: RTC can wake from S4 [ 1.532862] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.533183] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.538057] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.540168] cpuidle: using governor menu [ 1.541718] hidraw: raw HID events driver (C) Jiri Kosina [ 1.543597] usbcore: registered new interface driver usbhid [ 1.545419] usbhid: USB HID core driver [ 1.546917] drop_monitor: Initializing network drop monitor service [ 1.548943] TCP: cubic registered [ 1.550298] Initializing XFRM netlink socket [ 1.551924] NET: Registered protocol family 10 [ 1.553785] NET: Registered protocol family 17 [ 1.555537] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.557392] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.559450] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.562702] Loading compiled-in X.509 certificates [ 1.564453] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.567809] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.571631] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.574987] registered taskstats version 1 [ 1.578733] Key type trusted registered [ 1.581678] Key type encrypted registered [ 1.584969] IMA: No TPM chip found, activating TPM-bypass! [ 1.587321] rtc_cmos 00:00: setting system clock to 2018-09-02 09:27:18 UTC (1535880438) [ 1.591031] Freeing unused kernel memory: 1680k freed [ 1.596866] 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.602624] systemd[1]: Detected virtualization kvm. [ 1.604379] systemd[1]: Detected architecture x86-64. [ 1.606148] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.609567] systemd[1]: No hostname configured. [ 1.611228] systemd[1]: Set hostname to . [ 1.613022] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Swap. [ 1.640365] systemd[1]: Reached target Swap. [ 1.641980] systemd[1]: Starting Swap. [ 1.643515] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.646518] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Local File Systems. [ 1.650730] systemd[1]: Reached target Local File Systems. [ 1.652571] systemd[1]: Starting Local File Systems. [[32m OK [0m] Reached target Paths. [ 1.655233] systemd[1]: Reached target Paths. [ 1.656823] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Timers. [ 1.659251] systemd[1]: Reached target Timers. [ 1.660851] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.663428] systemd[1]: Created slice Root Slice. [ 1.665094] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Control Socket. [ 1.667776] systemd[1]: Listening on udev Control Socket. [ 1.669577] systemd[1]: Starting udev Control Socket. [[32m OK [0m] Created slice System Slice. [ 1.672382] systemd[1]: Created slice System Slice. [ 1.674080] systemd[1]: Starting System Slice. [[32m OK [0m] Reached target Slices. [ 1.676655] systemd[1]: Reached target Slices. [ 1.678251] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.680833] systemd[1]: Listening on udev Kernel Socket. [ 1.682605] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.685407] systemd[1]: Listening on Journal Socket. [ 1.687123] systemd[1]: Starting Journal Socket. [ 1.689184] 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.694255] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [[32m OK [0m] Reached target Sockets. [ 1.698065] systemd[1]: Reached target Sockets. [ 1.699673] systemd[1]: Starting Sockets. [ 1.701663] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.704555] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [ 1.710723] systemd[1]: Started Create list of required static device nodes for the current kernel. [[32m OK [0m] Started Apply Kernel Variables. [ 1.715817] systemd[1]: Started Apply Kernel Variables. [[32m OK [0m] Started Journal Service. [ 1.718727] 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.781194] RPC: Registered named UNIX socket transport module. [ 1.783133] RPC: Registered udp transport module. [ 1.784749] RPC: Registered tcp transport module. [ 1.786419] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.811308] 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. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Basic System. Starting dracut initqueue hook... [ 1.897733] FDC 0 is a S82078B [ 1.921594] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.963221] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.965316] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.965535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.969869] usb 1-1: Product: QEMU USB Tablet [ 1.971984] usb 1-1: Manufacturer: QEMU [ 1.973673] usb 1-1: SerialNumber: 42 [ 1.975900] scsi host0: ata_piix [ 1.977426] scsi host1: ata_piix [ 1.978896] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.980991] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.983480] vda: vda1 [ 1.991530] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.995440] 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.154427] SGI XFS with ACLs, security attributes, no debug enabled [ 2.157303] XFS (vda1): Mounting V4 Filesystem [ 2.183137] XFS (vda1): Ending clean mount [[32m OK [0m] Mounted /sysroot. [[32m OK [0m] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [[32m OK [0m] Started Reload Configuration from the Real Root. [[32m OK [0m] Reached target Initrd File Systems. [[32m OK [0m] Reached target Initrd Default Target. Starting dracut pre-pivot and cleanup hook... [ 2.342340] tsc: Refined TSC clocksource calibration: 3491.872 MHz [[32m OK [0m] Started dracut pre-pivot and cleanup hook. Starting Cleaning Up and Shutting Down Daemons... [[32m OK [0m] Stopped target Timers. [[32m OK [0m] Stopped Cleaning Up and Shutting Down Daemons. [[32m OK [0m] Stopped dracut pre-pivot and cleanup hook. Stopping dracut pre-pivot and cleanup hook... [[32m OK [0m] Stopped target Remote File Systems. [[32m OK [0m] Stopped target Remote File Systems (Pre). [[32m OK [0m] Stopped 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 System Initialization. [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. [[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 Paths. [[32m OK [0m] Stopped target Sockets. [[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.424238] systemd-journald[115]: Received SIGTERM from PID 1 (systemd). [ 2.488916] SELinux: Disabled at runtime. [ 2.530317] type=1404 audit(1535880439.442:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.553161] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.554982] 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 udev Kernel Socket. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. Mounting Debug File System... [[32m OK [0m] Reached target Swap. Starting Create list of required st... nodes for the current kernel... Mounting POSIX Message Queue File System... [[32m OK [0m] Created slice system-getty.slice. [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Stopped target Switch Root. [[32m OK [0m] Stopped target Initrd File Systems. [[32m OK [0m] Reached target Slices. [[32m OK [0m] Reached target Encrypted Volumes. [[32m OK [0m] Listening on Delayed Shutdown Socket. Mounting NFSD configuration filesystem... Mounting Huge Pages File System... [[32m OK [0m] Listening on udev Control Socket. [[32m OK [0m] Stopped target Initrd Root File System. [[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... Starting Setup Virtual Console... Starting Apply Kernel Variables... Starting Remount Root and Kernel File Systems... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Mounted Debug File System. [[32m OK [0m] Mounted POSIX Message Queue File System. [[32m OK [0m] Mounted Huge Pages File System. [[32m OK [0m] Started Create list of required sta...ce nodes for the current kernel. [[32m OK [0m] Started Remount Root and Kernel File Systems. Starting Rebuild Hardware Database... Starting Configure read-only root support...[ 2.760884] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Apply Kernel Variables. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Load/Save Random Seed. [ 2.836519] systemd-journald[399]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Started Configure read-only root support. [[32m OK [0m] Started Create Static Device Nodes in /dev. [[32m OK [0m] Started Flush Journal to Persistent Storage. Starting udev Kernel Device Manager... [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Preprocess NFS configuration. [[32m OK [0m] Started Rebuild Journal Catalog. [[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 udev Kernel Device Manager. [[32m OK [0m] Started Security Auditing Service. Starting Update UTMP about System Boot/Shutdown... [[32m OK [0m] Started Update UTMP about System Boot/Shutdown. [ 2.980472] type=1305 audit(1535880439.892:3): audit_pid=432 old=0 auid=4294967295 ses=4294967295 res=1 [[32m OK [0m] Started Rebuild Hardware Database. Starting Update is Completed... Starting udev Coldplug all Devices... [[32m OK [0m] Started Update is Completed. [[32m OK [0m] Started udev Coldplug all Devices. [[32m OK [0m] Reached target System Initialization. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket. [[32m OK [0m] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Sockets. [[32m OK [0m] Reached target Basic System. [[32m OK [0m] Started D-Bus System Message Bus. [ 3.124245] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.132378] [drm] Initialized drm 1.1.0 20060810 [ 3.138732] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ 3.155726] [TTM] Zone kernel: Available graphics memory: 1940960 kiB Starting D-Bus System Message Bus... [ 3.158506] [TTM] Initializing pool allocator Starting Dump dmesg to /var/log/dmesg... [ 3.161574] [TTM] Initializing DMA pool allocator Starting GSSAPI Proxy Daemon... [ 3.164642] [drm] fb mappable at 0xFC000000 [ 3.166245] [drm] vram aper at 0xFC000000 [ 3.166246] [drm] size 33554432 [ 3.166246] [drm] fb depth is 24 [ 3.166246] [drm] pitch is 3072 Starting Authorization Manager... [ 3.172151] fbcon: cirrusdrmfb (fb0) is primary device [ 3.184800] ppdev: user-space parallel port driver [ 3.200849] Console: switching to colour frame buffer device 128x48 [ 3.217548] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device Starting LSB: Bring up/down networking... [ 3.221309] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Login Service... [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting NTP client/server... Starting Initial cloud-init job (pre-networking)... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started Login Service. [[32m OK [0m] Reached target NFS client services. [[32m OK [0m] Reached target Remote File Systems (Pre). [[32m OK [0m] Reached target Remote File Systems. [ 3.288523] AES CTR mode by8 optimization enabled Starting Permit User Sessions... [[32m OK [0m] Started NTP client/server. [[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. Starting Getty on tty1... [ 3.328454] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [[32m OK [0m] Reached target Login Prompts. [[32m OK [0m] Started Authorization Manager. [ 3.337036] alg: No test for crc32 (crc32-pclmul) [ 3.347122] intel_rapl: no valid rapl domains found in package 0 [ 3.350744] intel_powerclamp: No package C-state available [ 3.356225] intel_powerclamp: No package C-state available[ 3.312163] cloud-init[518]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:27:20 +0000. Up 3.28 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 OpenSSH server daemon... Starting Dynamic System Tuning Daemon... [[32m OK [0m] Reached target Network is Online. Starting RabbitMQ Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Supports the direct execution of binary formats.... Starting LSB: Starts Logstash as a daemon.... Starting Crash recovery kernel arming... Starting Initial cloud-init job (metadata service crawler)... Starting System Logging Service... Starting PostgreSQL 9.5 database server... Starting Postfix Mail Transport Agent... Starting Notify NFS peers of a restart... [[32m OK [0m] Started OpenSSH server daemon. [[32m OK [0m] Started LSB: Starts Logstash as a daemon.. [[32m OK [0m] Started Notify NFS peers of a restart. [[32m OK [0m] Created slice user-993.slice. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started nginx - high performance web server. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started Dynamic System Tuning Daemon. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [ 5.668451] cloud-init[809]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:27:23 +0000. Up 5.63 seconds. [ 5.704597] cloud-init[809]: ci-info: +++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++ [ 5.710714] cloud-init[809]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.712598] cloud-init[809]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.714466] cloud-init[809]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.725032] cloud-init[809]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.727083] cloud-init[809]: ci-info: | eth0: | True | 192.168.120.5 | 255.255.255.0 | fa:16:3e:b0:24:60 | [ 5.728923] cloud-init[809]: ci-info: +--------+------+---------------+---------------+-------------------+ [ 5.730759] cloud-init[809]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.732752] cloud-init[809]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.734688] cloud-init[809]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.745043] cloud-init[809]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.756995] cloud-init[809]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.759259] cloud-init[809]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.761637] cloud-init[809]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.764642] cloud-init[809]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.378754] cloud-init[3080]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:27:27 +0000. Up 10.31 seconds. [ 10.726662] cloud-init[3287]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:27:28 +0000. Up 10.66 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 | 81:4e:7d:31:0d:8b:3d:04:57:74:d8:f9:f9:c9:e1:16 | - | 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.783486] cloud-init[3287]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:27:28 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.77 seconds 2018-09-02 09:27:33,621 - paramiko.transport - DEBUG - starting thread (client mode): 0xfecbee10L 2018-09-02 09:27:33,622 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 09:27:33,627 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-02 09:27:33,628 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-02 09:27:33,632 - 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 09:27:33,633 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 09:27:33,633 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 09:27:33,633 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 09:27:33,633 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 09:27:33,633 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 09:27:33,640 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 09:27:33,641 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 09:27:33,653 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.203: 4c1f7c71f5a98b8370f02ab218eae423 2018-09-02 09:27:33,654 - paramiko.transport - DEBUG - Trying discovered key 814e7d310d8b3d045774d8f9f9c9e116 in /tmp/tmpBdL5li 2018-09-02 09:27:33,681 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 09:27:33,701 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 09:27:33,718 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-09-02 09:27:33,718 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-09-02 09:27:33,719 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-09-02 09:27:33,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-09-02 09:27:33,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:33,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:33,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:33,885 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:33,885 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:33,885 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:33,885 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:33,885 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4479, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4488, "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": 1510, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4473, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 875, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 797, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 798, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4129, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4466, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 09:27:33,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:33,886 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:32 GMT 2018-09-02 09:27:33,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:33,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-09-02 09:27:33,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:33,886 - functest.core.cloudify - DEBUG - status {u'status': u'running', u'services': [{u'instances': [{u'LoadState': u'loaded', u'Description': u'InfluxDB Service', u'MainPID': 4479, 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': 4488, 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': 1510, 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': 4473, 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': 875, 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': 797, u'state': u'running', u'Id': u'cloudify-restservice.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Manager Rest-Service'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Cloudify Stage Service', u'MainPID': 798, u'state': u'running', u'Id': u'cloudify-stage.service', u'ActiveState': u'active', u'SubState': u'running'}], u'display_name': u'Cloudify Stage'}, {u'instances': [{u'LoadState': u'loaded', u'Description': u'Riemann Service', u'MainPID': 4129, 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': 4466, 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 09:27:33,887 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/status 2018-09-02 09:27:34,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:34,031 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"status": "running", "services": [{"instances": [{"LoadState": "loaded", "Description": "InfluxDB Service", "state": "running", "MainPID": 4479, "Id": "cloudify-influxdb.service", "ActiveState": "active", "SubState": "running"}], "display_name": "InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Management Worker Service", "state": "running", "MainPID": 4488, "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": 1510, "Id": "cloudify-rabbitmq.service", "ActiveState": "deactivating", "SubState": "stop"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4473, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 875, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 797, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 798, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4129, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 4466, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:33 GMT 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:34,032 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2391 2018-09-02 09:27:34,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:34,033 - functest.core.cloudify - INFO - The current manager status is running 2018-09-02 09:27:34,033 - 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 09:27:34,169 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:34,169 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:34,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:34,169 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:34,169 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:34,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:33.075Z", "updated_at": "2018-09-02T09:27:33.075Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:33 GMT 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:34,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/secrets 2018-09-02 09:27:34,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:34,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:34,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:34,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:33.075Z", "updated_at": "2018-09-02T09:27:33.075Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:33 GMT 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-02 09:27:34,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:34,269 - functest.core.cloudify - DEBUG - List secrets: 2018-09-02 09:27:34,269 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/secrets/foo 2018-09-02 09:27:34,396 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:34,396 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:34,396 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:33.075Z", "updated_at": "2018-09-02T09:27:33.075Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:33 GMT 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 09:27:34,397 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:34,398 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-09-02 09:27:34,398 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-09-02 09:27:34,404 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:27:34,407 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:27:34,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a7da5372-ab69-40ba-8ba6-2e8846371440 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08"}, "tags": [], "enabled": true, "id": "95a02c4f07d54a14890c153adec66c08", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 09:27:34,587 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a7da5372-ab69-40ba-8ba6-2e8846371440 2018-09-02 09:27:34,587 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.183092832565s 2018-09-02 09:27:34,587 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a7da5372-ab69-40ba-8ba6-2e8846371440 2018-09-02 09:27:34,591 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-09-02 09:27:34,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/quotas/95a02c4f07d54a14890c153adec66c08.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}182cf0221c4eac4a175cc50c85d5f453a0f7407e" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-09-02 09:27:34,961 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-2869f7f0-d53a-4d54-8085-160dff4b01a2 Date: Sun, 02 Sep 2018 09:27:34 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 09:27:34,961 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/quotas/95a02c4f07d54a14890c153adec66c08.json used request id req-2869f7f0-d53a-4d54-8085-160dff4b01a2 2018-09-02 09:27:34,961 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.370277881622s 2018-09-02 09:27:34,961 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/quotas/95a02c4f07d54a14890c153adec66c08.json used request id req-2869f7f0-d53a-4d54-8085-160dff4b01a2 2018-09-02 09:27:34,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put OpenStack creds in manager 2018-09-02 09:27:34,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 09:27:34,968 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 09:27:34,975 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:27:34 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-188cfdf2-fb35-46e1-be90-b856e8b42a80 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.4:35357/v3/", "rel": "self"}]}]}} 2018-09-02 09:27:34,975 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-188cfdf2-fb35-46e1-be90-b856e8b42a80 2018-09-02 09:27:34,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:27:35,165 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf34df93-9e0b-438c-afd5-d38a275f98f4 Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/08fec3b812f74f3185347b559bfc2d6a"}, "enabled": true, "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1d55c00b68214ca486ca54af5b3b03bd"}, "enabled": true, "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1fa806695b844c73a6410319a8b4fa6e"}, "enabled": true, "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2afaf8fb5fa7474094aa9613a573da43"}, "enabled": true, "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/34fca9d537a74c0194da0a3387e74c3e"}, "enabled": true, "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/387f79b67935446ca9455ee1eb21f37f"}, "enabled": true, "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/38b6df39a4ac407ba235cc5a16f54e69"}, "enabled": true, "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/39eb640c21a044f3b1ae638eb1c15171"}, "enabled": true, "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/3f418b02e75d45e5bf2fe76226e3c093"}, "enabled": true, "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4e9ac09586eb44bfa0b0bfbcb4f5e5bf"}, "enabled": true, "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/61c587f7f84f41dca46bc2531f5a72c3"}, "enabled": true, "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c62da50181645ae988a894a074b6dad"}, "enabled": true, "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/9026c413fcde4d7da11dfa6242c75002"}, "enabled": true, "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b24c82acb5464d3cb694c569027a6426"}, "enabled": true, "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ead963f647b24d04b1ad3c58a47621de"}, "enabled": true, "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-02 09:27:35,165 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-cf34df93-9e0b-438c-afd5-d38a275f98f4 2018-09-02 09:27:35,166 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.200083017349s 2018-09-02 09:27:35,166 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-cf34df93-9e0b-438c-afd5-d38a275f98f4 2018-09-02 09:27:35,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 09:27:35,178 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:27:35,375 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:27:35 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a804425-4d61-42b6-8c70-b7212fad07de Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0924d7dd58d346ec95586c62e8e73e96"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10604705234e48e99c18d273e10c72f0"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "10604705234e48e99c18d273e10c72f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10a6084d29eb409d8c4847899435e626"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "10a6084d29eb409d8c4847899435e626"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/118bb2de9e6d4458a380424ebc2c7d1d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/125f462a970f403db8b66683b68e3075"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "125f462a970f403db8b66683b68e3075"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/17e359520cc84d38857efdac131e22f7"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "17e359520cc84d38857efdac131e22f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1b84a32d0cf8457b89ecd9fbd97139ed"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/25a15391b08c4a4b889ba246aedbf540"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/31a8e6bbe5ea4b67b816139727e57be0"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/323b22405cb4493bb856a45a7a755b0f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3b50afcb7622411cbe20bc88d711c955"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/495598a8932d48c99c2f9f5cf9279cfe"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4c451b5bc7ff4067a79ed307061e47bc"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/529dd156be6d41c1b83dbcdf21f18d9c"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/53ad6423cf3e40b3a44e2dc86dfd9f60"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5988a5ce6b764f9ab48c472930b6db4a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/59d7817701e548e6a727b71360ef3d33"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "59d7817701e548e6a727b71360ef3d33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5dc540f7d0544dcbbc96787b7f89ca9b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/62e0e36fb0c247ec9073eb7432422e5e"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "62e0e36fb0c247ec9073eb7432422e5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71980e2c1e9245288b4abebeaeecca74"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "71980e2c1e9245288b4abebeaeecca74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71dc26e304874b0dae743ecbc3632846"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "71dc26e304874b0dae743ecbc3632846"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/923ca5d3f1334006a26cf0aea464ee57"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/96bab696010b4bafbbd1fbb7e985c71b"}, "url": "http://12.0.0.30:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9999c88ff485471cb956cd7f49aa526d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "9999c88ff485471cb956cd7f49aa526d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/aad9f0f73565449383d3b341fc2eb77a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/adc631d75b5447f8986e9bc8a0c5c7ee"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b2a6d56cf14e43e58768de3af081cc81"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b7736f1d71d544269f1530078fed47b0"}, "url": "http://12.0.0.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b7736f1d71d544269f1530078fed47b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b9062d6a31d04ac4b24ab15eceed7bcf"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/bd33e7a9d50d494b9b272f82195317f3"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "bd33e7a9d50d494b9b272f82195317f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c54f842302d44898a4d70f611ebff073"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "c54f842302d44898a4d70f611ebff073"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c75d7d55b75f49c692067b565da957bf"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "c75d7d55b75f49c692067b565da957bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c7882ab82dec46509fcebf89f66f4c49"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "c7882ab82dec46509fcebf89f66f4c49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c9d32d0eba284bf7b36e3858f795e2b2"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cbe37df87d234d5e85343b37211b1ef0"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cf72a980dbd14e88b6cca9b1101f2207"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/da5245d0d52648e1985d83b1e84a36d9"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "da5245d0d52648e1985d83b1e84a36d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e28cd6e5aff241bbbad53800afeb077f"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "e28cd6e5aff241bbbad53800afeb077f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ea8b9148f5054883a09c7c63267eb2ce"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "ea8b9148f5054883a09c7c63267eb2ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef166bce66fe46529e767b10c7fc0e29"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "ef166bce66fe46529e767b10c7fc0e29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef2729b2b36742d88e08343c547a4372"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "ef2729b2b36742d88e08343c547a4372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f73e6d5eedb641ebb5438769d9e00b35"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 09:27:35,375 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-6a804425-4d61-42b6-8c70-b7212fad07de 2018-09-02 09:27:35,375 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.200204849243s 2018-09-02 09:27:35,376 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-6a804425-4d61-42b6-8c70-b7212fad07de 2018-09-02 09:27:35,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Set creds for cloudify manager {'keystone_password': 'cd974e64-4d08-4485-860e-025589561a77', 'keystone_tenant_name': u'cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'region': 'regionOne', 'keystone_url': u'http://172.30.9.25:5000', 'user_domain_name': 'Default', 'keystone_username': u'cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'project_domain_name': 'Default'} 2018-09-02 09:27:35,383 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/secrets 2018-09-02 09:27:35,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:35,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:35,444 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:35,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:35,444 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:35,444 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:35,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:35,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 0}}} 2018-09-02 09:27:35,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:35,445 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:34 GMT 2018-09-02 09:27:35,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:35,445 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 79 2018-09-02 09:27:35,445 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:35,445 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_password; body: {"update_if_exists": false, "visibility": "tenant", "value": "cd974e64-4d08-4485-860e-025589561a77"} 2018-09-02 09:27:35,529 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:35,529 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:35,529 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 100 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:34.475Z", "updated_at": "2018-09-02T09:27:34.475Z", "created_by": "admin", "private_resource": false, "value": "cd974e64-4d08-4485-860e-025589561a77", "key": "keystone_password"} 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:34 GMT 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:35,530 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 244 2018-09-02 09:27:35,531 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:35,531 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_tenant_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac"} 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 121 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:34.564Z", "updated_at": "2018-09-02T09:27:34.564Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac", "key": "keystone_tenant_name"} 2018-09-02 09:27:35,606 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:35,607 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:34 GMT 2018-09-02 09:27:35,607 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:35,607 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 268 2018-09-02 09:27:35,607 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:35,607 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/region; body: {"update_if_exists": false, "visibility": "tenant", "value": "regionOne"} 2018-09-02 09:27:35,690 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:35,690 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:35,690 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 73 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:34.642Z", "updated_at": "2018-09-02T09:27:34.642Z", "created_by": "admin", "private_resource": false, "value": "regionOne", "key": "region"} 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:34 GMT 2018-09-02 09:27:35,691 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:35,692 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 206 2018-09-02 09:27:35,692 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:35,692 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_url; body: {"update_if_exists": false, "visibility": "tenant", "value": "http://172.30.9.25:5000"} 2018-09-02 09:27:35,772 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:35,772 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:35,772 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:35,772 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 87 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:34.728Z", "updated_at": "2018-09-02T09:27:34.728Z", "created_by": "admin", "private_resource": false, "value": "http://172.30.9.25:5000", "key": "keystone_url"} 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:34 GMT 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 226 2018-09-02 09:27:35,773 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:35,774 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/user_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-09-02 09:27:35,847 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:35,847 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:35,847 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:34.805Z", "updated_at": "2018-09-02T09:27:34.805Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "user_domain_name"} 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:34 GMT 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 214 2018-09-02 09:27:35,848 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:35,849 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/keystone_username; body: {"update_if_exists": false, "visibility": "tenant", "value": "cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac"} 2018-09-02 09:27:35,925 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:35,926 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:35,926 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:35,926 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:35,926 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:35,926 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:35,926 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:35,926 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 118 2018-09-02 09:27:35,926 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:34.878Z", "updated_at": "2018-09-02T09:27:34.878Z", "created_by": "admin", "private_resource": false, "value": "cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac", "key": "keystone_username"} 2018-09-02 09:27:35,927 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:35,927 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:34 GMT 2018-09-02 09:27:35,927 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:35,927 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 262 2018-09-02 09:27:35,927 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:35,927 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/secrets/project_domain_name; body: {"update_if_exists": false, "visibility": "tenant", "value": "Default"} 2018-09-02 09:27:36,000 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:27:36,000 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:27:36,000 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 71 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T09:27:34.959Z", "updated_at": "2018-09-02T09:27:34.959Z", "created_by": "admin", "private_resource": false, "value": "Default", "key": "project_domain_name"} 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:27:34 GMT 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:27:36,001 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 217 2018-09-02 09:27:36,002 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:27:36,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Put private keypair in manager 2018-09-02 09:27:36,003 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 09:27:36,004 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 09:27:36,004 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 09:27:36,008 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 09:27:36,127 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 09:27:36,127 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 09:27:36,128 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 09:27:36,128 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-02 09:27:36,128 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 09:27:36,134 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 09:28:13,785 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 09:28:13,785 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.sonic.net * extras: mirrors.xmission.com * updates: repos-lax.psychz.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 7.9 MB/s | 54 MB 00:06 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 09:28:13,786 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 09:28:13,786 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - error: 2018-09-02 09:28:13,790 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:28:13,791 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:28:13,842 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-6b0ee6e8-fbd5-4b76-9e6e-e9782bed0b0a Date: Sun, 02 Sep 2018 09:28:13 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:15Z", "updated_at": "2018-09-02T09:23:15Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "555d9e1e-564a-4f8f-877b-04ea6a688f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "81877c7f-cb58-4ccd-bc2d-a7c2d4a15ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "9c5a42fa-0df0-40d0-8a98-1e643f4ce2bf", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "ce4fd949-7781-424e-bd47-9404495edc2d", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 1, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T09:24:57Z", "revision_number": 0, "id": "6464db1b-16b0-4bc4-a61a-89bb6ff425a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:57Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:24:55Z", "revision_number": 0, "id": "67741a80-a07c-4487-a02e-1880f1b6d1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:55Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 80, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T09:24:56Z", "revision_number": 0, "id": "7ea15db5-7424-4819-82d0-ff022dec0eec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:56Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 443, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T09:24:57Z", "revision_number": 0, "id": "886f7cd6-7f52-47e7-b586-7637280b76e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:57Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:54Z", "revision_number": 0, "id": "dbf386b9-0e72-4d5a-950c-d3b7f284b838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:54Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:24:52Z", "revision_number": 0, "id": "fa2549a0-7286-47e7-a976-1f869e77e56e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:52Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 7, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:28:13,843 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-6b0ee6e8-fbd5-4b76-9e6e-e9782bed0b0a 2018-09-02 09:28:13,843 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0519440174103s 2018-09-02 09:28:13,843 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-6b0ee6e8-fbd5-4b76-9e6e-e9782bed0b0a 2018-09-02 09:28:13,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 09:28:13,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -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": "8a45e4c1-1429-4e49-8454-dd30b546d4b8"}}' 2018-09-02 09:28:14,023 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-96f25a54-7928-4e82-8346-39f5fc19b096 Date: Sun, 02 Sep 2018 09:28:14 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-02T09:28:13Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "port_range_min": 22, "revision_number": 0, "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:28:13Z", "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "ecdf9a03-93d3-4e84-9590-3e1b470e6e07"}} 2018-09-02 09:28:14,023 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-96f25a54-7928-4e82-8346-39f5fc19b096 2018-09-02 09:28:14,023 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.175914049149s 2018-09-02 09:28:14,023 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-96f25a54-7928-4e82-8346-39f5fc19b096 2018-09-02 09:28:14,024 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Upload VNFD 2018-09-02 09:28:14,119 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/blueprints/clearwater-opnfv; body: bytes data 2018-09-02 09:28:16,839 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:16,840 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:16,840 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:16,840 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:16,840 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:16,840 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:16,840 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:16,840 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-09-02 09:28:16,841 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T09:28:16.779Z", "updated_at": "2018-09-02T09:28:16.779Z", "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"}}}, "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.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"}}}, "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.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.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.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.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"}}}, "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"}}}}, "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"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "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"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "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": {"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": {"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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "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.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"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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.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.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"}, "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_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"}, "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": "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.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": "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": {"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": "", "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, "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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}, {"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": "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.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": {"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"}, "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": "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.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": {"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": {"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": "", "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, "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", "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}, {"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": "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.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": "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"}, "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": "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.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": "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": {"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": "", "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, "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", "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"}, "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": "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.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": "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": {"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": "", "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, "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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "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", "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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "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", "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"}, "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": "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.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": "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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}], "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 09:28:16,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:16,843 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:16 GMT 2018-09-02 09:28:16,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:16,844 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-09-02 09:28:16,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:16,868 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-02 09:28:18,321 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-02 09:28:18,322 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:28:18,324 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:28:19,025 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-d0ef39db-43b0-4830-ba01-499e3a71b6ff Date: Sun, 02 Sep 2018 09:28:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:24:50Z", "file": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file", "owner": "95a02c4f07d54a14890c153adec66c08", "id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "size": 4373348352, "self": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T09:23:52Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:28:19,025 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d0ef39db-43b0-4830-ba01-499e3a71b6ff 2018-09-02 09:28:19,025 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.702971935272s 2018-09-02 09:28:19,026 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-d0ef39db-43b0-4830-ba01-499e3a71b6ff 2018-09-02 09:28:19,035 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 09:28:19,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/cloudify_ims-img_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "cloudify_ims-img_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac"}' 2018-09-02 09:28:19,744 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-33b0b9da-b794-489f-baa2-71263b87af9e Date: Sun, 02 Sep 2018 09:28:19 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:28:19Z", "file": "/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152/file", "owner": "95a02c4f07d54a14890c153adec66c08", "id": "b9509348-963f-40f3-a6a1-5020cc52a152", "size": null, "self": "/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152", "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_fb267e49-9ea9-4098-b0f2-25e974da13ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac", "checksum": null, "created_at": "2018-09-02T09:28:19Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 09:28:19,744 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-33b0b9da-b794-489f-baa2-71263b87af9e 2018-09-02 09:28:19,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.709331035614s 2018-09-02 09:28:19,744 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-33b0b9da-b794-489f-baa2-71263b87af9e returning object b9509348-963f-40f3-a6a1-5020cc52a152 2018-09-02 09:28:19,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 09:28:19,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152/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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '' 2018-09-02 09:28:24,201 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-9bcb7c04-8c58-4917-ac53-0682ac1a0cb8 Date: Sun, 02 Sep 2018 09:28: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 09:28:24,201 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152/file used request id req-9bcb7c04-8c58-4917-ac53-0682ac1a0cb8 2018-09-02 09:28:24,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 4.4558570385s 2018-09-02 09:28:24,201 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152/file used request id req-9bcb7c04-8c58-4917-ac53-0682ac1a0cb8 2018-09-02 09:28:24,205 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:28:24,209 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:28:24,946 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-fc84635e-9e72-4811-9451-346b488a8a7f Date: Sun, 02 Sep 2018 09:28:24 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:28:24Z", "file": "/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152/file", "owner": "95a02c4f07d54a14890c153adec66c08", "id": "b9509348-963f-40f3-a6a1-5020cc52a152", "size": 263193088, "self": "/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/b9509348-963f-40f3-a6a1-5020cc52a152/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/b9509348-963f-40f3-a6a1-5020cc52a152/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "cloudify_ims-img_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:28:19Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:24:50Z", "file": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file", "owner": "95a02c4f07d54a14890c153adec66c08", "id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "size": 4373348352, "self": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T09:23:52Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:28:24,946 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fc84635e-9e72-4811-9451-346b488a8a7f 2018-09-02 09:28:24,946 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.740833997726s 2018-09-02 09:28:24,947 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fc84635e-9e72-4811-9451-346b488a8a7f 2018-09-02 09:28:24,949 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/b9509348-963f-40f3-a6a1-5020cc52a152/snap', u'metadata': Munch({})})], 'file': u'/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152/file', 'owner': u'95a02c4f07d54a14890c153adec66c08', 'id': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'size': 263193088, u'self': u'/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'95a02c4f07d54a14890c153adec66c08', 'name': 'cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/b9509348-963f-40f3-a6a1-5020cc52a152/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T09:28:24Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T09:28:24Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/cloudify_ims-img_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac', '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/b9509348-963f-40f3-a6a1-5020cc52a152', 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_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'cloudify_ims-img_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'created': u'2018-09-02T09:28:19Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-02T09:28:19Z', 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/b9509348-963f-40f3-a6a1-5020cc52a152', 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_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-09-02 09:28:24,950 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 09:28:24,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "cloudify_ims-flavor_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac", "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 09:28:24,995 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:28: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-9cab6bc1-13cb-46ae-a7fc-0efb9d8ddc6b x-compute-request-id: req-9cab6bc1-13cb-46ae-a7fc-0efb9d8ddc6b Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "cloudify_ims-flavor_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0", "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": "25043324-7bc5-4d40-8579-1c20f4569ad0"}} 2018-09-02 09:28:24,995 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-9cab6bc1-13cb-46ae-a7fc-0efb9d8ddc6b 2018-09-02 09:28:24,995 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0448760986328s 2018-09-02 09:28:24,995 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-9cab6bc1-13cb-46ae-a7fc-0efb9d8ddc6b 2018-09-02 09:28:24,996 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'cloudify_ims-flavor_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac', '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'4b06fee7bf104ba386aa2f904001aa35', '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'25043324-7bc5-4d40-8579-1c20f4569ad0', 'swap': 0}) 2018-09-02 09:28:24,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 09:28:24,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0/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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" -d '{"extra_specs": {}}' 2018-09-02 09:28:25,016 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:28: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-37089d61-4708-49d5-872d-a44bb8ec2789 x-compute-request-id: req-37089d61-4708-49d5-872d-a44bb8ec2789 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 09:28:25,016 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0/os-extra_specs used request id req-37089d61-4708-49d5-872d-a44bb8ec2789 2018-09-02 09:28:25,016 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0195641517639s 2018-09-02 09:28:25,017 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0/os-extra_specs used request id req-37089d61-4708-49d5-872d-a44bb8ec2789 2018-09-02 09:28:25,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Create VNF Instance 2018-09-02 09:28:25,017 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv; body: {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "b9509348-963f-40f3-a6a1-5020cc52a152", "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "bono_cluster_size": 1, "flavor_id": "25043324-7bc5-4d40-8579-1c20f4569ad0", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac", "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 09:28:26,161 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:26,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:26,161 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:26,161 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:26,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:26,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:26,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:26,162 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 656 2018-09-02 09:28:26,162 - cloudify.rest_client.http - DEBUG - reply: "201 CREATED" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "b9509348-963f-40f3-a6a1-5020cc52a152", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "bono_cluster_size": 1, "flavor_id": "25043324-7bc5-4d40-8579-1c20f4569ad0", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac", "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": {"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-02T09:28:25.269Z", "updated_at": "2018-09-02T09:28:25.269Z", "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 09:28:26,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:26,162 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:26 GMT 2018-09-02 09:28:26,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:26,162 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-09-02 09:28:26,162 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:26,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions 2018-09-02 09:28:26,226 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:26,227 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:26,227 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:26,227 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:26,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:26,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:26,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:26,227 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 09:28:26,227 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:26,228 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:26 GMT 2018-09-02 09:28:26,228 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:26,228 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6369 2018-09-02 09:28:26,228 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:26,228 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:28:26,296 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:26,296 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:26,296 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:26,296 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:26,296 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:26,296 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:26,296 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:26,296 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 09:28:26,297 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:26,297 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:26 GMT 2018-09-02 09:28:26,297 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:26,297 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 09:28:26,297 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:26,297 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/62702686-d1b5-4be8-9d1f-6ccf461675b1 2018-09-02 09:28:26,406 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:26,406 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:26,406 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:26,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:26,407 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:26,407 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:26,407 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:26,407 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"} 2018-09-02 09:28:26,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:26,407 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:26 GMT 2018-09-02 09:28:26,407 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:26,407 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 09:28:26,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:31,413 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:28:31,478 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:31,478 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:31,478 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:31,478 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:31,478 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:31,478 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:31,478 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:31,479 - 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-02T09:28:26.977Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:26.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:27.413Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:27.413Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:27.509Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:27.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:27.509Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:27.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:27.509Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:27.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:28.427Z", "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-02T09:28:28.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:28.427Z", "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-02T09:28:28.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:28.427Z", "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-02T09:28:28.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:28.427Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:28.427Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:29.463Z", "message": "Installing from directory: /tmp/tmpvrP88O [args=--prefix=\"/tmp/openstack-9nrgWo\" --constraint=\"/tmp/openstack-9nrgWo/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:29.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:29.463Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpvrP88O --prefix=\"/tmp/openstack-9nrgWo\" --constraint=\"/tmp/openstack-9nrgWo/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:29.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-09-02 09:28:31,479 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:31,479 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:31 GMT 2018-09-02 09:28:31,479 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:31,479 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5872 2018-09-02 09:28:31,479 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:31,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-09-02 09:28:31,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: openstack 2018-09-02 09:28:31,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing deployment plugins 2018-09-02 09:28:31,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:28:31,480 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:28:31,481 - 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 09:28:31,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-09-02 09:28:31,481 - 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 09:28:31,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:28:31,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing from directory: /tmp/tmpvrP88O [args=--prefix="/tmp/openstack-9nrgWo" --constraint="/tmp/openstack-9nrgWo/constraint.txt", package_name=cloudify-openstack-plugin] 2018-09-02 09:28:31,481 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpvrP88O --prefix="/tmp/openstack-9nrgWo" --constraint="/tmp/openstack-9nrgWo/constraint.txt" 2018-09-02 09:28:31,482 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/62702686-d1b5-4be8-9d1f-6ccf461675b1 2018-09-02 09:28:31,538 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:31,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:31,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:31,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:31,539 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:31,539 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:31,539 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:31,539 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"} 2018-09-02 09:28:31,539 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:31,539 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:31 GMT 2018-09-02 09:28:31,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:31,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 09:28:31,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:36,545 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 09:28:36,604 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:36,605 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:36 GMT 2018-09-02 09:28:36,605 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:36,605 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 09:28:36,605 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:36,605 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/62702686-d1b5-4be8-9d1f-6ccf461675b1 2018-09-02 09:28:36,709 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:36,709 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:36,710 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:36,710 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:36,710 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:36,710 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:36,710 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:36,710 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"} 2018-09-02 09:28:36,710 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:36,710 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:36 GMT 2018-09-02 09:28:36,710 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:36,711 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 09:28:36,711 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:41,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:28:41,841 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:41,841 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:41,841 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:41,841 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:41,841 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:41,841 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:41,842 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:41,842 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 09:28:41,842 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:41,842 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:41 GMT 2018-09-02 09:28:41,842 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:41,842 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 09:28:41,842 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:41,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/62702686-d1b5-4be8-9d1f-6ccf461675b1 2018-09-02 09:28:41,940 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:41,940 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:41,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:41,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:41,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:41,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:41,941 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:41,941 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"} 2018-09-02 09:28:41,941 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:41,941 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:41 GMT 2018-09-02 09:28:41,941 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:41,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 09:28:41,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:46,947 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:28:47,011 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:47,012 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:47,012 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:47,012 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:47,012 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:47,012 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:47,012 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:47,012 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 09:28:47,012 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:47,013 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:47 GMT 2018-09-02 09:28:47,013 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:47,013 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 09:28:47,013 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:47,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/62702686-d1b5-4be8-9d1f-6ccf461675b1 2018-09-02 09:28:47,068 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:47,068 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:47,068 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:47,068 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:47,068 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:47,068 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:47,069 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:47,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}, {"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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"} 2018-09-02 09:28:47,069 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:47,069 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:47 GMT 2018-09-02 09:28:47,069 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:47,069 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 09:28:47,069 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:52,075 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:28:52,143 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:52,143 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:52,143 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:52,143 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:52,143 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:52,143 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:52,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:52,144 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 09:28:52,144 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:52,144 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:52 GMT 2018-09-02 09:28:52,144 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:52,144 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 09:28:52,144 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:52,144 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/62702686-d1b5-4be8-9d1f-6ccf461675b1 2018-09-02 09:28:52,201 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:52,202 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:52,202 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:52,202 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:52,202 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:52,202 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:52,202 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:52,202 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"} 2018-09-02 09:28:52,202 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:52,202 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:52 GMT 2018-09-02 09:28:52,203 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:52,203 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 09:28:52,203 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:57,208 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:28:57,270 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:57,270 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:57,270 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:57,270 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:55.852Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:55.852Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:56.505Z", "message": "Removing directory: /tmp/tmpvrP88O", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:56.505Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1", "logger": "3594d70c-7635-4d38-9012-15753ab01baf"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:56.808Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:56.808Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:57 GMT 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1573 2018-09-02 09:28:57,271 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:28:57,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-09-02 09:28:57,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpvrP88O 2018-09-02 09:28:57,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:28:57,272 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/62702686-d1b5-4be8-9d1f-6ccf461675b1 2018-09-02 09:28:57,326 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:28:57,326 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:28:57,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:28:57,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:28:57,327 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:28:57,327 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:28:57,327 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:28:57,327 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"} 2018-09-02 09:28:57,327 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:28:57,327 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:28:57 GMT 2018-09-02 09:28:57,327 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:28:57,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6290 2018-09-02 09:28:57,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:02,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:02,400 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:02,400 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:02,400 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:02,400 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:02,400 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:02,400 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:02,400 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:02,400 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:57.545Z", "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-02T09:28:57.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:57.545Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:57.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:28:57.545Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T09:28:57.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-09-02 09:29:02,401 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:02,401 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:02 GMT 2018-09-02 09:29:02,401 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:02,401 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1534 2018-09-02 09:29:02,401 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:02,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-09-02 09:29:02,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating deployment work directory 2018-09-02 09:29:02,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-09-02 09:29:02,402 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/62702686-d1b5-4be8-9d1f-6ccf461675b1 2018-09-02 09:29:02,456 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:02,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:02,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:02,457 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"} 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:02 GMT 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6293 2018-09-02 09:29:02,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:02,458 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Start the VNF Instance deployment 2018-09-02 09:29:02,458 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.203:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "clearwater-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-09-02 09:29:02,611 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:02,611 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:02,611 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:02,611 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:02,611 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:02,611 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:02,612 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:02,612 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 137 2018-09-02 09:29:02,612 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:02,612 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:02,612 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:02 GMT 2018-09-02 09:29:02,612 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:02,612 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:02,612 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:02,613 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:02,721 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:02 GMT 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 09:29:02,722 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:02,723 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:02,778 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:02,778 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:02,778 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:02,778 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:02,779 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:02,779 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:02,779 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:02,779 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:02,779 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:02,779 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:02 GMT 2018-09-02 09:29:02,779 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:02,779 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:02,779 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:07,785 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:07,848 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:07,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:07,848 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:07,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:07,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:07,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:07,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:07,848 - 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-02T09:29:03.217Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:03.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:04.392Z", "message": "Creating node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:04.392Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:04.561Z", "message": "Creating node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:04.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Creating node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Creating node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Creating node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Creating node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.100Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:06.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_security_group_912a66", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.472Z", "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-02T09:29:06.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1403764c-6ae9-4d89-844a-2d8727c3db85"}, {"node_instance_id": "bind_security_group_912a66", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.573Z", "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-02T09:29:06.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1403764c-6ae9-4d89-844a-2d8727c3db85"}, {"node_instance_id": "homer_security_group_bei8g5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.573Z", "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-02T09:29:06.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da661b04-8b29-49ec-b4d7-2f2a0a9a6bbb"}, {"node_instance_id": "bind_security_group_912a66", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.573Z", "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-02T09:29:06.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1403764c-6ae9-4d89-844a-2d8727c3db85"}, {"node_instance_id": "bind_security_group_912a66", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.573Z", "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-02T09:29:06.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1403764c-6ae9-4d89-844a-2d8727c3db85"}, {"node_instance_id": "homer_security_group_bei8g5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.573Z", "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-02T09:29:06.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da661b04-8b29-49ec-b4d7-2f2a0a9a6bbb"}, {"node_instance_id": "homer_security_group_bei8g5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:06.573Z", "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-02T09:29:06.573Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da661b04-8b29-49ec-b4d7-2f2a0a9a6bbb"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Creating node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Creating node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Creating node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Creating node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Creating node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Creating node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.130Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:07.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5ec952a-c474-4ece-84e0-a4877ae07ba4"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5ec952a-c474-4ece-84e0-a4877ae07ba4"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5ec952a-c474-4ece-84e0-a4877ae07ba4"}, {"node_instance_id": "dime_security_group_1y5so9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1719bdc0-4187-401f-995a-ed1a800b7cb2"}, {"node_instance_id": "dime_security_group_1y5so9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1719bdc0-4187-401f-995a-ed1a800b7cb2"}, {"node_instance_id": "dime_security_group_1y5so9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1719bdc0-4187-401f-995a-ed1a800b7cb2"}, {"node_instance_id": "homer_security_group_bei8g5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da661b04-8b29-49ec-b4d7-2f2a0a9a6bbb"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5ec952a-c474-4ece-84e0-a4877ae07ba4"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5ec952a-c474-4ece-84e0-a4877ae07ba4"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5ec952a-c474-4ece-84e0-a4877ae07ba4"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5ec952a-c474-4ece-84e0-a4877ae07ba4"}], "metadata": {"pagination": {"total": 54, "offset": 0, "size": 50}}} 2018-09-02 09:29:07,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:07,849 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:07 GMT 2018-09-02 09:29:07,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:07,849 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28435 2018-09-02 09:29:07,849 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:07,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'install' workflow execution 2018-09-02 09:29:07,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 09:29:07,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 09:29:07,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,852 - 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 09:29:07,852 - 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 09:29:07,852 - 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 09:29:07,852 - 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 09:29:07,853 - 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 09:29:07,853 - 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 09:29:07,853 - 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 09:29:07,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:07,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 09:29:07,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 09:29:07,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-09-02 09:29:07,855 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:07,855 - 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 09:29:07,855 - 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 09:29:07,855 - 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 09:29:07,856 - 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 09:29:07,856 - 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 09:29:07,856 - 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 09:29:07,856 - 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 09:29:07,856 - 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 09:29:07,856 - 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 09:29:07,856 - 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 09:29:07,857 - 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 09:29:07,857 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:07,914 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:07,914 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:07,914 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:07,914 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:07,914 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:07,914 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:07,914 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:07,915 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:07,915 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:07,915 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:07 GMT 2018-09-02 09:29:07,915 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:07,915 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:07,915 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:12,920 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:12,990 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:12,990 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:12,990 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:12,990 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:12,990 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:12,990 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:12,991 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:12,991 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_1y5so9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1719bdc0-4187-401f-995a-ed1a800b7cb2"}, {"node_instance_id": "dime_security_group_1y5so9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1719bdc0-4187-401f-995a-ed1a800b7cb2"}, {"node_instance_id": "dime_security_group_1y5so9", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1719bdc0-4187-401f-995a-ed1a800b7cb2"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:07.588Z", "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-02T09:29:07.588Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5ec952a-c474-4ece-84e0-a4877ae07ba4"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:09.087Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:29:08Z', u'updated_at': u'2018-09-02T09:29:08Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'95a02c4f07d54a14890c153adec66c08', u'port_id': None, u'id': u'd883fc42-34dd-4219-8f7e-f066ee9e3357', u'qos_policy_id': None}", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:09.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "14dcb2a9-62fa-42b4-ad60-fdb349b45e49"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:09.254Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:09.254Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.100Z", "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-02T09:29:10.100Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.136Z", "message": "Configuring node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:10.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.136Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:10.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.630Z", "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-02T09:29:10.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.630Z", "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-02T09:29:10.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:10.630Z", "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-02T09:29:10.630Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5200cede-7de6-4e99-9377-35fe01f7fa65"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:11.308Z", "message": "Starting node", "node_name": "ellis_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:11.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:11.308Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:11.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:11.308Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:11.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:11.308Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:11.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:11.308Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:11.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_security_group_x9bxsh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:11.894Z", "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-02T09:29:11.894Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "4dccda58-9fa7-4cd0-b2cf-5598d50e75d0"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.401Z", "message": "Configuring node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:12.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.401Z", "message": "Configuring node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:12.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.401Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:12.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.401Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:12.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.401Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:12.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.401Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:12.401Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 86, "offset": 50, "size": 50}}} 2018-09-02 09:29:12,991 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:12,991 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:12 GMT 2018-09-02 09:29:12,991 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:12,991 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 22377 2018-09-02 09:29:12,991 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:12,992 - 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 09:29:12,992 - 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 09:29:12,993 - 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 09:29:12,993 - 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 09:29:12,993 - 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'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:29:08Z', u'updated_at': u'2018-09-02T09:29:08Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.200', u'revision_number': 0, u'project_id': u'95a02c4f07d54a14890c153adec66c08', u'port_id': None, u'id': u'd883fc42-34dd-4219-8f7e-f066ee9e3357', u'qos_policy_id': None} 2018-09-02 09:29:12,993 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 09:29:12,993 - 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 09:29:12,994 - 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 09:29:12,994 - 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 09:29:12,994 - 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 09:29:12,994 - 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 09:29:12,994 - 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 09:29:12,994 - 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 09:29:12,995 - 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 09:29:12,995 - 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 09:29:12,995 - 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 09:29:12,995 - 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 09:29:12,995 - 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 09:29:12,995 - 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 09:29:12,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:12,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:12,996 - 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 09:29:12,996 - 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 09:29:12,996 - 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 09:29:12,996 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:12,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:12,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:12,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:12,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:12,997 - 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 09:29:12,997 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 09:29:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.create' 2018-09-02 09:29:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:12,998 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:12,998 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:13,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:13,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:13,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:13,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:13,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:13,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:13,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:13,059 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:13,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:13,059 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:13 GMT 2018-09-02 09:29:13,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:13,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:13,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:18,065 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:18,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:18,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:18,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:18,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "internal_sip_security_group_6h99b1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.972Z", "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-02T09:29:12.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ed98851a-3d41-41a1-8018-ecc73755b472"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.972Z", "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-02T09:29:12.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ed98851a-3d41-41a1-8018-ecc73755b472"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.972Z", "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-02T09:29:12.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ed98851a-3d41-41a1-8018-ecc73755b472"}, {"node_instance_id": "sprout_security_group_x9bxsh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.972Z", "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-02T09:29:12.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "4dccda58-9fa7-4cd0-b2cf-5598d50e75d0"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.972Z", "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-02T09:29:12.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ed98851a-3d41-41a1-8018-ecc73755b472"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.972Z", "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-02T09:29:12.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ed98851a-3d41-41a1-8018-ecc73755b472"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:12.972Z", "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-02T09:29:12.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ed98851a-3d41-41a1-8018-ecc73755b472"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:13.408Z", "message": "Configuring node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:13.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:13.408Z", "message": "Configuring node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:13.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:13.408Z", "message": "Starting node", "node_name": "base_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:13.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:13.408Z", "message": "Starting node", "node_name": "bind_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:13.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:13.408Z", "message": "Starting node", "node_name": "dime_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:13.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:13.408Z", "message": "Starting node", "node_name": "homer_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:13.408Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "keypair_gy6xnk", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:13.993Z", "message": "Using external resource keypair: cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "level": "info", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:13.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8023bb3-ba8f-4abb-aa56-ba21e76a501a"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:14.416Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:14.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:14.416Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:14.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:14.416Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:14.416Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.024Z", "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-02T09:29:15.024Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f82b87e3-4dae-4ef1-9897-f366111a650a"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.867Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:15.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.867Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:15.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.867Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:15.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.867Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:15.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:15.867Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:15.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_floatingip_f6q96r", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.032Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:29:14Z', u'updated_at': u'2018-09-02T09:29:14Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'95a02c4f07d54a14890c153adec66c08', u'port_id': None, u'id': u'ef48a893-8d81-4708-beb6-f9cca583a153', u'qos_policy_id': None}", "level": "info", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5f62de83-507f-4c00-bd62-26d15d23f3cf"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Configuring node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Configuring node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Creating node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Creating node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Creating node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:16.914Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:16.914Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_security_group_qpem8v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.130Z", "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-02T09:29:17.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "770861e1-7bfa-4e39-a623-c4ca50178a17"}, {"node_instance_id": "ellis_security_group_qpem8v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.130Z", "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-02T09:29:17.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "770861e1-7bfa-4e39-a623-c4ca50178a17"}, {"node_instance_id": "ellis_security_group_qpem8v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.130Z", "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-02T09:29:17.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "770861e1-7bfa-4e39-a623-c4ca50178a17"}, {"node_instance_id": "ellis_security_group_qpem8v", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.130Z", "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-02T09:29:17.130Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "770861e1-7bfa-4e39-a623-c4ca50178a17"}], "metadata": {"pagination": {"total": 142, "offset": 86, "size": 50}}} 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:18 GMT 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29809 2018-09-02 09:29:18,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:18,133 - 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 09:29:18,133 - 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 09:29:18,133 - 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 09:29:18,133 - 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 09:29:18,133 - 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 09:29:18,133 - 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 09:29:18,134 - 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 09:29:18,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:18,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:18,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:18,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:18,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:18,134 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:18,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Using external resource keypair: cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac 2018-09-02 09:29:18,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:18,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:18,135 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-09-02 09:29:18,135 - 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 09:29:18,135 - 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 09:29:18,136 - 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 09:29:18,136 - 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 09:29:18,136 - 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 09:29:18,136 - 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 09:29:18,136 - 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 09:29:18,136 - 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 09:29:18,136 - 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 09:29:18,137 - 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 09:29:18,137 - 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 09:29:18,137 - 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 09:29:18,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:18,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 09:29:18,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 09:29:18,137 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 09:29:18,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:18,138 - 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'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:29:14Z', u'updated_at': u'2018-09-02T09:29:14Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.204', u'revision_number': 0, u'project_id': u'95a02c4f07d54a14890c153adec66c08', u'port_id': None, u'id': u'ef48a893-8d81-4708-beb6-f9cca583a153', u'qos_policy_id': None} 2018-09-02 09:29:18,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:18,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:18,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:18,138 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:18,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:18,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 09:29:18,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 09:29:18,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 09:29:18,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 09:29:18,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:18,139 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:18,140 - 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 09:29:18,140 - 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 09:29:18,140 - 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 09:29:18,140 - 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 09:29:18,140 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:18,206 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:18,206 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:18,207 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:18 GMT 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:18,207 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:18,208 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:23,213 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:23,291 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:23,291 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:23,291 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:23,291 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:23,291 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:23,291 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:23,291 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:23,291 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_security_group_oixds4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.946Z", "message": "Configuring node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:17.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.946Z", "message": "Configuring node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:17.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.946Z", "message": "Starting node", "node_name": "bono_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:17.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.946Z", "message": "Starting node", "node_name": "bono_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:17.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.946Z", "message": "Starting node", "node_name": "sprout_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:17.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:17.946Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:17.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:18.145Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}]", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:18.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f545bc14-c7a8-43cb-b021-0933a8f7436b"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:18.145Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ed327309-e960-4f0f-83ba-c0f7ed62e74b', 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-02T09:29:18.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6fdbf25c-0bca-4047-8bba-22a8012471ee"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:18.145Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_3bdzdx'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:18.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6fdbf25c-0bca-4047-8bba-22a8012471ee"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:18.145Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_7u7r2k'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:18.145Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f545bc14-c7a8-43cb-b021-0933a8f7436b"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:19.013Z", "message": "Creating node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:19.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:19.013Z", "message": "Creating node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:19.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:19.013Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:19.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:19.013Z", "message": "Starting node", "node_name": "internal_sip_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:19.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:19.013Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:19.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:19.013Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:19.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_floatingip_fswk9r", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:19.166Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:29:18Z', u'updated_at': u'2018-09-02T09:29:18Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'95a02c4f07d54a14890c153adec66c08', u'port_id': None, u'id': u'b9da4148-6886-4776-89f8-7566cb1a5792', u'qos_policy_id': None}", "level": "info", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:19.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d680dead-fc46-4599-a035-e35be37af3e4"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:20.060Z", "message": "Configuring node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:20.060Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:20.060Z", "message": "Starting node", "node_name": "bind_floatingip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:20.060Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:20.060Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:20.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:20.272Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a7122184-1171-4338-a233-ab9419f435c7', 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-02T09:29:20.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d5ceb1b5-5a91-4089-8791-ea640515e7c0"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:20.272Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_aa1ih1'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:20.272Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d5ceb1b5-5a91-4089-8791-ea640515e7c0"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.114Z", "message": "Configuring node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.114Z", "message": "Configuring node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.114Z", "message": "Creating node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.114Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.114Z", "message": "Starting node", "node_name": "vellum_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.114Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.114Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.114Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.282Z", "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-02T09:29:21.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f545bc14-c7a8-43cb-b021-0933a8f7436b"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.282Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_7u7r2k', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f545bc14-c7a8-43cb-b021-0933a8f7436b"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.282Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'8076093c-3531-4ef3-a937-cc86aaf01cfe', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'99c8b3f7-79d2-4e26-bf2e-fc8a10da340c', 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-02T09:29:21.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f42823c8-c83f-44da-864e-b6ceee5e465a"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.282Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_7u7r2k', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f545bc14-c7a8-43cb-b021-0933a8f7436b"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:21.282Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_8xyjuu'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:21.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f42823c8-c83f-44da-864e-b6ceee5e465a"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:22.288Z", "message": "Creating node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:22.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:22.288Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:22.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:22.288Z", "message": "Starting node", "node_name": "ellis_security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:22.288Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:22.314Z", "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-02T09:29:22.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6fdbf25c-0bca-4047-8bba-22a8012471ee"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:22.314Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_3bdzdx', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:22.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6fdbf25c-0bca-4047-8bba-22a8012471ee"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:22.314Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f90748e4-01a7-42e9-8652-82dcfc30f093', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'8076093c-3531-4ef3-a937-cc86aaf01cfe', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'ef48a893-8d81-4708-beb6-f9cca583a153', u'floating_ip_address': u'172.30.9.204', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:22.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d541e4b-4a07-4534-8bae-954058d8d119"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:22.314Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_3bdzdx', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:22.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6fdbf25c-0bca-4047-8bba-22a8012471ee"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:22.314Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_55oody'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:22.314Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d541e4b-4a07-4534-8bae-954058d8d119"}], "metadata": {"pagination": {"total": 180, "offset": 136, "size": 50}}} 2018-09-02 09:29:23,292 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:23,292 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:23 GMT 2018-09-02 09:29:23,292 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:23,292 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27519 2018-09-02 09:29:23,292 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:23,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:23,293 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:23,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:23,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:23,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:23,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 09:29:23,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}] 2018-09-02 09:29:23,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'ed327309-e960-4f0f-83ba-c0f7ed62e74b', u'external_name': u'clearwater-sg_dime', u'external_type': u'security_group'}] 2018-09-02 09:29:23,294 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_dime_host_3bdzdx'} 2018-09-02 09:29:23,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_proxy_host_7u7r2k'} 2018-09-02 09:29:23,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:23,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:23,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 09:29:23,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:23,295 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 09:29:23,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 09:29:23,296 - 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'95a02c4f07d54a14890c153adec66c08', u'created_at': u'2018-09-02T09:29:18Z', u'updated_at': u'2018-09-02T09:29:18Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.201', u'revision_number': 0, u'project_id': u'95a02c4f07d54a14890c153adec66c08', u'port_id': None, u'id': u'b9da4148-6886-4776-89f8-7566cb1a5792', u'qos_policy_id': None} 2018-09-02 09:29:23,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:23,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 09:29:23,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:23,296 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 09:29:23,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:23,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'a7122184-1171-4338-a233-ab9419f435c7', u'external_name': u'clearwater-sg_homer', u'external_type': u'security_group'}] 2018-09-02 09:29:23,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_homer_host_aa1ih1'} 2018-09-02 09:29:23,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:23,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:23,297 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:23,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 09:29:23,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:23,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 09:29:23,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 09:29:23,298 - 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 09:29:23,298 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_proxy_host_7u7r2k', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:23,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'8076093c-3531-4ef3-a937-cc86aaf01cfe', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'99c8b3f7-79d2-4e26-bf2e-fc8a10da340c', u'external_name': u'clearwater-sg_sprout', u'external_type': u'security_group'}] 2018-09-02 09:29:23,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_proxy_host_7u7r2k', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:23,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_sprout_host_8xyjuu'} 2018-09-02 09:29:23,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:23,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 09:29:23,299 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:23,300 - 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 09:29:23,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_dime_host_3bdzdx', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:23,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f90748e4-01a7-42e9-8652-82dcfc30f093', u'external_name': u'clearwater-sg_bono', u'external_type': u'security_group'}, {u'external_id': u'8076093c-3531-4ef3-a937-cc86aaf01cfe', u'external_name': u'clearwater-sg_internal_sip', u'external_type': u'security_group'}, {u'external_id': u'ef48a893-8d81-4708-beb6-f9cca583a153', u'floating_ip_address': u'172.30.9.204', u'external_type': u'floatingip'}] 2018-09-02 09:29:23,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_dime_host_3bdzdx', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:23,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bono_host_55oody'} 2018-09-02 09:29:23,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:23,368 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:23,368 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:23,368 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:23,368 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:23,368 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:23,368 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:23,369 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:23,369 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:23,369 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:23,369 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:23 GMT 2018-09-02 09:29:23,369 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:23,369 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:23,369 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:28,375 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:28,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:28,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:28,444 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:28,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:28,444 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:28,444 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:28,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:28,444 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:23.293Z", "message": "Creating node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:23.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:23.293Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:23.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:23.335Z", "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-02T09:29:23.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d5ceb1b5-5a91-4089-8791-ea640515e7c0"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:23.335Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_aa1ih1', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:23.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d5ceb1b5-5a91-4089-8791-ea640515e7c0"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:23.335Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_aa1ih1', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:23.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d5ceb1b5-5a91-4089-8791-ea640515e7c0"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:24.341Z", "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-02T09:29:24.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f42823c8-c83f-44da-864e-b6ceee5e465a"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:24.341Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_8xyjuu', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:24.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f42823c8-c83f-44da-864e-b6ceee5e465a"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:24.341Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_8xyjuu', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:24.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f42823c8-c83f-44da-864e-b6ceee5e465a"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:25.141Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:25.141Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:25.376Z", "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-02T09:29:25.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d541e4b-4a07-4534-8bae-954058d8d119"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:25.376Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_55oody', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:25.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d541e4b-4a07-4534-8bae-954058d8d119"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:25.376Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_55oody', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:25.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d541e4b-4a07-4534-8bae-954058d8d119"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:25.382Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:25.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:26.399Z", "message": "Configuring node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:26.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:26.399Z", "message": "Configuring node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:26.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:26.399Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:26.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:26.399Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:26.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:26.399Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:26.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:26.399Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:26.399Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:26.425Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f4adf389-731b-460d-b874-50cbf6704161', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'b9da4148-6886-4776-89f8-7566cb1a5792', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:26.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "528a795d-fe62-402b-90be-bcfe73f0d092"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.542Z", "message": "Configuring node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.542Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.542Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.542Z", "message": "Starting node", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.542Z", "message": "Starting node", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.542Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.542Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.542Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.545Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'37c82e18-52d3-4089-bc13-278daa9440bd', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'd883fc42-34dd-4219-8f7e-f066ee9e3357', u'floating_ip_address': u'172.30.9.200', u'external_type': u'floatingip'}]", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "789d25c6-3cd6-4f0a-af50-71253fc799f0"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.545Z", "message": "Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'6124d564-13f6-4636-8836-bbfa51bf2e7f', 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-02T09:29:27.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1dc7b7c3-1e66-403b-98bd-23d61d7d5437"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.545Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_2qfbfo'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "528a795d-fe62-402b-90be-bcfe73f0d092"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.545Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_apo06i'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "789d25c6-3cd6-4f0a-af50-71253fc799f0"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:27.545Z", "message": "server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_9shwa2'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:27.545Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1dc7b7c3-1e66-403b-98bd-23d61d7d5437"}], "metadata": {"pagination": {"total": 212, "offset": 180, "size": 50}}} 2018-09-02 09:29:28,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:28,445 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:28 GMT 2018-09-02 09:29:28,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:28,445 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 21160 2018-09-02 09:29:28,445 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:28,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:29:28,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 09:29:28,446 - 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 09:29:28,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_homer_host_aa1ih1', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:28,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_homer_host_aa1ih1', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:28,447 - 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 09:29:28,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_sprout_host_8xyjuu', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:28,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_sprout_host_8xyjuu', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:28,447 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 09:29:28,448 - 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 09:29:28,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bono_host_55oody', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:28,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bono_host_55oody', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:28,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 09:29:28,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:28,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:28,448 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 09:29:28,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 09:29:28,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 09:29:28,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 09:29:28,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'f4adf389-731b-460d-b874-50cbf6704161', u'external_name': u'clearwater-sg_bind', u'external_type': u'security_group'}, {u'external_id': u'b9da4148-6886-4776-89f8-7566cb1a5792', u'floating_ip_address': u'172.30.9.201', u'external_type': u'floatingip'}] 2018-09-02 09:29:28,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:28,449 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 09:29:28,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 09:29:28,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:28,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:28,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 09:29:28,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 09:29:28,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'37c82e18-52d3-4089-bc13-278daa9440bd', u'external_name': u'clearwater-sg_ellis', u'external_type': u'security_group'}, {u'external_id': u'd883fc42-34dd-4219-8f7e-f066ee9e3357', u'floating_ip_address': u'172.30.9.200', u'external_type': u'floatingip'}] 2018-09-02 09:29:28,450 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Instance relationship target instances: [{u'external_id': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', u'external_type': u'keypair'}, {u'external_id': u'99a54305-ade0-4c54-ae82-da3285fd434c', u'external_name': u'clearwater-sg_base', u'external_type': u'security_group'}, {u'external_id': u'6124d564-13f6-4636-8836-bbfa51bf2e7f', u'external_name': u'clearwater-sg_vellum', u'external_type': u'security_group'}] 2018-09-02 09:29:28,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_bind_host_2qfbfo'} 2018-09-02 09:29:28,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_ellis_host_apo06i'} 2018-09-02 09:29:28,451 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server before transformations: {'meta': {}, 'name': 'server_clearwater-opnfv_vellum_host_9shwa2'} 2018-09-02 09:29:28,451 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:28,510 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:28,510 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:28,510 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:28,510 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:28,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:28,511 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:28,511 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:28,511 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:28,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:28,511 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:28 GMT 2018-09-02 09:29:28,511 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:28,511 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:28,511 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:33,517 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:33,584 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:33,584 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:33,584 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:33,584 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:33,584 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:33,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:33,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:33,585 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:28.548Z", "message": "Configuring node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:28.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:28.548Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:28.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:28.548Z", "message": "Starting node", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:28.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:29.475Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_apo06i', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:29.475Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "789d25c6-3cd6-4f0a-af50-71253fc799f0"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:29.586Z", "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-02T09:29:29.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "789d25c6-3cd6-4f0a-af50-71253fc799f0"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:29.586Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_apo06i', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:29.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "789d25c6-3cd6-4f0a-af50-71253fc799f0"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:29.586Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_2qfbfo', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:29.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "528a795d-fe62-402b-90be-bcfe73f0d092"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:29.587Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:29.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:29.587Z", "message": "Starting node", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:29.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:29.587Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None 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:None 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:None state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T09:29:29.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:29.587Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:29.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:30.592Z", "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-02T09:29:30.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "528a795d-fe62-402b-90be-bcfe73f0d092"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:30.592Z", "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-02T09:29:30.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1dc7b7c3-1e66-403b-98bd-23d61d7d5437"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:30.592Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_2qfbfo', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:30.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "528a795d-fe62-402b-90be-bcfe73f0d092"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:30.592Z", "message": "Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_9shwa2', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:30.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1dc7b7c3-1e66-403b-98bd-23d61d7d5437"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:30.592Z", "message": "server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_9shwa2', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:30.592Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1dc7b7c3-1e66-403b-98bd-23d61d7d5437"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:30.598Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:30.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:30.598Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:30.598Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:31.604Z", "message": "Configuring node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:31.604Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:32.728Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:32.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:32.728Z", "message": "Starting node", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:32.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:32.728Z", "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-02T09:29:32.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:32.728Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:32.728Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 235, "offset": 212, "size": 50}}} 2018-09-02 09:29:33,585 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:33,585 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:33 GMT 2018-09-02 09:29:33,585 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:33,585 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15848 2018-09-02 09:29:33,585 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:33,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:33,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 09:29:33,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:33,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_ellis_host_apo06i', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:33,587 - 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 09:29:33,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_ellis_host_apo06i', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:33,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_bind_host_2qfbfo', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:33,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 09:29:33,587 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:33,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30] 2018-09-02 09:29:33,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 09:29:33,588 - 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 09:29:33,588 - 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 09:29:33,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_bind_host_2qfbfo', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:33,588 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating VM with parameters: {'name': 'server_clearwater-opnfv_vellum_host_9shwa2', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:33,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - server.create() server after transformations: {'name': 'server_clearwater-opnfv_vellum_host_9shwa2', 'key_name': u'cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'image': u'b9509348-963f-40f3-a6a1-5020cc52a152', 'meta': {'cloudify_management_network_name': u'cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac', 'cloudify_management_network_id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}, 'nics': [{'net-id': u'a2582221-c1a1-4edf-b24b-50ba15377cee'}], 'flavor': u'25043324-7bc5-4d40-8579-1c20f4569ad0'} 2018-09-02 09:29:33,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 09:29:33,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 09:29:33,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:33,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 09:29:33,589 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:33,590 - 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 09:29:33,590 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 09:29:33,590 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:33,648 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:33,648 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:33,648 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:33,649 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:33,649 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:33,649 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:33,649 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:33,649 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:33,649 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:33,649 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:33 GMT 2018-09-02 09:29:33,649 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:33,649 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:33,650 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:38,655 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:38,718 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:38,718 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:38,718 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_aa1ih1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:33.733Z", "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-02T09:29:33.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:33.733Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:33.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:33.733Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:33.733Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:34.739Z", "message": "Configuring node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:34.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:34.739Z", "message": "Configuring node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:34.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:34.739Z", "message": "Configuring node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:34.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:34.739Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:34.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:34.739Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:34.739Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Starting node", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Starting node", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Starting node", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "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-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:36.218Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:36.218Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:37.277Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None 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:None 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:None state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T09:29:37.277Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:38.283Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping 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:block_device_mapping 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:block_device_mapping state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T09:29:38.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:38.283Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:block_device_mapping 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:block_device_mapping 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:block_device_mapping state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T09:29:38.283Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 256, "offset": 235, "size": 50}}} 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:38 GMT 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:38,719 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13472 2018-09-02 09:29:38,720 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:38,720 - 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 09:29:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 09:29:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 09:29:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:29:38,721 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 09:29:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 09:29:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 09:29:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 09:29:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 09:29:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:38,722 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:29:38,723 - 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 09:29:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 09:29:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 09:29:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 09:29:38,723 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None state. Retrying... [retry_after=30] 2018-09-02 09:29:38,724 - 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:block_device_mapping state. Retrying... [retry_after=30] 2018-09-02 09:29:38,724 - 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:block_device_mapping state. Retrying... [retry_after=30] 2018-09-02 09:29:38,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:38,787 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:38,787 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:38,787 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:38,787 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:38,788 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:38,788 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:38,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:38,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:38,788 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:38,788 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:38 GMT 2018-09-02 09:29:38,788 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:38,788 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:38,788 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:43,794 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:43,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:43,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:43,858 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:43,858 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:43,858 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:43,858 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:43,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:43,859 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2qfbfo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:39.286Z", "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-02T09:29:39.286Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 257, "offset": 256, "size": 50}}} 2018-09-02 09:29:43,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:43,859 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:43 GMT 2018-09-02 09:29:43,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:43,859 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1203 2018-09-02 09:29:43,859 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:43,860 - 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 09:29:43,860 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:43,915 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:43,915 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:43,916 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:43 GMT 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:43,916 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:43,917 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:48,918 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:48,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:48,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:48,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:48,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:48 GMT 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:29:48,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:48,990 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:49,050 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:49,051 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:49 GMT 2018-09-02 09:29:49,051 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:49,052 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:49,052 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:54,057 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:54,119 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:54 GMT 2018-09-02 09:29:54,120 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:54,120 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:29:54,120 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:54,120 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:54,173 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:54,173 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:54,173 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:54,173 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:54,173 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:54,173 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:54,173 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:54,174 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:54,174 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:54,174 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:54 GMT 2018-09-02 09:29:54,174 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:54,174 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:54,174 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:59,179 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:29:59,247 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:59,247 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:59,248 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:59,248 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:59,248 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:59,248 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:59,248 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:59,248 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 257, "offset": 257, "size": 50}}} 2018-09-02 09:29:59,248 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:59,249 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:59 GMT 2018-09-02 09:29:59,249 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:59,249 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:29:59,249 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:29:59,249 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:29:59,307 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:29:59,307 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:29:59,307 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:29:59,307 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:29:59,307 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:29:59,308 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:29:59,308 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:29:59,308 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:29:59,308 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:29:59,308 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:29:59 GMT 2018-09-02 09:29:59,308 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:29:59,308 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:29:59,308 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:04,314 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:04,381 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:04,381 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:04,381 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:04,381 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:04,381 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:04,381 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:04,381 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:04,382 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:29:59.400Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:29:59.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:00.295Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:00.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:01.947Z", "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-02T09:30:01.947Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:02.300Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:02.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:02.300Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:02.300Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:03.304Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:03.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:03.304Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:03.304Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 264, "offset": 257, "size": 50}}} 2018-09-02 09:30:04,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:04,382 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:04 GMT 2018-09-02 09:30:04,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:04,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4290 2018-09-02 09:30:04,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:04,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:04,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:04,383 - 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 09:30:04,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:04,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:04,383 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:04,384 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:04,384 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:04,444 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:04,444 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:04,444 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:04,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:04,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:04,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:04,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:04,445 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:04,445 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:04,445 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:04 GMT 2018-09-02 09:30:04,445 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:04,445 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:04,445 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:09,451 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:09,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:09,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:09,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:09,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:05.136Z", "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-02T09:30:05.136Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:06.309Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:06.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:06.309Z", "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-02T09:30:06.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:06.309Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:06.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:07.356Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:07.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:07.356Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:07.356Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:08.362Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:08.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:08.362Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:08.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:08.362Z", "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-02T09:30:08.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:08.362Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:08.362Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:09.369Z", "message": "Sending task 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:09.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:09.369Z", "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-02T09:30:09.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:09.369Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:09.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:09.369Z", "message": "Task started 'nova_plugin.server.start' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:09.369Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 278, "offset": 264, "size": 50}}} 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:09 GMT 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9756 2018-09-02 09:30:09,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:09,518 - 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 09:30:09,518 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,518 - 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 09:30:09,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,519 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,519 - 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 09:30:09,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,520 - 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 09:30:09,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,520 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 09:30:09,520 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:09,582 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:09,582 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:09,582 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:09,582 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:09,582 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:09,583 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:09,583 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:09,583 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:09,583 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:09,583 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:09 GMT 2018-09-02 09:30:09,583 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:09,583 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:09,583 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:14,589 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:14,653 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:14,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:14,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:14,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:14,654 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:14,654 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:14,654 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:14,654 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_9shwa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:10.742Z", "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-02T09:30:10.742Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:11.397Z", "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-02T09:30:11.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:12.430Z", "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-02T09:30:12.430Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 281, "offset": 278, "size": 50}}} 2018-09-02 09:30:14,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:14,655 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:14 GMT 2018-09-02 09:30:14,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:14,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3490 2018-09-02 09:30:14,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:14,655 - 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 09:30:14,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-02 09:30:14,656 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:spawning state. Retrying... [retry_after=30] [retry 1/60] 2018-09-02 09:30:14,656 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:14,712 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:14,712 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:14,712 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:14,712 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:14,712 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:14,712 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:14,712 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:14,713 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:14,713 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:14,713 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:14 GMT 2018-09-02 09:30:14,713 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:14,713 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:14,713 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:19,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:19,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:19,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:19,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:19,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:19,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:19,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:19,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:19,780 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-02 09:30:19,781 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:19,781 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:19 GMT 2018-09-02 09:30:19,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:19,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:30:19,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:19,781 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:19,835 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:19,835 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:19,835 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:19,835 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:19,835 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:19,835 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:19,836 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:19,836 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:19,836 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:19,836 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:19 GMT 2018-09-02 09:30:19,836 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:19,836 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:19,836 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:24,842 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:24,905 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:24,905 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:24,905 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:24,905 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:24 GMT 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:30:24,906 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:24,907 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:24,962 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:24,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:24,963 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:24,963 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:24,963 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:24,963 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:24,963 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:24,963 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:24,963 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:24,963 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:24 GMT 2018-09-02 09:30:24,963 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:24,964 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:24,964 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:29,969 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:30,033 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:30,033 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:30,033 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:30,033 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:30,033 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:30,033 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:30,033 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:30,034 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 281, "offset": 281, "size": 50}}} 2018-09-02 09:30:30,034 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:30,034 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:30 GMT 2018-09-02 09:30:30,034 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:30,034 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:30:30,034 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:30,034 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:30,088 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:30,089 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:30,089 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:30,089 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:30,089 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:30,089 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:30,089 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:30,089 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:30,089 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:30,090 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:30 GMT 2018-09-02 09:30:30,090 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:30,090 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:30,090 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:35,095 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:35,169 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:35,169 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:35,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:35,169 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:35,169 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:35,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:35,170 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:35,170 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:32.019Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:32.019Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:32.438Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:32.438Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:34.764Z", "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-02T09:30:34.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 284, "offset": 281, "size": 50}}} 2018-09-02 09:30:35,170 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:35,170 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:35 GMT 2018-09-02 09:30:35,170 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:35,170 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2238 2018-09-02 09:30:35,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:35,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:35,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:35,171 - 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 09:30:35,171 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:35,230 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:35,230 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:35,230 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:35,231 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:35 GMT 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:35,231 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:40,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:40,304 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:40,304 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:40,305 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:40,305 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:40,305 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:40,305 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:40,305 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:40,305 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:35.443Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:35.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:35.443Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:35.443Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:36.449Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:36.449Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:36.449Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:37.849Z", "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-02T09:30:37.849Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:38.454Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:38.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:38.454Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:38.454Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:39.458Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:39.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:39.458Z", "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-02T09:30:39.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:39.458Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:39.458Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 294, "offset": 284, "size": 50}}} 2018-09-02 09:30:40,305 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:40,306 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:40 GMT 2018-09-02 09:30:40,306 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:40,306 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6458 2018-09-02 09:30:40,306 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:40,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:40,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:40,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:40,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:40,307 - 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 09:30:40,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:40,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:40,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:40,308 - 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 09:30:40,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:40,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:40,366 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:40,366 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:40,367 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:40,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:40,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:40,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:40,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:40,367 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:40,367 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:40,367 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:40 GMT 2018-09-02 09:30:40,367 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:40,368 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:40,368 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:45,368 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:45,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:45,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:45,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:40.843Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:40.843Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:41.463Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:41.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:41.463Z", "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-02T09:30:41.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:41.463Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:41.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:41.463Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:41.463Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:42.469Z", "message": "Sending task 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:42.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:42.469Z", "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-02T09:30:42.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:42.469Z", "message": "Task started 'nova_plugin.server.start' [retry 2/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:30:42.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:43.578Z", "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-02T09:30:43.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:44.499Z", "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-02T09:30:44.499Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 304, "offset": 294, "size": 50}}} 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:45 GMT 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7706 2018-09-02 09:30:45,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:45,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:45,435 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:45,435 - 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 09:30:45,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:45,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:45,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:45,436 - 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 09:30:45,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 09:30:45,436 - 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 09:30:45,437 - 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 09:30:45,437 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:45,491 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:45,491 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:45,492 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:45 GMT 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:45,492 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:45,493 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:50,494 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:50,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:50,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2qfbfo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:30:45.502Z", "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-02T09:30:45.502Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 305, "offset": 304, "size": 50}}} 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:50 GMT 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1216 2018-09-02 09:30:50,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:50,565 - 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 09:30:50,565 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:50,619 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:50,620 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:50,620 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:50,620 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:50,620 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:50,620 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:50,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:50,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:50,620 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:50,620 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:50 GMT 2018-09-02 09:30:50,621 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:50,621 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:50,621 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:55,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:30:55,699 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:55,699 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:55,699 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:55,699 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:55,699 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:55,699 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:55,700 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:55,700 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-02 09:30:55,700 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:55,700 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:55 GMT 2018-09-02 09:30:55,700 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:55,700 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:30:55,700 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:30:55,701 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:30:55,758 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:30:55,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:30:55,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:30:55,759 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:30:55,759 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:30:55,759 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:30:55,759 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:30:55,759 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:30:55,759 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:30:55,759 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:30:55 GMT 2018-09-02 09:30:55,759 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:30:55,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:30:55,760 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:00,765 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:00,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:00,870 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:00,870 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:00,870 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:00,870 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:00,870 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:00,870 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:00,870 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 305, "offset": 305, "size": 50}}} 2018-09-02 09:31:00,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:00,871 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:00 GMT 2018-09-02 09:31:00,871 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:00,871 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:31:00,871 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:00,871 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:00,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:00,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:00,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:00,989 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:00,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:00,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:00,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:00,989 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:00,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:00,989 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:00 GMT 2018-09-02 09:31:00,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:00,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:00,990 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:05,994 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:06,169 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:06,169 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:06,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:06,169 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:04.859Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:04.859Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:05.515Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:05.515Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 307, "offset": 305, "size": 50}}} 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:06 GMT 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1104 2018-09-02 09:31:06,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:06,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:06,171 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:06,171 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:06,336 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:06,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:06,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:06,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:06,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:06,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:06,337 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:06,337 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:06,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:06,338 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:06 GMT 2018-09-02 09:31:06,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:06,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:06,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:11,343 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:12,567 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:12,568 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:12,568 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:12,568 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:12,568 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:12,568 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:12,568 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:12,568 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:07.918Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:07.918Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:10.051Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:10.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:10.051Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:10.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:10.051Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:10.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:11.436Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:11.436Z", "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-02T09:31:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 313, "offset": 307, "size": 50}}} 2018-09-02 09:31:12,568 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:12,569 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:12 GMT 2018-09-02 09:31:12,569 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:12,569 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3783 2018-09-02 09:31:12,569 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:12,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:12,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:12,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:12,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:12,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:12,570 - 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 09:31:12,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:12,716 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:12,716 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:12,716 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:12,716 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:12,716 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:12,716 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:12,717 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:12,717 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:12,717 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:12,717 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:12 GMT 2018-09-02 09:31:12,717 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:12,717 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:12,717 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:17,719 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:12.858Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:12.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:12.858Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:12.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:12.858Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:12.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:13.892Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:13.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:13.892Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:13.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:13.892Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:13.892Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:15.987Z", "message": "Sending task 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:15.987Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:17.045Z", "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-02T09:31:17.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:17.045Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:17.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:17.045Z", "message": "Task started 'nova_plugin.server.start' [retry 3/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:17.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:18.403Z", "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-02T09:31:18.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:18.403Z", "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-02T09:31:18.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:18.403Z", "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-02T09:31:18.403Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 326, "offset": 313, "size": 50}}} 2018-09-02 09:31:19,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:19,781 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:19 GMT 2018-09-02 09:31:19,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:19,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9241 2018-09-02 09:31:19,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:19,781 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,782 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,783 - 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 09:31:19,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,783 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 3/60] 2018-09-02 09:31:19,783 - 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 09:31:19,783 - 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 09:31:19,783 - 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 09:31:19,784 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:19,967 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:19,968 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:19,968 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:19,968 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:19,968 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:19,968 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:19,968 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:19,968 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:19,968 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:19,969 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:19 GMT 2018-09-02 09:31:19,969 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:19,969 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:19,969 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:24,974 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:25,894 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:25,894 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:25,894 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:25,894 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:25,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:25,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:25,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:25,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_apo06i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:20.191Z", "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-02T09:31:20.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:23.139Z", "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-02T09:31:23.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:23.978Z", "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-02T09:31:23.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 329, "offset": 326, "size": 50}}} 2018-09-02 09:31:25,895 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:25,895 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:25 GMT 2018-09-02 09:31:25,895 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:25,895 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3490 2018-09-02 09:31:25,895 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:25,895 - 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 09:31:25,896 - 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 09:31:25,896 - 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 09:31:25,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:26,066 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:26,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:26,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:26,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:26,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:26,066 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:26,066 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:26,066 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:26,067 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:26,067 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:26 GMT 2018-09-02 09:31:26,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:26,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:26,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:31,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:31,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:31,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:31,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:31,673 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:31,673 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:31,673 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:31,673 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:31,673 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-09-02 09:31:31,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:31,674 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:31 GMT 2018-09-02 09:31:31,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:31,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:31:31,674 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:31,674 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:31,780 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:31,780 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:31 GMT 2018-09-02 09:31:31,781 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:31,781 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:31,781 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:36,786 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:37,791 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 329, "offset": 329, "size": 50}}} 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:37 GMT 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:37,792 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:31:37,793 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:37,793 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:38,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:38,560 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:38 GMT 2018-09-02 09:31:38,560 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:38,561 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:38,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:43,563 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:43,747 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:41.034Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:41.034Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:42.493Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:42.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 331, "offset": 329, "size": 50}}} 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:43,748 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:43 GMT 2018-09-02 09:31:43,749 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:43,749 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1104 2018-09-02 09:31:43,749 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:43,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:43,749 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:43,750 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:44,039 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:44,039 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:44,039 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:44,039 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:44,039 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:44,040 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:44,040 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:44,040 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:44,040 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:44,040 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:44 GMT 2018-09-02 09:31:44,040 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:44,040 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:44,040 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:49,046 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:49,122 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:44.316Z", "message": "Server is ACTIVE", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:44.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1dc730dd-355b-47e5-989d-e7bab03152a9"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:44.484Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:44.484Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:45.665Z", "message": "Creating Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:45.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:45.665Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:45.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:45.665Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:45.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:46.695Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:46.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:46.695Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:46.695Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:47.142Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:47.142Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:47.817Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:47.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:47.817Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:47.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:47.817Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:47.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:47.817Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:47.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:47.817Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:47.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:47.817Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:47.817Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:48.293Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:48.293Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "99498dbb-3031-4f5c-a7e5-5338bdd95dac"}], "metadata": {"pagination": {"total": 355, "offset": 331, "size": 50}}} 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:49,123 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:49 GMT 2018-09-02 09:31:49,124 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:49,124 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12701 2018-09-02 09:31:49,124 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:49,124 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 09:31:49,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 09:31:49,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:49,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:49,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,125 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,126 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:49,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,127 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:49,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:31:49,128 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:31:49,128 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:49,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:49,187 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:49,187 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:49,187 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:49,187 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:49,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:49,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:49,187 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:49,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:49,187 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:49 GMT 2018-09-02 09:31:49,188 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:49,188 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:49,188 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:54,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:54,263 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:54,263 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:54,263 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:54,263 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:54,263 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:54,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:54,264 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:54,264 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:49.146Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time)", "node_name": "dime_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (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.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T09:31:49.146Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:49.307Z", "message": "Server is ACTIVE", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:49.307Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8f7498c-f2bf-4c70-b054-02b1ab66db1f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:50.194Z", "message": "Creating Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:50.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:50.194Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:50.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:50.194Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:50.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:50.194Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:50.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:50.194Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:50.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:50.194Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:50.194Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:50.513Z", "message": "Server is ACTIVE", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:50.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "dbade74d-c5d8-42bd-913a-d0c004cb2580"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.249Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.249Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "696c121f-9804-4ab0-a003-d6a0b88cbe20"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Server is ACTIVE", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e6fcd877-fa12-417a-b53c-6fedb6061d84"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:51.320Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:51.320Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Creating Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Creating Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Creating Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.375Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:52.402Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:52.402Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.429Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}], "metadata": {"pagination": {"total": 424, "offset": 355, "size": 50}}} 2018-09-02 09:31:54,264 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:54,264 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:54 GMT 2018-09-02 09:31:54,264 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:54,264 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27215 2018-09-02 09:31:54,264 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:54,265 - 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.13 on port 22: Unable to connect to port 22 on 192.168.120.13 (tried 1 time) 2018-09-02 09:31:54,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 09:31:54,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 09:31:54,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:54,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:54,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:54,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:54,266 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:54,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 09:31:54,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:54,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,267 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:31:54,268 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 09:31:54,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 09:31:54,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:31:54,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 09:31:54,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 09:31:54,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 09:31:54,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:54,269 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:54,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:54,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:54,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:54,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:54,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:54,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:54,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,271 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:31:54,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:54,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,272 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,273 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:54,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:54,334 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:54,334 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:54,334 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:54,334 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:54,334 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:54,334 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:54,334 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:54,334 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:54,334 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:54,335 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:54 GMT 2018-09-02 09:31:54,335 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:54,335 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:54,335 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:59,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:31:59,495 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:59,495 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:59,495 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:59,495 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:59,495 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:59,495 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:59,496 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:59,496 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Server is ACTIVE", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c06c1f75-da6b-4c80-9ff3-9283ce60c414"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:53.459Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:53.459Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.553Z", "message": "Creating Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.553Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.553Z", "message": "Sending task 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.553Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.553Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.553Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "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-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}], "metadata": {"pagination": {"total": 605, "offset": 405, "size": 50}}} 2018-09-02 09:31:59,496 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:59,496 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:59 GMT 2018-09-02 09:31:59,496 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:59,496 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27304 2018-09-02 09:31:59,496 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:31:59,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:31:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:31:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 09:31:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:31:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:31:59,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:31:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 09:31:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 09:31:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:31:59,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,504 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:31:59,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:31:59,505 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:31:59,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:31:59,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:31:59,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:31:59,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:31:59,572 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:31:59,572 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:31:59,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:31:59,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:31:59,572 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:31:59,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:31:59,572 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:31:59 GMT 2018-09-02 09:31:59,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:31:59,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:31:59,573 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:04,578 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:04,870 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:04,871 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:04,871 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:04,871 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:04,871 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:04,871 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:04,871 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:04,871 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "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-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:54.595Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:54.595Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "env set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "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-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:55.613Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:55.613Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.072Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.558Z", "message": "Creating Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.558Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.558Z", "message": "Task started 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.558Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Creating Agent homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_aa1ih1/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Server is ACTIVE", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "076e881a-5ecb-44e9-add8-13fe2613c3fc"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}], "metadata": {"pagination": {"total": 779, "offset": 455, "size": 50}}} 2018-09-02 09:32:04,872 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:04,872 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:04 GMT 2018-09-02 09:32:04,872 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:04,872 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27502 2018-09-02 09:32:04,872 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:04,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:32:04,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:32:04,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 09:32:04,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:32:04,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:32:04,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:04,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:32:04,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 09:32:04,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:04,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:32:04,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent homer_host_aa1ih1 2018-09-02 09:32:04,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 09:32:04,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_aa1ih1/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 09:32:04,880 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 09:32:04,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 09:32:04,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 09:32:04,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,881 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:32:04,882 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:04,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:04,941 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:04,942 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:04,942 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:04,942 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:04,942 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:04,942 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:04,942 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:04,942 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:04,942 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:04,942 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:04 GMT 2018-09-02 09:32:04,943 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:04,943 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:04,943 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:09,948 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:10,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:10,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:10,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:10,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:10,142 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:10,142 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:10,142 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:10,142 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Downloading Agent Package from https://192.168.120.5: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-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Creating agent from package", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "broker_get_settings_from_manager set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "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-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "system_python set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_aa1ih1/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:56.697Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:56.697Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.609Z", "message": "Configuring Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.609Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.609Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.609Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "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-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "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-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_55oody/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Untaring Agent package...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "/home/ubuntu/bono_host_55oody/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-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_55oody/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_55oody/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_55oody', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_55oody/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_55oody', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Creating Agent proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}], "metadata": {"pagination": {"total": 879, "offset": 505, "size": 50}}} 2018-09-02 09:32:10,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:10,143 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:10 GMT 2018-09-02 09:32:10,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:10,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28885 2018-09-02 09:32:10,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:10,144 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 09:32:10,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,145 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 09:32:10,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,146 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:32:10,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:32:10,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 09:32:10,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,147 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:10,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/homer_host_aa1ih1/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 09:32:10,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 09:32:10,148 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 09:32:10,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:10,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:10,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:32:10,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,149 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 09:32:10,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 09:32:10,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:32:10,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 09:32:10,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,150 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_55oody/env 2018-09-02 09:32:10,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:32:10,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_55oody/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 09:32:10,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_55oody/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_55oody/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_55oody', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_55oody/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_55oody', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:32:10,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent proxy_host_7u7r2k 2018-09-02 09:32:10,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 09:32:10,152 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:10,152 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:10,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:10,209 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:10,209 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:10,209 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:10,209 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:10,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:10,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:10,209 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:10,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:10,209 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:10 GMT 2018-09-02 09:32:10,210 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:10,210 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:10,210 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:15,214 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:15,342 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:15,343 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:15,343 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:15,343 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:15,343 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:15,343 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:15,343 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:15,343 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_7u7r2k/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Auto-correcting virtualenv /home/ubuntu/bono_host_55oody/env", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Successfully created daemon: bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "system_python set by default value", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_55oody/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_55oody/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_55oody', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_55oody/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_55oody', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_8xyjuu/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "system_python set by default value", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "/home/ubuntu/bono_host_55oody/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-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Downloading Agent Package from https://192.168.120.5: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-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7569cc81-888e-4d17-8991-35f4e7537753"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:57.966Z", "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-02T09:31:57.966Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.001Z", "message": "Creating Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.001Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.001Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.001Z", "message": "Task succeeded 'nova_plugin.server.start' [retry 4/60]", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.001Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "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-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Untaring Agent package...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Untaring Agent package...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Auto-correcting virtualenv /home/ubuntu/homer_host_aa1ih1/env", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ae6daf03-7de0-44e9-8497-9cd0935f112d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:31:59.042Z", "message": "Server is ACTIVE", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:31:59.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "608d02ca-0806-450e-8041-6a4d567c551b"}], "metadata": {"pagination": {"total": 992, "offset": 555, "size": 50}}} 2018-09-02 09:32:15,343 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:15,344 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:15 GMT 2018-09-02 09:32:15,344 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:15,344 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28804 2018-09-02 09:32:15,344 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:15,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/proxy_host_7u7r2k/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 09:32:15,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 09:32:15,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bono_host_55oody/env 2018-09-02 09:32:15,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:15,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bono_host_55oody 2018-09-02 09:32:15,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 09:32:15,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bono_host_55oody/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bono_host_55oody/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_55oody', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bono_host_55oody/work', 'CLOUDIFY_DAEMON_QUEUE': 'bono_host_55oody', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:32:15,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/sprout_host_8xyjuu/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 09:32:15,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 09:32:15,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bono_host_55oody/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 09:32:15,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 09:32:15,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 09:32:15,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:32:15,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent 2018-09-02 09:32:15,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:15,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:15,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 4/60] 2018-09-02 09:32:15,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:32:15,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:15,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:32:15,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:32:15,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:15,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 09:32:15,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:32:15,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/homer_host_aa1ih1/env 2018-09-02 09:32:15,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:15,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Server is ACTIVE 2018-09-02 09:32:15,353 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:15,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:15,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:15,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:15,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:15,412 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:15,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:15,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:15,413 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:15,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:15,413 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:15 GMT 2018-09-02 09:32:15,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:15,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:15,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:20,419 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:20,636 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:20,637 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:20,637 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:20,637 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:20,637 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:20,637 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:20,637 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:20,637 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Sending task 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.19 on port 22: Unable to connect to port 22 on 192.168.120.19 (tried 1 time)", "node_name": "ellis_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.19 on port 22: Unable to connect to port 22 on 192.168.120.19 (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.19 on port 22: Unable to connect to port 22 on 192.168.120.19 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Configuring Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Task started 'cloudify_agent.installer.operations.create'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.30 on port 22: Unable to connect to port 22 on 192.168.120.30 (tried 1 time)", "node_name": "vellum_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.30 on port 22: Unable to connect to port 22 on 192.168.120.30 (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.30 on port 22: Unable to connect to port 22 on 192.168.120.30 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.099Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_aa1ih1/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_aa1ih1/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_aa1ih1', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_aa1ih1/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_aa1ih1', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Creating...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "/home/ubuntu/homer_host_aa1ih1/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-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": " SNIMissingWarning", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Successfully created daemon: homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2124ea78-1acc-4208-bdb1-6f0060f66dfe"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:00.102Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:00.102Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e0a56e02-bfc9-464e-b325-167c0a231114"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Configuring Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Task rescheduled 'cloudify_agent.installer.operations.create' -> Low level socket error connecting to host 192.168.120.10 on port 22: Unable to connect to port 22 on 192.168.120.10 (tried 1 time)", "node_name": "bind_host", "workflow_id": "install", "error_causes": [{"message": "Low level socket error connecting to host 192.168.120.10 on port 22: Unable to connect to port 22 on 192.168.120.10 (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.10 on port 22: Unable to connect to port 22 on 192.168.120.10 (tried 1 time)\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Configuring Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.172Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.172Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_8xyjuu/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_8xyjuu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_8xyjuu/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_8xyjuu', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_8xyjuu/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_8xyjuu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}], "metadata": {"pagination": {"total": 1093, "offset": 605, "size": 50}}} 2018-09-02 09:32:20,637 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:20,638 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:20 GMT 2018-09-02 09:32:20,638 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:20,638 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31080 2018-09-02 09:32:20,638 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:20,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:20,639 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:20,640 - 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.19 on port 22: Unable to connect to port 22 on 192.168.120.19 (tried 1 time) 2018-09-02 09:32:20,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 09:32:20,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:20,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:20,640 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:20,640 - 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.30 on port 22: Unable to connect to port 22 on 192.168.120.30 (tried 1 time) 2018-09-02 09:32:20,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:20,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/homer_host_aa1ih1/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/homer_host_aa1ih1/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_aa1ih1', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/homer_host_aa1ih1/work', 'CLOUDIFY_DAEMON_QUEUE': 'homer_host_aa1ih1', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:32:20,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 09:32:20,641 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:20,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,642 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/homer_host_aa1ih1/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 09:32:20,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:32:20,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 09:32:20,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: homer_host_aa1ih1 2018-09-02 09:32:20,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,643 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 09:32:20,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:20,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,644 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 09:32:20,645 - 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.10 on port 22: Unable to connect to port 22 on 192.168.120.10 (tried 1 time) 2018-09-02 09:32:20,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:20,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 09:32:20,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:20,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:20,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:20,645 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' 2018-09-02 09:32:20,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:20,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:20,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_8xyjuu/env 2018-09-02 09:32:20,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,646 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:20,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_8xyjuu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_8xyjuu/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_8xyjuu', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_8xyjuu/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_8xyjuu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:32:20,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,647 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:20,647 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:20,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:20,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:20,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:20,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:20,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:20,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:20,729 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:20,729 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:20,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:20,729 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:20 GMT 2018-09-02 09:32:20,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:20,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:20,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:25,735 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:25,926 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:25,927 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:25,927 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:25,927 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:25,927 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:25,927 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:25,927 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:25,927 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Creating...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Successfully created daemon: sprout_host_8xyjuu", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_8xyjuu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_8xyjuu/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_8xyjuu', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_8xyjuu/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_8xyjuu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": " SNIMissingWarning", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Successfully created daemon: proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Creating...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": " SNIMissingWarning", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Configuring Agent homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "/home/ubuntu/sprout_host_8xyjuu/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-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Auto-correcting virtualenv /home/ubuntu/sprout_host_8xyjuu/env", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1849f1f5-25c9-4883-b23b-fffbc4be6453"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "/home/ubuntu/proxy_host_7u7r2k/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": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_7u7r2k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_7u7r2k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_7u7r2k', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_7u7r2k/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_7u7r2k', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "da63ef04-7513-4f78-9f5f-6e98033ad77f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:01.344Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:01.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "78c415d9-31df-4e17-87ce-0db140eb646a"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.260Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.260Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.260Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.260Z", "message": "Starting Agent", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.260Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Configuring...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:02.354Z", "message": "Successfully configured daemon: homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:02.354Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b5299f63-f495-415a-8bd9-52f29226ed88"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.261Z", "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-02T09:32:03.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1231, "offset": 655, "size": 50}}} 2018-09-02 09:32:25,928 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:25,928 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:25 GMT 2018-09-02 09:32:25,928 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:25,928 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29684 2018-09-02 09:32:25,928 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:25,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 09:32:25,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,929 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: sprout_host_8xyjuu 2018-09-02 09:32:25,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/sprout_host_8xyjuu/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/sprout_host_8xyjuu/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_8xyjuu', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/sprout_host_8xyjuu/work', 'CLOUDIFY_DAEMON_QUEUE': 'sprout_host_8xyjuu', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:32:25,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 09:32:25,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 09:32:25,930 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: proxy_host_7u7r2k 2018-09-02 09:32:25,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 09:32:25,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 09:32:25,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent homer_host_aa1ih1 2018-09-02 09:32:25,931 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 09:32:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/sprout_host_8xyjuu/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 09:32:25,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/sprout_host_8xyjuu/env 2018-09-02 09:32:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/proxy_host_7u7r2k/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 09:32:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 09:32:25,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/proxy_host_7u7r2k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/proxy_host_7u7r2k/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_REST_TENANT': 'default_tenant', 'CLOUDIFY_DAEMON_USER': 'ubuntu', 'REST_PORT': '53333', 'CLOUDIFY_DAEMON_MIN_WORKERS': '0', 'CLOUDIFY_BYPASS_MAINTENANCE_MODE': 'False', 'CLOUDIFY_DAEMON_NAME': 'proxy_host_7u7r2k', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/proxy_host_7u7r2k/work', 'CLOUDIFY_DAEMON_QUEUE': 'proxy_host_7u7r2k', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:32:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 09:32:25,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 09:32:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 09:32:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:25,936 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: homer_host_aa1ih1 2018-09-02 09:32:25,937 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:32:25,937 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:25,995 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:25,996 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:25,996 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:25,996 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:25,996 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:25,996 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:25,996 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:25,996 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:25,996 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:25,997 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:25 GMT 2018-09-02 09:32:25,997 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:25,997 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:25,997 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:31,002 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:31,297 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:31,297 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:31,297 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:31,297 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:31,297 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:31,298 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:31,298 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:31,298 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.261Z", "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-02T09:32:03.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Configuring...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Validating SSH connection", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Configuring...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Configuring Agent sprout_host_8xyjuu", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "SSH connection is ready", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Successfully configured daemon: proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Configuring Agent proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d3187dcd-1042-4641-bc2e-79909ca9ed6b"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:03.367Z", "message": "Configuring Agent bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:03.367Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Starting Agent", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Starting Agent", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Starting Agent", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.326Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Starting Agent homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}], "metadata": {"pagination": {"total": 1299, "offset": 705, "size": 50}}} 2018-09-02 09:32:31,298 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:31,298 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:31 GMT 2018-09-02 09:32:31,298 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:31,298 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26977 2018-09-02 09:32:31,298 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:31,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:32:31,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:31,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:31,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 09:32:31,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 09:32:31,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:31,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:31,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent sprout_host_8xyjuu 2018-09-02 09:32:31,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:31,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: proxy_host_7u7r2k 2018-09-02 09:32:31,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent proxy_host_7u7r2k 2018-09-02 09:32:31,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:31,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bono_host_55oody 2018-09-02 09:32:31,305 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:31,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 09:32:31,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:31,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:31,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:31,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:31,306 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:31,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:31,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:31,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 09:32:31,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 09:32:31,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:31,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_aa1ih1 2018-09-02 09:32:31,307 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,308 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:31,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:31,385 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:31,386 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:31,386 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:31,386 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:31,386 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:31,386 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:31,386 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:31,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:31,386 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:31,386 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:31 GMT 2018-09-02 09:32:31,387 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:31,387 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:31,387 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:36,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:36,622 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:36,622 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:36,622 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:36,622 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:36,622 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:36,622 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:36,622 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:36,623 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Validating SSH connection", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Configuring...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Successfully configured daemon: bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Successfully configured daemon: sprout_host_8xyjuu", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d07b830f-b6e6-477b-85e7-2ba9972e3843"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "2d1a88c7-e641-4867-bcc1-c0c253bdd8e1"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "SSH connection is ready", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:04.385Z", "message": "Starting Agent homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:04.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Validating SSH connection", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Starting Agent bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Starting Agent sprout_host_8xyjuu", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}], "metadata": {"pagination": {"total": 1372, "offset": 755, "size": 50}}} 2018-09-02 09:32:36,623 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:36,623 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:36 GMT 2018-09-02 09:32:36,623 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:36,623 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27387 2018-09-02 09:32:36,623 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:36,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:32:36,624 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:36,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 09:32:36,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:36,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,625 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bono_host_55oody 2018-09-02 09:32:36,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: sprout_host_8xyjuu 2018-09-02 09:32:36,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:36,626 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 09:32:36,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:36,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,627 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent homer_host_aa1ih1 2018-09-02 09:32:36,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:36,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,628 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:36,629 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_55oody 2018-09-02 09:32:36,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent sprout_host_8xyjuu 2018-09-02 09:32:36,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:36,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,630 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:36,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:36,631 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:36,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:36,694 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:36,694 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:36,694 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:36,694 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:36,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:36,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:36,694 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:36,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:36,694 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:36 GMT 2018-09-02 09:32:36,695 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:36,695 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:36,695 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:41,700 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:42,003 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:42,003 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:42,003 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:42,004 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:42,004 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:42,004 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:42,004 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:42,004 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Starting Agent bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:05.543Z", "message": "SSH connection is ready", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:05.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:06.902Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:06.902Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Successfully started daemon: homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Creating Agent dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_3bdzdx/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Starting...", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "env set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "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-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Starting daemon with command: sudo service celeryd-homer_host_aa1ih1 start", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "6bf650b5-e4e7-4325-8e7c-5b1ed3bd7b1f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "system_python set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.557Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:07.599Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:07.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.332Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.332Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.332Z", "message": "Installing plugins", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "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-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "message": "Untaring Agent package...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "message": "Starting daemon with command: sudo service celeryd-proxy_host_7u7r2k start", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d60cabc-8661-49de-83f9-a0146f78849b"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "message": "Successfully started daemon: proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "message": "Downloading Agent Package from https://192.168.120.5: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-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}], "metadata": {"pagination": {"total": 1398, "offset": 805, "size": 50}}} 2018-09-02 09:32:42,004 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:42,004 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:41 GMT 2018-09-02 09:32:42,004 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:42,005 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27458 2018-09-02 09:32:42,005 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:42,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bono_host_55oody 2018-09-02 09:32:42,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,006 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:42,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:42,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: homer_host_aa1ih1 2018-09-02 09:32:42,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent dime_host_3bdzdx 2018-09-02 09:32:42,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,007 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/dime_host_3bdzdx/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 09:32:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:32:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 09:32:42,008 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:32:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-homer_host_aa1ih1 start 2018-09-02 09:32:42,009 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 09:32:42,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 09:32:42,010 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:42,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:42,011 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:42,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:42,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 09:32:42,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:32:42,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:32:42,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:32:42,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-proxy_host_7u7r2k start 2018-09-02 09:32:42,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 09:32:42,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_7u7r2k 2018-09-02 09:32:42,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 09:32:42,013 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:42,069 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:42,069 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:42,070 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:42 GMT 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:42,070 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:47,071 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:47,226 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:47,226 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:47,226 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:47,226 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "message": "Starting...", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:08.578Z", "message": "Successfully started daemon: proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:08.578Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a822a3b-48ec-450c-8dd9-38b933c32925"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Installing plugins", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Installing plugins", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.337Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "[localhost] run: /home/ubuntu/proxy_host_7u7r2k/env/bin/pip freeze", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "afb3b0e8-bdfd-4267-abe0-2be510677ccb"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "afb3b0e8-bdfd-4267-abe0-2be510677ccb"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "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-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d60cabc-8661-49de-83f9-a0146f78849b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Installing plugin from source", "level": "info", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d60cabc-8661-49de-83f9-a0146f78849b"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Starting daemon with command: sudo service celeryd-sprout_host_8xyjuu start", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Starting...", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "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-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d60cabc-8661-49de-83f9-a0146f78849b"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Successfully started daemon: bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Starting daemon with command: sudo service celeryd-bono_host_55oody start", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Starting...", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c5882667-3fd8-4d6d-a43b-56bf8ef3c7b4"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Removing directory: /tmp/tmpQPAN_c", "level": "debug", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d60cabc-8661-49de-83f9-a0146f78849b"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "message": "Successfully started daemon: sprout_host_8xyjuu", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "097db173-07f3-488c-80ac-cc6c804df09a"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:09.586Z", "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-02T09:32:09.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "9d60cabc-8661-49de-83f9-a0146f78849b"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.341Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.341Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.341Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.341Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.341Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.341Z", "message": "Installing plugins", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.341Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "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-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "afb3b0e8-bdfd-4267-abe0-2be510677ccb"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Successfully created daemon: dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "06090053-f9fb-4828-87d5-5c8a1584071d"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "[localhost] run: /home/ubuntu/bono_host_55oody/env/bin/pip freeze", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "98658165-466b-4dfc-b553-ddbb23a12163"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "/home/ubuntu/dime_host_3bdzdx/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-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_3bdzdx/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_3bdzdx/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_3bdzdx', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_3bdzdx/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_3bdzdx', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Auto-correcting virtualenv /home/ubuntu/dime_host_3bdzdx/env", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Installing plugin from source", "level": "info", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "afb3b0e8-bdfd-4267-abe0-2be510677ccb"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Removing directory: /tmp/tmp3ZCaGv", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "afb3b0e8-bdfd-4267-abe0-2be510677ccb"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Creating...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "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-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "98658165-466b-4dfc-b553-ddbb23a12163"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "98658165-466b-4dfc-b553-ddbb23a12163"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "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-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "98658165-466b-4dfc-b553-ddbb23a12163"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "06090053-f9fb-4828-87d5-5c8a1584071d"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "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-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "afb3b0e8-bdfd-4267-abe0-2be510677ccb"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "[localhost] run: /home/ubuntu/sprout_host_8xyjuu/env/bin/pip freeze", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "06090053-f9fb-4828-87d5-5c8a1584071d"}], "metadata": {"pagination": {"total": 1411, "offset": 855, "size": 50}}} 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:47 GMT 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28577 2018-09-02 09:32:47,227 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:47,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:32:47,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: proxy_host_7u7r2k 2018-09-02 09:32:47,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 09:32:47,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:47,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:47,229 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:47,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:47,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:47,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 09:32:47,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:47,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:47,230 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/proxy_host_7u7r2k/env/bin/pip freeze 2018-09-02 09:32:47,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 09:32:47,231 - 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 09:32:47,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:32:47,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-sprout_host_8xyjuu start 2018-09-02 09:32:47,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:32:47,231 - 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 09:32:47,231 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bono_host_55oody 2018-09-02 09:32:47,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bono_host_55oody start 2018-09-02 09:32:47,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:32:47,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpQPAN_c 2018-09-02 09:32:47,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: sprout_host_8xyjuu 2018-09-02 09:32:47,232 - 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 09:32:47,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:47,232 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 09:32:47,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 09:32:47,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:47,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:47,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 09:32:47,233 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:47,233 - 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 09:32:47,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 09:32:47,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: dime_host_3bdzdx 2018-09-02 09:32:47,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 09:32:47,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bono_host_55oody/env/bin/pip freeze 2018-09-02 09:32:47,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/dime_host_3bdzdx/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 09:32:47,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/dime_host_3bdzdx/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/dime_host_3bdzdx/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_3bdzdx', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/dime_host_3bdzdx/work', 'CLOUDIFY_DAEMON_QUEUE': 'dime_host_3bdzdx', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:32:47,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 09:32:47,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 09:32:47,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/dime_host_3bdzdx/env 2018-09-02 09:32:47,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:32:47,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp3ZCaGv 2018-09-02 09:32:47,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 09:32:47,235 - 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 09:32:47,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 09:32:47,236 - 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 09:32:47,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:32:47,236 - 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 09:32:47,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/sprout_host_8xyjuu/env/bin/pip freeze 2018-09-02 09:32:47,236 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:47,339 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:47,339 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:47,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:47 GMT 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:47,340 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:52,344 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:52,423 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:52,424 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:52,424 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:52,424 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:52,424 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:52,424 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:52,424 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:52,424 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Installing plugin from source", "level": "info", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "98658165-466b-4dfc-b553-ddbb23a12163"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Removing directory: /tmp/tmp3ZCaGv", "level": "debug", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "afb3b0e8-bdfd-4267-abe0-2be510677ccb"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": "Installing plugin from source", "level": "info", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "06090053-f9fb-4828-87d5-5c8a1584071d"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:10.594Z", "message": " SNIMissingWarning", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:10.594Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "aec9646b-7a20-4b37-8ba9-39f5c4420bf8"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "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-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Configuring Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.379Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.379Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "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-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "98658165-466b-4dfc-b553-ddbb23a12163"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "message": "Removing directory: /tmp/tmp0sqDZU", "level": "debug", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "06090053-f9fb-4828-87d5-5c8a1584071d"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "message": "Removing directory: /tmp/tmpCU63NA", "level": "debug", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "98658165-466b-4dfc-b553-ddbb23a12163"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:11.601Z", "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-02T09:32:11.601Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "06090053-f9fb-4828-87d5-5c8a1584071d"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "proxy_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.384Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.384Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.605Z", "message": "Configuring Agent dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.605Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:12.605Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:12.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.479Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1417, "offset": 905, "size": 50}}} 2018-09-02 09:32:52,424 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:52,425 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:52 GMT 2018-09-02 09:32:52,425 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:52,425 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26609 2018-09-02 09:32:52,425 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:52,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:32:52,426 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp3ZCaGv 2018-09-02 09:32:52,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:32:52,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 09:32:52,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:32:52,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 09:32:52,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:52,427 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 09:32:52,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:52,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 09:32:52,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 09:32:52,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:52,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 09:32:52,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 09:32:52,428 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 09:32:52,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 09:32:52,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 09:32:52,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 09:32:52,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:32:52,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 09:32:52,429 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:52,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,430 - 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 09:32:52,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp0sqDZU 2018-09-02 09:32:52,430 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpCU63NA 2018-09-02 09:32:52,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:52,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,431 - 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 09:32:52,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 09:32:52,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 09:32:52,431 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 09:32:52,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 09:32:52,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 09:32:52,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 09:32:52,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 09:32:52,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 09:32:52,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 09:32:52,432 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 09:32:52,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 09:32:52,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 09:32:52,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent dime_host_3bdzdx 2018-09-02 09:32:52,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,433 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:52,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:52,434 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:52,434 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:52,657 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:52,657 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:52,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:52,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:52,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:52,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:52,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:52,658 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:52,658 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:52,658 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:52 GMT 2018-09-02 09:32:52,658 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:52,658 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:52,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:57,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:32:57,955 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:57,955 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:57,955 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:57,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:57,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:57,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:57,955 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:57,956 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.479Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.479Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.479Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.479Z", "message": "Starting Agent", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_node_0vlz3g", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.479Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_node_0vlz3g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.479Z", "message": "Creating node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.479Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "proxy_node_0vlz3g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Executing: /tmp/RC50C/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "86b4e60a-feaf-4f17-9b2f-83bab6db54f5"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "proxy_node_0vlz3g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/RC50C/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "86b4e60a-feaf-4f17-9b2f-83bab6db54f5"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Configuring...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Successfully configured daemon: dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "13dd4bc1-9c43-4357-b352-d402dc533cc9"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:13.611Z", "message": "Validating SSH connection", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:13.611Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.485Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.485Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.485Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.485Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.485Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.485Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.485Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.485Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.485Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "SSH connection is ready", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:14.618Z", "message": "Starting Agent dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:14.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.493Z", "message": "Sending task 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.493Z", "message": "Task started 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:15.623Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:15.623Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}], "metadata": {"pagination": {"total": 1422, "offset": 955, "size": 50}}} 2018-09-02 09:32:57,956 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:57,956 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:57 GMT 2018-09-02 09:32:57,956 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:57,956 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26847 2018-09-02 09:32:57,956 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:32:57,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:57,957 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:32:57,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 09:32:57,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 09:32:57,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:32:57,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:32:57,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 09:32:57,958 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 09:32:57,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/RC50C/install_requirements.sh 2018-09-02 09:32:57,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/install_requirements.sh to /tmp/RC50C/install_requirements.sh 2018-09-02 09:32:57,959 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:32:57,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: dime_host_3bdzdx 2018-09-02 09:32:57,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:57,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 09:32:57,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 09:32:57,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 09:32:57,960 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:32:57,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:32:57,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 09:32:57,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 09:32:57,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 09:32:57,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,961 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:32:57,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:32:57,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent dime_host_3bdzdx 2018-09-02 09:32:57,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:32:57,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:32:57,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,963 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:32:57,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:32:57,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,964 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,965 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:32:57,965 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:32:58,019 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:32:58,019 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:32:58,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:32:58 GMT 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:32:58,020 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:32:58,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:03,026 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:03,103 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:03,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:03,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:03,104 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:03,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:03,104 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:03,104 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:03,104 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.497Z", "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-02T09:32:16.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.497Z", "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-02T09:32:16.497Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "fabric_env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:16.629Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:16.629Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:17.635Z", "message": "Starting...", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:17.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:17.635Z", "message": "Starting daemon with command: sudo service celeryd-dime_host_3bdzdx start", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:17.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:17.635Z", "message": "Successfully started daemon: dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:17.635Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fae8faa5-ad6d-4f60-b818-da13e6379b12"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:17.678Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "homer_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:17.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.503Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.503Z", "message": "Installing plugins", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.503Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.503Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.503Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "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-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "env set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "system_python set by default value", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}], "metadata": {"pagination": {"total": 1423, "offset": 1005, "size": 50}}} 2018-09-02 09:33:03,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:03,105 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:03 GMT 2018-09-02 09:33:03,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:03,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27248 2018-09-02 09:33:03,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:03,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:33:03,106 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:33:03,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - fabric_env set by default value 2018-09-02 09:33:03,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:33:03,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:33:03,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,107 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,108 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:33:03,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-dime_host_3bdzdx start 2018-09-02 09:33:03,109 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: dime_host_3bdzdx 2018-09-02 09:33:03,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:03,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:03,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 09:33:03,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:03,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:03,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,110 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:03,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:33:03,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,111 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 09:33:03,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,112 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 09:33:03,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 09:33:03,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,113 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,114 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:03,114 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:03,171 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:03,171 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:03,171 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:03,171 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:03,171 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:03,171 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:03,171 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:03,171 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:03,172 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:03,172 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:03 GMT 2018-09-02 09:33:03,172 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:03,172 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:03,172 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:08,177 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:08,318 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:08,318 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:08,318 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:08,318 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:08,318 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:08,318 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:08,318 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:08,318 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:18.656Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:18.656Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.684Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.684Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "sprout_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.684Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.684Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.684Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.684Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bono_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Downloading Agent Package from https://192.168.120.5: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-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Creating Agent ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "[localhost] run: /home/ubuntu/dime_host_3bdzdx/env/bin/pip freeze", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8a94553-06c0-4a38-b143-d5f27d980939"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "env set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "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-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Creating agent from package", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Untaring Agent package...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8a94553-06c0-4a38-b143-d5f27d980939"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "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-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_apo06i/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:19.840Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:19.840Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.690Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.690Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "env set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "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-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8a94553-06c0-4a38-b143-d5f27d980939"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "system_python set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Creating Agent vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Downloading Agent Package from https://192.168.120.5: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-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}], "metadata": {"pagination": {"total": 1430, "offset": 1055, "size": 50}}} 2018-09-02 09:33:08,319 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:08,319 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:08 GMT 2018-09-02 09:33:08,319 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:08,319 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27664 2018-09-02 09:33:08,319 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:08,320 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,321 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:08,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:08,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:08,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:08,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:08,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:08,322 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 09:33:08,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 09:33:08,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent ellis_host_apo06i 2018-09-02 09:33:08,323 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/dime_host_3bdzdx/env/bin/pip freeze 2018-09-02 09:33:08,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 09:33:08,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:33:08,324 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 09:33:08,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:33:08,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 09:33:08,325 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:33:08,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:08,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/ellis_host_apo06i/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 09:33:08,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:08,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - env set by default value 2018-09-02 09:33:08,327 - 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 09:33:08,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 09:33:08,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent vellum_host_9shwa2 2018-09-02 09:33:08,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:08,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 09:33:08,328 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:08,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:08,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:08,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:08,393 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:08,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:08,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:08,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:08,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:08,393 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:08,394 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:08,394 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:08 GMT 2018-09-02 09:33:08,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:08,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:08,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:13,396 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:13,565 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:13,566 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:13,566 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:13,566 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:13,566 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:13,566 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:13,566 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:13,566 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Removing directory: /tmp/tmp6keoG7", "level": "debug", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8a94553-06c0-4a38-b143-d5f27d980939"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "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-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Creating Agent bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "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-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8a94553-06c0-4a38-b143-d5f27d980939"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Untaring Agent package...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Downloading Agent Package from https://192.168.120.5: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-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Creating agent from package", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Installing plugin from source", "level": "info", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8a94553-06c0-4a38-b143-d5f27d980939"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_9shwa2/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Creating agent from package", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "system_python set by default value", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "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-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c8a94553-06c0-4a38-b143-d5f27d980939"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "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-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_2qfbfo/cloudify/ssl/cloudify_internal_cert.pem", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:20.958Z", "message": "disable_requiretty set by default value", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:20.958Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:21.715Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:21.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:21.715Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:21.715Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "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-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": "/home/ubuntu/ellis_host_apo06i/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-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}], "metadata": {"pagination": {"total": 1430, "offset": 1105, "size": 50}}} 2018-09-02 09:33:13,567 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:13,567 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:13 GMT 2018-09-02 09:33:13,567 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:13,567 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28283 2018-09-02 09:33:13,567 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:13,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp6keoG7 2018-09-02 09:33:13,568 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:33:13,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating Agent bind_host_2qfbfo 2018-09-02 09:33:13,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,569 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,569 - 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 09:33:13,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:33:13,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,570 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloading Agent Package from https://192.168.120.5:53333/resources/packages/agents/ubuntu-trusty-agent.tar.gz 2018-09-02 09:33:13,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 09:33:13,571 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:33:13,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/vellum_host_9shwa2/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 09:33:13,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,572 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating agent from package 2018-09-02 09:33:13,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - system_python set by default value 2018-09-02 09:33:13,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,573 - 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 09:33:13,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,573 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - broker_get_settings_from_manager set by default value 2018-09-02 09:33:13,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Uploading SSL certificate from /etc/cloudify/ssl/cloudify_internal_cert.pem to /home/ubuntu/bind_host_2qfbfo/cloudify/ssl/cloudify_internal_cert.pem 2018-09-02 09:33:13,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,574 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:13,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - disable_requiretty set by default value 2018-09-02 09:33:13,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 09:33:13,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 09:33:13,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:33:13,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:33:13,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:33:13,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_apo06i/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 09:33:13,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:13,635 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:13,635 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:13,635 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:13,635 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:13,636 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:13,636 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:13,636 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:13,636 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:13,636 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:13,636 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:13 GMT 2018-09-02 09:33:13,636 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:13,636 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:13,636 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:18,638 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:18,804 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:18,804 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:18,804 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:18,804 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:18,804 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:18,805 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:18,805 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:18,805 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": "Successfully created daemon: ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": " SNIMissingWarning", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": "Untaring Agent package...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": "Auto-correcting virtualenv /home/ubuntu/ellis_host_apo06i/env", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": "/home/ubuntu/ellis_host_apo06i/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-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "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-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.087Z", "message": "Creating...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35ad8ae7-09c8-43cc-b5e4-0475afcf3e0c"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.743Z", "message": "Configuring Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.743Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.743Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.743Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.743Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.743Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:22.743Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:22.743Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.147Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.147Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_9shwa2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_9shwa2/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_9shwa2', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_9shwa2/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_9shwa2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.147Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.147Z", "message": "Auto-correcting virtualenv /home/ubuntu/vellum_host_9shwa2/env", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.147Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.783Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.783Z", "message": "Configuring Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.783Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.783Z", "message": "Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60]", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.783Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.783Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:23.783Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:23.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Auto-correcting virtualenv /home/ubuntu/bind_host_2qfbfo/env", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": " SNIMissingWarning", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Disabling requiretty directive in sudoers file", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": " SNIMissingWarning", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "/home/ubuntu/bind_host_2qfbfo/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-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "/home/ubuntu/vellum_host_9shwa2/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-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Successfully created daemon: vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Creating...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Successfully created daemon: bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Creating...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e163fafa-fdcf-4ee1-ad29-f0c5e3b268c4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Successfully configured cfy-agent", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.319Z", "message": "Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_2qfbfo/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_2qfbfo/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_2qfbfo', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_2qfbfo/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_2qfbfo', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'}", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d691d2d5-9095-49af-b0b2-8ef93f514b7d"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.806Z", "message": "Configuring Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.806Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.806Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.806Z", "message": "Sending task 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.806Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.806Z", "message": "Task started 'cloudify_agent.installer.operations.configure'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1431, "offset": 1155, "size": 50}}} 2018-09-02 09:33:18,805 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:18,805 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:18 GMT 2018-09-02 09:33:18,805 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:18,805 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29521 2018-09-02 09:33:18,805 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:18,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: ellis_host_apo06i 2018-09-02 09:33:18,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 09:33:18,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Untaring Agent package... 2018-09-02 09:33:18,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/ellis_host_apo06i/env 2018-09-02 09:33:18,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/ellis_host_apo06i/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 09:33:18,807 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Attempting to locate wget on the host machine 2018-09-02 09:33:18,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 09:33:18,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 09:33:18,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 09:33:18,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 09:33:18,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:33:18,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 09:33:18,808 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:18,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 09:33:18,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:33:18,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/vellum_host_9shwa2/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/vellum_host_9shwa2/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_9shwa2', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/vellum_host_9shwa2/work', 'CLOUDIFY_DAEMON_QUEUE': 'vellum_host_9shwa2', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:33:18,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 09:33:18,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/vellum_host_9shwa2/env 2018-09-02 09:33:18,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 09:33:18,809 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:18,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 09:33:18,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 09:33:18,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.create' [retry 1/60] 2018-09-02 09:33:18,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:18,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 09:33:18,810 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 09:33:18,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Auto-correcting virtualenv /home/ubuntu/bind_host_2qfbfo/env 2018-09-02 09:33:18,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 09:33:18,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:18,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Disabling requiretty directive in sudoers file 2018-09-02 09:33:18,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SNIMissingWarning 2018-09-02 09:33:18,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/bind_host_2qfbfo/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 09:33:18,811 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - /home/ubuntu/vellum_host_9shwa2/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 09:33:18,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:18,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:18,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:33:18,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: vellum_host_9shwa2 2018-09-02 09:33:18,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 09:33:18,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully created daemon: bind_host_2qfbfo 2018-09-02 09:33:18,812 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating... 2018-09-02 09:33:18,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:33:18,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured cfy-agent 2018-09-02 09:33:18,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:18,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Cloudify Agent will be created using the following environment: {'CLOUDIFY_BROKER_IP': '192.168.120.5', 'CLOUDIFY_DAEMON_MAX_WORKERS': '5', 'BROKER_SSL_CERT_PATH': '/home/ubuntu/bind_host_2qfbfo/cloudify/ssl/cloudify_internal_cert.pem', 'CLOUDIFY_DAEMON_PROCESS_MANAGEMENT': 'init.d', 'LOCAL_REST_CERT_FILE': '/home/ubuntu/bind_host_2qfbfo/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_2qfbfo', 'REST_HOST': '192.168.120.5', 'CLOUDIFY_DAEMON_WORKDIR': '/home/ubuntu/bind_host_2qfbfo/work', 'CLOUDIFY_DAEMON_QUEUE': 'bind_host_2qfbfo', 'CLOUDIFY_REST_TOKEN': 'WyIwIiwiMTNjOTk0MTg5Yzk1OWE0MDFkNDNhMzFmN2NkYzQyYzciXQ.Dm0-3g.PwZCXFLngZa5juxIJor3P-IDA4s'} 2018-09-02 09:33:18,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent 2018-09-02 09:33:18,813 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:18,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:18,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.configure' 2018-09-02 09:33:18,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 09:33:18,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.configure' 2018-09-02 09:33:18,814 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:18,885 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:18,885 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:18,885 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:18,885 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:18,886 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:18,886 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:18,886 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:18,886 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:18,886 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:18,886 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:18 GMT 2018-09-02 09:33:18,886 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:18,886 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:18,886 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:23,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:24,040 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:24,040 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:24,041 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:24,041 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:24,041 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:24,041 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:24,041 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:24,041 - 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": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:24.806Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:24.806Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Configuring Agent ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Configuring Agent vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.326Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.326Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.811Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.811Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.811Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:25.811Z", "message": "Starting Agent", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:25.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Successfully configured daemon: ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Configuring Agent bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Successfully configured daemon: vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Configuring...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "76786adc-f919-46ff-a419-36baa71e0faa"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:26.382Z", "message": "Configuring...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:26.382Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "68cde99f-3b8a-4e40-a8bf-6a3e66afb8c5"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Starting Agent", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1457, "offset": 1205, "size": 50}}} 2018-09-02 09:33:24,041 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:24,041 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:24 GMT 2018-09-02 09:33:24,042 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:24,042 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27053 2018-09-02 09:33:24,042 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent ellis_host_apo06i 2018-09-02 09:33:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:33:24,043 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:33:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,044 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent vellum_host_9shwa2 2018-09-02 09:33:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,045 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,046 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:24,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 09:33:24,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:24,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 09:33:24,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: ellis_host_apo06i 2018-09-02 09:33:24,047 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 09:33:24,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring Agent bind_host_2qfbfo 2018-09-02 09:33:24,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:24,048 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 09:33:24,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: vellum_host_9shwa2 2018-09-02 09:33:24,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:24,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 09:33:24,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:33:24,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 09:33:24,049 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:33:24,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:24,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:24,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:24,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 09:33:24,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:24,050 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:24,050 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:24,118 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:24,118 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:24,118 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:24,118 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:24,118 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:24,118 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:24,119 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:24,119 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:24,119 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:24,119 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:24 GMT 2018-09-02 09:33:24,119 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:24,119 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:24,119 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:29,125 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:29,198 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:29,199 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:29,199 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:29,199 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:29,199 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:29,199 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:29,199 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:29,199 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.030Z", "message": "Task succeeded 'cloudify_agent.installer.operations.configure'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.030Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Configuring...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Validating SSH connection", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Successfully configured daemon: bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Validating SSH connection", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Deploying celery configuration.", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "SSH connection is ready", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:27.437Z", "message": "Creating start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:27.437Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b80553f2-40b3-43af-92d3-d26df2cda4b7"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.044Z", "message": "Sending task 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.044Z", "message": "Starting Agent", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.044Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "dime_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.044Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Starting Agent ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Starting Agent vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "SSH connection is ready", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:28.442Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:28.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:29.047Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:29.047Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:30.082Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:30.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:30.082Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:30.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:30.082Z", "message": "Task started 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:30.082Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:30.331Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:30.331Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:30.471Z", "message": "Validating SSH connection", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:30.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:30.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:30.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:30.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:30.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:30.471Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:30.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.478Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.478Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Successfully started daemon: ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "SSH connection is ready", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Starting...", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}], "metadata": {"pagination": {"total": 1466, "offset": 1255, "size": 50}}} 2018-09-02 09:33:29,200 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:29,200 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:29 GMT 2018-09-02 09:33:29,200 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:29,200 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26966 2018-09-02 09:33:29,200 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:29,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:29,201 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:29,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.configure' 2018-09-02 09:33:29,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring... 2018-09-02 09:33:29,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,202 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:33:29,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully configured daemon: bind_host_2qfbfo 2018-09-02 09:33:29,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:33:29,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,203 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deploying celery configuration. 2018-09-02 09:33:29,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:29,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating start-on-boot entry 2018-09-02 09:33:29,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:29,204 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent 2018-09-02 09:33:29,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:29,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent ellis_host_apo06i 2018-09-02 09:33:29,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent vellum_host_9shwa2 2018-09-02 09:33:29,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,205 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:29,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,206 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:29,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:29,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:29,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:29,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Validating SSH connection 2018-09-02 09:33:29,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:29,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: ellis_host_apo06i 2018-09-02 09:33:29,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - SSH connection is ready 2018-09-02 09:33:29,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:29,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:33:29,209 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:29,264 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:29,264 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:29,264 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:29,264 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:29,264 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:29,265 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:29,265 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:29,265 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:29,265 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:29,265 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:29 GMT 2018-09-02 09:33:29,265 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:29,265 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:29,265 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:34,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:34,351 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:34,351 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:34,351 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:34,351 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Starting Agent bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Starting daemon with command: sudo service celeryd-vellum_host_9shwa2 start", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Successfully started daemon: vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "f53fcf7f-8065-4583-8c88-1f8d2f5d860e"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Starting...", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:31.498Z", "message": "Starting daemon with command: sudo service celeryd-ellis_host_apo06i start", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:31.498Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "e48bc73d-c0d2-4a4e-8824-7f748f182e0b"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:32.154Z", "message": "Installing plugins", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:32.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:32.154Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:32.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:32.154Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:32.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:32.154Z", "message": "Installing plugins", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:32.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:32.154Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:32.154Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:32.517Z", "message": "[localhost] run: /home/ubuntu/ellis_host_apo06i/env/bin/pip freeze", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:32.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "191f560b-8599-4091-9f49-937806a4c4be"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:32.517Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:32.517Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "191f560b-8599-4091-9f49-937806a4c4be"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.162Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.162Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.162Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.162Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.162Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.162Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.162Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.520Z", "message": "[localhost] run: /home/ubuntu/vellum_host_9shwa2/env/bin/pip freeze", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "59eb133d-7085-4f5e-a704-a111302b54f8"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.520Z", "message": "Installing plugin from source", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "59eb133d-7085-4f5e-a704-a111302b54f8"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.520Z", "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-02T09:32:33.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "191f560b-8599-4091-9f49-937806a4c4be"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.520Z", "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-02T09:32:33.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "59eb133d-7085-4f5e-a704-a111302b54f8"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.520Z", "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-02T09:32:33.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "191f560b-8599-4091-9f49-937806a4c4be"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.520Z", "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-02T09:32:33.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "59eb133d-7085-4f5e-a704-a111302b54f8"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.520Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "59eb133d-7085-4f5e-a704-a111302b54f8"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:33.520Z", "message": "Installing plugin from source", "level": "info", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:33.520Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "191f560b-8599-4091-9f49-937806a4c4be"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.166Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.166Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.166Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.166Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.166Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.166Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.166Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.525Z", "message": "Starting daemon with command: sudo service celeryd-bind_host_2qfbfo start", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.525Z", "message": "Removing directory: /tmp/tmp9g6Y2j", "level": "debug", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "59eb133d-7085-4f5e-a704-a111302b54f8"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.525Z", "message": "Successfully started daemon: bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.525Z", "message": "Removing directory: /tmp/tmpMopqsl", "level": "debug", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "191f560b-8599-4091-9f49-937806a4c4be"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.525Z", "message": "Starting...", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:34.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fcee265a-ea71-4d8b-827f-08a1c807fef6"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.525Z", "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-02T09:32:34.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "59eb133d-7085-4f5e-a704-a111302b54f8"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:34.525Z", "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-02T09:32:34.525Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "191f560b-8599-4091-9f49-937806a4c4be"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Installing plugins", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1466, "offset": 1305, "size": 50}}} 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:34 GMT 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27041 2018-09-02 09:33:34,352 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:34,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:34,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting Agent bind_host_2qfbfo 2018-09-02 09:33:34,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-vellum_host_9shwa2 start 2018-09-02 09:33:34,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: vellum_host_9shwa2 2018-09-02 09:33:34,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:33:34,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:33:34,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-ellis_host_apo06i start 2018-09-02 09:33:34,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 09:33:34,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:34,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:34,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 09:33:34,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:34,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/ellis_host_apo06i/env/bin/pip freeze 2018-09-02 09:33:34,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 09:33:34,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:34,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:34,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:34,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:34,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:34,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:34,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/vellum_host_9shwa2/env/bin/pip freeze 2018-09-02 09:33:34,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:33:34,357 - 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 09:33:34,358 - 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 09:33:34,358 - 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 09:33:34,358 - 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 09:33:34,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 09:33:34,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:33:34,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 09:33:34,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:34,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 09:33:34,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 09:33:34,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 09:33:34,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:34,359 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting daemon with command: sudo service celeryd-bind_host_2qfbfo start 2018-09-02 09:33:34,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmp9g6Y2j 2018-09-02 09:33:34,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully started daemon: bind_host_2qfbfo 2018-09-02 09:33:34,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpMopqsl 2018-09-02 09:33:34,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting... 2018-09-02 09:33:34,360 - 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 09:33:34,360 - 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 09:33:34,360 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 09:33:34,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:34,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:34,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 09:33:34,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:34,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 09:33:34,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 09:33:34,361 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugins 2018-09-02 09:33:34,362 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 09:33:34,362 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:34,420 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:34,420 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:34,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:34,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:34,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:34,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:34,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:34,421 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:34,421 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:34,421 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:34 GMT 2018-09-02 09:33:34,421 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:34,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:34,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:39,427 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:39,655 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.456Z", "message": "Task succeeded 'cloudify_agent.installer.operations.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.528Z", "message": "[localhost] run: /home/ubuntu/bind_host_2qfbfo/env/bin/pip freeze", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5a8fbf87-5b14-4133-a046-245779e69d7c"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:35.528Z", "message": "Installing plugin: diamond", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:35.528Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5a8fbf87-5b14-4133-a046-245779e69d7c"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.460Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:36.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.460Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:36.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.460Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:36.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.460Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:36.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.460Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:36.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.460Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:36.460Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.531Z", "message": "Installing plugin from source", "level": "info", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:36.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5a8fbf87-5b14-4133-a046-245779e69d7c"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.531Z", "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-02T09:32:36.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5a8fbf87-5b14-4133-a046-245779e69d7c"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.531Z", "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-02T09:32:36.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5a8fbf87-5b14-4133-a046-245779e69d7c"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.531Z", "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-02T09:32:36.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5a8fbf87-5b14-4133-a046-245779e69d7c"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:36.531Z", "message": "Removing directory: /tmp/tmpyGrMgx", "level": "debug", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:36.531Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5a8fbf87-5b14-4133-a046-245779e69d7c"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:37.586Z", "message": "Task started 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:37.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:37.586Z", "message": "Sending task 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:37.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:37.586Z", "message": "Task succeeded 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:37.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:37.586Z", "message": "Sending task 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:37.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.install_plugins", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:37.586Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:37.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.install", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:37.586Z", "message": "Task started 'diamond_agent.tasks.install'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:37.586Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:38.652Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:38.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:38.652Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:38.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:38.652Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:38.652Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_node_0vlz3g", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:39.363Z", "message": "Execution done (return_code=0): /tmp/RC50C/install_requirements.sh", "level": "info", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:39.363Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "86b4e60a-feaf-4f17-9b2f-83bab6db54f5"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:39.770Z", "message": "Task started 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:39.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:39.770Z", "message": "Task succeeded 'diamond_agent.tasks.start'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:39.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:39.770Z", "message": "Sending task 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:39.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_node_0vlz3g", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:39.770Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:39.770Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_node_0vlz3g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:40.906Z", "message": "Configuring node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:40.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:40.906Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:40.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "proxy_node_0vlz3g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:40.906Z", "message": "Starting node", "node_name": "proxy_node", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:40.906Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:41.913Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:41.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:41.913Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "vellum_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:41.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:41.913Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "ellis_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:41.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:41.913Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:41.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:43.457Z", "message": "Task succeeded 'diamond_agent.tasks.add_collectors'", "node_name": "bind_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:43.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:43.980Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:43.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:43.980Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:43.980Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:44.984Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:44.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:46.078Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:46.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:46.078Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:46.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:46.078Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:46.078Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:47.178Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:47.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:47.178Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:47.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:47.178Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:47.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:49.549Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:49.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:50.196Z", "message": "Task started 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:50.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:50.196Z", "message": "Sending task 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:50.196Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:51.466Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:51.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:52.200Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:52.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1469, "offset": 1355, "size": 50}}} 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:39,656 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:39 GMT 2018-09-02 09:33:39,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:39,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26087 2018-09-02 09:33:39,657 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:39,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.start' 2018-09-02 09:33:39,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: /home/ubuntu/bind_host_2qfbfo/env/bin/pip freeze 2018-09-02 09:33:39,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin: diamond 2018-09-02 09:33:39,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 09:33:39,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 09:33:39,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing plugin from source 2018-09-02 09:33:39,660 - 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 09:33:39,660 - 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 09:33:39,660 - 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 09:33:39,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Removing directory: /tmp/tmpyGrMgx 2018-09-02 09:33:39,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.start' 2018-09-02 09:33:39,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.install' 2018-09-02 09:33:39,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.install' 2018-09-02 09:33:39,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.start' 2018-09-02 09:33:39,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 09:33:39,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.install' 2018-09-02 09:33:39,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/RC50C/install_requirements.sh 2018-09-02 09:33:39,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.start' 2018-09-02 09:33:39,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:33:39,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:33:39,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:33:39,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.add_collectors' 2018-09-02 09:33:39,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,665 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:39,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:39,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:39,721 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:39,721 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:39,722 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:39,722 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:39,722 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:39,722 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:39,722 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:39,722 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:39,722 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:39,722 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:39 GMT 2018-09-02 09:33:39,722 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:39,723 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:39,723 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:44,726 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:44,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:44,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:44,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:44,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:44,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:44,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:44,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:44,821 - 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-02T09:32:52.200Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:52.200Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:53.308Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:53.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:53.308Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:53.308Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:56.398Z", "message": "Task succeeded 'nova_plugin.server.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:56.398Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:57.312Z", "message": "Task started 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:57.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:57.312Z", "message": "Sending task 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:57.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:32:59.645Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:32:59.645Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:04.714Z", "message": "Task succeeded 'nova_plugin.server.connect_floatingip'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:04.714Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:05.350Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:05.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:05.350Z", "message": "Creating node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:05.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:05.350Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:05.350Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:05.703Z", "message": "Downloaded scripts/bind/bind.py to /tmp/N87FG/bind.py", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:05.703Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:05.727Z", "message": "Installing BIND DNS server", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:05.727Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:06.730Z", "message": "[localhost] run: sudo apt-get update", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:06.730Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:17.870Z", "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-02T09:33:17.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:22.659Z", "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-02T09:33:22.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:22.738Z", "message": "The config dict: {'etcd_ip': u'192.168.120.10', 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:22.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:22.738Z", "message": "[localhost] run: sudo mv /tmp/tmpeXmiLV /etc/clearwater/local_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:22.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:22.738Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:22.738Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "[localhost] run: sudo mv /tmp/tmp12a5bb /etc/clearwater/shared_config", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "Creating private domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "The config dict: {'public_ip': u'172.30.9.201', '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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "[localhost] run: sudo mv /tmp/tmpdN2ite /etc/bind/db.clearwater.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "[localhost] run: sudo mv /tmp/tmpBAyOOI /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "Creating public domain file", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "The config dict: {'etcd_ip': u'192.168.120.10', 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "message": "[localhost] run: sudo mv /tmp/tmpc35tpZ /etc/bind/named.conf.local", "level": "debug", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.744Z", "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-02T09:33:23.744Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7a96e6a0-0441-4558-94ce-d8e02e1f1853"}, {"node_instance_id": "bind_4njkki", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:23.888Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:23.888Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:24.910Z", "message": "Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/L4XUU/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:24.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:25.365Z", "message": "Configuring node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:25.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:25.365Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:25.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:25.365Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:25.365Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:25.749Z", "message": "[etcd] repo129", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:25.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:25.749Z", "message": "[etcd] ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:25.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:25.749Z", "message": "Executing: /tmp/L4XUU/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:25.749Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:26.757Z", "message": "[etcd] sudo apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:26.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:26.757Z", "message": "[etcd] Configure the APT software source", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:26.757Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:36.762Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-2qfbfo\nIgn http://repo.cw-ngv.com binary/ InRelease\nGet:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nHit http://security.ubuntu.com trusty-security InRelease\nGet:2 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nHit http://security.ubuntu.com trusty-security/main Sources\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nHit http://security.ubuntu.com trusty-security/universe Sources\nHit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease\nHit http://security.ubuntu.com trusty-security/main amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nHit http://security.ubuntu.com trusty-security/universe amd64 Packages\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\nHit http://security.ubuntu.com trusty-security/main Translation-en\nHit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://security.ubuntu.com trusty-security/universe Translation-en\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,748 B/s)\nReading package lists...\n\nreal\t0m10.362s\nuser\t0m2.688s\nsys\t0m0.268s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:36.762Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:37.764Z", "message": "[etcd] Now install the software", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:37.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}], "metadata": {"pagination": {"total": 1469, "offset": 1405, "size": 50}}} 2018-09-02 09:33:44,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:44,821 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:44 GMT 2018-09-02 09:33:44,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:44,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 31317 2018-09-02 09:33:44,822 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:44,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:44,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:44,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:44,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_security_group' 2018-09-02 09:33:44,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:44,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:44,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:44,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.connect_floatingip' 2018-09-02 09:33:44,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:33:44,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:33:44,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:33:44,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/N87FG/bind.py 2018-09-02 09:33:44,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Installing BIND DNS server 2018-09-02 09:33:44,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo apt-get update 2018-09-02 09:33:44,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo DEBIAN_FRONTEND=noninteractive apt-get install bind9 --yes 2018-09-02 09:33:44,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 09:33:44,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.10', 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.10', u'hss_hostname': u''}. 2018-09-02 09:33:44,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpeXmiLV /etc/clearwater/local_config 2018-09-02 09:33:44,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 09:33:44,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp12a5bb /etc/clearwater/shared_config 2018-09-02 09:33:44,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:33:44,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:33:44,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', '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.10', u'hss_hostname': u''}. 2018-09-02 09:33:44,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/named.conf.local 2018-09-02 09:33:44,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdN2ite /etc/bind/db.clearwater.local 2018-09-02 09:33:44,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpBAyOOI /etc/bind/db.clearwater.opnfv 2018-09-02 09:33:44,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:33:44,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'etcd_ip': u'192.168.120.10', 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.10', u'hss_hostname': u''}. 2018-09-02 09:33:44,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:33:44,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 09:33:44,827 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/shared_config 2018-09-02 09:33:44,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:33:44,828 - 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 09:33:44,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:33:44,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpc35tpZ /etc/bind/named.conf.local 2018-09-02 09:33:44,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/shared_config. 2018-09-02 09:33:44,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/named.conf.local. 2018-09-02 09:33:44,828 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:33:44,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:33:44,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/install-etcd.sh to /tmp/L4XUU/install-etcd.sh 2018-09-02 09:33:44,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:33:44,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:33:44,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:33:44,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] repo129 2018-09-02 09:33:44,829 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] 2018-09-02 09:33:44,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/L4XUU/install-etcd.sh 2018-09-02 09:33:44,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo apt 2018-09-02 09:33:44,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Configure the APT software source 2018-09-02 09:33:44,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-2qfbfo Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Hit http://security.ubuntu.com trusty-security InRelease Get:2 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:3 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Hit http://security.ubuntu.com trusty-security/main Sources Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Hit http://security.ubuntu.com trusty-security/universe Sources Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease Hit http://security.ubuntu.com trusty-security/main amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://security.ubuntu.com trusty-security/universe amd64 Packages Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Hit http://security.ubuntu.com trusty-security/main Translation-en Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://security.ubuntu.com trusty-security/universe Translation-en 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,748 B/s) Reading package lists... real 0m10.362s user 0m2.688s sys 0m0.268s 2018-09-02 09:33:44,830 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Now install the software 2018-09-02 09:33:44,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:44,978 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:44,978 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:44,978 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:44,979 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:44 GMT 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:44,979 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:49,985 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:50,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:50,149 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:50,149 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:33:37.764Z", "message": "[etcd] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:33:37.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}], "metadata": {"pagination": {"total": 1469, "offset": 1455, "size": 50}}} 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:50 GMT 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:50,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 618 2018-09-02 09:33:50,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:50,151 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:33:50,151 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:50,329 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:50,329 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:50,329 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:50,330 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:50,330 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:50,330 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:50,330 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:50,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:50,330 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:50,330 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:50 GMT 2018-09-02 09:33:50,330 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:50,330 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:50,331 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:55,336 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:33:55,501 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:55,501 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:55,501 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:55,501 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:55,501 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:55,501 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:55,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:55,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1469, "offset": 1456, "size": 50}}} 2018-09-02 09:33:55,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:55,502 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:55 GMT 2018-09-02 09:33:55,502 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:55,502 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:33:55,502 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:33:55,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:33:55,644 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:33:55,645 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:33:55,645 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:33:55,645 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:33:55,645 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:33:55,645 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:33:55,645 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:33:55,645 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:33:55,645 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:33:55,646 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:33:55 GMT 2018-09-02 09:33:55,646 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:33:55,646 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:33:55,646 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:00,651 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:00,744 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:00,745 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:00,745 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:00,745 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:00,745 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:00,745 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:00,745 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:00,745 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1469, "offset": 1456, "size": 50}}} 2018-09-02 09:34:00,746 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:00,746 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:00 GMT 2018-09-02 09:34:00,746 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:00,746 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:34:00,746 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:00,746 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:01,021 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:01,021 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:01,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:01,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:01,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:01,022 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:01,022 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:01,022 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:01,022 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:01,022 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:01 GMT 2018-09-02 09:34:01,022 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:01,022 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:01,022 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:06,024 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:06,154 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:06,154 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:06,154 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:06,154 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1469, "offset": 1456, "size": 50}}} 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:06 GMT 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:34:06,155 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:06,156 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:06,211 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:06,211 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:06,211 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:06,211 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:06,211 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:06,211 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:06,212 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:06,212 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:06,212 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:06,212 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:06 GMT 2018-09-02 09:34:06,212 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:06,212 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:06,212 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:11,218 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:11,315 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:11,315 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:11,315 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:11,315 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:11,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:11,316 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:11,316 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:11,316 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1469, "offset": 1456, "size": 50}}} 2018-09-02 09:34:11,316 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:11,316 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:11 GMT 2018-09-02 09:34:11,316 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:11,316 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:34:11,316 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:11,317 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:11,374 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:11,374 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:11,374 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:11,375 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:11 GMT 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:11,375 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:16,381 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:16,455 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1469, "offset": 1456, "size": 50}}} 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:16 GMT 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:16,456 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:34:16,457 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:16,457 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:16,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:16,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:16,596 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:16,596 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:16,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:16,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:16,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:16,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:16,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:16,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:16 GMT 2018-09-02 09:34:16,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:16,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:16,597 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:21,603 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:21,679 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:21,679 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1469, "offset": 1456, "size": 50}}} 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:21 GMT 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:21,680 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:34:21,681 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:21,681 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:21,739 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:21,740 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:21,740 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:21,740 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:21,740 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:21,740 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:21,740 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:21,740 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:21,740 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:21,740 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:21 GMT 2018-09-02 09:34:21,741 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:21,741 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:21,741 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:26,742 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:26,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:26,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:26,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:26,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:26,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:26,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:26,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:26,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:24.915Z", "message": "[etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-2qfbfo\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 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-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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB]\nGet:22 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:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:27 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB]\nGet:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B]\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 8s (10.6 MB/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 8941\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\t0m47.490s\nuser\t0m18.596s\nsys\t0m8.772s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:24.915Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:25.824Z", "message": "[etcd] => \nreal\t0m0.010s\nuser\t0m0.007s\nsys\t0m0.004s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:25.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:25.824Z", "message": "[etcd] The software is installed", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:25.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:25.824Z", "message": "[etcd] /usr/share/clearwater/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:25.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:25.824Z", "message": "[etcd] sudo ifconfig ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:25.824Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}], "metadata": {"pagination": {"total": 1474, "offset": 1456, "size": 50}}} 2018-09-02 09:34:26,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:26,813 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:26 GMT 2018-09-02 09:34:26,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:26,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 46663 2018-09-02 09:34:26,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:26,814 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => sudo: unable to resolve host server-clearwater-opnfv-bind-host-2qfbfo 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-cluster-manager 1.0-171218.103208 [6,107 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-queue-manager 1.0-171218.103208 [6,101 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-config-manager 1.0-171218.103208 [9,130 kB] Get:22 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:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mock all 1.0.1-3 [23.8 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-jsonschema all 2.3.0-1build1 [27.2 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:27 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-management 1.0-171218.103208 [12.3 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-157.207 [773 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1,913 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [4,452 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,688 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5,040 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5,098 B] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.4 [1,051 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [18.0 MB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1,490 B] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.8 [726 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4,838 B] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [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 8s (10.6 MB/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 8941 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 0m47.490s user 0m18.596s sys 0m8.772s 2018-09-02 09:34:26,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => real 0m0.010s user 0m0.007s sys 0m0.004s 2018-09-02 09:34:26,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] The software is installed 2018-09-02 09:34:26,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] /usr/share/clearwater/clearwater 2018-09-02 09:34:26,816 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ifconfig 2018-09-02 09:34:26,817 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:26,872 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:26,872 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:26,872 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:26,873 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:26 GMT 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:26,873 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:31,879 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:32,025 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:32,025 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:32,025 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:32,026 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:32,026 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:32,026 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:32,026 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:32,026 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:26.837Z", "message": "[etcd] sudo ps ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:26.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:26.837Z", "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.10:53 0.0.0.0:* LISTEN 2431/named \ntcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2431/named \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd \ntcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2431/named \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9074/monit \ntcp 0 0 192.168.120.10:2380 0.0.0.0:* LISTEN 9152/etcd \ntcp6 0 0 :::53 :::* LISTEN 2431/named \ntcp6 0 0 :::22 :::* LISTEN 1097/sshd \ntcp6 0 0 ::1:953 :::* LISTEN 2431/named \ntcp6 0 0 :::4000 :::* LISTEN 9152/etcd \nudp 0 0 192.168.120.10:123 0.0.0.0:* 8536/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8536/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8536/ntpd \nudp 0 0 0.0.0.0:63402 0.0.0.0:* 563/dhclient \nudp 0 0 192.168.120.10:53 0.0.0.0:* 2431/named \nudp 0 0 127.0.0.1:53 0.0.0.0:* 2431/named \nudp 0 0 0.0.0.0:68 0.0.0.0:* 563/dhclient \nudp6 0 0 fe80::f816:3eff:fe2:123 :::* 8536/ntpd \nudp6 0 0 ::1:123 :::* 8536/ntpd \nudp6 0 0 :::123 :::* 8536/ntpd \nudp6 0 0 :::25902 :::* 563/dhclient \nudp6 0 0 :::53 :::* 2431/named \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9493 1127/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 10756 1651/python2.7 /tmp/cloudify-logging-server-680c7.socket\nunix 2 [ ACC ] STREAM LISTENING 9305 883/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 7273 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 12927 2483/python2.7 /tmp/ctx-gYIXKm.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7561 377/systemd-udevd /run/udev/control\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-02T09:34:26.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:26.837Z", "message": "[etcd] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:31 ? 00:00:01 /sbin/init\nroot 2 0 0 09:31 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 09:31 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 09:31 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:31 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:31 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:31 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:31 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:31 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:31 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:31 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:31 ? 00:00:00 [migration/0]\nroot 14 2 0 09:31 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:31 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:31 ? 00:00:00 [migration/1]\nroot 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 09:31 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 09:31 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:31 ? 00:00:00 [khelper]\nroot 21 2 0 09:31 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:31 ? 00:00:00 [netns]\nroot 23 2 0 09:31 ? 00:00:00 [writeback]\nroot 24 2 0 09:31 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:31 ? 00:00:00 [bioset]\nroot 26 2 0 09:31 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:31 ? 00:00:00 [kblockd]\nroot 28 2 0 09:31 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:31 ? 00:00:00 [khubd]\nroot 30 2 0 09:31 ? 00:00:00 [md]\nroot 31 2 0 09:31 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:31 ? 00:00:00 [kworker/1:1]\nroot 34 2 0 09:31 ? 00:00:00 [khungtaskd]\nroot 35 2 0 09:31 ? 00:00:00 [kswapd0]\nroot 36 2 0 09:31 ? 00:00:00 [vmstat]\nroot 37 2 0 09:31 ? 00:00:00 [ksmd]\nroot 38 2 0 09:31 ? 00:00:00 [khugepaged]\nroot 39 2 0 09:31 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 09:31 ? 00:00:00 [crypto]\nroot 53 2 0 09:31 ? 00:00:00 [kthrotld]\nroot 54 2 0 09:31 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 09:31 ? 00:00:00 [vballoon]\nroot 56 2 0 09:31 ? 00:00:00 [kworker/0:1]\nroot 57 2 0 09:31 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:31 ? 00:00:00 [scsi_eh_1]\nroot 59 2 0 09:31 ? 00:00:00 [kworker/u4:2]\nroot 60 2 0 09:31 ? 00:00:00 [kworker/u4:3]\nroot 79 2 0 09:31 ? 00:00:00 [deferwq]\nroot 80 2 0 09:31 ? 00:00:00 [charger_manager]\nroot 123 2 0 09:31 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:31 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver]\nroot 372 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon\nroot 377 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 445 2 0 09:31 ? 00:00:00 [kworker/u5:1]\nroot 563 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 580 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon\nroot 820 2 0 09:32 ? 00:00:00 [kauditd]\nmessage+ 883 1 0 09:32 ? 00:00:00 dbus-daemon --system --fork\nroot 920 1 0 09:32 ? 00:00:00 /lib/systemd/systemd-logind\nroot 946 1 0 09:32 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1006 1 0 09:32 ? 00:00:00 rsyslogd\nroot 1051 1 0 09:32 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 09:32 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 09:32 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 09:32 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 09:32 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1097 1 0 09:32 ? 00:00:00 /usr/sbin/sshd -D\nroot 1102 1 0 09:32 ? 00:00:00 cron\ndaemon 1103 1 0 09:32 ? 00:00:00 atd\nroot 1116 1 0 09:32 ? 00:00:00 /usr/sbin/irqbalance\nroot 1127 1 0 09:32 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 09:32 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 09:32 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 09:32 ? 00:00:00 /home/ubuntu/bind_host_2qfbfo/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_2qfbfo --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_2qfbfo --logging-server-logdir=/home/ubuntu/bind_host_2qfbfo/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_2qfbfo/work/bind_host_2qfbfo%I.log --pidfile=/home/ubuntu/bind_host_2qfbfo/work/bind_host_2qfbfo.pid\nubuntu 1690 1651 0 09:32 ? 00:00:00 /home/ubuntu/bind_host_2qfbfo/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_2qfbfo --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_2qfbfo --logging-server-logdir=/home/ubuntu/bind_host_2qfbfo/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_2qfbfo/work/bind_host_2qfbfo%I.log --pidfile=/home/ubuntu/bind_host_2qfbfo/work/bind_host_2qfbfo.pid\nroot 1723 2 0 09:32 ? 00:00:00 [kworker/u5:2]\nubuntu 1766 1 0 09:32 ? 00:00:00 python2.7 /home/ubuntu/bind_host_2qfbfo/env/bin/diamond --configfile /home/ubuntu/bind_host_2qfbfo/work/plugins/diamond/etc/diamond.conf\nbind 2431 1 0 09:33 ? 00:00:00 /usr/sbin/named -u bind\nubuntu 2483 1690 0 09:33 ? 00:00:00 /home/ubuntu/bind_host_2qfbfo/env/bin/python2.7 /home/ubuntu/bind_host_2qfbfo/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-akfJWs\nubuntu 2495 2483 0 09:33 ? 00:00:00 /bin/sh -c /tmp/L4XUU/install-etcd.sh\nubuntu 2497 2495 0 09:33 ? 00:00:00 /bin/bash -e /tmp/L4XUU/install-etcd.sh\nntp 8536 1 0 09:34 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9074 1 0 09:34 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9089 9074 0 09:34 ? 00:00:00 [check-monit-upt] \nclearwa+ 9152 1 0 09:34 ? 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.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380\nroot 9166 9074 0 09:34 ? 00:00:00 [check-etcd-upti] \nroot 9169 9074 0 09:34 ? 00:00:00 [poll_etcd_clust] \nroot 9172 9074 0 09:34 ? 00:00:00 [poll_etcd.sh] \nroot 9194 1 0 09:34 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9204 9194 0 09:34 ? 00:00:00 inotifywait -e create -qq .\nubuntu 9360 2497 0 09:34 ? 00:00:00 /bin/bash -e /tmp/L4XUU/install-etcd.sh\nubuntu 9361 9360 0 09:34 ? 00:00:00 /bin/bash -e /tmp/L4XUU/install-etcd.sh\nroot 9362 9361 0 09:34 ? 00:00:00 sudo ps -edf\nroot 9363 9362 0 09:34 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.004s\nsys\t0m0.006s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:26.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:26.837Z", "message": "[etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:2d:5e:4c \n inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe2d:5e4c/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:72243 errors:0 dropped:0 overruns:0 frame:0\n TX packets:27637 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:123513131 (123.5 MB) TX bytes:4498390 (4.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:166 errors:0 dropped:0 overruns:0 frame:0\n TX packets:166 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:13744 (13.7 KB) TX bytes:13744 (13.7 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-02T09:34:26.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:26.837Z", "message": "[etcd] sudo netstat ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:26.837Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:27.841Z", "message": "[etcd] sudo pstree", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:27.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:27.841Z", "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.007s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:27.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:27.841Z", "message": "[etcd] => init-+-acpid\n |-atd\n |-clearwater_diag---inotifywait\n |-cron\n |-dbus-daemon\n |-dhclient\n |-etcd---9*[{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.008s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:27.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:27.841Z", "message": "[etcd] sudo find /var/log ", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:27.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:28.846Z", "message": "[etcd] => [02-Sep-2018 09:34:19 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 09:34:19 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-02T09:34:28.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:28.846Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:28.846Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:29.576Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:29.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:29.850Z", "message": "[etcd] sudo cat /var/log/clearwater", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:29.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:29.850Z", "message": "[etcd] => 2018-09-02 09:34:13.081420646 Stopping etcd clearwater-etcd\n2018-09-02 09:34:19.100150861 Restarting etcd clearwater-etcd\n2018-09-02 09:34:19.105431432 Configured ETCDCTL_PEERS: \n2018-09-02 09:34:19.106214727 Check for previous failed startup attempt\n2018-09-02 09:34:19.107487252 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 09:34:19.120512255 etcdctl returned 2\n2018-09-02 09:34:19.127280291 Creating new cluster...\n2018-09-02 09:34:19.130508129 Starting etcd with: --listen-client-urls http://0.0.0.0:4000\n --advertise-client-urls http://192.168.120.10:4000\n --data-dir /var/lib/clearwater-etcd/192.168.120.10\n --name 192-168-120-10\n --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380,\n --initial-cluster-state new\n --initial-advertise-peer-urls http://192.168.120.10:2380\n --listen-peer-urls http://192.168.120.10:2380\n2018-09-02 09:34:19.132244321 Check we're actually a member of the cluster\n2018-09-02 09:34:19.162827092 Wait for etcd to startup\n2018-09-02 09:34:19.169153927 Etcd started successfully\n2018-09-02 09:34:19.154290 I | etcdmain: etcd Version: 3.1.7\n2018-09-02 09:34:19.154334 I | etcdmain: Git SHA: 43b7507\n2018-09-02 09:34:19.154339 I | etcdmain: Go Version: go1.7.5\n2018-09-02 09:34:19.154343 I | etcdmain: Go OS/Arch: linux/amd64\n2018-09-02 09:34:19.154347 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2\n2018-09-02 09:34:19.154412 I | embed: listening for peers on http://192.168.120.10:2380\n2018-09-02 09:34:19.154466 I | embed: listening for client requests on 0.0.0.0:4000\n2018-09-02 09:34:19.195624 I | etcdserver: name = 192-168-120-10\n2018-09-02 09:34:19.195664 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10\n2018-09-02 09:34:19.195671 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member\n2018-09-02 09:34:19.195675 I | etcdserver: heartbeat = 100ms\n2018-09-02 09:34:19.195678 I | etcdserver: election = 1000ms\n2018-09-02 09:34:19.195682 I | etcdserver: snapshot count = 10000\n2018-09-02 09:34:19.195689 I | etcdserver: advertise client URLs = http://192.168.120.10:4000\n2018-09-02 09:34:19.195694 I | etcdserver: initial advertise peer URLs = http://192.168.120.10:2380\n2018-09-02 09:34:19.195702 I | etcdserver: initial cluster = 192-168-120-10=http://192.168.120.10:2380\n2018-09-02 09:34:19.201629 I | etcdserver: starting member 5a390934aeb2089e in cluster 54cdbb303d36fe88\n2018-09-02 09:34:19.201656 I | raft: 5a390934aeb2089e became follower at term 0\n2018-09-02 09:34:19.201670 I | raft: newRaft 5a390934aeb2089e [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0]\n2018-09-02 09:34:19.201677 I | raft: 5a390934aeb2089e became follower at term 1\n2018-09-02 09:34:19.221880 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided]\n2018-09-02 09:34:19.222742 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88\n2018-09-02 09:34:20.101987 I | raft: 5a390934aeb2089e is starting a new election at term 1\n2018-09-02 09:34:20.102084 I | raft: 5a390934aeb2089e became candidate at term 2\n2018-09-02 09:34:20.102101 I | raft: 5a390934aeb2089e received MsgVoteResp from 5a390934aeb2089e at term 2\n2018-09-02 09:34:20.102114 I | raft: 5a390934aeb2089e became leader at term 2\n2018-09-02 09:34:20.102121 I | raft: raft.node: 5a390934aeb2089e elected leader 5a390934aeb2089e at term 2\n2018-09-02 09:34:20.102343 I | etcdserver: setting up the initial cluster version to 3.1\n2018-09-02 09:34:20.193653 N | etcdserver/membership: set the initial cluster version to 3.1\n2018-09-02 09:34:20.193683 I | etcdserver/api: enabled capabilities for version 3.1\n2018-09-02 09:34:20.193706 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 54cdbb303d36fe88\n2018-09-02 09:34:20.193755 I | embed: ready to serve client requests\n2018-09-02 09:34:20.194082 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged!\n2018-09-02 09:34:20.194929 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:41469\n2018-09-02 09:34:20.195191 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:41468\n2018-09-02 09:34:20.198555 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:41476\n2018-09-02 09:34:25.358746 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.10/liveness-check remote:192.168.120.10:41477\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.002s", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:29.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:29.850Z", "message": "Execution done (return_code=0): /tmp/L4XUU/install-etcd.sh", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:29.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:29.850Z", "message": "[etcd] Installation is done", "level": "info", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:29.850Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "41ccca0d-e44c-463e-9394-d2fb5bfb2278"}, {"node_instance_id": "bind_4njkki", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:30.386Z", "message": "Starting node", "node_name": "bind", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:30.386Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Creating node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_h7l8ai", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Creating node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_h7l8ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Creating node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Creating node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Creating node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_h7l8ai", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.397Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.397Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.668Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/SGT5M/clearwater.py", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.668Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.858Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.858Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/EN1JO/clearwater.py", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.858Z", "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-02T09:34:31.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:31.858Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:31.858Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}], "metadata": {"pagination": {"total": 1509, "offset": 1461, "size": 50}}} 2018-09-02 09:34:32,026 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:32,026 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:32 GMT 2018-09-02 09:34:32,027 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:32,027 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 35615 2018-09-02 09:34:32,027 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:32,028 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo ps 2018-09-02 09:34:32,028 - 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.10:53 0.0.0.0:* LISTEN 2431/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2431/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1097/sshd tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2431/named tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 9074/monit tcp 0 0 192.168.120.10:2380 0.0.0.0:* LISTEN 9152/etcd tcp6 0 0 :::53 :::* LISTEN 2431/named tcp6 0 0 :::22 :::* LISTEN 1097/sshd tcp6 0 0 ::1:953 :::* LISTEN 2431/named tcp6 0 0 :::4000 :::* LISTEN 9152/etcd udp 0 0 192.168.120.10:123 0.0.0.0:* 8536/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8536/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8536/ntpd udp 0 0 0.0.0.0:63402 0.0.0.0:* 563/dhclient udp 0 0 192.168.120.10:53 0.0.0.0:* 2431/named udp 0 0 127.0.0.1:53 0.0.0.0:* 2431/named udp 0 0 0.0.0.0:68 0.0.0.0:* 563/dhclient udp6 0 0 fe80::f816:3eff:fe2:123 :::* 8536/ntpd udp6 0 0 ::1:123 :::* 8536/ntpd udp6 0 0 :::123 :::* 8536/ntpd udp6 0 0 :::25902 :::* 563/dhclient udp6 0 0 :::53 :::* 2431/named Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9493 1127/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 10756 1651/python2.7 /tmp/cloudify-logging-server-680c7.socket unix 2 [ ACC ] STREAM LISTENING 9305 883/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 7273 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 12927 2483/python2.7 /tmp/ctx-gYIXKm.socket unix 2 [ ACC ] SEQPACKET LISTENING 7561 377/systemd-udevd /run/udev/control real 0m0.007s user 0m0.000s sys 0m0.007s 2018-09-02 09:34:32,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:31 ? 00:00:01 /sbin/init root 2 0 0 09:31 ? 00:00:00 [kthreadd] root 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0] root 4 2 0 09:31 ? 00:00:00 [kworker/0:0] root 5 2 0 09:31 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:31 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:31 ? 00:00:00 [rcu_sched] root 8 2 0 09:31 ? 00:00:00 [rcuos/0] root 9 2 0 09:31 ? 00:00:00 [rcuos/1] root 10 2 0 09:31 ? 00:00:00 [rcu_bh] root 11 2 0 09:31 ? 00:00:00 [rcuob/0] root 12 2 0 09:31 ? 00:00:00 [rcuob/1] root 13 2 0 09:31 ? 00:00:00 [migration/0] root 14 2 0 09:31 ? 00:00:00 [watchdog/0] root 15 2 0 09:31 ? 00:00:00 [watchdog/1] root 16 2 0 09:31 ? 00:00:00 [migration/1] root 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1] root 18 2 0 09:31 ? 00:00:00 [kworker/1:0] root 19 2 0 09:31 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:31 ? 00:00:00 [khelper] root 21 2 0 09:31 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:31 ? 00:00:00 [netns] root 23 2 0 09:31 ? 00:00:00 [writeback] root 24 2 0 09:31 ? 00:00:00 [kintegrityd] root 25 2 0 09:31 ? 00:00:00 [bioset] root 26 2 0 09:31 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:31 ? 00:00:00 [kblockd] root 28 2 0 09:31 ? 00:00:00 [ata_sff] root 29 2 0 09:31 ? 00:00:00 [khubd] root 30 2 0 09:31 ? 00:00:00 [md] root 31 2 0 09:31 ? 00:00:00 [devfreq_wq] root 32 2 0 09:31 ? 00:00:00 [kworker/1:1] root 34 2 0 09:31 ? 00:00:00 [khungtaskd] root 35 2 0 09:31 ? 00:00:00 [kswapd0] root 36 2 0 09:31 ? 00:00:00 [vmstat] root 37 2 0 09:31 ? 00:00:00 [ksmd] root 38 2 0 09:31 ? 00:00:00 [khugepaged] root 39 2 0 09:31 ? 00:00:00 [fsnotify_mark] root 40 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 09:31 ? 00:00:00 [crypto] root 53 2 0 09:31 ? 00:00:00 [kthrotld] root 54 2 0 09:31 ? 00:00:00 [kworker/u4:1] root 55 2 0 09:31 ? 00:00:00 [vballoon] root 56 2 0 09:31 ? 00:00:00 [kworker/0:1] root 57 2 0 09:31 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:31 ? 00:00:00 [scsi_eh_1] root 59 2 0 09:31 ? 00:00:00 [kworker/u4:2] root 60 2 0 09:31 ? 00:00:00 [kworker/u4:3] root 79 2 0 09:31 ? 00:00:00 [deferwq] root 80 2 0 09:31 ? 00:00:00 [charger_manager] root 123 2 0 09:31 ? 00:00:00 [kpsmoused] root 142 2 0 09:31 ? 00:00:00 [kworker/0:2] root 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver] root 372 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon root 377 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 445 2 0 09:31 ? 00:00:00 [kworker/u5:1] root 563 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 580 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon root 820 2 0 09:32 ? 00:00:00 [kauditd] message+ 883 1 0 09:32 ? 00:00:00 dbus-daemon --system --fork root 920 1 0 09:32 ? 00:00:00 /lib/systemd/systemd-logind root 946 1 0 09:32 ? 00:00:00 upstart-file-bridge --daemon syslog 1006 1 0 09:32 ? 00:00:00 rsyslogd root 1051 1 0 09:32 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 09:32 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 09:32 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 09:32 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 09:32 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1097 1 0 09:32 ? 00:00:00 /usr/sbin/sshd -D root 1102 1 0 09:32 ? 00:00:00 cron daemon 1103 1 0 09:32 ? 00:00:00 atd root 1116 1 0 09:32 ? 00:00:00 /usr/sbin/irqbalance root 1127 1 0 09:32 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 09:32 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 09:32 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 09:32 ? 00:00:00 /home/ubuntu/bind_host_2qfbfo/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_2qfbfo --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_2qfbfo --logging-server-logdir=/home/ubuntu/bind_host_2qfbfo/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_2qfbfo/work/bind_host_2qfbfo%I.log --pidfile=/home/ubuntu/bind_host_2qfbfo/work/bind_host_2qfbfo.pid ubuntu 1690 1651 0 09:32 ? 00:00:00 /home/ubuntu/bind_host_2qfbfo/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bind_host_2qfbfo --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bind_host_2qfbfo --logging-server-logdir=/home/ubuntu/bind_host_2qfbfo/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bind_host_2qfbfo/work/bind_host_2qfbfo%I.log --pidfile=/home/ubuntu/bind_host_2qfbfo/work/bind_host_2qfbfo.pid root 1723 2 0 09:32 ? 00:00:00 [kworker/u5:2] ubuntu 1766 1 0 09:32 ? 00:00:00 python2.7 /home/ubuntu/bind_host_2qfbfo/env/bin/diamond --configfile /home/ubuntu/bind_host_2qfbfo/work/plugins/diamond/etc/diamond.conf bind 2431 1 0 09:33 ? 00:00:00 /usr/sbin/named -u bind ubuntu 2483 1690 0 09:33 ? 00:00:00 /home/ubuntu/bind_host_2qfbfo/env/bin/python2.7 /home/ubuntu/bind_host_2qfbfo/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-akfJWs ubuntu 2495 2483 0 09:33 ? 00:00:00 /bin/sh -c /tmp/L4XUU/install-etcd.sh ubuntu 2497 2495 0 09:33 ? 00:00:00 /bin/bash -e /tmp/L4XUU/install-etcd.sh ntp 8536 1 0 09:34 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9074 1 0 09:34 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9089 9074 0 09:34 ? 00:00:00 [check-monit-upt] clearwa+ 9152 1 0 09:34 ? 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.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 root 9166 9074 0 09:34 ? 00:00:00 [check-etcd-upti] root 9169 9074 0 09:34 ? 00:00:00 [poll_etcd_clust] root 9172 9074 0 09:34 ? 00:00:00 [poll_etcd.sh] root 9194 1 0 09:34 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9204 9194 0 09:34 ? 00:00:00 inotifywait -e create -qq . ubuntu 9360 2497 0 09:34 ? 00:00:00 /bin/bash -e /tmp/L4XUU/install-etcd.sh ubuntu 9361 9360 0 09:34 ? 00:00:00 /bin/bash -e /tmp/L4XUU/install-etcd.sh root 9362 9361 0 09:34 ? 00:00:00 sudo ps -edf root 9363 9362 0 09:34 ? 00:00:00 ps -edf real 0m0.009s user 0m0.004s sys 0m0.006s 2018-09-02 09:34:32,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => eth0 Link encap:Ethernet HWaddr fa:16:3e:2d:5e:4c inet addr:192.168.120.10 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe2d:5e4c/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:72243 errors:0 dropped:0 overruns:0 frame:0 TX packets:27637 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:123513131 (123.5 MB) TX bytes:4498390 (4.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:166 errors:0 dropped:0 overruns:0 frame:0 TX packets:166 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13744 (13.7 KB) TX bytes:13744 (13.7 KB) real 0m0.006s user 0m0.000s sys 0m0.006s 2018-09-02 09:34:32,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo netstat 2018-09-02 09:34:32,029 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo pstree 2018-09-02 09:34:32,029 - 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.007s user 0m0.004s sys 0m0.003s 2018-09-02 09:34:32,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => init-+-acpid |-atd |-clearwater_diag---inotifywait |-cron |-dbus-daemon |-dhclient |-etcd---9*[{etcd}] |-7*[getty] |-irqbalance |-monit-+-check-etcd-upti | |-check-monit-upt | |-poll_etcd.sh | |-poll_etcd_clust | `-{monit} |-named---4*[{named}] |-ntpd |-python2.7-+-python2.7---python2.7-+-sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---install-etcd.sh---sudo---pstr+ | | `-6*[{python2.7}] | `-3*[{python2.7}] |-python2.7---{python2.7} |-rsyslogd---3*[{rsyslogd}] |-sshd |-systemd-logind |-systemd-udevd |-upstart-file-br |-upstart-socket- `-upstart-udev-br real 0m0.008s user 0m0.000s sys 0m0.007s 2018-09-02 09:34:32,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo find /var/log 2018-09-02 09:34:32,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => [02-Sep-2018 09:34:19 UTC] clearwater-diags-monitor starting [02-Sep-2018 09:34:19 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:34:32,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-09-02 09:34:32,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:34:32,030 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] sudo cat /var/log/clearwater 2018-09-02 09:34:32,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] => 2018-09-02 09:34:13.081420646 Stopping etcd clearwater-etcd 2018-09-02 09:34:19.100150861 Restarting etcd clearwater-etcd 2018-09-02 09:34:19.105431432 Configured ETCDCTL_PEERS: 2018-09-02 09:34:19.106214727 Check for previous failed startup attempt 2018-09-02 09:34:19.107487252 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 09:34:19.120512255 etcdctl returned 2 2018-09-02 09:34:19.127280291 Creating new cluster... 2018-09-02 09:34:19.130508129 Starting etcd with: --listen-client-urls http://0.0.0.0:4000 --advertise-client-urls http://192.168.120.10:4000 --data-dir /var/lib/clearwater-etcd/192.168.120.10 --name 192-168-120-10 --debug --initial-cluster 192-168-120-10=http://192.168.120.10:2380, --initial-cluster-state new --initial-advertise-peer-urls http://192.168.120.10:2380 --listen-peer-urls http://192.168.120.10:2380 2018-09-02 09:34:19.132244321 Check we're actually a member of the cluster 2018-09-02 09:34:19.162827092 Wait for etcd to startup 2018-09-02 09:34:19.169153927 Etcd started successfully 2018-09-02 09:34:19.154290 I | etcdmain: etcd Version: 3.1.7 2018-09-02 09:34:19.154334 I | etcdmain: Git SHA: 43b7507 2018-09-02 09:34:19.154339 I | etcdmain: Go Version: go1.7.5 2018-09-02 09:34:19.154343 I | etcdmain: Go OS/Arch: linux/amd64 2018-09-02 09:34:19.154347 I | etcdmain: setting maximum number of CPUs to 2, total number of available CPUs is 2 2018-09-02 09:34:19.154412 I | embed: listening for peers on http://192.168.120.10:2380 2018-09-02 09:34:19.154466 I | embed: listening for client requests on 0.0.0.0:4000 2018-09-02 09:34:19.195624 I | etcdserver: name = 192-168-120-10 2018-09-02 09:34:19.195664 I | etcdserver: data dir = /var/lib/clearwater-etcd/192.168.120.10 2018-09-02 09:34:19.195671 I | etcdserver: member dir = /var/lib/clearwater-etcd/192.168.120.10/member 2018-09-02 09:34:19.195675 I | etcdserver: heartbeat = 100ms 2018-09-02 09:34:19.195678 I | etcdserver: election = 1000ms 2018-09-02 09:34:19.195682 I | etcdserver: snapshot count = 10000 2018-09-02 09:34:19.195689 I | etcdserver: advertise client URLs = http://192.168.120.10:4000 2018-09-02 09:34:19.195694 I | etcdserver: initial advertise peer URLs = http://192.168.120.10:2380 2018-09-02 09:34:19.195702 I | etcdserver: initial cluster = 192-168-120-10=http://192.168.120.10:2380 2018-09-02 09:34:19.201629 I | etcdserver: starting member 5a390934aeb2089e in cluster 54cdbb303d36fe88 2018-09-02 09:34:19.201656 I | raft: 5a390934aeb2089e became follower at term 0 2018-09-02 09:34:19.201670 I | raft: newRaft 5a390934aeb2089e [peers: [], term: 0, commit: 0, applied: 0, lastindex: 0, lastterm: 0] 2018-09-02 09:34:19.201677 I | raft: 5a390934aeb2089e became follower at term 1 2018-09-02 09:34:19.221880 I | etcdserver: starting server... [version: 3.1.7, cluster version: to_be_decided] 2018-09-02 09:34:19.222742 I | etcdserver/membership: added member 5a390934aeb2089e [http://192.168.120.10:2380] to cluster 54cdbb303d36fe88 2018-09-02 09:34:20.101987 I | raft: 5a390934aeb2089e is starting a new election at term 1 2018-09-02 09:34:20.102084 I | raft: 5a390934aeb2089e became candidate at term 2 2018-09-02 09:34:20.102101 I | raft: 5a390934aeb2089e received MsgVoteResp from 5a390934aeb2089e at term 2 2018-09-02 09:34:20.102114 I | raft: 5a390934aeb2089e became leader at term 2 2018-09-02 09:34:20.102121 I | raft: raft.node: 5a390934aeb2089e elected leader 5a390934aeb2089e at term 2 2018-09-02 09:34:20.102343 I | etcdserver: setting up the initial cluster version to 3.1 2018-09-02 09:34:20.193653 N | etcdserver/membership: set the initial cluster version to 3.1 2018-09-02 09:34:20.193683 I | etcdserver/api: enabled capabilities for version 3.1 2018-09-02 09:34:20.193706 I | etcdserver: published {Name:192-168-120-10 ClientURLs:[http://192.168.120.10:4000]} to cluster 54cdbb303d36fe88 2018-09-02 09:34:20.193755 I | embed: ready to serve client requests 2018-09-02 09:34:20.194082 N | embed: serving insecure client requests on [::]:4000, this is strongly discouraged! 2018-09-02 09:34:20.194929 D | etcdserver/api/v2http: [GET] /v2/members remote:192.168.120.10:41469 2018-09-02 09:34:20.195191 D | etcdserver/api/v2http: [GET] /v2/stats/self remote:192.168.120.10:41468 2018-09-02 09:34:20.198555 D | etcdserver/api/v2http: [GET] /health remote:192.168.120.10:41476 2018-09-02 09:34:25.358746 D | etcdserver/api/v2http: [PUT] /v2/keys/clearwater/192.168.120.10/liveness-check remote:192.168.120.10:41477 real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 09:34:32,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/L4XUU/install-etcd.sh 2018-09-02 09:34:32,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [etcd] Installation is done 2018-09-02 09:34:32,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:34:32,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:32,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:34:32,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:32,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:34:32,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:34:32,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:34:32,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:34:32,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:32,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:32,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:32,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/SGT5M/clearwater.py 2018-09-02 09:34:32,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 09:34:32,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/EN1JO/clearwater.py 2018-09-02 09:34:32,033 - 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 09:34:32,033 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 09:34:32,034 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:32,260 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:32,261 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:32,261 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:32,261 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:32,261 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:32,261 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:32,261 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:32,261 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:32,261 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:32,262 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:32 GMT 2018-09-02 09:34:32,262 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:32,262 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:32,262 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:37,267 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:37,340 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:37,341 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:37,341 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:37,341 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_hek8zi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.441Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.441Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.441Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_hek8zi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.441Z", "message": "Creating node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.441Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_hek8zi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.441Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.441Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.441Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.441Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mv /tmp/tmp4yqbay /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mv /tmp/tmplNCVsz /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/OV0NM/clearwater.py", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/U88OJ/clearwater.py", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "Configuring clearwater node.", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'dime-3qs0jh', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}.", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mv /tmp/tmp0dug3a /etc/clearwater/local_config", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/6K197/clearwater.py", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mv /tmp/tmpy7rQp2 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "Downloaded scripts/clearwater/other/clearwater.py to /tmp/GD3V6/clearwater.py", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mv /tmp/tmp74wMhk /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'homer-h7l8ai', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.21'}.", "level": "debug", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1ed69a30-e3ae-4233-a80c-780b3ab4456a"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'vellum-t3d6f6', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.30'}.", "level": "debug", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "message": "[localhost] run: sudo mv /tmp/tmpanJbCq /etc/clearwater/local_config", "level": "debug", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:32.938Z", "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-02T09:34:32.938Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "750b920f-3c3d-4c5e-83e5-f946006f807e"}, {"node_instance_id": "sprout_hek8zi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_h7l8ai", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_h7l8ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Configuring node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_h7l8ai", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1639, "offset": 1493, "size": 50}}} 2018-09-02 09:34:37,342 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:37,342 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:37 GMT 2018-09-02 09:34:37,342 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:37,342 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26900 2018-09-02 09:34:37,342 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:37,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:37,343 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:37,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:37,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating node 2018-09-02 09:34:37,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:37,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:37,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:37,344 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:37,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp4yqbay /etc/clearwater/local_config 2018-09-02 09:34:37,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 09:34:37,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmplNCVsz /etc/dnsmasq.resolv.conf 2018-09-02 09:34:37,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 09:34:37,345 - 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 09:34:37,345 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 09:34:37,346 - 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 09:34:37,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/OV0NM/clearwater.py 2018-09-02 09:34:37,346 - 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 09:34:37,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/U88OJ/clearwater.py 2018-09-02 09:34:37,346 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 09:34:37,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 09:34:37,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring clearwater node. 2018-09-02 09:34:37,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'dime-3qs0jh', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.13'}. 2018-09-02 09:34:37,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp0dug3a /etc/clearwater/local_config 2018-09-02 09:34:37,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 09:34:37,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 09:34:37,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 09:34:37,348 - 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 09:34:37,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 09:34:37,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/6K197/clearwater.py 2018-09-02 09:34:37,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpy7rQp2 /etc/dnsmasq.resolv.conf 2018-09-02 09:34:37,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/clearwater.py to /tmp/GD3V6/clearwater.py 2018-09-02 09:34:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 09:34:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp74wMhk /etc/dnsmasq.resolv.conf 2018-09-02 09:34:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 09:34:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 09:34:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'homer-h7l8ai', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.21'}. 2018-09-02 09:34:37,349 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 09:34:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 09:34:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'vellum-t3d6f6', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.30'}. 2018-09-02 09:34:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 09:34:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpanJbCq /etc/clearwater/local_config 2018-09-02 09:34:37,350 - 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 09:34:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:34:37,350 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:34:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:34:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:34:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:34:37,351 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:34:37,352 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:37,409 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:37,409 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:37,409 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:37,409 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:37,409 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:37,409 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:37,409 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:37,409 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:37,410 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:37,410 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:37 GMT 2018-09-02 09:34:37,410 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:37,410 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:37,410 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:42,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:42,493 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:42,493 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:42,493 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:42,493 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.473Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.473Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'sprout-hek8zi', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}.", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "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-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "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-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "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-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mv /tmp/tmp3OCrSD /etc/clearwater/local_config", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mv /tmp/tmpbB97rZ /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mv /tmp/tmpX6zh9T /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mv /tmp/tmpDMBOZt /etc/clearwater/local_config", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "Rendering the Jinja2 template to /etc/clearwater/local_config.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "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-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mv /tmp/tmpBBUNTL /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo chmod 644 /etc/clearwater/local_config", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "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-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "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-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mv /tmp/tmpmHTCt5 /etc/dnsmasq.resolv.conf", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "The config dict: {'public_ip': u'172.30.9.204', 'etcd_ip': u'192.168.120.10', 'name': u'bono-nl1i68', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}.", "level": "debug", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27075eb1-01ce-476c-a231-da009b072ad5"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/XGSPS/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "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-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "65c3bc09-b070-4679-89f2-44d7e602020d"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "8af7b400-29af-4346-aecb-d2e4d1052166"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "The config dict: {'public_ip': u'172.30.9.200', 'etcd_ip': u'192.168.120.10', 'name': u'ellis-8emsn8', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.19'}.", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "[localhost] run: sudo mkdir -p /etc/clearwater", "level": "debug", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ec8324fc-d781-42f9-8ba2-c72ab4ace447"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:33.946Z", "message": "Executing: /tmp/XGSPS/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:33.946Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Configuring node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Configuring node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Configuring node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.487Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.487Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "Executing: /tmp/CIXZ7/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/DCQDL/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "67b2a511-2ea1-4187-b66c-5b0686417bc9"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "Executing: /tmp/66OC7/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "[ellis] ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/66OC7/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "Executing: /tmp/CGYDW/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/PKUC5/append_proxy_snmp_conf.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "c43bc2e9-3f7b-4d50-a20a-7d8eb33f6e22"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "[homer] repo129", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "[homer] Configure the APT software source", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/CIXZ7/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "[dime] repo129", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "[dime] ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "[homer] ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:34.965Z", "message": "Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/CGYDW/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:34.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}], "metadata": {"pagination": {"total": 1640, "offset": 1543, "size": 50}}} 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:42 GMT 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26874 2018-09-02 09:34:42,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:34:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': '', 'etcd_ip': u'192.168.120.10', 'name': u'sprout-hek8zi', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.16'}. 2018-09-02 09:34:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 09:34:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 09:34:42,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 09:34:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp3OCrSD /etc/clearwater/local_config 2018-09-02 09:34:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpbB97rZ /etc/clearwater/local_config 2018-09-02 09:34:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpX6zh9T /etc/dnsmasq.resolv.conf 2018-09-02 09:34:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpDMBOZt /etc/clearwater/local_config 2018-09-02 09:34:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 09:34:42,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 09:34:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 09:34:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpBBUNTL /etc/dnsmasq.resolv.conf 2018-09-02 09:34:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/clearwater/local_config 2018-09-02 09:34:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 09:34:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/clearwater/local_config. 2018-09-02 09:34:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpmHTCt5 /etc/dnsmasq.resolv.conf 2018-09-02 09:34:42,498 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.204', 'etcd_ip': u'192.168.120.10', 'name': u'bono-nl1i68', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.6'}. 2018-09-02 09:34:42,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/install-homer.sh to /tmp/XGSPS/install-homer.sh 2018-09-02 09:34:42,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/dnsmasq.resolv.conf 2018-09-02 09:34:42,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 09:34:42,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.200', 'etcd_ip': u'192.168.120.10', 'name': u'ellis-8emsn8', u'private_domain': u'clearwater.local', u'release': u'repo129', 'host_ip': u'192.168.120.19'}. 2018-09-02 09:34:42,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mkdir -p /etc/clearwater 2018-09-02 09:34:42,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/XGSPS/install-homer.sh 2018-09-02 09:34:42,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:42,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:42,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:34:42,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:34:42,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:42,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:42,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:42,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:34:42,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:42,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:42,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:42,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CIXZ7/install-dime.sh 2018-09-02 09:34:42,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/DCQDL/append_proxy_snmp_conf.py 2018-09-02 09:34:42,501 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/66OC7/install-vellum.sh 2018-09-02 09:34:42,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-09-02 09:34:42,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] 2018-09-02 09:34:42,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/install-vellum.sh to /tmp/66OC7/install-vellum.sh 2018-09-02 09:34:42,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/CGYDW/install-ellis.sh 2018-09-02 09:34:42,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/append_proxy_snmp_conf.py to /tmp/PKUC5/append_proxy_snmp_conf.py 2018-09-02 09:34:42,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] repo129 2018-09-02 09:34:42,502 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Configure the APT software source 2018-09-02 09:34:42,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/install-dime.sh to /tmp/CIXZ7/install-dime.sh 2018-09-02 09:34:42,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] repo129 2018-09-02 09:34:42,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] 2018-09-02 09:34:42,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] 2018-09-02 09:34:42,503 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/install-ellis.sh to /tmp/CGYDW/install-ellis.sh 2018-09-02 09:34:42,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:42,564 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:42,564 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:42,564 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:42,564 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:42,564 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:42,565 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:42,565 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:42,565 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:42,565 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:42,565 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:42 GMT 2018-09-02 09:34:42,565 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:42,565 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:42,565 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:47,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:47,655 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:47,655 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:47,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:47,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:47,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:47,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:47,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:47,656 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_hek8zi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.493Z", "message": "Configuring node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.preconfigure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.493Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_hek8zi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.493Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_hek8zi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.493Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.493Z", "message": "Configuring node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.493Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.493Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.493Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[bono] ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/OGMFS/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[vellum] sudo apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[vellum] ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[ellis] Configure the APT software source", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[ellis] sudo apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[vellum] Configure the APT software source", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/0LQ9W/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[dime] Configure the APT software source", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "Executing: /tmp/0LQ9W/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[ellis] repo129", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[sprout] ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[homer] sudo apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "[dime] sudo apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:35.970Z", "message": "Executing: /tmp/OGMFS/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:35.970Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:36.975Z", "message": "[sprout] repo129", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:36.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:36.975Z", "message": "[bono] sudo apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:36.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:36.975Z", "message": "[bono] repo129", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:36.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:36.975Z", "message": "[bono] Configure the APT software source", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:36.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:36.975Z", "message": "[sprout] Configure the APT software source", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:36.975Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:37.979Z", "message": "[sprout] sudo apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:37.979Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:44.197Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-55oody\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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1,219 B]\nGet:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\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\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://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\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]\nIgn http://repo.cw-ngv.com binary/ Translation-en\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 [7,441 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 [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,249 kB/s)\nReading package lists...\n\nreal\t0m7.289s\nuser\t0m4.869s\nsys\t0m0.487s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:44.197Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:44.989Z", "message": "[bono] Installing bono packages and other clearwater packages", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:44.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:44.989Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:44.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:44.989Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-8xyjuu\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 [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]\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_US\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en\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 [7,441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 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 [7,616 B]\nGet:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 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 [9,709 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 [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,244 kB/s)\nReading package lists...\n\nreal\t0m7.662s\nuser\t0m4.873s\nsys\t0m0.551s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:44.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:45.993Z", "message": "[sprout] Installing ralf packages and other clearwater packages", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:45.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:45.993Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:45.993Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:47.042Z", "message": "[dime] Installing dime packages and other clearwater packages", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:47.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:47.042Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:47.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:47.042Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-3bdzdx\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://security.ubuntu.com trusty-security 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]\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]\nGet:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nIgn http://repo.cw-ngv.com binary/ Translation-en\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 [7,441 B]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 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://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 [7,616 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 [4,021 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 [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 8s (1,495 kB/s)\nReading package lists...\n\nreal\t0m10.404s\nuser\t0m4.942s\nsys\t0m0.549s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:47.042Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}], "metadata": {"pagination": {"total": 1649, "offset": 1593, "size": 50}}} 2018-09-02 09:34:47,656 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:47,656 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:47 GMT 2018-09-02 09:34:47,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:47,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 33312 2018-09-02 09:34:47,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:47,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:34:47,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:34:47,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:47,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:47,658 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Configuring node 2018-09-02 09:34:47,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:34:47,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:34:47,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] 2018-09-02 09:34:47,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/install-bono.sh to /tmp/OGMFS/install-bono.sh 2018-09-02 09:34:47,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo apt 2018-09-02 09:34:47,659 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 2018-09-02 09:34:47,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure the APT software source 2018-09-02 09:34:47,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo apt 2018-09-02 09:34:47,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Configure the APT software source 2018-09-02 09:34:47,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/install-sprout.sh to /tmp/0LQ9W/install-sprout.sh 2018-09-02 09:34:47,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Configure the APT software source 2018-09-02 09:34:47,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/0LQ9W/install-sprout.sh 2018-09-02 09:34:47,660 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] repo129 2018-09-02 09:34:47,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] 2018-09-02 09:34:47,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo apt 2018-09-02 09:34:47,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo apt 2018-09-02 09:34:47,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/OGMFS/install-bono.sh 2018-09-02 09:34:47,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] repo129 2018-09-02 09:34:47,661 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo apt 2018-09-02 09:34:47,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] repo129 2018-09-02 09:34:47,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure the APT software source 2018-09-02 09:34:47,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Configure the APT software source 2018-09-02 09:34:47,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo apt 2018-09-02 09:34:47,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-55oody 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] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] 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 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://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en_US 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] Ign http://repo.cw-ngv.com binary/ Translation-en 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 [7,441 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 [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,249 kB/s) Reading package lists... real 0m7.289s user 0m4.869s sys 0m0.487s 2018-09-02 09:34:47,662 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installing bono packages and other clearwater packages 2018-09-02 09:34:47,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:34:47,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-8xyjuu Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg Get:6 http://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_US Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en 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 [7,441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 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 [7,616 B] Get:20 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en [4,021 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 [9,709 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 [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,244 kB/s) Reading package lists... real 0m7.662s user 0m4.873s sys 0m0.551s 2018-09-02 09:34:47,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installing ralf packages and other clearwater packages 2018-09-02 09:34:47,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:34:47,663 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installing dime packages and other clearwater packages 2018-09-02 09:34:47,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:34:47,664 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-3bdzdx 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://security.ubuntu.com trusty-security 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] 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] Get:8 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6,322 B] Ign http://repo.cw-ngv.com binary/ Translation-en_US Ign http://repo.cw-ngv.com binary/ Translation-en 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 [7,441 B] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1,101 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://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 [7,616 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 [4,021 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 [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 8s (1,495 kB/s) Reading package lists... real 0m10.404s user 0m4.942s sys 0m0.549s 2018-09-02 09:34:47,664 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:47,883 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:47,883 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:47,883 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:47,883 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:47,883 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:47,884 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:47,884 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:47,884 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:47,884 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:47,884 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:47 GMT 2018-09-02 09:34:47,884 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:47,884 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:47,884 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:52,890 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:52,972 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:52,972 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:48.046Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-aa1ih1\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]\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]\nIgn http://repo.cw-ngv.com binary/ Translation-en_US\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\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,193 kB/s)\nReading package lists...\n\nreal\t0m12.255s\nuser\t0m4.956s\nsys\t0m0.535s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:48.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:48.046Z", "message": "[homer] Installing homer packages and other clearwater packages", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:48.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:48.046Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:48.046Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:49.056Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-apo06i\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 [1,219 B]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\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]\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: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 [6,322 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 [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,184 kB/s)\nReading package lists...\n\nreal\t0m12.620s\nuser\t0m4.868s\nsys\t0m0.584s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:49.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:49.056Z", "message": "[ellis] Installing ellis packages and other clearwater packages", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:49.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:49.056Z", "message": "[vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-9shwa2\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://security.ubuntu.com trusty-security InRelease [65.9 kB]\nGet:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\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]\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: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]\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 [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,170 kB/s)\nReading package lists...\n\nreal\t0m12.923s\nuser\t0m4.820s\nsys\t0m0.639s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:49.056Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:50.060Z", "message": "[vellum] Installing vellum packages and other clearwater packages", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:50.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:50.060Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:50.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:34:50.060Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:34:50.060Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}], "metadata": {"pagination": {"total": 1658, "offset": 1630, "size": 50}}} 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:52 GMT 2018-09-02 09:34:52,973 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:52,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 19082 2018-09-02 09:34:52,974 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:52,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-aa1ih1 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] 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] Ign http://repo.cw-ngv.com binary/ Translation-en_US Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:10 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] 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,193 kB/s) Reading package lists... real 0m12.255s user 0m4.956s sys 0m0.535s 2018-09-02 09:34:52,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installing homer packages and other clearwater packages 2018-09-02 09:34:52,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:34:52,975 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-apo06i Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1,219 B] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 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: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 [6,322 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 [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,184 kB/s) Reading package lists... real 0m12.620s user 0m4.868s sys 0m0.584s 2018-09-02 09:34:52,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installing ellis packages and other clearwater packages 2018-09-02 09:34:52,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => sudo: unable to resolve host server-clearwater-opnfv-vellum-host-9shwa2 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://security.ubuntu.com trusty-security InRelease [65.9 kB] Get:4 http://repo.cw-ngv.com binary/ Packages [23.0 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:5 http://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 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: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] 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 [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,170 kB/s) Reading package lists... real 0m12.923s user 0m4.820s sys 0m0.639s 2018-09-02 09:34:52,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installing vellum packages and other clearwater packages 2018-09-02 09:34:52,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:34:52,976 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:34:52,976 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:53,034 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:53,034 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:53,034 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:53,034 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:53,034 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:53,034 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:53,034 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:53,035 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:53,035 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:53,035 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:53 GMT 2018-09-02 09:34:53,035 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:53,035 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:53,035 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:58,040 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:34:58,303 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:58,303 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:58,303 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:58,303 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:58,303 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:58,303 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:58,303 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:58,304 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:34:58,304 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:58,304 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:58 GMT 2018-09-02 09:34:58,304 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:58,304 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:34:58,304 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:34:58,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:34:58,411 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:34:58,411 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:34:58,411 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:34:58,411 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:34:58,411 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:34:58,411 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:34:58,411 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:34:58,411 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:34:58,412 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:34:58,412 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:34:58 GMT 2018-09-02 09:34:58,412 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:34:58,412 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:34:58,412 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:03,417 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:03,751 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:03,751 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:03 GMT 2018-09-02 09:35:03,752 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:03,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:03,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:03,753 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:03,818 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:03,818 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:03,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:03,819 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:03,819 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:03,819 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:03,819 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:03,819 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:03,819 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:03,819 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:03 GMT 2018-09-02 09:35:03,819 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:03,820 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:03,820 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:08,825 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:08,991 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:08,991 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:08,991 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:08,991 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:08,991 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:08,991 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:08,991 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:08,992 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:08,992 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:08,992 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:08 GMT 2018-09-02 09:35:08,992 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:08,992 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:08,992 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:08,992 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:09,065 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:09,066 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:09,066 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:09,066 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:09,066 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:09,066 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:09,066 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:09,066 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:09,066 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:09,067 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:09 GMT 2018-09-02 09:35:09,067 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:09,067 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:09,067 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:14,072 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:14,284 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:14,284 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:14,284 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:14 GMT 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:14,285 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:14,286 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:14,286 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:14,362 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:14,362 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:14,362 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:14,362 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:14,362 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:14,362 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:14,362 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:14,362 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:14,363 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:14,363 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:14 GMT 2018-09-02 09:35:14,363 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:14,363 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:14,363 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:19,368 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:19,632 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:19,632 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:19,632 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:19,632 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:19,632 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:19,632 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:19,633 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:19,633 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:19,633 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:19,633 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:19 GMT 2018-09-02 09:35:19,633 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:19,633 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:19,633 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:19,633 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:19,752 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:19,752 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:19,752 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:19,752 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:19,752 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:19,752 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:19,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:19,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:19,753 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:19,753 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:19 GMT 2018-09-02 09:35:19,753 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:19,753 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:19,753 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:24,759 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:24,844 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:24,844 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:24,844 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:24 GMT 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:24,845 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:24,846 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:24,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:25,058 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:25,058 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:25,058 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:25,058 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:25,058 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:25,058 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:25,058 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:25,058 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:25,059 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:25,059 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:25 GMT 2018-09-02 09:35:25,059 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:25,059 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:25,059 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:30,064 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:30,172 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:30,172 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:30,172 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:30,172 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:30,172 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:30,172 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:30,173 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:30,173 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:30,173 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:30,173 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:30 GMT 2018-09-02 09:35:30,173 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:30,173 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:30,173 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:30,173 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:30,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:30,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:30,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:30,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:30,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:30,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:30,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:30,328 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:30,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:30,328 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:30 GMT 2018-09-02 09:35:30,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:30,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:30,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:35,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:35,426 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:35,426 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:35,426 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:35,426 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:35,426 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:35 GMT 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:35,427 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:35,619 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:35,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:35 GMT 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:35,620 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:35,621 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:40,626 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:40,722 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:40,722 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:40 GMT 2018-09-02 09:35:40,723 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:40,724 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:40,724 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:40,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:40,788 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:40,788 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:40,788 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:40,788 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:40,788 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:40,788 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:40,788 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:40,789 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:40,789 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:40,789 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:40 GMT 2018-09-02 09:35:40,789 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:40,789 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:40,789 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:45,794 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:45,864 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:45,864 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:45,864 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:45 GMT 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:45,865 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:45,866 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:45,866 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:45,949 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:45,949 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:45,949 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:45,949 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:45,949 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:45,950 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:45,950 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:45,950 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:45,950 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:45,950 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:45 GMT 2018-09-02 09:35:45,950 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:45,950 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:45,950 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:50,956 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:51,104 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:51,104 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:51,104 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:51,104 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:51,104 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:51,104 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:51,105 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:51,105 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:51,105 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:51,105 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:51 GMT 2018-09-02 09:35:51,105 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:51,105 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:51,105 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:51,106 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:51,176 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:51,176 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:51,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:51,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:51,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:51,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:51,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:51,177 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:51,177 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:51,177 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:51 GMT 2018-09-02 09:35:51,177 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:51,177 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:51,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:56,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:35:56,323 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:56,323 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:56,323 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:56,323 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:56,323 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:56,323 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:56,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:56,324 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:35:56,324 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:56,324 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:56 GMT 2018-09-02 09:35:56,324 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:56,324 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:35:56,324 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:35:56,324 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:35:56,406 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:35:56,407 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:35:56,407 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:35:56,407 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:35:56,407 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:35:56,407 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:35:56,407 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:35:56,407 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:35:56,407 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:35:56,407 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:35:56 GMT 2018-09-02 09:35:56,408 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:35:56,408 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:35:56,408 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:01,413 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:01,520 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:01,520 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1658, "offset": 1639, "size": 50}}} 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:01 GMT 2018-09-02 09:36:01,521 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:01,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:36:01,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:01,522 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:01,583 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:01,583 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:01,583 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:01,583 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:01,583 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:01,584 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:01,584 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:01,584 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:01,584 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:01,584 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:01 GMT 2018-09-02 09:36:01,584 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:01,584 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:01,584 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:06,587 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:06,899 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:06,899 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:06,899 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:06,899 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:06,899 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:06,899 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:06,899 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:06,900 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:01.833Z", "message": "[bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-55oody\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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 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,342 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 8619\nSetting up restund (1.0-171215.183529) ...\nreload: Job is not running: clearwater-monit\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 8648\nclearwater-socket-factory-sig start/running, process 8653\nProcessing triggers for ureadahead (0.100.0-16) ...\nSetting up bono (1.0-171215.183529) ...\nreload: Job is not running: clearwater-monit\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\t1m16.929s\nuser\t0m8.191s\nsys\t0m7.351s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:01.833Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:02.081Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:02.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}], "metadata": {"pagination": {"total": 1660, "offset": 1639, "size": 50}}} 2018-09-02 09:36:06,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:06,900 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:06 GMT 2018-09-02 09:36:06,900 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:06,900 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 37765 2018-09-02 09:36:06,900 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:06,901 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => sudo: unable to resolve host server-clearwater-opnfv-bono-host-55oody 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ bono 1.0-171215.183529 [2,167 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ restund 1.0-171215.183529 [596 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 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,342 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 8619 Setting up restund (1.0-171215.183529) ... reload: Job is not running: clearwater-monit 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 8648 clearwater-socket-factory-sig start/running, process 8653 Processing triggers for ureadahead (0.100.0-16) ... Setting up bono (1.0-171215.183529) ... reload: Job is not running: clearwater-monit 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 1m16.929s user 0m8.191s sys 0m7.351s 2018-09-02 09:36:06,902 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:36:06,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:06,970 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:06,970 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:06,970 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:06,970 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:06,970 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:06,970 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:06,970 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:06,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:06,970 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:06,971 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:06 GMT 2018-09-02 09:36:06,971 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:06,971 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:06,971 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:11,972 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:12,078 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:12,079 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:12,079 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:12,079 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:12,079 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:12,079 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:12,079 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:12,079 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1660, "offset": 1641, "size": 50}}} 2018-09-02 09:36:12,080 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:12,080 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:12 GMT 2018-09-02 09:36:12,080 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:12,080 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:36:12,080 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:12,080 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:12,300 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:12,300 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:12,301 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:12 GMT 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:12,301 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:12,302 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:17,307 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:17,404 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:17,404 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1660, "offset": 1641, "size": 50}}} 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:17 GMT 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:17,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:17,461 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:17,461 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:17,462 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:17 GMT 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:17,462 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:22,468 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:22,537 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:22,537 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:22,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:22,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:22,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:22,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:22,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:22,538 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1660, "offset": 1641, "size": 50}}} 2018-09-02 09:36:22,538 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:22,538 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:22 GMT 2018-09-02 09:36:22,538 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:22,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:36:22,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:22,538 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:22,677 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:22,677 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:22,677 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:22,677 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:22,677 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:22,677 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:22,678 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:22,678 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:22,678 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:22,678 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:22 GMT 2018-09-02 09:36:22,678 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:22,678 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:22,678 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:27,684 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:27,849 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:27,849 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:27,849 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:27,849 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:27,849 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:27,849 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:27,849 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:27,850 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:24.116Z", "message": "[sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-8xyjuu\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://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-monit 5.18-171207.172716 [271 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 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/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:15 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB]\nGet:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 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 16s (3,412 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 8902\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 9003\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 9011\nclearwater-socket-factory-sig start/running, process 9020\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\t1m38.580s\nuser\t0m9.271s\nsys\t0m8.376s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:24.116Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:25.129Z", "message": "[sprout] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:25.129Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:27.213Z", "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 2s (15.9 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\t0m24.935s\nuser\t0m12.699s\nsys\t0m3.256s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:27.213Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}], "metadata": {"pagination": {"total": 1663, "offset": 1641, "size": 50}}} 2018-09-02 09:36:27,850 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:27,850 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:27 GMT 2018-09-02 09:36:27,850 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:27,850 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 60858 2018-09-02 09:36:27,850 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:27,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => sudo: unable to resolve host server-clearwater-opnfv-sprout-host-8xyjuu 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://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-monit 5.18-171207.172716 [271 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:11 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:15 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-libs 1.0-171215.183529 [2,380 kB] Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-base 1.0-171215.183529 [2,179 kB] Get:18 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-scscf 1.0-171215.183529 [130 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-icscf 1.0-171215.183529 [82.9 kB] Get:20 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-bgcf 1.0-171215.183529 [70.1 kB] Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout-mmtel-as 1.0-171215.183529 [49.7 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ sprout 1.0-171215.183529 [12.4 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-pthreads-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [6,098 B] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsensors4 amd64 1:3.3.4-2ubuntu1 [27.2 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libperl5.18 amd64 5.18.2-2ubuntu1.6 [1,322 B] Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libzmq3 amd64 4.0.4+dfsg-2ubuntu0.1 [130 kB] Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main ntp amd64 1:4.2.6.p5+dfsg-3ubuntu2.14.04.13 [422 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libnetfilter-conntrack3 amd64 1.0.4-1 [45.9 kB] Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2,076 kB] Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.14 [69.0 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-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 16s (3,412 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 8902 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 9003 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 9011 clearwater-socket-factory-sig start/running, process 9020 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 1m38.580s user 0m9.271s sys 0m8.376s 2018-09-02 09:36:27,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:36:27,854 - 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 2s (15.9 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 0m24.935s user 0m12.699s sys 0m3.256s 2018-09-02 09:36:27,854 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:27,915 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:27,915 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:27,915 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:27,915 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:27,915 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:27,916 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:27,916 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:27,916 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:27,916 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:27,916 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:27 GMT 2018-09-02 09:36:27,916 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:27,916 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:27,916 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:32,922 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:33,114 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:33,114 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:33,114 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:28.135Z", "message": "[bono] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:28.135Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:32.349Z", "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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nPreconfiguring packages ...\nFetched 701 kB in 1s (578 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\t0m4.685s\nuser\t0m0.679s\nsys\t0m0.578s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:32.349Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}], "metadata": {"pagination": {"total": 1665, "offset": 1644, "size": 50}}} 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:33 GMT 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:33,115 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3547 2018-09-02 09:36:33,116 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:33,116 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:36:33,116 - 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Preconfiguring packages ... Fetched 701 kB in 1s (578 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 0m4.685s user 0m0.679s sys 0m0.578s 2018-09-02 09:36:33,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:33,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:33,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:33,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:33,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:33,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:33,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:33,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:33,345 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:33,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:33,345 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:33 GMT 2018-09-02 09:36:33,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:33,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:33,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:38,350 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:38,603 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:38,603 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:38,603 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:38,603 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:38,603 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:38,604 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:38,604 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:38,604 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:33.139Z", "message": "[bono] Configure a new DNS server", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:33.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:33.139Z", "message": "[bono] sudo service dnsmasq force", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:33.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:33.139Z", "message": "[bono] The installation packages is done correctly", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:33.139Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:35.309Z", "message": "[bono] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.080s\nuser\t0m0.007s\nsys\t0m0.056s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:35.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:36.316Z", "message": "[bono] sudo ps ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:36.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:36.316Z", "message": "[bono] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:31 ? 00:00:01 /sbin/init\nroot 2 0 0 09:31 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0]\nroot 4 2 0 09:31 ? 00:00:00 [kworker/0:0]\nroot 5 2 0 09:31 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:31 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:31 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:31 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:31 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:31 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:31 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:31 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:31 ? 00:00:00 [migration/0]\nroot 14 2 0 09:31 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:31 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:31 ? 00:00:00 [migration/1]\nroot 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 09:31 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:31 ? 00:00:00 [khelper]\nroot 21 2 0 09:31 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:31 ? 00:00:00 [netns]\nroot 23 2 0 09:31 ? 00:00:00 [writeback]\nroot 24 2 0 09:31 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:31 ? 00:00:00 [bioset]\nroot 26 2 0 09:31 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:31 ? 00:00:00 [kblockd]\nroot 28 2 0 09:31 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:31 ? 00:00:00 [khubd]\nroot 30 2 0 09:31 ? 00:00:00 [md]\nroot 31 2 0 09:31 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:31 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 09:31 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 09:31 ? 00:00:00 [khungtaskd]\nroot 36 2 0 09:31 ? 00:00:00 [kswapd0]\nroot 37 2 0 09:31 ? 00:00:00 [vmstat]\nroot 38 2 0 09:31 ? 00:00:00 [ksmd]\nroot 39 2 0 09:31 ? 00:00:00 [khugepaged]\nroot 40 2 0 09:31 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 09:31 ? 00:00:00 [crypto]\nroot 54 2 0 09:31 ? 00:00:00 [kthrotld]\nroot 55 2 0 09:31 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 09:31 ? 00:00:00 [vballoon]\nroot 57 2 0 09:31 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:31 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:31 ? 00:00:00 [deferwq]\nroot 80 2 0 09:31 ? 00:00:00 [charger_manager]\nroot 124 2 0 09:31 ? 00:00:00 [kpsmoused]\nroot 125 2 0 09:31 ? 00:00:00 [kworker/1:2]\nroot 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver]\nroot 370 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon\nroot 375 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 09:31 ? 00:00:00 [kworker/u5:1]\nroot 475 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon\nroot 580 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 807 2 0 09:31 ? 00:00:00 [kworker/u5:2]\nroot 819 2 0 09:31 ? 00:00:00 [kauditd]\nmessage+ 928 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork\nroot 951 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind\nroot 964 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1020 1 0 09:31 ? 00:00:00 rsyslogd\nroot 1051 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1096 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D\nroot 1097 1 0 09:31 ? 00:00:00 cron\ndaemon 1098 1 0 09:31 ? 00:00:00 atd\nroot 1116 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance\nroot 1120 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1200 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1556 2 0 09:32 ? 00:00:00 [kworker/0:2]\nubuntu 1653 1 0 09:32 ? 00:00:00 /home/ubuntu/bono_host_55oody/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_55oody --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_55oody --logging-server-logdir=/home/ubuntu/bono_host_55oody/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_55oody/work/bono_host_55oody%I.log --pidfile=/home/ubuntu/bono_host_55oody/work/bono_host_55oody.pid\nubuntu 1767 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/bono_host_55oody/env/bin/diamond --configfile /home/ubuntu/bono_host_55oody/work/plugins/diamond/etc/diamond.conf\nubuntu 1828 1653 0 09:34 ? 00:00:00 /home/ubuntu/bono_host_55oody/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_55oody --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_55oody --logging-server-logdir=/home/ubuntu/bono_host_55oody/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_55oody/work/bono_host_55oody%I.log --pidfile=/home/ubuntu/bono_host_55oody/work/bono_host_55oody.pid\nubuntu 1850 1828 0 09:34 ? 00:00:00 /home/ubuntu/bono_host_55oody/env/bin/python2.7 /home/ubuntu/bono_host_55oody/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-Wm7iiJ\nubuntu 1861 1850 0 09:34 ? 00:00:00 /bin/sh -c /tmp/OGMFS/install-bono.sh\nubuntu 1863 1861 0 09:34 ? 00:00:00 /bin/bash -e /tmp/OGMFS/install-bono.sh\nntp 8117 1 0 09:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8648 1 0 09:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 8649 8648 0 09:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 8653 1 0 09:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 8654 8653 0 09:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 8663 8649 0 09:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 8664 8654 0 09:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8666 8664 0 09:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 8754 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9576 8754 0 09:36 ? 00:00:00 [check-monit-upt] \nroot 9597 1 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9601 9597 0 09:36 ? 00:00:00 inotifywait -e create -qq .\nbono 9648 1 1 09:36 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.6,bono-nl1i68.clearwater.local --alias=172.30.9.204,bono-nl1i68.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-nl1i68.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\nroot 9687 8754 0 09:36 ? 00:00:00 [poll_bono.sh] \ndnsmasq 9775 1 0 09:36 ? 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 9838 1863 0 09:36 ? 00:00:00 /bin/bash -e /tmp/OGMFS/install-bono.sh\nubuntu 9839 9838 0 09:36 ? 00:00:00 /bin/bash -e /tmp/OGMFS/install-bono.sh\nroot 9840 9839 0 09:36 ? 00:00:00 sudo ps -edf\nroot 9841 9840 0 09:36 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:36.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:36.316Z", "message": "[bono] sudo ifconfig ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:36.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:36.316Z", "message": "[homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-aa1ih1\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://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/ clearwater-monit 5.18-171207.172716 [271 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\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://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 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 16s (5,223 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 8977\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\t1m48.052s\nuser\t0m20.116s\nsys\t0m10.546s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:36.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:36.316Z", "message": "[bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:22:23:b5 \n inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe22:23b5/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82201 errors:0 dropped:0 overruns:0 frame:0\n TX packets:41329 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:131363845 (131.3 MB) TX bytes:7260923 (7.2 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:36 errors:0 dropped:0 overruns:0 frame:0\n TX packets:36 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3548 (3.5 KB) TX bytes:3548 (3.5 KB)\n\n\nreal\t0m0.006s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:36.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:37.337Z", "message": "[bono] => /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/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_20180902T090000Z.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/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.043s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:37.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:37.337Z", "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 9775/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 8754/monit \ntcp 0 0 192.168.120.6:5058 0.0.0.0:* LISTEN 9648/bono \ntcp 0 0 192.168.120.6:5060 0.0.0.0:* LISTEN 9648/bono \ntcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9648/bono \ntcp6 0 0 ::1:53 :::* LISTEN 9775/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1096/sshd \nudp 0 0 192.168.120.6:123 0.0.0.0:* 8117/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8117/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8117/ntpd \nudp 0 0 0.0.0.0:48933 0.0.0.0:* 580/dhclient \nudp 0 0 192.168.120.6:5058 0.0.0.0:* 9648/bono \nudp 0 0 192.168.120.6:5060 0.0.0.0:* 9648/bono \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9775/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 580/dhclient \nudp6 0 0 fe80::f816:3eff:fe2:123 :::* 8117/ntpd \nudp6 0 0 ::1:123 :::* 8117/ntpd \nudp6 0 0 :::123 :::* 8117/ntpd \nudp6 0 0 :::61318 :::* 580/dhclient \nudp6 0 0 ::1:53 :::* 9775/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 20762 8663/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20765 8666/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 10981 1653/python2.7 /tmp/cloudify-logging-server-701e2.socket\nunix 2 [ ACC ] STREAM LISTENING 12294 1850/python2.7 /tmp/ctx-Bxz6IQ.socket\nunix 2 [ ACC ] STREAM LISTENING 22858 9648/bono /var/run/clearwater/stats/bono\nunix 2 [ ACC ] STREAM LISTENING 6977 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] SEQPACKET LISTENING 1728 375/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9958 1120/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 9722 928/dbus-daemon /var/run/dbus/system_bus_socket\n\nreal\t0m0.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:37.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:37.337Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:37.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:37.337Z", "message": "[bono] sudo find /var/log ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:37.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:37.337Z", "message": "[bono] sudo netstat ", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:37.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:37.337Z", "message": "[homer] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:37.337Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:38.375Z", "message": "[bono] => [02-Sep-2018 09:36:31 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 09:36:31 UTC] Waiting for trigger files\n2018:09:02 09:35:58: Namespace: management\n2018:09:02 09:35:58: [management] Starting server\n2018:09:02 09:35:58: [management] Listening for requests\n2018:09:02 09:35:58: Namespace: signaling\n2018:09:02 09:35:58: [signaling] Starting server\n2018:09:02 09:35:58: [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-02T09:36:38.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:38.375Z", "message": "[bono] => 2018-09-02 09:36:13.165752710 Stopping etcd clearwater-etcd\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-02T09:36:38.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:38.375Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:38.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}], "metadata": {"pagination": {"total": 1685, "offset": 1646, "size": 50}}} 2018-09-02 09:36:38,604 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:38,604 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:38 GMT 2018-09-02 09:36:38,604 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:38,604 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 74903 2018-09-02 09:36:38,604 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:38,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Configure a new DNS server 2018-09-02 09:36:38,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo service dnsmasq force 2018-09-02 09:36:38,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] The installation packages is done correctly 2018-09-02 09:36:38,607 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.080s user 0m0.007s sys 0m0.056s 2018-09-02 09:36:38,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ps 2018-09-02 09:36:38,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:31 ? 00:00:01 /sbin/init root 2 0 0 09:31 ? 00:00:00 [kthreadd] root 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0] root 4 2 0 09:31 ? 00:00:00 [kworker/0:0] root 5 2 0 09:31 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:31 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:31 ? 00:00:00 [rcu_sched] root 8 2 0 09:31 ? 00:00:00 [rcuos/0] root 9 2 0 09:31 ? 00:00:00 [rcuos/1] root 10 2 0 09:31 ? 00:00:00 [rcu_bh] root 11 2 0 09:31 ? 00:00:00 [rcuob/0] root 12 2 0 09:31 ? 00:00:00 [rcuob/1] root 13 2 0 09:31 ? 00:00:00 [migration/0] root 14 2 0 09:31 ? 00:00:00 [watchdog/0] root 15 2 0 09:31 ? 00:00:00 [watchdog/1] root 16 2 0 09:31 ? 00:00:00 [migration/1] root 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1] root 19 2 0 09:31 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:31 ? 00:00:00 [khelper] root 21 2 0 09:31 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:31 ? 00:00:00 [netns] root 23 2 0 09:31 ? 00:00:00 [writeback] root 24 2 0 09:31 ? 00:00:00 [kintegrityd] root 25 2 0 09:31 ? 00:00:00 [bioset] root 26 2 0 09:31 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:31 ? 00:00:00 [kblockd] root 28 2 0 09:31 ? 00:00:00 [ata_sff] root 29 2 0 09:31 ? 00:00:00 [khubd] root 30 2 0 09:31 ? 00:00:00 [md] root 31 2 0 09:31 ? 00:00:00 [devfreq_wq] root 32 2 0 09:31 ? 00:00:00 [kworker/0:1] root 33 2 0 09:31 ? 00:00:00 [kworker/1:1] root 35 2 0 09:31 ? 00:00:00 [khungtaskd] root 36 2 0 09:31 ? 00:00:00 [kswapd0] root 37 2 0 09:31 ? 00:00:00 [vmstat] root 38 2 0 09:31 ? 00:00:00 [ksmd] root 39 2 0 09:31 ? 00:00:00 [khugepaged] root 40 2 0 09:31 ? 00:00:00 [fsnotify_mark] root 41 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 09:31 ? 00:00:00 [crypto] root 54 2 0 09:31 ? 00:00:00 [kthrotld] root 55 2 0 09:31 ? 00:00:00 [kworker/u4:1] root 56 2 0 09:31 ? 00:00:00 [vballoon] root 57 2 0 09:31 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:31 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:31 ? 00:00:00 [deferwq] root 80 2 0 09:31 ? 00:00:00 [charger_manager] root 124 2 0 09:31 ? 00:00:00 [kpsmoused] root 125 2 0 09:31 ? 00:00:00 [kworker/1:2] root 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver] root 370 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon root 375 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 09:31 ? 00:00:00 [kworker/u5:1] root 475 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon root 580 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 807 2 0 09:31 ? 00:00:00 [kworker/u5:2] root 819 2 0 09:31 ? 00:00:00 [kauditd] message+ 928 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork root 951 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind root 964 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon syslog 1020 1 0 09:31 ? 00:00:00 rsyslogd root 1051 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1096 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D root 1097 1 0 09:31 ? 00:00:00 cron daemon 1098 1 0 09:31 ? 00:00:00 atd root 1116 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance root 1120 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1200 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1556 2 0 09:32 ? 00:00:00 [kworker/0:2] ubuntu 1653 1 0 09:32 ? 00:00:00 /home/ubuntu/bono_host_55oody/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_55oody --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_55oody --logging-server-logdir=/home/ubuntu/bono_host_55oody/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_55oody/work/bono_host_55oody%I.log --pidfile=/home/ubuntu/bono_host_55oody/work/bono_host_55oody.pid ubuntu 1767 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/bono_host_55oody/env/bin/diamond --configfile /home/ubuntu/bono_host_55oody/work/plugins/diamond/etc/diamond.conf ubuntu 1828 1653 0 09:34 ? 00:00:00 /home/ubuntu/bono_host_55oody/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q bono_host_55oody --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@bono_host_55oody --logging-server-logdir=/home/ubuntu/bono_host_55oody/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/bono_host_55oody/work/bono_host_55oody%I.log --pidfile=/home/ubuntu/bono_host_55oody/work/bono_host_55oody.pid ubuntu 1850 1828 0 09:34 ? 00:00:00 /home/ubuntu/bono_host_55oody/env/bin/python2.7 /home/ubuntu/bono_host_55oody/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-Wm7iiJ ubuntu 1861 1850 0 09:34 ? 00:00:00 /bin/sh -c /tmp/OGMFS/install-bono.sh ubuntu 1863 1861 0 09:34 ? 00:00:00 /bin/bash -e /tmp/OGMFS/install-bono.sh ntp 8117 1 0 09:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8648 1 0 09:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 8649 8648 0 09:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 8653 1 0 09:35 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 8654 8653 0 09:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 8663 8649 0 09:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 8664 8654 0 09:35 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8666 8664 0 09:35 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 8754 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9576 8754 0 09:36 ? 00:00:00 [check-monit-upt] root 9597 1 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9601 9597 0 09:36 ? 00:00:00 inotifywait -e create -qq . bono 9648 1 1 09:36 ? 00:00:00 /usr/share/clearwater/bin/bono --domain= --localhost=192.168.120.6,bono-nl1i68.clearwater.local --alias=172.30.9.204,bono-nl1i68.clearwater.local, --pcscf=5060,5058 --webrtc-port=5062 --routing-proxy=icscf.,5052,50,600 --sas=0.0.0.0,bono@bono-nl1i68.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 root 9687 8754 0 09:36 ? 00:00:00 [poll_bono.sh] dnsmasq 9775 1 0 09:36 ? 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 9838 1863 0 09:36 ? 00:00:00 /bin/bash -e /tmp/OGMFS/install-bono.sh ubuntu 9839 9838 0 09:36 ? 00:00:00 /bin/bash -e /tmp/OGMFS/install-bono.sh root 9840 9839 0 09:36 ? 00:00:00 sudo ps -edf root 9841 9840 0 09:36 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-09-02 09:36:38,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo ifconfig 2018-09-02 09:36:38,608 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => sudo: unable to resolve host server-clearwater-opnfv-homer-host-aa1ih1 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:3 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:5 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:6 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ homer 1.0-171213.182937 [35.6 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 16s (5,223 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 8977 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 1m48.052s user 0m20.116s sys 0m10.546s 2018-09-02 09:36:38,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => eth0 Link encap:Ethernet HWaddr fa:16:3e:22:23:b5 inet addr:192.168.120.6 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe22:23b5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:82201 errors:0 dropped:0 overruns:0 frame:0 TX packets:41329 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:131363845 (131.3 MB) TX bytes:7260923 (7.2 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:36 errors:0 dropped:0 overruns:0 frame:0 TX packets:36 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3548 (3.5 KB) TX bytes:3548 (3.5 KB) real 0m0.006s user 0m0.004s sys 0m0.003s 2018-09-02 09:36:38,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => /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/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_20180902T090000Z.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/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.043s user 0m0.004s sys 0m0.003s 2018-09-02 09:36:38,610 - 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 9775/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 8754/monit tcp 0 0 192.168.120.6:5058 0.0.0.0:* LISTEN 9648/bono tcp 0 0 192.168.120.6:5060 0.0.0.0:* LISTEN 9648/bono tcp 0 0 0.0.0.0:5062 0.0.0.0:* LISTEN 9648/bono tcp6 0 0 ::1:53 :::* LISTEN 9775/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1096/sshd udp 0 0 192.168.120.6:123 0.0.0.0:* 8117/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8117/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8117/ntpd udp 0 0 0.0.0.0:48933 0.0.0.0:* 580/dhclient udp 0 0 192.168.120.6:5058 0.0.0.0:* 9648/bono udp 0 0 192.168.120.6:5060 0.0.0.0:* 9648/bono udp 0 0 127.0.0.1:53 0.0.0.0:* 9775/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 580/dhclient udp6 0 0 fe80::f816:3eff:fe2:123 :::* 8117/ntpd udp6 0 0 ::1:123 :::* 8117/ntpd udp6 0 0 :::123 :::* 8117/ntpd udp6 0 0 :::61318 :::* 580/dhclient udp6 0 0 ::1:53 :::* 9775/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 20762 8663/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20765 8666/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 10981 1653/python2.7 /tmp/cloudify-logging-server-701e2.socket unix 2 [ ACC ] STREAM LISTENING 12294 1850/python2.7 /tmp/ctx-Bxz6IQ.socket unix 2 [ ACC ] STREAM LISTENING 22858 9648/bono /var/run/clearwater/stats/bono unix 2 [ ACC ] STREAM LISTENING 6977 1/init @/com/ubuntu/upstart unix 2 [ ACC ] SEQPACKET LISTENING 1728 375/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9958 1120/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 9722 928/dbus-daemon /var/run/dbus/system_bus_socket real 0m0.008s user 0m0.000s sys 0m0.008s 2018-09-02 09:36:38,610 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-09-02 09:36:38,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo find /var/log 2018-09-02 09:36:38,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo netstat 2018-09-02 09:36:38,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:36:38,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => [02-Sep-2018 09:36:31 UTC] clearwater-diags-monitor starting [02-Sep-2018 09:36:31 UTC] Waiting for trigger files 2018:09:02 09:35:58: Namespace: management 2018:09:02 09:35:58: [management] Starting server 2018:09:02 09:35:58: [management] Listening for requests 2018:09:02 09:35:58: Namespace: signaling 2018:09:02 09:35:58: [signaling] Starting server 2018:09:02 09:35:58: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:36:38,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 2018-09-02 09:36:13.165752710 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:36:38,611 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-09-02 09:36:38,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:38,668 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:38,668 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:38,669 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:38,669 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:38,669 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:38,669 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:38,669 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:38,669 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:38,669 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:38,669 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:38 GMT 2018-09-02 09:36:38,669 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:38,670 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:38,670 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:43,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:43,832 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:43,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:43,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:43,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:43,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:43,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:43,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:43,833 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_nl1i68", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:39.339Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:39.339Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:39.549Z", "message": "[bono] sudo cat /var/log/bono/bono_20180902T090000Z.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-02T09:36:39.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:39.549Z", "message": "[ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-apo06i\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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B]\nGet:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 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-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 16s (4,210 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 9210\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 9942\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\t1m48.995s\nuser\t0m16.174s\nsys\t0m10.578s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:39.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:39.549Z", "message": "[ellis] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:39.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:39.549Z", "message": "[bono] => 02-09-2018 09:36:31.532 UTC [7fa94f634780] Status utils.cpp:762: Log level set to 2\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Status main.cpp:1799: Access logging enabled to /var/log/bono\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning signalhandler.h:90: SIGNAL already hooked\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning main.cpp:1855: SAS server option was invalid or not configured - SAS is disabled\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning main.cpp:1917: A registration expiry period should not be specified for P-CSCF\n02-09-2018 09:36:31.533 UTC [7fa94f634780] Status snmp_agent.cpp:234: AgentX agent initialised\n02-09-2018 09:36:31.534 UTC [7fa945f43700] Status alarm.cpp:244: Reraising all alarms with a known state\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:99: Constructing LoadMonitor\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:100: Target latency (usecs) : 10000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:101: Max bucket size : 1000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:102: Initial token fill rate/s : 2000.000000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:103: Min token fill rate/s : 10.000000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:104: Max token fill rate/s : 2000.000000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status dnscachedresolver.cpp:126: Creating Cached Resolver using servers:\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status dnscachedresolver.cpp:136: 127.0.0.1\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status sipresolver.cpp:36: Created SIP resolver\n02-09-2018 09:36:31.582 UTC [7fa94f634780] Status stack.cpp:435: Listening on port 5058\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:435: Listening on port 5060\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:888: Local host aliases:\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 192.168.120.6\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: bono-nl1i68.clearwater.local\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 192.168.120.6\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: bono-nl1i68.clearwater.local\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 172.30.9.204\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: \n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status a_record_resolver.cpp:29: Created ARecordResolver\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status fifcservice.cpp:49: No fallback iFC configuration found (file /etc/clearwater/fallback_ifcs.xml does not exist)\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:81: Alarm severity changed from NULL to 1012.3\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:37: sprout issued 1012.3 alarm\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status main.cpp:2204: Setting up RPH service\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status rphservice.cpp:56: No RPH configuration (file ./rph.json does not exist)\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:81: Alarm severity changed from NULL to 1013.3\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:37: sprout issued 1013.3 alarm\n02-09-2018 09:36:31.586 UTC [7fa94f634780] Status sip_connection_pool.cpp:47: Creating connection pool to icscf.:5052\n02-09-2018 09:36:31.586 UTC [7fa94f634780] Status sip_connection_pool.cpp:48: connections = 50, recycle time = 600 +/- 120 seconds\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Warning dnscachedresolver.cpp:836: Failed to retrieve record for icscf.: Domain name not found\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Status bono.cpp:3220: Create list of PBXes\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Status main.cpp:1662: Creating connection to Chronos 127.0.0.1:7253 using 127.0.0.1:9888 as the callback URI\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Status http_connection_pool.cpp:35: Connection pool will use calculated response timeout of 550ms\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpconnection.h:58: Configuring HTTP Connection\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpconnection.h:59: Connection created for server 127.0.0.1:7253\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status main.cpp:1555: Using local store\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status main.cpp:1611: Using local store\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpstack.cpp:40: Constructing HTTP stack with 1 threads\n02-09-2018 09:36:31.605 UTC [7fa94f634780] Status httpstack.cpp:40: Constructing HTTP stack with 5 threads\n02-09-2018 09:36:31.605 UTC [7fa94f634780] Status pluginloader.cpp:38: Loading plug-ins from /usr/share/clearwater/sprout/plugins\n02-09-2018 09:36:31.605 UTC [7fa94f634780] Status pluginloader.cpp:150: Finished loading plug-ins\n02-09-2018 09:36:31.608 UTC [7fa94f634780] Warning (Net-SNMP): Warning: Failed to connect to the agentx master agent ([NIL]): \n02-09-2018 09:36:31.608 UTC [7fa930ff9700] Status stack.cpp:164: PJSIP transport thread started with kernel thread ID 9686\n02-09-2018 09:36:31.608 UTC [7fa930ff9700] Warning stack.cpp:179: Unable to set SCHED_FIFO scheduling policy on the transport thread. Overload may not be handled gracefully\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Status utils.cpp:762: Log level set to 2\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Status main.cpp:1799: Access logging enabled to /var/log/bono\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning signalhandler.h:90: SIGNAL already hooked\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning main.cpp:1855: SAS server option was invalid or not configured - SAS is disabled\n02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning main.cpp:1917: A registration expiry period should not be specified for P-CSCF\n02-09-2018 09:36:31.533 UTC [7fa94f634780] Status snmp_agent.cpp:234: AgentX agent initialised\n02-09-2018 09:36:31.534 UTC [7fa945f43700] Status alarm.cpp:244: Reraising all alarms with a known state\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:99: Constructing LoadMonitor\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:100: Target latency (usecs) : 10000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:101: Max bucket size : 1000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:102: Initial token fill rate/s : 2000.000000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:103: Min token fill rate/s : 10.000000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:104: Max token fill rate/s : 2000.000000\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status dnscachedresolver.cpp:126: Creating Cached Resolver using servers:\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status dnscachedresolver.cpp:136: 127.0.0.1\n02-09-2018 09:36:31.534 UTC [7fa94f634780] Status sipresolver.cpp:36: Created SIP resolver\n02-09-2018 09:36:31.582 UTC [7fa94f634780] Status stack.cpp:435: Listening on port 5058\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:435: Listening on port 5060\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:888: Local host aliases:\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 192.168.120.6\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: bono-nl1i68.clearwater.local\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 192.168.120.6\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: bono-nl1i68.clearwater.local\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 172.30.9.204\n02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: \n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status a_record_resolver.cpp:29: Created ARecordResolver\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status fifcservice.cpp:49: No fallback iFC configuration found (file /etc/clearwater/fallback_ifcs.xml does not exist)\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:81: Alarm severity changed from NULL to 1012.3\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:37: sprout issued 1012.3 alarm\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status main.cpp:2204: Setting up RPH service\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status rphservice.cpp:56: No RPH configuration (file ./rph.json does not exist)\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:81: Alarm severity changed from NULL to 1013.3\n02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:37: sprout issued 1013.3 alarm\n02-09-2018 09:36:31.586 UTC [7fa94f634780] Status sip_connection_pool.cpp:47: Creating connection pool to icscf.:5052\n02-09-2018 09:36:31.586 UTC [7fa94f634780] Status sip_connection_pool.cpp:48: connections = 50, recycle time = 600 +/- 120 seconds\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Warning dnscachedresolver.cpp:836: Failed to retrieve record for icscf.: Domain name not found\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Status bono.cpp:3220: Create list of PBXes\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Status main.cpp:1662: Creating connection to Chronos 127.0.0.1:7253 using 127.0.0.1:9888 as the callback URI\n02-09-2018 09:36:31.600 UTC [7fa94f634780] Status http_connection_pool.cpp:35: Connection pool will use calculated response timeout of 550ms\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpconnection.h:58: Configuring HTTP Connection\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpconnection.h:59: Connection created for server 127.0.0.1:7253\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status main.cpp:1555: Using local store\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status main.cpp:1611: Using local store\n02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpstack.cpp:40: Constructing HTTP stack with 1 threads\n02-09-2018 09:36:31.605 UTC [7fa94f634780] Status httpstack.cpp:40: Constructing HTTP stack with 5 threads\n02-09-2018 09:36:31.605 UTC [7fa94f634780] Status pluginloader.cpp:38: Loading plug-ins from /usr/share/clearwater/sprout/plugins\n02-09-2018 09:36:31.605 UTC [7fa94f634780] Status pluginloader.cpp:150: Finished loading plug-ins\n02-09-2018 09:36:31.608 UTC [7fa94f634780] Warning (Net-SNMP): Warning: Failed to connect to the agentx master agent ([NIL]): \n02-09-2018 09:36:31.608 UTC [7fa930ff9700] Status stack.cpp:164: PJSIP transport thread started with kernel thread ID 9686\n02-09-2018 09:36:31.608 UTC [7fa930ff9700] Warning stack.cpp:179: Unable to set SCHED_FIFO scheduling policy on the transport thread. Overload may not be handled gracefully\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND)\n\nreal\t0m0.007s\nuser\t0m0.005s\nsys\t0m0.003s", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:39.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:39.549Z", "message": "Execution done (return_code=0): /tmp/OGMFS/install-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:39.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:39.549Z", "message": "[bono] sudo cat /var/log/clearwater", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:39.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:39.549Z", "message": "[bono] Installation is done", "level": "info", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:39.549Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "3cc0c82c-3dfb-4b23-94ce-76645de38b84"}, {"node_instance_id": "bono_nl1i68", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:40.442Z", "message": "Starting node", "node_name": "bono", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:40.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:40.442Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:40.442Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:40.529Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:40.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:40.992Z", "message": "Downloaded scripts/bind/bind.py to /tmp/DJTU4/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:40.992Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:41.772Z", "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-02T09:36:41.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:41.772Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:41.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:41.772Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:41.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:41.772Z", "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-02T09:36:41.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:41.772Z", "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-02T09:36:41.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:41.772Z", "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-02T09:36:41.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:41.772Z", "message": "[localhost] run: sudo mv /tmp/tmpbmoc4B /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:41.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:41.772Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:41.772Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:42.388Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:42.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:42.557Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:42.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:42.775Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:42.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:42.775Z", "message": "[localhost] run: sudo mv /tmp/tmpa3tvJU /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:42.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:42.775Z", "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-02T09:36:42.775Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "35f5c9e0-7db6-41ee-bb6f-739215c92f2b"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:43.576Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:43.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:43.782Z", "message": "Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_7u7r2k/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:43.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fceaaedf-0673-4f25-a0cf-46e9473da1b9"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:43.782Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/M3YGJ/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:43.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "fceaaedf-0673-4f25-a0cf-46e9473da1b9"}], "metadata": {"pagination": {"total": 1712, "offset": 1664, "size": 50}}} 2018-09-02 09:36:43,834 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:43,834 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:43 GMT 2018-09-02 09:36:43,834 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:43,834 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 189967 2018-09-02 09:36:43,834 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:43,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:36:43,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/bono/bono_20180902T090000Z.txt /var/log/bono/bono_current.txt /var/log/bono/bono_err.log /var/log/bono/bono_out.log 2018-09-02 09:36:43,839 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => sudo: unable to resolve host server-clearwater-opnfv-ellis-host-apo06i 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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8,630 B] Get:8 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ ellis 1.0-171213.182049 [10.4 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 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-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 16s (4,210 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 9210 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 9942 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 1m48.995s user 0m16.174s sys 0m10.578s 2018-09-02 09:36:43,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:36:43,841 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] => 02-09-2018 09:36:31.532 UTC [7fa94f634780] Status utils.cpp:762: Log level set to 2 02-09-2018 09:36:31.532 UTC [7fa94f634780] Status main.cpp:1799: Access logging enabled to /var/log/bono 02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning signalhandler.h:90: SIGNAL already hooked 02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning main.cpp:1855: SAS server option was invalid or not configured - SAS is disabled 02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning main.cpp:1917: A registration expiry period should not be specified for P-CSCF 02-09-2018 09:36:31.533 UTC [7fa94f634780] Status snmp_agent.cpp:234: AgentX agent initialised 02-09-2018 09:36:31.534 UTC [7fa945f43700] Status alarm.cpp:244: Reraising all alarms with a known state 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:99: Constructing LoadMonitor 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:100: Target latency (usecs) : 10000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:101: Max bucket size : 1000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:102: Initial token fill rate/s : 2000.000000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:103: Min token fill rate/s : 10.000000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:104: Max token fill rate/s : 2000.000000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status dnscachedresolver.cpp:126: Creating Cached Resolver using servers: 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status dnscachedresolver.cpp:136: 127.0.0.1 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status sipresolver.cpp:36: Created SIP resolver 02-09-2018 09:36:31.582 UTC [7fa94f634780] Status stack.cpp:435: Listening on port 5058 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:435: Listening on port 5060 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:888: Local host aliases: 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 192.168.120.6 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: bono-nl1i68.clearwater.local 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 192.168.120.6 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: bono-nl1i68.clearwater.local 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 172.30.9.204 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status a_record_resolver.cpp:29: Created ARecordResolver 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status fifcservice.cpp:49: No fallback iFC configuration found (file /etc/clearwater/fallback_ifcs.xml does not exist) 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:81: Alarm severity changed from NULL to 1012.3 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:37: sprout issued 1012.3 alarm 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status main.cpp:2204: Setting up RPH service 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status rphservice.cpp:56: No RPH configuration (file ./rph.json does not exist) 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:81: Alarm severity changed from NULL to 1013.3 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:37: sprout issued 1013.3 alarm 02-09-2018 09:36:31.586 UTC [7fa94f634780] Status sip_connection_pool.cpp:47: Creating connection pool to icscf.:5052 02-09-2018 09:36:31.586 UTC [7fa94f634780] Status sip_connection_pool.cpp:48: connections = 50, recycle time = 600 +/- 120 seconds 02-09-2018 09:36:31.600 UTC [7fa94f634780] Warning dnscachedresolver.cpp:836: Failed to retrieve record for icscf.: Domain name not found 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Status bono.cpp:3220: Create list of PBXes 02-09-2018 09:36:31.600 UTC [7fa94f634780] Status main.cpp:1662: Creating connection to Chronos 127.0.0.1:7253 using 127.0.0.1:9888 as the callback URI 02-09-2018 09:36:31.600 UTC [7fa94f634780] Status http_connection_pool.cpp:35: Connection pool will use calculated response timeout of 550ms 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpconnection.h:58: Configuring HTTP Connection 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpconnection.h:59: Connection created for server 127.0.0.1:7253 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status main.cpp:1555: Using local store 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status main.cpp:1611: Using local store 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpstack.cpp:40: Constructing HTTP stack with 1 threads 02-09-2018 09:36:31.605 UTC [7fa94f634780] Status httpstack.cpp:40: Constructing HTTP stack with 5 threads 02-09-2018 09:36:31.605 UTC [7fa94f634780] Status pluginloader.cpp:38: Loading plug-ins from /usr/share/clearwater/sprout/plugins 02-09-2018 09:36:31.605 UTC [7fa94f634780] Status pluginloader.cpp:150: Finished loading plug-ins 02-09-2018 09:36:31.608 UTC [7fa94f634780] Warning (Net-SNMP): Warning: Failed to connect to the agentx master agent ([NIL]): 02-09-2018 09:36:31.608 UTC [7fa930ff9700] Status stack.cpp:164: PJSIP transport thread started with kernel thread ID 9686 02-09-2018 09:36:31.608 UTC [7fa930ff9700] Warning stack.cpp:179: Unable to set SCHED_FIFO scheduling policy on the transport thread. Overload may not be handled gracefully 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.532 UTC [7fa94f634780] Status utils.cpp:762: Log level set to 2 02-09-2018 09:36:31.532 UTC [7fa94f634780] Status main.cpp:1799: Access logging enabled to /var/log/bono 02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning signalhandler.h:90: SIGNAL already hooked 02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning main.cpp:1855: SAS server option was invalid or not configured - SAS is disabled 02-09-2018 09:36:31.532 UTC [7fa94f634780] Warning main.cpp:1917: A registration expiry period should not be specified for P-CSCF 02-09-2018 09:36:31.533 UTC [7fa94f634780] Status snmp_agent.cpp:234: AgentX agent initialised 02-09-2018 09:36:31.534 UTC [7fa945f43700] Status alarm.cpp:244: Reraising all alarms with a known state 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:99: Constructing LoadMonitor 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:100: Target latency (usecs) : 10000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:101: Max bucket size : 1000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:102: Initial token fill rate/s : 2000.000000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:103: Min token fill rate/s : 10.000000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status load_monitor.cpp:104: Max token fill rate/s : 2000.000000 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status dnscachedresolver.cpp:126: Creating Cached Resolver using servers: 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status dnscachedresolver.cpp:136: 127.0.0.1 02-09-2018 09:36:31.534 UTC [7fa94f634780] Status sipresolver.cpp:36: Created SIP resolver 02-09-2018 09:36:31.582 UTC [7fa94f634780] Status stack.cpp:435: Listening on port 5058 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:435: Listening on port 5060 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:888: Local host aliases: 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 192.168.120.6 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: bono-nl1i68.clearwater.local 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 192.168.120.6 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: bono-nl1i68.clearwater.local 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 172.30.9.204 02-09-2018 09:36:31.583 UTC [7fa94f634780] Status stack.cpp:895: 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status a_record_resolver.cpp:29: Created ARecordResolver 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status fifcservice.cpp:49: No fallback iFC configuration found (file /etc/clearwater/fallback_ifcs.xml does not exist) 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:81: Alarm severity changed from NULL to 1012.3 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:37: sprout issued 1012.3 alarm 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status main.cpp:2204: Setting up RPH service 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status rphservice.cpp:56: No RPH configuration (file ./rph.json does not exist) 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:81: Alarm severity changed from NULL to 1013.3 02-09-2018 09:36:31.584 UTC [7fa94f634780] Status alarm.cpp:37: sprout issued 1013.3 alarm 02-09-2018 09:36:31.586 UTC [7fa94f634780] Status sip_connection_pool.cpp:47: Creating connection pool to icscf.:5052 02-09-2018 09:36:31.586 UTC [7fa94f634780] Status sip_connection_pool.cpp:48: connections = 50, recycle time = 600 +/- 120 seconds 02-09-2018 09:36:31.600 UTC [7fa94f634780] Warning dnscachedresolver.cpp:836: Failed to retrieve record for icscf.: Domain name not found 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:31.600 UTC [7fa94f634780] Status bono.cpp:3220: Create list of PBXes 02-09-2018 09:36:31.600 UTC [7fa94f634780] Status main.cpp:1662: Creating connection to Chronos 127.0.0.1:7253 using 127.0.0.1:9888 as the callback URI 02-09-2018 09:36:31.600 UTC [7fa94f634780] Status http_connection_pool.cpp:35: Connection pool will use calculated response timeout of 550ms 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpconnection.h:58: Configuring HTTP Connection 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpconnection.h:59: Connection created for server 127.0.0.1:7253 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status main.cpp:1555: Using local store 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status main.cpp:1611: Using local store 02-09-2018 09:36:31.603 UTC [7fa94f634780] Status httpstack.cpp:40: Constructing HTTP stack with 1 threads 02-09-2018 09:36:31.605 UTC [7fa94f634780] Status httpstack.cpp:40: Constructing HTTP stack with 5 threads 02-09-2018 09:36:31.605 UTC [7fa94f634780] Status pluginloader.cpp:38: Loading plug-ins from /usr/share/clearwater/sprout/plugins 02-09-2018 09:36:31.605 UTC [7fa94f634780] Status pluginloader.cpp:150: Finished loading plug-ins 02-09-2018 09:36:31.608 UTC [7fa94f634780] Warning (Net-SNMP): Warning: Failed to connect to the agentx master agent ([NIL]): 02-09-2018 09:36:31.608 UTC [7fa930ff9700] Status stack.cpp:164: PJSIP transport thread started with kernel thread ID 9686 02-09-2018 09:36:31.608 UTC [7fa930ff9700] Warning stack.cpp:179: Unable to set SCHED_FIFO scheduling policy on the transport thread. Overload may not be handled gracefully 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.600 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:32.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:33.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:34.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.601 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:35.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:36.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:37.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) 02-09-2018 09:36:38.602 UTC [7fa9337fe700] Error sip_connection_pool.cpp:190: Failed to resolve icscf. to an IP address - Not found (PJ_ENOTFOUND) real 0m0.007s user 0m0.005s sys 0m0.003s 2018-09-02 09:36:43,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/OGMFS/install-bono.sh 2018-09-02 09:36:43,844 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] sudo cat /var/log/clearwater 2018-09-02 09:36:43,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [bono] Installation is done 2018-09-02 09:36:43,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:36:43,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:36:43,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:36:43,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/DJTU4/bind.py 2018-09-02 09:36:43,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:36:43,845 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:36:43,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:36:43,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:36:43,846 - 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 09:36:43,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:36:43,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpbmoc4B /etc/bind/db.clearwater.local 2018-09-02 09:36:43,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:36:43,846 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:36:43,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:36:43,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:36:43,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpa3tvJU /etc/bind/db.clearwater.opnfv 2018-09-02 09:36:43,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:36:43,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:36:43,847 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/snmpproxy.py to /home/ubuntu/proxy_host_7u7r2k/work/plugins/diamond/collectors/SNMPProxyCollector/SNMPProxyCollector.py 2018-09-02 09:36:43,848 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/M3YGJ/add-snmpproxy-collector.py 2018-09-02 09:36:43,848 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:43,907 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:43,907 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:43,907 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:43,907 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:43,907 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:43,907 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:43,907 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:43,907 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:43,908 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:43,908 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:43 GMT 2018-09-02 09:36:43,908 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:43,908 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:43,908 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:48,913 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:49,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:49,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:49,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:49,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:49,131 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:49,131 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:49,131 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:49,131 - 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": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:47.984Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:47.984Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:48.800Z", "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 3s (10.2 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\t0m24.222s\nuser\t0m12.655s\nsys\t0m3.233s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:48.800Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}], "metadata": {"pagination": {"total": 1716, "offset": 1692, "size": 50}}} 2018-09-02 09:36:49,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:49,131 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:49 GMT 2018-09-02 09:36:49,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:49,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14867 2018-09-02 09:36:49,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:49,132 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:36:49,133 - 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 3s (10.2 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 0m24.222s user 0m12.655s sys 0m3.233s 2018-09-02 09:36:49,133 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:49,192 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:49,192 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:49,193 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:49 GMT 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:49,193 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:54,199 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:54,492 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:54,492 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:54,492 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:54,492 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:54,492 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:54,492 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:54,493 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:54,493 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:49.812Z", "message": "[sprout] The installation packages is done correctly", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:49.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:49.812Z", "message": "[sprout] sudo service dnsmasq force", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:49.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:49.812Z", "message": "[sprout] Use the DNS server", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:49.812Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:50.816Z", "message": "[dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-3bdzdx\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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB]\nGet:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB]\nGet:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:12 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB]\nGet:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:19 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:21 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB]\nGet:22 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB]\nGet:23 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:24 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB]\nGet:25 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 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://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB]\nGet:28 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:29 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:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB]\nGet:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB]\nGet:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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 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 19s (4,761 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 9345\nclearwater-socket-factory-sig start/running, process 9350\nSetting up clearwater-monit (5.18-171207.172716) ...\nclearwater-monit start/running, process 9399\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.\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\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\t2m3.823s\nuser\t0m20.939s\nsys\t0m12.138s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:50.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:50.816Z", "message": "[dime] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:50.816Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:51.820Z", "message": "[sprout] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.061s\nuser\t0m0.003s\nsys\t0m0.058s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:51.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:52.823Z", "message": "[sprout] sudo netstat ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:52.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:52.823Z", "message": "[sprout] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:31 ? 00:00:01 /sbin/init\nroot 2 0 0 09:31 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:31 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:31 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:31 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:31 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:31 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:31 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:31 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:31 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:31 ? 00:00:00 [migration/0]\nroot 14 2 0 09:31 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:31 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:31 ? 00:00:00 [migration/1]\nroot 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 09:31 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 09:31 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:31 ? 00:00:00 [khelper]\nroot 21 2 0 09:31 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:31 ? 00:00:00 [netns]\nroot 23 2 0 09:31 ? 00:00:00 [writeback]\nroot 24 2 0 09:31 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:31 ? 00:00:00 [bioset]\nroot 27 2 0 09:31 ? 00:00:00 [kblockd]\nroot 28 2 0 09:31 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:31 ? 00:00:00 [khubd]\nroot 30 2 0 09:31 ? 00:00:00 [md]\nroot 31 2 0 09:31 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:31 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 09:31 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 09:31 ? 00:00:00 [khungtaskd]\nroot 36 2 0 09:31 ? 00:00:00 [kswapd0]\nroot 37 2 0 09:31 ? 00:00:00 [vmstat]\nroot 38 2 0 09:31 ? 00:00:00 [ksmd]\nroot 39 2 0 09:31 ? 00:00:00 [khugepaged]\nroot 40 2 0 09:31 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 09:31 ? 00:00:00 [crypto]\nroot 54 2 0 09:31 ? 00:00:00 [kthrotld]\nroot 55 2 0 09:31 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 09:31 ? 00:00:00 [vballoon]\nroot 57 2 0 09:31 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:31 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:31 ? 00:00:00 [deferwq]\nroot 80 2 0 09:31 ? 00:00:00 [charger_manager]\nroot 124 2 0 09:31 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:31 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver]\nroot 349 2 0 09:31 ? 00:00:00 [kworker/u5:1]\nroot 387 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon\nroot 393 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 480 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon\nroot 584 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 728 2 0 09:31 ? 00:00:00 [kworker/u5:2]\nroot 821 2 0 09:31 ? 00:00:00 [kauditd]\nroot 924 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 1010 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork\nroot 1027 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1054 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1057 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1061 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1062 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1064 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D\nroot 1107 1 0 09:31 ? 00:00:00 cron\ndaemon 1108 1 0 09:31 ? 00:00:00 atd\nroot 1123 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance\nroot 1126 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1202 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1208 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1453 2 0 09:32 ? 00:00:00 [kworker/1:2]\nubuntu 1653 1 0 09:32 ? 00:00:00 /home/ubuntu/sprout_host_8xyjuu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_8xyjuu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_8xyjuu --logging-server-logdir=/home/ubuntu/sprout_host_8xyjuu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_8xyjuu/work/sprout_host_8xyjuu%I.log --pidfile=/home/ubuntu/sprout_host_8xyjuu/work/sprout_host_8xyjuu.pid\nubuntu 1767 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/sprout_host_8xyjuu/env/bin/diamond --configfile /home/ubuntu/sprout_host_8xyjuu/work/plugins/diamond/etc/diamond.conf\nubuntu 1828 1653 0 09:34 ? 00:00:00 /home/ubuntu/sprout_host_8xyjuu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_8xyjuu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_8xyjuu --logging-server-logdir=/home/ubuntu/sprout_host_8xyjuu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_8xyjuu/work/sprout_host_8xyjuu%I.log --pidfile=/home/ubuntu/sprout_host_8xyjuu/work/sprout_host_8xyjuu.pid\nubuntu 1850 1828 0 09:34 ? 00:00:00 /home/ubuntu/sprout_host_8xyjuu/env/bin/python2.7 /home/ubuntu/sprout_host_8xyjuu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-6Qkjmq\nubuntu 1861 1850 0 09:34 ? 00:00:00 /bin/sh -c /tmp/0LQ9W/install-sprout.sh\nubuntu 1863 1861 0 09:34 ? 00:00:00 /bin/bash -e /tmp/0LQ9W/install-sprout.sh\nntp 8417 1 0 09:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nsyslog 8902 1 0 09:36 ? 00:00:00 rsyslogd\nroot 9003 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9011 1 0 09:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9012 9011 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9019 9012 0 09:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9020 1 0 09:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9021 9020 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9027 9021 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9028 9027 0 09:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9579 9003 0 09:36 ? 00:00:00 [check-monit-upt] \nroot 9600 1 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9604 9600 0 09:36 ? 00:00:00 inotifywait -e create -qq .\ndnsmasq 9691 1 0 09:36 ? 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 9755 1863 0 09:36 ? 00:00:00 /bin/bash -e /tmp/0LQ9W/install-sprout.sh\nubuntu 9756 9755 0 09:36 ? 00:00:00 /bin/bash -e /tmp/0LQ9W/install-sprout.sh\nroot 9757 9756 0 09:36 ? 00:00:00 sudo ps -edf\nroot 9758 9757 0 09:36 ? 00:00:00 ps -edf\n\nreal\t0m0.009s\nuser\t0m0.000s\nsys\t0m0.009s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:52.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:52.823Z", "message": "[sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:01:48:8e \n inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe01:488e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:82466 errors:0 dropped:0 overruns:0 frame:0\n TX packets:51818 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:133369269 (133.3 MB) TX bytes:8417540 (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: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.008s\nuser\t0m0.000s\nsys\t0m0.008s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:52.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:52.823Z", "message": "[sprout] sudo ps ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:52.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:52.823Z", "message": "[sprout] sudo ifconfig ", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:52.823Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:53.829Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:53.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:53.829Z", "message": "[sprout] => /var/log\n/var/log/syslog\n/var/log/clearwater-config-manager\n/var/log/sprout\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/cloud-init-output.log\n/var/log/landscape\n/var/log/landscape/sysinfo.log\n/var/log/udev\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/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.035s\nuser\t0m0.003s\nsys\t0m0.005s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:53.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:53.829Z", "message": "[sprout] sudo find /var/log", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:53.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:53.829Z", "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 9691/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 9003/monit \ntcp6 0 0 ::1:53 :::* LISTEN 9691/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \nudp 0 0 192.168.120.16:123 0.0.0.0:* 8417/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8417/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8417/ntpd \nudp 0 0 0.0.0.0:48933 0.0.0.0:* 584/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9691/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient \nudp6 0 0 fe80::f816:3eff:fe0:123 :::* 8417/ntpd \nudp6 0 0 ::1:123 :::* 8417/ntpd \nudp6 0 0 :::123 :::* 8417/ntpd \nudp6 0 0 :::61318 :::* 584/dhclient \nudp6 0 0 ::1:53 :::* 9691/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 9500 1126/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11518 1653/python2.7 /tmp/cloudify-logging-server-083fc.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7495 393/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 12361 1850/python2.7 /tmp/ctx-nbGviT.socket\nunix 2 [ ACC ] STREAM LISTENING 6985 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9359 1010/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 21684 9019/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 20824 9028/clearwater_soc /tmp/clearwater_signaling_namespace_socket\n\nreal\t0m0.007s\nuser\t0m0.003s\nsys\t0m0.004s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:53.829Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}], "metadata": {"pagination": {"total": 1731, "offset": 1694, "size": 50}}} 2018-09-02 09:36:54,493 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:54,493 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:54 GMT 2018-09-02 09:36:54,493 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:54,493 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 81515 2018-09-02 09:36:54,494 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:54,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] The installation packages is done correctly 2018-09-02 09:36:54,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo service dnsmasq force 2018-09-02 09:36:54,496 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Use the DNS server 2018-09-02 09:36:54,497 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => sudo: unable to resolve host server-clearwater-opnfv-dime-host-3bdzdx 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://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://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-monit 5.18-171207.172716 [271 kB] Get:7 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-diags-monitor 1.0-171215.180814 [25.4 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:9 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-log-cleanup 1.0-171215.180814 [13.3 kB] Get:10 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-nginx 1.0-171012.111833 [19.3 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:12 http://repo.cw-ngv.com/archive/repo129/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:13 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-snmpd 1.0-171215.180814 [16.9 kB] Get:14 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-socket-factory 1.0-171215.180814 [39.6 kB] Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:16 http://repo.cw-ngv.com/archive/repo129/ binary/ clearwater-tcp-scalability 1.0-171215.180814 [13.9 kB] Get:17 http://repo.cw-ngv.com/archive/repo129/ binary/ crest 1.0-171213.182937 [14.3 MB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:19 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf-libs 1.0-171215.175140 [657 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:21 http://repo.cw-ngv.com/archive/repo129/ binary/ ralf 1.0-171215.175140 [327 kB] Get:22 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-libs 1.0-171215.122632 [1,155 kB] Get:23 http://repo.cw-ngv.com/archive/repo129/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:24 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead 1.0-171215.122632 [450 kB] Get:25 http://repo.cw-ngv.com/archive/repo129/ binary/ homestead-prov 1.0-171213.182937 [44.6 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://repo.cw-ngv.com/archive/repo129/ binary/ dime 1.0-171215.180814 [12.5 kB] Get:28 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:29 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:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1,024 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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 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 19s (4,761 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 9345 clearwater-socket-factory-sig start/running, process 9350 Setting up clearwater-monit (5.18-171207.172716) ... clearwater-monit start/running, process 9399 Processing triggers for ureadahead (0.100.0-16) ... Setting up clearwater-snmpd (1.0-171215.180814) ... * Stopping network management services: Setting up ralf (1.0-171215.175140) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up clearwater-diags-monitor (1.0-171215.180814) ... Processing triggers for ufw (0.34~rc-0ubuntu2) ... Setting up nginx-core (1.4.6-1ubuntu3.8) ... Setting up nginx (1.4.6-1ubuntu3.8) ... Setting up clearwater-nginx (1.0-171012.111833) ... Testing nginx configuration... nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Site ping has been enabled. Run /etc/init.d/nginx reload to apply the changes. Generating a 2048 bit RSA private key ......+++ ............................................................................................................................+++ writing new private key to 'nginx.key' ----- Signature ok subject=/C=UK/ST=Unknown state/L=Unknown locality/O=Unknown organization/OU=Unknown organizational unit/CN=unknown.example/emailAddress=Unknown Getting Private key Adding 'diversion of /etc/nginx/nginx.conf to /etc/nginx/nginx.conf.clearwater-orig by clearwater-nginx' Setting up crest (1.0-171213.182937) ... Already using interpreter /usr/bin/python New python executable in /usr/share/clearwater/crest/env/bin/python Installing setuptools, pip...done. Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking pip Installing collected packages: pip Found existing installation: pip 1.5.4 Uninstalling pip: Successfully uninstalled pip Successfully installed pip Cleaning up... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting wheel Installing collected packages: wheel Successfully installed wheel-0.30.0 The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting crest Collecting idna (from crest) Collecting cryptography (from crest) Collecting pure-sasl (from crest) Collecting thrift (from crest) Collecting six (from crest) Collecting Twisted (from crest) Collecting ipaddress (from crest) Collecting cyclone (from crest) Collecting pyOpenSSL (from crest) Collecting zope.interface (from crest) Collecting telephus (from crest) Collecting constantly (from crest) Collecting attrs (from crest) Collecting prctl (from crest) Collecting Automat (from crest) Collecting setuptools (from crest) Collecting cql (from crest) Collecting lxml (from crest) Collecting asn1crypto (from crest) Collecting metaswitchcommon (from crest) Collecting incremental (from crest) Collecting msgpack-python (from crest) Collecting enum34 (from crest) Collecting cffi>=1.7 (from cryptography->crest) Collecting pycparser (from metaswitchcommon->crest) Collecting pycrypto (from metaswitchcommon->crest) Collecting monotonic (from metaswitchcommon->crest) Collecting pyzmq (from metaswitchcommon->crest) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest Found existing installation: setuptools 2.2 Uninstalling setuptools-2.2: Successfully uninstalled setuptools-2.2 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 Setting up homestead (1.0-171215.122632) ... * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Setting up homestead-prov (1.0-171213.182937) ... The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Collecting homestead_prov Collecting crest (from homestead_prov) Collecting idna (from crest->homestead_prov) Collecting cryptography (from crest->homestead_prov) Collecting pure-sasl (from crest->homestead_prov) Collecting thrift (from crest->homestead_prov) Collecting six (from crest->homestead_prov) Collecting Twisted (from crest->homestead_prov) Collecting ipaddress (from crest->homestead_prov) Collecting cyclone (from crest->homestead_prov) Collecting pyOpenSSL (from crest->homestead_prov) Collecting zope.interface (from crest->homestead_prov) Collecting telephus (from crest->homestead_prov) Collecting constantly (from crest->homestead_prov) Collecting attrs (from crest->homestead_prov) Collecting prctl (from crest->homestead_prov) Collecting Automat (from crest->homestead_prov) Collecting setuptools (from crest->homestead_prov) Collecting cql (from crest->homestead_prov) Collecting lxml (from crest->homestead_prov) Collecting asn1crypto (from crest->homestead_prov) Collecting metaswitchcommon (from crest->homestead_prov) Collecting incremental (from crest->homestead_prov) Collecting msgpack-python (from crest->homestead_prov) Collecting enum34 (from crest->homestead_prov) Collecting cffi>=1.7 (from cryptography->crest->homestead_prov) Collecting pycparser (from metaswitchcommon->crest->homestead_prov) Collecting pycrypto (from metaswitchcommon->crest->homestead_prov) Collecting monotonic (from metaswitchcommon->crest->homestead_prov) Collecting pyzmq (from metaswitchcommon->crest->homestead_prov) Installing collected packages: idna, ipaddress, six, pycparser, cffi, asn1crypto, enum34, cryptography, pure-sasl, thrift, attrs, Automat, constantly, setuptools, zope.interface, incremental, Twisted, pyOpenSSL, cyclone, telephus, prctl, cql, lxml, pycrypto, monotonic, pyzmq, metaswitchcommon, msgpack-python, crest, homestead-prov Found existing installation: idna 2.5 Uninstalling idna-2.5: Successfully uninstalled idna-2.5 Found existing installation: ipaddress 1.0.18 Uninstalling ipaddress-1.0.18: Successfully uninstalled ipaddress-1.0.18 Found existing installation: six 1.10.0 Uninstalling six-1.10.0: Successfully uninstalled six-1.10.0 Found existing installation: pycparser 2.18 Uninstalling pycparser-2.18: Successfully uninstalled pycparser-2.18 Found existing installation: cffi 1.10.0 Uninstalling cffi-1.10.0: Successfully uninstalled cffi-1.10.0 Found existing installation: asn1crypto 0.22.0 Uninstalling asn1crypto-0.22.0: Successfully uninstalled asn1crypto-0.22.0 Found existing installation: enum34 1.1.6 Uninstalling enum34-1.1.6: Successfully uninstalled enum34-1.1.6 Found existing installation: cryptography 1.9 Uninstalling cryptography-1.9: Successfully uninstalled cryptography-1.9 Found existing installation: pure-sasl 0.4.0 Uninstalling pure-sasl-0.4.0: Successfully uninstalled pure-sasl-0.4.0 Found existing installation: thrift 0.9.3 Uninstalling thrift-0.9.3: Successfully uninstalled thrift-0.9.3 Found existing installation: attrs 17.2.0 Uninstalling attrs-17.2.0: Successfully uninstalled attrs-17.2.0 Found existing installation: Automat 0.6.0 Uninstalling Automat-0.6.0: Successfully uninstalled Automat-0.6.0 Found existing installation: constantly 15.1.0 Uninstalling constantly-15.1.0: Successfully uninstalled constantly-15.1.0 Found existing installation: setuptools 24.0.0 Uninstalling setuptools-24.0.0: Successfully uninstalled setuptools-24.0.0 Found existing installation: zope.interface 4.4.1 Uninstalling zope.interface-4.4.1: Successfully uninstalled zope.interface-4.4.1 Found existing installation: incremental 17.5.0 Uninstalling incremental-17.5.0: Successfully uninstalled incremental-17.5.0 Found existing installation: Twisted 17.1.0 Uninstalling Twisted-17.1.0: Successfully uninstalled Twisted-17.1.0 Found existing installation: pyOpenSSL 17.0.0 Uninstalling pyOpenSSL-17.0.0: Successfully uninstalled pyOpenSSL-17.0.0 Found existing installation: cyclone 1.0 Uninstalling cyclone-1.0: Successfully uninstalled cyclone-1.0 Found existing installation: telephus 1.0.0b1 Uninstalling telephus-1.0.0b1: Successfully uninstalled telephus-1.0.0b1 Found existing installation: prctl 1.0.1 Uninstalling prctl-1.0.1: Successfully uninstalled prctl-1.0.1 Found existing installation: cql 1.4.0 Uninstalling cql-1.4.0: Successfully uninstalled cql-1.4.0 Found existing installation: lxml 3.6.0 Uninstalling lxml-3.6.0: Successfully uninstalled lxml-3.6.0 Found existing installation: pycrypto 2.6.1 Uninstalling pycrypto-2.6.1: Successfully uninstalled pycrypto-2.6.1 Found existing installation: monotonic 0.6 Uninstalling monotonic-0.6: Successfully uninstalled monotonic-0.6 Found existing installation: pyzmq 16.0.2 Uninstalling pyzmq-16.0.2: Successfully uninstalled pyzmq-16.0.2 Found existing installation: metaswitchcommon 0.1 Uninstalling metaswitchcommon-0.1: Successfully uninstalled metaswitchcommon-0.1 Found existing installation: msgpack-python 0.4.7 Uninstalling msgpack-python-0.4.7: Successfully uninstalled msgpack-python-0.4.7 Found existing installation: crest 0.1 Uninstalling crest-0.1: Successfully uninstalled crest-0.1 Successfully installed Automat-0.6.0 Twisted-17.1.0 asn1crypto-0.22.0 attrs-17.2.0 cffi-1.10.0 constantly-15.1.0 cql-1.4.0 crest-0.1 cryptography-1.9 cyclone-1.0 enum34-1.1.6 homestead-prov-0.1 idna-2.5 incremental-17.5.0 ipaddress-1.0.18 lxml-3.6.0 metaswitchcommon-0.1 monotonic-0.6 msgpack-python-0.4.7 prctl-1.0.1 pure-sasl-0.4.0 pyOpenSSL-17.0.0 pycparser-2.18 pycrypto-2.6.1 pyzmq-16.0.2 setuptools-24.0.0 six-1.10.0 telephus-1.0.0b1 thrift-0.9.3 zope.interface-4.4.1 * Restarting clearwater-infrastructure clearwater-infrastructure * Restarting DNS forwarder and DHCP server dnsmasq ...done. ...done. Processing triggers for ureadahead (0.100.0-16) ... Setting up dime (1.0-171215.180814) ... Processing triggers for libc-bin (2.19-0ubuntu6.14) ... real 2m3.823s user 0m20.939s sys 0m12.138s 2018-09-02 09:36:54,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:36:54,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.061s user 0m0.003s sys 0m0.058s 2018-09-02 09:36:54,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo netstat 2018-09-02 09:36:54,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:31 ? 00:00:01 /sbin/init root 2 0 0 09:31 ? 00:00:00 [kthreadd] root 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:31 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:31 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:31 ? 00:00:00 [rcu_sched] root 8 2 0 09:31 ? 00:00:00 [rcuos/0] root 9 2 0 09:31 ? 00:00:00 [rcuos/1] root 10 2 0 09:31 ? 00:00:00 [rcu_bh] root 11 2 0 09:31 ? 00:00:00 [rcuob/0] root 12 2 0 09:31 ? 00:00:00 [rcuob/1] root 13 2 0 09:31 ? 00:00:00 [migration/0] root 14 2 0 09:31 ? 00:00:00 [watchdog/0] root 15 2 0 09:31 ? 00:00:00 [watchdog/1] root 16 2 0 09:31 ? 00:00:00 [migration/1] root 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1] root 18 2 0 09:31 ? 00:00:00 [kworker/1:0] root 19 2 0 09:31 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:31 ? 00:00:00 [khelper] root 21 2 0 09:31 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:31 ? 00:00:00 [netns] root 23 2 0 09:31 ? 00:00:00 [writeback] root 24 2 0 09:31 ? 00:00:00 [kintegrityd] root 25 2 0 09:31 ? 00:00:00 [bioset] root 27 2 0 09:31 ? 00:00:00 [kblockd] root 28 2 0 09:31 ? 00:00:00 [ata_sff] root 29 2 0 09:31 ? 00:00:00 [khubd] root 30 2 0 09:31 ? 00:00:00 [md] root 31 2 0 09:31 ? 00:00:00 [devfreq_wq] root 32 2 0 09:31 ? 00:00:00 [kworker/0:1] root 33 2 0 09:31 ? 00:00:00 [kworker/1:1] root 35 2 0 09:31 ? 00:00:00 [khungtaskd] root 36 2 0 09:31 ? 00:00:00 [kswapd0] root 37 2 0 09:31 ? 00:00:00 [vmstat] root 38 2 0 09:31 ? 00:00:00 [ksmd] root 39 2 0 09:31 ? 00:00:00 [khugepaged] root 40 2 0 09:31 ? 00:00:00 [fsnotify_mark] root 41 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 09:31 ? 00:00:00 [crypto] root 54 2 0 09:31 ? 00:00:00 [kthrotld] root 55 2 0 09:31 ? 00:00:00 [kworker/u4:1] root 56 2 0 09:31 ? 00:00:00 [vballoon] root 57 2 0 09:31 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:31 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:31 ? 00:00:00 [deferwq] root 80 2 0 09:31 ? 00:00:00 [charger_manager] root 124 2 0 09:31 ? 00:00:00 [kpsmoused] root 142 2 0 09:31 ? 00:00:00 [kworker/0:2] root 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver] root 349 2 0 09:31 ? 00:00:00 [kworker/u5:1] root 387 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon root 393 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 480 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon root 584 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 728 2 0 09:31 ? 00:00:00 [kworker/u5:2] root 821 2 0 09:31 ? 00:00:00 [kauditd] root 924 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon message+ 1010 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork root 1027 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind root 1054 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1057 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1061 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1062 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1064 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D root 1107 1 0 09:31 ? 00:00:00 cron daemon 1108 1 0 09:31 ? 00:00:00 atd root 1123 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance root 1126 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1202 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1208 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1453 2 0 09:32 ? 00:00:00 [kworker/1:2] ubuntu 1653 1 0 09:32 ? 00:00:00 /home/ubuntu/sprout_host_8xyjuu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_8xyjuu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_8xyjuu --logging-server-logdir=/home/ubuntu/sprout_host_8xyjuu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_8xyjuu/work/sprout_host_8xyjuu%I.log --pidfile=/home/ubuntu/sprout_host_8xyjuu/work/sprout_host_8xyjuu.pid ubuntu 1767 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/sprout_host_8xyjuu/env/bin/diamond --configfile /home/ubuntu/sprout_host_8xyjuu/work/plugins/diamond/etc/diamond.conf ubuntu 1828 1653 0 09:34 ? 00:00:00 /home/ubuntu/sprout_host_8xyjuu/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q sprout_host_8xyjuu --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@sprout_host_8xyjuu --logging-server-logdir=/home/ubuntu/sprout_host_8xyjuu/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/sprout_host_8xyjuu/work/sprout_host_8xyjuu%I.log --pidfile=/home/ubuntu/sprout_host_8xyjuu/work/sprout_host_8xyjuu.pid ubuntu 1850 1828 0 09:34 ? 00:00:00 /home/ubuntu/sprout_host_8xyjuu/env/bin/python2.7 /home/ubuntu/sprout_host_8xyjuu/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-6Qkjmq ubuntu 1861 1850 0 09:34 ? 00:00:00 /bin/sh -c /tmp/0LQ9W/install-sprout.sh ubuntu 1863 1861 0 09:34 ? 00:00:00 /bin/bash -e /tmp/0LQ9W/install-sprout.sh ntp 8417 1 0 09:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 syslog 8902 1 0 09:36 ? 00:00:00 rsyslogd root 9003 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9011 1 0 09:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9012 9011 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9019 9012 0 09:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9020 1 0 09:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9021 9020 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9027 9021 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9028 9027 0 09:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9579 9003 0 09:36 ? 00:00:00 [check-monit-upt] root 9600 1 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9604 9600 0 09:36 ? 00:00:00 inotifywait -e create -qq . dnsmasq 9691 1 0 09:36 ? 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 9755 1863 0 09:36 ? 00:00:00 /bin/bash -e /tmp/0LQ9W/install-sprout.sh ubuntu 9756 9755 0 09:36 ? 00:00:00 /bin/bash -e /tmp/0LQ9W/install-sprout.sh root 9757 9756 0 09:36 ? 00:00:00 sudo ps -edf root 9758 9757 0 09:36 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-09-02 09:36:54,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => eth0 Link encap:Ethernet HWaddr fa:16:3e:01:48:8e inet addr:192.168.120.16 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe01:488e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:82466 errors:0 dropped:0 overruns:0 frame:0 TX packets:51818 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:133369269 (133.3 MB) TX bytes:8417540 (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: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.008s user 0m0.000s sys 0m0.008s 2018-09-02 09:36:54,499 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ps 2018-09-02 09:36:54,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo ifconfig 2018-09-02 09:36:54,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-09-02 09:36:54,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => /var/log /var/log/syslog /var/log/clearwater-config-manager /var/log/sprout /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/cloud-init-output.log /var/log/landscape /var/log/landscape/sysinfo.log /var/log/udev /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/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.035s user 0m0.003s sys 0m0.005s 2018-09-02 09:36:54,500 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo find /var/log 2018-09-02 09:36:54,500 - 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 9691/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 9003/monit tcp6 0 0 ::1:53 :::* LISTEN 9691/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1100/sshd udp 0 0 192.168.120.16:123 0.0.0.0:* 8417/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8417/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8417/ntpd udp 0 0 0.0.0.0:48933 0.0.0.0:* 584/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9691/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 584/dhclient udp6 0 0 fe80::f816:3eff:fe0:123 :::* 8417/ntpd udp6 0 0 ::1:123 :::* 8417/ntpd udp6 0 0 :::123 :::* 8417/ntpd udp6 0 0 :::61318 :::* 584/dhclient udp6 0 0 ::1:53 :::* 9691/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 9500 1126/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11518 1653/python2.7 /tmp/cloudify-logging-server-083fc.socket unix 2 [ ACC ] SEQPACKET LISTENING 7495 393/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 12361 1850/python2.7 /tmp/ctx-nbGviT.socket unix 2 [ ACC ] STREAM LISTENING 6985 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9359 1010/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 21684 9019/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 20824 9028/clearwater_soc /tmp/clearwater_signaling_namespace_socket real 0m0.007s user 0m0.003s sys 0m0.004s 2018-09-02 09:36:54,501 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:54,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:54,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:54,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:54,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:54,563 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:54,563 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:54,564 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:54,564 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:54,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:54,564 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:54 GMT 2018-09-02 09:36:54,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:54,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:54,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:59,570 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:36:59,848 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:59,848 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:59,848 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:59,848 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:59,848 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:59,848 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:59,848 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:59,848 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:54.847Z", "message": "[sprout] => [02-Sep-2018 09:36:47 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 09:36:47 UTC] Waiting for trigger files\n2018:09:02 09:36:18: Namespace: management\n2018:09:02 09:36:18: [management] Starting server\n2018:09:02 09:36:18: [management] Listening for requests\n2018:09:02 09:36:19: Namespace: signaling\n2018:09:02 09:36:19: [signaling] Starting server\n2018:09:02 09:36:19: [signaling] Listening for requests\n\nreal\t0m0.006s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:54.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:54.847Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:54.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:54.847Z", "message": "[sprout] => 2018-09-02 09:36:34.223955026 Stopping etcd clearwater-etcd\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:54.847Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:55.466Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:55.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:55.851Z", "message": "[sprout] Installation is done", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:55.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:55.851Z", "message": "Execution done (return_code=0): /tmp/0LQ9W/install-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:55.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:55.851Z", "message": "[sprout] sudo cat /var/log/clearwater", "level": "info", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:55.851Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "36b9c167-d0c0-462d-92b3-1aeb027e97ab"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:56.603Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:56.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "sprout_hek8zi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:56.603Z", "message": "Starting node", "node_name": "sprout", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:56.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:56.603Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:56.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:56.955Z", "message": "Downloaded scripts/bind/bind.py to /tmp/C0UWO/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:56.955Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "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-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "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-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "message": "[localhost] run: sudo mv /tmp/tmpmg8QaO /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "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-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "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-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "message": "[localhost] run: sudo mv /tmp/tmpdprtH5 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "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-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.856Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:57.856Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "27d17e83-f803-4086-92bb-b49afab40b2f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:57.893Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:57.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:58.608Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:58.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:58.608Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:58.608Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:36:58.882Z", "message": "Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/ZGN52/add-snmpproxy-collector.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:36:58.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ba47f988-ad46-4e3d-bfb7-61801bc80cd2"}], "metadata": {"pagination": {"total": 1760, "offset": 1709, "size": 50}}} 2018-09-02 09:36:59,849 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:59,849 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:59 GMT 2018-09-02 09:36:59,849 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:59,849 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14828 2018-09-02 09:36:59,849 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:36:59,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => [02-Sep-2018 09:36:47 UTC] clearwater-diags-monitor starting [02-Sep-2018 09:36:47 UTC] Waiting for trigger files 2018:09:02 09:36:18: Namespace: management 2018:09:02 09:36:18: [management] Starting server 2018:09:02 09:36:18: [management] Listening for requests 2018:09:02 09:36:19: Namespace: signaling 2018:09:02 09:36:19: [signaling] Starting server 2018:09:02 09:36:19: [signaling] Listening for requests real 0m0.006s user 0m0.000s sys 0m0.006s 2018-09-02 09:36:59,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-09-02 09:36:59,850 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] => 2018-09-02 09:36:34.223955026 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.001s 2018-09-02 09:36:59,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:36:59,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] Installation is done 2018-09-02 09:36:59,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/0LQ9W/install-sprout.sh 2018-09-02 09:36:59,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [sprout] sudo cat /var/log/clearwater 2018-09-02 09:36:59,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:36:59,851 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:36:59,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:36:59,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/C0UWO/bind.py 2018-09-02 09:36:59,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:36:59,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:36:59,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:36:59,852 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:36:59,852 - 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 09:36:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpmg8QaO /etc/bind/db.clearwater.local 2018-09-02 09:36:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:36:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:36:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdprtH5 /etc/bind/db.clearwater.opnfv 2018-09-02 09:36:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:36:59,853 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:36:59,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:36:59,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:36:59,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:36:59,854 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/monitoring/proxy_snmp/add-snmpproxy-collector.py to /tmp/ZGN52/add-snmpproxy-collector.py 2018-09-02 09:36:59,854 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:36:59,913 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:36:59,913 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:36:59,913 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:36:59,913 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:36:59,913 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:36:59,913 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:36:59,913 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:36:59,914 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:36:59,914 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:36:59,914 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:36:59 GMT 2018-09-02 09:36:59,914 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:36:59,914 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:36:59,914 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:04,920 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:05,000 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:05,000 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:05,000 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:05,000 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:05,000 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:05,000 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:05,000 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:05,000 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:00.011Z", "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 (10.4 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\t0m23.309s\nuser\t0m12.434s\nsys\t0m2.926s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:00.011Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:00.968Z", "message": "[homer] The installation packages is done correctly", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:00.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:00.968Z", "message": "[homer Use the DNS server", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:00.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:00.968Z", "message": "[homer] sudo service dnsmasq force", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:00.968Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:02.965Z", "message": "[homer] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.076s\nuser\t0m0.003s\nsys\t0m0.055s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:02.965Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:03.972Z", "message": "[homer] sudo ps ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:03.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:03.972Z", "message": "[homer] sudo ifconfig ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:03.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:03.972Z", "message": "[homer] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:31 ? 00:00:01 /sbin/init\nroot 2 0 0 09:31 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:31 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:31 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:31 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:31 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:31 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:31 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:31 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:31 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:31 ? 00:00:00 [migration/0]\nroot 14 2 0 09:31 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:31 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:31 ? 00:00:00 [migration/1]\nroot 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 09:31 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 09:31 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:31 ? 00:00:00 [khelper]\nroot 21 2 0 09:31 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:31 ? 00:00:00 [netns]\nroot 23 2 0 09:31 ? 00:00:00 [writeback]\nroot 24 2 0 09:31 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:31 ? 00:00:00 [bioset]\nroot 26 2 0 09:31 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:31 ? 00:00:00 [kblockd]\nroot 28 2 0 09:31 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:31 ? 00:00:00 [khubd]\nroot 30 2 0 09:31 ? 00:00:00 [md]\nroot 31 2 0 09:31 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:31 ? 00:00:00 [kworker/0:1]\nroot 33 2 0 09:31 ? 00:00:00 [kworker/1:1]\nroot 35 2 0 09:31 ? 00:00:00 [khungtaskd]\nroot 36 2 0 09:31 ? 00:00:00 [kswapd0]\nroot 37 2 0 09:31 ? 00:00:00 [vmstat]\nroot 38 2 0 09:31 ? 00:00:00 [ksmd]\nroot 39 2 0 09:31 ? 00:00:00 [khugepaged]\nroot 40 2 0 09:31 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 09:31 ? 00:00:00 [crypto]\nroot 54 2 0 09:31 ? 00:00:00 [kthrotld]\nroot 55 2 0 09:31 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 09:31 ? 00:00:00 [vballoon]\nroot 57 2 0 09:31 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:31 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:31 ? 00:00:00 [deferwq]\nroot 80 2 0 09:31 ? 00:00:00 [charger_manager]\nroot 126 2 0 09:31 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:31 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver]\nroot 349 2 0 09:31 ? 00:00:00 [kworker/u5:1]\nroot 389 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon\nroot 397 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 527 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon\nroot 591 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 819 2 0 09:31 ? 00:00:00 [kauditd]\nmessage+ 905 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork\nroot 939 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind\nroot 952 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1016 1 0 09:31 ? 00:00:00 rsyslogd\nroot 1051 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1055 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1059 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1060 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1062 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1104 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D\nroot 1106 1 0 09:31 ? 00:00:00 cron\ndaemon 1107 1 0 09:31 ? 00:00:00 atd\nroot 1117 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance\nroot 1119 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1200 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1206 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1650 1 0 09:32 ? 00:00:00 /home/ubuntu/homer_host_aa1ih1/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_aa1ih1 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_aa1ih1 --logging-server-logdir=/home/ubuntu/homer_host_aa1ih1/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_aa1ih1/work/homer_host_aa1ih1%I.log --pidfile=/home/ubuntu/homer_host_aa1ih1/work/homer_host_aa1ih1.pid\nubuntu 1764 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/homer_host_aa1ih1/env/bin/diamond --configfile /home/ubuntu/homer_host_aa1ih1/work/plugins/diamond/etc/diamond.conf\nubuntu 1826 1650 0 09:34 ? 00:00:00 /home/ubuntu/homer_host_aa1ih1/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_aa1ih1 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_aa1ih1 --logging-server-logdir=/home/ubuntu/homer_host_aa1ih1/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_aa1ih1/work/homer_host_aa1ih1%I.log --pidfile=/home/ubuntu/homer_host_aa1ih1/work/homer_host_aa1ih1.pid\nubuntu 1847 1826 0 09:34 ? 00:00:00 /home/ubuntu/homer_host_aa1ih1/env/bin/python2.7 /home/ubuntu/homer_host_aa1ih1/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-BaO6R1\nubuntu 1858 1847 0 09:34 ? 00:00:00 /bin/sh -c /tmp/XGSPS/install-homer.sh\nubuntu 1860 1858 0 09:34 ? 00:00:00 /bin/bash -e /tmp/XGSPS/install-homer.sh\nroot 2224 2 0 09:35 ? 00:00:00 [kworker/u5:2]\nntp 8464 1 0 09:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 8977 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 9094 1 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 9099 9094 0 09:36 ? 00:00:00 inotifywait -e create -qq .\nroot 9170 1 0 09:36 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 9171 9170 0 09:36 ? 00:00:00 nginx: worker process\nwww-data 9172 9170 0 09:36 ? 00:00:00 nginx: worker process\nwww-data 9173 9170 0 09:36 ? 00:00:00 nginx: worker process\nwww-data 9174 9170 0 09:36 ? 00:00:00 nginx: worker process\nroot 9333 8977 0 09:36 ? 00:00:00 [nginx_ping] \nroot 9334 8977 0 09:36 ? 00:00:00 [check-nginx-upt] \nroot 9337 8977 0 09:36 ? 00:00:00 [check-monit-upt] \ndnsmasq 9765 1 0 09:37 ? 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 9829 1860 0 09:37 ? 00:00:00 /bin/bash -e /tmp/XGSPS/install-homer.sh\nubuntu 9830 9829 0 09:37 ? 00:00:00 /bin/bash -e /tmp/XGSPS/install-homer.sh\nroot 9831 9830 0 09:37 ? 00:00:00 sudo ps -edf\nroot 9832 9831 0 09:37 ? 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-02T09:37:03.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:03.972Z", "message": "[homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c9:f8:a9 \n inet addr:192.168.120.21 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec9:f8a9/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:106036 errors:0 dropped:0 overruns:0 frame:0\n TX packets:55327 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:166288003 (166.2 MB) TX bytes:9028220 (9.0 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:40 errors:0 dropped:0 overruns:0 frame:0\n TX packets:40 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:3354 (3.3 KB) TX bytes:3354 (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-02T09:37:03.972Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}], "metadata": {"pagination": {"total": 1769, "offset": 1735, "size": 50}}} 2018-09-02 09:37:05,001 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:05,001 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:04 GMT 2018-09-02 09:37:05,001 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:05,001 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 27842 2018-09-02 09:37:05,001 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:05,002 - 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 (10.4 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 0m23.309s user 0m12.434s sys 0m2.926s 2018-09-02 09:37:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] The installation packages is done correctly 2018-09-02 09:37:05,002 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer Use the DNS server 2018-09-02 09:37:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo service dnsmasq force 2018-09-02 09:37:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.076s user 0m0.003s sys 0m0.055s 2018-09-02 09:37:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ps 2018-09-02 09:37:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo ifconfig 2018-09-02 09:37:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:31 ? 00:00:01 /sbin/init root 2 0 0 09:31 ? 00:00:00 [kthreadd] root 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:31 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:31 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:31 ? 00:00:00 [rcu_sched] root 8 2 0 09:31 ? 00:00:00 [rcuos/0] root 9 2 0 09:31 ? 00:00:00 [rcuos/1] root 10 2 0 09:31 ? 00:00:00 [rcu_bh] root 11 2 0 09:31 ? 00:00:00 [rcuob/0] root 12 2 0 09:31 ? 00:00:00 [rcuob/1] root 13 2 0 09:31 ? 00:00:00 [migration/0] root 14 2 0 09:31 ? 00:00:00 [watchdog/0] root 15 2 0 09:31 ? 00:00:00 [watchdog/1] root 16 2 0 09:31 ? 00:00:00 [migration/1] root 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1] root 18 2 0 09:31 ? 00:00:00 [kworker/1:0] root 19 2 0 09:31 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:31 ? 00:00:00 [khelper] root 21 2 0 09:31 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:31 ? 00:00:00 [netns] root 23 2 0 09:31 ? 00:00:00 [writeback] root 24 2 0 09:31 ? 00:00:00 [kintegrityd] root 25 2 0 09:31 ? 00:00:00 [bioset] root 26 2 0 09:31 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:31 ? 00:00:00 [kblockd] root 28 2 0 09:31 ? 00:00:00 [ata_sff] root 29 2 0 09:31 ? 00:00:00 [khubd] root 30 2 0 09:31 ? 00:00:00 [md] root 31 2 0 09:31 ? 00:00:00 [devfreq_wq] root 32 2 0 09:31 ? 00:00:00 [kworker/0:1] root 33 2 0 09:31 ? 00:00:00 [kworker/1:1] root 35 2 0 09:31 ? 00:00:00 [khungtaskd] root 36 2 0 09:31 ? 00:00:00 [kswapd0] root 37 2 0 09:31 ? 00:00:00 [vmstat] root 38 2 0 09:31 ? 00:00:00 [ksmd] root 39 2 0 09:31 ? 00:00:00 [khugepaged] root 40 2 0 09:31 ? 00:00:00 [fsnotify_mark] root 41 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 09:31 ? 00:00:00 [crypto] root 54 2 0 09:31 ? 00:00:00 [kthrotld] root 55 2 0 09:31 ? 00:00:00 [kworker/u4:1] root 56 2 0 09:31 ? 00:00:00 [vballoon] root 57 2 0 09:31 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:31 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:31 ? 00:00:00 [deferwq] root 80 2 0 09:31 ? 00:00:00 [charger_manager] root 126 2 0 09:31 ? 00:00:00 [kpsmoused] root 142 2 0 09:31 ? 00:00:00 [kworker/0:2] root 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver] root 349 2 0 09:31 ? 00:00:00 [kworker/u5:1] root 389 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon root 397 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 527 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon root 591 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 819 2 0 09:31 ? 00:00:00 [kauditd] message+ 905 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork root 939 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind root 952 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon syslog 1016 1 0 09:31 ? 00:00:00 rsyslogd root 1051 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1055 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1059 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1060 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1062 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1104 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D root 1106 1 0 09:31 ? 00:00:00 cron daemon 1107 1 0 09:31 ? 00:00:00 atd root 1117 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance root 1119 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1200 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1206 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1650 1 0 09:32 ? 00:00:00 /home/ubuntu/homer_host_aa1ih1/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_aa1ih1 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_aa1ih1 --logging-server-logdir=/home/ubuntu/homer_host_aa1ih1/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_aa1ih1/work/homer_host_aa1ih1%I.log --pidfile=/home/ubuntu/homer_host_aa1ih1/work/homer_host_aa1ih1.pid ubuntu 1764 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/homer_host_aa1ih1/env/bin/diamond --configfile /home/ubuntu/homer_host_aa1ih1/work/plugins/diamond/etc/diamond.conf ubuntu 1826 1650 0 09:34 ? 00:00:00 /home/ubuntu/homer_host_aa1ih1/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q homer_host_aa1ih1 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@homer_host_aa1ih1 --logging-server-logdir=/home/ubuntu/homer_host_aa1ih1/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/homer_host_aa1ih1/work/homer_host_aa1ih1%I.log --pidfile=/home/ubuntu/homer_host_aa1ih1/work/homer_host_aa1ih1.pid ubuntu 1847 1826 0 09:34 ? 00:00:00 /home/ubuntu/homer_host_aa1ih1/env/bin/python2.7 /home/ubuntu/homer_host_aa1ih1/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-BaO6R1 ubuntu 1858 1847 0 09:34 ? 00:00:00 /bin/sh -c /tmp/XGSPS/install-homer.sh ubuntu 1860 1858 0 09:34 ? 00:00:00 /bin/bash -e /tmp/XGSPS/install-homer.sh root 2224 2 0 09:35 ? 00:00:00 [kworker/u5:2] ntp 8464 1 0 09:35 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 8977 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 9094 1 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 9099 9094 0 09:36 ? 00:00:00 inotifywait -e create -qq . root 9170 1 0 09:36 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 9171 9170 0 09:36 ? 00:00:00 nginx: worker process www-data 9172 9170 0 09:36 ? 00:00:00 nginx: worker process www-data 9173 9170 0 09:36 ? 00:00:00 nginx: worker process www-data 9174 9170 0 09:36 ? 00:00:00 nginx: worker process root 9333 8977 0 09:36 ? 00:00:00 [nginx_ping] root 9334 8977 0 09:36 ? 00:00:00 [check-nginx-upt] root 9337 8977 0 09:36 ? 00:00:00 [check-monit-upt] dnsmasq 9765 1 0 09:37 ? 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 9829 1860 0 09:37 ? 00:00:00 /bin/bash -e /tmp/XGSPS/install-homer.sh ubuntu 9830 9829 0 09:37 ? 00:00:00 /bin/bash -e /tmp/XGSPS/install-homer.sh root 9831 9830 0 09:37 ? 00:00:00 sudo ps -edf root 9832 9831 0 09:37 ? 00:00:00 ps -edf real 0m0.010s user 0m0.000s sys 0m0.009s 2018-09-02 09:37:05,003 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c9:f8:a9 inet addr:192.168.120.21 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fec9:f8a9/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:106036 errors:0 dropped:0 overruns:0 frame:0 TX packets:55327 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:166288003 (166.2 MB) TX bytes:9028220 (9.0 MB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:40 errors:0 dropped:0 overruns:0 frame:0 TX packets:40 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:3354 (3.3 KB) TX bytes:3354 (3.3 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:05,004 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:05,245 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:05,245 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:05,245 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:05,245 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:05,245 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:05,246 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:05,246 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:05,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:05,246 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:05,246 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:05 GMT 2018-09-02 09:37:05,246 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:05,246 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:05,246 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:10,252 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:10,349 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:10,350 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:10,350 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:10,350 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:10,350 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:10,350 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:10,350 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:10,350 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:05.013Z", "message": "[homer] sudo find /var/log", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:05.013Z", "message": "[homer] sudo netstat ", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:05.013Z", "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 9765/dnsmasq \ntcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd \ntcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8977/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9170/nginx \ntcp6 0 0 ::1:53 :::* LISTEN 9765/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1104/sshd \nudp 0 0 192.168.120.21:123 0.0.0.0:* 8464/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8464/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8464/ntpd \nudp 0 0 0.0.0.0:55563 0.0.0.0:* 591/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 9765/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 591/dhclient \nudp6 0 0 ::1:123 :::* 8464/ntpd \nudp6 0 0 fe80::f816:3eff:fec:123 :::* 8464/ntpd \nudp6 0 0 :::123 :::* 8464/ntpd \nudp6 0 0 :::23717 :::* 591/dhclient \nudp6 0 0 ::1:53 :::* 9765/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 10796 1650/python2.7 /tmp/cloudify-logging-server-191ce.socket\nunix 2 [ ACC ] STREAM LISTENING 11178 1847/python2.7 /tmp/ctx-sqT9Uj.socket\nunix 2 [ ACC ] STREAM LISTENING 1535 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 9361 905/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 9621 1119/acpid /var/run/acpid.socket\nunix 2 [ ACC ] SEQPACKET LISTENING 7572 397/systemd-udevd /run/udev/control\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-02T09:37:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:05.013Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:05.013Z", "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.008s\nuser\t0m0.004s\nsys\t0m0.003s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:05.013Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:06.214Z", "message": "[homer] sudo cat /var/log/clearwater", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:06.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:06.214Z", "message": "[homer] => [02-Sep-2018 09:36:19 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 09:36:19 UTC] Waiting for trigger files\n\nreal\t0m0.005s\nuser\t0m0.004s\nsys\t0m0.001s", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:06.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:06.214Z", "message": "[homer] => 2018-09-02 09:36:45.073694626 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-02T09:37:06.214Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:06.564Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:06.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.237Z", "message": "Execution done (return_code=0): /tmp/XGSPS/install-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.237Z", "message": "[ellis] sudo service dnsmasq force", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.237Z", "message": "[ellis] Configure a new DNS server", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.237Z", "message": "[ellis] The installation packages is done correctly", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.237Z", "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 8s (4,360 kB/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\t0m27.565s\nuser\t0m12.351s\nsys\t0m3.075s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.237Z", "message": "[homer] Installation is done", "level": "info", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.237Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1453168f-ad95-4c55-a5eb-6e77eedee36d"}, {"node_instance_id": "homer_h7l8ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.665Z", "message": "Starting node", "node_name": "homer", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.665Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.665Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:07.913Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:07.913Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:08.241Z", "message": "Downloaded scripts/bind/bind.py to /tmp/B071N/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:08.241Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:08.985Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:08.985Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_h7l8ai': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'homer-h7l8ai'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "message": "[localhost] run: sudo mv /tmp/tmphTHHKu /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "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-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "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-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "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-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "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-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "message": "[localhost] run: sudo mv /tmp/tmp_OWWm0 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "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-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.245Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:09.245Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "b01f38db-0bad-4f02-8ac6-cb63c75c5499"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:09.916Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:10.248Z", "message": "[ellis] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.067s\nuser\t0m0.011s\nsys\t0m0.057s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:10.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:10.248Z", "message": "[ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c9:2b:de \n inet addr:192.168.120.19 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fec9:2bde/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:93109 errors:0 dropped:0 overruns:0 frame:0\n TX packets:51316 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:147065890 (147.0 MB) TX bytes:8266732 (8.2 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:61 errors:0 dropped:0 overruns:0 frame:0\n TX packets:61 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:4897 (4.8 KB) TX bytes:4897 (4.8 KB)\n\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:10.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:10.248Z", "message": "[ellis] sudo ps ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:10.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:10.248Z", "message": "[ellis] sudo ifconfig ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:10.248Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}], "metadata": {"pagination": {"total": 1809, "offset": 1744, "size": 50}}} 2018-09-02 09:37:10,350 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:10,351 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:10 GMT 2018-09-02 09:37:10,351 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:10,351 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 38516 2018-09-02 09:37:10,351 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:10,352 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo find /var/log 2018-09-02 09:37:10,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo netstat 2018-09-02 09:37:10,353 - 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 9765/dnsmasq tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1104/sshd tcp 0 0 127.0.0.1:2812 0.0.0.0:* LISTEN 8977/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 9170/nginx tcp6 0 0 ::1:53 :::* LISTEN 9765/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1104/sshd udp 0 0 192.168.120.21:123 0.0.0.0:* 8464/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8464/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8464/ntpd udp 0 0 0.0.0.0:55563 0.0.0.0:* 591/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 9765/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 591/dhclient udp6 0 0 ::1:123 :::* 8464/ntpd udp6 0 0 fe80::f816:3eff:fec:123 :::* 8464/ntpd udp6 0 0 :::123 :::* 8464/ntpd udp6 0 0 :::23717 :::* 591/dhclient udp6 0 0 ::1:53 :::* 9765/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 10796 1650/python2.7 /tmp/cloudify-logging-server-191ce.socket unix 2 [ ACC ] STREAM LISTENING 11178 1847/python2.7 /tmp/ctx-sqT9Uj.socket unix 2 [ ACC ] STREAM LISTENING 1535 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 9361 905/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 9621 1119/acpid /var/run/acpid.socket unix 2 [ ACC ] SEQPACKET LISTENING 7572 397/systemd-udevd /run/udev/control real 0m0.007s user 0m0.000s sys 0m0.007s 2018-09-02 09:37:10,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-09-02 09:37:10,353 - 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.008s user 0m0.004s sys 0m0.003s 2018-09-02 09:37:10,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] sudo cat /var/log/clearwater 2018-09-02 09:37:10,353 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => [02-Sep-2018 09:36:19 UTC] clearwater-diags-monitor starting [02-Sep-2018 09:36:19 UTC] Waiting for trigger files real 0m0.005s user 0m0.004s sys 0m0.001s 2018-09-02 09:37:10,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] => 2018-09-02 09:36:45.073694626 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:10,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:10,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/XGSPS/install-homer.sh 2018-09-02 09:37:10,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo service dnsmasq force 2018-09-02 09:37:10,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Configure a new DNS server 2018-09-02 09:37:10,354 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] The installation packages is done correctly 2018-09-02 09:37:10,355 - 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 8s (4,360 kB/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 0m27.565s user 0m12.351s sys 0m3.075s 2018-09-02 09:37:10,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [homer] Installation is done 2018-09-02 09:37:10,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:37:10,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:37:10,355 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:37:10,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/B071N/bind.py 2018-09-02 09:37:10,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:10,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_h7l8ai': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'homer-h7l8ai'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:37:10,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:37:10,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:37:10,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmphTHHKu /etc/bind/db.clearwater.local 2018-09-02 09:37:10,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:37:10,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:37:10,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:37:10,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:37:10,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp_OWWm0 /etc/bind/db.clearwater.opnfv 2018-09-02 09:37:10,357 - 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 09:37:10,357 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:37:10,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:10,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.067s user 0m0.011s sys 0m0.057s 2018-09-02 09:37:10,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => eth0 Link encap:Ethernet HWaddr fa:16:3e:c9:2b:de inet addr:192.168.120.19 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fec9:2bde/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:93109 errors:0 dropped:0 overruns:0 frame:0 TX packets:51316 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:147065890 (147.0 MB) TX bytes:8266732 (8.2 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:61 errors:0 dropped:0 overruns:0 frame:0 TX packets:61 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:4897 (4.8 KB) TX bytes:4897 (4.8 KB) real 0m0.007s user 0m0.000s sys 0m0.006s 2018-09-02 09:37:10,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ps 2018-09-02 09:37:10,358 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo ifconfig 2018-09-02 09:37:10,359 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:10,720 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:10,720 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:10,720 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:10,720 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:10,720 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:10,720 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:10,720 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:10,721 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:10,721 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:10,721 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:10 GMT 2018-09-02 09:37:10,721 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:10,721 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:10,721 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:15,727 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:15,819 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:15,819 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:15,819 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:15,820 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:15,820 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:15,820 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:15,820 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:15,820 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:11.270Z", "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 10804/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 9942/monit \ntcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10110/nginx \ntcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9210/mysqld \ntcp6 0 0 ::1:53 :::* LISTEN 10804/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \nudp 0 0 192.168.120.19:123 0.0.0.0:* 9359/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 9359/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 9359/ntpd \nudp 0 0 0.0.0.0:61666 0.0.0.0:* 571/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10804/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient \nudp6 0 0 fe80::f816:3eff:fec:123 :::* 9359/ntpd \nudp6 0 0 ::1:123 :::* 9359/ntpd \nudp6 0 0 :::123 :::* 9359/ntpd \nudp6 0 0 :::42465 :::* 571/dhclient \nudp6 0 0 ::1:53 :::* 10804/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 23006 10306/python /tmp/.ellis-sock\nunix 2 [ ACC ] STREAM LISTENING 9531 894/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 10703 1651/python2.7 /tmp/cloudify-logging-server-01d9d.socket\nunix 2 [ ACC ] STREAM LISTENING 11181 1838/python2.7 /tmp/ctx-X2oamo.socket\nunix 2 [ ACC ] STREAM LISTENING 7117 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8570 1112/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 21161 9210/mysqld /var/run/mysqld/mysqld.sock\nunix 2 [ ACC ] SEQPACKET LISTENING 1779 391/systemd-udevd /run/udev/control\n\nreal\t0m0.009s\nuser\t0m0.004s\nsys\t0m0.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:11.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:11.270Z", "message": "[ellis] sudo netstat ", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:11.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:11.270Z", "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.006s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:11.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:11.270Z", "message": "[ellis] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:31 ? 00:00:01 /sbin/init\nroot 2 0 0 09:31 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:31 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:31 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:31 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:31 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:31 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:31 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:31 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:31 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:31 ? 00:00:00 [migration/0]\nroot 14 2 0 09:31 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:31 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:31 ? 00:00:00 [migration/1]\nroot 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 09:31 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 09:31 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:31 ? 00:00:00 [khelper]\nroot 21 2 0 09:31 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:31 ? 00:00:00 [netns]\nroot 23 2 0 09:31 ? 00:00:00 [writeback]\nroot 24 2 0 09:31 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:31 ? 00:00:00 [bioset]\nroot 27 2 0 09:31 ? 00:00:00 [kblockd]\nroot 28 2 0 09:31 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:31 ? 00:00:00 [khubd]\nroot 30 2 0 09:31 ? 00:00:00 [md]\nroot 31 2 0 09:31 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:31 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 09:31 ? 00:00:00 [khungtaskd]\nroot 35 2 0 09:31 ? 00:00:00 [kswapd0]\nroot 36 2 0 09:31 ? 00:00:00 [vmstat]\nroot 37 2 0 09:31 ? 00:00:00 [ksmd]\nroot 38 2 0 09:31 ? 00:00:00 [khugepaged]\nroot 39 2 0 09:31 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 09:31 ? 00:00:00 [crypto]\nroot 53 2 0 09:31 ? 00:00:00 [kthrotld]\nroot 54 2 0 09:31 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 09:31 ? 00:00:00 [vballoon]\nroot 56 2 0 09:31 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 09:31 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:31 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:31 ? 00:00:00 [deferwq]\nroot 80 2 0 09:31 ? 00:00:00 [charger_manager]\nroot 123 2 0 09:31 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:31 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver]\nroot 386 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon\nroot 391 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 429 2 0 09:31 ? 00:00:00 [kworker/u5:1]\nroot 431 2 0 09:31 ? 00:00:00 [kworker/u5:2]\nroot 527 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon\nroot 571 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 09:31 ? 00:00:00 [kauditd]\nmessage+ 894 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork\nroot 935 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind\nroot 953 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 1019 1 0 09:31 ? 00:00:00 rsyslogd\nroot 1048 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1053 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1057 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1058 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1060 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D\nroot 1103 1 0 09:31 ? 00:00:00 cron\ndaemon 1104 1 0 09:31 ? 00:00:00 atd\nroot 1112 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1118 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance\nroot 1188 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1196 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 09:32 ? 00:00:00 /home/ubuntu/ellis_host_apo06i/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_apo06i --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_apo06i --logging-server-logdir=/home/ubuntu/ellis_host_apo06i/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_apo06i/work/ellis_host_apo06i%I.log --pidfile=/home/ubuntu/ellis_host_apo06i/work/ellis_host_apo06i.pid\nubuntu 1765 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/ellis_host_apo06i/env/bin/diamond --configfile /home/ubuntu/ellis_host_apo06i/work/plugins/diamond/etc/diamond.conf\nubuntu 1817 1651 0 09:34 ? 00:00:00 /home/ubuntu/ellis_host_apo06i/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_apo06i --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_apo06i --logging-server-logdir=/home/ubuntu/ellis_host_apo06i/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_apo06i/work/ellis_host_apo06i%I.log --pidfile=/home/ubuntu/ellis_host_apo06i/work/ellis_host_apo06i.pid\nubuntu 1838 1817 0 09:34 ? 00:00:00 /home/ubuntu/ellis_host_apo06i/env/bin/python2.7 /home/ubuntu/ellis_host_apo06i/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-PljR7k\nubuntu 1850 1838 0 09:34 ? 00:00:00 /bin/sh -c /tmp/CGYDW/install-ellis.sh\nubuntu 1851 1850 0 09:34 ? 00:00:00 /bin/bash -e /tmp/CGYDW/install-ellis.sh\nmysql 9210 1 0 09:36 ? 00:00:00 /usr/sbin/mysqld\nntp 9359 1 0 09:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112\nroot 9942 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10029 1 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor\nroot 10033 10029 0 09:36 ? 00:00:00 inotifywait -e create -qq .\nroot 10110 1 0 09:36 ? 00:00:00 nginx: master process /usr/sbin/nginx\nwww-data 10111 10110 0 09:36 ? 00:00:00 nginx: worker process\nwww-data 10112 10110 0 09:36 ? 00:00:00 nginx: worker process\nwww-data 10113 10110 0 09:36 ? 00:00:00 nginx: worker process\nwww-data 10114 10110 0 09:36 ? 00:00:00 nginx: worker process\nellis 10306 1 0 09:36 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background\nroot 10490 2 0 09:36 ? 00:00:00 [kworker/u5:0]\nroot 10513 9942 0 09:36 ? 00:00:00 [nginx_ping] \nroot 10516 9942 0 09:36 ? 00:00:00 [check-nginx-upt] \nroot 10519 9942 0 09:36 ? 00:00:00 [check-monit-upt] \nroot 10523 9942 0 09:36 ? 00:00:00 [poll_ellis.sh] \nroot 10525 9942 0 09:36 ? 00:00:00 [poll_ellis_http] \nroot 10533 9942 0 09:36 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart\nroot 10543 10533 0 09:36 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart\nroot 10585 10543 0 09:36 ? 00:00:00 sleep 22\ndnsmasq 10804 1 0 09:37 ? 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 10868 1851 0 09:37 ? 00:00:00 /bin/bash -e /tmp/CGYDW/install-ellis.sh\nubuntu 10869 10868 0 09:37 ? 00:00:00 /bin/bash -e /tmp/CGYDW/install-ellis.sh\nroot 10870 10869 0 09:37 ? 00:00:00 sudo ps -edf\nroot 10871 10870 0 09:37 ? 00:00:00 ps -edf\n\nreal\t0m0.012s\nuser\t0m0.000s\nsys\t0m0.012s", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:11.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:11.270Z", "message": "[ellis] sudo find /var/log", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:11.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:12.275Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:12.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:12.275Z", "message": "[ellis] => [02-Sep-2018 09:36:25 UTC] clearwater-diags-monitor starting\n[02-Sep-2018 09:36:25 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-02T09:37:12.275Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.049Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.049Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.279Z", "message": "Execution done (return_code=0): /tmp/CGYDW/install-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.279Z", "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 2s (13.0 MB/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\t0m21.534s\nuser\t0m12.405s\nsys\t0m3.012s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.279Z", "message": "[dime] Use the DNS server", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.279Z", "message": "[ellis] sudo cat /var/log/clearwater", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.279Z", "message": "[ellis] => 2018-09-02 09:36:53.914101423 Stopping etcd clearwater-etcd\n2018-09-02 09:36:54.992245065 Restarting etcd clearwater-etcd\n2018-09-02 09:36:54.996726808 Configured ETCDCTL_PEERS: 192.168.120.10:4000,\n2018-09-02 09:36:54.997410013 Check for previous failed startup attempt\n2018-09-02 09:36:54.998513483 Running etcdctl member list\n5a390934aeb2089e: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=true\n2018-09-02 09:36:55.093162560 etcdctl returned 0\n2018-09-02 09:36:55.099703777 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-02T09:37:13.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.279Z", "message": "[dime] The installation packages is done correctly", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.279Z", "message": "[ellis] Installation is done", "level": "info", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d399a0b2-ae92-4bfa-8e6c-33f32ab6bdee"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.279Z", "message": "[dime] sudo service dnsmasq force", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.279Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "ellis_8emsn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:13.920Z", "message": "Starting node", "node_name": "ellis", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:13.920Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:14.813Z", "message": "Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/DDL46/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:14.813Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d60cea7c-c338-4bd9-b4e9-88c844aeedf1"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:15.058Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:15.058Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:15.058Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:15.295Z", "message": "", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d60cea7c-c338-4bd9-b4e9-88c844aeedf1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:15.295Z", "message": "Start numbers creation", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d60cea7c-c338-4bd9-b4e9-88c844aeedf1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:15.295Z", "message": "Executing: /tmp/DDL46/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d60cea7c-c338-4bd9-b4e9-88c844aeedf1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:15.295Z", "message": "Downloaded scripts/bind/bind.py to /tmp/8ALSG/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:15.295Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}], "metadata": {"pagination": {"total": 1838, "offset": 1780, "size": 50}}} 2018-09-02 09:37:15,820 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:15,820 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:15 GMT 2018-09-02 09:37:15,820 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:15,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 40312 2018-09-02 09:37:15,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:15,822 - 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 10804/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 9942/monit tcp 0 0 127.0.0.1:8000 0.0.0.0:* LISTEN 10110/nginx tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 9210/mysqld tcp6 0 0 ::1:53 :::* LISTEN 10804/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1100/sshd udp 0 0 192.168.120.19:123 0.0.0.0:* 9359/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 9359/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 9359/ntpd udp 0 0 0.0.0.0:61666 0.0.0.0:* 571/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10804/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 571/dhclient udp6 0 0 fe80::f816:3eff:fec:123 :::* 9359/ntpd udp6 0 0 ::1:123 :::* 9359/ntpd udp6 0 0 :::123 :::* 9359/ntpd udp6 0 0 :::42465 :::* 571/dhclient udp6 0 0 ::1:53 :::* 10804/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 23006 10306/python /tmp/.ellis-sock unix 2 [ ACC ] STREAM LISTENING 9531 894/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 10703 1651/python2.7 /tmp/cloudify-logging-server-01d9d.socket unix 2 [ ACC ] STREAM LISTENING 11181 1838/python2.7 /tmp/ctx-X2oamo.socket unix 2 [ ACC ] STREAM LISTENING 7117 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8570 1112/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 21161 9210/mysqld /var/run/mysqld/mysqld.sock unix 2 [ ACC ] SEQPACKET LISTENING 1779 391/systemd-udevd /run/udev/control real 0m0.009s user 0m0.004s sys 0m0.006s 2018-09-02 09:37:15,822 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo netstat 2018-09-02 09:37:15,822 - 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.006s 2018-09-02 09:37:15,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:31 ? 00:00:01 /sbin/init root 2 0 0 09:31 ? 00:00:00 [kthreadd] root 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:31 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:31 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:31 ? 00:00:00 [rcu_sched] root 8 2 0 09:31 ? 00:00:00 [rcuos/0] root 9 2 0 09:31 ? 00:00:00 [rcuos/1] root 10 2 0 09:31 ? 00:00:00 [rcu_bh] root 11 2 0 09:31 ? 00:00:00 [rcuob/0] root 12 2 0 09:31 ? 00:00:00 [rcuob/1] root 13 2 0 09:31 ? 00:00:00 [migration/0] root 14 2 0 09:31 ? 00:00:00 [watchdog/0] root 15 2 0 09:31 ? 00:00:00 [watchdog/1] root 16 2 0 09:31 ? 00:00:00 [migration/1] root 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1] root 18 2 0 09:31 ? 00:00:00 [kworker/1:0] root 19 2 0 09:31 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:31 ? 00:00:00 [khelper] root 21 2 0 09:31 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:31 ? 00:00:00 [netns] root 23 2 0 09:31 ? 00:00:00 [writeback] root 24 2 0 09:31 ? 00:00:00 [kintegrityd] root 25 2 0 09:31 ? 00:00:00 [bioset] root 27 2 0 09:31 ? 00:00:00 [kblockd] root 28 2 0 09:31 ? 00:00:00 [ata_sff] root 29 2 0 09:31 ? 00:00:00 [khubd] root 30 2 0 09:31 ? 00:00:00 [md] root 31 2 0 09:31 ? 00:00:00 [devfreq_wq] root 32 2 0 09:31 ? 00:00:00 [kworker/0:1] root 34 2 0 09:31 ? 00:00:00 [khungtaskd] root 35 2 0 09:31 ? 00:00:00 [kswapd0] root 36 2 0 09:31 ? 00:00:00 [vmstat] root 37 2 0 09:31 ? 00:00:00 [ksmd] root 38 2 0 09:31 ? 00:00:00 [khugepaged] root 39 2 0 09:31 ? 00:00:00 [fsnotify_mark] root 40 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 09:31 ? 00:00:00 [crypto] root 53 2 0 09:31 ? 00:00:00 [kthrotld] root 54 2 0 09:31 ? 00:00:00 [kworker/u4:1] root 55 2 0 09:31 ? 00:00:00 [vballoon] root 56 2 0 09:31 ? 00:00:00 [kworker/1:1] root 57 2 0 09:31 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:31 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:31 ? 00:00:00 [deferwq] root 80 2 0 09:31 ? 00:00:00 [charger_manager] root 123 2 0 09:31 ? 00:00:00 [kpsmoused] root 142 2 0 09:31 ? 00:00:00 [kworker/0:2] root 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver] root 386 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon root 391 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 429 2 0 09:31 ? 00:00:00 [kworker/u5:1] root 431 2 0 09:31 ? 00:00:00 [kworker/u5:2] root 527 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon root 571 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 09:31 ? 00:00:00 [kauditd] message+ 894 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork root 935 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind root 953 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon syslog 1019 1 0 09:31 ? 00:00:00 rsyslogd root 1048 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1053 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1057 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1058 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1060 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D root 1103 1 0 09:31 ? 00:00:00 cron daemon 1104 1 0 09:31 ? 00:00:00 atd root 1112 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1118 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance root 1188 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1196 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 09:32 ? 00:00:00 /home/ubuntu/ellis_host_apo06i/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_apo06i --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_apo06i --logging-server-logdir=/home/ubuntu/ellis_host_apo06i/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_apo06i/work/ellis_host_apo06i%I.log --pidfile=/home/ubuntu/ellis_host_apo06i/work/ellis_host_apo06i.pid ubuntu 1765 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/ellis_host_apo06i/env/bin/diamond --configfile /home/ubuntu/ellis_host_apo06i/work/plugins/diamond/etc/diamond.conf ubuntu 1817 1651 0 09:34 ? 00:00:00 /home/ubuntu/ellis_host_apo06i/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q ellis_host_apo06i --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@ellis_host_apo06i --logging-server-logdir=/home/ubuntu/ellis_host_apo06i/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/ellis_host_apo06i/work/ellis_host_apo06i%I.log --pidfile=/home/ubuntu/ellis_host_apo06i/work/ellis_host_apo06i.pid ubuntu 1838 1817 0 09:34 ? 00:00:00 /home/ubuntu/ellis_host_apo06i/env/bin/python2.7 /home/ubuntu/ellis_host_apo06i/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-PljR7k ubuntu 1850 1838 0 09:34 ? 00:00:00 /bin/sh -c /tmp/CGYDW/install-ellis.sh ubuntu 1851 1850 0 09:34 ? 00:00:00 /bin/bash -e /tmp/CGYDW/install-ellis.sh mysql 9210 1 0 09:36 ? 00:00:00 /usr/sbin/mysqld ntp 9359 1 0 09:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 107:112 root 9942 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10029 1 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater_diags_monitor root 10033 10029 0 09:36 ? 00:00:00 inotifywait -e create -qq . root 10110 1 0 09:36 ? 00:00:00 nginx: master process /usr/sbin/nginx www-data 10111 10110 0 09:36 ? 00:00:00 nginx: worker process www-data 10112 10110 0 09:36 ? 00:00:00 nginx: worker process www-data 10113 10110 0 09:36 ? 00:00:00 nginx: worker process www-data 10114 10110 0 09:36 ? 00:00:00 nginx: worker process ellis 10306 1 0 09:36 ? 00:00:00 /usr/share/clearwater/ellis/env/bin/python -m metaswitch.ellis.main --log-level 2 --background root 10490 2 0 09:36 ? 00:00:00 [kworker/u5:0] root 10513 9942 0 09:36 ? 00:00:00 [nginx_ping] root 10516 9942 0 09:36 ? 00:00:00 [check-nginx-upt] root 10519 9942 0 09:36 ? 00:00:00 [check-monit-upt] root 10523 9942 0 09:36 ? 00:00:00 [poll_ellis.sh] root 10525 9942 0 09:36 ? 00:00:00 [poll_ellis_http] root 10533 9942 0 09:36 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart root 10543 10533 0 09:36 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart root 10585 10543 0 09:36 ? 00:00:00 sleep 22 dnsmasq 10804 1 0 09:37 ? 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 10868 1851 0 09:37 ? 00:00:00 /bin/bash -e /tmp/CGYDW/install-ellis.sh ubuntu 10869 10868 0 09:37 ? 00:00:00 /bin/bash -e /tmp/CGYDW/install-ellis.sh root 10870 10869 0 09:37 ? 00:00:00 sudo ps -edf root 10871 10870 0 09:37 ? 00:00:00 ps -edf real 0m0.012s user 0m0.000s sys 0m0.012s 2018-09-02 09:37:15,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo find /var/log 2018-09-02 09:37:15,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-09-02 09:37:15,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => [02-Sep-2018 09:36:25 UTC] clearwater-diags-monitor starting [02-Sep-2018 09:36:25 UTC] Waiting for trigger files real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:15,823 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:15,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CGYDW/install-ellis.sh 2018-09-02 09:37:15,824 - 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 2s (13.0 MB/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 0m21.534s user 0m12.405s sys 0m3.012s 2018-09-02 09:37:15,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Use the DNS server 2018-09-02 09:37:15,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] sudo cat /var/log/clearwater 2018-09-02 09:37:15,824 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] => 2018-09-02 09:36:53.914101423 Stopping etcd clearwater-etcd 2018-09-02 09:36:54.992245065 Restarting etcd clearwater-etcd 2018-09-02 09:36:54.996726808 Configured ETCDCTL_PEERS: 192.168.120.10:4000, 2018-09-02 09:36:54.997410013 Check for previous failed startup attempt 2018-09-02 09:36:54.998513483 Running etcdctl member list 5a390934aeb2089e: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=true 2018-09-02 09:36:55.093162560 etcdctl returned 0 2018-09-02 09:36:55.099703777 Joining existing cluster... real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:15,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] The installation packages is done correctly 2018-09-02 09:37:15,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [ellis] Installation is done 2018-09-02 09:37:15,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo service dnsmasq force 2018-09-02 09:37:15,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:37:15,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/create_number.sh to /tmp/DDL46/create_number.sh 2018-09-02 09:37:15,825 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:37:15,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:37:15,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-09-02 09:37:15,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Start numbers creation 2018-09-02 09:37:15,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/DDL46/create_number.sh 2018-09-02 09:37:15,826 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/8ALSG/bind.py 2018-09-02 09:37:15,826 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:16,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:16,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:16,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:16,070 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:16,070 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:16,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:16,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:16,071 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:16,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:16,071 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:16 GMT 2018-09-02 09:37:16,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:16,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:16,071 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:21,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:21,204 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:21,205 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:21,205 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:21,205 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:21,205 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:21,205 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:21,205 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:21,205 - 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": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.231Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.231Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_h7l8ai': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'homer-h7l8ai'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'ellis': {u'ellis_8emsn8': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.19', u'name': u'ellis-8emsn8'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "[dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:d6:b2:7e \n inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fed6:b27e/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:109447 errors:0 dropped:0 overruns:0 frame:0\n TX packets:49564 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:171583640 (171.5 MB) TX bytes:8525431 (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:12 errors:0 dropped:0 overruns:0 frame:0\n TX packets:12 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB)\n\n\nreal\t0m0.007s\nuser\t0m0.000s\nsys\t0m0.007s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "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-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "[dime] sudo ifconfig ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "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-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "[vellum] sudo DEBIAN_FRONTEND=noninteractive apt", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "[localhost] run: sudo mv /tmp/tmpYTz4P0 /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "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-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "[localhost] run: sudo mv /tmp/tmpAcZoG_ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "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-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "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-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "[dime] sudo ps ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "[dime] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.081s\nuser\t0m0.010s\nsys\t0m0.052s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:16.332Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:16.332Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "44ac28a8-87b1-48c6-9c20-ef6332a36040"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:17.336Z", "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/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/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_current.txt\n/var/log/homestead/homestead_20180902T090000Z.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.026s\nuser\t0m0.000s\nsys\t0m0.006s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:17.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:17.336Z", "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 10413/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 9399/monit \ntcp6 0 0 ::1:53 :::* LISTEN 10413/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1100/sshd \nudp 0 0 192.168.120.13:123 0.0.0.0:* 8783/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 8783/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 8783/ntpd \nudp 0 0 0.0.0.0:161 0.0.0.0:* 10155/snmpd \nudp 0 0 0.0.0.0:35676 0.0.0.0:* 572/dhclient \nudp 0 0 127.0.0.1:53 0.0.0.0:* 10413/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient \nudp6 0 0 fe80::f816:3eff:fed:123 :::* 8783/ntpd \nudp6 0 0 ::1:123 :::* 8783/ntpd \nudp6 0 0 :::123 :::* 8783/ntpd \nudp6 0 0 :::161 :::* 10155/snmpd \nudp6 0 0 :::62990 :::* 572/dhclient \nudp6 0 0 ::1:53 :::* 10413/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] SEQPACKET LISTENING 7189 377/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 9260 1125/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 11249 1653/python2.7 /tmp/cloudify-logging-server-52bfd.socket\nunix 2 [ ACC ] STREAM LISTENING 12583 1845/python2.7 /tmp/ctx-MPVpN3.socket\nunix 2 [ ACC ] STREAM LISTENING 813 1/init @/com/ubuntu/upstart\nunix 2 [ ACC ] STREAM LISTENING 8040 947/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] STREAM LISTENING 21707 9360/clearwater_soc /tmp/clearwater_management_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 21710 9362/clearwater_soc /tmp/clearwater_signaling_namespace_socket\nunix 2 [ ACC ] STREAM LISTENING 23602 10155/snmpd /var/agentx/master\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.004s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:17.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:17.336Z", "message": "[dime] sudo netstat ", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:17.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:17.336Z", "message": "[dime] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:31 ? 00:00:01 /sbin/init\nroot 2 0 0 09:31 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:31 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:31 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:31 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:31 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:31 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:31 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:31 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:31 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:31 ? 00:00:00 [migration/0]\nroot 14 2 0 09:31 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:31 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:31 ? 00:00:00 [migration/1]\nroot 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1]\nroot 19 2 0 09:31 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:31 ? 00:00:00 [khelper]\nroot 21 2 0 09:31 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:31 ? 00:00:00 [netns]\nroot 23 2 0 09:31 ? 00:00:00 [writeback]\nroot 24 2 0 09:31 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:31 ? 00:00:00 [bioset]\nroot 26 2 0 09:31 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:31 ? 00:00:00 [kblockd]\nroot 28 2 0 09:31 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:31 ? 00:00:00 [khubd]\nroot 30 2 0 09:31 ? 00:00:00 [md]\nroot 31 2 0 09:31 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:31 ? 00:00:00 [kworker/1:1]\nroot 33 2 0 09:31 ? 00:00:00 [kworker/0:1]\nroot 35 2 0 09:31 ? 00:00:00 [khungtaskd]\nroot 36 2 0 09:31 ? 00:00:00 [kswapd0]\nroot 37 2 0 09:31 ? 00:00:00 [vmstat]\nroot 38 2 0 09:31 ? 00:00:00 [ksmd]\nroot 39 2 0 09:31 ? 00:00:00 [khugepaged]\nroot 40 2 0 09:31 ? 00:00:00 [fsnotify_mark]\nroot 41 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea]\nroot 42 2 0 09:31 ? 00:00:00 [crypto]\nroot 54 2 0 09:31 ? 00:00:00 [kthrotld]\nroot 55 2 0 09:31 ? 00:00:00 [kworker/u4:1]\nroot 56 2 0 09:31 ? 00:00:00 [vballoon]\nroot 57 2 0 09:31 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:31 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:31 ? 00:00:00 [deferwq]\nroot 80 2 0 09:31 ? 00:00:00 [charger_manager]\nroot 124 2 0 09:31 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:31 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver]\nroot 371 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon\nroot 377 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 432 2 0 09:31 ? 00:00:00 [kworker/u5:2]\nroot 508 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon\nroot 572 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 821 2 0 09:31 ? 00:00:00 [kauditd]\nroot 923 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon\nmessage+ 947 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork\nsyslog 961 1 0 09:31 ? 00:00:00 rsyslogd\nroot 978 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind\nroot 1056 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1059 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1063 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1064 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1066 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1100 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D\nroot 1102 1 0 09:31 ? 00:00:00 cron\ndaemon 1103 1 0 09:31 ? 00:00:00 atd\nroot 1120 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance\nroot 1125 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1205 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1219 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nroot 1453 2 0 09:32 ? 00:00:00 [kworker/1:2]\nubuntu 1653 1 0 09:32 ? 00:00:00 /home/ubuntu/dime_host_3bdzdx/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_3bdzdx --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_3bdzdx --logging-server-logdir=/home/ubuntu/dime_host_3bdzdx/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_3bdzdx/work/dime_host_3bdzdx%I.log --pidfile=/home/ubuntu/dime_host_3bdzdx/work/dime_host_3bdzdx.pid\nubuntu 1767 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/dime_host_3bdzdx/env/bin/diamond --configfile /home/ubuntu/dime_host_3bdzdx/work/plugins/diamond/etc/diamond.conf\nubuntu 1824 1653 0 09:34 ? 00:00:00 /home/ubuntu/dime_host_3bdzdx/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_3bdzdx --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_3bdzdx --logging-server-logdir=/home/ubuntu/dime_host_3bdzdx/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_3bdzdx/work/dime_host_3bdzdx%I.log --pidfile=/home/ubuntu/dime_host_3bdzdx/work/dime_host_3bdzdx.pid\nubuntu 1845 1824 0 09:34 ? 00:00:00 /home/ubuntu/dime_host_3bdzdx/env/bin/python2.7 /home/ubuntu/dime_host_3bdzdx/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-NUeZNa\nubuntu 1856 1845 0 09:34 ? 00:00:00 /bin/sh -c /tmp/CIXZ7/install-dime.sh\nubuntu 1858 1856 0 09:34 ? 00:00:00 /bin/bash -e /tmp/CIXZ7/install-dime.sh\nntp 8783 1 0 09:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111\nroot 9345 1 0 09:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh\nroot 9346 9345 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper\nroot 9350 1 0 09:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh\nroot 9351 9350 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper\nroot 9360 9346 0 09:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management\nroot 9361 9351 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9362 9361 0 09:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling\nroot 9399 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 10100 2 0 09:36 ? 00:00:00 [kworker/u5:1]\nsnmp 10155 1 0 09:36 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid\ndnsmasq 10413 1 0 09:37 ? 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 10476 1858 0 09:37 ? 00:00:00 /bin/bash -e /tmp/CIXZ7/install-dime.sh\nubuntu 10477 10476 0 09:37 ? 00:00:00 /bin/bash -e /tmp/CIXZ7/install-dime.sh\nroot 10478 10477 0 09:37 ? 00:00:00 sudo ps -edf\nroot 10479 10478 0 09:37 ? 00:00:00 ps -edf\n\nreal\t0m0.012s\nuser\t0m0.000s\nsys\t0m0.012s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:17.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:17.336Z", "message": "[dime] sudo find /var/log", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:17.336Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:18.340Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:18.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:18.340Z", "message": "[dime] => 2018:09:02 09:36:24: Namespace: management\n2018:09:02 09:36:24: [management] Starting server\n2018:09:02 09:36:24: [management] Listening for requests\n2018:09:02 09:36:24: Namespace: signaling\n2018:09:02 09:36:24: [signaling] Starting server\n2018:09:02 09:36:24: [signaling] Listening for requests\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:18.340Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:19.148Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:19.148Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:19.344Z", "message": "Execution done (return_code=0): /tmp/CIXZ7/install-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:19.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:19.344Z", "message": "[dime] Installation is done", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:19.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:19.344Z", "message": "[dime] sudo cat /var/log/clearwater", "level": "info", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:19.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:19.344Z", "message": "[dime] => 2018-09-02 09:36:59.880000114 Stopping etcd clearwater-etcd\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-02T09:37:19.344Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "5ac1ac8c-03e1-40f8-988d-b0e5dfbf7aca"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:20.195Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:20.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "dime_3qs0jh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:20.195Z", "message": "Starting node", "node_name": "dime", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:20.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:20.195Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:20.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:20.764Z", "message": "Downloaded scripts/bind/bind.py to /tmp/I3AQY/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:20.764Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}], "metadata": {"pagination": {"total": 1875, "offset": 1804, "size": 50}}} 2018-09-02 09:37:21,205 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:21,205 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:21 GMT 2018-09-02 09:37:21,206 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:21,206 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 32683 2018-09-02 09:37:21,206 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_h7l8ai': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'homer-h7l8ai'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'ellis': {u'ellis_8emsn8': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.19', u'name': u'ellis-8emsn8'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:37:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:37:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => eth0 Link encap:Ethernet HWaddr fa:16:3e:d6:b2:7e inet addr:192.168.120.13 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fed6:b27e/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:109447 errors:0 dropped:0 overruns:0 frame:0 TX packets:49564 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:171583640 (171.5 MB) TX bytes:8525431 (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:12 errors:0 dropped:0 overruns:0 frame:0 TX packets:12 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1235 (1.2 KB) TX bytes:1235 (1.2 KB) real 0m0.007s user 0m0.000s sys 0m0.007s 2018-09-02 09:37:21,207 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:37:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ifconfig 2018-09-02 09:37:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:37:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo DEBIAN_FRONTEND=noninteractive apt 2018-09-02 09:37:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:37:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpYTz4P0 /etc/bind/db.clearwater.opnfv 2018-09-02 09:37:21,208 - 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 09:37:21,208 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpAcZoG_ /etc/bind/db.clearwater.local 2018-09-02 09:37:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:37:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:37:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo ps 2018-09-02 09:37:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.081s user 0m0.010s sys 0m0.052s 2018-09-02 09:37:21,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:37:21,209 - 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/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/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_current.txt /var/log/homestead/homestead_20180902T090000Z.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.026s user 0m0.000s sys 0m0.006s 2018-09-02 09:37:21,209 - 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 10413/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 9399/monit tcp6 0 0 ::1:53 :::* LISTEN 10413/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1100/sshd udp 0 0 192.168.120.13:123 0.0.0.0:* 8783/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 8783/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 8783/ntpd udp 0 0 0.0.0.0:161 0.0.0.0:* 10155/snmpd udp 0 0 0.0.0.0:35676 0.0.0.0:* 572/dhclient udp 0 0 127.0.0.1:53 0.0.0.0:* 10413/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 572/dhclient udp6 0 0 fe80::f816:3eff:fed:123 :::* 8783/ntpd udp6 0 0 ::1:123 :::* 8783/ntpd udp6 0 0 :::123 :::* 8783/ntpd udp6 0 0 :::161 :::* 10155/snmpd udp6 0 0 :::62990 :::* 572/dhclient udp6 0 0 ::1:53 :::* 10413/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] SEQPACKET LISTENING 7189 377/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 9260 1125/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 11249 1653/python2.7 /tmp/cloudify-logging-server-52bfd.socket unix 2 [ ACC ] STREAM LISTENING 12583 1845/python2.7 /tmp/ctx-MPVpN3.socket unix 2 [ ACC ] STREAM LISTENING 813 1/init @/com/ubuntu/upstart unix 2 [ ACC ] STREAM LISTENING 8040 947/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] STREAM LISTENING 21707 9360/clearwater_soc /tmp/clearwater_management_namespace_socket unix 2 [ ACC ] STREAM LISTENING 21710 9362/clearwater_soc /tmp/clearwater_signaling_namespace_socket unix 2 [ ACC ] STREAM LISTENING 23602 10155/snmpd /var/agentx/master real 0m0.008s user 0m0.004s sys 0m0.004s 2018-09-02 09:37:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo netstat 2018-09-02 09:37:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:31 ? 00:00:01 /sbin/init root 2 0 0 09:31 ? 00:00:00 [kthreadd] root 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:31 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:31 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:31 ? 00:00:00 [rcu_sched] root 8 2 0 09:31 ? 00:00:00 [rcuos/0] root 9 2 0 09:31 ? 00:00:00 [rcuos/1] root 10 2 0 09:31 ? 00:00:00 [rcu_bh] root 11 2 0 09:31 ? 00:00:00 [rcuob/0] root 12 2 0 09:31 ? 00:00:00 [rcuob/1] root 13 2 0 09:31 ? 00:00:00 [migration/0] root 14 2 0 09:31 ? 00:00:00 [watchdog/0] root 15 2 0 09:31 ? 00:00:00 [watchdog/1] root 16 2 0 09:31 ? 00:00:00 [migration/1] root 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1] root 19 2 0 09:31 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:31 ? 00:00:00 [khelper] root 21 2 0 09:31 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:31 ? 00:00:00 [netns] root 23 2 0 09:31 ? 00:00:00 [writeback] root 24 2 0 09:31 ? 00:00:00 [kintegrityd] root 25 2 0 09:31 ? 00:00:00 [bioset] root 26 2 0 09:31 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:31 ? 00:00:00 [kblockd] root 28 2 0 09:31 ? 00:00:00 [ata_sff] root 29 2 0 09:31 ? 00:00:00 [khubd] root 30 2 0 09:31 ? 00:00:00 [md] root 31 2 0 09:31 ? 00:00:00 [devfreq_wq] root 32 2 0 09:31 ? 00:00:00 [kworker/1:1] root 33 2 0 09:31 ? 00:00:00 [kworker/0:1] root 35 2 0 09:31 ? 00:00:00 [khungtaskd] root 36 2 0 09:31 ? 00:00:00 [kswapd0] root 37 2 0 09:31 ? 00:00:00 [vmstat] root 38 2 0 09:31 ? 00:00:00 [ksmd] root 39 2 0 09:31 ? 00:00:00 [khugepaged] root 40 2 0 09:31 ? 00:00:00 [fsnotify_mark] root 41 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea] root 42 2 0 09:31 ? 00:00:00 [crypto] root 54 2 0 09:31 ? 00:00:00 [kthrotld] root 55 2 0 09:31 ? 00:00:00 [kworker/u4:1] root 56 2 0 09:31 ? 00:00:00 [vballoon] root 57 2 0 09:31 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:31 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:31 ? 00:00:00 [deferwq] root 80 2 0 09:31 ? 00:00:00 [charger_manager] root 124 2 0 09:31 ? 00:00:00 [kpsmoused] root 142 2 0 09:31 ? 00:00:00 [kworker/0:2] root 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver] root 371 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon root 377 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 432 2 0 09:31 ? 00:00:00 [kworker/u5:2] root 508 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon root 572 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 821 2 0 09:31 ? 00:00:00 [kauditd] root 923 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon message+ 947 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork syslog 961 1 0 09:31 ? 00:00:00 rsyslogd root 978 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind root 1056 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1059 1 0 09:31 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1063 1 0 09:31 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1064 1 0 09:31 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1066 1 0 09:31 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1100 1 0 09:31 ? 00:00:00 /usr/sbin/sshd -D root 1102 1 0 09:31 ? 00:00:00 cron daemon 1103 1 0 09:31 ? 00:00:00 atd root 1120 1 0 09:31 ? 00:00:00 /usr/sbin/irqbalance root 1125 1 0 09:31 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1205 1 0 09:31 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1219 1 0 09:31 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 root 1453 2 0 09:32 ? 00:00:00 [kworker/1:2] ubuntu 1653 1 0 09:32 ? 00:00:00 /home/ubuntu/dime_host_3bdzdx/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_3bdzdx --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_3bdzdx --logging-server-logdir=/home/ubuntu/dime_host_3bdzdx/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_3bdzdx/work/dime_host_3bdzdx%I.log --pidfile=/home/ubuntu/dime_host_3bdzdx/work/dime_host_3bdzdx.pid ubuntu 1767 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/dime_host_3bdzdx/env/bin/diamond --configfile /home/ubuntu/dime_host_3bdzdx/work/plugins/diamond/etc/diamond.conf ubuntu 1824 1653 0 09:34 ? 00:00:00 /home/ubuntu/dime_host_3bdzdx/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q dime_host_3bdzdx --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@dime_host_3bdzdx --logging-server-logdir=/home/ubuntu/dime_host_3bdzdx/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/dime_host_3bdzdx/work/dime_host_3bdzdx%I.log --pidfile=/home/ubuntu/dime_host_3bdzdx/work/dime_host_3bdzdx.pid ubuntu 1845 1824 0 09:34 ? 00:00:00 /home/ubuntu/dime_host_3bdzdx/env/bin/python2.7 /home/ubuntu/dime_host_3bdzdx/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-NUeZNa ubuntu 1856 1845 0 09:34 ? 00:00:00 /bin/sh -c /tmp/CIXZ7/install-dime.sh ubuntu 1858 1856 0 09:34 ? 00:00:00 /bin/bash -e /tmp/CIXZ7/install-dime.sh ntp 8783 1 0 09:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 106:111 root 9345 1 0 09:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper /bin/sh root 9346 9345 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-mgmt-wrapper root 9350 1 0 09:36 ? 00:00:00 /bin/sh -e -c /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper /bin/sh root 9351 9350 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/clearwater-socket-factory-sig-wrapper root 9360 9346 0 09:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace management root 9361 9351 0 09:36 ? 00:00:00 /bin/bash /usr/share/clearwater/bin/run-in-signaling-namespace /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9362 9361 0 09:36 ? 00:00:00 /usr/share/clearwater/bin/clearwater_socket_factory --namespace signaling root 9399 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 10100 2 0 09:36 ? 00:00:00 [kworker/u5:1] snmp 10155 1 0 09:36 ? 00:00:00 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -g snmp -I -smux mteTrigger mteTriggerConf -p /var/run/snmpd.pid dnsmasq 10413 1 0 09:37 ? 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 10476 1858 0 09:37 ? 00:00:00 /bin/bash -e /tmp/CIXZ7/install-dime.sh ubuntu 10477 10476 0 09:37 ? 00:00:00 /bin/bash -e /tmp/CIXZ7/install-dime.sh root 10478 10477 0 09:37 ? 00:00:00 sudo ps -edf root 10479 10478 0 09:37 ? 00:00:00 ps -edf real 0m0.012s user 0m0.000s sys 0m0.012s 2018-09-02 09:37:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo find /var/log 2018-09-02 09:37:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-09-02 09:37:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018:09:02 09:36:24: Namespace: management 2018:09:02 09:36:24: [management] Starting server 2018:09:02 09:36:24: [management] Listening for requests 2018:09:02 09:36:24: Namespace: signaling 2018:09:02 09:36:24: [signaling] Starting server 2018:09:02 09:36:24: [signaling] Listening for requests real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:21,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/CIXZ7/install-dime.sh 2018-09-02 09:37:21,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] Installation is done 2018-09-02 09:37:21,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] sudo cat /var/log/clearwater 2018-09-02 09:37:21,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [dime] => 2018-09-02 09:36:59.880000114 Stopping etcd clearwater-etcd real 0m0.005s user 0m0.004s sys 0m0.002s 2018-09-02 09:37:21,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:37:21,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:37:21,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:37:21,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/I3AQY/bind.py 2018-09-02 09:37:21,212 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:21,412 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:21,412 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:21,412 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:21,412 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:21,412 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:21,412 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:21,412 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:21,412 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:21,413 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:21,413 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:21 GMT 2018-09-02 09:37:21,413 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:21,413 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:21,413 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:26,415 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:26,547 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:26,547 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:26,547 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:26,547 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:26,547 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:26,548 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:26,548 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:26,548 - 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-02T09:37:21.456Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:21.456Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:21.826Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:21.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_h7l8ai': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'homer-h7l8ai'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'ellis': {u'ellis_8emsn8': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.19', u'name': u'ellis-8emsn8'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}, u'dime': {u'dime_3qs0jh': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-3qs0jh'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "message": "[vellum] Use the DNS server", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "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,985 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.263s\nuser\t0m3.640s\nsys\t0m0.893s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "message": "[vellum] The installation packages is done correctly", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "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-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "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-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "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-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "message": "[localhost] run: sudo mv /tmp/tmpSb8tMQ /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "message": "[vellum] sudo service dnsmasq force", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "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-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "message": "[localhost] run: sudo mv /tmp/tmpPGJtnP /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:22.462Z", "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-02T09:37:22.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "ee43ea7e-a1c1-4da4-b340-ee77b9266b37"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:24.672Z", "message": "[vellum] => * Restarting DNS forwarder and DHCP server dnsmasq\n ...done.\n\nreal\t0m2.060s\nuser\t0m0.006s\nsys\t0m0.054s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:24.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:25.468Z", "message": "[vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:6b:f6:2b \n inet addr:192.168.120.30 Bcast:192.168.120.255 Mask:255.255.255.0\n inet6 addr: fe80::f816:3eff:fe6b:f62b/64 Scope:Link\n UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1\n RX packets:140803 errors:0 dropped:0 overruns:0 frame:0\n TX packets:52345 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:1000 \n RX bytes:218253939 (218.2 MB) TX bytes:8548553 (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:158 errors:0 dropped:0 overruns:0 frame:0\n TX packets:158 errors:0 dropped:0 overruns:0 carrier:0\n collisions:0 txqueuelen:0 \n RX bytes:13228 (13.2 KB) TX bytes:13228 (13.2 KB)\n\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:25.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:25.468Z", "message": "[vellum] sudo ifconfig ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:25.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:25.468Z", "message": "[vellum] sudo ps ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:25.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}], "metadata": {"pagination": {"total": 1896, "offset": 1837, "size": 50}}} 2018-09-02 09:37:26,548 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:26,548 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:26 GMT 2018-09-02 09:37:26,548 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:26,548 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17379 2018-09-02 09:37:26,548 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:26,549 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:37:26,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:26,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:37:26,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_h7l8ai': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'homer-h7l8ai'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'ellis': {u'ellis_8emsn8': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.19', u'name': u'ellis-8emsn8'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}, u'dime': {u'dime_3qs0jh': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-3qs0jh'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:37:26,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Use the DNS server 2018-09-02 09:37:26,550 - 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,985 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.263s user 0m3.640s sys 0m0.893s 2018-09-02 09:37:26,550 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] The installation packages is done correctly 2018-09-02 09:37:26,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:37:26,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:37:26,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:37:26,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpSb8tMQ /etc/bind/db.clearwater.local 2018-09-02 09:37:26,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:37:26,551 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo service dnsmasq force 2018-09-02 09:37:26,552 - 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 09:37:26,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpPGJtnP /etc/bind/db.clearwater.opnfv 2018-09-02 09:37:26,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:37:26,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => * Restarting DNS forwarder and DHCP server dnsmasq ...done. real 0m2.060s user 0m0.006s sys 0m0.054s 2018-09-02 09:37:26,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => eth0 Link encap:Ethernet HWaddr fa:16:3e:6b:f6:2b inet addr:192.168.120.30 Bcast:192.168.120.255 Mask:255.255.255.0 inet6 addr: fe80::f816:3eff:fe6b:f62b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1450 Metric:1 RX packets:140803 errors:0 dropped:0 overruns:0 frame:0 TX packets:52345 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:218253939 (218.2 MB) TX bytes:8548553 (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:158 errors:0 dropped:0 overruns:0 frame:0 TX packets:158 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:13228 (13.2 KB) TX bytes:13228 (13.2 KB) real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:26,552 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ifconfig 2018-09-02 09:37:26,553 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo ps 2018-09-02 09:37:26,553 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:26,613 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:26,613 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:26,613 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:26,613 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:26,613 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:26,613 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:26,613 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:26,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:26,614 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:26,614 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:26 GMT 2018-09-02 09:37:26,614 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:26,614 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:26,614 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:31,620 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:31,734 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:31,734 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:31,734 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:31,734 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:31,734 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:31,735 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:31,735 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:31,735 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:26.472Z", "message": "[vellum] sudo netstat ", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:26.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:26.472Z", "message": "[vellum] => UID PID PPID C STIME TTY TIME CMD\nroot 1 0 0 09:31 ? 00:00:01 /sbin/init\nroot 2 0 0 09:31 ? 00:00:00 [kthreadd]\nroot 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0]\nroot 5 2 0 09:31 ? 00:00:00 [kworker/0:0H]\nroot 6 2 0 09:31 ? 00:00:00 [kworker/u4:0]\nroot 7 2 0 09:31 ? 00:00:00 [rcu_sched]\nroot 8 2 0 09:31 ? 00:00:00 [rcuos/0]\nroot 9 2 0 09:31 ? 00:00:00 [rcuos/1]\nroot 10 2 0 09:31 ? 00:00:00 [rcu_bh]\nroot 11 2 0 09:31 ? 00:00:00 [rcuob/0]\nroot 12 2 0 09:31 ? 00:00:00 [rcuob/1]\nroot 13 2 0 09:31 ? 00:00:00 [migration/0]\nroot 14 2 0 09:31 ? 00:00:00 [watchdog/0]\nroot 15 2 0 09:31 ? 00:00:00 [watchdog/1]\nroot 16 2 0 09:31 ? 00:00:00 [migration/1]\nroot 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1]\nroot 18 2 0 09:31 ? 00:00:00 [kworker/1:0]\nroot 19 2 0 09:31 ? 00:00:00 [kworker/1:0H]\nroot 20 2 0 09:31 ? 00:00:00 [khelper]\nroot 21 2 0 09:31 ? 00:00:00 [kdevtmpfs]\nroot 22 2 0 09:31 ? 00:00:00 [netns]\nroot 23 2 0 09:31 ? 00:00:00 [writeback]\nroot 24 2 0 09:31 ? 00:00:00 [kintegrityd]\nroot 25 2 0 09:31 ? 00:00:00 [bioset]\nroot 26 2 0 09:31 ? 00:00:00 [kworker/u5:0]\nroot 27 2 0 09:31 ? 00:00:00 [kblockd]\nroot 28 2 0 09:31 ? 00:00:00 [ata_sff]\nroot 29 2 0 09:31 ? 00:00:00 [khubd]\nroot 30 2 0 09:31 ? 00:00:00 [md]\nroot 31 2 0 09:31 ? 00:00:00 [devfreq_wq]\nroot 32 2 0 09:31 ? 00:00:00 [kworker/0:1]\nroot 34 2 0 09:31 ? 00:00:00 [khungtaskd]\nroot 35 2 0 09:31 ? 00:00:00 [kswapd0]\nroot 36 2 0 09:31 ? 00:00:00 [vmstat]\nroot 37 2 0 09:31 ? 00:00:00 [ksmd]\nroot 38 2 0 09:31 ? 00:00:00 [khugepaged]\nroot 39 2 0 09:31 ? 00:00:00 [fsnotify_mark]\nroot 40 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea]\nroot 41 2 0 09:31 ? 00:00:00 [crypto]\nroot 53 2 0 09:31 ? 00:00:00 [kthrotld]\nroot 54 2 0 09:31 ? 00:00:00 [kworker/u4:1]\nroot 55 2 0 09:31 ? 00:00:00 [vballoon]\nroot 56 2 0 09:31 ? 00:00:00 [kworker/1:1]\nroot 57 2 0 09:31 ? 00:00:00 [scsi_eh_0]\nroot 58 2 0 09:31 ? 00:00:00 [scsi_eh_1]\nroot 79 2 0 09:31 ? 00:00:00 [deferwq]\nroot 80 2 0 09:31 ? 00:00:00 [charger_manager]\nroot 124 2 0 09:31 ? 00:00:00 [kpsmoused]\nroot 142 2 0 09:31 ? 00:00:00 [kworker/0:2]\nroot 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8]\nroot 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver]\nroot 388 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon\nroot 392 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon\nroot 449 2 0 09:31 ? 00:00:00 [kworker/u5:1]\nroot 511 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon\nroot 601 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0\nroot 820 2 0 09:31 ? 00:00:00 [kauditd]\nmessage+ 877 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork\nroot 919 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind\nroot 962 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon\nsyslog 988 1 0 09:31 ? 00:00:00 rsyslogd\nroot 1051 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4\nroot 1054 1 0 09:32 tty5 00:00:00 /sbin/getty -8 38400 tty5\nroot 1058 1 0 09:32 tty2 00:00:00 /sbin/getty -8 38400 tty2\nroot 1059 1 0 09:32 tty3 00:00:00 /sbin/getty -8 38400 tty3\nroot 1061 1 0 09:32 tty6 00:00:00 /sbin/getty -8 38400 tty6\nroot 1105 1 0 09:32 ? 00:00:00 /usr/sbin/sshd -D\nroot 1108 1 0 09:32 ? 00:00:00 cron\ndaemon 1109 1 0 09:32 ? 00:00:00 atd\nroot 1117 1 0 09:32 ? 00:00:00 /usr/sbin/irqbalance\nroot 1122 1 0 09:32 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket\nroot 1199 1 0 09:32 tty1 00:00:00 /sbin/getty -8 38400 tty1\nroot 1205 1 0 09:32 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102\nubuntu 1651 1 0 09:32 ? 00:00:00 /home/ubuntu/vellum_host_9shwa2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_9shwa2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_9shwa2 --logging-server-logdir=/home/ubuntu/vellum_host_9shwa2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_9shwa2/work/vellum_host_9shwa2%I.log --pidfile=/home/ubuntu/vellum_host_9shwa2/work/vellum_host_9shwa2.pid\nubuntu 1765 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/vellum_host_9shwa2/env/bin/diamond --configfile /home/ubuntu/vellum_host_9shwa2/work/plugins/diamond/etc/diamond.conf\nubuntu 1817 1651 0 09:34 ? 00:00:00 /home/ubuntu/vellum_host_9shwa2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_9shwa2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_9shwa2 --logging-server-logdir=/home/ubuntu/vellum_host_9shwa2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_9shwa2/work/vellum_host_9shwa2%I.log --pidfile=/home/ubuntu/vellum_host_9shwa2/work/vellum_host_9shwa2.pid\nubuntu 1838 1817 0 09:34 ? 00:00:00 /home/ubuntu/vellum_host_9shwa2/env/bin/python2.7 /home/ubuntu/vellum_host_9shwa2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-6tVizC\nubuntu 1849 1838 0 09:34 ? 00:00:00 /bin/sh -c /tmp/66OC7/install-vellum.sh\nubuntu 1851 1849 0 09:34 ? 00:00:00 /bin/bash -e /tmp/66OC7/install-vellum.sh\nroot 2437 2 0 09:35 ? 00:00:00 [kworker/u5:2]\nntp 11832 1 0 09:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112\nmemcache 12226 1 0 09:36 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1\nroot 12890 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc\nroot 13216 1 0 09:36 ? 00:00:00 /bin/sh -e /proc/self/fd/9\nroot 13223 13216 0 09:36 ? 00:00:00 cpulimit -e astaire -l 10\nroot 13900 12890 0 09:37 ? 00:00:00 [check-monit-upt] \nmemcache 13922 1 0 09:37 ? 00:00:00 /usr/bin/memcached -v -e ignore_vbucket=true;cache_size=3072000000;eviction=false -p 11211 -u memcache -l 192.168.120.30 -c 4096 -r -U 0\nroot 13928 12890 0 09:37 ? 00:00:00 [check-memcached] \nroot 13931 12890 0 09:37 ? 00:00:00 [poll_memcached.] \nroot 13936 12890 0 09:37 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart\nroot 13953 13936 0 09:37 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart\nroot 13998 13953 0 09:37 ? 00:00:00 sleep 19\ndnsmasq 14242 1 0 09:37 ? 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 14306 1851 0 09:37 ? 00:00:00 /bin/bash -e /tmp/66OC7/install-vellum.sh\nubuntu 14307 14306 0 09:37 ? 00:00:00 /bin/bash -e /tmp/66OC7/install-vellum.sh\nroot 14308 14307 0 09:37 ? 00:00:00 sudo ps -edf\nroot 14309 14308 0 09:37 ? 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-02T09:37:26.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:26.472Z", "message": "[vellum] sudo find /var/log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:26.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:26.472Z", "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/rogers/rogers_current.txt\n/var/log/rogers/rogers_err.log\n/var/log/rogers/rogers_out.log\n/var/log/rogers/rogers_20180902T090000Z.txt\n/var/log/astaire\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.007s\nuser\t0m0.006s\nsys\t0m0.002s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:26.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:26.472Z", "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 14242/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 12890/monit \ntcp 0 0 192.168.120.30:11211 0.0.0.0:* LISTEN 13922/memcached \ntcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12226/memcached \ntcp6 0 0 ::1:53 :::* LISTEN 14242/dnsmasq \ntcp6 0 0 :::22 :::* LISTEN 1105/sshd \nudp 0 0 0.0.0.0:58478 0.0.0.0:* 601/dhclient \nudp 0 0 192.168.120.30:123 0.0.0.0:* 11832/ntpd \nudp 0 0 127.0.0.1:123 0.0.0.0:* 11832/ntpd \nudp 0 0 0.0.0.0:123 0.0.0.0:* 11832/ntpd \nudp 0 0 127.0.0.1:11211 0.0.0.0:* 12226/memcached \nudp 0 0 127.0.0.1:53 0.0.0.0:* 14242/dnsmasq \nudp 0 0 0.0.0.0:68 0.0.0.0:* 601/dhclient \nudp6 0 0 fe80::f816:3eff:fe6:123 :::* 11832/ntpd \nudp6 0 0 ::1:123 :::* 11832/ntpd \nudp6 0 0 :::123 :::* 11832/ntpd \nudp6 0 0 :::4375 :::* 601/dhclient \nudp6 0 0 ::1:53 :::* 14242/dnsmasq \nActive UNIX domain sockets (only servers)\nProto RefCnt Flags Type State I-Node PID/Program name Path\nunix 2 [ ACC ] STREAM LISTENING 8959 877/dbus-daemon /var/run/dbus/system_bus_socket\nunix 2 [ ACC ] SEQPACKET LISTENING 8201 392/systemd-udevd /run/udev/control\nunix 2 [ ACC ] STREAM LISTENING 11023 1651/python2.7 /tmp/cloudify-logging-server-fda79.socket\nunix 2 [ ACC ] STREAM LISTENING 11850 1838/python2.7 /tmp/ctx-8R2W3q.socket\nunix 2 [ ACC ] STREAM LISTENING 9314 1122/acpid /var/run/acpid.socket\nunix 2 [ ACC ] STREAM LISTENING 7015 1/init @/com/ubuntu/upstart\n\nreal\t0m0.008s\nuser\t0m0.004s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:26.472Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:27.534Z", "message": "[vellum] => 2018-09-02 09:36:45.271080938 Stopping etcd clearwater-etcd\n2018-09-02 09:37:11.368554818 Restarting etcd clearwater-etcd\n2018-09-02 09:37:11.375847745 Configured ETCDCTL_PEERS: 192.168.120.10:4000,\n2018-09-02 09:37:11.376946084 Check for previous failed startup attempt\n2018-09-02 09:37:11.378693031 Running etcdctl member list\n5a390934aeb2089e: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=true\n2018-09-02 09:37:11.488615193 etcdctl returned 0\n2018-09-02 09:37:11.499469510 Joining existing cluster...\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:27.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:27.534Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:27.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:27.534Z", "message": "[vellum] sudo cat /var/log/clearwater*.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:27.534Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:28.538Z", "message": "[vellum] => INFO [main] 2018-09-02 09:35:36,440 CassandraDaemon.java:159 - Could not resolve local host\nINFO [main] 2018-09-02 09:35:36,460 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 09:35:36,560 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 09:35:36,728 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap\nINFO [main] 2018-09-02 09:35:36,737 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB\nINFO [main] 2018-09-02 09:35:36,737 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB\nINFO [main] 2018-09-02 09:35:37,095 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 09:35:37,116 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 09:35:37,140 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181\nWARN [main] 2018-09-02 09:35:37,141 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release\nINFO [main] 2018-09-02 09:35:37,141 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480\nINFO [main] 2018-09-02 09:35:37,142 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 703232(686K) committed = 2555904(2496K) max = 50331648(49152K)\nINFO [main] 2018-09-02 09:35:37,142 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73993008(72258K) committed = 167772160(163840K) max = 167772160(163840K)\nINFO [main] 2018-09-02 09:35:37,142 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 09:35:37,142 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 09:35:37,143 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16665320(16274K) committed = 21757952(21248K) max = 174063616(169984K)\nINFO [main] 2018-09-02 09:35:37,143 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 09:35:37,144 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_1535880935.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1535880935.log]\nINFO [main] 2018-09-02 09:35:37,184 CLibrary.java:144 - JNA mlockall successful\nWARN [main] 2018-09-02 09:35:37,184 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info.\nERROR [main] 2018-09-02 09:35:37,266 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist\nERROR [main] 2018-09-02 09:35:37,268 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist\nERROR [main] 2018-09-02 09:35:37,268 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist\nINFO [main] 2018-09-02 09:35:37,272 CacheService.java:110 - Initializing key cache with capacity of 49 MBs.\nINFO [main] 2018-09-02 09:35:37,278 CacheService.java:132 - Initializing row cache with capacity of 0 MBs\nINFO [main] 2018-09-02 09:35:37,283 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs\nINFO [main] 2018-09-02 09:35:37,284 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys).\nINFO [main] 2018-09-02 09:35:37,357 ColumnFamilyStore.java:361 - Initializing system.schema_triggers\nINFO [main] 2018-09-02 09:35:38,679 ColumnFamilyStore.java:361 - Initializing system.compaction_history\nINFO [main] 2018-09-02 09:35:38,684 ColumnFamilyStore.java:361 - Initializing system.batchlog\nINFO [main] 2018-09-02 09:35:38,689 ColumnFamilyStore.java:361 - Initializing system.sstable_activity\nINFO [main] 2018-09-02 09:35:38,693 ColumnFamilyStore.java:361 - Initializing system.peer_events\nINFO [main] 2018-09-02 09:35:38,697 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress\nINFO [main] 2018-09-02 09:35:38,701 ColumnFamilyStore.java:361 - Initializing system.hints\nINFO [main] 2018-09-02 09:35:38,787 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces\nINFO [main] 2018-09-02 09:35:38,795 ColumnFamilyStore.java:361 - Initializing system.range_xfers\nINFO [main] 2018-09-02 09:35:38,799 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies\nINFO [main] 2018-09-02 09:35:38,803 ColumnFamilyStore.java:361 - Initializing system.paxos\nINFO [main] 2018-09-02 09:35:38,809 ColumnFamilyStore.java:361 - Initializing system.schema_columns\nINFO [main] 2018-09-02 09:35:38,815 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes\nINFO [main] 2018-09-02 09:35:38,818 ColumnFamilyStore.java:361 - Initializing system.IndexInfo\nINFO [main] 2018-09-02 09:35:38,822 ColumnFamilyStore.java:361 - Initializing system.peers\nINFO [main] 2018-09-02 09:35:38,837 ColumnFamilyStore.java:361 - Initializing system.size_estimates\nINFO [main] 2018-09-02 09:35:38,842 ColumnFamilyStore.java:361 - Initializing system.local\nINFO [main] 2018-09-02 09:35:38,917 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage.\nINFO [main] 2018-09-02 09:35:38,918 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh.\nINFO [main] 2018-09-02 09:35:38,958 ColumnFamilyStore.java:905 - Enqueuing flush of local: 794 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:38,964 Memtable.java:347 - Writing Memtable-local@998940916(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:39,004 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=1535880938656, position=399)\nINFO [main] 2018-09-02 09:35:39,356 CommitLog.java:122 - No commitlog files found; skipping replay\nINFO [main] 2018-09-02 09:35:39,500 StorageService.java:622 - Cassandra version: 2.1.15\nINFO [main] 2018-09-02 09:35:39,500 StorageService.java:623 - Thrift API version: 19.39.0\nINFO [main] 2018-09-02 09:35:39,502 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1)\nINFO [main] 2018-09-02 09:35:39,517 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 09:35:39,518 StorageService.java:649 - Loading persisted ring state\nINFO [main] 2018-09-02 09:35:39,532 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 09:35:39,541 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 09:35:39,615 SystemKeyspace.java:765 - No host ID found, created a5ab062f-a44e-4517-a46b-cc98ab990315 (Note: This should happen exactly once per node).\nINFO [main] 2018-09-02 09:35:39,618 StorageService.java:807 - Starting up server gossip\nINFO [main] 2018-09-02 09:35:39,620 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1984 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-02 09:35:39,621 Memtable.java:347 - Writing Memtable-local@282746362(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-02 09:35:39,622 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=1535880938656, position=93397)\nINFO [main] 2018-09-02 09:35:39,957 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 09:35:39,967 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 09:35:39,999 MessagingService.java:506 - Starting Messaging Service on port 7000\nINFO [main] 2018-09-02 09:35:40,012 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 09:35:40,019 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 09:35:40,029 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 09:35:40,035 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 09:35:40,048 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node.\nINFO [main] 2018-09-02 09:35:40,050 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml\nINFO [main] 2018-09-02 09:35:40,056 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 09:35:40,066 StorageService.java:959 - Generated random tokens. tokens are [-1517853207061013526, 1328456035734027468, -8521585334873527095, -5883710745749137692, -3094263347807256672, 1458285585419715759, 8793696528696671487, -3945290287367773449, 7373748475623643035, 3264414134373171275, 4500611656884714132, -3261577020649275220, 6713138629121943137, 961022094614524562, 6307096804401061734, 3097651474116642461, 2434253302307385385, -8975728947940620095, 5458762198459065183, -4096701674166714572, -3297448088580755820, 4918341136872671207, -5188908751847915811, 1789826002394636376, 4729952647556978334, -8401675142303256780, -3095852999009286621, 5699735664916256238, -7868617223481468080, -2027986054863206706, 4271626192540775236, 3062582155886924134, -1811777079153291290, 199305339176549923, 3741158241590224488, 153577702451309726, -482338973253006730, 7203381966557632652, -8095793232451477959, -5197525396152496143, -8080029540500491496, 6577058116705632099, 6805246199289558480, -4197759078851202759, -5767649346018027570, -5043579673598157679, -3362332999473713872, 4354070595066650562, 4371414662688306389, 6635402878626158819, 1691881092114973847, 3568626641437008467, -7860040571256405349, 8696168076247361868, -6691130790062304693, -6464532474759683954, -9118093346300215646, 6692779640332521376, -3888142688168857703, -4556734118269603371, -8258314849501075491, 5257131650129753558, 175690574711842155, 2899316445688783330, -4542053970504826976, 8800854260610388677, 1498285794558004201, 8302915355735452384, -4352250316404358028, -3085175937255253816, 1024112566927552496, 8295805934381073540, 5566301914552800968, -8291969963851818823, -4564387630042642010, 1137898510341230700, -1440488724145470769, 2107219721053959011, 1997583070765737555, 7275885908065413696, 4206251216849422533, 7238619704002466112, 8017122976403062189, 5114260844262470370, -7718133836115568155, 3205027120885146149, -4867679014901623770, 8262408248097209619, 4760532564827110248, -7120356680751609044, -4812643192334889803, -8288211488809396400, -9007771988552012493, -3867834346511662716, -1859960499533522275, 4541207221751101255, -3926988346948015320, 1392194959608973921, -5455686301475520986, -5223239871492691094, 5648086234477474748, -2192978839282934006, 8113916576293862014, -972035883798474901, 4486658644877004271, 8158809045548775226, -7953531940195030827, -4860789197814773743, -6311850711005437267, -3146222083545858303, -2954327977283118837, -5827174452086440325, -5434926849015075238, -937396972808071625, 5630798883725340912, -1899106001890513807, -5647789898054493506, 8682893494866611221, -2113039423871523704, 1767940582691945239, -7298946913854032873, -3316554794999400083, 7053201766449676860, -6494813075185116255, -3512625561948876491, 8164549292582423085, 3086098311390462757, 2939344638884642107, 3762368958156609088, -1026374516879801760, 7545317242600914348, -4850705862954557478, -3642100046324101820, 5004997475596906970, 7889193877469377986, 4040530362081437481, -2891935193815838734, -5648896256364250343, 5560096163878874835, -8088078548360426114, -7446647136006369446, -2262972594092611486, 4464948190609984910, 4817453451228120775, -4079229865764522133, 4584088714387257661, -6953567766039168136, -7183061480442118109, 541450432207573691, -3038958546986115324, 2155669740940700802, 474444411175256949, -8961876007523842591, -3983021619974496769, -4854006281789264210, -7169200384068669369, -369360326756898710, -1597191024805167738, 3230315763635800421, -2110089962319252606, 3533795741016339147, 3148329583274320128, 2236200638889078207, 961282249062145827, 7101705202468273065, 2100978967655799360, 6475467080998296009, 5864448089881409938, 4519125808180749625, 925112864539456034, 3797312223226354342, 5426710059406701970, 1382172225475636416, -8586293676952936508, 687834716902595722, 6286593399033581795, -7929123620053614300, 4577930104612410753, 6721557313002067074, -2889413905319286186, 8960332605484544779, -4657399339032091024, 1906813111447256995, -1182502380688747861, -1818806533589110551, -2461232483514667353, 1660824088069230550, 4321476438338972487, -5881313867939942251, 8409641327192266420, 2088556641170233531, 1244117845507594207, 1047339836772936710, 7188886772262302543, -6678001247007479665, 2264875772739483912, -1029689430070187144, -8770204029790142044, 156445834744006499, 4353183291701939821, -7998637018229777296, -4890966649313670959, -6131714199738720989, 5018739219657747550, -7869388830294372683, 8844180147767719818, 1947641590863588896, -5133480526247836195, -3213861718877608938, 4867028511104772145, 3413586356907754331, -4497504196226703795, -4010500490743521563, -4923217830102608358, 4922830715815295487, -7449719331725255989, -4999378799806783216, 8048831991111604947, -4058998110085089443, -3317075156195288424, -2202031854958422173, -978957336322084866, 5920060898600327954, -2630753530315608263, -430926843055680346, 2662266690810902619, -7280263287200116406, -8381929486784699214, 28692085361749677, 132270881341332576, -4084228403775420827, -6030448466559107299, -1722633301699443458, -7457682404456144940, -1480786551815629761, 7397652933018921328, -220455580985717332, 8902852115807740961, -1509988422037296045, 2170313037175595362, 1626739729283914089, 2102188877986464796, 1915868752343852573, -7938032759916187158, 7209044786813066616, -3129903785811156611, -3403013813946559769, -3484462005486332, -8332417805325817358, 3232216849647869430, -7404908301190926108, 8382097851029904905, 4898465400226732612, -9015458521512334651, 1302504545938864724, 7870542604387357635]\nINFO [main] 2018-09-02 09:35:40,075 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@49cb9565[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@4aa8df28[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@7d15d286}\nINFO [MigrationStage:1] 2018-09-02 09:35:40,101 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 960 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:40,102 Memtable.java:347 - Writing Memtable-schema_keyspaces@1793546065(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:40,103 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=1535880938656, position=102352)\nINFO [MigrationStage:1] 2018-09-02 09:35:40,478 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115125 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-02 09:35:40,479 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1441382958(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-02 09:35:40,488 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=1535880938656, position=102352)\nINFO [MigrationStage:1] 2018-09-02 09:35:40,800 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254938 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:40,801 Memtable.java:347 - Writing Memtable-schema_columns@1234664000(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:40,822 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=1535880938656, position=102352)\nINFO [MigrationStage:1] 2018-09-02 09:35:41,119 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 155 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-02 09:35:41,120 Memtable.java:347 - Writing Memtable-schema_triggers@1266640391(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-02 09:35:41,121 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=1535880938656, position=102352)\nINFO [MigrationStage:1] 2018-09-02 09:35:41,198 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 155 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:41,199 Memtable.java:347 - Writing Memtable-schema_usertypes@1948233682(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:41,200 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=1535880938656, position=102352)\nINFO [MigrationStage:1] 2018-09-02 09:35:41,930 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@33de31cd[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 09:35:41,935 ColumnFamilyStore.java:361 - Initializing system_traces.sessions\nINFO [MigrationStage:1] 2018-09-02 09:35:41,936 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@5b46ddf[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 09:35:41,941 ColumnFamilyStore.java:361 - Initializing system_traces.events\nINFO [main] 2018-09-02 09:35:42,306 ColumnFamilyStore.java:905 - Enqueuing flush of local: 595 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:2] 2018-09-02 09:35:42,307 Memtable.java:347 - Writing Memtable-local@246509968(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:2] 2018-09-02 09:35:42,308 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=1535880938656, position=102595)\nINFO [main] 2018-09-02 09:35:42,996 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51482 (0%) on-heap, 0 (0%) off-heap\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:42,997 Memtable.java:347 - Writing Memtable-local@577426267(8.367KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit)\nINFO [MemtableFlushWriter:1] 2018-09-02 09:35:43,005 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=1535880938656, position=114587)\nINFO [CompactionExecutor:1] 2018-09-02 09:35:43,288 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db')]\nINFO [main] 2018-09-02 09:35:43,371 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL\nINFO [main] 2018-09-02 09:35:43,467 Server.java:155 - Netty using native Epoll event loop\nINFO [main] 2018-09-02 09:35:43,497 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 09:35:43,497 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042...\nINFO [main] 2018-09-02 09:35:43,547 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160\nINFO [Thread-2] 2018-09-02 09:35:43,554 ThriftServer.java:136 - Listening for thrift clients...\nINFO [CompactionExecutor:1] 2018-09-02 09:35:43,781 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,878 bytes to 5,692 (~96% of original) in 488ms = 0.011124MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, }\nINFO [StorageServiceShutdownHook] 2018-09-02 09:36:42,221 ThriftServer.java:142 - Stop listening to thrift clients\nINFO [StorageServiceShutdownHook] 2018-09-02 09:36:42,261 Server.java:225 - Stop listening for CQL clients\nINFO [StorageServiceShutdownHook] 2018-09-02 09:36:42,261 Gossiper.java:1454 - Announcing shutdown\nINFO [StorageServiceShutdownHook] 2018-09-02 09:36:42,263 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown\nINFO [StorageServiceShutdownHook] 2018-09-02 09:36:44,270 MessagingService.java:734 - Waiting for messaging service to quiesce\nINFO [ACCEPT-localhost/127.0.0.1] 2018-09-02 09:36:44,272 MessagingService.java:1020 - MessagingService has terminated the accept() thread\n\nreal\t0m0.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:28.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:28.538Z", "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.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:28.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:28.538Z", "message": "[vellum] sudo cat /var/log/clearwater", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:28.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:28.538Z", "message": "[vellum] sudo cat /var/log/cassandra/system.log", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:28.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:28.538Z", "message": "[vellum] sudo cat /etc/cassandra/logback", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:28.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:29.361Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:29.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:29.543Z", "message": "Execution done (return_code=0): /tmp/66OC7/install-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:29.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:29.543Z", "message": "[vellum] Installation is done", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:29.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:29.543Z", "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.005s\nuser\t0m0.000s\nsys\t0m0.005s", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:29.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.configure", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:29.543Z", "message": "[vellum] sudo cat /etc/cassandra/cassandra", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:29.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "7b5c9975-d1bd-4dad-b030-bf96d3a5e8e1"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:30.199Z", "message": "Starting node", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:30.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:30.199Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:30.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:30.199Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:30.199Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:30.546Z", "message": "", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:30.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:30.546Z", "message": "Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/Q33VE/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:30.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:30.546Z", "message": "Executing: /tmp/Q33VE/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:30.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:31.551Z", "message": "Running liveness detection on port 7000", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:31.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:31.551Z", "message": "[vellum] Starting homestead node", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:31.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:31.551Z", "message": "[vellum] 192.168.120.30", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:31.551Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1925, "offset": 1857, "size": 50}}} 2018-09-02 09:37:31,735 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:31,735 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:31 GMT 2018-09-02 09:37:31,735 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:31,735 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82442 2018-09-02 09:37:31,736 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:31,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo netstat 2018-09-02 09:37:31,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => UID PID PPID C STIME TTY TIME CMD root 1 0 0 09:31 ? 00:00:01 /sbin/init root 2 0 0 09:31 ? 00:00:00 [kthreadd] root 3 2 0 09:31 ? 00:00:00 [ksoftirqd/0] root 5 2 0 09:31 ? 00:00:00 [kworker/0:0H] root 6 2 0 09:31 ? 00:00:00 [kworker/u4:0] root 7 2 0 09:31 ? 00:00:00 [rcu_sched] root 8 2 0 09:31 ? 00:00:00 [rcuos/0] root 9 2 0 09:31 ? 00:00:00 [rcuos/1] root 10 2 0 09:31 ? 00:00:00 [rcu_bh] root 11 2 0 09:31 ? 00:00:00 [rcuob/0] root 12 2 0 09:31 ? 00:00:00 [rcuob/1] root 13 2 0 09:31 ? 00:00:00 [migration/0] root 14 2 0 09:31 ? 00:00:00 [watchdog/0] root 15 2 0 09:31 ? 00:00:00 [watchdog/1] root 16 2 0 09:31 ? 00:00:00 [migration/1] root 17 2 0 09:31 ? 00:00:00 [ksoftirqd/1] root 18 2 0 09:31 ? 00:00:00 [kworker/1:0] root 19 2 0 09:31 ? 00:00:00 [kworker/1:0H] root 20 2 0 09:31 ? 00:00:00 [khelper] root 21 2 0 09:31 ? 00:00:00 [kdevtmpfs] root 22 2 0 09:31 ? 00:00:00 [netns] root 23 2 0 09:31 ? 00:00:00 [writeback] root 24 2 0 09:31 ? 00:00:00 [kintegrityd] root 25 2 0 09:31 ? 00:00:00 [bioset] root 26 2 0 09:31 ? 00:00:00 [kworker/u5:0] root 27 2 0 09:31 ? 00:00:00 [kblockd] root 28 2 0 09:31 ? 00:00:00 [ata_sff] root 29 2 0 09:31 ? 00:00:00 [khubd] root 30 2 0 09:31 ? 00:00:00 [md] root 31 2 0 09:31 ? 00:00:00 [devfreq_wq] root 32 2 0 09:31 ? 00:00:00 [kworker/0:1] root 34 2 0 09:31 ? 00:00:00 [khungtaskd] root 35 2 0 09:31 ? 00:00:00 [kswapd0] root 36 2 0 09:31 ? 00:00:00 [vmstat] root 37 2 0 09:31 ? 00:00:00 [ksmd] root 38 2 0 09:31 ? 00:00:00 [khugepaged] root 39 2 0 09:31 ? 00:00:00 [fsnotify_mark] root 40 2 0 09:31 ? 00:00:00 [ecryptfs-kthrea] root 41 2 0 09:31 ? 00:00:00 [crypto] root 53 2 0 09:31 ? 00:00:00 [kthrotld] root 54 2 0 09:31 ? 00:00:00 [kworker/u4:1] root 55 2 0 09:31 ? 00:00:00 [vballoon] root 56 2 0 09:31 ? 00:00:00 [kworker/1:1] root 57 2 0 09:31 ? 00:00:00 [scsi_eh_0] root 58 2 0 09:31 ? 00:00:00 [scsi_eh_1] root 79 2 0 09:31 ? 00:00:00 [deferwq] root 80 2 0 09:31 ? 00:00:00 [charger_manager] root 124 2 0 09:31 ? 00:00:00 [kpsmoused] root 142 2 0 09:31 ? 00:00:00 [kworker/0:2] root 186 2 0 09:31 ? 00:00:00 [jbd2/vda1-8] root 187 2 0 09:31 ? 00:00:00 [ext4-rsv-conver] root 388 1 0 09:31 ? 00:00:00 upstart-udev-bridge --daemon root 392 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-udevd --daemon root 449 2 0 09:31 ? 00:00:00 [kworker/u5:1] root 511 1 0 09:31 ? 00:00:00 upstart-socket-bridge --daemon root 601 1 0 09:31 ? 00:00:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0 root 820 2 0 09:31 ? 00:00:00 [kauditd] message+ 877 1 0 09:31 ? 00:00:00 dbus-daemon --system --fork root 919 1 0 09:31 ? 00:00:00 /lib/systemd/systemd-logind root 962 1 0 09:31 ? 00:00:00 upstart-file-bridge --daemon syslog 988 1 0 09:31 ? 00:00:00 rsyslogd root 1051 1 0 09:31 tty4 00:00:00 /sbin/getty -8 38400 tty4 root 1054 1 0 09:32 tty5 00:00:00 /sbin/getty -8 38400 tty5 root 1058 1 0 09:32 tty2 00:00:00 /sbin/getty -8 38400 tty2 root 1059 1 0 09:32 tty3 00:00:00 /sbin/getty -8 38400 tty3 root 1061 1 0 09:32 tty6 00:00:00 /sbin/getty -8 38400 tty6 root 1105 1 0 09:32 ? 00:00:00 /usr/sbin/sshd -D root 1108 1 0 09:32 ? 00:00:00 cron daemon 1109 1 0 09:32 ? 00:00:00 atd root 1117 1 0 09:32 ? 00:00:00 /usr/sbin/irqbalance root 1122 1 0 09:32 ? 00:00:00 acpid -c /etc/acpi/events -s /var/run/acpid.socket root 1199 1 0 09:32 tty1 00:00:00 /sbin/getty -8 38400 tty1 root 1205 1 0 09:32 ttyS0 00:00:00 /sbin/getty -L ttyS0 115200 vt102 ubuntu 1651 1 0 09:32 ? 00:00:00 /home/ubuntu/vellum_host_9shwa2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_9shwa2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_9shwa2 --logging-server-logdir=/home/ubuntu/vellum_host_9shwa2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_9shwa2/work/vellum_host_9shwa2%I.log --pidfile=/home/ubuntu/vellum_host_9shwa2/work/vellum_host_9shwa2.pid ubuntu 1765 1 0 09:32 ? 00:00:01 python2.7 /home/ubuntu/vellum_host_9shwa2/env/bin/diamond --configfile /home/ubuntu/vellum_host_9shwa2/work/plugins/diamond/etc/diamond.conf ubuntu 1817 1651 0 09:34 ? 00:00:00 /home/ubuntu/vellum_host_9shwa2/env/bin/python2.7 -m celery worker --gate-keeper-bucket-size=5 --include=cloudify.dispatch --autoscale=5,0 --without-gossip -Ofair -Q vellum_host_9shwa2 --with-logging-server --config=cloudify.broker_config --heartbeat-interval=2 -n celery@vellum_host_9shwa2 --logging-server-logdir=/home/ubuntu/vellum_host_9shwa2/work/logs --events --app=cloudify_agent.app.app --loglevel=debug --without-mingle --maxtasksperchild=10 --with-gate-keeper --logfile=/home/ubuntu/vellum_host_9shwa2/work/vellum_host_9shwa2%I.log --pidfile=/home/ubuntu/vellum_host_9shwa2/work/vellum_host_9shwa2.pid ubuntu 1838 1817 0 09:34 ? 00:00:00 /home/ubuntu/vellum_host_9shwa2/env/bin/python2.7 /home/ubuntu/vellum_host_9shwa2/env/lib/python2.7/site-packages/cloudify/dispatch.pyc /tmp/task-script_runner.run-6tVizC ubuntu 1849 1838 0 09:34 ? 00:00:00 /bin/sh -c /tmp/66OC7/install-vellum.sh ubuntu 1851 1849 0 09:34 ? 00:00:00 /bin/bash -e /tmp/66OC7/install-vellum.sh root 2437 2 0 09:35 ? 00:00:00 [kworker/u5:2] ntp 11832 1 0 09:36 ? 00:00:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -g -u 108:112 memcache 12226 1 0 09:36 ? 00:00:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 root 12890 1 0 09:36 ? 00:00:00 /usr/bin/monit -I -c /etc/monit/monitrc root 13216 1 0 09:36 ? 00:00:00 /bin/sh -e /proc/self/fd/9 root 13223 13216 0 09:36 ? 00:00:00 cpulimit -e astaire -l 10 root 13900 12890 0 09:37 ? 00:00:00 [check-monit-upt] memcache 13922 1 0 09:37 ? 00:00:00 /usr/bin/memcached -v -e ignore_vbucket=true;cache_size=3072000000;eviction=false -p 11211 -u memcache -l 192.168.120.30 -c 4096 -r -U 0 root 13928 12890 0 09:37 ? 00:00:00 [check-memcached] root 13931 12890 0 09:37 ? 00:00:00 [poll_memcached.] root 13936 12890 0 09:37 ? 00:00:00 /bin/bash -c /usr/share/clearwater/bin/issue-alarm monit 6500.3; /etc/init.d/clearwater-etcd restart root 13953 13936 0 09:37 ? 00:00:00 /bin/bash /etc/init.d/clearwater-etcd restart root 13998 13953 0 09:37 ? 00:00:00 sleep 19 dnsmasq 14242 1 0 09:37 ? 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 14306 1851 0 09:37 ? 00:00:00 /bin/bash -e /tmp/66OC7/install-vellum.sh ubuntu 14307 14306 0 09:37 ? 00:00:00 /bin/bash -e /tmp/66OC7/install-vellum.sh root 14308 14307 0 09:37 ? 00:00:00 sudo ps -edf root 14309 14308 0 09:37 ? 00:00:00 ps -edf real 0m0.009s user 0m0.000s sys 0m0.009s 2018-09-02 09:37:31,738 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo find /var/log 2018-09-02 09:37:31,739 - 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/rogers/rogers_current.txt /var/log/rogers/rogers_err.log /var/log/rogers/rogers_out.log /var/log/rogers/rogers_20180902T090000Z.txt /var/log/astaire /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.007s user 0m0.006s sys 0m0.002s 2018-09-02 09:37:31,739 - 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 14242/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 12890/monit tcp 0 0 192.168.120.30:11211 0.0.0.0:* LISTEN 13922/memcached tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 12226/memcached tcp6 0 0 ::1:53 :::* LISTEN 14242/dnsmasq tcp6 0 0 :::22 :::* LISTEN 1105/sshd udp 0 0 0.0.0.0:58478 0.0.0.0:* 601/dhclient udp 0 0 192.168.120.30:123 0.0.0.0:* 11832/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 11832/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 11832/ntpd udp 0 0 127.0.0.1:11211 0.0.0.0:* 12226/memcached udp 0 0 127.0.0.1:53 0.0.0.0:* 14242/dnsmasq udp 0 0 0.0.0.0:68 0.0.0.0:* 601/dhclient udp6 0 0 fe80::f816:3eff:fe6:123 :::* 11832/ntpd udp6 0 0 ::1:123 :::* 11832/ntpd udp6 0 0 :::123 :::* 11832/ntpd udp6 0 0 :::4375 :::* 601/dhclient udp6 0 0 ::1:53 :::* 14242/dnsmasq Active UNIX domain sockets (only servers) Proto RefCnt Flags Type State I-Node PID/Program name Path unix 2 [ ACC ] STREAM LISTENING 8959 877/dbus-daemon /var/run/dbus/system_bus_socket unix 2 [ ACC ] SEQPACKET LISTENING 8201 392/systemd-udevd /run/udev/control unix 2 [ ACC ] STREAM LISTENING 11023 1651/python2.7 /tmp/cloudify-logging-server-fda79.socket unix 2 [ ACC ] STREAM LISTENING 11850 1838/python2.7 /tmp/ctx-8R2W3q.socket unix 2 [ ACC ] STREAM LISTENING 9314 1122/acpid /var/run/acpid.socket unix 2 [ ACC ] STREAM LISTENING 7015 1/init @/com/ubuntu/upstart real 0m0.008s user 0m0.004s sys 0m0.005s 2018-09-02 09:37:31,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => 2018-09-02 09:36:45.271080938 Stopping etcd clearwater-etcd 2018-09-02 09:37:11.368554818 Restarting etcd clearwater-etcd 2018-09-02 09:37:11.375847745 Configured ETCDCTL_PEERS: 192.168.120.10:4000, 2018-09-02 09:37:11.376946084 Check for previous failed startup attempt 2018-09-02 09:37:11.378693031 Running etcdctl member list 5a390934aeb2089e: name=192-168-120-10 peerURLs=http://192.168.120.10:2380 clientURLs=http://192.168.120.10:4000 isLeader=true 2018-09-02 09:37:11.488615193 etcdctl returned 0 2018-09-02 09:37:11.499469510 Joining existing cluster... real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:31,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-09-02 09:37:31,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater*.log 2018-09-02 09:37:31,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => INFO [main] 2018-09-02 09:35:36,440 CassandraDaemon.java:159 - Could not resolve local host INFO [main] 2018-09-02 09:35:36,460 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 09:35:36,560 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 09:35:36,728 DatabaseDescriptor.java:343 - DiskAccessMode 'auto' determined to be mmap, indexAccessMode is mmap INFO [main] 2018-09-02 09:35:36,737 DatabaseDescriptor.java:437 - Global memtable on-heap threshold is enabled at 245MB INFO [main] 2018-09-02 09:35:36,737 DatabaseDescriptor.java:441 - Global memtable off-heap threshold is enabled at 245MB INFO [main] 2018-09-02 09:35:37,095 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 09:35:37,116 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 09:35:37,140 CassandraDaemon.java:174 - JVM vendor/version: OpenJDK 64-Bit Server VM/1.7.0_181 WARN [main] 2018-09-02 09:35:37,141 CassandraDaemon.java:179 - OpenJDK is not recommended. Please upgrade to the newest Oracle Java release INFO [main] 2018-09-02 09:35:37,141 CassandraDaemon.java:202 - Heap size: 1027604480/1027604480 INFO [main] 2018-09-02 09:35:37,142 CassandraDaemon.java:204 - Code Cache Non-heap memory: init = 2555904(2496K) used = 703232(686K) committed = 2555904(2496K) max = 50331648(49152K) INFO [main] 2018-09-02 09:35:37,142 CassandraDaemon.java:204 - Par Eden Space Heap memory: init = 167772160(163840K) used = 73993008(72258K) committed = 167772160(163840K) max = 167772160(163840K) INFO [main] 2018-09-02 09:35:37,142 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 09:35:37,142 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 09:35:37,143 CassandraDaemon.java:204 - CMS Perm Gen Non-heap memory: init = 21757952(21248K) used = 16665320(16274K) committed = 21757952(21248K) max = 174063616(169984K) INFO [main] 2018-09-02 09:35:37,143 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 09:35:37,144 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_1535880935.hprof, -XX:ErrorFile=/var/lib/cassandra/hs_err_1535880935.log] INFO [main] 2018-09-02 09:35:37,184 CLibrary.java:144 - JNA mlockall successful WARN [main] 2018-09-02 09:35:37,184 CassandraDaemon.java:85 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. ERROR [main] 2018-09-02 09:35:37,266 CassandraDaemon.java:266 - Directory /var/lib/cassandra/data doesn't exist ERROR [main] 2018-09-02 09:35:37,268 CassandraDaemon.java:266 - Directory /var/lib/cassandra/commitlog doesn't exist ERROR [main] 2018-09-02 09:35:37,268 CassandraDaemon.java:266 - Directory /var/lib/cassandra/saved_caches doesn't exist INFO [main] 2018-09-02 09:35:37,272 CacheService.java:110 - Initializing key cache with capacity of 49 MBs. INFO [main] 2018-09-02 09:35:37,278 CacheService.java:132 - Initializing row cache with capacity of 0 MBs INFO [main] 2018-09-02 09:35:37,283 CacheService.java:149 - Initializing counter cache with capacity of 24 MBs INFO [main] 2018-09-02 09:35:37,284 CacheService.java:160 - Scheduling counter cache save to every 7200 seconds (going to save all keys). INFO [main] 2018-09-02 09:35:37,357 ColumnFamilyStore.java:361 - Initializing system.schema_triggers INFO [main] 2018-09-02 09:35:38,679 ColumnFamilyStore.java:361 - Initializing system.compaction_history INFO [main] 2018-09-02 09:35:38,684 ColumnFamilyStore.java:361 - Initializing system.batchlog INFO [main] 2018-09-02 09:35:38,689 ColumnFamilyStore.java:361 - Initializing system.sstable_activity INFO [main] 2018-09-02 09:35:38,693 ColumnFamilyStore.java:361 - Initializing system.peer_events INFO [main] 2018-09-02 09:35:38,697 ColumnFamilyStore.java:361 - Initializing system.compactions_in_progress INFO [main] 2018-09-02 09:35:38,701 ColumnFamilyStore.java:361 - Initializing system.hints INFO [main] 2018-09-02 09:35:38,787 ColumnFamilyStore.java:361 - Initializing system.schema_keyspaces INFO [main] 2018-09-02 09:35:38,795 ColumnFamilyStore.java:361 - Initializing system.range_xfers INFO [main] 2018-09-02 09:35:38,799 ColumnFamilyStore.java:361 - Initializing system.schema_columnfamilies INFO [main] 2018-09-02 09:35:38,803 ColumnFamilyStore.java:361 - Initializing system.paxos INFO [main] 2018-09-02 09:35:38,809 ColumnFamilyStore.java:361 - Initializing system.schema_columns INFO [main] 2018-09-02 09:35:38,815 ColumnFamilyStore.java:361 - Initializing system.schema_usertypes INFO [main] 2018-09-02 09:35:38,818 ColumnFamilyStore.java:361 - Initializing system.IndexInfo INFO [main] 2018-09-02 09:35:38,822 ColumnFamilyStore.java:361 - Initializing system.peers INFO [main] 2018-09-02 09:35:38,837 ColumnFamilyStore.java:361 - Initializing system.size_estimates INFO [main] 2018-09-02 09:35:38,842 ColumnFamilyStore.java:361 - Initializing system.local INFO [main] 2018-09-02 09:35:38,917 DatabaseDescriptor.java:692 - Couldn't detect any schema definitions in local storage. INFO [main] 2018-09-02 09:35:38,918 DatabaseDescriptor.java:697 - To create keyspaces and column families, see 'help create' in cqlsh. INFO [main] 2018-09-02 09:35:38,958 ColumnFamilyStore.java:905 - Enqueuing flush of local: 794 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 09:35:38,964 Memtable.java:347 - Writing Memtable-local@998940916(0.139KiB serialized bytes, 5 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 09:35:39,004 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=1535880938656, position=399) INFO [main] 2018-09-02 09:35:39,356 CommitLog.java:122 - No commitlog files found; skipping replay INFO [main] 2018-09-02 09:35:39,500 StorageService.java:622 - Cassandra version: 2.1.15 INFO [main] 2018-09-02 09:35:39,500 StorageService.java:623 - Thrift API version: 19.39.0 INFO [main] 2018-09-02 09:35:39,502 StorageService.java:624 - CQL supported versions: 2.0.0,3.2.1 (default: 3.2.1) INFO [main] 2018-09-02 09:35:39,517 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 09:35:39,518 StorageService.java:649 - Loading persisted ring state INFO [main] 2018-09-02 09:35:39,532 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 09:35:39,541 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 09:35:39,615 SystemKeyspace.java:765 - No host ID found, created a5ab062f-a44e-4517-a46b-cc98ab990315 (Note: This should happen exactly once per node). INFO [main] 2018-09-02 09:35:39,618 StorageService.java:807 - Starting up server gossip INFO [main] 2018-09-02 09:35:39,620 ColumnFamilyStore.java:905 - Enqueuing flush of local: 1984 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-02 09:35:39,621 Memtable.java:347 - Writing Memtable-local@282746362(0.368KiB serialized bytes, 15 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-02 09:35:39,622 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=1535880938656, position=93397) INFO [main] 2018-09-02 09:35:39,957 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 09:35:39,967 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 09:35:39,999 MessagingService.java:506 - Starting Messaging Service on port 7000 INFO [main] 2018-09-02 09:35:40,012 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 09:35:40,019 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 09:35:40,029 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 09:35:40,035 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 09:35:40,048 StorageService.java:844 - This node will not auto bootstrap because it is configured to be a seed node. INFO [main] 2018-09-02 09:35:40,050 YamlConfigurationLoader.java:92 - Loading settings from file:/etc/cassandra/cassandra.yaml INFO [main] 2018-09-02 09:35:40,056 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 09:35:40,066 StorageService.java:959 - Generated random tokens. tokens are [-1517853207061013526, 1328456035734027468, -8521585334873527095, -5883710745749137692, -3094263347807256672, 1458285585419715759, 8793696528696671487, -3945290287367773449, 7373748475623643035, 3264414134373171275, 4500611656884714132, -3261577020649275220, 6713138629121943137, 961022094614524562, 6307096804401061734, 3097651474116642461, 2434253302307385385, -8975728947940620095, 5458762198459065183, -4096701674166714572, -3297448088580755820, 4918341136872671207, -5188908751847915811, 1789826002394636376, 4729952647556978334, -8401675142303256780, -3095852999009286621, 5699735664916256238, -7868617223481468080, -2027986054863206706, 4271626192540775236, 3062582155886924134, -1811777079153291290, 199305339176549923, 3741158241590224488, 153577702451309726, -482338973253006730, 7203381966557632652, -8095793232451477959, -5197525396152496143, -8080029540500491496, 6577058116705632099, 6805246199289558480, -4197759078851202759, -5767649346018027570, -5043579673598157679, -3362332999473713872, 4354070595066650562, 4371414662688306389, 6635402878626158819, 1691881092114973847, 3568626641437008467, -7860040571256405349, 8696168076247361868, -6691130790062304693, -6464532474759683954, -9118093346300215646, 6692779640332521376, -3888142688168857703, -4556734118269603371, -8258314849501075491, 5257131650129753558, 175690574711842155, 2899316445688783330, -4542053970504826976, 8800854260610388677, 1498285794558004201, 8302915355735452384, -4352250316404358028, -3085175937255253816, 1024112566927552496, 8295805934381073540, 5566301914552800968, -8291969963851818823, -4564387630042642010, 1137898510341230700, -1440488724145470769, 2107219721053959011, 1997583070765737555, 7275885908065413696, 4206251216849422533, 7238619704002466112, 8017122976403062189, 5114260844262470370, -7718133836115568155, 3205027120885146149, -4867679014901623770, 8262408248097209619, 4760532564827110248, -7120356680751609044, -4812643192334889803, -8288211488809396400, -9007771988552012493, -3867834346511662716, -1859960499533522275, 4541207221751101255, -3926988346948015320, 1392194959608973921, -5455686301475520986, -5223239871492691094, 5648086234477474748, -2192978839282934006, 8113916576293862014, -972035883798474901, 4486658644877004271, 8158809045548775226, -7953531940195030827, -4860789197814773743, -6311850711005437267, -3146222083545858303, -2954327977283118837, -5827174452086440325, -5434926849015075238, -937396972808071625, 5630798883725340912, -1899106001890513807, -5647789898054493506, 8682893494866611221, -2113039423871523704, 1767940582691945239, -7298946913854032873, -3316554794999400083, 7053201766449676860, -6494813075185116255, -3512625561948876491, 8164549292582423085, 3086098311390462757, 2939344638884642107, 3762368958156609088, -1026374516879801760, 7545317242600914348, -4850705862954557478, -3642100046324101820, 5004997475596906970, 7889193877469377986, 4040530362081437481, -2891935193815838734, -5648896256364250343, 5560096163878874835, -8088078548360426114, -7446647136006369446, -2262972594092611486, 4464948190609984910, 4817453451228120775, -4079229865764522133, 4584088714387257661, -6953567766039168136, -7183061480442118109, 541450432207573691, -3038958546986115324, 2155669740940700802, 474444411175256949, -8961876007523842591, -3983021619974496769, -4854006281789264210, -7169200384068669369, -369360326756898710, -1597191024805167738, 3230315763635800421, -2110089962319252606, 3533795741016339147, 3148329583274320128, 2236200638889078207, 961282249062145827, 7101705202468273065, 2100978967655799360, 6475467080998296009, 5864448089881409938, 4519125808180749625, 925112864539456034, 3797312223226354342, 5426710059406701970, 1382172225475636416, -8586293676952936508, 687834716902595722, 6286593399033581795, -7929123620053614300, 4577930104612410753, 6721557313002067074, -2889413905319286186, 8960332605484544779, -4657399339032091024, 1906813111447256995, -1182502380688747861, -1818806533589110551, -2461232483514667353, 1660824088069230550, 4321476438338972487, -5881313867939942251, 8409641327192266420, 2088556641170233531, 1244117845507594207, 1047339836772936710, 7188886772262302543, -6678001247007479665, 2264875772739483912, -1029689430070187144, -8770204029790142044, 156445834744006499, 4353183291701939821, -7998637018229777296, -4890966649313670959, -6131714199738720989, 5018739219657747550, -7869388830294372683, 8844180147767719818, 1947641590863588896, -5133480526247836195, -3213861718877608938, 4867028511104772145, 3413586356907754331, -4497504196226703795, -4010500490743521563, -4923217830102608358, 4922830715815295487, -7449719331725255989, -4999378799806783216, 8048831991111604947, -4058998110085089443, -3317075156195288424, -2202031854958422173, -978957336322084866, 5920060898600327954, -2630753530315608263, -430926843055680346, 2662266690810902619, -7280263287200116406, -8381929486784699214, 28692085361749677, 132270881341332576, -4084228403775420827, -6030448466559107299, -1722633301699443458, -7457682404456144940, -1480786551815629761, 7397652933018921328, -220455580985717332, 8902852115807740961, -1509988422037296045, 2170313037175595362, 1626739729283914089, 2102188877986464796, 1915868752343852573, -7938032759916187158, 7209044786813066616, -3129903785811156611, -3403013813946559769, -3484462005486332, -8332417805325817358, 3232216849647869430, -7404908301190926108, 8382097851029904905, 4898465400226732612, -9015458521512334651, 1302504545938864724, 7870542604387357635] INFO [main] 2018-09-02 09:35:40,075 MigrationManager.java:230 - Create new Keyspace: KSMetaData{name=system_traces, strategyClass=SimpleStrategy, strategyOptions={replication_factor=2}, cfMetaData={sessions=org.apache.cassandra.config.CFMetaData@49cb9565[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@4aa8df28[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@7d15d286} INFO [MigrationStage:1] 2018-09-02 09:35:40,101 ColumnFamilyStore.java:905 - Enqueuing flush of schema_keyspaces: 960 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 09:35:40,102 Memtable.java:347 - Writing Memtable-schema_keyspaces@1793546065(0.261KiB serialized bytes, 7 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 09:35:40,103 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=1535880938656, position=102352) INFO [MigrationStage:1] 2018-09-02 09:35:40,478 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columnfamilies: 115125 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-02 09:35:40,479 Memtable.java:347 - Writing Memtable-schema_columnfamilies@1441382958(29.505KiB serialized bytes, 514 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-02 09:35:40,488 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=1535880938656, position=102352) INFO [MigrationStage:1] 2018-09-02 09:35:40,800 ColumnFamilyStore.java:905 - Enqueuing flush of schema_columns: 254938 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 09:35:40,801 Memtable.java:347 - Writing Memtable-schema_columns@1234664000(47.245KiB serialized bytes, 939 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 09:35:40,822 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=1535880938656, position=102352) INFO [MigrationStage:1] 2018-09-02 09:35:41,119 ColumnFamilyStore.java:905 - Enqueuing flush of schema_triggers: 155 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-02 09:35:41,120 Memtable.java:347 - Writing Memtable-schema_triggers@1266640391(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-02 09:35:41,121 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=1535880938656, position=102352) INFO [MigrationStage:1] 2018-09-02 09:35:41,198 ColumnFamilyStore.java:905 - Enqueuing flush of schema_usertypes: 155 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 09:35:41,199 Memtable.java:347 - Writing Memtable-schema_usertypes@1948233682(0.008KiB serialized bytes, 1 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 09:35:41,200 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=1535880938656, position=102352) INFO [MigrationStage:1] 2018-09-02 09:35:41,930 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@33de31cd[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 09:35:41,935 ColumnFamilyStore.java:361 - Initializing system_traces.sessions INFO [MigrationStage:1] 2018-09-02 09:35:41,936 DefsTables.java:373 - Loading org.apache.cassandra.config.CFMetaData@5b46ddf[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 09:35:41,941 ColumnFamilyStore.java:361 - Initializing system_traces.events INFO [main] 2018-09-02 09:35:42,306 ColumnFamilyStore.java:905 - Enqueuing flush of local: 595 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:2] 2018-09-02 09:35:42,307 Memtable.java:347 - Writing Memtable-local@246509968(0.081KiB serialized bytes, 6 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:2] 2018-09-02 09:35:42,308 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=1535880938656, position=102595) INFO [main] 2018-09-02 09:35:42,996 ColumnFamilyStore.java:905 - Enqueuing flush of local: 51482 (0%) on-heap, 0 (0%) off-heap INFO [MemtableFlushWriter:1] 2018-09-02 09:35:42,997 Memtable.java:347 - Writing Memtable-local@577426267(8.367KiB serialized bytes, 259 ops, 0%/0% of on/off-heap limit) INFO [MemtableFlushWriter:1] 2018-09-02 09:35:43,005 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=1535880938656, position=114587) INFO [CompactionExecutor:1] 2018-09-02 09:35:43,288 CompactionTask.java:141 - Compacting [SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-2-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-4-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-1-Data.db'), SSTableReader(path='/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-3-Data.db')] INFO [main] 2018-09-02 09:35:43,371 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to NORMAL INFO [main] 2018-09-02 09:35:43,467 Server.java:155 - Netty using native Epoll event loop INFO [main] 2018-09-02 09:35:43,497 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 09:35:43,497 Server.java:194 - Starting listening for CQL clients on localhost/127.0.0.1:9042... INFO [main] 2018-09-02 09:35:43,547 ThriftServer.java:119 - Binding thrift service to localhost/127.0.0.1:9160 INFO [Thread-2] 2018-09-02 09:35:43,554 ThriftServer.java:136 - Listening for thrift clients... INFO [CompactionExecutor:1] 2018-09-02 09:35:43,781 CompactionTask.java:274 - Compacted 4 sstables to [/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/system-local-ka-5,]. 5,878 bytes to 5,692 (~96% of original) in 488ms = 0.011124MB/s. 4 total partitions merged to 1. Partition merge counts were {4:1, } INFO [StorageServiceShutdownHook] 2018-09-02 09:36:42,221 ThriftServer.java:142 - Stop listening to thrift clients INFO [StorageServiceShutdownHook] 2018-09-02 09:36:42,261 Server.java:225 - Stop listening for CQL clients INFO [StorageServiceShutdownHook] 2018-09-02 09:36:42,261 Gossiper.java:1454 - Announcing shutdown INFO [StorageServiceShutdownHook] 2018-09-02 09:36:42,263 StorageService.java:1715 - Node localhost/127.0.0.1 state jump to shutdown INFO [StorageServiceShutdownHook] 2018-09-02 09:36:44,270 MessagingService.java:734 - Waiting for messaging service to quiesce INFO [ACCEPT-localhost/127.0.0.1] 2018-09-02 09:36:44,272 MessagingService.java:1020 - MessagingService has terminated the accept() thread real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:31,741 - 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.000s sys 0m0.005s 2018-09-02 09:37:31,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/clearwater 2018-09-02 09:37:31,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /var/log/cassandra/system.log 2018-09-02 09:37:31,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/logback 2018-09-02 09:37:31,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:31,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/66OC7/install-vellum.sh 2018-09-02 09:37:31,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Installation is done 2018-09-02 09:37:31,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] => # YAML topology configuration file for Cassandra, # to be used with YamlFileNetworkTopologySnitch. # The topology, as a list of data centers. topology: # Each data center has a name and a list of racks. - dc_name: DC1 racks: # Each rack has a name and a list of nodes. - rack_name: c1 nodes: # Each node has a broadcast address (required) # and a data-center-local address (optional). # If dc_local_address is specified, its peers # in the same data center will attempt to # reconnect over that address instead. - broadcast_address: 1.2.3.4 dc_local_address: 5.6.7.8 # Default data center name for unknown nodes; defaults to "UNKNOWN" # default_dc_name: UNKNOWN # Default rack name for unknown nodes # default_rack_name: UNKNOWN; defaults to "UNKNOWN" real 0m0.005s user 0m0.000s sys 0m0.005s 2018-09-02 09:37:31,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] sudo cat /etc/cassandra/cassandra 2018-09-02 09:37:31,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting node 2018-09-02 09:37:31,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:37:31,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:37:31,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 2018-09-02 09:37:31,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/start-vellum.sh to /tmp/Q33VE/start-vellum.sh 2018-09-02 09:37:31,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/Q33VE/start-vellum.sh 2018-09-02 09:37:31,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Running liveness detection on port 7000 2018-09-02 09:37:31,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Starting homestead node 2018-09-02 09:37:31,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] 192.168.120.30 2018-09-02 09:37:31,744 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:31,950 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:31,951 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:31,951 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:31,951 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:31,951 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:31,951 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:31,951 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:31,951 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:31,951 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:31,951 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:31 GMT 2018-09-02 09:37:31,952 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:31,952 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:31,952 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:36,953 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:37,102 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:37,103 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:37,103 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:37,103 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:37,103 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:37,103 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:37,103 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:37,103 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:32.672Z", "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-02T09:37:32.672Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:35.421Z", "message": "# Deployment definitions\nhome_domain=clearwater.opnfv\nsprout_hostname=sprout.clearwater.local\nchronos_hostname=192.168.120.10: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.10\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-02T09:37:35.421Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d60cea7c-c338-4bd9-b4e9-88c844aeedf1"}], "metadata": {"pagination": {"total": 1927, "offset": 1884, "size": 50}}} 2018-09-02 09:37:37,103 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:37,104 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:37 GMT 2018-09-02 09:37:37,104 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:37,104 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1997 2018-09-02 09:37:37,104 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:37,104 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:37:37,105 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - # Deployment definitions home_domain=clearwater.opnfv sprout_hostname=sprout.clearwater.local chronos_hostname=192.168.120.10: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.10 # 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 09:37:37,105 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:37,253 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:37,253 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:37,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:37,253 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:37,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:37,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:37,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:37,254 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:37,254 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:37,254 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:37 GMT 2018-09-02 09:37:37,254 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:37,254 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:37,254 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:42,260 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:42,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:42,346 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:42,346 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:42,346 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:42,346 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:42,346 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:42,346 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:42,346 - 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-02T09:37:39.246Z", "message": "Execution done (return_code=0): /tmp/DDL46/create_number.sh", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:39.246Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d60cea7c-c338-4bd9-b4e9-88c844aeedf1"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:39.317Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:37:39.317Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:41.886Z", "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-02T09:37:41.886Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1930, "offset": 1886, "size": 50}}} 2018-09-02 09:37:42,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:42,347 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:42 GMT 2018-09-02 09:37:42,347 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:42,347 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1675 2018-09-02 09:37:42,347 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:42,347 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/DDL46/create_number.sh 2018-09-02 09:37:42,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:37:42,348 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:37:42,348 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:42,495 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:42,495 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:42,495 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:42,496 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:42 GMT 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:42,496 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:47,502 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:47,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:47,655 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:47,655 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:47,655 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:47,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:47,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:47,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:47,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1930, "offset": 1889, "size": 50}}} 2018-09-02 09:37:47,656 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:47,656 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:47 GMT 2018-09-02 09:37:47,656 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:47,656 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:37:47,656 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:47,656 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:47,957 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:47,957 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:47,957 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:47,958 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:47,958 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:47,958 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:47,958 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:47,958 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:47,958 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:47,958 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:47 GMT 2018-09-02 09:37:47,958 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:47,958 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:47,959 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:52,964 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:53,071 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:53,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:53,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:53,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:53,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:53,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:53,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:53,072 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:37:52.124Z", "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-02T09:37:52.124Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1931, "offset": 1889, "size": 50}}} 2018-09-02 09:37:53,072 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:53,073 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:53 GMT 2018-09-02 09:37:53,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:53,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:37:53,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:53,073 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:37:53,073 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:53,186 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:53,186 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:53,186 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:53,186 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:53,186 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:53,187 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:53,187 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:53,187 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:53,187 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:53,187 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:53 GMT 2018-09-02 09:37:53,187 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:53,187 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:53,187 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:58,193 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:37:58,268 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:58,268 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:58,268 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:58,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:58,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:58,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:58,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:58,269 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1931, "offset": 1890, "size": 50}}} 2018-09-02 09:37:58,269 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:58,269 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:58 GMT 2018-09-02 09:37:58,269 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:58,269 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:37:58,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:37:58,269 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:37:58,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:37:58,324 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:37:58,324 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:37:58,324 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:37:58,324 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:37:58,324 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:37:58,324 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:37:58,324 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:37:58,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:37:58,325 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:37:58 GMT 2018-09-02 09:37:58,325 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:37:58,325 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:37:58,325 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:03,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:03,445 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:03,445 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:03,445 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:03,445 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:03,445 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:03,445 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:03,445 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:03,446 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:38:02.361Z", "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-02T09:38:02.361Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1932, "offset": 1890, "size": 50}}} 2018-09-02 09:38:03,446 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:03,446 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:03 GMT 2018-09-02 09:38:03,446 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:03,446 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:38:03,446 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:03,446 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:38:03,447 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:03,503 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:03,503 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:03,503 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:03,503 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:03,503 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:03,503 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:03,503 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:03,503 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:03,504 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:03,504 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:03 GMT 2018-09-02 09:38:03,504 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:03,504 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:03,504 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:08,510 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:08,610 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:08,610 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:08,610 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:08,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1932, "offset": 1891, "size": 50}}} 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:08 GMT 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:38:08,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:08,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:08,673 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:08,673 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:08,673 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:08,673 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:08,673 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:08,674 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:08,674 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:08,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:08,674 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:08,674 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:08 GMT 2018-09-02 09:38:08,674 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:08,674 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:08,674 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:13,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:13,754 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:13,754 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:13,754 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:13,754 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:13,754 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:13,755 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:13,755 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:13,755 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:38:12.600Z", "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-02T09:38:12.600Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1933, "offset": 1891, "size": 50}}} 2018-09-02 09:38:13,755 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:13,755 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:13 GMT 2018-09-02 09:38:13,755 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:13,755 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:38:13,755 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:13,756 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:38:13,756 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:13,816 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:13,816 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:13,817 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:13,817 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:13,817 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:13,817 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:13,817 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:13,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:13,817 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:13,817 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:13 GMT 2018-09-02 09:38:13,817 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:13,818 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:13,818 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:18,823 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:18,900 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1933, "offset": 1892, "size": 50}}} 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:18 GMT 2018-09-02 09:38:18,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:18,902 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:38:18,902 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:18,902 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:18,973 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:18,973 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:18,973 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:18,973 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:18,973 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:18,973 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:18,973 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:18,973 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:18,974 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:18,974 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:18 GMT 2018-09-02 09:38:18,974 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:18,974 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:18,974 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:23,975 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:24,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:24,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:24,059 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:38:22.841Z", "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-02T09:38:22.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1934, "offset": 1892, "size": 50}}} 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:24 GMT 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:24,060 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:38:24,061 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:24,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:38:24,061 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:24,126 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:24,126 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:24,126 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:24,126 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:24,126 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:24,126 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:24,126 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:24,127 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:24,127 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:24,127 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:24 GMT 2018-09-02 09:38:24,127 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:24,127 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:24,127 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:29,132 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:29,213 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:29,214 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:29,214 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:29,214 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:29,214 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:29,214 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:29,214 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:29,214 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1934, "offset": 1893, "size": 50}}} 2018-09-02 09:38:29,214 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:29,215 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:29 GMT 2018-09-02 09:38:29,215 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:29,215 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:38:29,215 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:29,215 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:29,274 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:29,274 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:29,274 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:29,274 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:29,274 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:29,275 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:29,275 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:29,275 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:29,275 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:29,275 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:29 GMT 2018-09-02 09:38:29,275 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:29,275 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:29,275 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:34,281 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:34,354 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:34,354 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:34,355 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:34,355 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:34,355 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:34,355 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:34,355 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:34,355 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:38:33.080Z", "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-02T09:38:33.080Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1935, "offset": 1893, "size": 50}}} 2018-09-02 09:38:34,355 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:34,355 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:34 GMT 2018-09-02 09:38:34,356 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:34,356 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:38:34,356 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:34,356 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:38:34,356 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:34,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:34,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:34,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:34,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:34,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:34,418 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:34,418 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:34,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:34,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:34,418 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:34 GMT 2018-09-02 09:38:34,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:34,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:34,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:39,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:39,504 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:39,504 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:39,504 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:39,504 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1935, "offset": 1894, "size": 50}}} 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:39 GMT 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:38:39,505 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:39,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:39,570 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:39,570 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:39,570 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:39,570 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:39,570 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:39,570 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:39,570 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:39,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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:39,571 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:39,571 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:39 GMT 2018-09-02 09:38:39,571 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:39,571 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:39,571 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:44,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:44,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:38:43.318Z", "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-02T09:38:43.318Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1936, "offset": 1894, "size": 50}}} 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:44,666 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:44 GMT 2018-09-02 09:38:44,667 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:44,667 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:38:44,667 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:44,667 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:38:44,667 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:44,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:44,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:44,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:44,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:44,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:44,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:44,728 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:44,729 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:44,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:44,729 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:44 GMT 2018-09-02 09:38:44,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:44,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:44,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:49,734 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:49,811 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:49,811 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:49,811 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:49,811 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:49,811 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:49,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:49,812 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:49,812 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1936, "offset": 1895, "size": 50}}} 2018-09-02 09:38:49,812 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:49,812 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:49 GMT 2018-09-02 09:38:49,812 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:49,812 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:38:49,812 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:49,813 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:49,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:49,875 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:49,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:49,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:49,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:49,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:49,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:49,876 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:49,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:49,876 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:49 GMT 2018-09-02 09:38:49,877 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:49,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:49,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:54,882 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:38:54,965 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:54,966 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:54,966 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:54,966 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:54,966 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:54,966 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:54,966 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:54,966 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:38:53.557Z", "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-02T09:38:53.557Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1937, "offset": 1895, "size": 50}}} 2018-09-02 09:38:54,966 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:54,967 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:54 GMT 2018-09-02 09:38:54,967 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:54,967 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:38:54,967 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:38:54,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:38:54,967 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:38:55,031 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:38:55,032 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:38:55,032 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:38:55,032 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:38:55,032 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:38:55,032 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:38:55,032 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:38:55,032 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:38:55,032 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:38:55,033 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:38:55 GMT 2018-09-02 09:38:55,033 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:38:55,033 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:38:55,033 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:00,038 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:00,116 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:00,116 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1937, "offset": 1896, "size": 50}}} 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:00 GMT 2018-09-02 09:39:00,117 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:00,118 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:39:00,118 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:00,118 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:00,175 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:00,175 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:00,176 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:00 GMT 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:00,176 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:00,177 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:05,182 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:05,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:39:03.794Z", "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-02T09:39:03.794Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1938, "offset": 1896, "size": 50}}} 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:05 GMT 2018-09-02 09:39:05,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:05,264 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:39:05,264 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:05,264 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:39:05,264 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:05,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:05,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:05,328 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:05,328 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:05,328 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:05,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:05,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:05,328 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:05,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:05,328 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:05 GMT 2018-09-02 09:39:05,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:05,329 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:05,329 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:10,332 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:10,410 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:10,410 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:10,410 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:10,410 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1938, "offset": 1897, "size": 50}}} 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:10 GMT 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:39:10,411 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:10,412 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:10,475 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:10,475 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:10,475 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:10,475 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:10,475 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:10,475 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:10,475 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:10,476 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:10,476 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:10,476 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:10 GMT 2018-09-02 09:39:10,476 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:10,476 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:10,476 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:15,480 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:15,553 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:15,553 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:15,553 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:15,553 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:15,553 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:15,554 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:15,554 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:15,554 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:39:14.033Z", "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-02T09:39:14.033Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1939, "offset": 1897, "size": 50}}} 2018-09-02 09:39:15,554 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:15,554 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:15 GMT 2018-09-02 09:39:15,554 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:15,554 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:39:15,554 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:15,554 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:39:15,555 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:15,609 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:15,610 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:15,610 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:15,610 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:15,610 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:15,610 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:15,610 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:15,610 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:15,610 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:15,610 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:15 GMT 2018-09-02 09:39:15,611 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:15,611 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:15,611 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:20,612 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:20,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:20,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:20,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:20,693 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:20,693 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:20,694 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:20,694 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:20,694 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1939, "offset": 1898, "size": 50}}} 2018-09-02 09:39:20,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:20,694 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:20 GMT 2018-09-02 09:39:20,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:20,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:39:20,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:20,695 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:20,753 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:20,753 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:20,753 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:20,753 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:20,753 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:20,753 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:20,753 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:20,754 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:20,754 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:20,754 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:20 GMT 2018-09-02 09:39:20,754 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:20,754 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:20,754 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:25,755 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:25,830 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:25,830 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:25,830 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:25,830 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:25,830 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:39:24.270Z", "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-02T09:39:24.270Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1940, "offset": 1898, "size": 50}}} 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:25 GMT 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:25,831 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:39:25,831 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:25,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:25,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:25,888 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:25,888 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:25,888 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:25,888 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:25,888 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:25,889 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:25,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:25,889 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:25 GMT 2018-09-02 09:39:25,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:25,889 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:25,889 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:30,894 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:30,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:30,961 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:30,962 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:30,962 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:30,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:30,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:30,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:30,962 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1940, "offset": 1899, "size": 50}}} 2018-09-02 09:39:30,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:30,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:30 GMT 2018-09-02 09:39:30,963 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:30,963 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:39:30,963 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:30,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:31,017 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:31,017 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:31,017 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:31,017 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:31,017 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:31,017 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:31,017 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:31,018 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:31,018 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:31,018 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:31 GMT 2018-09-02 09:39:31,018 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:31,018 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:31,018 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:36,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:36,101 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:36,101 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:36,101 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:36,101 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:39:34.509Z", "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-02T09:39:34.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1941, "offset": 1899, "size": 50}}} 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:36 GMT 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:39:36,102 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:36,103 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:39:36,103 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:36,161 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:36,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:36,162 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:36,162 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:36,162 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:36,162 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:36,162 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:36,162 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:36,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:36,162 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:36 GMT 2018-09-02 09:39:36,163 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:36,163 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:36,163 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:41,168 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:41,243 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:41,243 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:41,243 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:41,243 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:41,243 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:41,243 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:41,244 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:41,244 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1941, "offset": 1900, "size": 50}}} 2018-09-02 09:39:41,244 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:41,244 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:41 GMT 2018-09-02 09:39:41,244 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:41,244 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:39:41,244 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:41,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:41,302 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:41,302 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:41,302 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:41,302 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:41,302 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:41,302 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:41,302 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:41,302 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:41,302 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:41,303 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:41 GMT 2018-09-02 09:39:41,303 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:41,303 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:41,303 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:46,308 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:46,377 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:46,377 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:46,378 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:39:44.750Z", "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-02T09:39:44.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1942, "offset": 1900, "size": 50}}} 2018-09-02 09:39:46,378 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:46,378 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:46 GMT 2018-09-02 09:39:46,378 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:46,378 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:39:46,378 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:46,378 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:39:46,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:46,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:46,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:46,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:46,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:46,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:46,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:46,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:46,435 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:46,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:46,435 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:46 GMT 2018-09-02 09:39:46,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:46,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:46,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:51,440 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:51,518 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:51,519 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:51,519 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:51,519 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:51,519 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:51,519 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:51,519 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:51,519 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1942, "offset": 1901, "size": 50}}} 2018-09-02 09:39:51,520 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:51,520 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:51 GMT 2018-09-02 09:39:51,520 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:51,520 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:39:51,520 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:51,520 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:51,578 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:51,578 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:51,579 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:51,579 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:51,579 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:51,579 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:51,579 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:51,579 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:51,579 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:51,579 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:51 GMT 2018-09-02 09:39:51,580 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:51,580 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:51,580 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:56,585 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:39:56,664 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:56,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:56,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:56,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:56,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:56,665 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:56,665 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:56,665 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:39:54.989Z", "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-02T09:39:54.989Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1943, "offset": 1901, "size": 50}}} 2018-09-02 09:39:56,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:56,666 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:56 GMT 2018-09-02 09:39:56,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:56,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:39:56,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:39:56,666 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:39:56,666 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:39:56,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:39:56,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:39:56,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:39:56,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:39:56,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:39:56,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:39:56,737 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:39:56,737 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:39:56,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:39:56,737 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:39:56 GMT 2018-09-02 09:39:56,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:39:56,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:39:56,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:01,743 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:40:01,820 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:01,820 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:01,820 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1943, "offset": 1902, "size": 50}}} 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:01 GMT 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:40:01,821 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:01,822 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:40:01,880 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:01,881 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:01 GMT 2018-09-02 09:40:01,881 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:01,882 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:40:01,882 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:06,883 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:40:06,961 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:05.225Z", "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-02T09:40:05.225Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1944, "offset": 1902, "size": 50}}} 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:06 GMT 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:40:06,962 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:06,962 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:40:06,963 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:07,035 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:07,035 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:07 GMT 2018-09-02 09:40:07,036 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:07,036 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:40:07,036 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:12,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:40:12,123 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:12,123 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:12,123 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:12,123 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1944, "offset": 1903, "size": 50}}} 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:12 GMT 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:40:12,124 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:12,125 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:40:12,182 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:12,183 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:12,183 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:12,183 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:12,183 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:12,183 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:12,183 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:12,183 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:40:12,184 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:12,184 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:12 GMT 2018-09-02 09:40:12,184 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:12,184 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:40:12,184 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:17,189 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:40:17,269 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:17,269 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:17,269 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:17,269 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:17,269 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:17,269 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:17,269 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:17,269 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:15.469Z", "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-02T09:40:15.469Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}], "metadata": {"pagination": {"total": 1945, "offset": 1903, "size": 50}}} 2018-09-02 09:40:17,270 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:17,270 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:17 GMT 2018-09-02 09:40:17,270 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:17,270 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 629 2018-09-02 09:40:17,270 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:17,270 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [vellum] Service on port 7000 has not started. waiting... 2018-09-02 09:40:17,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:40:17,332 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:17,332 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:17,332 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:17,332 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:17,332 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:17,332 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:17,333 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:17,333 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:40:17,333 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:17,333 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:17 GMT 2018-09-02 09:40:17,333 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:17,333 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:40:17,333 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:22,334 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:40:22,422 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:22,422 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:22,422 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:22,422 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:22,422 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:22,423 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:22,423 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:22,423 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 1945, "offset": 1904, "size": 50}}} 2018-09-02 09:40:22,423 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:22,423 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:22 GMT 2018-09-02 09:40:22,423 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:22,423 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 86 2018-09-02 09:40:22,423 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:22,424 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:40:22,483 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:22,483 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:22,483 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:22,483 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:22,483 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:22,483 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:22,483 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:22,484 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:40:22,484 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:22,484 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:22 GMT 2018-09-02 09:40:22,484 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:22,484 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:40:22,484 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:27,489 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:40:27,559 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:27,559 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:27,559 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:25.506Z", "message": "Execution done (return_code=0): /tmp/Q33VE/start-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:25.506Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "1c4976dd-b894-4c85-81d9-abc58174422f"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:25.620Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:25.620Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:26.257Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:26.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:26.257Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:26.257Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:26.726Z", "message": "Downloaded scripts/bind/bind.py to /tmp/XFF7P/bind.py", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:26.726Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.364Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:27.364Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1951, "offset": 1904, "size": 50}}} 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:27 GMT 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:27,560 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3151 2018-09-02 09:40:27,561 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:27,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/Q33VE/start-vellum.sh 2018-09-02 09:40:27,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:40:27,561 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:40:27,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:40:27,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/XFF7P/bind.py 2018-09-02 09:40:27,562 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:40:27,562 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:40:27,617 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:27,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:27,618 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:27,618 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:27,618 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:27,618 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:27,618 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:27,618 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:40:27,618 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:27,618 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:27 GMT 2018-09-02 09:40:27,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:27,619 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 351 2018-09-02 09:40:27,619 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:32,624 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:40:32,701 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:32,701 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:32,701 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:32,701 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:32,701 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:32,701 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:32,701 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:32,702 - 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-02T09:40:27.734Z", "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-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_h7l8ai': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'homer-h7l8ai'}}, u'ellis': {u'ellis_8emsn8': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.19', u'name': u'ellis-8emsn8'}}, u'dime': {u'dime_3qs0jh': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-3qs0jh'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {u'vellum_t3d6f6': {u'public_address': u'', u'private_address': u'192.168.120.30', u'name': u'vellum-t3d6f6'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "message": "[localhost] run: sudo mv /tmp/tmpC1Q_yo /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "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-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "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-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "message": "[localhost] run: sudo mv /tmp/tmpLsZesb /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "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-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:27.734Z", "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-02T09:40:27.734Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4", "logger": "d4c97807-28da-423b-8f9e-80c64f302fe6"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:40:28.261Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T09:40:28.261Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 1964, "offset": 1910, "size": 50}}} 2018-09-02 09:40:32,702 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:32,702 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:32 GMT 2018-09-02 09:40:32,702 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:32,702 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 7507 2018-09-02 09:40:32,702 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:32,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:40:32,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {u'homer_h7l8ai': {u'public_address': u'', u'private_address': u'192.168.120.21', u'name': u'homer-h7l8ai'}}, u'ellis': {u'ellis_8emsn8': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.19', u'name': u'ellis-8emsn8'}}, u'dime': {u'dime_3qs0jh': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-3qs0jh'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {u'vellum_t3d6f6': {u'public_address': u'', u'private_address': u'192.168.120.30', u'name': u'vellum-t3d6f6'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:40:32,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpC1Q_yo /etc/bind/db.clearwater.local 2018-09-02 09:40:32,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:40:32,703 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:40:32,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:40:32,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:40:32,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpLsZesb /etc/bind/db.clearwater.opnfv 2018-09-02 09:40:32,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:40:32,704 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:40:32,704 - 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 09:40:32,705 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'install' workflow execution succeeded 2018-09-02 09:40:32,705 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/434897e5-1b42-41d2-8de1-b5524e2480d4 2018-09-02 09:40:32,761 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:32,761 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:32,761 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:32,762 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:32,762 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:32,762 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:32,762 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:32,762 - 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-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"} 2018-09-02 09:40:32,762 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:32,762 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:32 GMT 2018-09-02 09:40:32,762 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:32,762 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 354 2018-09-02 09:40:32,763 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:32,763 - 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-02T09:29:02.526Z', 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'434897e5-1b42-41d2-8de1-b5524e2480d4'} 2018-09-02 09:40:32,763 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv/outputs 2018-09-02 09:40:32,832 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:40:32,832 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:40:32,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:40:32,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:40:32,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:40:32,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:40:32,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:40:32,833 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.201", "ellis_ip": "172.30.9.200"}, "deployment_id": "clearwater-opnfv"} 2018-09-02 09:40:32,833 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:40:32,833 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:40:32 GMT 2018-09-02 09:40:32,833 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:40:32,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-09-02 09:40:32,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:40:32,835 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.200 2018-09-02 09:40:32,923 - 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 09:40:32,991 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-09-02 09:40:32,991 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-09-02 09:40:56,507 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 09:40:56,508 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-09-02 09:42:01,880 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 09:42:01,880 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-09-02 09:43:07,198 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 09:43:07,199 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-09-02 09:44:12,506 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 09:44:12,507 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-09-02 09:44:37,762 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550925@clearwater.opnfv', u'sip_username': u'6505550925', u'formatted_number': u'(650) 555-0925', u'number': u'6505550925', u'sip_uri': u'sip:6505550925@clearwater.opnfv', u'number_id': u'0a33f4396081440ea10eabb7cf3c8b7f', u'sip_password': u'DCPNt7qaR', u'pstn': False} 2018-09-02 09:44:37,763 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv/outputs 2018-09-02 09:44:37,845 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"outputs": {"dns_ip": "172.30.9.201", "ellis_ip": "172.30.9.200"}, "deployment_id": "clearwater-opnfv"} 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:44:37,846 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:44:37 GMT 2018-09-02 09:44:37,847 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:44:37,847 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 104 2018-09-02 09:44:37,847 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:44:37,847 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-09-02 09:44:37,847 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-09-02 09:44:37,854 - 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 09:44:37,855 - 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 09:46:43,735 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550999, 6505550754) Passed Basic Call - SDP (TCP) - (6505550234, 6505550505) Passed Basic Call - Tel URIs (TCP) - (6505550175, 6505550076) Passed Basic Call - Unknown number (TCP) - (6505550158, 6505550588) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550332, 6505550594) Passed Basic Call - Messages - Pager model (TCP) - (6505550586, 6505550503) Passed Basic Call - Pracks (TCP) - (6505550359, 6505550790) Passed Basic Registration (TCP) - (6505550437) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550838, 6505550137) Passed Call Barring - Outbound Rejection (TCP) - (6505550280, 6505550095) 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) - (6505550076, 6505550491) 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) - (6505550266, 6505550251, 6505550904) Passed Call Diversion - Not reachable (not registered) (TCP) - (6505550345, 6505550199, 6505550144) Passed Call Diversion - Not reachable (408) (TCP) - (6505550633, 6505550662, 6505550512) Passed Call Diversion - Not reachable (503) (TCP) - (6505550392, 6505550415, 6505550216) Passed Call Diversion - Not reachable (500) (TCP) - (6505550042, 6505550992, 6505550034) Passed Call Diversion - Busy (TCP) - (6505550737, 6505550008, 6505550744) Passed Call Diversion - Unconditional (TCP) - (6505550939, 6505550025, 6505550150) Passed Call Diversion - No answer (TCP) - (6505550782, 6505550046, 6505550764) Passed Call Diversion - Bad target URI (TCP) - (6505550475, 6505550566) Passed Call Diversion - Audio-only call (TCP) - (6505550165, 6505550222, 6505550615, 6505550256) Passed Call Diversion - Audio-video call (TCP) - (6505550155, 6505550299, 6505550844, 6505550708) Passed Call Waiting - Accepted (TCP) - (6505550632, 6505550627, 6505550930) Passed Call Waiting - Cancelled (TCP) - (6505550272, 6505550869, 6505550580) Passed CANCEL - Mainline (TCP) - (6505550926, 6505550115) Passed Filtering - Accept-Contact (TCP) - (6505550773, 6505550989) Passed Accept-Contact with response (SFR 511195) (TCP) - (6505550501, 6505550030) Passed Filtering - Accept-Contact no match (TCP) - (6505550411, 6505550467) Passed Filtering - Accept-Contact negated match (TCP) - (6505550541, 6505550997) Passed Filtering - RFC3841 example (TCP) - (6505550149, 6505550788) Passed Filtering - Reject-Contact no match (TCP) - (6505550909, 6505550239) Passed Filtering - Reject-Contact match (TCP) - (6505550966, 6505550045) 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) - (6505550351) Passed GRUU - REGISTER - binding suggested GRUU (TCP) - (6505550714) Passed GRUU - REGISTER - instance ID requires escaping (TCP) - (6505550174) Passed GRUU - REGISTER - three bindings with GRUUs (TCP) - (6505550795) Passed GRUU - Call - first endpoint GRUU as target (TCP) - (6505550655, 6505550943) Passed GRUU - Call - second endpoint GRUU as target (TCP) - (6505550126, 6505550241) Passed GRUU - Call - only GRUU as target (TCP) - (6505550018, 6505550007) Passed GRUU - Call - AoR as target (TCP) - (6505550624, 6505550475) Passed GRUU - Call - unknown GRUU as target (TCP) - (6505550847, 6505550553) Passed GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) - (6505550508, 6505550359) Passed GRUU - Call - Reject-Contact interop (TCP) - (6505550460, 6505550902) Passed GRUU - Call - Accept-Contact interop (TCP) - (6505550979, 6505550335) Passed GRUU - Call - AoR with other param as target (TCP) - (6505550507, 6505550347) Passed GRUU - Call - GRUU with other param as target (TCP) - (6505550943, 6505550866) 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) - (6505550404) Passed SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550665) Passed SUBSCRIBE - Subscription timeout (TCP) - (6505550265) Passed SUBSCRIBE - Registration timeout (TCP) - (6505550933, 6505550276) Passed Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550824, 6505550703) 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 09:46:43,737 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - {'failures': 0, 'skipped': 42, 'total': 93, 'passed': 51} 2018-09-02 09:46:43,863 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 09:46:43,864 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | cloudify_ims | functest | 23:29 | PASS | +----------------------+------------------+------------------+----------------+ 2018-09-02 09:46:43,869 - functest.opnfv_tests.vnf.ims.cloudify_ims - INFO - Deleting the current deployment 2018-09-02 09:46:43,869 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions 2018-09-02 09:46:44,002 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:44,002 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:44,002 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:44,003 - 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": {"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": {"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-02T09:28:26.056Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "clearwater-opnfv", "id": "62702686-d1b5-4be8-9d1f-6ccf461675b1"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "clearwater-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T09:29:02.526Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "clearwater-opnfv", "id": "434897e5-1b42-41d2-8de1-b5524e2480d4"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:44 GMT 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6728 2018-09-02 09:46:44,003 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:44,004 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.203: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 09:46:44,282 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:44,282 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:44,282 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:44,282 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:44,282 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:44,282 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:44,282 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:44,282 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 158 2018-09-02 09:46:44,283 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:46:44,283 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:44,283 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:44 GMT 2018-09-02 09:46:44,283 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:44,283 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:46:44,283 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:44,283 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:46:44,344 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:44,344 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:44,344 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:44,344 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:44,344 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:44,344 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:44,344 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:44,345 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 09:46:44,345 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:44,345 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:44 GMT 2018-09-02 09:46:44,345 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:44,345 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 09:46:44,345 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:44,345 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:46:44,521 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:44,521 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:44,521 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:44,521 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:44,521 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:44,521 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:44,522 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:44,522 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:46:44,522 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:44,522 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:44 GMT 2018-09-02 09:46:44,522 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:44,522 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:46:44,522 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:49,528 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:46:49,593 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:49,593 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:49,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:49,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:49,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:49,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:49,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:49,594 - 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-02T09:46:45.059Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:45.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_3qs0jh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Stopping node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_nl1i68", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Stopping node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_nl1i68", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Stopping node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_nl1i68", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_hek8zi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Stopping node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Stopping node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.099Z", "message": "Stopping node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.099Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.360Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_hek8zi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.360Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_hek8zi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.360Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.360Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_3qs0jh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.360Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.360Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.537Z", "message": "Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/YAWHV/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.537Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "62a196f6-1134-4bdd-b56b-ffab25e5f920"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Executing: /tmp/OGGAS/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "0150fa6f-2746-4123-806e-b2d30cf00502"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Executing: /tmp/D1RIU/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ed9697ff-3aec-4879-9a2d-d088af014d16"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Stopping homer node", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "62a196f6-1134-4bdd-b56b-ffab25e5f920"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/P1NZD/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1918a442-cd91-4754-b077-d12553d23958"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/D1RIU/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ed9697ff-3aec-4879-9a2d-d088af014d16"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/BDS2D/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fb1f21c9-7f60-4ca4-9688-cb8c2f56a786"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Executing: /tmp/BDS2D/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fb1f21c9-7f60-4ca4-9688-cb8c2f56a786"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/OGGAS/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "0150fa6f-2746-4123-806e-b2d30cf00502"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:46.841Z", "message": "Executing: /tmp/YAWHV/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:46.841Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "62a196f6-1134-4bdd-b56b-ffab25e5f920"}, {"node_instance_id": "homer_h7l8ai", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.368Z", "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_aa1ih1/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_aa1ih1/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_aa1ih1/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-02T09:46:47.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.368Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.368Z", "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_apo06i/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_apo06i/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_apo06i/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-02T09:46:47.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.368Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_3qs0jh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.368Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.368Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.368Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.368Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Stopping ellis node", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fb1f21c9-7f60-4ca4-9688-cb8c2f56a786"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Stopping dime node", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1918a442-cd91-4754-b077-d12553d23958"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Downloaded scripts/bind/bind.py to /tmp/33XLR/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Stopping bono node", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ed9697ff-3aec-4879-9a2d-d088af014d16"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Executing: /tmp/WHRET/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "be3ff286-61d1-4f61-9f62-2e7f305bcc37"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Stopping vellum node", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "be3ff286-61d1-4f61-9f62-2e7f305bcc37"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Stopping sprout node", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "0150fa6f-2746-4123-806e-b2d30cf00502"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Execution done (return_code=1): /tmp/WHRET/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "be3ff286-61d1-4f61-9f62-2e7f305bcc37"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Execution done (return_code=1): /tmp/P1NZD/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1918a442-cd91-4754-b077-d12553d23958"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Execution done (return_code=1): /tmp/BDS2D/stop-ellis.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fb1f21c9-7f60-4ca4-9688-cb8c2f56a786"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/WHRET/stop-vellum.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "be3ff286-61d1-4f61-9f62-2e7f305bcc37"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Executing: /tmp/P1NZD/stop-dime.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1918a442-cd91-4754-b077-d12553d23958"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:47.845Z", "message": "Execution done (return_code=1): /tmp/YAWHV/stop-homer.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:47.845Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "62a196f6-1134-4bdd-b56b-ffab25e5f920"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.385Z", "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_9shwa2/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_9shwa2/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_9shwa2/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-02T09:46:48.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_3qs0jh", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.385Z", "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_3bdzdx/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_3bdzdx/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_3bdzdx/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-02T09:46:48.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.385Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.385Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 108, "offset": 0, "size": 50}}} 2018-09-02 09:46:49,594 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:49,594 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:49 GMT 2018-09-02 09:46:49,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:49,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 30364 2018-09-02 09:46:49,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Starting 'uninstall' workflow execution 2018-09-02 09:46:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:46:49,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:46:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:46:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:46:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:46:49,597 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:46:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:49,598 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/homer/stop-homer.sh to /tmp/YAWHV/stop-homer.sh 2018-09-02 09:46:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/OGGAS/stop-sprout.sh 2018-09-02 09:46:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/D1RIU/stop-bono.sh 2018-09-02 09:46:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping homer node 2018-09-02 09:46:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/dime/stop-dime.sh to /tmp/P1NZD/stop-dime.sh 2018-09-02 09:46:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/bono/stop-bono.sh to /tmp/D1RIU/stop-bono.sh 2018-09-02 09:46:49,599 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/ellis/stop-ellis.sh to /tmp/BDS2D/stop-ellis.sh 2018-09-02 09:46:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/BDS2D/stop-ellis.sh 2018-09-02 09:46:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/sprout/stop-sprout.sh to /tmp/OGGAS/stop-sprout.sh 2018-09-02 09:46:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/YAWHV/stop-homer.sh 2018-09-02 09:46:49,600 - 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 09:46:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:49,600 - 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 09:46:49,600 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping ellis node 2018-09-02 09:46:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping dime node 2018-09-02 09:46:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/33XLR/bind.py 2018-09-02 09:46:49,601 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping bono node 2018-09-02 09:46:49,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/WHRET/stop-vellum.sh 2018-09-02 09:46:49,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping vellum node 2018-09-02 09:46:49,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping sprout node 2018-09-02 09:46:49,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/WHRET/stop-vellum.sh 2018-09-02 09:46:49,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/P1NZD/stop-dime.sh 2018-09-02 09:46:49,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/BDS2D/stop-ellis.sh 2018-09-02 09:46:49,602 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/vellum/stop-vellum.sh to /tmp/WHRET/stop-vellum.sh 2018-09-02 09:46:49,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/P1NZD/stop-dime.sh 2018-09-02 09:46:49,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/YAWHV/stop-homer.sh 2018-09-02 09:46:49,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'vellum' not found 2018-09-02 09:46:49,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Group 'dime' not found 2018-09-02 09:46:49,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:49,603 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:49,604 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:46:49,665 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:49,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:49,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:49,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:49,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:49,665 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:49,665 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:49,666 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:46:49,666 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:49,666 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:49 GMT 2018-09-02 09:46:49,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:49,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:46:49,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:54,672 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:46:54,736 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:54,736 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:54,736 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:54,736 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:54,736 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:54,736 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:54,736 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:54,737 - 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-02T09:46:48.853Z", "message": "[localhost] run: sudo mv /tmp/tmpiMdGp2 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {u'vellum_t3d6f6': {u'public_address': u'', u'private_address': u'192.168.120.30', u'name': u'vellum-t3d6f6'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_3qs0jh': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-3qs0jh'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {u'vellum_t3d6f6': {u'public_address': u'', u'private_address': u'192.168.120.30', u'name': u'vellum-t3d6f6'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Downloaded scripts/bind/bind.py to /tmp/OOC2C/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo mv /tmp/tmpY5FWU6 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Downloaded scripts/bind/bind.py to /tmp/S89WJ/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Downloaded scripts/bind/bind.py to /tmp/VC4SN/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo mv /tmp/tmpJDLoJL /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {u'ellis_8emsn8': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.19', u'name': u'ellis-8emsn8'}}, u'dime': {u'dime_3qs0jh': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-3qs0jh'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {u'vellum_t3d6f6': {u'public_address': u'', u'private_address': u'192.168.120.30', u'name': u'vellum-t3d6f6'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo mv /tmp/tmpNFgiHu /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo mv /tmp/tmpdrPkDJ /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo mv /tmp/tmp5vpy_X /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "2edc77da-7792-423f-9b03-87a47dab42da"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "[localhost] run: sudo mv /tmp/tmp0xZEZ9 /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4dc450a5-d9e4-442e-8cba-1dc0785ffe47"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "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-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:48.853Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:48.853Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9a834db8-387c-48f9-9c8a-8078b792ae5c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.409Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.409Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.409Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.409Z", "message": "Deleting node", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.409Z", "message": "Deleting node", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.409Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.409Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.409Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "message": "Executing: /tmp/TYDI4/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9e8f3be7-9103-471d-b451-59b40a945d83"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}], "metadata": {"pagination": {"total": 155, "offset": 50, "size": 50}}} 2018-09-02 09:46:54,737 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:54,737 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:54 GMT 2018-09-02 09:46:54,737 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:54,737 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 29596 2018-09-02 09:46:54,737 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:54,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpiMdGp2 /etc/bind/db.clearwater.local 2018-09-02 09:46:54,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:46:54,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {u'vellum_t3d6f6': {u'public_address': u'', u'private_address': u'192.168.120.30', u'name': u'vellum-t3d6f6'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:46:54,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:46:54,739 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:54,739 - 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 09:46:54,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:54,740 - 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 09:46:54,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:46:54,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {u'dime_3qs0jh': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-3qs0jh'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {u'vellum_t3d6f6': {u'public_address': u'', u'private_address': u'192.168.120.30', u'name': u'vellum-t3d6f6'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:46:54,740 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/OOC2C/bind.py 2018-09-02 09:46:54,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:46:54,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpY5FWU6 /etc/bind/db.clearwater.local 2018-09-02 09:46:54,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:46:54,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:46:54,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:46:54,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:46:54,741 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:46:54,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:46:54,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/S89WJ/bind.py 2018-09-02 09:46:54,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:54,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:46:54,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/VC4SN/bind.py 2018-09-02 09:46:54,742 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpJDLoJL /etc/bind/db.clearwater.local 2018-09-02 09:46:54,743 - 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 09:46:54,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {u'ellis_8emsn8': {u'public_address': u'172.30.9.200', u'private_address': u'192.168.120.19', u'name': u'ellis-8emsn8'}}, u'dime': {u'dime_3qs0jh': {u'public_address': u'', u'private_address': u'192.168.120.13', u'name': u'dime-3qs0jh'}}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {u'vellum_t3d6f6': {u'public_address': u'', u'private_address': u'192.168.120.30', u'name': u'vellum-t3d6f6'}}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:46:54,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpNFgiHu /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:54,743 - 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 09:46:54,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpdrPkDJ /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:54,743 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:46:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp5vpy_X /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:46:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:46:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp0xZEZ9 /etc/bind/db.clearwater.local 2018-09-02 09:46:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:46:54,744 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:46:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:46:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:46:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:46:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:46:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:46:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:46:54,745 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:46:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:46:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TYDI4/remove-cluster-node.sh 2018-09-02 09:46:54,746 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:46:54,747 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:46:54,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:54,800 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:54,800 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:54,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:54,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:54,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:54,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:54,800 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:46:54,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:54,801 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:54 GMT 2018-09-02 09:46:54,801 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:54,801 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:46:54,801 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:59,806 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:46:59,869 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:59,869 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:59,870 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:59,870 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:59,870 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:59,870 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:59,870 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:59,870 - 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-02T09:46:49.862Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "message": "Executing: /tmp/W5747/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "92128ff6-9153-423a-9e50-2a5129673f20"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/W5747/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "92128ff6-9153-423a-9e50-2a5129673f20"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "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-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "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-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "message": "Executing: /tmp/TYDI4/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9e8f3be7-9103-471d-b451-59b40a945d83"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "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-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3a04a13a-7e8a-45ed-9978-e87f695c3f89"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:49.862Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:49.862Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9e8f3be7-9103-471d-b451-59b40a945d83"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.414Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.414Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.414Z", "message": "Deleting node", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_3qs0jh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.414Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_3qs0jh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.414Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_3qs0jh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.414Z", "message": "Deleting node", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.414Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.867Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/4JQFN/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fd0f5596-b71b-4c00-976e-a769e3749a13"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.867Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fd0f5596-b71b-4c00-976e-a769e3749a13"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.867Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/F4S19/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "c688df70-7047-4f9f-8828-7352ea2d1ca4"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.867Z", "message": "Executing: /tmp/F4S19/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "c688df70-7047-4f9f-8828-7352ea2d1ca4"}, {"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.867Z", "message": "Executing: /tmp/4JQFN/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fd0f5596-b71b-4c00-976e-a769e3749a13"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.867Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "92128ff6-9153-423a-9e50-2a5129673f20"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:50.867Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:50.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "c688df70-7047-4f9f-8828-7352ea2d1ca4"}, {"node_instance_id": "sprout_hek8zi", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:51.783Z", "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_8xyjuu/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_8xyjuu/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_8xyjuu/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-02T09:46:51.783Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:51.870Z", "message": "Execution done (return_code=1): /tmp/OGGAS/stop-sprout.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:51.870Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "0150fa6f-2746-4123-806e-b2d30cf00502"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.418Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:52.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.418Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:52.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "message": "Downloaded scripts/bind/bind.py to /tmp/LRRPU/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "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-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "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-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "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-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "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-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:52.879Z", "message": "[localhost] run: sudo mv /tmp/tmpRhTgCq /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:52.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:53.422Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:53.422Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:53.884Z", "message": "[localhost] run: sudo mv /tmp/tmpyHA4CP /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:53.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:53.884Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:53.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:53.884Z", "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-02T09:46:53.884Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "4a8d9c49-7e3d-4758-b7ba-28dd50a72317"}, {"node_instance_id": "sprout_hek8zi", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:54.425Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:54.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_hek8zi", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:54.425Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:54.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_3qs0jh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:54.425Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:54.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_hek8zi", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:54.425Z", "message": "Deleting node", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:54.425Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:54.887Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/3QXLI/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:54.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "715f7780-6c67-4712-9bf4-76aca3c8dbd1"}, {"node_instance_id": "dime_3qs0jh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:54.887Z", "message": "Execution done (return_code=0): /tmp/F4S19/remove-cluster-node.sh", "level": "info", "node_name": "dime", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:54.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "c688df70-7047-4f9f-8828-7352ea2d1ca4"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:54.887Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:54.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "715f7780-6c67-4712-9bf4-76aca3c8dbd1"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:54.887Z", "message": "Executing: /tmp/3QXLI/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:54.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "715f7780-6c67-4712-9bf4-76aca3c8dbd1"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:55.429Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:55.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:55.429Z", "message": "Stopping node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:55.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 191, "offset": 100, "size": 50}}} 2018-09-02 09:46:59,870 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:59,871 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:59 GMT 2018-09-02 09:46:59,871 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:59,871 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28847 2018-09-02 09:46:59,871 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:46:59,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {u'sprout_hek8zi': {u'public_address': u'', u'private_address': u'192.168.120.16', u'name': u'sprout-hek8zi'}}, u'vellum': {}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:46:59,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/W5747/remove-cluster-node.sh 2018-09-02 09:46:59,872 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:46:59,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/W5747/remove-cluster-node.sh 2018-09-02 09:46:59,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:46:59,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:46:59,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:46:59,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/TYDI4/remove-cluster-node.sh 2018-09-02 09:46:59,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:59,873 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 09:46:59,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:59,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:59,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:46:59,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:59,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:59,874 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:46:59,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/4JQFN/remove-cluster-node.sh 2018-09-02 09:46:59,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 09:46:59,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/F4S19/remove-cluster-node.sh 2018-09-02 09:46:59,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/F4S19/remove-cluster-node.sh 2018-09-02 09:46:59,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/4JQFN/remove-cluster-node.sh 2018-09-02 09:46:59,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 09:46:59,875 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 09:46:59,876 - 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 09:46:59,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=1): /tmp/OGGAS/stop-sprout.sh 2018-09-02 09:46:59,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:59,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:59,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/LRRPU/bind.py 2018-09-02 09:46:59,876 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {u'bono_nl1i68': {u'public_address': u'172.30.9.204', u'private_address': u'192.168.120.6', u'name': u'bono-nl1i68'}}}, 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.10', u'hss_hostname': u''}. 2018-09-02 09:46:59,877 - 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 09:46:59,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:46:59,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:46:59,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:46:59,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:46:59,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:46:59,877 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpRhTgCq /etc/bind/db.clearwater.local 2018-09-02 09:46:59,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:46:59,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpyHA4CP /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:59,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:46:59,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:46:59,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:46:59,878 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:46:59,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:46:59,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:46:59,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/3QXLI/remove-cluster-node.sh 2018-09-02 09:46:59,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/F4S19/remove-cluster-node.sh 2018-09-02 09:46:59,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 09:46:59,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/3QXLI/remove-cluster-node.sh 2018-09-02 09:46:59,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 09:46:59,879 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:46:59,880 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:46:59,933 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:46:59,933 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:46:59,934 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:46:59,934 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:46:59,934 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:46:59,934 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:46:59,934 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:46:59,934 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:46:59,934 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:46:59,934 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:46:59 GMT 2018-09-02 09:46:59,935 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:46:59,935 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:46:59,935 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:04,940 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:05,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:05,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:05,010 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:05,010 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:05,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:05,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:05,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:05,010 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:55.429Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:55.429Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:55.890Z", "message": "Execution done (return_code=0): /tmp/TYDI4/remove-cluster-node.sh", "level": "info", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:55.890Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9e8f3be7-9103-471d-b451-59b40a945d83"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:56.561Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:56.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_h7l8ai", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:56.561Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "homer", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:56.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:56.561Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:56.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:56.561Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:56.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:56.561Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:56.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:56.561Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:56.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:56.561Z", "message": "Stopping node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:56.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:56.893Z", "message": "Execution done (return_code=0): /tmp/W5747/remove-cluster-node.sh", "level": "info", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:56.893Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "92128ff6-9153-423a-9e50-2a5129673f20"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.568Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.568Z", "message": "Stopping agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.568Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.568Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.568Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_8emsn8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.568Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "ellis", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.568Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.568Z", "message": "Stopping node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.568Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Stopping Agent dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:57.896Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:57.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:59.543Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:59.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:46:59.572Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:46:59.572Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Stopping agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Stopping agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:00.694Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:00.694Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.147Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.147Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Stopping Agent ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}], "metadata": {"pagination": {"total": 240, "offset": 150, "size": 50}}} 2018-09-02 09:47:05,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:05,010 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:05 GMT 2018-09-02 09:47:05,011 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:05,011 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26223 2018-09-02 09:47:05,011 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:05,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 09:47:05,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/TYDI4/remove-cluster-node.sh 2018-09-02 09:47:05,012 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 09:47:05,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:47:05,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 09:47:05,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 09:47:05,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:47:05,013 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/W5747/remove-cluster-node.sh 2018-09-02 09:47:05,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 09:47:05,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 09:47:05,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:05,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:05,014 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:47:05,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 09:47:05,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:47:05,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,015 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent dime_host_3bdzdx 2018-09-02 09:47:05,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,016 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 09:47:05,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 09:47:05,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 09:47:05,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,017 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:05,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:05,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 09:47:05,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:05,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:05,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,018 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:05,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,019 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_apo06i 2018-09-02 09:47:05,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,020 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:05,020 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:05,075 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:05,075 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:05,076 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:05,076 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:05,076 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:05,076 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:05,076 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:05,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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:05,076 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:05,076 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:05 GMT 2018-09-02 09:47:05,076 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:05,077 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:05,077 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:10,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:10,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:10,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:10,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:10,208 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:10,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:10,209 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:10,209 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:10,209 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Stopping Agent homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Stopping Agent ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:01.917Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:01.917Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:02.533Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:02.533Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:02.745Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:02.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:02.745Z", "message": "Deleting agent", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:02.745Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:02.922Z", "message": "Successfully stopped daemon: dime_host_3bdzdx\u001b[0m", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:02.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:02.922Z", "message": "Stopping daemon with command: sudo service celeryd-dime_host_3bdzdx stop", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:02.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:02.922Z", "message": "Stopping...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:02.922Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6c2af69c-c3bd-4674-91e9-1b3e8dcd36f7"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.751Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.751Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Deleting Agent dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:03.926Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:03.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.280Z", "message": "Deleting...", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.280Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.693Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.952Z", "message": "Stopping daemon with command: sudo service celeryd-homer_host_aa1ih1 stop", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.952Z", "message": "Stopping...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.952Z", "message": "Successfully stopped daemon: ellis_host_apo06i\u001b[0m", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.952Z", "message": "Successfully deleted daemon: dime_host_3bdzdx", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.952Z", "message": "Successfully stopped daemon: homer_host_aa1ih1\u001b[0m", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.952Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "abf836fe-44be-4965-b87e-4143de1c065c"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.952Z", "message": "Stopping daemon with command: sudo service celeryd-ellis_host_apo06i stop", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "30cb1aeb-39c4-4253-a962-df479a648f46"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:05.952Z", "message": "Stopping...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:05.952Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "81d4c3ad-03d0-401f-8709-c297d1e09f9b"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Deleting agent", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Deleting agent", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.811Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.811Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.969Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}], "metadata": {"pagination": {"total": 292, "offset": 200, "size": 50}}} 2018-09-02 09:47:10,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:10,209 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:10 GMT 2018-09-02 09:47:10,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:10,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 26887 2018-09-02 09:47:10,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:10,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,211 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent homer_host_aa1ih1 2018-09-02 09:47:10,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent ellis_host_apo06i 2018-09-02 09:47:10,212 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:10,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:10,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 09:47:10,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: dime_host_3bdzdx 2018-09-02 09:47:10,213 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-dime_host_3bdzdx stop 2018-09-02 09:47:10,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 09:47:10,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:10,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,214 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent dime_host_3bdzdx 2018-09-02 09:47:10,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,215 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 09:47:10,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:10,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-homer_host_aa1ih1 stop 2018-09-02 09:47:10,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 09:47:10,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: ellis_host_apo06i 2018-09-02 09:47:10,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: dime_host_3bdzdx 2018-09-02 09:47:10,216 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: homer_host_aa1ih1 2018-09-02 09:47:10,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 09:47:10,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-ellis_host_apo06i stop 2018-09-02 09:47:10,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 09:47:10,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:10,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 09:47:10,217 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 09:47:10,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:10,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:10,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:10,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:10,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 09:47:10,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:10,218 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 09:47:10,219 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:10,219 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:10,327 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:10,327 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:10,327 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:10,327 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:10,327 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:10,328 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:10,328 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:10,328 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:10,328 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:10,328 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:10 GMT 2018-09-02 09:47:10,328 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:10,328 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:10,328 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:15,330 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:15,396 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:15,396 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.969Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.969Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.969Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.969Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.969Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.969Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:06.969Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:06.969Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Deleting Agent homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Deleting Agent ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:07.973Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:07.973Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:08.978Z", "message": "Deleting...", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:08.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:08.978Z", "message": "Successfully deleted daemon: homer_host_aa1ih1", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:08.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:08.978Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:08.978Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a3f6dbeb-c8da-4670-9922-483bf59f5e69"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.252Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.916Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.916Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.916Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.916Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.916Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.916Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.916Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:09.916Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:09.916Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:10.252Z", "message": "Successfully deleted daemon: ellis_host_apo06i", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:10.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:10.252Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:10.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:10.252Z", "message": "Deleting...", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:10.252Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9589bb08-3a69-4aae-985d-aa2dfcab1599"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:12.376Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:12.376Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:12.996Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:12.996Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:12.996Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:12.996Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:12.996Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:12.996Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_hek8zi", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:13.910Z", "message": "Execution done (return_code=0): /tmp/3QXLI/remove-cluster-node.sh", "level": "info", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:13.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "715f7780-6c67-4712-9bf4-76aca3c8dbd1"}, {"node_instance_id": "sprout_hek8zi", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:14.040Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "sprout", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:14.040Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:15.043Z", "message": "Stopping node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:15.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:15.043Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:15.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:15.043Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:15.043Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 306, "offset": 250, "size": 50}}} 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:15 GMT 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:15,397 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 23969 2018-09-02 09:47:15,398 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:15,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,399 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent homer_host_aa1ih1 2018-09-02 09:47:15,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,400 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent ellis_host_apo06i 2018-09-02 09:47:15,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:15,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 09:47:15,401 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: homer_host_aa1ih1 2018-09-02 09:47:15,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 09:47:15,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 09:47:15,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:15,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:15,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 09:47:15,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 09:47:15,402 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:15,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 09:47:15,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:15,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 09:47:15,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: ellis_host_apo06i 2018-09-02 09:47:15,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 09:47:15,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 09:47:15,403 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 09:47:15,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:15,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-02 09:47:15,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:15,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-02 09:47:15,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 09:47:15,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/3QXLI/remove-cluster-node.sh 2018-09-02 09:47:15,404 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:47:15,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:47:15,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 09:47:15,405 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 09:47:15,405 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:15,463 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:15,464 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:15,464 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:15,464 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:15,464 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:15,464 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:15,464 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:15,464 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:15,464 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:15,464 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:15 GMT 2018-09-02 09:47:15,465 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:15,465 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:15,465 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:20,470 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:20,536 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:20,536 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:20,537 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:20,537 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:20,537 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:20,537 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:20,537 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:20,537 - 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-02T09:47:16.684Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:16.684Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:17.045Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:17.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:17.045Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:17.045Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:18.051Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:18.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:18.051Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:18.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:18.051Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:18.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:18.051Z", "message": "Stopping agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:18.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:18.051Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:18.051Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:18.722Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:18.722Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.055Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.055Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.055Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.055Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.055Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.055Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Stopping Agent sprout_host_8xyjuu", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:19.301Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:19.301Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}], "metadata": {"pagination": {"total": 329, "offset": 295, "size": 50}}} 2018-09-02 09:47:20,537 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:20,537 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:20 GMT 2018-09-02 09:47:20,537 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:20,538 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 12290 2018-09-02 09:47:20,538 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:20,538 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:20,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:20,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:20,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:20,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 09:47:20,539 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:20,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 09:47:20,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 09:47:20,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:20,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:20,540 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:20,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:20,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:20,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent sprout_host_8xyjuu 2018-09-02 09:47:20,541 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,542 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:20,542 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:20,600 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:20,600 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:20,600 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:20,600 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:20,601 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:20,601 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:20,601 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:20,601 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:20,601 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:20,601 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:20 GMT 2018-09-02 09:47:20,601 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:20,601 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:20,601 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:25,607 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:25,669 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:25,670 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:25,670 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:25,670 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:25,670 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:25,670 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:25,670 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:25,670 - 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-02T09:47:21.529Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:21.529Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:22.071Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:22.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:22.071Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:22.071Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:23.073Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:23.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:23.073Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:23.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:23.073Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:23.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:23.073Z", "message": "Deleting node", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:23.073Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:23.138Z", "message": "deleting server", "level": "info", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:23.138Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1aef8888-755c-4400-95ff-695896a1f6fb"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:23.309Z", "message": "Stopping daemon with command: sudo service celeryd-sprout_host_8xyjuu stop", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:23.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:23.309Z", "message": "Stopping...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:23.309Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.081Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.081Z", "message": "Deleting agent", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.081Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.081Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.081Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.312Z", "message": "Successfully stopped daemon: sprout_host_8xyjuu\u001b[0m", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "5a2ff18a-a175-43b8-96fe-1747ba30eb98"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:24.312Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:24.312Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.084Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.084Z", "message": "Deleting node", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.084Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.084Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.084Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.316Z", "message": "Deleting Agent sprout_host_8xyjuu", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:25.316Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:25.316Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}], "metadata": {"pagination": {"total": 358, "offset": 318, "size": 50}}} 2018-09-02 09:47:25,670 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:25,671 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:25 GMT 2018-09-02 09:47:25,671 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:25,671 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15330 2018-09-02 09:47:25,671 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:25,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-09-02 09:47:25,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:25,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:25,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:25,672 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 09:47:25,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 09:47:25,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:47:25,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 09:47:25,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-sprout_host_8xyjuu stop 2018-09-02 09:47:25,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 09:47:25,673 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:25,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 09:47:25,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:25,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 09:47:25,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,674 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: sprout_host_8xyjuu 2018-09-02 09:47:25,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 09:47:25,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:47:25,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 09:47:25,675 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:25,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent sprout_host_8xyjuu 2018-09-02 09:47:25,676 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:47:25,676 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:25,729 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:25,729 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:25,729 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:25,729 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:25,729 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:25,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:25,730 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:25,730 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:25,730 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:25,730 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:25 GMT 2018-09-02 09:47:25,730 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:25,730 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:25,730 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:30,732 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:30,799 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:30,799 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:30,799 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_host_3bdzdx", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:26.319Z", "message": "Waiting for server \"8c31261d-2082-4929-9385-aeaac4054dcd\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:26.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1aef8888-755c-4400-95ff-695896a1f6fb"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:26.319Z", "message": "deleting server", "level": "info", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:26.319Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8b34645b-8a03-4372-96ed-144e803e1a10"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:26.820Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:26.820Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:27.087Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:27.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:27.087Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:27.087Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:27.324Z", "message": "Successfully deleted daemon: sprout_host_8xyjuu", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:27.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:27.324Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:27.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:27.324Z", "message": "Deleting...", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:27.324Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "1fb2724a-ab4e-4e12-b9fb-66f3bacc92ce"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:28.094Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:28.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:28.094Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:28.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:28.094Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:28.094Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:28.468Z", "message": "Waiting for server \"06d3e211-c1e0-4473-ba01-cc86495051db\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:28.468Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8b34645b-8a03-4372-96ed-144e803e1a10"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:29.631Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:29.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:30.098Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:30.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:30.098Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:30.098Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 373, "offset": 347, "size": 50}}} 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:30 GMT 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8005 2018-09-02 09:47:30,800 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:30,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "8c31261d-2082-4929-9385-aeaac4054dcd" to be deleted. current status: SHUTOFF 2018-09-02 09:47:30,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 09:47:30,801 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 09:47:30,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 09:47:30,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 09:47:30,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: sprout_host_8xyjuu 2018-09-02 09:47:30,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 09:47:30,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 09:47:30,802 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:30,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:30,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:30,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "06d3e211-c1e0-4473-ba01-cc86495051db" to be deleted. current status: SHUTOFF 2018-09-02 09:47:30,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 09:47:30,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:30,803 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:30,803 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:30,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:30,858 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:30,859 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:30,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:30,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:30,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:30,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:30,859 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:30,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:30,859 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:30 GMT 2018-09-02 09:47:30,859 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:30,860 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:30,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:35,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:35,930 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:35,930 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:35,930 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:35,930 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:35,930 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:35,930 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:35,931 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:35,931 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "dime_security_group_1y5so9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:31.418Z", "message": "Stopping node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:31.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_host_3bdzdx", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:31.418Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "dime_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:31.418Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:32.423Z", "message": "Deleting node", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:32.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:32.423Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:32.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:32.423Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:32.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "dime_security_group_1y5so9", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:32.590Z", "message": "deleting security_group", "level": "info", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:32.590Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "c01d014f-d0a3-41f7-87c8-1bde93c45c95"}, {"node_instance_id": "dime_security_group_1y5so9", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:33.470Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "dime_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:33.470Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:34.426Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:34.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:34.426Z", "message": "Stopping node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:34.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_host_aa1ih1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:34.426Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "homer_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:34.426Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_security_group_bei8g5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:35.434Z", "message": "deleting security_group", "level": "info", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:35.434Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "bcc2d418-aac8-48b9-9201-c7cfa5bcf572"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:35.501Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:35.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:35.501Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:35.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:35.501Z", "message": "Deleting node", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:35.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:35.501Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:35.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:35.501Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:35.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:35.501Z", "message": "Deleting node", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:35.501Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 390, "offset": 362, "size": 50}}} 2018-09-02 09:47:35,931 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:35,931 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:35 GMT 2018-09-02 09:47:35,931 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:35,931 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8702 2018-09-02 09:47:35,931 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:35,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:47:35,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 09:47:35,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:47:35,932 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:47:35,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:47:35,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:47:35,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:47:35,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:35,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:47:35,933 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 09:47:35,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:47:35,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:47:35,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:47:35,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:47:35,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 09:47:35,934 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 09:47:35,935 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:47:35,935 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:35,988 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:35,988 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:35,988 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:35,988 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:35,989 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:35,989 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:35,989 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:35,989 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:35,989 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:35,989 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:35 GMT 2018-09-02 09:47:35,989 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:35,989 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:35,989 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:40,995 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:41,059 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:41,059 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:41,060 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:41,060 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:41,060 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:41,060 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:41,060 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:41,060 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:36.329Z", "message": "deleting server", "level": "info", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:36.329Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "141320e4-1e0d-4dcd-ba85-869a92cc8fb2"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:36.507Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:36.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:36.507Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:36.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:36.507Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:36.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "homer_security_group_bei8g5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:36.507Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "homer_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:36.507Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:38.335Z", "message": "Waiting for server \"3e33d05c-5007-4339-a181-705bf9bc1e67\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:38.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "141320e4-1e0d-4dcd-ba85-869a92cc8fb2"}], "metadata": {"pagination": {"total": 396, "offset": 379, "size": 50}}} 2018-09-02 09:47:41,060 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:41,060 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:41 GMT 2018-09-02 09:47:41,061 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:41,061 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3276 2018-09-02 09:47:41,061 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:41,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 09:47:41,061 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:41,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:41,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:41,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:47:41,062 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3e33d05c-5007-4339-a181-705bf9bc1e67" to be deleted. current status: SHUTOFF 2018-09-02 09:47:41,062 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:41,123 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:41,124 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:41,124 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:41,124 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:41,124 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:41,124 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:41,124 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:41,124 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:41,125 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:41,125 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:41 GMT 2018-09-02 09:47:41,125 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:41,125 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:41,125 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:46,130 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:46,194 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:46,194 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:46,194 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:46,194 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:46,194 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:46,195 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:46,195 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:46,195 - 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-02T09:47:43.255Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:43.255Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:43.513Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:43.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:43.513Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:43.513Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:44.519Z", "message": "Stopping node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:44.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:44.519Z", "message": "Stopping node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:44.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_host_apo06i", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:44.519Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "ellis_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:44.519Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:45.447Z", "message": "deleting floatingip", "level": "info", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:45.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "94e8127f-fe95-4c0c-af34-58f64d58985c"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:45.524Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:45.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:45.524Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:45.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:45.524Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:45.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:45.524Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:45.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:45.524Z", "message": "Deleting node", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:45.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:45.524Z", "message": "Deleting node", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:45.524Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 409, "offset": 385, "size": 50}}} 2018-09-02 09:47:46,195 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:46,195 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:46 GMT 2018-09-02 09:47:46,195 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:46,195 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6643 2018-09-02 09:47:46,195 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:46,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:46,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:46,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:46,196 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:47:46,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:47:46,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 09:47:46,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-02 09:47:46,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 09:47:46,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:47:46,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 09:47:46,197 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:47:46,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:47:46,198 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:47:46,198 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:46,253 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:46,253 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:46,253 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:46,253 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:46,253 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:46,253 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:46,253 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:46,253 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:46,254 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:46,254 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:46 GMT 2018-09-02 09:47:46,254 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:46,254 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:46,254 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:51,259 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:51,324 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "ellis_security_group_qpem8v", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:46.342Z", "message": "deleting security_group", "level": "info", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:46.342Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8a79cde9-fa64-4607-89a2-afa68e78aaa6"}, {"node_instance_id": "ellis_security_group_qpem8v", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:46.546Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "ellis_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:46.546Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "ellis_floatingip_oy2fyd", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:47.527Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "ellis_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:47.527Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:49.335Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:49.335Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:50.538Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:50.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:50.538Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:50.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:50.538Z", "message": "Deleting node", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:50.538Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:50.631Z", "message": "deleting server", "level": "info", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:50.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "0dbb41c6-7644-4b3b-aee7-5730f5bd3627"}], "metadata": {"pagination": {"total": 417, "offset": 398, "size": 50}}} 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:51,325 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:51 GMT 2018-09-02 09:47:51,326 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:51,326 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4187 2018-09-02 09:47:51,326 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:51,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:47:51,326 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:47:51,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 09:47:51,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:47:51,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 09:47:51,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 09:47:51,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:47:51,327 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 09:47:51,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:51,383 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:51,383 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:51,383 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:51,383 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:51,383 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:51,383 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:51,383 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:51,384 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:51,384 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:51,384 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:51 GMT 2018-09-02 09:47:51,384 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:51,384 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:51,384 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:56,387 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:47:56,459 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:56,459 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:56,459 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:56,459 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_8xyjuu", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:53.713Z", "message": "Waiting for server \"12d1c420-3973-4ce2-b1e5-91e27c398623\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:53.713Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "0dbb41c6-7644-4b3b-aee7-5730f5bd3627"}], "metadata": {"pagination": {"total": 418, "offset": 406, "size": 50}}} 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:56 GMT 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 682 2018-09-02 09:47:56,460 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:47:56,461 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "12d1c420-3973-4ce2-b1e5-91e27c398623" to be deleted. current status: SHUTOFF 2018-09-02 09:47:56,461 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:47:56,527 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:47:56,527 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:47:56,527 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:47:56,528 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:47:56 GMT 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:47:56,528 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:01,534 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:01,602 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_host_8xyjuu", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:58.910Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "sprout_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:58.910Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:47:59.543Z", "message": "Stopping node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:47:59.543Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:00.548Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:00.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:00.548Z", "message": "Deleting node", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:00.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:00.548Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:00.548Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "sprout_security_group_x9bxsh", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:00.700Z", "message": "deleting security_group", "level": "info", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:00.700Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "773e373a-39ce-49f3-a377-709af5385d5e"}], "metadata": {"pagination": {"total": 424, "offset": 407, "size": 50}}} 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:01,603 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:01 GMT 2018-09-02 09:48:01,604 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:01,604 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3154 2018-09-02 09:48:01,604 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:01,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 09:48:01,604 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:48:01,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:48:01,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:48:01,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:48:01,605 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:48:01,605 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:01,684 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:01,684 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:01,684 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:01,684 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:01,685 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:01,685 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:01,685 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:01,685 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:01,685 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:01,685 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:01 GMT 2018-09-02 09:48:01,685 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:01,685 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:01,685 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:06,690 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:06,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:06,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:06,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "sprout_security_group_x9bxsh", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:01.676Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "sprout_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:01.676Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 425, "offset": 413, "size": 50}}} 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:06 GMT 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 623 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:06,758 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:48:06,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:06,812 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:06,812 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:06,812 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:06,812 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:06,812 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:06,812 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:06,813 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:06,813 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:06,813 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:06,813 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:06 GMT 2018-09-02 09:48:06,813 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:06,813 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:06,813 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:11,818 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:11,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:11,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:11,891 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:11,891 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:11,891 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:11,891 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:11,892 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:11,892 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-09-02 09:48:11,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:11,892 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:11 GMT 2018-09-02 09:48:11,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:11,892 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:48:11,892 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:11,892 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:11,952 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:11,952 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:11,952 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:11,952 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:11,953 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:11,953 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:11,953 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:11,953 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:11,953 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:11,953 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:11 GMT 2018-09-02 09:48:11,953 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:11,953 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:11,953 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:16,959 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:17,022 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:17,022 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:17,022 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:17,022 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:17 GMT 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:17,023 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:17,078 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:17,078 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:17 GMT 2018-09-02 09:48:17,079 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:17,079 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:17,079 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:22,084 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:22,153 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:22,154 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:22,154 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:22,154 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:22,154 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:22,154 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:22,154 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:22,154 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-09-02 09:48:22,154 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:22,155 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:22 GMT 2018-09-02 09:48:22,155 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:22,155 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:48:22,155 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:22,155 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:22,308 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:22,308 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:22,309 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:22 GMT 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:22,309 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:22,310 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:27,310 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:27,378 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:27,378 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:27,378 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:27,378 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:27,378 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:27,378 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:27,378 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:27,379 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-09-02 09:48:27,379 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:27,379 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:27 GMT 2018-09-02 09:48:27,379 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:27,379 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:48:27,379 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:27,379 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:27,438 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:27,438 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:27,438 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:27,438 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:27,439 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:27,439 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:27,439 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:27,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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:27,439 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:27,439 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:27 GMT 2018-09-02 09:48:27,439 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:27,439 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:27,439 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:32,442 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:32,513 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:32,513 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:32,513 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:32,513 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:32,513 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:32,513 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:32,513 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:32,513 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-09-02 09:48:32,514 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:32,514 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:32 GMT 2018-09-02 09:48:32,514 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:32,514 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:48:32,514 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:32,514 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:32,576 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:32,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:32,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:32,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:32,577 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:32,577 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:32,577 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:32,577 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:32,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:32,577 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:32 GMT 2018-09-02 09:48:32,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:32,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:32,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:37,583 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:37,654 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:37,654 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:37,654 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:37,654 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:37 GMT 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:48:37,655 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:37,656 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:37,717 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:37,718 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:37,718 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:37,718 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:37,718 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:37,718 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:37,718 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:37,718 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:37,718 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:37,719 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:37 GMT 2018-09-02 09:48:37,719 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:37,719 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:37,719 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:42,724 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:42,802 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:42 GMT 2018-09-02 09:48:42,803 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:42,804 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:48:42,804 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:42,804 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:42,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:42,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:42,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:42,864 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:42 GMT 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:42,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:47,865 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:47,939 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:47,939 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 425, "offset": 414, "size": 50}}} 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:47 GMT 2018-09-02 09:48:47,940 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:47,941 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:48:47,941 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:47,941 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:48,009 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:48,009 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:48,009 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:48,009 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:48,010 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:48,010 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:48,010 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:48,010 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:48,010 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:48,010 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:48 GMT 2018-09-02 09:48:48,010 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:48,010 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:48,010 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:53,016 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:53,098 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:53,098 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:53,098 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_t3d6f6", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:49.059Z", "message": "Execution done (return_code=0): /tmp/4JQFN/remove-cluster-node.sh", "level": "info", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:49.059Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fd0f5596-b71b-4c00-976e-a769e3749a13"}, {"node_instance_id": "vellum_t3d6f6", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:49.160Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": "vellum", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:49.160Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:49.564Z", "message": "Stopping node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:49.564Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:50.567Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:50.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:50.567Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:50.567Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 430, "offset": 414, "size": 50}}} 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:53 GMT 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2608 2018-09-02 09:48:53,099 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:53,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=0): /tmp/4JQFN/remove-cluster-node.sh 2018-09-02 09:48:53,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:48:53,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:48:53,100 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 09:48:53,101 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 09:48:53,101 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:53,160 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:53,160 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:53,160 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:53,160 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:53,161 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:53,161 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:53,161 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:53,161 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:53,161 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:53,161 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:53 GMT 2018-09-02 09:48:53,161 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:53,161 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:53,161 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:58,167 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:48:58,232 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:58,232 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:53.178Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:53.178Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:53.571Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:53.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:53.571Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:53.571Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:54.576Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:54.576Z", "message": "Stopping agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:54.576Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:54.576Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:54.576Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:54.765Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:54.765Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Stopping Agent vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:55.375Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:55.375Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}], "metadata": {"pagination": {"total": 447, "offset": 419, "size": 50}}} 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:58 GMT 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:58,233 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9204 2018-09-02 09:48:58,234 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:48:58,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 09:48:58,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 09:48:58,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 09:48:58,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 09:48:58,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 09:48:58,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 09:48:58,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 09:48:58,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent vellum_host_9shwa2 2018-09-02 09:48:58,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,236 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,237 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:48:58,237 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:48:58,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:48:58,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:48:58,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:48:58,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:48:58,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:48:58,293 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:48:58,293 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:48:58,293 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:48:58,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:48:58,294 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:48:58 GMT 2018-09-02 09:48:58,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:48:58,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:48:58,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:03,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:03,364 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:03,364 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:03,364 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:03,364 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:03,364 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:03,364 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:03,365 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:03,365 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:59.395Z", "message": "Stopping...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:59.395Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:48:59.561Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:48:59.561Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.380Z", "message": "Stopping daemon with command: sudo service celeryd-vellum_host_9shwa2 stop", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.380Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.380Z", "message": "Successfully stopped daemon: vellum_host_9shwa2\u001b[0m", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.380Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "3ae0c3c5-1ad7-4892-9cad-8ece6c5426e1"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.584Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.584Z", "message": "Deleting agent", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:00.584Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:00.584Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:01.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:01.385Z", "message": "Deleting Agent vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:01.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:01.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:01.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:01.385Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:01.385Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:02.388Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:02.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:02.388Z", "message": "Deleting...", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:02.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:02.388Z", "message": "Successfully deleted daemon: vellum_host_9shwa2", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:02.388Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "910fe785-bbbf-4d3f-b4b1-4bfe95ff6e9b"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:02.712Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:02.712Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 468, "offset": 436, "size": 50}}} 2018-09-02 09:49:03,365 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:03,365 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:03 GMT 2018-09-02 09:49:03,365 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:03,365 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 11471 2018-09-02 09:49:03,365 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:03,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 09:49:03,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 09:49:03,366 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-vellum_host_9shwa2 stop 2018-09-02 09:49:03,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: vellum_host_9shwa2 2018-09-02 09:49:03,367 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 09:49:03,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 09:49:03,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 09:49:03,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent vellum_host_9shwa2 2018-09-02 09:49:03,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,368 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:49:03,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 09:49:03,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 09:49:03,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: vellum_host_9shwa2 2018-09-02 09:49:03,369 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 09:49:03,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:03,498 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:03,498 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:03,499 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:03,499 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:03,499 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:03,499 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:03,499 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:03,499 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:03,499 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:03,499 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:03 GMT 2018-09-02 09:49:03,499 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:03,500 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:03,500 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:08,505 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:08,573 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:08,573 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:08,574 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:08,574 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:08,574 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:08,574 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:08,574 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:08,574 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:03.587Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:03.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:03.587Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:03.587Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:06.005Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:06.005Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:06.591Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:06.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:06.591Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:06.591Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 473, "offset": 457, "size": 50}}} 2018-09-02 09:49:08,574 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:08,574 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:08 GMT 2018-09-02 09:49:08,575 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:08,575 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2618 2018-09-02 09:49:08,575 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:08,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 09:49:08,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 09:49:08,575 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 09:49:08,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:49:08,576 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:49:08,576 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:08,633 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:08,633 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:08,633 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:08,634 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:08,634 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:08,634 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:08,634 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:08,634 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:08,634 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:08,634 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:08 GMT 2018-09-02 09:49:08,634 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:08,634 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:08,635 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:13,640 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:13,704 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:13,704 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:13,705 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:13,705 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:13,705 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:13,705 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:13,705 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:13,705 - 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-02T09:49:12.825Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:12.825Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:13.599Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:13.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:13.599Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:13.599Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 476, "offset": 462, "size": 50}}} 2018-09-02 09:49:13,705 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:13,705 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:13 GMT 2018-09-02 09:49:13,705 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:13,706 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1625 2018-09-02 09:49:13,706 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:13,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:49:13,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:49:13,706 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:49:13,707 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:13,760 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:13,760 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:13,760 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:13,760 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:13,761 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:13,761 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:13,761 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:13,761 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:13,761 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:13,761 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:13 GMT 2018-09-02 09:49:13,761 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:13,761 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:13,761 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:18,767 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:18,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:18,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:18,831 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:18,831 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:18,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:18,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:18,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:18,832 - 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-02T09:49:17.814Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:17.814Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:18.605Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:18.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:18.605Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:18.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_host_9shwa2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:18.605Z", "message": "Deleting node", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:18.605Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 480, "offset": 465, "size": 50}}} 2018-09-02 09:49:18,832 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:18,832 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:18 GMT 2018-09-02 09:49:18,832 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:18,832 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2063 2018-09-02 09:49:18,832 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:18,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:49:18,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 09:49:18,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 09:49:18,833 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:49:18,834 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:18,888 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:18,888 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:18,888 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:18,888 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:18,888 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:18,888 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:18,888 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:18,888 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:18,889 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:18,889 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:18 GMT 2018-09-02 09:49:18,889 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:18,889 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:18,889 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:23,894 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:23,965 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:23,965 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:23,965 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:23,965 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:23,965 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:23,965 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:23,966 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:23,966 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:18.962Z", "message": "deleting server", "level": "info", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:18.962Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e0a23b90-c817-4dfb-9c93-96d8010515c7"}, {"node_instance_id": "vellum_host_9shwa2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:22.168Z", "message": "Waiting for server \"829d84da-6b82-4285-82fa-d1cbfb0a7d5f\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:22.168Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e0a23b90-c817-4dfb-9c93-96d8010515c7"}], "metadata": {"pagination": {"total": 482, "offset": 469, "size": 50}}} 2018-09-02 09:49:23,966 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:23,966 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:23 GMT 2018-09-02 09:49:23,966 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:23,966 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1198 2018-09-02 09:49:23,966 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:23,966 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 09:49:23,967 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "829d84da-6b82-4285-82fa-d1cbfb0a7d5f" to be deleted. current status: SHUTOFF 2018-09-02 09:49:23,967 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:24,023 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:24,023 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:24,024 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:24 GMT 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:24,024 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:24,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:29,030 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:29,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:29,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:29,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:29,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:29,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:29,094 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:29,094 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:29,094 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_host_9shwa2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:27.400Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "vellum_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:27.400Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:28.471Z", "message": "Deleting node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:28.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:28.471Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:28.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:28.471Z", "message": "Stopping node", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:28.471Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:28.610Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:28.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 487, "offset": 471, "size": 50}}} 2018-09-02 09:49:29,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:29,095 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:29 GMT 2018-09-02 09:49:29,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:29,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2610 2018-09-02 09:49:29,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:29,095 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 09:49:29,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:49:29,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:49:29,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:49:29,096 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:49:29,096 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:29,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:29,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:29,156 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:29 GMT 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:29,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:29,157 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:34,162 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:34,233 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:34,233 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:34,233 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:34,233 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:34,233 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:34,233 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:34,233 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:34,234 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "vellum_security_group_0mese2", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:29.191Z", "message": "deleting security_group", "level": "info", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:29.191Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "994102e1-59a1-4174-8342-69968d84321f"}, {"node_instance_id": "vellum_security_group_0mese2", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:30.242Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "vellum_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:30.242Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 489, "offset": 476, "size": 50}}} 2018-09-02 09:49:34,234 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:34,234 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:34 GMT 2018-09-02 09:49:34,234 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:34,234 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1167 2018-09-02 09:49:34,234 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:34,234 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:49:34,235 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:49:34,235 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:34,293 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:34,293 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:34,293 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:34,293 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:34,293 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:34,293 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:34,293 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:34,293 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:34,294 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:34,294 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:34 GMT 2018-09-02 09:49:34,294 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:34,294 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:34,294 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:39,299 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:39,366 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:39,366 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:39,366 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 478, "size": 50}}} 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:39 GMT 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:49:39,367 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:39,368 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:39,424 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:39,425 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:39,425 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:39,425 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:39,425 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:39,425 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:39,425 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:39,425 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:39,425 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:39,426 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:39 GMT 2018-09-02 09:49:39,426 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:39,426 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:39,426 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:44,431 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:44,505 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:44,505 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:44,505 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:44,505 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:44,505 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:44,505 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:44,505 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:44,506 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 489, "offset": 478, "size": 50}}} 2018-09-02 09:49:44,506 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:44,506 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:44 GMT 2018-09-02 09:49:44,506 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:44,506 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:49:44,506 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:44,506 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:44,563 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:44,563 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:44,563 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:44,563 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:44,563 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:44,563 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:44,563 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:44,563 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:44,564 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:44,564 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:44 GMT 2018-09-02 09:49:44,564 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:44,564 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:44,564 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:49,567 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:49,629 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:49,630 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:49,630 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:49,630 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:49,630 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:49,630 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:49,630 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:49,630 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:46.999Z", "message": "Execution done (return_code=124): /tmp/D1RIU/stop-bono.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:46.999Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ed9697ff-3aec-4879-9a2d-d088af014d16"}, {"node_instance_id": "bono_nl1i68", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:47.217Z", "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_55oody/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_55oody/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_55oody/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-02T09:49:47.217Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:47.618Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:47.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:47.618Z", "message": "Task started 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:47.618Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.072Z", "message": "Downloaded scripts/bind/bind.py to /tmp/GB787/bind.py", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:48.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.072Z", "message": "Creating private domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:48.072Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.417Z", "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-02T09:49:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.417Z", "message": "[localhost] run: sudo mv /tmp/tmpXnu0nT /etc/bind/db.clearwater.opnfv", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.417Z", "message": "[localhost] run: sudo mv /tmp/tmp3304nY /etc/bind/db.clearwater.local", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.417Z", "message": "The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.10', u'hss_hostname': u''}.", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.417Z", "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-02T09:49:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.417Z", "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-02T09:49:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.417Z", "message": "Creating public domain file", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.417Z", "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-02T09:49:48.417Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:48.621Z", "message": "Task succeeded 'script_runner.tasks.run'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:48.621Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:49.420Z", "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-02T09:49:49.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:49.420Z", "message": "[localhost] run: sudo service bind9 reload", "level": "debug", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:49.420Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "9411f63c-e92b-4ac2-b811-5a9f269563af"}], "metadata": {"pagination": {"total": 507, "offset": 478, "size": 50}}} 2018-09-02 09:49:49,631 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:49,631 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:49 GMT 2018-09-02 09:49:49,631 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:49,631 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10262 2018-09-02 09:49:49,631 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:49,631 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=124): /tmp/D1RIU/stop-bono.sh 2018-09-02 09:49:49,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' 2018-09-02 09:49:49,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:49:49,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:49:49,632 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/bind/bind.py to /tmp/GB787/bind.py 2018-09-02 09:49:49,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating private domain file 2018-09-02 09:49:49,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.local. 2018-09-02 09:49:49,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmpXnu0nT /etc/bind/db.clearwater.opnfv 2018-09-02 09:49:49,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo mv /tmp/tmp3304nY /etc/bind/db.clearwater.local 2018-09-02 09:49:49,633 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - The config dict: {'public_ip': u'172.30.9.201', 'backends': {u'homer': {}, u'ellis': {}, u'dime': {}, u'sprout': {}, u'vellum': {}, u'bono': {}}, u'hss_port': u'3868', u'private_domain': u'clearwater.local', u'public_domain': u'clearwater.opnfv', u'release': u'repo129', u'secret_code': u'secret', 'host_ip': u'192.168.120.10', u'hss_hostname': u''}. 2018-09-02 09:49:49,633 - 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 09:49:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.local 2018-09-02 09:49:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Creating public domain file 2018-09-02 09:49:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Rendering the Jinja2 template to /etc/bind/db.clearwater.opnfv. 2018-09-02 09:49:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'script_runner.tasks.run' 2018-09-02 09:49:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo chmod 644 /etc/bind/db.clearwater.opnfv 2018-09-02 09:49:49,634 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - [localhost] run: sudo service bind9 reload 2018-09-02 09:49:49,635 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:49,693 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:49,693 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:49,693 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:49,693 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:49,693 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:49,693 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:49,693 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:49,694 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:49,694 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:49,694 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:49 GMT 2018-09-02 09:49:49,694 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:49,694 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:49,694 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:54,699 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:54,773 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:54,773 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:54,773 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:54,773 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:54,773 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:54,773 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:54,774 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:54,774 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_nl1i68", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:49.625Z", "message": "Deleting node", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:49.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_nl1i68", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:49.625Z", "message": "Sending task 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:49.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_nl1i68", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:49.625Z", "message": "Task started 'script_runner.tasks.run'", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:49.625Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:50.423Z", "message": "Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/1TYJM/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:50.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "d8f1d992-1901-4e79-a456-bd153a08ca60"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:50.423Z", "message": "Remove node in ETCD cluster", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:50.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "d8f1d992-1901-4e79-a456-bd153a08ca60"}, {"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:49:50.423Z", "message": "Executing: /tmp/1TYJM/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:49:50.423Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "d8f1d992-1901-4e79-a456-bd153a08ca60"}], "metadata": {"pagination": {"total": 513, "offset": 495, "size": 50}}} 2018-09-02 09:49:54,774 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:54,774 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:54 GMT 2018-09-02 09:49:54,774 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:54,774 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3127 2018-09-02 09:49:54,774 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:54,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:49:54,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'script_runner.tasks.run' 2018-09-02 09:49:54,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'script_runner.tasks.run' 2018-09-02 09:49:54,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Downloaded scripts/clearwater/other/remove-cluster-node.sh to /tmp/1TYJM/remove-cluster-node.sh 2018-09-02 09:49:54,775 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Remove node in ETCD cluster 2018-09-02 09:49:54,776 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Executing: /tmp/1TYJM/remove-cluster-node.sh 2018-09-02 09:49:54,776 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:49:54,909 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:54,909 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:54,910 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:54,910 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:54,910 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:54,910 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:54,910 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:54,910 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:49:54,910 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:54,910 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:54 GMT 2018-09-02 09:49:54,911 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:54,911 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:49:54,911 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:59,916 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:49:59,980 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:49:59,980 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:49:59,980 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:49:59,980 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:49:59,980 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:49:59,980 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:49:59,980 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:49:59,980 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 513, "offset": 501, "size": 50}}} 2018-09-02 09:49:59,981 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:49:59,981 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:49:59 GMT 2018-09-02 09:49:59,981 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:49:59,981 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 09:49:59,981 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:49:59,981 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:00,036 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:00,037 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:00,037 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:00,037 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:00,037 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:00,037 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:00,037 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:00,037 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:00,037 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:00,038 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:00 GMT 2018-09-02 09:50:00,038 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:00,038 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:00,038 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:05,041 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:05,161 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:05,161 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:05,161 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:05,161 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_nl1i68", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:04.750Z", "message": "Execution done (return_code=2): /tmp/1TYJM/remove-cluster-node.sh", "level": "info", "node_name": "bono", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:04.750Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "d8f1d992-1901-4e79-a456-bd153a08ca60"}, {"node_instance_id": "bono_nl1i68", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:04.926Z", "message": "Task failed 'script_runner.tasks.run' -> Received an error trying to remove member dccac92564e19018: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.6:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.19:4000 exceeded header timeout\n", "node_name": "bono", "workflow_id": "uninstall", "error_causes": [{"message": "Received an error trying to remove member dccac92564e19018: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.6:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.19: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_55oody/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_55oody/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_55oody/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 dccac92564e19018: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.6:4000 has no leader\n; error #1: client: etcd member http://192.168.120.10:4000 has no leader\n; error #2: client: endpoint http://192.168.120.19:4000 exceeded header timeout\n\n", "type": "ProcessException"}], "reported_timestamp": "2018-09-02T09:50:04.926Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 515, "offset": 501, "size": 50}}} 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:05 GMT 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2974 2018-09-02 09:50:05,162 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:05,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Execution done (return_code=2): /tmp/1TYJM/remove-cluster-node.sh 2018-09-02 09:50:05,163 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'script_runner.tasks.run' -> Received an error trying to remove member dccac92564e19018: client: etcd cluster is unavailable or misconfigured; error #0: client: etcd member http://192.168.120.6:4000 has no leader ; error #1: client: etcd member http://192.168.120.10:4000 has no leader ; error #2: client: endpoint http://192.168.120.19:4000 exceeded header timeout 2018-09-02 09:50:05,163 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:05,220 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:05,220 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:05,221 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:05 GMT 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:05,221 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:05,222 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:10,225 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:10,298 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:10,298 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:05.631Z", "message": "Stopping node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:05.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_node_0vlz3g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:05.631Z", "message": "Stopping node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:05.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:05.631Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:05.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_4njkki", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:05.631Z", "message": "Stopping node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:05.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:05.631Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:05.631Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_node_0vlz3g", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:06.634Z", "message": "Deleting node", "node_name": "proxy_node", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:06.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_4njkki", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:06.634Z", "message": "Deleting node", "node_name": "bind", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:06.634Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:07.637Z", "message": "Stopping node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:07.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:07.637Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:07.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:07.637Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:07.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:07.637Z", "message": "Task started 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:07.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:07.637Z", "message": "Sending task 'diamond_agent.tasks.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:07.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:07.637Z", "message": "Stopping node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:07.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:08.640Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:08.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:08.640Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:08.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:08.640Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:08.640Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:09.431Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:09.431Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:09.643Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:09.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:09.643Z", "message": "Task succeeded 'diamond_agent.tasks.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:09.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:09.643Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:09.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:09.643Z", "message": "Stopping agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:09.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:09.643Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:09.643Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 537, "offset": 503, "size": 50}}} 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:10 GMT 2018-09-02 09:50:10,299 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:10,300 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10854 2018-09-02 09:50:10,300 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:10,300 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:50:10,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:50:10,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 09:50:10,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:50:10,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 09:50:10,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:50:10,301 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:50:10,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:50:10,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 09:50:10,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 09:50:10,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.stop' 2018-09-02 09:50:10,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.stop' 2018-09-02 09:50:10,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:50:10,302 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:10,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:10,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 09:50:10,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:10,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:10,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.stop' 2018-09-02 09:50:10,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:10,303 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 09:50:10,304 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:10,304 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:10,363 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:10,363 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:10,363 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:10,363 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:10,363 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:10,363 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:10,364 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:10,364 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:10,364 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:10,364 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:10 GMT 2018-09-02 09:50:10,364 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:10,364 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:10,364 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:15,370 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:15,434 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:15,434 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:15,434 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:15,434 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:15,434 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:15,434 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:15,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:15,435 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Stopping Agent bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.432Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.432Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.647Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.647Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.647Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.647Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.647Z", "message": "Stopping agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:10.647Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:10.647Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Stopping Agent bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:11.436Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:11.436Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:14.036Z", "message": "Stopping...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:14.036Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:14.198Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:14.198Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:14.440Z", "message": "Successfully stopped daemon: bono_host_55oody\u001b[0m", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:14.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:14.440Z", "message": "Stopping daemon with command: sudo service celeryd-bono_host_55oody stop", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:14.440Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "da9988f8-f3b9-4367-bf66-3672063ed830"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:14.651Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:14.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:14.651Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:14.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:14.651Z", "message": "Deleting agent", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:14.651Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 569, "offset": 525, "size": 50}}} 2018-09-02 09:50:15,435 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:15,435 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:15 GMT 2018-09-02 09:50:15,435 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:15,435 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 17234 2018-09-02 09:50:15,435 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:15,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,436 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bono_host_55oody 2018-09-02 09:50:15,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,437 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:15,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:15,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:15,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:15,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 09:50:15,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:15,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,438 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent bind_host_2qfbfo 2018-09-02 09:50:15,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,439 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:15,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 09:50:15,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:15,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bono_host_55oody 2018-09-02 09:50:15,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bono_host_55oody stop 2018-09-02 09:50:15,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:15,440 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:15,441 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 09:50:15,441 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:15,496 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:15,496 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:15,496 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:15,497 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:15 GMT 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:15,497 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:20,503 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:20,576 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:20,576 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:20,576 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:20,576 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:20,576 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:20,576 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:20,576 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:20,576 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Deleting Agent bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.444Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.444Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:15.766Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:15.766Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:16.447Z", "message": "Stopping...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:16.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:16.447Z", "message": "Successfully stopped daemon: bind_host_2qfbfo\u001b[0m", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:16.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:16.447Z", "message": "Stopping daemon with command: sudo service celeryd-bind_host_2qfbfo stop", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:16.447Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "ca4c62ac-7d3b-4a9e-9d02-ca2c9cfd370a"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:16.654Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:16.654Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:16.654Z", "message": "Deleting agent", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:16.654Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Successfully deleted daemon: bono_host_55oody", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Deleting...", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Deleting Agent bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "e108d53c-37d2-4f3d-988b-3d66e9b24da0"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.451Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.451Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.657Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.657Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:17.657Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:17.657Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:18.509Z", "message": "Deleting...", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:18.509Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:18.663Z", "message": "Sending task 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:18.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:18.663Z", "message": "Stopping agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:18.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:18.663Z", "message": "Task succeeded 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:18.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:18.663Z", "message": "Task started 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:18.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.monitoring_agent.uninstall", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:18.663Z", "message": "Sending task 'diamond_agent.tasks.uninstall'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:18.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:18.663Z", "message": "Task started 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:18.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_failed", "operation": "cloudify.interfaces.monitoring_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:18.663Z", "message": "Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5951)", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": [{"message": "timeout after 10 seconds (pid=5951)", "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/proxy_host_7u7r2k/env/lib/python2.7/site-packages/diamond_agent/tasks.py\", line 108, in stop\n stop_diamond(conf_path)\n File \"/home/ubuntu/proxy_host_7u7r2k/env/lib/python2.7/site-packages/diamond_agent/tasks.py\", line 159, in stop_diamond\n diamond_process.wait(timeout=DEFAULT_TIMEOUT)\n File \"/home/ubuntu/proxy_host_7u7r2k/env/lib/python2.7/site-packages/psutil/__init__.py\", line 1050, in wait\n return self._proc.wait(timeout)\n File \"/home/ubuntu/proxy_host_7u7r2k/env/lib/python2.7/site-packages/psutil/_pslinux.py\", line 694, in wrapper\n return fun(self, *args, **kwargs)\n File \"/home/ubuntu/proxy_host_7u7r2k/env/lib/python2.7/site-packages/psutil/_pslinux.py\", line 840, in wait\n raise TimeoutExpired(timeout, self.pid, self._name)\nTimeoutExpired: timeout after 10 seconds (pid=5951)\n", "type": "TimeoutExpired"}], "reported_timestamp": "2018-09-02T09:50:18.663Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Successfully deleted daemon: bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}], "metadata": {"pagination": {"total": 625, "offset": 557, "size": 50}}} 2018-09-02 09:50:20,577 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:20,577 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:20 GMT 2018-09-02 09:50:20,577 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:20,577 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 28167 2018-09-02 09:50:20,577 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:20,578 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bono_host_55oody 2018-09-02 09:50:20,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,579 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:20,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 09:50:20,580 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: bind_host_2qfbfo 2018-09-02 09:50:20,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-bind_host_2qfbfo stop 2018-09-02 09:50:20,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:20,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:20,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 09:50:20,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bono_host_55oody 2018-09-02 09:50:20,581 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 09:50:20,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent bind_host_2qfbfo 2018-09-02 09:50:20,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 09:50:20,582 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 09:50:20,583 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 09:50:20,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:20,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 09:50:20,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:20,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping agent 2018-09-02 09:50:20,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:20,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:20,584 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'diamond_agent.tasks.uninstall' 2018-09-02 09:50:20,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:20,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task failed 'diamond_agent.tasks.stop' -> timeout after 10 seconds (pid=5951) 2018-09-02 09:50:20,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,585 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_2qfbfo 2018-09-02 09:50:20,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,586 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:20,586 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:20,647 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:20,647 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:20,647 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:20,647 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:20,647 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:20,647 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:20,647 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:20,648 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:20,648 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:20,648 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:20 GMT 2018-09-02 09:50:20,648 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:20,648 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:20,648 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:25,654 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:25,831 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:25,831 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:25,832 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:25,832 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:25,832 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:25,832 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:25,832 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:25,832 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Successfully deleted daemon: bind_host_2qfbfo", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "463729eb-5a40-49b6-9b57-0048bec6e649"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.457Z", "message": "Stopping Agent proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.457Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.667Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.667Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:19.667Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:19.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:20.670Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:20.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:20.670Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:20.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:20.670Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:20.670Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:22.003Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:22.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:22.678Z", "message": "Sending task 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:22.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:22.678Z", "message": "Task started 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:22.678Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:23.826Z", "message": "Stopping...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:23.826Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:24.028Z", "message": "Task succeeded 'cloudify_agent.installer.operations.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:24.028Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:24.462Z", "message": "Stopping daemon with command: sudo service celeryd-proxy_host_7u7r2k stop", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:24.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:24.462Z", "message": "Successfully stopped daemon: proxy_host_7u7r2k\u001b[0m", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:24.462Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "fbf95a34-5c27-4506-ad4b-7957644299c8"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:24.682Z", "message": "Task started 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:24.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:24.682Z", "message": "Sending task 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:24.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:24.682Z", "message": "Deleting agent", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:24.682Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Deleting Agent proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:25.466Z", "message": "Applying function:setter on Attribute ", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:25.466Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}], "metadata": {"pagination": {"total": 648, "offset": 607, "size": 50}}} 2018-09-02 09:50:25,832 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:25,833 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:25 GMT 2018-09-02 09:50:25,833 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:25,833 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15473 2018-09-02 09:50:25,833 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:25,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: bind_host_2qfbfo 2018-09-02 09:50:25,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 09:50:25,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping Agent proxy_host_7u7r2k 2018-09-02 09:50:25,834 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 09:50:25,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 09:50:25,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:25,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-02 09:50:25,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 09:50:25,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-02 09:50:25,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 09:50:25,835 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_floatingip' 2018-09-02 09:50:25,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_floatingip' 2018-09-02 09:50:25,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping... 2018-09-02 09:50:25,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.stop' 2018-09-02 09:50:25,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping daemon with command: sudo service celeryd-proxy_host_7u7r2k stop 2018-09-02 09:50:25,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully stopped daemon: proxy_host_7u7r2k 2018-09-02 09:50:25,836 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:25,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:25,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting agent 2018-09-02 09:50:25,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,837 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting Agent proxy_host_7u7r2k 2018-09-02 09:50:25,838 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Applying function:setter on Attribute 2018-09-02 09:50:25,839 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:25,899 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:25,900 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:25,900 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:25,900 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:25,900 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:25,900 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:25,900 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:25,900 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:25,900 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:25,901 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:25 GMT 2018-09-02 09:50:25,901 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:25,901 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:25,901 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:30,906 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:31,029 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:31,029 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:26.782Z", "message": "Deleting...", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:26.782Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:27.195Z", "message": "Task succeeded 'cloudify_agent.installer.operations.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:27.195Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:27.583Z", "message": "Deleting start-on-boot entry", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:27.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.cloudify_agent.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:27.583Z", "message": "Successfully deleted daemon: proxy_host_7u7r2k", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:27.583Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "8256a5f8-0c30-4b79-8fea-c2906698f1d6"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:27.693Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:27.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:27.693Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:27.693Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:30.282Z", "message": "Task succeeded 'nova_plugin.server.stop'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:30.282Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:30.696Z", "message": "Deleting node", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:30.696Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 656, "offset": 636, "size": 50}}} 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:31 GMT 2018-09-02 09:50:31,030 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:31,031 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4163 2018-09-02 09:50:31,031 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:31,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting... 2018-09-02 09:50:31,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'cloudify_agent.installer.operations.delete' 2018-09-02 09:50:31,031 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting start-on-boot entry 2018-09-02 09:50:31,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Successfully deleted daemon: proxy_host_7u7r2k 2018-09-02 09:50:31,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 09:50:31,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 09:50:31,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.stop' 2018-09-02 09:50:31,032 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:50:31,032 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:31,130 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:31,130 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:31,130 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:31,130 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:31,130 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:31,130 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:31,130 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:31,130 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:31,131 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:31,131 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:31 GMT 2018-09-02 09:50:31,131 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:31,131 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:31,131 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:36,136 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:36,208 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:36,208 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:36,208 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:36,208 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:36,208 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:36,208 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:36,208 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:36,208 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:31.607Z", "message": "deleting server", "level": "info", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:31.607Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "d238264b-6650-44d9-9a49-ffbb429c4dd1"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:31.741Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:31.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:31.741Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:31.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:31.741Z", "message": "Task succeeded 'nova_plugin.server.disconnect_floatingip'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:31.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:31.741Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:31.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:31.741Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:31.741Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:33.977Z", "message": "Waiting for server \"7c45e9aa-e19e-4829-8b46-3670b1ea0fb6\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:33.977Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "d238264b-6650-44d9-9a49-ffbb429c4dd1"}], "metadata": {"pagination": {"total": 666, "offset": 644, "size": 50}}} 2018-09-02 09:50:36,209 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:36,209 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:36 GMT 2018-09-02 09:50:36,209 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:36,209 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3740 2018-09-02 09:50:36,209 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:36,209 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 09:50:36,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:36,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 09:50:36,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_floatingip' 2018-09-02 09:50:36,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 09:50:36,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:36,210 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "7c45e9aa-e19e-4829-8b46-3670b1ea0fb6" to be deleted. current status: ACTIVE 2018-09-02 09:50:36,211 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:36,266 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:36,266 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:36,267 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:36 GMT 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:36,267 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:36,268 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:41,273 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:41,337 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:41,337 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:41,337 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:41,337 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:41,337 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:41,337 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:41,338 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:41,338 - 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-02T09:50:36.752Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:36.752Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:36.857Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:36.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:36.857Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:36.857Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:37.860Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:37.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:37.860Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:37.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:37.860Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:37.860Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:39.940Z", "message": "Waiting for server \"7c45e9aa-e19e-4829-8b46-3670b1ea0fb6\" to be deleted. current status: ACTIVE", "level": "debug", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:39.940Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "d238264b-6650-44d9-9a49-ffbb429c4dd1"}], "metadata": {"pagination": {"total": 673, "offset": 651, "size": 50}}} 2018-09-02 09:50:41,338 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:41,338 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:41 GMT 2018-09-02 09:50:41,338 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:41,338 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3765 2018-09-02 09:50:41,338 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:41,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:41,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:41,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:41,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:41,339 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:41,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:41,340 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "7c45e9aa-e19e-4829-8b46-3670b1ea0fb6" to be deleted. current status: ACTIVE 2018-09-02 09:50:41,340 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:41,392 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:41,393 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:41,393 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:41,393 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:41,393 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:41,393 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:41,393 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:41,393 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:41,393 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:41,393 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:41 GMT 2018-09-02 09:50:41,394 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:41,394 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:41,394 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:46,395 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:46,466 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:46,466 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:46,466 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:46,466 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:46,466 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:46,466 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:46,467 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:46,467 - 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-02T09:50:42.015Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:42.015Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:42.867Z", "message": "Deleting node", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:42.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:42.867Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:42.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:42.867Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:42.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:42.867Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:42.867Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:43.208Z", "message": "deleting server", "level": "info", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:43.208Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "005c316a-4576-48d0-a740-80ef60e36190"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:43.879Z", "message": "Task started 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:43.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:43.879Z", "message": "Sending task 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:43.879Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "proxy_host_7u7r2k", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:45.306Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "proxy_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:45.306Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:45.667Z", "message": "Waiting for server \"501ae6bb-cbd2-4cbf-ac82-e49da79a39b1\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:45.667Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "005c316a-4576-48d0-a740-80ef60e36190"}], "metadata": {"pagination": {"total": 683, "offset": 658, "size": 50}}} 2018-09-02 09:50:46,467 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:46,467 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:46 GMT 2018-09-02 09:50:46,467 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:46,467 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5210 2018-09-02 09:50:46,467 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:46,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:46,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:50:46,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 09:50:46,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:46,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 09:50:46,468 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 09:50:46,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:46,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:46,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 09:50:46,469 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "501ae6bb-cbd2-4cbf-ac82-e49da79a39b1" to be deleted. current status: SHUTOFF 2018-09-02 09:50:46,469 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:46,525 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:46,525 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:46,525 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:46,525 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:46,526 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:46,526 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:46,526 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:46,526 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:46,526 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:46,526 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:46 GMT 2018-09-02 09:50:46,526 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:46,526 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:46,526 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:51,532 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:51,594 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:51,594 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:51,594 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:51,594 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:51,594 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:51,594 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:51,594 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:51,594 - 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-02T09:50:49.659Z", "message": "Task succeeded 'nova_plugin.server.disconnect_security_group'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:49.659Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:50.831Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:50.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:50.831Z", "message": "Deleting node", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:50.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:50.831Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:50.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_host_2qfbfo", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:50.831Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bind_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:50.831Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:50.889Z", "message": "deleting server", "level": "info", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:50.889Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a1fcb23c-c138-4f19-958f-2b99d6cb6580"}], "metadata": {"pagination": {"total": 689, "offset": 668, "size": 50}}} 2018-09-02 09:50:51,595 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:51,595 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:51 GMT 2018-09-02 09:50:51,595 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:51,595 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3069 2018-09-02 09:50:51,595 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:51,595 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.disconnect_security_group' 2018-09-02 09:50:51,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 09:50:51,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:50:51,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 09:50:51,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 09:50:51,596 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting server 2018-09-02 09:50:51,597 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:51,656 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:51,656 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:51,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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:51 GMT 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:51,657 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:51,658 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:56,663 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:50:56,726 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:56,726 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:56,726 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:56,726 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:56,726 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:56,727 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:56,727 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:56,727 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bind_security_group_912a66", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:51.882Z", "message": "Stopping node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:51.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:51.882Z", "message": "Stopping node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:51.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:51.882Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:51.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:51.882Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:51.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:51.882Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:51.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:51.882Z", "message": "Deleting node", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:51.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:51.882Z", "message": "Deleting node", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:51.882Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_floatingip_fswk9r", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:52.637Z", "message": "deleting floatingip", "level": "info", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:52.637Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "d42d7132-18a2-4e79-b4da-63104aba3911"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:52.887Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:52.887Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bind_security_group_912a66", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:53.603Z", "message": "deleting security_group", "level": "info", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:53.603Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "6eb2eda3-559e-4bd3-a361-4da32b84978e"}, {"node_instance_id": "bind_security_group_912a66", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:54.003Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bind_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:54.003Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_host_55oody", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:54.610Z", "message": "Waiting for server \"3b7c2e8a-7b19-435e-b07f-dc63e3dc5cd0\" to be deleted. current status: SHUTOFF", "level": "debug", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:54.610Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "a1fcb23c-c138-4f19-958f-2b99d6cb6580"}, {"node_instance_id": "bind_floatingip_fswk9r", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:54.891Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bind_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:54.891Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 702, "offset": 674, "size": 50}}} 2018-09-02 09:50:56,727 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:56,727 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:56 GMT 2018-09-02 09:50:56,727 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:56,727 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6772 2018-09-02 09:50:56,727 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:50:56,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:50:56,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:50:56,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 09:50:56,728 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:50:56,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 09:50:56,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:50:56,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:50:56,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-02 09:50:56,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:50:56,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:50:56,729 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:50:56,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Waiting for server "3b7c2e8a-7b19-435e-b07f-dc63e3dc5cd0" to be deleted. current status: SHUTOFF 2018-09-02 09:50:56,730 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 09:50:56,730 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:50:56,782 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:50:56,782 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:50:56,783 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:50:56,783 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:50:56,783 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:50:56,783 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:50:56,783 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:50:56,783 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:50:56,783 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:50:56,783 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:50:56 GMT 2018-09-02 09:50:56,783 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:50:56,784 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:50:56,784 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:51:01,787 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:51:01,893 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:51:01,893 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:51:01,893 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:51:01,893 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_host_55oody", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:59.032Z", "message": "Task succeeded 'nova_plugin.server.delete'", "node_name": "bono_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:59.032Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:59.895Z", "message": "Stopping node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:59.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:59.895Z", "message": "Stopping node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:59.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:59.895Z", "message": "Stopping node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:59.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:59.895Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:59.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:50:59.895Z", "message": "Stopping node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:50:59.895Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 708, "offset": 687, "size": 50}}} 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:51:01 GMT 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2912 2018-09-02 09:51:01,894 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:51:01,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.server.delete' 2018-09-02 09:51:01,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:51:01,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:51:01,895 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:51:01,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:51:01,896 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Stopping node 2018-09-02 09:51:01,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:51:02,092 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:51:02,092 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:51:02,092 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:51:02,092 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:51:02,093 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:51:02,093 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:51:02,093 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:51:02,093 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:51:02,093 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:51:02,093 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:51:02 GMT 2018-09-02 09:51:02,093 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:51:02,093 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 375 2018-09-02 09:51:02,093 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:51:07,099 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/events 2018-09-02 09:51:07,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:51:07,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "bono_floatingip_f6q96r", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Deleting node", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Deleting node", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Deleting node", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Deleting node", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.904Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.904Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "base_security_group_28ubwe", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:01.967Z", "message": "deleting security_group", "level": "info", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:01.967Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "7fc7420a-0d6b-42d1-bc4b-a65db8706275"}, {"node_instance_id": "bono_floatingip_f6q96r", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:02.896Z", "message": "deleting floatingip", "level": "info", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "05482db0-483c-488c-aacc-ba7bcfa20bd3"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:02.896Z", "message": "deleting security_group", "level": "info", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "dbb0f7f9-5938-47c4-a0b5-013b140616e0"}, {"node_instance_id": "keypair_gy6xnk", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:02.896Z", "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-02T09:51:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "00acd9b9-fc8a-4688-a4f2-caf9dc9e5e86"}, {"node_instance_id": "bono_security_group_oixds4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:02.896Z", "message": "deleting security_group", "level": "info", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:02.896Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_log", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f", "logger": "56e9c9f1-240d-4b48-9931-d8b02778eb25"}, {"node_instance_id": "base_security_group_28ubwe", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:02.923Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "base_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:02.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "keypair_gy6xnk", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:02.923Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:02.923Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_security_group_oixds4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:03.925Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "bono_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:03.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "bono_floatingip_f6q96r", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:03.925Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "bono_floatingip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:03.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": "internal_sip_security_group_6h99b1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:03.925Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "internal_sip_security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:03.925Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "clearwater-opnfv", "timestamp": "2018-09-02T09:51:04.929Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T09:51:04.929Z", "deployment_id": "clearwater-opnfv", "type": "cloudify_event", "execution_id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"}], "metadata": {"pagination": {"total": 734, "offset": 693, "size": 50}}} 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:51:07 GMT 2018-09-02 09:51:07,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:51:07,166 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 13501 2018-09-02 09:51:07,166 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:51:07,166 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 09:51:07,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-09-02 09:51:07,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:51:07,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:51:07,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 09:51:07,167 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:51:07,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:51:07,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Deleting node 2018-09-02 09:51:07,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-09-02 09:51:07,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,168 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:51:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting floatingip 2018-09-02 09:51:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:51:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - not deleting keypair since an external keypair is being used 2018-09-02 09:51:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - deleting security_group 2018-09-02 09:51:07,169 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-09-02 09:51:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 09:51:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 09:51:07,170 - functest.opnfv_tests.vnf.ims.cloudify_ims - DEBUG - 'uninstall' workflow execution succeeded 2018-09-02 09:51:07,170 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.203:80/api/v3/executions/14f180dc-efa7-49b2-8643-7e17ebe7284f 2018-09-02 09:51:07,222 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:51:07,223 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:51:07,223 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:51:07,223 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:51:07,223 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:51:07,223 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:51:07,223 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:51:07,223 - 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-02T09:46:44.166Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "clearwater-opnfv", "id": "14f180dc-efa7-49b2-8643-7e17ebe7284f"} 2018-09-02 09:51:07,224 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:51:07,224 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:51:07 GMT 2018-09-02 09:51:07,224 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:51:07,224 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 378 2018-09-02 09:51:07,224 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:51:07,224 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/deployments/clearwater-opnfv 2018-09-02 09:51:08,005 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:51:08,005 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:51:08,005 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:51:08,005 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:51:08,005 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:51:08,005 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:51:08,005 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:51:08,006 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 09:51:08,006 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"inputs": {"vellum_cluster_size": 1, "agent_user": "ubuntu", "image_id": "b9509348-963f-40f3-a6a1-5020cc52a152", "with_ellis": 1, "external_network_name": "external", "dime_cluster_size": 1, "key_pair_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "bono_cluster_size": 1, "flavor_id": "25043324-7bc5-4d40-8579-1c20f4569ad0", "public_domain": "clearwater.opnfv", "homer_cluster_size": 1, "release": "repo129", "network_name": "cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac", "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": {"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-02T09:28:25.269Z", "updated_at": "2018-09-02T09:28:25.269Z", "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 09:51:08,006 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:51:08,006 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:51:08 GMT 2018-09-02 09:51:08,006 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:51:08,006 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8224 2018-09-02 09:51:08,006 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:51:08,007 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.203:80/api/v3/blueprints/clearwater-opnfv 2018-09-02 09:51:08,085 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 09:51:08,085 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 09:51:08,085 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 09:51:08,085 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 09:51:08,085 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 09:51:08,085 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 09:51:08,085 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 09:51:08,086 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 09:51:08,086 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"main_file_name": "openstack-blueprint.yaml", "description": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T09:28:16.779Z", "updated_at": "2018-09-02T09:28:16.779Z", "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"}}}, "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.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"}}}, "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.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.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.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.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"}}}, "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"}}}}, "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"}, "image_id": {"type": "string", "description": "Image ID of the agent VM's (Ubuntu 14.04 for clearwater)"}, "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"}, "dime_cluster_size": {"default": 1, "type": "integer", "description": "number of dime instance"}, "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": {"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": {"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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "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.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"}, "creation": {"inputs": {}, "has_intrinsic_functions": false, "plugin": "", "retry_interval": null, "max_retries": null, "executor": null, "operation": ""}, "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.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.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.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"}, "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_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"}, "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": "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.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": "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": {"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": "", "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, "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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}, {"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": "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.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": {"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"}, "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": "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.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": {"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": {"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": "", "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, "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", "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": ""}, "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.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"}, "creation": {"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/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.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.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.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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}, {"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": "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.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": "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"}, "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": "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.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": "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": {"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": "", "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, "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", "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"}, "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": "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.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": "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": {"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": "", "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, "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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "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", "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": ""}, "cloudify.interfaces.lifecycle.stop": {"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"}, "creation": {"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.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.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.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": ""}, "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.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"}, "creation": {"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/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.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.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.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"}, "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": "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.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": "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": {"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": "", "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, "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", "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"}, "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": "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.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": "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"}, "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": "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.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": "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": {"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": "", "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, "description": ""}}], "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 09:51:08,088 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 09:51:08,088 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 09:51:08 GMT 2018-09-02 09:51:08,088 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 09:51:08,089 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 515398 2018-09-02 09:51:08,089 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 09:51:08,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 09:51:08,117 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:08,980 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c3d58a7f-6da2-4758-8396-1723a8b13f5a Date: Sun, 02 Sep 2018 09:51: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 09:51:08,980 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152 used request id req-c3d58a7f-6da2-4758-8396-1723a8b13f5a 2018-09-02 09:51:08,980 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.866593122482s 2018-09-02 09:51:08,980 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/b9509348-963f-40f3-a6a1-5020cc52a152 used request id req-c3d58a7f-6da2-4758-8396-1723a8b13f5a 2018-09-02 09:51:08,981 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:51:08,984 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:09,278 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51: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-7ab22280-04b7-4728-bb1e-20dd63d10fcf x-compute-request-id: req-7ab22280-04b7-4728-bb1e-20dd63d10fcf Content-Encoding: gzip Content-Length: 373 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_alt_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0", "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": "25043324-7bc5-4d40-8579-1c20f4569ad0"}, {"name": "cloudify_ims-flavor_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "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": "cf69b481-0b3d-45a4-86c5-0e58433428d7"}]} 2018-09-02 09:51:09,278 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-7ab22280-04b7-4728-bb1e-20dd63d10fcf 2018-09-02 09:51:09,278 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.297386884689s 2018-09-02 09:51:09,279 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-7ab22280-04b7-4728-bb1e-20dd63d10fcf 2018-09-02 09:51:09,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 09:51:09,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:09,344 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:51: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-de21de57-24ec-441f-8edf-aec5a610fd9e x-compute-request-id: req-de21de57-24ec-441f-8edf-aec5a610fd9e Content-Length: 0 Content-Type: application/json 2018-09-02 09:51:09,344 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0 used request id req-de21de57-24ec-441f-8edf-aec5a610fd9e 2018-09-02 09:51:09,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0623970031738s 2018-09-02 09:51:09,344 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/25043324-7bc5-4d40-8579-1c20f4569ad0 used request id req-de21de57-24ec-441f-8edf-aec5a610fd9e 2018-09-02 09:51:09,347 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 09:51:09,348 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/85db170d-142b-4a1d-a03a-6391d338d8b8.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:11,183 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-fcb2c4e1-db7b-45bc-8317-0ebdb1778ee1 Content-Length: 0 Date: Sun, 02 Sep 2018 09:51:11 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:51:11,183 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/85db170d-142b-4a1d-a03a-6391d338d8b8.json used request id req-fcb2c4e1-db7b-45bc-8317-0ebdb1778ee1 2018-09-02 09:51:11,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.83575201035s 2018-09-02 09:51:11,183 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/85db170d-142b-4a1d-a03a-6391d338d8b8.json used request id req-fcb2c4e1-db7b-45bc-8317-0ebdb1778ee1 2018-09-02 09:51:11,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 09:51:11,190 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:11,534 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-d80802f8-6dee-41b4-a218-a8121a7e9f0f Date: Sun, 02 Sep 2018 09:51:11 GMT RESP BODY: {"floatingips": []} 2018-09-02 09:51:11,534 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d80802f8-6dee-41b4-a218-a8121a7e9f0f 2018-09-02 09:51:11,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.345290899277s 2018-09-02 09:51:11,535 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d80802f8-6dee-41b4-a218-a8121a7e9f0f 2018-09-02 09:51:11,535 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 09:51:11,538 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:12,074 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:51: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-b197fd76-3f5b-487c-b502-2f3a51ea4e10 x-compute-request-id: req-b197fd76-3f5b-487c-b502-2f3a51ea4e10 Content-Type: application/json 2018-09-02 09:51:12,074 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a used request id req-b197fd76-3f5b-487c-b502-2f3a51ea4e10 2018-09-02 09:51:12,075 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.539062976837s 2018-09-02 09:51:12,075 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a used request id req-b197fd76-3f5b-487c-b502-2f3a51ea4e10 2018-09-02 09:51:12,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:51:12,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:13,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51: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-e81d2a14-e7d3-4cff-b263-2ee850edaaeb x-compute-request-id: req-e81d2a14-e7d3-4cff-b263-2ee850edaaeb Content-Encoding: gzip Content-Length: 755 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:b0:24:60", "version": 4, "addr": "192.168.120.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/cada40d0-9877-40d9-a817-70b8566b766a", "rel": "bookmark"}], "image": {"id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "links": [{"href": "http://172.30.9.25:8774/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:27:16.000000", "flavor": {"id": "cf69b481-0b3d-45a4-86c5-0e58433428d7", "links": [{"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "bookmark"}]}, "id": "cada40d0-9877-40d9-a817-70b8566b766a", "security_groups": [{"name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}], "user_id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:51:11Z", "hostId": "8316d30d53ae7f678228f1317bb9c3c9d41ab77f1f4bafaa8cc80d65", "OS-SRV-USG:terminated_at": null, "key_name": "cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac", "name": "cloudify_ims-vm_fb267e49-9ea9-4098-b0f2-25e974da13ac", "created": "2018-09-02T09:25:03Z", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:51:13,018 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e81d2a14-e7d3-4cff-b263-2ee850edaaeb 2018-09-02 09:51:13,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.942573785782s 2018-09-02 09:51:13,018 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e81d2a14-e7d3-4cff-b263-2ee850edaaeb 2018-09-02 09:51:13,019 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 09:51:15,021 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:51:15,024 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:15,089 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51: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-50576a63-4fbd-4810-96e6-2023d883e609 x-compute-request-id: req-50576a63-4fbd-4810-96e6-2023d883e609 Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 09:51:15,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-50576a63-4fbd-4810-96e6-2023d883e609 2018-09-02 09:51:15,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0681791305542s 2018-09-02 09:51:15,090 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-50576a63-4fbd-4810-96e6-2023d883e609 2018-09-02 09:51:15,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 09:51:15,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:15,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-a2821953-bbd5-44be-a69c-469ad1593090 Date: Sun, 02 Sep 2018 09:51:15 GMT RESP BODY: {"security_groups": [{"description": "Default security group", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:15Z", "updated_at": "2018-09-02T09:28:13Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "555d9e1e-564a-4f8f-877b-04ea6a688f9b", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "81877c7f-cb58-4ccd-bc2d-a7c2d4a15ad0", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "9c5a42fa-0df0-40d0-8a98-1e643f4ce2bf", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:23:15Z", "revision_number": 0, "id": "ce4fd949-7781-424e-bd47-9404495edc2d", "remote_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "remote_ip_prefix": null, "created_at": "2018-09-02T09:23:15Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:28:13Z", "revision_number": 0, "id": "ecdf9a03-93d3-4e84-9590-3e1b470e6e07", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:28:13Z", "security_group_id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 2, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "8a45e4c1-1429-4e49-8454-dd30b546d4b8", "name": "default"}, {"description": "created by OPNFV Functest (cloudify_ims)", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:24:51Z", "updated_at": "2018-09-02T09:24:57Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "0907df6e-732d-48c8-aef5-47980461cb4a", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:51Z", "revision_number": 0, "id": "4281d1ab-d2c2-450a-affb-0a6c42c1d517", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:51Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv6", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T09:24:57Z", "revision_number": 0, "id": "6464db1b-16b0-4bc4-a61a-89bb6ff425a3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:57Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T09:24:55Z", "revision_number": 0, "id": "67741a80-a07c-4487-a02e-1880f1b6d1e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:55Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 80, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T09:24:56Z", "revision_number": 0, "id": "7ea15db5-7424-4819-82d0-ff022dec0eec", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:56Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 443, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T09:24:57Z", "revision_number": 0, "id": "886f7cd6-7f52-47e7-b586-7637280b76e8", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:57Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T09:24:54Z", "revision_number": 0, "id": "dbf386b9-0e72-4d5a-950c-d3b7f284b838", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:54Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": null, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T09:24:52Z", "revision_number": 0, "id": "fa2549a0-7286-47e7-a976-1f869e77e56e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T09:24:52Z", "security_group_id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "port_range_min": 22, "ethertype": "IPv4", "project_id": "95a02c4f07d54a14890c153adec66c08"}], "revision_number": 7, "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66", "name": "cloudify_ims-sg_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:51:15,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a2821953-bbd5-44be-a69c-469ad1593090 2018-09-02 09:51:15,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.309520959854s 2018-09-02 09:51:15,404 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-a2821953-bbd5-44be-a69c-469ad1593090 2018-09-02 09:51:15,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 09:51:15,408 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:15,812 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-25c0e6a2-49c8-4734-9688-d94fd934425f Content-Length: 0 Date: Sun, 02 Sep 2018 09:51:15 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:51:15,813 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66.json used request id req-25c0e6a2-49c8-4734-9688-d94fd934425f 2018-09-02 09:51:15,813 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.405617952347s 2018-09-02 09:51:15,813 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/d0e8b1da-ad19-4d8b-9e6d-1c549ac37b66.json used request id req-25c0e6a2-49c8-4734-9688-d94fd934425f 2018-09-02 09:51:15,813 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 09:51:15,816 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:15,868 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:51: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-af968791-1d90-4035-a1c4-480d33494ab5 x-compute-request-id: req-af968791-1d90-4035-a1c4-480d33494ab5 Content-Length: 0 Content-Type: application/json 2018-09-02 09:51:15,868 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac used request id req-af968791-1d90-4035-a1c4-480d33494ab5 2018-09-02 09:51:15,869 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0551459789276s 2018-09-02 09:51:15,869 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/cloudify_ims-kp_fb267e49-9ea9-4098-b0f2-25e974da13ac used request id req-af968791-1d90-4035-a1c4-480d33494ab5 2018-09-02 09:51:15,869 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 09:51:15,870 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d/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}355ea359447546f3b772c0f2e169764c8ba6af5a" -d '{"subnet_id": "f8e7453e-c830-4458-8851-b869003b9122"}' 2018-09-02 09:51:18,424 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-c33b46d8-3a42-49ae-96b1-351345a4c694 Date: Sun, 02 Sep 2018 09:51:18 GMT RESP BODY: {"network_id": "a2582221-c1a1-4edf-b24b-50ba15377cee", "tenant_id": "95a02c4f07d54a14890c153adec66c08", "subnet_id": "f8e7453e-c830-4458-8851-b869003b9122", "subnet_ids": ["f8e7453e-c830-4458-8851-b869003b9122"], "port_id": "c04301c3-0507-4390-8aec-4e4f4ab0ba90", "id": "f4977c17-83d4-41d9-a663-f9776beb984d"} 2018-09-02 09:51:18,424 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d/remove_router_interface.json used request id req-c33b46d8-3a42-49ae-96b1-351345a4c694 2018-09-02 09:51:18,424 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.55473208427s 2018-09-02 09:51:18,424 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d/remove_router_interface.json used request id req-c33b46d8-3a42-49ae-96b1-351345a4c694 returning object f4977c17-83d4-41d9-a663-f9776beb984d 2018-09-02 09:51:18,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 09:51:18,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:18,803 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-c57bbf0c-05c6-4a0d-a5a5-32775baafceb Date: Sun, 02 Sep 2018 09:51:18 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "95a02c4f07d54a14890c153adec66c08", "created_at": "2018-09-02T09:23:18Z", "admin_state_up": true, "updated_at": "2018-09-02T09:51:17Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "95a02c4f07d54a14890c153adec66c08", "id": "f4977c17-83d4-41d9-a663-f9776beb984d", "name": "cloudify_ims-router_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:51:18,804 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-c57bbf0c-05c6-4a0d-a5a5-32775baafceb 2018-09-02 09:51:18,804 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.378878831863s 2018-09-02 09:51:18,804 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-c57bbf0c-05c6-4a0d-a5a5-32775baafceb 2018-09-02 09:51:18,805 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 09:51:18,806 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:22,801 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-c2f307fe-05e0-4275-b112-0583b6949101 Content-Length: 0 Date: Sun, 02 Sep 2018 09:51:22 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:51:22,801 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d.json used request id req-c2f307fe-05e0-4275-b112-0583b6949101 2018-09-02 09:51:22,801 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.99569511414s 2018-09-02 09:51:22,802 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/f4977c17-83d4-41d9-a663-f9776beb984d.json used request id req-c2f307fe-05e0-4275-b112-0583b6949101 2018-09-02 09:51:22,802 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 09:51:22,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:22,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-44d09f8f-52dc-4b9f-8d15-761b26d29ca5 Date: Sun, 02 Sep 2018 09:51:22 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"a2582221-c1a1-4edf-b24b-50ba15377cee","tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:23:17Z","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":"95a02c4f07d54a14890c153adec66c08","id":"f8e7453e-c830-4458-8851-b869003b9122","subnetpool_id":null,"name":"cloudify_ims-subnet_fb267e49-9ea9-4098-b0f2-25e974da13ac"}]} 2018-09-02 09:51:22,846 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-44d09f8f-52dc-4b9f-8d15-761b26d29ca5 2018-09-02 09:51:22,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0436911582947s 2018-09-02 09:51:22,846 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-44d09f8f-52dc-4b9f-8d15-761b26d29ca5 2018-09-02 09:51:22,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 09:51:22,848 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/f8e7453e-c830-4458-8851-b869003b9122.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:25,651 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-e9157adc-ca7f-4404-bec6-65ae00ce67c4 Date: Sun, 02 Sep 2018 09:51:25 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:51:25,651 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/f8e7453e-c830-4458-8851-b869003b9122.json used request id req-e9157adc-ca7f-4404-bec6-65ae00ce67c4 2018-09-02 09:51:25,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.8038520813s 2018-09-02 09:51:25,652 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/f8e7453e-c830-4458-8851-b869003b9122.json used request id req-e9157adc-ca7f-4404-bec6-65ae00ce67c4 2018-09-02 09:51:25,652 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:51:25,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:26,297 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-d2f32eab-a118-4475-bac0-68182c3d69c1 Date: Sun, 02 Sep 2018 09:51:26 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"a2582221-c1a1-4edf-b24b-50ba15377cee","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"95a02c4f07d54a14890c153adec66c08","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:51:25Z","qos_policy_id":null,"name":"cloudify_ims-net_fb267e49-9ea9-4098-b0f2-25e974da13ac","admin_state_up":true,"tenant_id":"95a02c4f07d54a14890c153adec66c08","created_at":"2018-09-02T09:23:15Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 09:51:26,297 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d2f32eab-a118-4475-bac0-68182c3d69c1 2018-09-02 09:51:26,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.645220994949s 2018-09-02 09:51:26,298 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-d2f32eab-a118-4475-bac0-68182c3d69c1 2018-09-02 09:51:26,299 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 09:51:26,300 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/a2582221-c1a1-4edf-b24b-50ba15377cee.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:27,448 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-a35abf4e-74f8-4dc4-bab8-86d24a20a430 Date: Sun, 02 Sep 2018 09:51:27 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 09:51:27,448 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/a2582221-c1a1-4edf-b24b-50ba15377cee.json used request id req-a35abf4e-74f8-4dc4-bab8-86d24a20a430 2018-09-02 09:51:27,448 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.14915084839s 2018-09-02 09:51:27,449 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/a2582221-c1a1-4edf-b24b-50ba15377cee.json used request id req-a35abf4e-74f8-4dc4-bab8-86d24a20a430 2018-09-02 09:51:27,454 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:51:27,457 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:28,172 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-f218f641-f48a-4309-bebf-0c37a5a37c73 Date: Sun, 02 Sep 2018 09:51:28 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:24:50Z", "file": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/file", "owner": "95a02c4f07d54a14890c153adec66c08", "id": "6f8868d9-24f2-46f9-8620-b62ac1127b51", "size": 4373348352, "self": "/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/6f8868d9-24f2-46f9-8620-b62ac1127b51/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "cloudify_ims-img_fb267e49-9ea9-4098-b0f2-25e974da13ac", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T09:23:52Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:51:28,173 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f218f641-f48a-4309-bebf-0c37a5a37c73 2018-09-02 09:51:28,173 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.718878984451s 2018-09-02 09:51:28,173 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-f218f641-f48a-4309-bebf-0c37a5a37c73 2018-09-02 09:51:28,175 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 09:51:28,179 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}355ea359447546f3b772c0f2e169764c8ba6af5a" 2018-09-02 09:51:29,261 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-55416ea8-775e-4d36-ac80-804dba79ed28 Date: Sun, 02 Sep 2018 09:51:29 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 09:51:29,261 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51 used request id req-55416ea8-775e-4d36-ac80-804dba79ed28 2018-09-02 09:51:29,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.08641695976s 2018-09-02 09:51:29,261 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/6f8868d9-24f2-46f9-8620-b62ac1127b51 used request id req-55416ea8-775e-4d36-ac80-804dba79ed28 2018-09-02 09:51:29,262 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:51:29,265 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:29,283 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51: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-11021df0-0ffe-4cef-8068-ac0780b0e6bb x-compute-request-id: req-11021df0-0ffe-4cef-8068-ac0780b0e6bb Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "cloudify_ims-flavor_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7", "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": "cf69b481-0b3d-45a4-86c5-0e58433428d7"}]} 2018-09-02 09:51:29,283 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-11021df0-0ffe-4cef-8068-ac0780b0e6bb 2018-09-02 09:51:29,284 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0215318202972s 2018-09-02 09:51:29,284 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-11021df0-0ffe-4cef-8068-ac0780b0e6bb 2018-09-02 09:51:29,285 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 09:51:29,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:29,341 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 09:51: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-b7128112-3ce3-43b6-abff-0ea7eefaba4f x-compute-request-id: req-b7128112-3ce3-43b6-abff-0ea7eefaba4f Content-Length: 0 Content-Type: application/json 2018-09-02 09:51:29,341 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7 used request id req-b7128112-3ce3-43b6-abff-0ea7eefaba4f 2018-09-02 09:51:29,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0555348396301s 2018-09-02 09:51:29,341 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/cf69b481-0b3d-45a4-86c5-0e58433428d7 used request id req-b7128112-3ce3-43b6-abff-0ea7eefaba4f 2018-09-02 09:51:29,342 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:51:29,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:29,566 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a743732c-a98e-4e25-bd0e-8b7b6ba6be47 Content-Encoding: gzip Content-Length: 1220 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": {"self": "http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "domain_id": "default", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:51:29,567 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a743732c-a98e-4e25-bd0e-8b7b6ba6be47 2018-09-02 09:51:29,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.224976062775s 2018-09-02 09:51:29,567 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-a743732c-a98e-4e25-bd0e-8b7b6ba6be47 2018-09-02 09:51:29,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:51:29,577 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:29,769 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:29 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-39694155-04be-4ebc-8df0-3c83ce821964 Content-Encoding: gzip Content-Length: 228 Content-Type: application/json RESP BODY: {"user": {"name": "cloudify_ims-user_fb267e49-9ea9-4098-b0f2-25e974da13ac", "links": {"self": "http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "41ae6b837e5b4b0a9faff1fd00f95ea2", "description": null}} 2018-09-02 09:51:29,769 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2 used request id req-39694155-04be-4ebc-8df0-3c83ce821964 2018-09-02 09:51:29,769 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.194816827774s 2018-09-02 09:51:29,770 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2 used request id req-39694155-04be-4ebc-8df0-3c83ce821964 2018-09-02 09:51:29,770 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 09:51:29,773 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:30,092 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:51:29 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-9cbf810d-16bd-4321-be88-b0ba7a766f1c 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 09:51:30,092 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2 used request id req-9cbf810d-16bd-4321-be88-b0ba7a766f1c 2018-09-02 09:51:30,093 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.322067022324s 2018-09-02 09:51:30,093 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/41ae6b837e5b4b0a9faff1fd00f95ea2 used request id req-9cbf810d-16bd-4321-be88-b0ba7a766f1c 2018-09-02 09:51:30,099 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:51:30,102 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:30,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f0aaf55b-0100-4b95-a053-342919a1b509 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: cloudify_ims", "links": {"self": "http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08"}, "tags": [], "enabled": true, "id": "95a02c4f07d54a14890c153adec66c08", "parent_id": "default", "domain_id": "default", "name": "cloudify_ims-project_fb267e49-9ea9-4098-b0f2-25e974da13ac"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 09:51:30,298 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-f0aaf55b-0100-4b95-a053-342919a1b509 2018-09-02 09:51:30,298 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.198918104172s 2018-09-02 09:51:30,298 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-f0aaf55b-0100-4b95-a053-342919a1b509 2018-09-02 09:51:30,303 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 09:51:30,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}182cf0221c4eac4a175cc50c85d5f453a0f7407e" 2018-09-02 09:51:30,654 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:51:30 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b8f5c81b-f35d-40c1-acca-12496d59231a 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 09:51:30,654 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08 used request id req-b8f5c81b-f35d-40c1-acca-12496d59231a 2018-09-02 09:51:30,654 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.350671052933s 2018-09-02 09:51:30,655 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/95a02c4f07d54a14890c153adec66c08 used request id req-b8f5c81b-f35d-40c1-acca-12496d59231a 2018-09-02 09:51:30,686 - xtesting.ci.run_tests - INFO - Loading test case 'heat_ims'... 2018-09-02 09:51:30,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:51:30,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:51:30,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:51:30,710 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:51:30,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:51:30,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:51:30,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:51:30,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:51:30,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:51:30,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:51:30,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:51:30,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:51:30,714 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:51:30,719 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:30 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-feed489f-efd5-4d02-97b1-6c8a5ecd3643 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:51:30,719 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-feed489f-efd5-4d02-97b1-6c8a5ecd3643 2018-09-02 09:51:30,720 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:51:31,137 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T10:51:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["kpQn9c59S0qMQGfZ6tDrgA"], "issued_at": "2018-09-02T09:51:31.000000Z"}} 2018-09-02 09:51:31,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:51:31,141 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:31,516 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-92e459c3-5056-4a59-8e77-213885894397 Date: Sun, 02 Sep 2018 09:51:31 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 09:51:31,516 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-92e459c3-5056-4a59-8e77-213885894397 2018-09-02 09:51:31,516 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375752925873s 2018-09-02 09:51:31,517 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-92e459c3-5056-4a59-8e77-213885894397 2018-09-02 09:51:31,520 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:51:31,526 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-543353b3-e5c6-4c12-88f6-6752589fe7a1 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 09:51:31,526 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-543353b3-e5c6-4c12-88f6-6752589fe7a1 2018-09-02 09:51:31,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:51:31,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:31,717 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-cf9e8a80-9c60-407a-bb6b-38b6e18ec849 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 09:51:31,717 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-cf9e8a80-9c60-407a-bb6b-38b6e18ec849 2018-09-02 09:51:31,718 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.190569162369s 2018-09-02 09:51:31,718 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-cf9e8a80-9c60-407a-bb6b-38b6e18ec849 2018-09-02 09:51:31,725 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 09:51:31,728 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" -d '{"project": {"description": "Created by OPNFV Functest: heat_ims", "enabled": true, "domain_id": "default", "name": "heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87"}}' 2018-09-02 09:51:31,950 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-99e5e48f-9d33-4b86-891c-b68b48146a60 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.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc"}, "tags": [], "enabled": true, "id": "014863aee1be4e16a4e84d7580ce87fc", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87"}} 2018-09-02 09:51:31,950 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-99e5e48f-9d33-4b86-891c-b68b48146a60 2018-09-02 09:51:31,950 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.225326061249s 2018-09-02 09:51:31,951 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-99e5e48f-9d33-4b86-891c-b68b48146a60 2018-09-02 09:51:31,951 - 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'014863aee1be4e16a4e84d7580ce87fc', '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_4896af6e-179d-46ef-9967-bf2d055c9c87'}) 2018-09-02 09:51:31,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 09:51:31,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d1d1a503-9d26-47eb-b87f-a03a849c5957", "email": null, "name": "heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87"}}' 2018-09-02 09:51:32,429 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:51:31 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-bc12a7c6-7a03-4d29-b90d-1487e86d6f5b Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": {"self": "http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "acd786df8ecb4d50877b640898bfc9e0", "domain_id": "default", "password_expires_at": null}} 2018-09-02 09:51:32,430 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-bc12a7c6-7a03-4d29-b90d-1487e86d6f5b 2018-09-02 09:51:32,430 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.472326993942s 2018-09-02 09:51:32,430 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-bc12a7c6-7a03-4d29-b90d-1487e86d6f5b 2018-09-02 09:51:32,431 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'acd786df8ecb4d50877b640898bfc9e0', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87'}) 2018-09-02 09:51:32,434 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:51:32,438 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:32,585 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f99f2fe9-5635-4853-9dc4-42ab54c45270 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:51:32,585 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f99f2fe9-5635-4853-9dc4-42ab54c45270 2018-09-02 09:51:32,585 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.150879859924s 2018-09-02 09:51:32,586 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f99f2fe9-5635-4853-9dc4-42ab54c45270 2018-09-02 09:51:32,590 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:51:32,594 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:32,794 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dc28dbf9-855e-432f-b937-de65042ea8b1 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:51:32,795 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-dc28dbf9-855e-432f-b937-de65042ea8b1 2018-09-02 09:51:32,795 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.20431804657s 2018-09-02 09:51:32,795 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-dc28dbf9-855e-432f-b937-de65042ea8b1 2018-09-02 09:51:32,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:51:32,803 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:32,988 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:32 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f098e9df-f894-4666-b503-4c9d4e5c9300 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:51:32,988 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f098e9df-f894-4666-b503-4c9d4e5c9300 2018-09-02 09:51:32,989 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.188491821289s 2018-09-02 09:51:32,989 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-f098e9df-f894-4666-b503-4c9d4e5c9300 2018-09-02 09:51:32,994 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:51:32,997 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:33,192 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b5d06005-1924-4164-9ceb-bc8fa756af69 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:51:33,192 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-b5d06005-1924-4164-9ceb-bc8fa756af69 2018-09-02 09:51:33,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.197868108749s 2018-09-02 09:51:33,192 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-b5d06005-1924-4164-9ceb-bc8fa756af69 2018-09-02 09:51:33,193 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:51:33,196 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:33,409 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-2f6da64b-d644-4458-816c-e212fc72a54d Content-Encoding: gzip Content-Length: 1216 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": {"self": "http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "acd786df8ecb4d50877b640898bfc9e0", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:51:33,409 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-2f6da64b-d644-4458-816c-e212fc72a54d 2018-09-02 09:51:33,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.21585893631s 2018-09-02 09:51:33,409 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-2f6da64b-d644-4458-816c-e212fc72a54d 2018-09-02 09:51:33,422 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:51:33,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:33,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-96df7bf7-6e21-497a-b71c-3d31d9ddb826 Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc"}, "tags": [], "enabled": true, "id": "014863aee1be4e16a4e84d7580ce87fc", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:51:33,615 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-96df7bf7-6e21-497a-b71c-3d31d9ddb826 2018-09-02 09:51:33,615 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.192775011063s 2018-09-02 09:51:33,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-96df7bf7-6e21-497a-b71c-3d31d9ddb826 2018-09-02 09:51:33,625 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:51:33,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=acd786df8ecb4d50877b640898bfc9e0&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=014863aee1be4e16a4e84d7580ce87fc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:33,820 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:33 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-dfa94c98-dc87-46fe-b4c6-5a66777b1dac Content-Encoding: gzip Content-Length: 211 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=acd786df8ecb4d50877b640898bfc9e0&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=014863aee1be4e16a4e84d7580ce87fc", "previous": null, "next": null}} 2018-09-02 09:51:33,820 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=acd786df8ecb4d50877b640898bfc9e0&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=014863aee1be4e16a4e84d7580ce87fc used request id req-dfa94c98-dc87-46fe-b4c6-5a66777b1dac 2018-09-02 09:51:33,820 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.195568084717s 2018-09-02 09:51:33,821 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=acd786df8ecb4d50877b640898bfc9e0&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=014863aee1be4e16a4e84d7580ce87fc used request id req-dfa94c98-dc87-46fe-b4c6-5a66777b1dac 2018-09-02 09:51:33,824 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:51:33,828 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc/users/acd786df8ecb4d50877b640898bfc9e0/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:34,076 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:51:33 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-76227c46-e369-466c-9429-798d607102bc 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 09:51:34,076 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc/users/acd786df8ecb4d50877b640898bfc9e0/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-76227c46-e369-466c-9429-798d607102bc 2018-09-02 09:51:34,076 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.251847982407s 2018-09-02 09:51:34,076 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc/users/acd786df8ecb4d50877b640898bfc9e0/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-76227c46-e369-466c-9429-798d607102bc 2018-09-02 09:51:34,077 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 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'014863aee1be4e16a4e84d7580ce87fc', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd1d1a503-9d26-47eb-b87f-a03a849c5957', 'username': u'heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 09:51:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 09:51:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 09:51:34,078 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 09:51:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 09:51:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 09:51:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 09:51:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 09:51:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 09:51:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 09:51:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 09:51:34,079 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 09:51:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 09:51:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 09:51:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 09:51:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 09:51:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 09:51:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 09:51:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 09:51:34,080 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 09:51:34,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 09:51:34,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 09:51:34,081 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 09:51:34,082 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87', 'password': 'd1d1a503-9d26-47eb-b87f-a03a849c5957', 'project_name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': '014863aee1be4e16a4e84d7580ce87fc', 'project_domain_name': 'Default'} 2018-09-02 09:51:34,112 - 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 09:51:34,112 - xtesting.ci.run_tests - INFO - Running test case 'heat_ims'... 2018-09-02 09:51:34,113 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:51:34,119 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:34 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-144ffd6c-40b7-4b1e-9c7f-ddb1a306a791 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 09:51:34,119 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-144ffd6c-40b7-4b1e-9c7f-ddb1a306a791 2018-09-02 09:51:34,120 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 09:51:34,515 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T10:51:34.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "014863aee1be4e16a4e84d7580ce87fc", "name": "heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_014863aee1be4e16a4e84d7580ce87fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_014863aee1be4e16a4e84d7580ce87fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/014863aee1be4e16a4e84d7580ce87fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/014863aee1be4e16a4e84d7580ce87fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/014863aee1be4e16a4e84d7580ce87fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/014863aee1be4e16a4e84d7580ce87fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/014863aee1be4e16a4e84d7580ce87fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/014863aee1be4e16a4e84d7580ce87fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/014863aee1be4e16a4e84d7580ce87fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/014863aee1be4e16a4e84d7580ce87fc", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/014863aee1be4e16a4e84d7580ce87fc", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/014863aee1be4e16a4e84d7580ce87fc", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87", "id": "acd786df8ecb4d50877b640898bfc9e0"}, "audit_ids": ["ZqPSeOWFTui3IsolPXQZKA"], "issued_at": "2018-09-02T09:51:34.000000Z"}} 2018-09-02 09:51:34,518 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 09:51:34,519 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"network": {"name": "heat_ims-net_4896af6e-179d-46ef-9967-bf2d055c9c87", "admin_state_up": true}}' 2018-09-02 09:51:35,091 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-444af339-7895-46f6-be28-e44595b0e761 Date: Sun, 02 Sep 2018 09:51:35 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"844b3ba3-9b91-4b2a-b9cd-bdd6446271bd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"014863aee1be4e16a4e84d7580ce87fc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:51:35Z","is_default":false,"name":"heat_ims-net_4896af6e-179d-46ef-9967-bf2d055c9c87","qos_policy_id":null,"admin_state_up":true,"tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:51:34Z","mtu":1450}} 2018-09-02 09:51:35,091 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-444af339-7895-46f6-be28-e44595b0e761 2018-09-02 09:51:35,092 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.573111057281s 2018-09-02 09:51:35,092 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-444af339-7895-46f6-be28-e44595b0e761 2018-09-02 09:51:35,092 - 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-02T09:51:35Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'844b3ba3-9b91-4b2a-b9cd-bdd6446271bd', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'heat_ims-net_4896af6e-179d-46ef-9967-bf2d055c9c87', u'admin_state_up': True, u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'created_at': u'2018-09-02T09:51:34Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'014863aee1be4e16a4e84d7580ce87fc', u'l2_adjacency': True}) 2018-09-02 09:51:35,093 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:51:35,094 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:51:35,445 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-e098523f-1113-41dd-809f-5a7adefa41e0 Date: Sun, 02 Sep 2018 09:51:35 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"844b3ba3-9b91-4b2a-b9cd-bdd6446271bd","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"014863aee1be4e16a4e84d7580ce87fc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T09:51:35Z","qos_policy_id":null,"name":"heat_ims-net_4896af6e-179d-46ef-9967-bf2d055c9c87","admin_state_up":true,"tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:51:34Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 09:51:35,445 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e098523f-1113-41dd-809f-5a7adefa41e0 2018-09-02 09:51:35,446 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.352432966232s 2018-09-02 09:51:35,446 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e098523f-1113-41dd-809f-5a7adefa41e0 2018-09-02 09:51:35,447 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 09:51:35,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"subnet": {"name": "heat_ims-subnet_4896af6e-179d-46ef-9967-bf2d055c9c87", "enable_dhcp": true, "network_id": "844b3ba3-9b91-4b2a-b9cd-bdd6446271bd", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 09:51:36,577 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-bacdb81d-2766-4e2b-b47a-2bc86cf8c1bc Date: Sun, 02 Sep 2018 09:51:36 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"844b3ba3-9b91-4b2a-b9cd-bdd6446271bd","tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:51:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:51:35Z","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":"014863aee1be4e16a4e84d7580ce87fc","id":"72498ab3-973d-4db0-b81e-3d38e6b71936","subnetpool_id":null,"name":"heat_ims-subnet_4896af6e-179d-46ef-9967-bf2d055c9c87"}} 2018-09-02 09:51:36,577 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-bacdb81d-2766-4e2b-b47a-2bc86cf8c1bc 2018-09-02 09:51:36,577 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 1.12953686714s 2018-09-02 09:51:36,577 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-bacdb81d-2766-4e2b-b47a-2bc86cf8c1bc 2018-09-02 09:51:36,578 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T09:51: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'72498ab3-973d-4db0-b81e-3d38e6b71936', u'subnetpool_id': None, u'service_types': [], u'name': u'heat_ims-subnet_4896af6e-179d-46ef-9967-bf2d055c9c87', u'enable_dhcp': True, u'network_id': u'844b3ba3-9b91-4b2a-b9cd-bdd6446271bd', u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'created_at': u'2018-09-02T09:51: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'014863aee1be4e16a4e84d7580ce87fc'}) 2018-09-02 09:51:36,578 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 09:51:36,579 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "heat_ims-router_4896af6e-179d-46ef-9967-bf2d055c9c87", "admin_state_up": true}}' 2018-09-02 09:51:43,567 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-fa053845-b289-40af-aa40-7b60dfa81e8a Date: Sun, 02 Sep 2018 09:51:43 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "created_at": "2018-09-02T09:51:37Z", "admin_state_up": true, "updated_at": "2018-09-02T09:51:38Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "210258b1-7089-41b2-a161-1315329e5f32", "name": "heat_ims-router_4896af6e-179d-46ef-9967-bf2d055c9c87"}} 2018-09-02 09:51:43,567 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-fa053845-b289-40af-aa40-7b60dfa81e8a 2018-09-02 09:51:43,567 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.98878598213s 2018-09-02 09:51:43,568 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-fa053845-b289-40af-aa40-7b60dfa81e8a 2018-09-02 09:51:43,568 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T09:51:38Z', u'revision_number': 3, u'id': u'210258b1-7089-41b2-a161-1315329e5f32', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.200'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'heat_ims-router_4896af6e-179d-46ef-9967-bf2d055c9c87', u'admin_state_up': True, u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'created_at': u'2018-09-02T09:51:37Z', u'flavor_id': None, u'routes': [], u'project_id': u'014863aee1be4e16a4e84d7580ce87fc'}) 2018-09-02 09:51:43,569 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 09:51:43,569 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"subnet_id": "72498ab3-973d-4db0-b81e-3d38e6b71936"}' 2018-09-02 09:51:46,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-985f3540-9987-4007-b9e9-6a11e39a813a Date: Sun, 02 Sep 2018 09:51:46 GMT RESP BODY: {"network_id": "844b3ba3-9b91-4b2a-b9cd-bdd6446271bd", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "subnet_id": "72498ab3-973d-4db0-b81e-3d38e6b71936", "subnet_ids": ["72498ab3-973d-4db0-b81e-3d38e6b71936"], "port_id": "4da7a5c5-eae9-4932-9798-cb465dfe305d", "id": "210258b1-7089-41b2-a161-1315329e5f32"} 2018-09-02 09:51:46,399 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32/add_router_interface.json used request id req-985f3540-9987-4007-b9e9-6a11e39a813a 2018-09-02 09:51:46,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 2.83014011383s 2018-09-02 09:51:46,399 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32/add_router_interface.json used request id req-985f3540-9987-4007-b9e9-6a11e39a813a returning object 210258b1-7089-41b2-a161-1315329e5f32 2018-09-02 09:51:46,400 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-02 09:51:47,874 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-02 09:51:47,876 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 09:51:47,881 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 09:51:47 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 09:51:47,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:51:47,889 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:51:48,181 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-fa717641-ac77-4322-b84b-838680dd3986 Date: Sun, 02 Sep 2018 09:51:48 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:51:48,182 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fa717641-ac77-4322-b84b-838680dd3986 2018-09-02 09:51:48,182 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.296309947968s 2018-09-02 09:51:48,182 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fa717641-ac77-4322-b84b-838680dd3986 2018-09-02 09:51:48,189 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 09:51:48,193 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87"}' 2018-09-02 09:51:48,696 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/dc9081ae-4af2-48bb-8303-86884474df26 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-d1797816-f068-457d-9770-78e787458cb3 Date: Sun, 02 Sep 2018 09:51:48 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:48Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": null, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": null, "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 09:51:48,697 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-d1797816-f068-457d-9770-78e787458cb3 2018-09-02 09:51:48,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.507147073746s 2018-09-02 09:51:48,697 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-d1797816-f068-457d-9770-78e787458cb3 returning object dc9081ae-4af2-48bb-8303-86884474df26 2018-09-02 09:51:48,698 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 09:51:48,701 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '' 2018-09-02 09:51:54,285 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-59488144-3d13-479b-ad5a-fdde42a40060 Date: Sun, 02 Sep 2018 09:51:54 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 09:51:54,285 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file used request id req-59488144-3d13-479b-ad5a-fdde42a40060 2018-09-02 09:51:54,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.58730196953s 2018-09-02 09:51:54,285 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file used request id req-59488144-3d13-479b-ad5a-fdde42a40060 2018-09-02 09:51:54,290 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:51:54,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:51:54,602 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-dde4a6b0-d442-45e9-92c6-d13ab70d3e16 Date: Sun, 02 Sep 2018 09:51:54 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:51:54,603 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-dde4a6b0-d442-45e9-92c6-d13ab70d3e16 2018-09-02 09:51:54,603 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.313002824783s 2018-09-02 09:51:54,603 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-dde4a6b0-d442-45e9-92c6-d13ab70d3e16 2018-09-02 09:51:54,605 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap', u'metadata': Munch({})})], 'file': u'/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file', 'owner': u'014863aee1be4e16a4e84d7580ce87fc', 'id': u'dc9081ae-4af2-48bb-8303-86884474df26', 'size': 263193088, u'self': u'/v2/images/dc9081ae-4af2-48bb-8303-86884474df26', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T09:51:54Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T09:51:54Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87', '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/dc9081ae-4af2-48bb-8303-86884474df26', 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_4896af6e-179d-46ef-9967-bf2d055c9c87', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87', 'created': u'2018-09-02T09:51:48Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-02T09:51:48Z', 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/dc9081ae-4af2-48bb-8303-86884474df26', 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_4896af6e-179d-46ef-9967-bf2d055c9c87', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-09-02 09:51:54,606 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 09:51:54,609 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" -d '{"flavor": {"vcpus": 2, "ram": 2048, "name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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 09:51:54,982 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51: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-eb2e12fd-05d0-4d17-aa44-72dd95194934 x-compute-request-id: req-eb2e12fd-05d0-4d17-aa44-72dd95194934 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}} 2018-09-02 09:51:54,982 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-eb2e12fd-05d0-4d17-aa44-72dd95194934 2018-09-02 09:51:54,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.376379013062s 2018-09-02 09:51:54,983 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-eb2e12fd-05d0-4d17-aa44-72dd95194934 2018-09-02 09:51:54,984 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'4b06fee7bf104ba386aa2f904001aa35', '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'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'swap': 0}) 2018-09-02 09:51:54,984 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 09:51:54,987 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493/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}e8c911edcda92d756f91bf5b184560d9cfc33408" -d '{"extra_specs": {}}' 2018-09-02 09:51:55,004 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51: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-d9b53a15-b7d7-46bc-b3a8-cb1d39853b2a x-compute-request-id: req-d9b53a15-b7d7-46bc-b3a8-cb1d39853b2a Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 09:51:55,004 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493/os-extra_specs used request id req-d9b53a15-b7d7-46bc-b3a8-cb1d39853b2a 2018-09-02 09:51:55,004 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0199670791626s 2018-09-02 09:51:55,005 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493/os-extra_specs used request id req-d9b53a15-b7d7-46bc-b3a8-cb1d39853b2a 2018-09-02 09:51:55,010 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:51:55,013 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:55,205 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1ec2ff40-ba56-4db3-b4a1-6c364d4dfa4a Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc"}, "tags": [], "enabled": true, "id": "014863aee1be4e16a4e84d7580ce87fc", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 09:51:55,205 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-1ec2ff40-ba56-4db3-b4a1-6c364d4dfa4a 2018-09-02 09:51:55,205 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.1954600811s 2018-09-02 09:51:55,206 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-1ec2ff40-ba56-4db3-b4a1-6c364d4dfa4a 2018-09-02 09:51:55,209 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.quotas 2018-09-02 09:51:55,210 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/quotas/014863aee1be4e16a4e84d7580ce87fc.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "Content-Type: application/json" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" -d '{"quota": {"security_group": 20, "security_group_rule": 100, "port": 50}}' 2018-09-02 09:51:55,561 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 186 X-Openstack-Request-Id: req-c9369789-b789-450a-9c39-e751bda5b27b Date: Sun, 02 Sep 2018 09:51:55 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 09:51:55,561 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/quotas/014863aee1be4e16a4e84d7580ce87fc.json used request id req-c9369789-b789-450a-9c39-e751bda5b27b 2018-09-02 09:51:55,562 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.quotas in 0.352241039276s 2018-09-02 09:51:55,562 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/quotas/014863aee1be4e16a4e84d7580ce87fc.json used request id req-c9369789-b789-450a-9c39-e751bda5b27b 2018-09-02 09:51:55,565 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:51:55,568 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:55,758 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b6e27faf-c35c-4c0d-862d-8dea34bc7132 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:51:55,758 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b6e27faf-c35c-4c0d-862d-8dea34bc7132 2018-09-02 09:51:55,758 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192823886871s 2018-09-02 09:51:55,758 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-b6e27faf-c35c-4c0d-862d-8dea34bc7132 2018-09-02 09:51:55,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 09:51:55,768 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:55,956 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:55 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4ae3d17e-4e33-4313-85dc-b5230cec64f3 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 09:51:55,956 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4ae3d17e-4e33-4313-85dc-b5230cec64f3 2018-09-02 09:51:55,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.19241809845s 2018-09-02 09:51:55,957 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4ae3d17e-4e33-4313-85dc-b5230cec64f3 2018-09-02 09:51:55,962 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 09:51:55,965 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:56,164 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-8157a9c1-dba6-4750-b13c-5faf80eeb932 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 09:51:56,164 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-8157a9c1-dba6-4750-b13c-5faf80eeb932 2018-09-02 09:51:56,164 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.202284097672s 2018-09-02 09:51:56,164 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-8157a9c1-dba6-4750-b13c-5faf80eeb932 2018-09-02 09:51:56,165 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 09:51:56,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:56,373 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6faec2cf-b9d3-4e9f-8fda-20f7ab36d9c7 Content-Encoding: gzip Content-Length: 1216 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": {"self": "http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "acd786df8ecb4d50877b640898bfc9e0", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 09:51:56,374 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6faec2cf-b9d3-4e9f-8fda-20f7ab36d9c7 2018-09-02 09:51:56,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.208359956741s 2018-09-02 09:51:56,374 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-6faec2cf-b9d3-4e9f-8fda-20f7ab36d9c7 2018-09-02 09:51:56,386 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 09:51:56,389 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:56,615 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-62fab4bb-d370-4493-afbb-34b14bc62cce Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc"}, "tags": [], "enabled": true, "id": "014863aee1be4e16a4e84d7580ce87fc", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 09:51:56,616 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-62fab4bb-d370-4493-afbb-34b14bc62cce 2018-09-02 09:51:56,616 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.229249000549s 2018-09-02 09:51:56,616 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-62fab4bb-d370-4493-afbb-34b14bc62cce 2018-09-02 09:51:56,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 09:51:56,629 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=acd786df8ecb4d50877b640898bfc9e0&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=014863aee1be4e16a4e84d7580ce87fc" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:56,733 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51:56 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-25a170eb-a43a-46ad-bb36-0e771fdcde1f Content-Encoding: gzip Content-Length: 210 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=acd786df8ecb4d50877b640898bfc9e0&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=014863aee1be4e16a4e84d7580ce87fc", "previous": null, "next": null}} 2018-09-02 09:51:56,733 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=acd786df8ecb4d50877b640898bfc9e0&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=014863aee1be4e16a4e84d7580ce87fc used request id req-25a170eb-a43a-46ad-bb36-0e771fdcde1f 2018-09-02 09:51:56,733 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.10719203949s 2018-09-02 09:51:56,733 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=acd786df8ecb4d50877b640898bfc9e0&role.id=e584478c27264203b713aa48cb65d6d1&scope.project.id=014863aee1be4e16a4e84d7580ce87fc used request id req-25a170eb-a43a-46ad-bb36-0e771fdcde1f 2018-09-02 09:51:56,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 09:51:56,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc/users/acd786df8ecb4d50877b640898bfc9e0/roles/e584478c27264203b713aa48cb65d6d1 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 09:51:56,997 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 09:51:56 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-87669c04-d202-45b9-b6a9-39bd7c1bd092 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 09:51:56,998 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc/users/acd786df8ecb4d50877b640898bfc9e0/roles/e584478c27264203b713aa48cb65d6d1 used request id req-87669c04-d202-45b9-b6a9-39bd7c1bd092 2018-09-02 09:51:56,998 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.261034965515s 2018-09-02 09:51:56,998 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc/users/acd786df8ecb4d50877b640898bfc9e0/roles/e584478c27264203b713aa48cb65d6d1 used request id req-87669c04-d202-45b9-b6a9-39bd7c1bd092 2018-09-02 09:51:56,999 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 09:51:57,001 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"keypair": {"name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87"}}' 2018-09-02 09:51:57,478 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:51: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-4e9765f3-a416-4257-a44b-34d86c672247 x-compute-request-id: req-4e9765f3-a416-4257-a44b-34d86c672247 Content-Encoding: gzip Content-Length: 1804 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo6KmdEqeul+Nxa2InRacgjNo+S7MYE5FCCRzDWiWSZC/S0C4ZdgvmViQYC00J47dW5a699UW22J8DYN7jPpMHHEnvkAxRZcHY2MHbm2n8UFq9OygSP21py36ZczAjuqRtOa9cRFnmvTR/iKBDdAtXmrukOZpzrKK1+DuWSZuWO5N+mpCy+wZQ2S/prHCSkmx9k9jar8yquiP3JPyPvsVakRObUvSAhvKAEz6Wp7CM8ZnaxI921gK9rIfRQupa2Btw7nqVxadUwS5W5uo+/sWpsURt2jh/lJ9Pkk5z+vulHubcjv5e1zUjm5NZqgryXVbvCpmJOF+9/c9MEqv9hwzV Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAqOipnRKnrpfjcWtiJ0WnIIzaPkuzGBORQgkcw1olkmQv0tAu\nGXYL5lYkGAtNCeO3VuWuvfVFttifA2De4z6TBxxJ75AMUWXB2NjB25tp/FBavTso\nEj9tact+mXMwI7qkbTmvXERZ5r00f4igQ3QLV5q7pDmac6yitfg7lkmbljuTfpqQ\nsvsGUNkv6axwkpJsfZPY2q/Mqroj9yT8j77FWpETm1L0gIbygBM+lqewjPGZ2sSP\ndtYCvayH0ULqWtgbcO56lcWnVMEuVubqPv7FqbFEbdo4f5SfT5JOc/r7pR7m3I7+\nXtc1I5uTWaoK8l1W7wqZiThfvf3PTBKr/YcM1QIDAQABAoIBAD+o0KQ+b6xB2prY\nmfmrKr392BM6fJlKZqi4vnpx808lK1EM3RMDhqCdPqVBPRvJE0RQ9HbrhgbPxb6E\nN/z1jHxVkRgU9k+HRnPv3cBi5qMNteUz8npOJXKGG4TCARa2NVplL05bBHcOQEcA\nu0Yw6kVuL+JJQ4jtO7XRhMOzokwQMwr7DNKghvymjthDv4qES8n/3KYKuEyp5aTm\noQiEZmSNpgHEPlp1GekzHoRtu6z3rVLzYfA7qOOd98r5arMak+rdk0KFOsb+ZJ9f\nMRsA2K1BY5OcSAyLGo53WrhUZ8+d5e2i44RfngtHSnmVnHxpQD67S37kG45Fl9T5\nTZAPWFECgYEA3ZavF+zbv48MRTLjd6BP8U+paO6BO2KWYjI4IEjd+kiCrlqyMMgO\njKuK01uy+AjPFe2GOto/yaUNBnc/WoyJ7n8KHCGC3cuJ7Vmat4lb2vTo5VhslR2J\nYMt4jr9cQ/CRTXE8FWrQtDhU/d8yTOxckELV/T54D47ilYnlHup59fsCgYEAwyOu\nCKfNgWg8e/OowxHPfuMBdcoxfJnUYiOnG+GqXvCERipXjKMVefRnLELUjHXWtRFt\ntQu3wCF3Ib2qSVKf22IPgRH1yYifkJxp1dJt2sPE1sLYr1sL4Bnd3zdtbFXYtEnb\n9NvylDVOEcziZBTJDObfZG0VBudqGPBkKm7UH28CgYEAiUUqrOCfdTjRuiB/R4E5\nZN0brpRp3HcDgEtp954MXVsEEay/zHZyhPRT6QFaiksytnvRdq3zbCBiREolJhv/\n6o4qniioYGwRwsaKkP53t9mWWVWA1pNYom0J/yxOpQvnh5kJRp9IMQzgofDdwUd/\nRCMTW3GSgNjcRxUIqjFJYncCgYEAjaaXzXapqddVmJCeH8QNAEmepLd6Rr2PuxGw\nW3/rYXFsQ1a3KMK1c0qjnjCBA9kCW3vkTDjOUOy6AscgFouguOqs4H9+EKZZVesE\ntI9E6TmU6GSWUGxh6XI9aaxdhPeoD+9ReKQ0qbssCaXVbNrdurzYypiYW+OeU64k\nt9ytpIcCgYEAoLILoglGo4v9bWtrvxtfx1fnIb0zmD+d2YgyJhtufymnk9C7eHME\nw4rRbpJH3hN1nHWv2epET/S551FjqmuBq19yK7ZFp0QhaS/JCyZ3wHcCjjj6+vFM\nN2v+5ltQuxeXmYeWTEi3AoUfiqFQOm+sZAPKEyOqT5pycqggAEDLLSM=\n-----END RSA PRIVATE KEY-----\n", "user_id": "acd786df8ecb4d50877b640898bfc9e0", "name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "fingerprint": "cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6"}} 2018-09-02 09:51:57,479 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-4e9765f3-a416-4257-a44b-34d86c672247 2018-09-02 09:51:57,479 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.480082035065s 2018-09-02 09:51:57,479 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-4e9765f3-a416-4257-a44b-34d86c672247 2018-09-02 09:51:57,480 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCo6KmdEqeul+Nxa2InRacgjNo+S7MYE5FCCRzDWiWSZC/S0C4ZdgvmViQYC00J47dW5a699UW22J8DYN7jPpMHHEnvkAxRZcHY2MHbm2n8UFq9OygSP21py36ZczAjuqRtOa9cRFnmvTR/iKBDdAtXmrukOZpzrKK1+DuWSZuWO5N+mpCy+wZQ2S/prHCSkmx9k9jar8yquiP3JPyPvsVakRObUvSAhvKAEz6Wp7CM8ZnaxI921gK9rIfRQupa2Btw7nqVxadUwS5W5uo+/sWpsURt2jh/lJ9Pkk5z+vulHubcjv5e1zUjm5NZqgryXVbvCpmJOF+9/c9MEqv9hwzV Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAqOipnRKnrpfjcWtiJ0WnIIzaPkuzGBORQgkcw1olkmQv0tAu\nGXYL5lYkGAtNCeO3VuWuvfVFttifA2De4z6TBxxJ75AMUWXB2NjB25tp/FBavTso\nEj9tact+mXMwI7qkbTmvXERZ5r00f4igQ3QLV5q7pDmac6yitfg7lkmbljuTfpqQ\nsvsGUNkv6axwkpJsfZPY2q/Mqroj9yT8j77FWpETm1L0gIbygBM+lqewjPGZ2sSP\ndtYCvayH0ULqWtgbcO56lcWnVMEuVubqPv7FqbFEbdo4f5SfT5JOc/r7pR7m3I7+\nXtc1I5uTWaoK8l1W7wqZiThfvf3PTBKr/YcM1QIDAQABAoIBAD+o0KQ+b6xB2prY\nmfmrKr392BM6fJlKZqi4vnpx808lK1EM3RMDhqCdPqVBPRvJE0RQ9HbrhgbPxb6E\nN/z1jHxVkRgU9k+HRnPv3cBi5qMNteUz8npOJXKGG4TCARa2NVplL05bBHcOQEcA\nu0Yw6kVuL+JJQ4jtO7XRhMOzokwQMwr7DNKghvymjthDv4qES8n/3KYKuEyp5aTm\noQiEZmSNpgHEPlp1GekzHoRtu6z3rVLzYfA7qOOd98r5arMak+rdk0KFOsb+ZJ9f\nMRsA2K1BY5OcSAyLGo53WrhUZ8+d5e2i44RfngtHSnmVnHxpQD67S37kG45Fl9T5\nTZAPWFECgYEA3ZavF+zbv48MRTLjd6BP8U+paO6BO2KWYjI4IEjd+kiCrlqyMMgO\njKuK01uy+AjPFe2GOto/yaUNBnc/WoyJ7n8KHCGC3cuJ7Vmat4lb2vTo5VhslR2J\nYMt4jr9cQ/CRTXE8FWrQtDhU/d8yTOxckELV/T54D47ilYnlHup59fsCgYEAwyOu\nCKfNgWg8e/OowxHPfuMBdcoxfJnUYiOnG+GqXvCERipXjKMVefRnLELUjHXWtRFt\ntQu3wCF3Ib2qSVKf22IPgRH1yYifkJxp1dJt2sPE1sLYr1sL4Bnd3zdtbFXYtEnb\n9NvylDVOEcziZBTJDObfZG0VBudqGPBkKm7UH28CgYEAiUUqrOCfdTjRuiB/R4E5\nZN0brpRp3HcDgEtp954MXVsEEay/zHZyhPRT6QFaiksytnvRdq3zbCBiREolJhv/\n6o4qniioYGwRwsaKkP53t9mWWVWA1pNYom0J/yxOpQvnh5kJRp9IMQzgofDdwUd/\nRCMTW3GSgNjcRxUIqjFJYncCgYEAjaaXzXapqddVmJCeH8QNAEmepLd6Rr2PuxGw\nW3/rYXFsQ1a3KMK1c0qjnjCBA9kCW3vkTDjOUOy6AscgFouguOqs4H9+EKZZVesE\ntI9E6TmU6GSWUGxh6XI9aaxdhPeoD+9ReKQ0qbssCaXVbNrdurzYypiYW+OeU64k\nt9ytpIcCgYEAoLILoglGo4v9bWtrvxtfx1fnIb0zmD+d2YgyJhtufymnk9C7eHME\nw4rRbpJH3hN1nHWv2epET/S551FjqmuBq19yK7ZFp0QhaS/JCyZ3wHcCjjj6+vFM\nN2v+5ltQuxeXmYeWTEi3AoUfiqFQOm+sZAPKEyOqT5pycqggAEDLLSM=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', 'name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'created_at': '2018-09-02T09:51:57.480285', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6', 'type': 'ssh', 'id': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87'}) 2018-09-02 09:51:57,480 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - Create Heat Stack 2018-09-02 09:51:58,257 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.POST.stacks 2018-09-02 09:51:58,260 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -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_4896af6e-179d-46ef-9967-bf2d055c9c87", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "public_sig_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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 09:52:10,690 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 09:51:58 GMT Server: Apache x-openstack-request-id: req-7e5007b2-936c-4cc1-aac2-6491ca5806e9 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d Content-Length: 217 Content-Type: application/json RESP BODY: {"stack": {"id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}]}} 2018-09-02 09:52:10,690 - keystoneauth.session - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks used request id req-7e5007b2-936c-4cc1-aac2-6491ca5806e9 2018-09-02 09:52:10,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.POST.stacks in 12.4327287674s 2018-09-02 09:52:10,690 - shade.request_ids - DEBUG - POST call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks used request id req-7e5007b2-936c-4cc1-aac2-6491ca5806e9 2018-09-02 09:52:10,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:10,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:11,433 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:10 GMT Server: Apache x-openstack-request-id: req-b294be42-5a9b-458e-9387-83599d2dd4a2 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/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 09:52:12,173 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:11 GMT Server: Apache x-openstack-request-id: req-19da928c-3013-4f10-9750-3c9e512797ca Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 431 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T09:52:10Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv/events/6c767de7-7382-49b2-a54d-b10d61eff32e", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE started", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "id": "6c767de7-7382-49b2-a54d-b10d61eff32e"}, {"resource_name": "mgmt_network", "event_time": "2018-09-02T09:52:11Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/mgmt_network/events/5d0cebbb-d4e2-4bd0-a7cc-2c5c6a18a190", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-mgmt_network-5f53odsgvug3", "id": "5d0cebbb-d4e2-4bd0-a7cc-2c5c6a18a190"}]} 2018-09-02 09:52:12,173 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?sort_dir=asc&sort_dir=asc used request id req-19da928c-3013-4f10-9750-3c9e512797ca 2018-09-02 09:52:12,174 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.48235702515s 2018-09-02 09:52:12,174 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?sort_dir=asc&sort_dir=asc used request id req-19da928c-3013-4f10-9750-3c9e512797ca 2018-09-02 09:52:17,180 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:17,183 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5d0cebbb-d4e2-4bd0-a7cc-2c5c6a18a190&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:17,212 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:17 GMT Server: Apache x-openstack-request-id: req-516b1469-5da1-40f0-85b6-20cced0ad115 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5d0cebbb-d4e2-4bd0-a7cc-2c5c6a18a190&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 09:52:17,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:17 GMT Server: Apache x-openstack-request-id: req-8ea6b1e4-72f8-4fe0-b446-af1a7c9148e9 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 438 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "security_groups", "event_time": "2018-09-02T09:52:12Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/security_groups/events/53e81d55-8c79-4be0-a75a-33afc5c8acd1", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-security_groups-eyntrjpvj4g3", "id": "53e81d55-8c79-4be0-a75a-33afc5c8acd1"}, {"resource_name": "sig_network", "event_time": "2018-09-02T09:52:13Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sig_network/events/c35cb4cd-3f94-49d0-899c-485715ef6614", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sig_network-k4i43n2ugnpv", "id": "c35cb4cd-3f94-49d0-899c-485715ef6614"}]} 2018-09-02 09:52:17,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5d0cebbb-d4e2-4bd0-a7cc-2c5c6a18a190&sort_dir=asc&marker=5d0cebbb-d4e2-4bd0-a7cc-2c5c6a18a190&sort_dir=asc used request id req-8ea6b1e4-72f8-4fe0-b446-af1a7c9148e9 2018-09-02 09:52:17,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.815574884415s 2018-09-02 09:52:17,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5d0cebbb-d4e2-4bd0-a7cc-2c5c6a18a190&sort_dir=asc&marker=5d0cebbb-d4e2-4bd0-a7cc-2c5c6a18a190&sort_dir=asc used request id req-8ea6b1e4-72f8-4fe0-b446-af1a7c9148e9 2018-09-02 09:52:23,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:23,006 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=c35cb4cd-3f94-49d0-899c-485715ef6614&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:23,754 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:23 GMT Server: Apache x-openstack-request-id: req-8c582a98-56ea-4817-9738-841c688e177e Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=c35cb4cd-3f94-49d0-899c-485715ef6614&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 09:52:24,134 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:23 GMT Server: Apache x-openstack-request-id: req-5f32e74f-21bb-4e00-926d-b5122447c36d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:52:24,134 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=c35cb4cd-3f94-49d0-899c-485715ef6614&sort_dir=asc&marker=c35cb4cd-3f94-49d0-899c-485715ef6614&sort_dir=asc used request id req-5f32e74f-21bb-4e00-926d-b5122447c36d 2018-09-02 09:52:24,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.131554842s 2018-09-02 09:52:24,135 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=c35cb4cd-3f94-49d0-899c-485715ef6614&sort_dir=asc&marker=c35cb4cd-3f94-49d0-899c-485715ef6614&sort_dir=asc used request id req-5f32e74f-21bb-4e00-926d-b5122447c36d 2018-09-02 09:52:29,140 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:29,143 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=c35cb4cd-3f94-49d0-899c-485715ef6614&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:29,465 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:29 GMT Server: Apache x-openstack-request-id: req-2bf1eeca-4cac-453a-ba6f-d2e4015d02c9 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=c35cb4cd-3f94-49d0-899c-485715ef6614&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 09:52:30,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:29 GMT Server: Apache x-openstack-request-id: req-db49d459-7948-447b-ba02-5d338a025fd3 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 457 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-09-02T09:52:27Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/mgmt_network/events/c2eb6f97-489e-469c-9274-8bd222b4abbc", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "fcbc2455-a625-42b0-b2cf-da8054a64a88", "id": "c2eb6f97-489e-469c-9274-8bd222b4abbc"}, {"resource_name": "security_groups", "event_time": "2018-09-02T09:52:30Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/security_groups/events/f0bde724-63e4-4203-9b0e-bc2514662501", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "224bbf1c-2fe2-451c-bc41-f8031a007511", "id": "f0bde724-63e4-4203-9b0e-bc2514662501"}]} 2018-09-02 09:52:30,276 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=c35cb4cd-3f94-49d0-899c-485715ef6614&sort_dir=asc&marker=c35cb4cd-3f94-49d0-899c-485715ef6614&sort_dir=asc used request id req-db49d459-7948-447b-ba02-5d338a025fd3 2018-09-02 09:52:30,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.13551902771s 2018-09-02 09:52:30,276 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=c35cb4cd-3f94-49d0-899c-485715ef6614&sort_dir=asc&marker=c35cb4cd-3f94-49d0-899c-485715ef6614&sort_dir=asc used request id req-db49d459-7948-447b-ba02-5d338a025fd3 2018-09-02 09:52:35,282 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:35,286 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=f0bde724-63e4-4203-9b0e-bc2514662501&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:35,998 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:35 GMT Server: Apache x-openstack-request-id: req-3b6c6297-0bce-4d8a-b27c-06697d01ddec Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f0bde724-63e4-4203-9b0e-bc2514662501&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 09:52:36,710 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:36 GMT Server: Apache x-openstack-request-id: req-852bd9ec-a041-4722-a3d3-80ee6bf08ee6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sig_network", "event_time": "2018-09-02T09:52:31Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sig_network/events/de7661f6-6b6f-4bb6-86aa-64432b8d23fc", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "2909e8f0-1af0-4ac1-9c6d-037d7cdcc5c9", "id": "de7661f6-6b6f-4bb6-86aa-64432b8d23fc"}, {"resource_name": "dns", "event_time": "2018-09-02T09:52:31Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dns/events/56424b6c-28e7-42dd-84c0-d26673175a4e", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dns-uvrshb3vdoeu", "id": "56424b6c-28e7-42dd-84c0-d26673175a4e"}]} 2018-09-02 09:52:36,710 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f0bde724-63e4-4203-9b0e-bc2514662501&sort_dir=asc&marker=f0bde724-63e4-4203-9b0e-bc2514662501&sort_dir=asc used request id req-852bd9ec-a041-4722-a3d3-80ee6bf08ee6 2018-09-02 09:52:36,711 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.42792916298s 2018-09-02 09:52:36,711 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f0bde724-63e4-4203-9b0e-bc2514662501&sort_dir=asc&marker=f0bde724-63e4-4203-9b0e-bc2514662501&sort_dir=asc used request id req-852bd9ec-a041-4722-a3d3-80ee6bf08ee6 2018-09-02 09:52:41,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:41,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:42,036 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:41 GMT Server: Apache x-openstack-request-id: req-5e0471b5-ace9-4e54-97df-2d352cce2afd Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:52:42,743 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:42 GMT Server: Apache x-openstack-request-id: req-c11471c7-e233-43d3-8478-9ddce3263826 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:52:42,743 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-c11471c7-e233-43d3-8478-9ddce3263826 2018-09-02 09:52:42,744 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.026045084s 2018-09-02 09:52:42,744 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-c11471c7-e233-43d3-8478-9ddce3263826 2018-09-02 09:52:47,750 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:47,753 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:47,780 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:47 GMT Server: Apache x-openstack-request-id: req-7739b8d8-3957-453f-8923-275935e402c8 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:52:48,553 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:47 GMT Server: Apache x-openstack-request-id: req-d1877a15-1122-4224-948b-bdc6c7d0239f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:52:48,553 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-d1877a15-1122-4224-948b-bdc6c7d0239f 2018-09-02 09:52:48,553 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.803519010544s 2018-09-02 09:52:48,554 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-d1877a15-1122-4224-948b-bdc6c7d0239f 2018-09-02 09:52:48,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:52:48,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:48,842 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:48 GMT Server: Apache x-openstack-request-id: req-82bab7b0-64bc-45a4-ab19-e413eabdb492 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:52:48,884 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:48 GMT Server: Apache x-openstack-request-id: req-0a69e103-53ab-4253-96c6-2a3acbb626c4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:52:48,884 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-0a69e103-53ab-4253-96c6-2a3acbb626c4 2018-09-02 09:52:48,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.330054044724s 2018-09-02 09:52:48,885 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-0a69e103-53ab-4253-96c6-2a3acbb626c4 2018-09-02 09:52:53,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:53,894 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:53,921 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:53 GMT Server: Apache x-openstack-request-id: req-ab9ec78f-d278-4b61-a4dd-eb3d1e6e8058 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:52:54,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:53 GMT Server: Apache x-openstack-request-id: req-8ba1bbe7-bbdd-4d6d-89da-30e8cea0b908 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:52:54,259 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-8ba1bbe7-bbdd-4d6d-89da-30e8cea0b908 2018-09-02 09:52:54,259 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.367210865021s 2018-09-02 09:52:54,259 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-8ba1bbe7-bbdd-4d6d-89da-30e8cea0b908 2018-09-02 09:52:59,265 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:52:59,268 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:52:59,507 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:59 GMT Server: Apache x-openstack-request-id: req-b8746904-da9b-402b-858b-071c80097261 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:52:59,548 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:52:59 GMT Server: Apache x-openstack-request-id: req-8ed31718-327b-4704-a0f5-2bfa2f8e4402 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:52:59,548 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-8ed31718-327b-4704-a0f5-2bfa2f8e4402 2018-09-02 09:52:59,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.283107995987s 2018-09-02 09:52:59,548 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-8ed31718-327b-4704-a0f5-2bfa2f8e4402 2018-09-02 09:52:59,549 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:52:59,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:00,257 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:52:59 GMT Server: Apache x-openstack-request-id: req-57a2a7a2-ad46-409d-93c9-a97cfb3d9d70 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:53:00,946 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:00 GMT Server: Apache x-openstack-request-id: req-4a01f756-afd8-44ee-9cb1-7c0db5528c89 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:53:00,947 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-4a01f756-afd8-44ee-9cb1-7c0db5528c89 2018-09-02 09:53:00,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.39779806137s 2018-09-02 09:53:00,947 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-4a01f756-afd8-44ee-9cb1-7c0db5528c89 2018-09-02 09:53:05,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:05,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:05,985 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:05 GMT Server: Apache x-openstack-request-id: req-114eaec7-0882-4fb0-bcd7-45ef61ac1d53 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:06,027 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:06 GMT Server: Apache x-openstack-request-id: req-e11a03a9-a347-4445-aeb3-767c074b5d8c Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:06,027 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-e11a03a9-a347-4445-aeb3-767c074b5d8c 2018-09-02 09:53:06,027 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0733230113983s 2018-09-02 09:53:06,028 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-e11a03a9-a347-4445-aeb3-767c074b5d8c 2018-09-02 09:53:11,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:11,037 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:11,066 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:11 GMT Server: Apache x-openstack-request-id: req-0c2c2772-2566-40c3-af82-2c53ee5d2cb5 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:11,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:11 GMT Server: Apache x-openstack-request-id: req-34d66c08-32f0-46b2-8e9f-cb1a2011a518 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:11,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-34d66c08-32f0-46b2-8e9f-cb1a2011a518 2018-09-02 09:53:11,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739071369171s 2018-09-02 09:53:11,108 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-34d66c08-32f0-46b2-8e9f-cb1a2011a518 2018-09-02 09:53:11,108 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:53:11,110 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:11,786 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:11 GMT Server: Apache x-openstack-request-id: req-8a7e455d-a494-4b16-b8c4-04f2aaefedf7 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:53:12,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:11 GMT Server: Apache x-openstack-request-id: req-5f28a391-3c0e-440f-ac90-48bf5f05e349 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:53:12,477 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-5f28a391-3c0e-440f-ac90-48bf5f05e349 2018-09-02 09:53:12,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.3684220314s 2018-09-02 09:53:12,477 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-5f28a391-3c0e-440f-ac90-48bf5f05e349 2018-09-02 09:53:17,484 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:17,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:18,195 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:17 GMT Server: Apache x-openstack-request-id: req-edb92b31-8a79-4c19-bf13-4638aef6cf64 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:18,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:18 GMT Server: Apache x-openstack-request-id: req-04db30df-dad1-407a-84e8-284f334588c1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:18,924 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-04db30df-dad1-407a-84e8-284f334588c1 2018-09-02 09:53:18,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.44003820419s 2018-09-02 09:53:18,924 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-04db30df-dad1-407a-84e8-284f334588c1 2018-09-02 09:53:23,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:23,929 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:23,955 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:23 GMT Server: Apache x-openstack-request-id: req-ac009dcb-046a-41f7-bbeb-0514431d6367 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:23,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:23 GMT Server: Apache x-openstack-request-id: req-e850590b-6bb6-4bcb-8566-31ab7ee69494 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:23,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-e850590b-6bb6-4bcb-8566-31ab7ee69494 2018-09-02 09:53:23,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0705878734589s 2018-09-02 09:53:23,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-e850590b-6bb6-4bcb-8566-31ab7ee69494 2018-09-02 09:53:23,997 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:53:23,999 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:24,664 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:24 GMT Server: Apache x-openstack-request-id: req-9ae46285-87b4-450b-a4e8-a21b9133263a Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:53:24,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:24 GMT Server: Apache x-openstack-request-id: req-1bd08a5d-8fb4-49ad-ad8d-7ea2f990f82a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:53:24,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-1bd08a5d-8fb4-49ad-ad8d-7ea2f990f82a 2018-09-02 09:53:24,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.709404945374s 2018-09-02 09:53:24,707 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-1bd08a5d-8fb4-49ad-ad8d-7ea2f990f82a 2018-09-02 09:53:29,713 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:29,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:29,744 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:29 GMT Server: Apache x-openstack-request-id: req-e97e2257-c37c-414b-9b0d-fba387a631e3 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:29,786 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:29 GMT Server: Apache x-openstack-request-id: req-0e67ba19-e95b-471a-aa52-f14cbf681f93 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:29,787 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-0e67ba19-e95b-471a-aa52-f14cbf681f93 2018-09-02 09:53:29,787 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0732719898224s 2018-09-02 09:53:29,787 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-0e67ba19-e95b-471a-aa52-f14cbf681f93 2018-09-02 09:53:34,793 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:34,796 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:34,825 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:34 GMT Server: Apache x-openstack-request-id: req-625d24ea-58c6-457b-83e4-6d91d1aba34d Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:35,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:34 GMT Server: Apache x-openstack-request-id: req-9c8aedb2-cf4d-421c-87af-8d5ab9dfaa3d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:35,526 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-9c8aedb2-cf4d-421c-87af-8d5ab9dfaa3d 2018-09-02 09:53:35,526 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.733277082443s 2018-09-02 09:53:35,527 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-9c8aedb2-cf4d-421c-87af-8d5ab9dfaa3d 2018-09-02 09:53:35,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:53:35,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:35,557 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:35 GMT Server: Apache x-openstack-request-id: req-25f778fd-0d3c-46e2-82f4-ca1e799b726d Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:53:36,274 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:35 GMT Server: Apache x-openstack-request-id: req-46884f4d-3b5b-4b22-b731-2d9bc8cc4e55 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:53:36,274 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-46884f4d-3b5b-4b22-b731-2d9bc8cc4e55 2018-09-02 09:53:36,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.74683713913s 2018-09-02 09:53:36,274 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-46884f4d-3b5b-4b22-b731-2d9bc8cc4e55 2018-09-02 09:53:41,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:41,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:41,591 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:41 GMT Server: Apache x-openstack-request-id: req-4e9c5fd9-933b-463d-b4ed-e9453193680d Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:42,305 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:41 GMT Server: Apache x-openstack-request-id: req-dbfe922b-08c0-4497-b554-d43f2d364bc4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:42,305 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-dbfe922b-08c0-4497-b554-d43f2d364bc4 2018-09-02 09:53:42,305 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.02353405952s 2018-09-02 09:53:42,305 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-dbfe922b-08c0-4497-b554-d43f2d364bc4 2018-09-02 09:53:47,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:47,315 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:47,342 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:47 GMT Server: Apache x-openstack-request-id: req-45389443-83f5-46b7-825c-18861edaf212 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:47,650 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:47 GMT Server: Apache x-openstack-request-id: req-62926169-c608-45c5-82ff-0755cbde97ed Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:47,650 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-62926169-c608-45c5-82ff-0755cbde97ed 2018-09-02 09:53:47,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.339056968689s 2018-09-02 09:53:47,651 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-62926169-c608-45c5-82ff-0755cbde97ed 2018-09-02 09:53:47,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:53:47,654 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:47,680 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:47 GMT Server: Apache x-openstack-request-id: req-8fccc15c-d6c9-44e5-acee-9bfe37c7e947 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:53:48,389 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:47 GMT Server: Apache x-openstack-request-id: req-fed71802-441c-469c-8695-8636a1446e3a Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:53:48,389 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-fed71802-441c-469c-8695-8636a1446e3a 2018-09-02 09:53:48,389 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.737833976746s 2018-09-02 09:53:48,390 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-fed71802-441c-469c-8695-8636a1446e3a 2018-09-02 09:53:53,396 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:53,399 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:53,426 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:53 GMT Server: Apache x-openstack-request-id: req-5cc5ee0b-b8fa-4479-bb6e-67afa891d781 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:53,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:53 GMT Server: Apache x-openstack-request-id: req-359e867f-e7f9-4be8-8026-8f3aac5a2db7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:53,469 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-359e867f-e7f9-4be8-8026-8f3aac5a2db7 2018-09-02 09:53:53,469 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072634935379s 2018-09-02 09:53:53,469 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-359e867f-e7f9-4be8-8026-8f3aac5a2db7 2018-09-02 09:53:58,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:53:58,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:58,506 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:58 GMT Server: Apache x-openstack-request-id: req-2f6958e9-9cbf-4c03-894d-0ffd653f2e8d Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:53:58,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:58 GMT Server: Apache x-openstack-request-id: req-d576619b-ee5f-428a-b44e-0b038325caf9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:53:58,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-d576619b-ee5f-428a-b44e-0b038325caf9 2018-09-02 09:53:58,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0721030235291s 2018-09-02 09:53:58,548 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-d576619b-ee5f-428a-b44e-0b038325caf9 2018-09-02 09:53:58,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:53:58,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:53:58,579 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:53:58 GMT Server: Apache x-openstack-request-id: req-67866dba-fa77-42da-af4a-b3d4287ee26f Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:53:58,706 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:53:58 GMT Server: Apache x-openstack-request-id: req-ab4618cc-fbe0-4523-b233-cfeef1e1b1c2 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:53:58,706 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-ab4618cc-fbe0-4523-b233-cfeef1e1b1c2 2018-09-02 09:53:58,706 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.158053874969s 2018-09-02 09:53:58,707 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-ab4618cc-fbe0-4523-b233-cfeef1e1b1c2 2018-09-02 09:54:03,714 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:03,717 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:03,745 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:03 GMT Server: Apache x-openstack-request-id: req-ba5b87e4-8f4f-4b5c-9b13-1cecadf60ee6 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:54:03,787 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:03 GMT Server: Apache x-openstack-request-id: req-d6c037f0-5e07-48db-b044-50585bef74f7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:03,788 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-d6c037f0-5e07-48db-b044-50585bef74f7 2018-09-02 09:54:03,788 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0739531517029s 2018-09-02 09:54:03,788 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-d6c037f0-5e07-48db-b044-50585bef74f7 2018-09-02 09:54:08,794 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:08,797 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:08,823 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:08 GMT Server: Apache x-openstack-request-id: req-40c7cb07-4f93-4270-99e5-9c4308d5357e Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:54:08,865 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:08 GMT Server: Apache x-openstack-request-id: req-8039cf15-7871-4b47-9a26-790c5eaa5a82 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:08,865 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-8039cf15-7871-4b47-9a26-790c5eaa5a82 2018-09-02 09:54:08,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716609954834s 2018-09-02 09:54:08,866 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-8039cf15-7871-4b47-9a26-790c5eaa5a82 2018-09-02 09:54:08,866 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:54:08,869 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:08,896 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:08 GMT Server: Apache x-openstack-request-id: req-184c788e-96a2-4ab0-bfc4-b5ec31d4789d Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:54:08,939 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:08 GMT Server: Apache x-openstack-request-id: req-e21dd399-44bb-4297-8b65-86a9024fec12 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:54:08,939 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-e21dd399-44bb-4297-8b65-86a9024fec12 2018-09-02 09:54:08,940 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0731310844421s 2018-09-02 09:54:08,940 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-e21dd399-44bb-4297-8b65-86a9024fec12 2018-09-02 09:54:13,947 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:13,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:13,977 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:13 GMT Server: Apache x-openstack-request-id: req-0e7cf977-b7f2-4012-9fc8-a59844aed91d Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:54:14,018 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:14 GMT Server: Apache x-openstack-request-id: req-0c814454-26ba-4e7a-989c-046a666ab160 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:14,018 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-0c814454-26ba-4e7a-989c-046a666ab160 2018-09-02 09:54:14,019 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0716199874878s 2018-09-02 09:54:14,019 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-0c814454-26ba-4e7a-989c-046a666ab160 2018-09-02 09:54:19,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:19,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:19,053 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:19 GMT Server: Apache x-openstack-request-id: req-1365f9e8-e83e-42a2-bf9a-d96f26a73c3c Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:54:19,095 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:19 GMT Server: Apache x-openstack-request-id: req-00b2a15e-5ae1-4f14-80de-a42d5e515dd1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:19,095 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-00b2a15e-5ae1-4f14-80de-a42d5e515dd1 2018-09-02 09:54:19,096 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0709991455078s 2018-09-02 09:54:19,096 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-00b2a15e-5ae1-4f14-80de-a42d5e515dd1 2018-09-02 09:54:19,096 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:54:19,099 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:19,126 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:19 GMT Server: Apache x-openstack-request-id: req-5dc2c346-2d27-40f6-83e8-e2f9bd10c499 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:54:19,151 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:19 GMT Server: Apache x-openstack-request-id: req-7933a1ea-4d35-4b69-8903-b712f7ab5406 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:54:19,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-7933a1ea-4d35-4b69-8903-b712f7ab5406 2018-09-02 09:54:19,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0548372268677s 2018-09-02 09:54:19,152 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-7933a1ea-4d35-4b69-8903-b712f7ab5406 2018-09-02 09:54:24,158 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:24,161 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:24,189 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:24 GMT Server: Apache x-openstack-request-id: req-fccb43cc-1d5c-452c-980f-4ee53c02543b Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:54:24,230 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:24 GMT Server: Apache x-openstack-request-id: req-1ebbaa98-1f7b-479b-b100-4e94dec936a9 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:24,230 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-1ebbaa98-1f7b-479b-b100-4e94dec936a9 2018-09-02 09:54:24,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720818042755s 2018-09-02 09:54:24,231 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-1ebbaa98-1f7b-479b-b100-4e94dec936a9 2018-09-02 09:54:29,235 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:29,238 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:29,265 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:29 GMT Server: Apache x-openstack-request-id: req-a968338e-8f16-49fa-9146-183b32ddf28d Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:54:29,307 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:29 GMT Server: Apache x-openstack-request-id: req-41250cbd-1d17-4c80-8237-c9121a652a66 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:29,307 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-41250cbd-1d17-4c80-8237-c9121a652a66 2018-09-02 09:54:29,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.071729183197s 2018-09-02 09:54:29,308 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-41250cbd-1d17-4c80-8237-c9121a652a66 2018-09-02 09:54:29,308 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:54:29,311 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:29,338 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:29 GMT Server: Apache x-openstack-request-id: req-d12d3c61-dd20-4d04-b0ef-356db2e48104 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:54:29,380 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:29 GMT Server: Apache x-openstack-request-id: req-1d78b7fd-05b1-453a-9cdb-492de7e48e08 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:54:29,380 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-1d78b7fd-05b1-453a-9cdb-492de7e48e08 2018-09-02 09:54:29,380 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0719749927521s 2018-09-02 09:54:29,381 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-1d78b7fd-05b1-453a-9cdb-492de7e48e08 2018-09-02 09:54:34,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:34,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:35,100 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:34 GMT Server: Apache x-openstack-request-id: req-7ecd0530-c296-4c89-8abd-5aadfb4faaff Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:54:35,142 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:35 GMT Server: Apache x-openstack-request-id: req-642c64d9-71d4-4a62-94df-22cd339a2b72 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:35,142 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-642c64d9-71d4-4a62-94df-22cd339a2b72 2018-09-02 09:54:35,142 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.754806041718s 2018-09-02 09:54:35,143 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-642c64d9-71d4-4a62-94df-22cd339a2b72 2018-09-02 09:54:40,148 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:40,152 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:40,195 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:40 GMT Server: Apache x-openstack-request-id: req-91d5d74c-d0b7-4242-b6df-f0124eb16954 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&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 09:54:40,239 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:40 GMT Server: Apache x-openstack-request-id: req-623d1940-812d-4b8a-beaf-84366519f395 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 444 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-09-02T09:54:37Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dns/events/8b25580c-077a-469e-b09d-de8bbb6aa41c", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "c6234bdb-6e84-4980-9d32-971828598117", "id": "8b25580c-077a-469e-b09d-de8bbb6aa41c"}, {"resource_name": "ellis", "event_time": "2018-09-02T09:54:37Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/ellis/events/5fb8d236-e358-4533-80cc-58ef17bf1a63", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-ellis-3soqo4jv5mrd", "id": "5fb8d236-e358-4533-80cc-58ef17bf1a63"}]} 2018-09-02 09:54:40,239 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-623d1940-812d-4b8a-beaf-84366519f395 2018-09-02 09:54:40,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0904948711395s 2018-09-02 09:54:40,240 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc&marker=56424b6c-28e7-42dd-84c0-d26673175a4e&sort_dir=asc used request id req-623d1940-812d-4b8a-beaf-84366519f395 2018-09-02 09:54:45,246 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:45,250 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:45,276 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:45 GMT Server: Apache x-openstack-request-id: req-263fd5ae-b12f-4244-9268-4517715eb928 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:54:45,319 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:45 GMT Server: Apache x-openstack-request-id: req-0a5c656c-21db-4649-803d-03690718485e Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:45,319 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-0a5c656c-21db-4649-803d-03690718485e 2018-09-02 09:54:45,319 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0730290412903s 2018-09-02 09:54:45,319 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-0a5c656c-21db-4649-803d-03690718485e 2018-09-02 09:54:50,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:50,328 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:50,354 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:50 GMT Server: Apache x-openstack-request-id: req-ea64919e-7c60-422d-87a0-2583e6a03a2a Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:54:50,659 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:50 GMT Server: Apache x-openstack-request-id: req-5bb18e47-1db7-489c-be62-6940dc1ee519 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:50,659 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-5bb18e47-1db7-489c-be62-6940dc1ee519 2018-09-02 09:54:50,659 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.333778858185s 2018-09-02 09:54:50,659 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-5bb18e47-1db7-489c-be62-6940dc1ee519 2018-09-02 09:54:50,660 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:54:50,662 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:50,688 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:50 GMT Server: Apache x-openstack-request-id: req-4b52e1b2-db97-45f5-a96f-152c47cb1ed1 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:54:50,730 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:50 GMT Server: Apache x-openstack-request-id: req-2a6e0a0f-7223-494f-bd5a-3dcaca55bc4d Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:54:50,730 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-2a6e0a0f-7223-494f-bd5a-3dcaca55bc4d 2018-09-02 09:54:50,730 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0701370239258s 2018-09-02 09:54:50,730 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-2a6e0a0f-7223-494f-bd5a-3dcaca55bc4d 2018-09-02 09:54:55,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:54:55,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:54:55,770 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:54:55 GMT Server: Apache x-openstack-request-id: req-f5bd9259-570b-4e55-8706-dd346b253421 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:54:55,812 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:54:55 GMT Server: Apache x-openstack-request-id: req-48dd4ba1-4d54-4af5-b6d6-c64afbafc32f Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:54:55,812 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-48dd4ba1-4d54-4af5-b6d6-c64afbafc32f 2018-09-02 09:54:55,812 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0747339725494s 2018-09-02 09:54:55,812 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-48dd4ba1-4d54-4af5-b6d6-c64afbafc32f 2018-09-02 09:55:00,816 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:00,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:00,846 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:00 GMT Server: Apache x-openstack-request-id: req-f32d57c2-8386-4010-b15d-edeacb95cf39 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:00,889 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:00 GMT Server: Apache x-openstack-request-id: req-8aea36f9-5631-4ae8-a218-9c78c6f7c2a1 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:00,889 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-8aea36f9-5631-4ae8-a218-9c78c6f7c2a1 2018-09-02 09:55:00,889 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723860263824s 2018-09-02 09:55:00,889 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-8aea36f9-5631-4ae8-a218-9c78c6f7c2a1 2018-09-02 09:55:00,890 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:55:00,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:00,918 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:00 GMT Server: Apache x-openstack-request-id: req-351b6115-8026-44a6-aa79-3cb719676d11 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:55:00,961 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:00 GMT Server: Apache x-openstack-request-id: req-21228844-ec55-408b-91e1-cd40809e0ef7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:55:00,961 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-21228844-ec55-408b-91e1-cd40809e0ef7 2018-09-02 09:55:00,962 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0717031955719s 2018-09-02 09:55:00,962 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-21228844-ec55-408b-91e1-cd40809e0ef7 2018-09-02 09:55:05,969 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:05,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:05,998 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:06 GMT Server: Apache x-openstack-request-id: req-34763675-c106-4bcf-a9ff-e46aaa87b3ce Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:06,041 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:06 GMT Server: Apache x-openstack-request-id: req-c73dad26-67e3-4c6f-a425-957fcac68145 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:06,041 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-c73dad26-67e3-4c6f-a425-957fcac68145 2018-09-02 09:55:06,041 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720899105072s 2018-09-02 09:55:06,041 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-c73dad26-67e3-4c6f-a425-957fcac68145 2018-09-02 09:55:11,047 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:11,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:11,078 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:11 GMT Server: Apache x-openstack-request-id: req-bac5f219-8f83-4007-85bb-abe422a77d5e Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:11,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:11 GMT Server: Apache x-openstack-request-id: req-737f6f6d-b2a8-4892-9a7f-4efc908a60c3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:11,120 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-737f6f6d-b2a8-4892-9a7f-4efc908a60c3 2018-09-02 09:55:11,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731489658356s 2018-09-02 09:55:11,121 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-737f6f6d-b2a8-4892-9a7f-4efc908a60c3 2018-09-02 09:55:11,121 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:55:11,124 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:11,424 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:11 GMT Server: Apache x-openstack-request-id: req-4ccc1a75-c8dc-42e2-9a68-8040316509a0 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:55:11,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:11 GMT Server: Apache x-openstack-request-id: req-25bb5111-e739-4dcd-ae7b-4018e612c237 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:55:11,467 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-25bb5111-e739-4dcd-ae7b-4018e612c237 2018-09-02 09:55:11,468 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.346243858337s 2018-09-02 09:55:11,468 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-25bb5111-e739-4dcd-ae7b-4018e612c237 2018-09-02 09:55:16,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:16,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:16,504 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:16 GMT Server: Apache x-openstack-request-id: req-733798d3-927d-4de9-b509-3d70bcf70dc7 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:16,547 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:16 GMT Server: Apache x-openstack-request-id: req-0d86ec3d-5b60-4784-bbbb-c7ae3fc99f93 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:16,547 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-0d86ec3d-5b60-4784-bbbb-c7ae3fc99f93 2018-09-02 09:55:16,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726888179779s 2018-09-02 09:55:16,548 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-0d86ec3d-5b60-4784-bbbb-c7ae3fc99f93 2018-09-02 09:55:21,554 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:21,557 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:21,583 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:21 GMT Server: Apache x-openstack-request-id: req-97996d8f-ba30-4829-aa18-9586d19a4ecf Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:21,625 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:21 GMT Server: Apache x-openstack-request-id: req-e37a51f8-fa26-4f75-904d-b495e93078ed Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:21,625 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-e37a51f8-fa26-4f75-904d-b495e93078ed 2018-09-02 09:55:21,625 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0713381767273s 2018-09-02 09:55:21,625 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-e37a51f8-fa26-4f75-904d-b495e93078ed 2018-09-02 09:55:21,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:55:21,628 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:21,670 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:21 GMT Server: Apache x-openstack-request-id: req-f10d695c-a4a3-4b09-95de-d0b14f0e2778 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:55:21,713 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:21 GMT Server: Apache x-openstack-request-id: req-4eab7e91-7c9d-4370-8a13-19eb9b7f202b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:55:21,713 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-4eab7e91-7c9d-4370-8a13-19eb9b7f202b 2018-09-02 09:55:21,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0874788761139s 2018-09-02 09:55:21,714 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-4eab7e91-7c9d-4370-8a13-19eb9b7f202b 2018-09-02 09:55:26,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:26,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:26,750 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:26 GMT Server: Apache x-openstack-request-id: req-f5a189be-4468-465c-b703-4f1f3c4602e7 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:26,792 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:26 GMT Server: Apache x-openstack-request-id: req-2eb64b17-9e65-405b-afad-97401d8c15dd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:26,792 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-2eb64b17-9e65-405b-afad-97401d8c15dd 2018-09-02 09:55:26,793 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0720720291138s 2018-09-02 09:55:26,793 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-2eb64b17-9e65-405b-afad-97401d8c15dd 2018-09-02 09:55:31,798 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:31,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:31,829 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:31 GMT Server: Apache x-openstack-request-id: req-d9954b67-8a03-43b8-8adc-d95026a20c6b Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:31,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:31 GMT Server: Apache x-openstack-request-id: req-6d7ebc6a-02fd-43ee-812a-a32e0329a5fe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:31,872 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-6d7ebc6a-02fd-43ee-812a-a32e0329a5fe 2018-09-02 09:55:31,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.07306599617s 2018-09-02 09:55:31,872 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-6d7ebc6a-02fd-43ee-812a-a32e0329a5fe 2018-09-02 09:55:31,872 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:55:31,875 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:31,905 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:31 GMT Server: Apache x-openstack-request-id: req-0220e158-1cce-4c8d-a244-15417e55b524 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:55:32,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:31 GMT Server: Apache x-openstack-request-id: req-696dcc11-39dd-47a3-8ff9-d83bd9d91ef6 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:55:32,610 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-696dcc11-39dd-47a3-8ff9-d83bd9d91ef6 2018-09-02 09:55:32,610 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.737182855606s 2018-09-02 09:55:32,610 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-696dcc11-39dd-47a3-8ff9-d83bd9d91ef6 2018-09-02 09:55:37,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:37,620 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:37,647 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:37 GMT Server: Apache x-openstack-request-id: req-2fbd202c-6501-4dac-befe-cf66623e4321 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:37,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:37 GMT Server: Apache x-openstack-request-id: req-553fb8e1-430e-4995-8c36-d12179ff40cc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:37,688 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-553fb8e1-430e-4995-8c36-d12179ff40cc 2018-09-02 09:55:37,689 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0715398788452s 2018-09-02 09:55:37,689 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-553fb8e1-430e-4995-8c36-d12179ff40cc 2018-09-02 09:55:42,691 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:42,694 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:43,420 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:42 GMT Server: Apache x-openstack-request-id: req-bae86f24-f555-4621-b3f3-e4e3b9494646 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:43,463 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:43 GMT Server: Apache x-openstack-request-id: req-a70f94cc-9737-493b-873b-780fb2c0712a Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:43,463 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-a70f94cc-9737-493b-873b-780fb2c0712a 2018-09-02 09:55:43,463 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.771888971329s 2018-09-02 09:55:43,464 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-a70f94cc-9737-493b-873b-780fb2c0712a 2018-09-02 09:55:43,464 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:55:43,467 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:43,493 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:43 GMT Server: Apache x-openstack-request-id: req-f3dd8d5a-190e-4144-9c07-7d0e90e6d641 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:55:43,535 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:43 GMT Server: Apache x-openstack-request-id: req-bfb44576-76b7-4584-8f46-debad5e88b4b Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:55:43,535 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-bfb44576-76b7-4584-8f46-debad5e88b4b 2018-09-02 09:55:43,535 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0707528591156s 2018-09-02 09:55:43,535 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-bfb44576-76b7-4584-8f46-debad5e88b4b 2018-09-02 09:55:48,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:48,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:48,572 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:48 GMT Server: Apache x-openstack-request-id: req-58e01df8-d270-4153-9d75-d068f638ff35 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:48,614 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:48 GMT Server: Apache x-openstack-request-id: req-919b60d1-9ef2-4045-97ec-83ea820a7793 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:48,614 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-919b60d1-9ef2-4045-97ec-83ea820a7793 2018-09-02 09:55:48,614 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722889900208s 2018-09-02 09:55:48,614 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-919b60d1-9ef2-4045-97ec-83ea820a7793 2018-09-02 09:55:53,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:53,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:53,650 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:53 GMT Server: Apache x-openstack-request-id: req-e2cd12ad-31e7-4e08-86a3-a11d0613a3b8 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:53,693 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:53 GMT Server: Apache x-openstack-request-id: req-957dbb68-6de4-439b-ae79-bd8ab30936e6 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:53,693 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-957dbb68-6de4-439b-ae79-bd8ab30936e6 2018-09-02 09:55:53,693 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.072870016098s 2018-09-02 09:55:53,693 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-957dbb68-6de4-439b-ae79-bd8ab30936e6 2018-09-02 09:55:53,694 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:55:53,698 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:53,723 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:53 GMT Server: Apache x-openstack-request-id: req-b52aba22-7a33-41b7-bf84-d0017cf7acec Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:55:53,764 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:53 GMT Server: Apache x-openstack-request-id: req-25522723-1e23-47db-a5a5-ddf0da77aa13 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:55:53,764 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-25522723-1e23-47db-a5a5-ddf0da77aa13 2018-09-02 09:55:53,764 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0703208446503s 2018-09-02 09:55:53,765 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-25522723-1e23-47db-a5a5-ddf0da77aa13 2018-09-02 09:55:58,771 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:55:58,774 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:55:58,803 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:55:58 GMT Server: Apache x-openstack-request-id: req-8be3dee8-1c2b-487a-921d-b4e484fb8f6b Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:55:58,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:55:58 GMT Server: Apache x-openstack-request-id: req-79a90ad6-f4f2-423b-be95-ca2d9135fc16 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:55:58,845 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-79a90ad6-f4f2-423b-be95-ca2d9135fc16 2018-09-02 09:55:58,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.074117898941s 2018-09-02 09:55:58,846 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-79a90ad6-f4f2-423b-be95-ca2d9135fc16 2018-09-02 09:56:03,852 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:03,855 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:03,883 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:03 GMT Server: Apache x-openstack-request-id: req-79265015-910f-41e2-97ed-4a645c24de88 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:56:03,924 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:03 GMT Server: Apache x-openstack-request-id: req-e79e2322-2729-44be-95f7-083c0649ffb0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:03,925 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-e79e2322-2729-44be-95f7-083c0649ffb0 2018-09-02 09:56:03,925 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0729420185089s 2018-09-02 09:56:03,925 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-e79e2322-2729-44be-95f7-083c0649ffb0 2018-09-02 09:56:03,926 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:56:03,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:03,954 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:03 GMT Server: Apache x-openstack-request-id: req-52639b44-a302-4860-8dbb-835e5cc92e43 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:56:03,996 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:03 GMT Server: Apache x-openstack-request-id: req-c14b0397-dd79-4012-87ef-e17816d61ce1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:56:03,996 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-c14b0397-dd79-4012-87ef-e17816d61ce1 2018-09-02 09:56:03,996 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0704529285431s 2018-09-02 09:56:03,996 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-c14b0397-dd79-4012-87ef-e17816d61ce1 2018-09-02 09:56:09,003 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:09,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:09,033 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:09 GMT Server: Apache x-openstack-request-id: req-8946576f-49d8-401f-bef5-a378c942f1a2 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:56:09,073 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:09 GMT Server: Apache x-openstack-request-id: req-1c2af038-385a-4e53-b9ff-7a6a2cdc1ef2 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:09,074 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-1c2af038-385a-4e53-b9ff-7a6a2cdc1ef2 2018-09-02 09:56:09,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0708849430084s 2018-09-02 09:56:09,074 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-1c2af038-385a-4e53-b9ff-7a6a2cdc1ef2 2018-09-02 09:56:14,078 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:14,081 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:14,109 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:14 GMT Server: Apache x-openstack-request-id: req-ac8363c8-7a39-4a8c-bbaa-a96c921c6ca5 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:56:14,150 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:14 GMT Server: Apache x-openstack-request-id: req-7d2ba9fe-b510-46a1-8972-1fdbf04ee6c4 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:14,151 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-7d2ba9fe-b510-46a1-8972-1fdbf04ee6c4 2018-09-02 09:56:14,151 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726919174194s 2018-09-02 09:56:14,151 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-7d2ba9fe-b510-46a1-8972-1fdbf04ee6c4 2018-09-02 09:56:14,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:56:14,154 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:14,181 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:14 GMT Server: Apache x-openstack-request-id: req-3143c087-ebe5-481c-828e-7d3a771b3e33 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:56:14,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:14 GMT Server: Apache x-openstack-request-id: req-cecf846b-250a-4222-9096-831aa19c5b94 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:56:14,224 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-cecf846b-250a-4222-9096-831aa19c5b94 2018-09-02 09:56:14,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0722899436951s 2018-09-02 09:56:14,224 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-cecf846b-250a-4222-9096-831aa19c5b94 2018-09-02 09:56:19,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:19,234 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:19,261 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:19 GMT Server: Apache x-openstack-request-id: req-a6449505-cc61-4118-8e84-5932879139ee Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:56:19,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:19 GMT Server: Apache x-openstack-request-id: req-40a8590d-e55a-4dcb-923c-dbfad9b1155d Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:19,966 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-40a8590d-e55a-4dcb-923c-dbfad9b1155d 2018-09-02 09:56:19,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.73456287384s 2018-09-02 09:56:19,966 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-40a8590d-e55a-4dcb-923c-dbfad9b1155d 2018-09-02 09:56:24,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:24,975 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:25,020 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:24 GMT Server: Apache x-openstack-request-id: req-cfdda3ff-f84c-4ea7-bd51-969dcc093164 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:56:25,062 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:25 GMT Server: Apache x-openstack-request-id: req-ed06fab7-c5ff-43a7-bcc3-961b614d01fd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:25,062 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-ed06fab7-c5ff-43a7-bcc3-961b614d01fd 2018-09-02 09:56:25,062 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0899178981781s 2018-09-02 09:56:25,062 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-ed06fab7-c5ff-43a7-bcc3-961b614d01fd 2018-09-02 09:56:25,063 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:56:25,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:25,096 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:25 GMT Server: Apache x-openstack-request-id: req-7c802b50-82e7-481b-98b6-22b5385309b7 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:56:25,138 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:25 GMT Server: Apache x-openstack-request-id: req-b6a459a3-09a8-44d1-b4a2-8ce91807de11 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:56:25,138 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-b6a459a3-09a8-44d1-b4a2-8ce91807de11 2018-09-02 09:56:25,138 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0755531787872s 2018-09-02 09:56:25,139 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-b6a459a3-09a8-44d1-b4a2-8ce91807de11 2018-09-02 09:56:30,145 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:30,148 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:30,175 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:30 GMT Server: Apache x-openstack-request-id: req-b2c85a82-830d-4238-8f3e-d04422382199 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:56:30,218 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:30 GMT Server: Apache x-openstack-request-id: req-61295c12-41f0-4c70-b55b-ff363fa16579 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:30,218 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-61295c12-41f0-4c70-b55b-ff363fa16579 2018-09-02 09:56:30,218 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0726552009583s 2018-09-02 09:56:30,218 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-61295c12-41f0-4c70-b55b-ff363fa16579 2018-09-02 09:56:35,219 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:35,223 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:35,266 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:35 GMT Server: Apache x-openstack-request-id: req-79ab3dbb-9f31-4a72-a6ef-f980e969966e Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&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 09:56:35,317 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:35 GMT Server: Apache x-openstack-request-id: req-5a3f8350-3dc7-4d90-9f18-b3cfa99ddcd4 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 713 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-09-02T09:56:34Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/ellis/events/e077993a-665c-4f33-aa7d-d93d785a27c2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "b770c003-55ad-4742-bdd6-d03fd38d9f5f", "id": "e077993a-665c-4f33-aa7d-d93d785a27c2"}, {"resource_name": "bono", "event_time": "2018-09-02T09:56:34Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/bono/events/0459c193-168d-4420-961f-1482d3fe5d29", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-bono-wak25dzl6exw", "id": "0459c193-168d-4420-961f-1482d3fe5d29"}, {"resource_name": "vellum", "event_time": "2018-09-02T09:56:34Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/vellum/events/69e49cac-58e2-4e85-979d-95cc72f3c629", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-vellum-aht3az2g537x", "id": "69e49cac-58e2-4e85-979d-95cc72f3c629"}, {"resource_name": "sprout", "event_time": "2018-09-02T09:56:34Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sprout/events/f42d7ac8-d4db-4285-ac0e-49946f67ddcf", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-sprout-i6nzprpexqtm", "id": "f42d7ac8-d4db-4285-ac0e-49946f67ddcf"}, {"resource_name": "homer", "event_time": "2018-09-02T09:56:34Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/homer/events/5d98e5a7-3d5b-4b66-835c-826e25acced7", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-homer-5zupvdweooka", "id": "5d98e5a7-3d5b-4b66-835c-826e25acced7"}, {"resource_name": "dime", "event_time": "2018-09-02T09:56:34Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dime/events/30aba0a3-20af-474d-9fa9-aaaa72de9444", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_IN_PROGRESS", "physical_resource_id": "clearwater-opnfv-dime-njr2swmf2sry", "id": "30aba0a3-20af-474d-9fa9-aaaa72de9444"}]} 2018-09-02 09:56:35,318 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-5a3f8350-3dc7-4d90-9f18-b3cfa99ddcd4 2018-09-02 09:56:35,318 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0982010364532s 2018-09-02 09:56:35,318 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc&marker=5fb8d236-e358-4533-80cc-58ef17bf1a63&sort_dir=asc used request id req-5a3f8350-3dc7-4d90-9f18-b3cfa99ddcd4 2018-09-02 09:56:40,325 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:40,329 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:40,359 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:40 GMT Server: Apache x-openstack-request-id: req-354b6902-af72-4ca3-acd5-8713f64db234 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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 09:56:40,403 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:40 GMT Server: Apache x-openstack-request-id: req-205b4ee0-12d1-44c9-bbb2-41f4df60dcbd Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:40,403 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-205b4ee0-12d1-44c9-bbb2-41f4df60dcbd 2018-09-02 09:56:40,404 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0779910087585s 2018-09-02 09:56:40,404 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-205b4ee0-12d1-44c9-bbb2-41f4df60dcbd 2018-09-02 09:56:45,405 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:45,409 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:45,455 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:45 GMT Server: Apache x-openstack-request-id: req-73c963d7-978f-485a-82e0-c0954e82e622 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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 09:56:45,497 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:45 GMT Server: Apache x-openstack-request-id: req-81c26fc3-606e-445f-9d7a-d760dc3fee34 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:45,497 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-81c26fc3-606e-445f-9d7a-d760dc3fee34 2018-09-02 09:56:45,497 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.091915845871s 2018-09-02 09:56:45,498 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-81c26fc3-606e-445f-9d7a-d760dc3fee34 2018-09-02 09:56:45,498 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:56:45,501 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:45,528 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:45 GMT Server: Apache x-openstack-request-id: req-ab128b17-7caf-4ae7-859c-20f8bfe09b01 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:56:45,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:45 GMT Server: Apache x-openstack-request-id: req-5b27ee02-1702-4f1d-98cd-2139c9056341 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:56:45,572 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-5b27ee02-1702-4f1d-98cd-2139c9056341 2018-09-02 09:56:45,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.073921918869s 2018-09-02 09:56:45,573 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-5b27ee02-1702-4f1d-98cd-2139c9056341 2018-09-02 09:56:50,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:50,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:50,610 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:50 GMT Server: Apache x-openstack-request-id: req-81b0a501-65ce-45fa-9fed-64c71dcede37 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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 09:56:50,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:50 GMT Server: Apache x-openstack-request-id: req-fc308eb3-fbd0-4303-ad74-3440a92a8642 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:50,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-fc308eb3-fbd0-4303-ad74-3440a92a8642 2018-09-02 09:56:50,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0722799301147s 2018-09-02 09:56:50,652 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-fc308eb3-fbd0-4303-ad74-3440a92a8642 2018-09-02 09:56:55,658 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:56:55,661 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:55,690 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:55 GMT Server: Apache x-openstack-request-id: req-ba9af5fc-7751-4e77-84ea-56987cbdbc8e Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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 09:56:55,763 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:55 GMT Server: Apache x-openstack-request-id: req-67cf89c9-a6f3-4199-8e9f-1b9be4e1bb2b Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:56:55,763 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-67cf89c9-a6f3-4199-8e9f-1b9be4e1bb2b 2018-09-02 09:56:55,763 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.105304956436s 2018-09-02 09:56:55,764 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-67cf89c9-a6f3-4199-8e9f-1b9be4e1bb2b 2018-09-02 09:56:55,764 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:56:55,767 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:56:55,793 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:56:55 GMT Server: Apache x-openstack-request-id: req-e189ea65-6286-44de-8bab-81e16fc27164 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:56:55,835 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:56:55 GMT Server: Apache x-openstack-request-id: req-676276ad-722c-4f6f-9651-8c08364b8425 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:56:55,835 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-676276ad-722c-4f6f-9651-8c08364b8425 2018-09-02 09:56:55,835 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0709638595581s 2018-09-02 09:56:55,836 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-676276ad-722c-4f6f-9651-8c08364b8425 2018-09-02 09:57:00,838 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:57:00,842 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:00,888 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:00 GMT Server: Apache x-openstack-request-id: req-560db0f5-5426-493d-8b49-6bc0a11a4fa2 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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 09:57:00,934 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:00 GMT Server: Apache x-openstack-request-id: req-cb87a25a-3ef8-4278-9da2-fe2f8be415d0 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:57:00,934 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-cb87a25a-3ef8-4278-9da2-fe2f8be415d0 2018-09-02 09:57:00,934 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0957469940186s 2018-09-02 09:57:00,934 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-cb87a25a-3ef8-4278-9da2-fe2f8be415d0 2018-09-02 09:57:05,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:57:05,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:05,971 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:05 GMT Server: Apache x-openstack-request-id: req-b8edfdf2-a6d9-40b6-8066-c5dd04b6cbca Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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 09:57:06,013 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:05 GMT Server: Apache x-openstack-request-id: req-bcd0cbdd-73fd-43a9-abd9-b6c045158ae3 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:57:06,013 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-bcd0cbdd-73fd-43a9-abd9-b6c045158ae3 2018-09-02 09:57:06,014 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731871128082s 2018-09-02 09:57:06,014 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-bcd0cbdd-73fd-43a9-abd9-b6c045158ae3 2018-09-02 09:57:06,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:57:06,017 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:06,045 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:06 GMT Server: Apache x-openstack-request-id: req-364ab1f2-4e9d-4e02-8cdb-0ae0812449d8 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 09:57:06,087 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:06 GMT Server: Apache x-openstack-request-id: req-1403ddf7-693e-43f1-9f89-7f01a13878ae Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 874 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_IN_PROGRESS", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE started", "template_description": "Clearwater deployment\n"}} 2018-09-02 09:57:06,088 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-1403ddf7-693e-43f1-9f89-7f01a13878ae 2018-09-02 09:57:06,088 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0732460021973s 2018-09-02 09:57:06,088 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-1403ddf7-693e-43f1-9f89-7f01a13878ae 2018-09-02 09:57:11,095 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:57:11,098 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:11,141 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:11 GMT Server: Apache x-openstack-request-id: req-2b7499ac-110f-41c9-b488-18daec3a0d43 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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 09:57:11,184 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:11 GMT Server: Apache x-openstack-request-id: req-18b81ceb-9a7b-47ca-b43d-cc0790c642be Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:57:11,184 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-18b81ceb-9a7b-47ca-b43d-cc0790c642be 2018-09-02 09:57:11,184 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0893380641937s 2018-09-02 09:57:11,185 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-18b81ceb-9a7b-47ca-b43d-cc0790c642be 2018-09-02 09:57:16,188 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:57:16,192 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:16,219 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:16 GMT Server: Apache x-openstack-request-id: req-7e7357b3-6d4d-43c4-94cd-87fa53b66f44 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&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 09:57:16,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:16 GMT Server: Apache x-openstack-request-id: req-773767d8-0748-4f18-a2f7-1eb5b3d9b307 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 353 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dime", "event_time": "2018-09-02T09:57:13Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dime/events/d8c7a810-bb2a-4011-8bf2-83999143d3db", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "a73ae177-bcec-4744-bab9-ff7965a3eb30", "id": "d8c7a810-bb2a-4011-8bf2-83999143d3db"}]} 2018-09-02 09:57:16,261 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-773767d8-0748-4f18-a2f7-1eb5b3d9b307 2018-09-02 09:57:16,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0731480121613s 2018-09-02 09:57:16,261 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc&marker=30aba0a3-20af-474d-9fa9-aaaa72de9444&sort_dir=asc used request id req-773767d8-0748-4f18-a2f7-1eb5b3d9b307 2018-09-02 09:57:21,267 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:57:21,271 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:21,580 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:21 GMT Server: Apache x-openstack-request-id: req-be251304-1ac5-46e4-a574-075b4b18c279 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&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 09:57:21,622 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:21 GMT Server: Apache x-openstack-request-id: req-cd192977-d9d5-4eeb-9fd9-d4cd0d8a79f8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 09:57:21,622 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&sort_dir=asc&marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&sort_dir=asc used request id req-cd192977-d9d5-4eeb-9fd9-d4cd0d8a79f8 2018-09-02 09:57:21,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.354836940765s 2018-09-02 09:57:21,623 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&sort_dir=asc&marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&sort_dir=asc used request id req-cd192977-d9d5-4eeb-9fd9-d4cd0d8a79f8 2018-09-02 09:57:26,629 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:57:26,632 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:26,658 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:26 GMT Server: Apache x-openstack-request-id: req-5dc3dda0-2a48-46a4-9572-a0ca3357991b Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&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 09:57:26,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:26 GMT Server: Apache x-openstack-request-id: req-22cb88fd-b3e2-4615-8b1a-7e3a3cbf1140 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 355 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-09-02T09:57:21Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sprout/events/54ce9b2a-ab17-4fff-a3c7-814199598518", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "77b0f479-dee1-4c49-ba09-0c5d7f6f6f61", "id": "54ce9b2a-ab17-4fff-a3c7-814199598518"}]} 2018-09-02 09:57:26,701 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&sort_dir=asc&marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&sort_dir=asc used request id req-22cb88fd-b3e2-4615-8b1a-7e3a3cbf1140 2018-09-02 09:57:26,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0723669528961s 2018-09-02 09:57:26,701 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&sort_dir=asc&marker=d8c7a810-bb2a-4011-8bf2-83999143d3db&sort_dir=asc used request id req-22cb88fd-b3e2-4615-8b1a-7e3a3cbf1140 2018-09-02 09:57:31,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:57:31,711 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=54ce9b2a-ab17-4fff-a3c7-814199598518&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:32,005 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:31 GMT Server: Apache x-openstack-request-id: req-b07f9768-22e2-4d2a-9b8c-52b8fed037a6 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=54ce9b2a-ab17-4fff-a3c7-814199598518&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 09:57:32,048 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:32 GMT Server: Apache x-openstack-request-id: req-b4258792-23b8-44b4-9b88-0a1201c0c47e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 439 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "bono", "event_time": "2018-09-02T09:57:26Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/bono/events/3c75252b-a0b5-453c-9eae-2a33ad726a20", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "bf5a6bda-da30-4068-bba0-ecc305f93578", "id": "3c75252b-a0b5-453c-9eae-2a33ad726a20"}, {"resource_name": "vellum", "event_time": "2018-09-02T09:57:28Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/vellum/events/cab6eacc-2df7-49b7-946f-f591595fc26a", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "8c355817-ed1f-4631-94e9-29b90a9b3266", "id": "cab6eacc-2df7-49b7-946f-f591595fc26a"}]} 2018-09-02 09:57:32,049 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=54ce9b2a-ab17-4fff-a3c7-814199598518&sort_dir=asc&marker=54ce9b2a-ab17-4fff-a3c7-814199598518&sort_dir=asc used request id req-b4258792-23b8-44b4-9b88-0a1201c0c47e 2018-09-02 09:57:32,049 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.341118097305s 2018-09-02 09:57:32,049 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=54ce9b2a-ab17-4fff-a3c7-814199598518&sort_dir=asc&marker=54ce9b2a-ab17-4fff-a3c7-814199598518&sort_dir=asc used request id req-b4258792-23b8-44b4-9b88-0a1201c0c47e 2018-09-02 09:57:37,055 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 09:57:37,059 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/events?marker=cab6eacc-2df7-49b7-946f-f591595fc26a&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:37,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:37 GMT Server: Apache x-openstack-request-id: req-9824f193-0826-4c9b-83e8-f4f3af4d5d15 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=cab6eacc-2df7-49b7-946f-f591595fc26a&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 09:57:37,145 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:37 GMT Server: Apache x-openstack-request-id: req-eebc17c1-e817-49fb-afcc-d5447f9d46fd Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 441 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-09-02T09:57:32Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/homer/events/7353a016-838e-47d3-a4c6-f6f8c8d2fcc2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "fab452d3-7723-4a0c-948f-380a1e7fd2bf", "id": "7353a016-838e-47d3-a4c6-f6f8c8d2fcc2"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T09:57:32Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv/events/dab925bb-f7b7-4fb9-bd43-2533a28e49e2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "id": "dab925bb-f7b7-4fb9-bd43-2533a28e49e2"}]} 2018-09-02 09:57:37,146 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=cab6eacc-2df7-49b7-946f-f591595fc26a&sort_dir=asc&marker=cab6eacc-2df7-49b7-946f-f591595fc26a&sort_dir=asc used request id req-eebc17c1-e817-49fb-afcc-d5447f9d46fd 2018-09-02 09:57:37,146 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0901341438293s 2018-09-02 09:57:37,146 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=cab6eacc-2df7-49b7-946f-f591595fc26a&sort_dir=asc&marker=cab6eacc-2df7-49b7-946f-f591595fc26a&sort_dir=asc used request id req-eebc17c1-e817-49fb-afcc-d5447f9d46fd 2018-09-02 09:57:37,147 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 09:57:37,150 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:37,445 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 09:57:37 GMT Server: Apache x-openstack-request-id: req-a2f6905e-2d07-41b4-ba85-e7b9669c3cb4 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d 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 09:57:37,570 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:37 GMT Server: Apache x-openstack-request-id: req-e94f9786-f4bd-41aa-a51f-fbe4fca4fab7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 948 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "outputs": [{"output_value": "172.30.9.209", "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 09:57:37,570 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d used request id req-e94f9786-f4bd-41aa-a51f-fbe4fca4fab7 2018-09-02 09:57:37,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.423103094101s 2018-09-02 09:57:37,571 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d used request id req-e94f9786-f4bd-41aa-a51f-fbe4fca4fab7 2018-09-02 09:57:37,572 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack: Munch({'stack_name': u'clearwater-opnfv', 'creation_time': u'2018-09-02T09:52:09Z', 'updated_at': None, 'notification_topics': [], 'timeout_mins': 60, 'owner': None, 'tempate_description': u'Clearwater deployment\n', 'deleted_at': None, 'id': u'021056fc-f5b5-4330-a282-b4c122d6bf3d', 'parameters': Munch({u'OS::project_id': u'014863aee1be4e16a4e84d7580ce87fc', u'private_sig_net_ip_version': u'4', u'image': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87', u'private_mgmt_net_pool_start': u'192.168.0.1', u'dime_cluster_size': u'1', u'flavor': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87', 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_4896af6e-179d-46ef-9967-bf2d055c9c87', 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'b718548c-5bba-4aa1-a641-92a8eddc5687', 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'021056fc-f5b5-4330-a282-b4c122d6bf3d', u'dnssec_key': u'GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==', u'bono_cluster_size': u'1', u'public_mgmt_net_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687'}), 'deletion_time': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'stack_user_project_id': u'9f7251a6983a4efca8e2a56b43471ab8', 'status': u'COMPLETE', 'disable_rollback': False, 'description': u'Clearwater deployment\n', 'parent': None, 'tags': None, 'outputs': [Munch({u'output_value': u'172.30.9.209', 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-02T09:52:09Z', 'stack_status_reason': u'Stack CREATE completed successfully', 'updated_time': None, 'action': u'CREATE', 'identifier': 'clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d'}) 2018-09-02 09:57:37,573 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:57:37,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:38,810 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-cd36f821-eda7-4f8c-bf98-890943c06fc2 x-compute-request-id: req-cd36f821-eda7-4f8c-bf98-890943c06fc2 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:57:38,811 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cd36f821-eda7-4f8c-bf98-890943c06fc2 2018-09-02 09:57:38,811 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.23794198036s 2018-09-02 09:57:38,812 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cd36f821-eda7-4f8c-bf98-890943c06fc2 2018-09-02 09:57:38,821 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 09:57:38,822 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:38,923 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2525 X-Openstack-Request-Id: req-420ef9c4-9cef-451e-82ef-d5f5b0018ba2 Date: Sun, 02 Sep 2018 09:57:38 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"5ce66d10-b6bb-4fe4-a321-e7cfc6d1e69c","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"014863aee1be4e16a4e84d7580ce87fc","l2_adjacency":true,"status":"ACTIVE","subnets":["83f4708e-d966-4c46-a23c-4831a697fe22"],"description":"","tags":[],"updated_at":"2018-09-02T09:52:17Z","qos_policy_id":null,"name":"clearwater-opnfv-private-signaling","admin_state_up":true,"tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:52:15Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"844b3ba3-9b91-4b2a-b9cd-bdd6446271bd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"014863aee1be4e16a4e84d7580ce87fc","l2_adjacency":true,"status":"ACTIVE","subnets":["72498ab3-973d-4db0-b81e-3d38e6b71936"],"description":"","tags":[],"updated_at":"2018-09-02T09:51:35Z","qos_policy_id":null,"name":"heat_ims-net_4896af6e-179d-46ef-9967-bf2d055c9c87","admin_state_up":true,"tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:51:34Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"e6effbfa-500c-42fc-b110-dd0b66f2e3b6","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"014863aee1be4e16a4e84d7580ce87fc","l2_adjacency":true,"status":"ACTIVE","subnets":["7cbccd87-878a-430e-b3b3-5f589012a2fa"],"description":"","tags":[],"updated_at":"2018-09-02T09:52:16Z","qos_policy_id":null,"name":"clearwater-opnfv-private-management","admin_state_up":true,"tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:52:14Z","mtu":1450}]} 2018-09-02 09:57:38,924 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-420ef9c4-9cef-451e-82ef-d5f5b0018ba2 2018-09-02 09:57:38,924 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102442979813s 2018-09-02 09:57:38,924 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-420ef9c4-9cef-451e-82ef-d5f5b0018ba2 2018-09-02 09:57:38,925 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 09:57:38,926 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:38,980 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1964 X-Openstack-Request-Id: req-1dd22afa-0c51-4c1e-b3ca-cddda4c1d9c4 Date: Sun, 02 Sep 2018 09:57:38 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"844b3ba3-9b91-4b2a-b9cd-bdd6446271bd","tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:51:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:51:35Z","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":"014863aee1be4e16a4e84d7580ce87fc","id":"72498ab3-973d-4db0-b81e-3d38e6b71936","subnetpool_id":null,"name":"heat_ims-subnet_4896af6e-179d-46ef-9967-bf2d055c9c87"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"e6effbfa-500c-42fc-b110-dd0b66f2e3b6","tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:52:16Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:52:16Z","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":"014863aee1be4e16a4e84d7580ce87fc","id":"7cbccd87-878a-430e-b3b3-5f589012a2fa","subnetpool_id":null,"name":"clearwater-opnfv-private-management"},{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"5ce66d10-b6bb-4fe4-a321-e7cfc6d1e69c","tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:52:17Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:52:17Z","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":"014863aee1be4e16a4e84d7580ce87fc","id":"83f4708e-d966-4c46-a23c-4831a697fe22","subnetpool_id":null,"name":"clearwater-opnfv-private-signaling"}]} 2018-09-02 09:57:38,980 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-1dd22afa-0c51-4c1e-b3ca-cddda4c1d9c4 2018-09-02 09:57:38,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0551400184631s 2018-09-02 09:57:38,981 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-1dd22afa-0c51-4c1e-b3ca-cddda4c1d9c4 2018-09-02 09:57:39,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:57:39,988 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:40,009 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-38119208-3cc4-42e1-8926-4c86942b69d2 x-compute-request-id: req-38119208-3cc4-42e1-8926-4c86942b69d2 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}]} 2018-09-02 09:57:40,009 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-38119208-3cc4-42e1-8926-4c86942b69d2 2018-09-02 09:57:40,009 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0238351821899s 2018-09-02 09:57:40,010 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-38119208-3cc4-42e1-8926-4c86942b69d2 2018-09-02 09:57:40,012 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 09:57:40,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:40,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-31534c11-20bc-47a5-a92a-4f5e0aaa634b x-compute-request-id: req-31534c11-20bc-47a5-a92a-4f5e0aaa634b Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "58653dd3-68d8-4cbc-ba58-d5638e9fa399"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bbf50cdd-947d-4be8-a98d-5c3552a16881"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e87989de-6568-497e-b815-78ac56efba9d"}, {"from_port": 2380, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "f26bcfe9-173d-4ca8-aa62-8aa236132edb"}, {"from_port": 4000, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 5060, "group": {}, "ip_protocol": "udp", "to_port": 5060, "parent_group_id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "16ebc222-70fb-42e5-a835-f8b1dd519c3a"}, {"from_port": 32768, "group": {}, "ip_protocol": "udp", "to_port": 65535, "parent_group_id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "488c596d-fd5c-4c05-9980-9a1c2ea6374c"}, {"from_port": 3478, "group": {}, "ip_protocol": "udp", "to_port": 3478, "parent_group_id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "4932fd48-654f-4f55-9b1d-5015ad5a257f"}, {"from_port": 5058, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "ip_range": {}, "id": "7e219cbd-6184-4c79-b000-6e0041da8bd2"}, {"from_port": 5060, "group": {}, "ip_protocol": "tcp", "to_port": 5060, "parent_group_id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "a634ed99-1408-492e-941f-cfc1dfac7eb8"}, {"from_port": 3478, "group": {}, "ip_protocol": "tcp", "to_port": 3478, "parent_group_id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bb3d8596-8470-48af-866a-de177a7525a8"}, {"from_port": 5058, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5058, "parent_group_id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "ip_range": {}, "id": "cd806335-c2ae-45b9-b6d9-23f953d1de47"}, {"from_port": 5062, "group": {}, "ip_protocol": "tcp", "to_port": 5062, "parent_group_id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f3156ebb-dcd7-4e5c-8ca2-b5a1354c3994"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "7e1b9404-3fa2-4eed-abb6-4dabe0fa920b", "name": "clearwater-opnfv-bono-sig", "description": "Security group for Bono nodes (signaling)"}]} 2018-09-02 09:57:40,907 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/os-security-groups used request id req-31534c11-20bc-47a5-a92a-4f5e0aaa634b 2018-09-02 09:57:40,907 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.895168066025s 2018-09-02 09:57:40,907 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/os-security-groups used request id req-31534c11-20bc-47a5-a92a-4f5e0aaa634b 2018-09-02 09:57:40,917 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:57:40,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:41,235 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-321f6ee6-669a-4ce7-970e-70585ec8b4d2 Date: Sun, 02 Sep 2018 09:57:41 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:57:41,236 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-321f6ee6-669a-4ce7-970e-70585ec8b4d2 2018-09-02 09:57:41,236 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.319119930267s 2018-09-02 09:57:41,236 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-321f6ee6-669a-4ce7-970e-70585ec8b4d2 2018-09-02 09:57:41,240 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 09:57:41,242 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:41,953 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:41 GMT Server: Apache x-compute-request-id: req-5f5e36f0-f4f7-4404-a020-018a8c2e4688 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-5f5e36f0-f4f7-4404-a020-018a8c2e4688 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 09:57:41,953 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-5f5e36f0-f4f7-4404-a020-018a8c2e4688 2018-09-02 09:57:41,954 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.713423013687s 2018-09-02 09:57:41,954 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-5f5e36f0-f4f7-4404-a020-018a8c2e4688 2018-09-02 09:57:41,955 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:57:41,958 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:41,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-38069b87-e247-4d35-8d0c-2e3e046e870b x-compute-request-id: req-38069b87-e247-4d35-8d0c-2e3e046e870b Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}]} 2018-09-02 09:57:41,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-38069b87-e247-4d35-8d0c-2e3e046e870b 2018-09-02 09:57:41,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.025465965271s 2018-09-02 09:57:41,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-38069b87-e247-4d35-8d0c-2e3e046e870b 2018-09-02 09:57:41,982 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 09:57:41,985 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:42,799 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-f8354291-80e9-4302-b894-fb4eb4b09df2 x-compute-request-id: req-f8354291-80e9-4302-b894-fb4eb4b09df2 Content-Encoding: gzip Content-Length: 907 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "58653dd3-68d8-4cbc-ba58-d5638e9fa399"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bbf50cdd-947d-4be8-a98d-5c3552a16881"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e87989de-6568-497e-b815-78ac56efba9d"}, {"from_port": 2380, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "f26bcfe9-173d-4ca8-aa62-8aa236132edb"}, {"from_port": 4000, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7253, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "8b3e8bca-3083-4e8a-9943-928a40ffb9f8", "ip_range": {}, "id": "23a7c0e9-068c-417c-aa2b-d666b1197106"}, {"from_port": 11311, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "8b3e8bca-3083-4e8a-9943-928a40ffb9f8", "ip_range": {}, "id": "61217139-cb5f-4f83-a39e-ddce297a302e"}, {"from_port": 11311, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11311, "parent_group_id": "8b3e8bca-3083-4e8a-9943-928a40ffb9f8", "ip_range": {}, "id": "6b9bacbe-8561-4aa0-9043-654b4fd82fb1"}, {"from_port": 7253, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "8b3e8bca-3083-4e8a-9943-928a40ffb9f8", "ip_range": {}, "id": "90b20fc9-d4c8-4653-91ff-2670403c9deb"}, {"from_port": 9160, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "8b3e8bca-3083-4e8a-9943-928a40ffb9f8", "ip_range": {}, "id": "a59f9215-1c27-4a06-85a2-cb1e3a861a28"}, {"from_port": 9160, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "8b3e8bca-3083-4e8a-9943-928a40ffb9f8", "ip_range": {}, "id": "a96076f8-a435-4576-8890-c7266ceadfad"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "8b3e8bca-3083-4e8a-9943-928a40ffb9f8", "name": "clearwater-opnfv-vellum-sig-inbound", "description": "Security group for Vellum nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 7000, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7000, "parent_group_id": "8f465c23-d8c5-4137-8270-190ece206489", "ip_range": {}, "id": "3c4978ff-5f6b-452d-b257-30a5b6f09d73"}, {"from_port": 7253, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7253, "parent_group_id": "8f465c23-d8c5-4137-8270-190ece206489", "ip_range": {}, "id": "59a427c3-d79b-4e34-b47c-735da4625390"}, {"from_port": 11211, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 11211, "parent_group_id": "8f465c23-d8c5-4137-8270-190ece206489", "ip_range": {}, "id": "e843b4f6-3c41-40fe-a49f-18bf20280ad8"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "8f465c23-d8c5-4137-8270-190ece206489", "name": "clearwater-opnfv-vellum-sig-outbound", "description": "Security group for Vellum nodes outbound traffic (signaling)"}]} 2018-09-02 09:57:42,799 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/os-security-groups used request id req-f8354291-80e9-4302-b894-fb4eb4b09df2 2018-09-02 09:57:42,800 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.817331790924s 2018-09-02 09:57:42,800 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/os-security-groups used request id req-f8354291-80e9-4302-b894-fb4eb4b09df2 2018-09-02 09:57:42,809 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:57:42,813 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:42,846 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-16ef0baf-dc9e-4147-a91c-acd4c690b37f Date: Sun, 02 Sep 2018 09:57:42 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:57:42,846 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-16ef0baf-dc9e-4147-a91c-acd4c690b37f 2018-09-02 09:57:42,846 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0369448661804s 2018-09-02 09:57:42,846 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-16ef0baf-dc9e-4147-a91c-acd4c690b37f 2018-09-02 09:57:42,849 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 09:57:42,852 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:43,609 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:42 GMT Server: Apache x-compute-request-id: req-2a9bb2d0-4e84-460e-85c9-827949f5fe7b OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-2a9bb2d0-4e84-460e-85c9-827949f5fe7b Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 09:57:43,609 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-2a9bb2d0-4e84-460e-85c9-827949f5fe7b 2018-09-02 09:57:43,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.759788036346s 2018-09-02 09:57:43,610 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-2a9bb2d0-4e84-460e-85c9-827949f5fe7b 2018-09-02 09:57:44,613 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:57:44,616 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:44,638 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-7975dc98-5f36-4a66-999c-dc10fa441be7 x-compute-request-id: req-7975dc98-5f36-4a66-999c-dc10fa441be7 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}]} 2018-09-02 09:57:44,638 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-7975dc98-5f36-4a66-999c-dc10fa441be7 2018-09-02 09:57:44,638 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0253229141235s 2018-09-02 09:57:44,639 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-7975dc98-5f36-4a66-999c-dc10fa441be7 2018-09-02 09:57:44,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 09:57:44,642 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:45,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-94350a05-18b6-476b-b61a-18a82afbe8e9 x-compute-request-id: req-94350a05-18b6-476b-b61a-18a82afbe8e9 Content-Encoding: gzip Content-Length: 740 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "58653dd3-68d8-4cbc-ba58-d5638e9fa399"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bbf50cdd-947d-4be8-a98d-5c3552a16881"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e87989de-6568-497e-b815-78ac56efba9d"}, {"from_port": 2380, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "f26bcfe9-173d-4ca8-aa62-8aa236132edb"}, {"from_port": 4000, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "4569c08a-83c2-46c7-8087-af1e17262ee0", "ip_range": {}, "id": "082fdae2-ad3d-4ba4-9706-cefc1fa3d70b"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "4569c08a-83c2-46c7-8087-af1e17262ee0", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f482e773-b140-492f-b8c1-ff88551f08bf"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "4569c08a-83c2-46c7-8087-af1e17262ee0", "name": "clearwater-opnfv-homer-mgmt", "description": "Security group for Homer nodes (management)"}, {"rules": [{"from_port": 7888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "1c29bd75-da8a-40f1-a305-a3b9b075b0a8", "ip_range": {}, "id": "1254013b-39f4-4282-90da-bff9c73a6142"}, {"from_port": 9160, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-homer-sig"}, "ip_protocol": "tcp", "to_port": 9160, "parent_group_id": "1c29bd75-da8a-40f1-a305-a3b9b075b0a8", "ip_range": {}, "id": "3a76a443-6459-47a9-8139-783ddcf17917"}, {"from_port": 7888, "group": {}, "ip_protocol": "tcp", "to_port": 7888, "parent_group_id": "1c29bd75-da8a-40f1-a305-a3b9b075b0a8", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "5afe9b55-77fa-48f9-9cf5-f73af0d7dc9f"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "1c29bd75-da8a-40f1-a305-a3b9b075b0a8", "name": "clearwater-opnfv-homer-sig", "description": "Security group for Homer nodes (signaling)"}]} 2018-09-02 09:57:45,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc/os-security-groups used request id req-94350a05-18b6-476b-b61a-18a82afbe8e9 2018-09-02 09:57:45,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.637583017349s 2018-09-02 09:57:45,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc/os-security-groups used request id req-94350a05-18b6-476b-b61a-18a82afbe8e9 2018-09-02 09:57:45,286 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:57:45,289 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:45,662 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-3d7890ed-0039-4734-8b02-b8ca494abce0 Date: Sun, 02 Sep 2018 09:57:45 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:57:45,662 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3d7890ed-0039-4734-8b02-b8ca494abce0 2018-09-02 09:57:45,662 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.375994920731s 2018-09-02 09:57:45,662 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3d7890ed-0039-4734-8b02-b8ca494abce0 2018-09-02 09:57:45,666 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 09:57:45,669 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:46,442 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:45 GMT Server: Apache x-compute-request-id: req-bd91cf03-ce70-454a-a1d8-847f041f0178 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-bd91cf03-ce70-454a-a1d8-847f041f0178 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 09:57:46,442 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-bd91cf03-ce70-454a-a1d8-847f041f0178 2018-09-02 09:57:46,443 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.776262998581s 2018-09-02 09:57:46,443 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-bd91cf03-ce70-454a-a1d8-847f041f0178 2018-09-02 09:57:46,444 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:57:46,448 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:46,469 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-44a41d9b-85a7-414d-a323-95a7f4307743 x-compute-request-id: req-44a41d9b-85a7-414d-a323-95a7f4307743 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}]} 2018-09-02 09:57:46,470 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-44a41d9b-85a7-414d-a323-95a7f4307743 2018-09-02 09:57:46,470 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0255818367004s 2018-09-02 09:57:46,470 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-44a41d9b-85a7-414d-a323-95a7f4307743 2018-09-02 09:57:46,471 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 09:57:46,474 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:47,490 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-084a4fda-e088-458d-81ed-1588101d85c0 x-compute-request-id: req-084a4fda-e088-458d-81ed-1588101d85c0 Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "58653dd3-68d8-4cbc-ba58-d5638e9fa399"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bbf50cdd-947d-4be8-a98d-5c3552a16881"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e87989de-6568-497e-b815-78ac56efba9d"}, {"from_port": 2380, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "f26bcfe9-173d-4ca8-aa62-8aa236132edb"}, {"from_port": 4000, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 8889, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-ellis-mgmt"}, "ip_protocol": "tcp", "to_port": 8889, "parent_group_id": "ee7130a3-a775-433c-9412-ac326c49c88b", "ip_range": {}, "id": "f0755b85-e536-4a21-8c22-859e9cd6ac8f"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "ee7130a3-a775-433c-9412-ac326c49c88b", "name": "clearwater-opnfv-dime-mgmt", "description": "Security group for Dime nodes (management)"}, {"rules": [{"from_port": 8888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "96ad5835-3175-494a-9429-9dd53a279d9f", "ip_range": {}, "id": "33d7089f-8f65-471b-93aa-2fec5577fef2"}, {"from_port": 10888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "96ad5835-3175-494a-9429-9dd53a279d9f", "ip_range": {}, "id": "3d5959d2-70a9-4a89-9ecf-2e772739ef81"}, {"from_port": 8888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 8888, "parent_group_id": "96ad5835-3175-494a-9429-9dd53a279d9f", "ip_range": {}, "id": "4d470fe4-b368-4d73-aab6-9e962c5e6e6a"}, {"from_port": 10888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "96ad5835-3175-494a-9429-9dd53a279d9f", "ip_range": {}, "id": "952810ab-510a-46d9-aed7-aaa67b70b1ff"}, {"from_port": 10888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 10888, "parent_group_id": "96ad5835-3175-494a-9429-9dd53a279d9f", "ip_range": {}, "id": "9a73b6c6-7248-4d12-9bae-f8aef249d8a0"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "96ad5835-3175-494a-9429-9dd53a279d9f", "name": "clearwater-opnfv-dime-sig", "description": "Security group for Dime nodes (signaling)"}]} 2018-09-02 09:57:47,491 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333/os-security-groups used request id req-084a4fda-e088-458d-81ed-1588101d85c0 2018-09-02 09:57:47,491 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.01916599274s 2018-09-02 09:57:47,491 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333/os-security-groups used request id req-084a4fda-e088-458d-81ed-1588101d85c0 2018-09-02 09:57:47,499 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:57:47,503 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:47,795 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-8f6133bb-7f32-43f0-97ec-498508c8ffac Date: Sun, 02 Sep 2018 09:57:47 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:57:47,796 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8f6133bb-7f32-43f0-97ec-498508c8ffac 2018-09-02 09:57:47,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.2965259552s 2018-09-02 09:57:47,796 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-8f6133bb-7f32-43f0-97ec-498508c8ffac 2018-09-02 09:57:47,800 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 09:57:47,802 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:48,526 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:47 GMT Server: Apache x-compute-request-id: req-d5f3a991-f929-40f6-875d-1276c10c90b1 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-d5f3a991-f929-40f6-875d-1276c10c90b1 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 09:57:48,526 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-d5f3a991-f929-40f6-875d-1276c10c90b1 2018-09-02 09:57:48,527 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.726485013962s 2018-09-02 09:57:48,527 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-d5f3a991-f929-40f6-875d-1276c10c90b1 2018-09-02 09:57:48,527 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:57:48,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:48,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-f6685091-f635-40ff-8832-41080d772d08 x-compute-request-id: req-f6685091-f635-40ff-8832-41080d772d08 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}]} 2018-09-02 09:57:48,551 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f6685091-f635-40ff-8832-41080d772d08 2018-09-02 09:57:48,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0236020088196s 2018-09-02 09:57:48,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f6685091-f635-40ff-8832-41080d772d08 2018-09-02 09:57:48,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 09:57:48,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:49,821 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-cd983162-fa7f-4044-bff3-592b5b9e2dc9 x-compute-request-id: req-cd983162-fa7f-4044-bff3-592b5b9e2dc9 Content-Encoding: gzip Content-Length: 805 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "58653dd3-68d8-4cbc-ba58-d5638e9fa399"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bbf50cdd-947d-4be8-a98d-5c3552a16881"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e87989de-6568-497e-b815-78ac56efba9d"}, {"from_port": 2380, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "f26bcfe9-173d-4ca8-aa62-8aa236132edb"}, {"from_port": 4000, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 9888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-dime-sig"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "dcee93b7-b7f7-464c-9bae-cd1e6e700f8a", "ip_range": {}, "id": "64508ea1-a1f2-4752-a6db-d248648361fa"}, {"from_port": 9888, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-vellum-sig-outbound"}, "ip_protocol": "tcp", "to_port": 9888, "parent_group_id": "dcee93b7-b7f7-464c-9bae-cd1e6e700f8a", "ip_range": {}, "id": "b1701fe4-cc6c-4dc6-9944-240582d37606"}, {"from_port": 5052, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "dcee93b7-b7f7-464c-9bae-cd1e6e700f8a", "ip_range": {}, "id": "cebdfe05-3ce6-4238-b7af-44466e10bcc2"}, {"from_port": 5054, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-bono-sig"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "dcee93b7-b7f7-464c-9bae-cd1e6e700f8a", "ip_range": {}, "id": "e2c1bcd6-dcfe-48d3-9d4e-5272ff5623c7"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "dcee93b7-b7f7-464c-9bae-cd1e6e700f8a", "name": "clearwater-opnfv-sprout-sig-inbound", "description": "Security group for Sprout nodes inbound traffic (signaling)"}, {"rules": [{"from_port": 5052, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5052, "parent_group_id": "9dd82491-619a-4857-965a-1cb471932a57", "ip_range": {}, "id": "d877e9b6-65c5-4d8c-bfbf-f87b32aa9438"}, {"from_port": 5054, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-sprout-sig-outbound"}, "ip_protocol": "tcp", "to_port": 5054, "parent_group_id": "9dd82491-619a-4857-965a-1cb471932a57", "ip_range": {}, "id": "e6a74e4a-d6e1-4180-9280-ef6cda037127"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "9dd82491-619a-4857-965a-1cb471932a57", "name": "clearwater-opnfv-sprout-sig-outbound", "description": "Security group for Sprout nodes outbound traffic (signaling)"}]} 2018-09-02 09:57:49,821 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea/os-security-groups used request id req-cd983162-fa7f-4044-bff3-592b5b9e2dc9 2018-09-02 09:57:49,821 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 1.26822209358s 2018-09-02 09:57:49,822 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea/os-security-groups used request id req-cd983162-fa7f-4044-bff3-592b5b9e2dc9 2018-09-02 09:57:49,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:57:49,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:49,865 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-5605063e-d5d2-4eb9-913a-b67d5759bd8f Date: Sun, 02 Sep 2018 09:57:49 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:57:49,866 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5605063e-d5d2-4eb9-913a-b67d5759bd8f 2018-09-02 09:57:49,866 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.0352549552917s 2018-09-02 09:57:49,866 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-5605063e-d5d2-4eb9-913a-b67d5759bd8f 2018-09-02 09:57:49,870 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 09:57:49,873 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:50,524 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:49 GMT Server: Apache x-compute-request-id: req-ffe699d0-c479-4020-b286-728beacc7afe OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-ffe699d0-c479-4020-b286-728beacc7afe Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 09:57:50,525 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-ffe699d0-c479-4020-b286-728beacc7afe 2018-09-02 09:57:50,525 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.654158115387s 2018-09-02 09:57:50,525 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-ffe699d0-c479-4020-b286-728beacc7afe 2018-09-02 09:57:50,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:57:50,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:50,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-286d72f5-248a-42f5-a677-d7c42e01fc08 x-compute-request-id: req-286d72f5-248a-42f5-a677-d7c42e01fc08 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}]} 2018-09-02 09:57:50,552 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-286d72f5-248a-42f5-a677-d7c42e01fc08 2018-09-02 09:57:50,552 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0259311199188s 2018-09-02 09:57:50,552 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-286d72f5-248a-42f5-a677-d7c42e01fc08 2018-09-02 09:57:50,553 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 09:57:50,556 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:50,958 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-1c25351d-0f93-452a-8fa8-bb226c7934f4 x-compute-request-id: req-1c25351d-0f93-452a-8fa8-bb226c7934f4 Content-Encoding: gzip Content-Length: 580 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "58653dd3-68d8-4cbc-ba58-d5638e9fa399"}, {"from_port": 161, "group": {}, "ip_protocol": "udp", "to_port": 161, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bbf50cdd-947d-4be8-a98d-5c3552a16881"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "e87989de-6568-497e-b815-78ac56efba9d"}, {"from_port": 2380, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 2380, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "f26bcfe9-173d-4ca8-aa62-8aa236132edb"}, {"from_port": 4000, "group": {"tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "name": "clearwater-opnfv-base-mgmt"}, "ip_protocol": "tcp", "to_port": 4000, "parent_group_id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "ip_range": {}, "id": "fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "3431f03a-b8b3-4ef1-9633-10a2074bd4fc", "name": "clearwater-opnfv-base-mgmt", "description": "Base security group for all Clearwater nodes (management)"}, {"rules": [{"from_port": 443, "group": {}, "ip_protocol": "tcp", "to_port": 443, "parent_group_id": "899b789f-111e-46fa-834f-0fdfa88accbe", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "c0ec7ddc-ebc0-4d4d-a1e4-1aa47fd5de42"}, {"from_port": 80, "group": {}, "ip_protocol": "tcp", "to_port": 80, "parent_group_id": "899b789f-111e-46fa-834f-0fdfa88accbe", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "cbdec9df-5151-4bfc-b005-f3ce0e9c7f3e"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "899b789f-111e-46fa-834f-0fdfa88accbe", "name": "clearwater-opnfv-ellis-mgmt", "description": "Security group for Ellis nodes (management)"}]} 2018-09-02 09:57:50,959 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922/os-security-groups used request id req-1c25351d-0f93-452a-8fa8-bb226c7934f4 2018-09-02 09:57:50,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.405328989029s 2018-09-02 09:57:50,959 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922/os-security-groups used request id req-1c25351d-0f93-452a-8fa8-bb226c7934f4 2018-09-02 09:57:50,966 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:57:50,970 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:51,246 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-db7b0d19-e793-468d-8727-82baa504bde3 Date: Sun, 02 Sep 2018 09:57:51 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:57:51,246 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-db7b0d19-e793-468d-8727-82baa504bde3 2018-09-02 09:57:51,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.280175924301s 2018-09-02 09:57:51,247 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-db7b0d19-e793-468d-8727-82baa504bde3 2018-09-02 09:57:51,250 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 09:57:51,253 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:52,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:51 GMT Server: Apache x-compute-request-id: req-1c758d06-3413-4b88-9764-978f68257e34 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-1c758d06-3413-4b88-9764-978f68257e34 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 09:57:52,037 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-1c758d06-3413-4b88-9764-978f68257e34 2018-09-02 09:57:52,037 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.787112951279s 2018-09-02 09:57:52,038 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-1c758d06-3413-4b88-9764-978f68257e34 2018-09-02 09:57:52,038 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 09:57:52,041 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:52,063 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-60fa4a52-5751-4ed0-bc89-406410e3829a x-compute-request-id: req-60fa4a52-5751-4ed0-bc89-406410e3829a Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}]} 2018-09-02 09:57:52,063 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-60fa4a52-5751-4ed0-bc89-406410e3829a 2018-09-02 09:57:52,063 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0246968269348s 2018-09-02 09:57:52,063 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-60fa4a52-5751-4ed0-bc89-406410e3829a 2018-09-02 09:57:52,065 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.os-security-groups 2018-09-02 09:57:52,067 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:52,215 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-5750f804-909d-4b80-8b4a-609f152ab59b x-compute-request-id: req-5750f804-909d-4b80-8b4a-609f152ab59b Content-Encoding: gzip Content-Length: 399 Content-Type: application/json RESP BODY: {"security_groups": [{"rules": [{"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1eb89a8b-0493-456c-bf95-3ad81c6bc8bd"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "6bf141cc-561e-4ff1-9e03-b851a6da011d"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bd395a40-aada-4401-bc6a-3ad14f00d4e3"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f9236ef2-0cd4-42a9-8745-7d6310bfe788"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}, {"rules": [{"from_port": 53, "group": {}, "ip_protocol": "tcp", "to_port": 53, "parent_group_id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "1eb89a8b-0493-456c-bf95-3ad81c6bc8bd"}, {"from_port": 22, "group": {}, "ip_protocol": "tcp", "to_port": 22, "parent_group_id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "6bf141cc-561e-4ff1-9e03-b851a6da011d"}, {"from_port": 53, "group": {}, "ip_protocol": "udp", "to_port": 53, "parent_group_id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "bd395a40-aada-4401-bc6a-3ad14f00d4e3"}, {"from_port": -1, "group": {}, "ip_protocol": "icmp", "to_port": -1, "parent_group_id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "ip_range": {"cidr": "0.0.0.0/0"}, "id": "f9236ef2-0cd4-42a9-8745-7d6310bfe788"}], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "c2402a37-1781-4df9-a3c4-d8e44e5224aa", "name": "clearwater-opnfv-dns", "description": "Security group for DNS nodes"}]} 2018-09-02 09:57:52,215 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46/os-security-groups used request id req-5750f804-909d-4b80-8b4a-609f152ab59b 2018-09-02 09:57:52,215 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.os-security-groups in 0.150325059891s 2018-09-02 09:57:52,215 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46/os-security-groups used request id req-5750f804-909d-4b80-8b4a-609f152ab59b 2018-09-02 09:57:52,222 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 09:57:52,225 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:52,539 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-df262f36-eef7-4b29-9adb-c4e12f9fec25 Date: Sun, 02 Sep 2018 09:57:52 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 09:57:52,540 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-df262f36-eef7-4b29-9adb-c4e12f9fec25 2018-09-02 09:57:52,540 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.317873001099s 2018-09-02 09:57:52,540 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-df262f36-eef7-4b29-9adb-c4e12f9fec25 2018-09-02 09:57:52,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task volumev3.GET.volumes.detail 2018-09-02 09:57:52,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:53,285 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57:52 GMT Server: Apache x-compute-request-id: req-698970e8-4c6d-44f5-889a-64046ee6a790 OpenStack-API-Version: volume 3.0 Vary: OpenStack-API-Version x-openstack-request-id: req-698970e8-4c6d-44f5-889a-64046ee6a790 Content-Length: 15 Content-Type: application/json RESP BODY: {"volumes": []} 2018-09-02 09:57:53,285 - keystoneauth.session - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-698970e8-4c6d-44f5-889a-64046ee6a790 2018-09-02 09:57:53,285 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task volumev3.GET.volumes.detail in 0.740869045258s 2018-09-02 09:57:53,285 - shade.request_ids - DEBUG - GET call to volumev3 for http://172.30.9.25:8776/v3/014863aee1be4e16a4e84d7580ce87fc/volumes/detail used request id req-698970e8-4c6d-44f5-889a-64046ee6a790 2018-09-02 09:57:53,286 - 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:3b:0c:0c', u'version': 4, u'addr': u'192.168.1.22', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:3b:0c:0c', u'version': 4, u'addr': u'172.30.9.210', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:65:61:f0', u'version': 4, u'addr': u'192.168.0.11', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:65:61:f0', 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'dc9081ae-4af2-48bb-8303-86884474df26', 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 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-02T09:57:23.000000', 'flavor': Munch({u'id': u'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 'az': u'nova', 'id': u'2f3ae973-0e14-4dfa-b46f-955417852b1e', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'58653dd3-68d8-4cbc-ba58-d5638e9fa399'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bbf50cdd-947d-4be8-a98d-5c3552a16881'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'e87989de-6568-497e-b815-78ac56efba9d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f26bcfe9-173d-4ca8-aa62-8aa236132edb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed'})], 'id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Bono nodes (signaling)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'16ebc222-70fb-42e5-a835-f8b1dd519c3a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 65535, 'security_group_id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'tenant_id': '', 'port_range_min': 32768, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'488c596d-fd5c-4c05-9980-9a1c2ea6374c'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'4932fd48-654f-4f55-9b1d-5015ad5a257f'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'7e219cbd-6184-4c79-b000-6e0041da8bd2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5060, 'security_group_id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'tenant_id': '', 'port_range_min': 5060, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'a634ed99-1408-492e-941f-cfc1dfac7eb8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 3478, 'security_group_id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'tenant_id': '', 'port_range_min': 3478, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bb3d8596-8470-48af-866a-de177a7525a8'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5058, 'security_group_id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'tenant_id': '', 'port_range_min': 5058, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'cd806335-c2ae-45b9-b6d9-23f953d1de47'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5062, 'security_group_id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'tenant_id': '', 'port_range_min': 5062, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'f3156ebb-dcd7-4e5c-8ca2-b5a1354c3994'})], 'id': u'7e1b9404-3fa2-4eed-abb6-4dabe0fa920b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-bono-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', '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'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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-02T09:57:23.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:57:23Z', 'hostId': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'public_v6': '', 'private_v4': u'192.168.1.22', 'cloud': 'envvars', 'host_id': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', '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-02T09:57:23.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': u'bono-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'created_at': u'2018-09-02T09:57:00Z', 'created': u'2018-09-02T09:57:00Z', '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:68:c2:63', u'version': 4, u'addr': u'192.168.1.10', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:57:a3:0b', u'version': 4, u'addr': u'192.168.0.15', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:57:a3:0b', u'version': 4, u'addr': u'172.30.9.218', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dc9081ae-4af2-48bb-8303-86884474df26', 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 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-02T09:57:26.000000', 'flavor': Munch({u'id': u'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 'az': u'nova', 'id': u'2b7a99c4-7c6a-4175-aea6-6f601f426aec', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'58653dd3-68d8-4cbc-ba58-d5638e9fa399'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bbf50cdd-947d-4be8-a98d-5c3552a16881'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'e87989de-6568-497e-b815-78ac56efba9d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f26bcfe9-173d-4ca8-aa62-8aa236132edb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed'})], 'id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Vellum nodes inbound traffic (signaling)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'8b3e8bca-3083-4e8a-9943-928a40ffb9f8', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'23a7c0e9-068c-417c-aa2b-d666b1197106'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'8b3e8bca-3083-4e8a-9943-928a40ffb9f8', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'61217139-cb5f-4f83-a39e-ddce297a302e'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11311, 'security_group_id': u'8b3e8bca-3083-4e8a-9943-928a40ffb9f8', 'tenant_id': '', 'port_range_min': 11311, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'6b9bacbe-8561-4aa0-9043-654b4fd82fb1'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'8b3e8bca-3083-4e8a-9943-928a40ffb9f8', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'90b20fc9-d4c8-4653-91ff-2670403c9deb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'8b3e8bca-3083-4e8a-9943-928a40ffb9f8', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'a59f9215-1c27-4a06-85a2-cb1e3a861a28'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'8b3e8bca-3083-4e8a-9943-928a40ffb9f8', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'a96076f8-a435-4576-8890-c7266ceadfad'})], 'id': u'8b3e8bca-3083-4e8a-9943-928a40ffb9f8', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-inbound'}), Munch({'description': u'Security group for Vellum nodes outbound traffic (signaling)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7000, 'security_group_id': u'8f465c23-d8c5-4137-8270-190ece206489', 'tenant_id': '', 'port_range_min': 7000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'3c4978ff-5f6b-452d-b257-30a5b6f09d73'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7253, 'security_group_id': u'8f465c23-d8c5-4137-8270-190ece206489', 'tenant_id': '', 'port_range_min': 7253, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'59a427c3-d79b-4e34-b47c-735da4625390'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 11211, 'security_group_id': u'8f465c23-d8c5-4137-8270-190ece206489', 'tenant_id': '', 'port_range_min': 11211, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'e843b4f6-3c41-40fe-a49f-18bf20280ad8'})], 'id': u'8f465c23-d8c5-4137-8270-190ece206489', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-vellum-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.218', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.218', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.218', 'launched_at': u'2018-09-02T09:57:26.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:57:26Z', 'hostId': u'9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'public_v6': '', 'private_v4': u'192.168.0.15', 'cloud': 'envvars', 'host_id': u'9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336', '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-02T09:57:26.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': u'vellum-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'created_at': u'2018-09-02T09:56:51Z', 'created': u'2018-09-02T09:56:51Z', '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:a4:86:13', u'version': 4, u'addr': u'192.168.1.7', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:a4:86:13', u'version': 4, u'addr': u'172.30.9.208', u'OS-EXT-IPS:type': u'floating'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:1d:b2:9d', 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:1d:b2:9d', u'version': 4, u'addr': u'172.30.9.211', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dc9081ae-4af2-48bb-8303-86884474df26', 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 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-02T09:57:27.000000', 'flavor': Munch({u'id': u'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 'az': u'nova', 'id': u'a7a1defe-11b3-4d52-8fad-6e36a33ba5dc', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'58653dd3-68d8-4cbc-ba58-d5638e9fa399'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bbf50cdd-947d-4be8-a98d-5c3552a16881'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'e87989de-6568-497e-b815-78ac56efba9d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f26bcfe9-173d-4ca8-aa62-8aa236132edb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed'})], 'id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Homer nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'4569c08a-83c2-46c7-8087-af1e17262ee0', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'082fdae2-ad3d-4ba4-9706-cefc1fa3d70b'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'4569c08a-83c2-46c7-8087-af1e17262ee0', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'f482e773-b140-492f-b8c1-ff88551f08bf'})], 'id': u'4569c08a-83c2-46c7-8087-af1e17262ee0', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-mgmt'}), Munch({'description': u'Security group for Homer nodes (signaling)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'1c29bd75-da8a-40f1-a305-a3b9b075b0a8', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'1254013b-39f4-4282-90da-bff9c73a6142'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9160, 'security_group_id': u'1c29bd75-da8a-40f1-a305-a3b9b075b0a8', 'tenant_id': '', 'port_range_min': 9160, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-homer-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-homer-sig'}), 'project_id': '', 'id': u'3a76a443-6459-47a9-8139-783ddcf17917'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 7888, 'security_group_id': u'1c29bd75-da8a-40f1-a305-a3b9b075b0a8', 'tenant_id': '', 'port_range_min': 7888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'5afe9b55-77fa-48f9-9cf5-f73af0d7dc9f'})], 'id': u'1c29bd75-da8a-40f1-a305-a3b9b075b0a8', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-homer-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.211', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.211', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.211', 'launched_at': u'2018-09-02T09:57:27.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:57:27Z', 'hostId': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'public_v6': '', 'private_v4': u'192.168.1.7', 'cloud': 'envvars', 'host_id': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', '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-02T09:57:27.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': u'homer-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'created_at': u'2018-09-02T09:56:51Z', 'created': u'2018-09-02T09:56:51Z', '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:f0:b8:4a', 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:72:8e:70', u'version': 4, u'addr': u'192.168.0.19', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:72:8e:70', 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'dc9081ae-4af2-48bb-8303-86884474df26', 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 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-02T09:57:08.000000', 'flavor': Munch({u'id': u'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 'az': u'nova', 'id': u'576bf011-4106-4110-ba17-ef59152db333', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'58653dd3-68d8-4cbc-ba58-d5638e9fa399'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bbf50cdd-947d-4be8-a98d-5c3552a16881'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'e87989de-6568-497e-b815-78ac56efba9d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f26bcfe9-173d-4ca8-aa62-8aa236132edb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed'})], 'id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Dime nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8889, 'security_group_id': u'ee7130a3-a775-433c-9412-ac326c49c88b', 'tenant_id': '', 'port_range_min': 8889, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-ellis-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-ellis-mgmt'}), 'project_id': '', 'id': u'f0755b85-e536-4a21-8c22-859e9cd6ac8f'})], 'id': u'ee7130a3-a775-433c-9412-ac326c49c88b', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-mgmt'}), Munch({'description': u'Security group for Dime nodes (signaling)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'96ad5835-3175-494a-9429-9dd53a279d9f', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'33d7089f-8f65-471b-93aa-2fec5577fef2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'96ad5835-3175-494a-9429-9dd53a279d9f', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'3d5959d2-70a9-4a89-9ecf-2e772739ef81'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 8888, 'security_group_id': u'96ad5835-3175-494a-9429-9dd53a279d9f', 'tenant_id': '', 'port_range_min': 8888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'4d470fe4-b368-4d73-aab6-9e962c5e6e6a'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'96ad5835-3175-494a-9429-9dd53a279d9f', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'952810ab-510a-46d9-aed7-aaa67b70b1ff'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 10888, 'security_group_id': u'96ad5835-3175-494a-9429-9dd53a279d9f', 'tenant_id': '', 'port_range_min': 10888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'9a73b6c6-7248-4d12-9bae-f8aef249d8a0'})], 'id': u'96ad5835-3175-494a-9429-9dd53a279d9f', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-dime-sig'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', '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'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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-02T09:57:08.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:57:08Z', 'hostId': u'9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'public_v6': '', 'private_v4': u'192.168.0.19', 'cloud': 'envvars', 'host_id': u'9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336', '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-02T09:57:08.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': u'dime-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'created_at': u'2018-09-02T09:56:50Z', 'created': u'2018-09-02T09:56:50Z', '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:a2:79:63', u'version': 4, u'addr': u'192.168.1.8', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:02:1c:01', 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:02:1c:01', 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'dc9081ae-4af2-48bb-8303-86884474df26', 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 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-02T09:57:17.000000', 'flavor': Munch({u'id': u'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 'az': u'nova', 'id': u'c7fb05f2-77aa-4fe7-abc1-a937526e66ea', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'58653dd3-68d8-4cbc-ba58-d5638e9fa399'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bbf50cdd-947d-4be8-a98d-5c3552a16881'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'e87989de-6568-497e-b815-78ac56efba9d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f26bcfe9-173d-4ca8-aa62-8aa236132edb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed'})], 'id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Sprout nodes inbound traffic (signaling)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'dcee93b7-b7f7-464c-9bae-cd1e6e700f8a', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-dime-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-dime-sig'}), 'project_id': '', 'id': u'64508ea1-a1f2-4752-a6db-d248648361fa'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 9888, 'security_group_id': u'dcee93b7-b7f7-464c-9bae-cd1e6e700f8a', 'tenant_id': '', 'port_range_min': 9888, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-vellum-sig-outbound'}), 'project_id': '', 'id': u'b1701fe4-cc6c-4dc6-9944-240582d37606'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'dcee93b7-b7f7-464c-9bae-cd1e6e700f8a', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'cebdfe05-3ce6-4238-b7af-44466e10bcc2'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'dcee93b7-b7f7-464c-9bae-cd1e6e700f8a', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-bono-sig'}), 'project_id': '', 'id': u'e2c1bcd6-dcfe-48d3-9d4e-5272ff5623c7'})], 'id': u'dcee93b7-b7f7-464c-9bae-cd1e6e700f8a', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-inbound'}), Munch({'description': u'Security group for Sprout nodes outbound traffic (signaling)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5052, 'security_group_id': u'9dd82491-619a-4857-965a-1cb471932a57', 'tenant_id': '', 'port_range_min': 5052, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'd877e9b6-65c5-4d8c-bfbf-f87b32aa9438'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 5054, 'security_group_id': u'9dd82491-619a-4857-965a-1cb471932a57', 'tenant_id': '', 'port_range_min': 5054, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-sprout-sig-outbound'}), 'project_id': '', 'id': u'e6a74e4a-d6e1-4180-9280-ef6cda037127'})], 'id': u'9dd82491-619a-4857-965a-1cb471932a57', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-sprout-sig-outbound'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', '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'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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-02T09:57:17.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:57:17Z', 'hostId': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'public_v6': '', 'private_v4': u'192.168.0.5', 'cloud': 'envvars', 'host_id': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', '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-02T09:57:17.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': u'sprout-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'created_at': u'2018-09-02T09:56:50Z', 'created': u'2018-09-02T09:56:50Z', '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:bc:02:8b', 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:bc:02:8b', u'version': 4, u'addr': u'172.30.9.202', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dc9081ae-4af2-48bb-8303-86884474df26', 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 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-02T09:56:30.000000', 'flavor': Munch({u'id': u'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 'az': u'nova', 'id': u'2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'58653dd3-68d8-4cbc-ba58-d5638e9fa399'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bbf50cdd-947d-4be8-a98d-5c3552a16881'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'e87989de-6568-497e-b815-78ac56efba9d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f26bcfe9-173d-4ca8-aa62-8aa236132edb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed'})], 'id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'899b789f-111e-46fa-834f-0fdfa88accbe', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'c0ec7ddc-ebc0-4d4d-a1e4-1aa47fd5de42'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'899b789f-111e-46fa-834f-0fdfa88accbe', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'cbdec9df-5151-4bfc-b005-f3ce0e9c7f3e'})], 'id': u'899b789f-111e-46fa-834f-0fdfa88accbe', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.202', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.202', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.202', 'launched_at': u'2018-09-02T09:56:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:56:31Z', 'hostId': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', '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-02T09:56:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'created_at': u'2018-09-02T09:54:49Z', 'created': u'2018-09-02T09:54:49Z', '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:6f:4d:8d', u'version': 4, u'addr': u'192.168.1.11', u'OS-EXT-IPS:type': u'fixed'})], u'clearwater-opnfv-private-management': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:21:23:24', u'version': 4, u'addr': u'192.168.0.9', u'OS-EXT-IPS:type': u'fixed'}), Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:21:23:24', 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'dc9081ae-4af2-48bb-8303-86884474df26', 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 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-02T09:54:34.000000', 'flavor': Munch({u'id': u'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 'az': u'nova', 'id': u'9cf62323-90dd-41f2-9183-2e24d866df46', 'security_groups': [Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'1eb89a8b-0493-456c-bf95-3ad81c6bc8bd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'6bf141cc-561e-4ff1-9e03-b851a6da011d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bd395a40-aada-4401-bc6a-3ad14f00d4e3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'f9236ef2-0cd4-42a9-8745-7d6310bfe788'})], 'id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'}), Munch({'description': u'Security group for DNS nodes', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'1eb89a8b-0493-456c-bf95-3ad81c6bc8bd'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'6bf141cc-561e-4ff1-9e03-b851a6da011d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 53, 'security_group_id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'tenant_id': '', 'port_range_min': 53, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bd395a40-aada-4401-bc6a-3ad14f00d4e3'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'f9236ef2-0cd4-42a9-8745-7d6310bfe788'})], 'id': u'c2402a37-1781-4df9-a3c4-d8e44e5224aa', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-dns'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', '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'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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-02T09:54:34.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:54:34Z', 'hostId': u'9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'public_v6': '', 'private_v4': u'192.168.0.9', 'cloud': 'envvars', 'host_id': u'9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336', '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-02T09:54:34.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': u'ns.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'created_at': u'2018-09-02T09:52:48Z', 'created': u'2018-09-02T09:52:48Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'})] 2018-09-02 09:57:53,298 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:57:53,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:57:53,809 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-0acfbc1f-5489-4346-a84f-17a9fd101cfb x-compute-request-id: req-0acfbc1f-5489-4346-a84f-17a9fd101cfb Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:57:53,809 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0acfbc1f-5489-4346-a84f-17a9fd101cfb 2018-09-02 09:57:53,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.511001110077s 2018-09-02 09:57:53,810 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0acfbc1f-5489-4346-a84f-17a9fd101cfb 2018-09-02 09:57:53,817 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:57:53,819 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:57:53,925 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:57: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-2573a2d1-a02f-42ea-8cd8-5f6c4a9e613a x-compute-request-id: req-2573a2d1-a02f-42ea-8cd8-5f6c4a9e613a Content-Encoding: gzip Content-Length: 12457 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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]\n"} 2018-09-02 09:57:53,926 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-2573a2d1-a02f-42ea-8cd8-5f6c4a9e613a 2018-09-02 09:57:53,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.109298229218s 2018-09-02 09:57:53,928 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-2573a2d1-a02f-42ea-8cd8-5f6c4a9e613a 2018-09-02 09:57:53,928 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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] 2018-09-02 09:57:53,930 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:58:03,941 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:58:03,944 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:58:05,273 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-628d7c0d-7ded-412d-b98f-cd015e0913db x-compute-request-id: req-628d7c0d-7ded-412d-b98f-cd015e0913db Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:58:05,274 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-628d7c0d-7ded-412d-b98f-cd015e0913db 2018-09-02 09:58:05,274 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.33241295815s 2018-09-02 09:58:05,275 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-628d7c0d-7ded-412d-b98f-cd015e0913db 2018-09-02 09:58:05,281 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:58:05,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:58:05,360 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-e694a6f8-b415-45cb-9f2c-50bc1829cff4 x-compute-request-id: req-e694a6f8-b415-45cb-9f2c-50bc1829cff4 Content-Encoding: gzip Content-Length: 13443 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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 ...\n"} 2018-09-02 09:58:05,361 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-e694a6f8-b415-45cb-9f2c-50bc1829cff4 2018-09-02 09:58:05,361 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0797669887543s 2018-09-02 09:58:05,362 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-e694a6f8-b415-45cb-9f2c-50bc1829cff4 2018-09-02 09:58:05,363 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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 ... 2018-09-02 09:58:05,365 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:58:15,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:58:15,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:58:15,902 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-9660f893-b69a-445f-ba21-31d377a11d05 x-compute-request-id: req-9660f893-b69a-445f-ba21-31d377a11d05 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:58:15,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9660f893-b69a-445f-ba21-31d377a11d05 2018-09-02 09:58:15,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.526603221893s 2018-09-02 09:58:15,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9660f893-b69a-445f-ba21-31d377a11d05 2018-09-02 09:58:15,911 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:58:15,914 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:58:16,017 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-7b052c77-5258-48af-af4b-bbf6e834f7a4 x-compute-request-id: req-7b052c77-5258-48af-af4b-bbf6e834f7a4 Content-Encoding: gzip Content-Length: 13949 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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) ...\n"} 2018-09-02 09:58:16,018 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-7b052c77-5258-48af-af4b-bbf6e834f7a4 2018-09-02 09:58:16,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.106673002243s 2018-09-02 09:58:16,020 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-7b052c77-5258-48af-af4b-bbf6e834f7a4 2018-09-02 09:58:16,020 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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) ... 2018-09-02 09:58:16,022 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:58:26,033 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:58:26,036 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:58:27,114 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-e75d48fc-4e88-4270-b781-d35fc81d5b5c x-compute-request-id: req-e75d48fc-4e88-4270-b781-d35fc81d5b5c Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:58:27,114 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e75d48fc-4e88-4270-b781-d35fc81d5b5c 2018-09-02 09:58:27,114 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08117508888s 2018-09-02 09:58:27,115 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e75d48fc-4e88-4270-b781-d35fc81d5b5c 2018-09-02 09:58:27,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:58:27,125 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:58:27,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-dc5a03a0-63a2-465a-a831-8ac5a46434e1 x-compute-request-id: req-dc5a03a0-63a2-465a-a831-8ac5a46434e1 Content-Encoding: gzip Content-Length: 14256 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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 ...\n"} 2018-09-02 09:58:27,202 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-dc5a03a0-63a2-465a-a831-8ac5a46434e1 2018-09-02 09:58:27,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0792438983917s 2018-09-02 09:58:27,204 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-dc5a03a0-63a2-465a-a831-8ac5a46434e1 2018-09-02 09:58:27,204 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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 ... 2018-09-02 09:58:27,207 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:58:37,217 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:58:37,221 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:58:38,476 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-b97ab344-a9d8-46b8-9efc-9721a91c162b x-compute-request-id: req-b97ab344-a9d8-46b8-9efc-9721a91c162b Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:58:38,477 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b97ab344-a9d8-46b8-9efc-9721a91c162b 2018-09-02 09:58:38,477 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.25924897194s 2018-09-02 09:58:38,478 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b97ab344-a9d8-46b8-9efc-9721a91c162b 2018-09-02 09:58:38,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:58:38,487 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:58:38,569 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-48328466-bbda-48c8-9045-f2c7fed98b66 x-compute-request-id: req-48328466-bbda-48c8-9045-f2c7fed98b66 Content-Encoding: gzip Content-Length: 14788 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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 ...\n"} 2018-09-02 09:58:38,571 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-48328466-bbda-48c8-9045-f2c7fed98b66 2018-09-02 09:58:38,571 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0859911441803s 2018-09-02 09:58:38,573 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-48328466-bbda-48c8-9045-f2c7fed98b66 2018-09-02 09:58:38,573 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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 ... 2018-09-02 09:58:38,576 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:58:48,587 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:58:48,590 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:58:49,108 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-d3faca3c-4034-473a-933f-c99221ffc5a1 x-compute-request-id: req-d3faca3c-4034-473a-933f-c99221ffc5a1 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:58:49,108 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d3faca3c-4034-473a-933f-c99221ffc5a1 2018-09-02 09:58:49,108 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.521066904068s 2018-09-02 09:58:49,109 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d3faca3c-4034-473a-933f-c99221ffc5a1 2018-09-02 09:58:49,116 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:58:49,119 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:58:49,222 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-69ba564b-166e-45b1-9756-2e6ab39cd7c2 x-compute-request-id: req-69ba564b-166e-45b1-9756-2e6ab39cd7c2 Content-Encoding: gzip Content-Length: 15226 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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) ...\n"} 2018-09-02 09:58:49,223 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-69ba564b-166e-45b1-9756-2e6ab39cd7c2 2018-09-02 09:58:49,224 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.107336997986s 2018-09-02 09:58:49,226 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-69ba564b-166e-45b1-9756-2e6ab39cd7c2 2018-09-02 09:58:49,226 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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) ... 2018-09-02 09:58:49,229 - functest.core.singlevm - DEBUG - try 6: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:58:59,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:58:59,232 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:59:00,312 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:58: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-a7503794-a88b-4cf8-867e-9b5fc69ffd4c x-compute-request-id: req-a7503794-a88b-4cf8-867e-9b5fc69ffd4c Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:59:00,312 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a7503794-a88b-4cf8-867e-9b5fc69ffd4c 2018-09-02 09:59:00,312 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.08262395859s 2018-09-02 09:59:00,313 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a7503794-a88b-4cf8-867e-9b5fc69ffd4c 2018-09-02 09:59:00,320 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:59:00,323 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:59:00,423 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09: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-efa3b2af-7f4a-4fac-8391-8c2deff3a105 x-compute-request-id: req-efa3b2af-7f4a-4fac-8391-8c2deff3a105 Content-Encoding: gzip Content-Length: 15944 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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\n"} 2018-09-02 09:59:00,425 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-efa3b2af-7f4a-4fac-8391-8c2deff3a105 2018-09-02 09:59:00,425 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.104981184006s 2018-09-02 09:59:00,427 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-efa3b2af-7f4a-4fac-8391-8c2deff3a105 2018-09-02 09:59:00,427 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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 2018-09-02 09:59:00,431 - functest.core.singlevm - DEBUG - try 7: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:59:10,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:59:10,434 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:59:10,882 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-83bc0f6d-7824-4821-8fb1-8217d5efdf15 x-compute-request-id: req-83bc0f6d-7824-4821-8fb1-8217d5efdf15 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:59:10,883 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-83bc0f6d-7824-4821-8fb1-8217d5efdf15 2018-09-02 09:59:10,883 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.451101064682s 2018-09-02 09:59:10,884 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-83bc0f6d-7824-4821-8fb1-8217d5efdf15 2018-09-02 09:59:10,891 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:59:10,893 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:59:10,969 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-aaa7a5b2-4b3a-4a82-a1e8-b2394fae6d4e x-compute-request-id: req-aaa7a5b2-4b3a-4a82-a1e8-b2394fae6d4e Content-Encoding: gzip Content-Length: 16411 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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 7981\nclearwater-socket-factory-sig start/running, process 7989\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 2s (14.0 MB/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) ...\n"} 2018-09-02 09:59:10,971 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-aaa7a5b2-4b3a-4a82-a1e8-b2394fae6d4e 2018-09-02 09:59:10,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0800230503082s 2018-09-02 09:59:10,973 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-aaa7a5b2-4b3a-4a82-a1e8-b2394fae6d4e 2018-09-02 09:59:10,973 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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 7981 clearwater-socket-factory-sig start/running, process 7989 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 2s (14.0 MB/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) ... 2018-09-02 09:59:10,976 - functest.core.singlevm - DEBUG - try 8: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:59:20,985 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:59:20,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:59:21,565 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-acc2ff95-3553-4366-9f60-004205dc4ea4 x-compute-request-id: req-acc2ff95-3553-4366-9f60-004205dc4ea4 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:59:21,565 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-acc2ff95-3553-4366-9f60-004205dc4ea4 2018-09-02 09:59:21,566 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.579977989197s 2018-09-02 09:59:21,566 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-acc2ff95-3553-4366-9f60-004205dc4ea4 2018-09-02 09:59:21,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:59:21,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:59:21,688 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-f7f929a9-5726-4bba-8115-15957f6734be x-compute-request-id: req-f7f929a9-5726-4bba-8115-15957f6734be Content-Encoding: gzip Content-Length: 16915 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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 7981\nclearwater-socket-factory-sig start/running, process 7989\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 2s (14.0 MB/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..."} 2018-09-02 09:59:21,690 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-f7f929a9-5726-4bba-8115-15957f6734be 2018-09-02 09:59:21,690 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115827083588s 2018-09-02 09:59:21,692 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-f7f929a9-5726-4bba-8115-15957f6734be 2018-09-02 09:59:21,692 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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 7981 clearwater-socket-factory-sig start/running, process 7989 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 2s (14.0 MB/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... 2018-09-02 09:59:21,696 - functest.core.singlevm - DEBUG - try 9: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:59:31,706 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:59:31,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:59:32,338 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-ede76945-ea59-4e96-9a3a-c1d262e98cbf x-compute-request-id: req-ede76945-ea59-4e96-9a3a-c1d262e98cbf Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:59:32,338 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ede76945-ea59-4e96-9a3a-c1d262e98cbf 2018-09-02 09:59:32,339 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.631805181503s 2018-09-02 09:59:32,340 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ede76945-ea59-4e96-9a3a-c1d262e98cbf 2018-09-02 09:59:32,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:59:32,349 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:59:32,425 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-38f7ea89-6ddc-4917-8fdc-0874d4bc90b1 x-compute-request-id: req-38f7ea89-6ddc-4917-8fdc-0874d4bc90b1 Content-Encoding: gzip Content-Length: 17626 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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 7981\nclearwater-socket-factory-sig start/running, process 7989\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 2s (14.0 MB/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.203\n++ echo 172.30.9.203\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.203\n++ ip2rr 172.30.9.210\n++ echo 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.210\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+ echo 'nameserver 192.168.0.9'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\n+ service dnsmasq force-reload\n * Restarting DNS forwarder and DHCP server dnsmasq\n"} 2018-09-02 09:59:32,426 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-38f7ea89-6ddc-4917-8fdc-0874d4bc90b1 2018-09-02 09:59:32,426 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0797388553619s 2018-09-02 09:59:32,428 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-38f7ea89-6ddc-4917-8fdc-0874d4bc90b1 2018-09-02 09:59:32,428 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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 7981 clearwater-socket-factory-sig start/running, process 7989 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 2s (14.0 MB/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.203 ++ echo 172.30.9.203 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.203 ++ ip2rr 172.30.9.210 ++ echo 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.210 ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 + echo 'nameserver 192.168.0.9' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq 2018-09-02 09:59:32,431 - functest.core.singlevm - DEBUG - try 10: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:59:42,442 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:59:42,445 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:59:43,233 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-4bd37059-4ca0-4bef-bc9e-cd5a21254266 x-compute-request-id: req-4bd37059-4ca0-4bef-bc9e-cd5a21254266 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:59:43,233 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4bd37059-4ca0-4bef-bc9e-cd5a21254266 2018-09-02 09:59:43,234 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.791537046432s 2018-09-02 09:59:43,234 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4bd37059-4ca0-4bef-bc9e-cd5a21254266 2018-09-02 09:59:43,241 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:59:43,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:59:43,325 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-7a6d884b-7413-4259-8e72-df1c94cbbdde x-compute-request-id: req-7a6d884b-7413-4259-8e72-df1c94cbbdde Content-Encoding: gzip Content-Length: 18794 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.009665] Security Framework initialized\n[ 0.012025] AppArmor: AppArmor initialized\n[ 0.013539] Yama: becoming mindful.\n[ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020884] 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.026696] Initializing cgroup subsys memory\n[ 0.028007] Initializing cgroup subsys devices\n[ 0.029668] Initializing cgroup subsys freezer\n[ 0.032006] Initializing cgroup subsys blkio\n[ 0.033596] Initializing cgroup subsys perf_event\n[ 0.035249] Initializing cgroup subsys hugetlb\n[ 0.036093] FEATURE SPEC_CTRL Not Present\n[ 0.038277] mce: CPU supports 10 MCE banks\n[ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.048095] Speculative Store Bypass: Vulnerable\n[ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060020] ACPI: Core revision 20131115\n[ 0.062145] ACPI: All ACPI Tables successfully acquired\n[ 0.064072] ftrace: allocating 28717 entries in 113 pages\n[ 0.084418] smpboot: Max logical packages: 2\n[ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.092300] Enabling x2apic\n[ 0.093422] Enabled x2apic\n[ 0.096014] Switched APIC routing to physical x2apic.\n[ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.114617] KVM setup paravirtual spinlock\n[ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.120210] x86: Booting SMP configuration:\n[ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.136025] KVM setup async PF for cpu 1\n[ 0.136042] x86: Booted up 1 node, 2 CPUs\n[ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.142933] devtmpfs: initialized\n[ 0.146790] EVM: security.selinux\n[ 0.147846] EVM: security.SMACK64\n[ 0.148003] EVM: security.ima\n[ 0.149009] EVM: security.capability\n[ 0.150160] pinctrl core: initialized pinctrl subsystem\n[ 0.152060] regulator-dummy: no parameters\n[ 0.153372] RTC time: 9:57:24, date: 09/02/18\n[ 0.154741] NET: Registered protocol family 16\n[ 0.156132] cpuidle: using governor ladder\n[ 0.157366] cpuidle: using governor menu\n[ 0.158750] ACPI: bus type PCI registered\n[ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.162162] PCI: Using configuration type 1 for base access\n[ 0.164579] bio: create slab at 0\n[ 0.165337] ACPI: Added _OSI(Module Device)\n[ 0.165337] ACPI: Added _OSI(Processor Device)\n[ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.169258] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.172003] ACPI: Interpreter enabled\n[ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.184008] ACPI: (supports S0 S5)\n[ 0.185239] ACPI: Using IOAPIC for interrupt routing\n[ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.188202] ACPI: No dock devices found.\n[ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.199645] acpiphp: Slot [3] registered\n[ 0.200025] acpiphp: Slot [4] registered\n[ 0.201291] acpiphp: Slot [5] registered\n[ 0.202639] acpiphp: Slot [6] registered\n[ 0.203977] acpiphp: Slot [7] registered\n[ 0.204022] acpiphp: Slot [8] registered\n[ 0.205349] acpiphp: Slot [9] registered\n[ 0.206681] acpiphp: Slot [10] registered\n[ 0.208022] acpiphp: Slot [11] registered\n[ 0.209374] acpiphp: Slot [12] registered\n[ 0.210825] acpiphp: Slot [13] registered\n[ 0.212030] acpiphp: Slot [14] registered\n[ 0.213379] acpiphp: Slot [15] registered\n[ 0.214716] acpiphp: Slot [16] registered\n[ 0.216029] acpiphp: Slot [17] registered\n[ 0.217382] acpiphp: Slot [18] registered\n[ 0.218726] acpiphp: Slot [19] registered\n[ 0.220027] acpiphp: Slot [20] registered\n[ 0.221371] acpiphp: Slot [21] registered\n[ 0.222712] acpiphp: Slot [22] registered\n[ 0.224027] acpiphp: Slot [23] registered\n[ 0.225375] acpiphp: Slot [24] registered\n[ 0.226720] acpiphp: Slot [25] registered\n[ 0.228021] acpiphp: Slot [26] registered\n[ 0.229353] acpiphp: Slot [27] registered\n[ 0.230694] acpiphp: Slot [28] registered\n[ 0.232021] acpiphp: Slot [29] registered\n[ 0.233348] acpiphp: Slot [30] registered\n[ 0.234694] acpiphp: Slot [31] registered\n[ 0.236014] PCI host bridge to bus 0000:00\n[ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.296004] vgaarb: loaded\n[ 0.297083] vgaarb: bridge control possible 0000:00:02.0\n[ 0.299028] SCSI subsystem initialized\n[ 0.300166] ACPI: bus type USB registered\n[ 0.301464] usbcore: registered new interface driver usbfs\n[ 0.303184] usbcore: registered new interface driver hub\n[ 0.304068] usbcore: registered new device driver usb\n[ 0.305734] PCI: Using ACPI for IRQ routing\n[ 0.305819] NetLabel: Initializing\n[ 0.308007] NetLabel: domain hash size = 128\n[ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.311052] NetLabel: unlabeled traffic allowed by default\n[ 0.312209] Switched to clocksource kvm-clock\n[ 0.321354] AppArmor: AppArmor Filesystem Enabled\n[ 0.322935] pnp: PnP ACPI init\n[ 0.324052] ACPI: bus type PNP registered\n[ 0.325884] pnp: PnP ACPI: found 8 devices\n[ 0.327250] ACPI: bus type PNP unregistered\n[ 0.334945] NET: Registered protocol family 2\n[ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.341431] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.343556] TCP: reno registered\n[ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.348600] NET: Registered protocol family 1\n[ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.400073] Trying to unpack rootfs image as initramfs...\n[ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.512410] Scanning for low memory corruption every 60 seconds\n[ 0.514321] Initialise system trusted keyring\n[ 0.515535] audit: initializing netlink socket (disabled)\n[ 0.516954] type=2000 audit(1535882244.492:1): initialized\n[ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.540389] zbud: loaded\n[ 0.541459] VFS: Disk quotas dquot_6.5.2\n[ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.544611] fuse init (API version 7.22)\n[ 0.545807] msgmni has been set to 3997\n[ 0.546972] Key type big_key registered\n[ 0.548549] Key type asymmetric registered\n[ 0.549734] Asymmetric key parser 'x509' registered\n[ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.553129] io scheduler noop registered\n[ 0.554204] io scheduler deadline registered (default)\n[ 0.555549] io scheduler cfq registered\n[ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.559985] ipmi message handler version 39.2\n[ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.563332] ACPI: Power Button [PWRF]\n[ 0.564602] GHES: HEST is not enabled!\n[ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.707962] Linux agpgart interface v0.103\n[ 0.710329] brd: module loaded\n[ 0.711670] loop: module loaded\n[ 0.713013] blk-mq: CPU -> queue map\n[ 0.714246] CPU 0 -> Queue 0\n[ 0.715325] CPU 1 -> Queue 0\n[ 0.717260] vda: vda1\n[ 0.718974] scsi0 : ata_piix\n[ 0.720137] scsi1 : ata_piix\n[ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.725158] libphy: Fixed MDIO Bus: probed\n[ 0.726630] tun: Universal TUN/TAP device driver, 1.6\n[ 0.728121] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.731833] PPP generic driver version 2.4.2\n[ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.735354] ehci-pci: EHCI PCI platform driver\n[ 0.736903] ehci-platform: EHCI generic platform driver\n[ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.740484] ohci-pci: OHCI PCI platform driver\n[ 0.741946] ohci-platform: OHCI generic platform driver\n[ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.777417] usb usb1: Product: UHCI Host Controller\n[ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.781145] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.782746] hub 1-0:1.0: USB hub found\n[ 0.783867] hub 1-0:1.0: 2 ports detected\n[ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.790869] mousedev: PS/2 mouse device common for all mice\n[ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.795185] rtc_cmos 00:00: RTC can wake from S4\n[ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.800029] device-mapper: uevent: version 1.0.3\n[ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.805157] TCP: cubic registered\n[ 0.806202] NET: Registered protocol family 10\n[ 0.807665] NET: Registered protocol family 17\n[ 0.808873] Key type dns_resolver registered\n[ 0.810271] Loading compiled-in X.509 certificates\n[ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.821681] registered taskstats version 1\n[ 0.824681] Key type trusted registered\n[ 0.828752] Key type encrypted registered\n[ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.831281] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.833263] regulator-dummy: disabling\n[ 0.834415] Magic number: 2:563:979\n[ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244)\n[ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.839377] EDD information not available.\n[ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.883669] Write protecting the kernel read-only data: 12288k\n[ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.907060] systemd-udevd[107]: starting version 204\n[ 0.948516] FDC 0 is a S82078B\n[ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.265878] usb 1-1: Product: QEMU USB Tablet\n[ 1.267177] usb 1-1: Manufacturer: QEMU\n[ 1.268286] usb 1-1: SerialNumber: 42\n[ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz\n[ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds.\ncloud-init-nonet[3.13]: 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 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 * 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 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 ]\n * Starting Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c |\nci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 |\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:\n6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .=o.o |\n| . *. . |\n| E o |\n| . . |\n| S ... ...|\n| o ...+ +|\n| o . + = |\n| . . + o|\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:\n49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| + . oo. |\n| o o . +..|\n| . . . o +.|\n| S . *..|\n| o.+ |\n| *. |\n| .= |\n| E+. |\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:\nb3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .++o. |\n|...o E |\n| oo |\n|. o.. . |\n| +o+ S |\n| .o.o. o |\n| = .o. |\n| +oo |\n| oo. |\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:\n79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0\nThe key's randomart image is:\n+--[ED25519 256--+\n|+o . |\n|+.o. o . |\n|oE..o . . |\n|+o+. o |\n|oo. S . |\n|+ = . |\n|o+ o |\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 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 09:57:34 +0000. Up 10.94 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nGenerating locales...\n en_US.UTF-8... up-to-date\nGeneration complete.\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 ]\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589\nOK\n+ apt-get update\nIgn http://repo.cw-ngv.com binary/ InRelease\n\nUbuntu 14.04.5 LTS bono-0 ttyS0\n\nbono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B]\nGet:2 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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]\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\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 [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 8s (1433 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB]\nGet:21 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: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://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 14s (3736 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 7981\nclearwater-socket-factory-sig start/running, process 7989\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 2s (14.0 MB/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.203\n++ echo 172.30.9.203\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.203\n++ ip2rr 172.30.9.210\n++ echo 172.30.9.210\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.210\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+ echo 'nameserver 192.168.0.9'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\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.8771\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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 (DSA)\nec2: 256 b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 (ECDSA)\nec2: 256 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 (ED25519)\nec2: 2048 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCAL/skxwvJuKpTgV2ImgZj0ROS8j6dpYGB3bXUfGSKPbktOBOCHI9mM5GUIxFd7fYFnz0akvsJvkXF9/JFmKN8= root@bono-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM1I3JdK3JXP+Y7TkeaenrwLaMn62+dZvNRMjDuPsJPO root@bono-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT7Gkk6Li4uFsTmAT07ntiulkp6vgDBfecimcnBt31AeMzLCEyTE0SrXFymdOUL7yCnj3U8txvVvQ3GlVvRpxaJdyjTqDUB5flSx4W/agsui+YFEBvxr6WHlWbB1oqrBREHzn0HSa7bufAvVH9eTXBc4gRMkaWLCbGi9Pmjk/NhFZ0sjukMQgC0fJcqY5mYklC5EM4Jgkookmqe4cjNpvQKXO1srD08qYvdwg5z6mSUTy0xEXxbw1b1ZVEqd2pU0CJf4kR+DKshTscCVshUZC6cJzwZ4zk/EKYZxcEZXbhFGVkR9uasoCOZ5VdM5thhxGA4xGvtnOT/t8edVCNifJ root@bono-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:59:33 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 129.60 seconds\n"} 2018-09-02 09:59:43,327 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-7a6d884b-7413-4259-8e72-df1c94cbbdde 2018-09-02 09:59:43,327 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0855240821838s 2018-09-02 09:59:43,329 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e/action used request id req-7a6d884b-7413-4259-8e72-df1c94cbbdde 2018-09-02 09:59:43,330 - 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.009665] Security Framework initialized [ 0.012025] AppArmor: AppArmor initialized [ 0.013539] Yama: becoming mindful. [ 0.015001] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017848] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020884] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.026696] Initializing cgroup subsys memory [ 0.028007] Initializing cgroup subsys devices [ 0.029668] Initializing cgroup subsys freezer [ 0.032006] Initializing cgroup subsys blkio [ 0.033596] Initializing cgroup subsys perf_event [ 0.035249] Initializing cgroup subsys hugetlb [ 0.036093] FEATURE SPEC_CTRL Not Present [ 0.038277] mce: CPU supports 10 MCE banks [ 0.040040] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040040] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.044010] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.046192] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.048095] Speculative Store Bypass: Vulnerable [ 0.052618] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060020] ACPI: Core revision 20131115 [ 0.062145] ACPI: All ACPI Tables successfully acquired [ 0.064072] ftrace: allocating 28717 entries in 113 pages [ 0.084418] smpboot: Max logical packages: 2 [ 0.088005] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.090189] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.092300] Enabling x2apic [ 0.093422] Enabled x2apic [ 0.096014] Switched APIC routing to physical x2apic. [ 0.099199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.100003] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.105657] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.114617] KVM setup paravirtual spinlock [ 0.118223] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.120210] x86: Booting SMP configuration: [ 0.121542] .... node #0, CPUs: #1[ 0.118163] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.136025] KVM setup async PF for cpu 1 [ 0.136042] x86: Booted up 1 node, 2 CPUs [ 0.136046] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.140000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.142933] devtmpfs: initialized [ 0.146790] EVM: security.selinux [ 0.147846] EVM: security.SMACK64 [ 0.148003] EVM: security.ima [ 0.149009] EVM: security.capability [ 0.150160] pinctrl core: initialized pinctrl subsystem [ 0.152060] regulator-dummy: no parameters [ 0.153372] RTC time: 9:57:24, date: 09/02/18 [ 0.154741] NET: Registered protocol family 16 [ 0.156132] cpuidle: using governor ladder [ 0.157366] cpuidle: using governor menu [ 0.158750] ACPI: bus type PCI registered [ 0.160009] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.162162] PCI: Using configuration type 1 for base access [ 0.164579] bio: create slab at 0 [ 0.165337] ACPI: Added _OSI(Module Device) [ 0.165337] ACPI: Added _OSI(Processor Device) [ 0.168003] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.169258] ACPI: Added _OSI(Processor Aggregator Device) [ 0.172003] ACPI: Interpreter enabled [ 0.173082] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.175609] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.177664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.180004] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.184008] ACPI: (supports S0 S5) [ 0.185239] ACPI: Using IOAPIC for interrupt routing [ 0.186907] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.188202] ACPI: No dock devices found. [ 0.191226] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.192008] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.194203] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.196020] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.199645] acpiphp: Slot [3] registered [ 0.200025] acpiphp: Slot [4] registered [ 0.201291] acpiphp: Slot [5] registered [ 0.202639] acpiphp: Slot [6] registered [ 0.203977] acpiphp: Slot [7] registered [ 0.204022] acpiphp: Slot [8] registered [ 0.205349] acpiphp: Slot [9] registered [ 0.206681] acpiphp: Slot [10] registered [ 0.208022] acpiphp: Slot [11] registered [ 0.209374] acpiphp: Slot [12] registered [ 0.210825] acpiphp: Slot [13] registered [ 0.212030] acpiphp: Slot [14] registered [ 0.213379] acpiphp: Slot [15] registered [ 0.214716] acpiphp: Slot [16] registered [ 0.216029] acpiphp: Slot [17] registered [ 0.217382] acpiphp: Slot [18] registered [ 0.218726] acpiphp: Slot [19] registered [ 0.220027] acpiphp: Slot [20] registered [ 0.221371] acpiphp: Slot [21] registered [ 0.222712] acpiphp: Slot [22] registered [ 0.224027] acpiphp: Slot [23] registered [ 0.225375] acpiphp: Slot [24] registered [ 0.226720] acpiphp: Slot [25] registered [ 0.228021] acpiphp: Slot [26] registered [ 0.229353] acpiphp: Slot [27] registered [ 0.230694] acpiphp: Slot [28] registered [ 0.232021] acpiphp: Slot [29] registered [ 0.233348] acpiphp: Slot [30] registered [ 0.234694] acpiphp: Slot [31] registered [ 0.236014] PCI host bridge to bus 0000:00 [ 0.237363] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.239054] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.240004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.241874] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.243920] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.244004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.252125] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.254511] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.283558] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.285079] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.287379] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.289061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.291336] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.292858] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.294905] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.294905] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.296004] vgaarb: loaded [ 0.297083] vgaarb: bridge control possible 0000:00:02.0 [ 0.299028] SCSI subsystem initialized [ 0.300166] ACPI: bus type USB registered [ 0.301464] usbcore: registered new interface driver usbfs [ 0.303184] usbcore: registered new interface driver hub [ 0.304068] usbcore: registered new device driver usb [ 0.305734] PCI: Using ACPI for IRQ routing [ 0.305819] NetLabel: Initializing [ 0.308007] NetLabel: domain hash size = 128 [ 0.309418] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.311052] NetLabel: unlabeled traffic allowed by default [ 0.312209] Switched to clocksource kvm-clock [ 0.321354] AppArmor: AppArmor Filesystem Enabled [ 0.322935] pnp: PnP ACPI init [ 0.324052] ACPI: bus type PNP registered [ 0.325884] pnp: PnP ACPI: found 8 devices [ 0.327250] ACPI: bus type PNP unregistered [ 0.334945] NET: Registered protocol family 2 [ 0.336694] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.339200] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.341431] TCP: Hash tables configured (established 16384 bind 16384) [ 0.343556] TCP: reno registered [ 0.344698] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.346557] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.348600] NET: Registered protocol family 1 [ 0.350045] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.351895] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.353686] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.376437] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.400073] Trying to unpack rootfs image as initramfs... [ 0.503173] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.506048] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.507861] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.509846] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.512410] Scanning for low memory corruption every 60 seconds [ 0.514321] Initialise system trusted keyring [ 0.515535] audit: initializing netlink socket (disabled) [ 0.516954] type=2000 audit(1535882244.492:1): initialized [ 0.537788] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.540389] zbud: loaded [ 0.541459] VFS: Disk quotas dquot_6.5.2 [ 0.542619] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.544611] fuse init (API version 7.22) [ 0.545807] msgmni has been set to 3997 [ 0.546972] Key type big_key registered [ 0.548549] Key type asymmetric registered [ 0.549734] Asymmetric key parser 'x509' registered [ 0.551052] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.553129] io scheduler noop registered [ 0.554204] io scheduler deadline registered (default) [ 0.555549] io scheduler cfq registered [ 0.556729] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.558226] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.559985] ipmi message handler version 39.2 [ 0.561258] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.563332] ACPI: Power Button [PWRF] [ 0.564602] GHES: HEST is not enabled! [ 0.594567] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.656412] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.679000] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.681141] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.704919] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.707962] Linux agpgart interface v0.103 [ 0.710329] brd: module loaded [ 0.711670] loop: module loaded [ 0.713013] blk-mq: CPU -> queue map [ 0.714246] CPU 0 -> Queue 0 [ 0.715325] CPU 1 -> Queue 0 [ 0.717260] vda: vda1 [ 0.718974] scsi0 : ata_piix [ 0.720137] scsi1 : ata_piix [ 0.721221] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.723109] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.725158] libphy: Fixed MDIO Bus: probed [ 0.726630] tun: Universal TUN/TAP device driver, 1.6 [ 0.728121] tun: (C) 1999-2004 Max Krasnyansky [ 0.731833] PPP generic driver version 2.4.2 [ 0.733347] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.735354] ehci-pci: EHCI PCI platform driver [ 0.736903] ehci-platform: EHCI generic platform driver [ 0.738579] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.740484] ohci-pci: OHCI PCI platform driver [ 0.741946] ohci-platform: OHCI generic platform driver [ 0.743766] uhci_hcd: USB Universal Host Controller Interface driver [ 0.766772] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.768559] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.771081] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.772723] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.774915] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.777417] usb usb1: Product: UHCI Host Controller [ 0.779066] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.781145] usb usb1: SerialNumber: 0000:00:01.2 [ 0.782746] hub 1-0:1.0: USB hub found [ 0.783867] hub 1-0:1.0: 2 ports detected [ 0.785118] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.787952] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.789315] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.790869] mousedev: PS/2 mouse device common for all mice [ 0.792649] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.795185] rtc_cmos 00:00: RTC can wake from S4 [ 0.796734] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.798336] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.800029] device-mapper: uevent: version 1.0.3 [ 0.801328] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.803548] ledtrig-cpu: registered to indicate activity on CPUs [ 0.805157] TCP: cubic registered [ 0.806202] NET: Registered protocol family 10 [ 0.807665] NET: Registered protocol family 17 [ 0.808873] Key type dns_resolver registered [ 0.810271] Loading compiled-in X.509 certificates [ 0.819199] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.821681] registered taskstats version 1 [ 0.824681] Key type trusted registered [ 0.828752] Key type encrypted registered [ 0.829884] AppArmor: AppArmor sha1 policy hashing enabled [ 0.831281] IMA: No TPM chip found, activating TPM-bypass! [ 0.833263] regulator-dummy: disabling [ 0.834415] Magic number: 2:563:979 [ 0.835583] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:24 UTC (1535882244) [ 0.837836] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.839377] EDD information not available. [ 0.881500] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.883669] Write protecting the kernel read-only data: 12288k [ 0.885914] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.889296] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.907060] systemd-udevd[107]: starting version 204 [ 0.948516] FDC 0 is a S82078B [ 1.096109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.261883] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.263937] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.265878] usb 1-1: Product: QEMU USB Tablet [ 1.267177] usb 1-1: Manufacturer: QEMU [ 1.268286] usb 1-1: SerialNumber: 42 [ 1.504060] tsc: Refined TSC clocksource calibration: 3491.834 MHz [ 1.989300] 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.308483] 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.419172] 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.515116] 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 09:57:26 +0000. Up 2.97 seconds. cloud-init-nonet[3.13]: 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 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 ] * 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 load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] cloud-init-nonet[4.14]: 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 09:57:27 +0000. Up 4.27 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:3b:0c:0c | ci-info: | eth0 | True | 192.168.0.11 | 255.255.255.0 | fa:16:3e:65:61:f0 | 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: 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 The key's randomart image is: +--[ RSA 2048]----+ | .=o.o | | . *. . | | E o | | . . | | S ... ...| | o ...+ +| | o . + = | | . . + 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: 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 The key's randomart image is: +--[ DSA 1024]----+ | .o. | | + . oo. | | o o . +..| | . . . o +.| | S . *..| | o.+ | | *. | | .= | | E+. | +-----------------+ 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: b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 The key's randomart image is: +--[ECDSA 256]---+ | .++o. | |...o E | | oo | |. o.. . | | +o+ S | | .o.o. o | | = .o. | | +oo | | oo. | +-----------------+ 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: 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 The key's randomart image is: +--[ED25519 256--+ |+o . | |+.o. o . | |oE..o . . | |+o+. o | |oo. 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 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 09:57:34 +0000. Up 10.94 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Generating locales... en_US.UTF-8... up-to-date Generation complete. * 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 ] Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:35 +0000. Up 11.91 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 15533 0 --:--:-- --:--:-- --:--:-- 15589 OK + apt-get update Ign http://repo.cw-ngv.com binary/ InRelease Ubuntu 14.04.5 LTS bono-0 ttyS0 bono-0 login: Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://repo.cw-ngv.com binary/ Release [1219 B] Get:3 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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] 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 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 [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 8s (1433 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 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/ sprout-libs 1.0-180328.134516 [2380 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 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/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:14 http://repo.cw-ngv.com/stable/ binary/ bono 1.0-180328.134516 [2231 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/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libevent-core-2.0-5 amd64 2.0.21-stable-1ubuntu1.14.04.2 [78.4 kB] Get:21 http://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:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 kB] Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main 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 14s (3736 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 7981 clearwater-socket-factory-sig start/running, process 7989 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 2s (14.0 MB/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.203 ++ echo 172.30.9.203 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.203 ++ ip2rr 172.30.9.210 ++ echo 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.210 ++ ip2rr 172.30.9.210 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.210 ++ echo A 172.30.9.210 + echo 'nameserver 192.168.0.9' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + service dnsmasq force-reload * Restarting DNS forwarder and DHCP server dnsmasq ...done. mv: cannot move ���/run/resolvconf/resolv.conf_new.8771��� 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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 49:d9:fc:e7:eb:1b:93:13:c4:3b:1c:48:3d:f4:9e:ae root@bono-0 (DSA) ec2: 256 b3:0e:48:b6:33:bf:93:41:1a:1a:83:51:53:18:3e:d5 root@bono-0 (ECDSA) ec2: 256 79:80:e0:a9:a4:16:42:02:ab:6a:cd:98:42:25:16:9e root@bono-0 (ED25519) ec2: 2048 6b:47:77:bd:89:0f:fd:b9:14:0a:c0:40:d1:0d:e2:99 root@bono-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCAL/skxwvJuKpTgV2ImgZj0ROS8j6dpYGB3bXUfGSKPbktOBOCHI9mM5GUIxFd7fYFnz0akvsJvkXF9/JFmKN8= root@bono-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM1I3JdK3JXP+Y7TkeaenrwLaMn62+dZvNRMjDuPsJPO root@bono-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKT7Gkk6Li4uFsTmAT07ntiulkp6vgDBfecimcnBt31AeMzLCEyTE0SrXFymdOUL7yCnj3U8txvVvQ3GlVvRpxaJdyjTqDUB5flSx4W/agsui+YFEBvxr6WHlWbB1oqrBREHzn0HSa7bufAvVH9eTXBc4gRMkaWLCbGi9Pmjk/NhFZ0sjukMQgC0fJcqY5mYklC5EM4Jgkookmqe4cjNpvQKXO1srD08qYvdwg5z6mSUTy0xEXxbw1b1ZVEqd2pU0CJf4kR+DKshTscCVshUZC6cJzwZ4zk/EKYZxcEZXbhFGVkR9uasoCOZ5VdM5thhxGA4xGvtnOT/t8edVCNifJ root@bono-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:59:33 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 129.60 seconds 2018-09-02 09:59:43,335 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 09:59:43,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:59:43,337 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:59:44,120 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-f348bcb1-61f4-4e96-b7c2-b2046056b810 x-compute-request-id: req-f348bcb1-61f4-4e96-b7c2-b2046056b810 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:59:44,120 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f348bcb1-61f4-4e96-b7c2-b2046056b810 2018-09-02 09:59:44,120 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784903049469s 2018-09-02 09:59:44,121 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f348bcb1-61f4-4e96-b7c2-b2046056b810 2018-09-02 09:59:44,127 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:59:44,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:59:44,258 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-c4b2e0d7-53b5-4382-9251-ec84314cd8ca x-compute-request-id: req-c4b2e0d7-53b5-4382-9251-ec84314cd8ca Content-Encoding: gzip Content-Length: 20722 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.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008038] Security Framework initialized\n[ 0.009273] AppArmor: AppArmor initialized\n[ 0.010465] Yama: becoming mindful.\n[ 0.012148] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016442] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019133] 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.022164] Initializing cgroup subsys memory\n[ 0.024007] Initializing cgroup subsys devices\n[ 0.025308] Initializing cgroup subsys freezer\n[ 0.026616] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029339] Initializing cgroup subsys hugetlb\n[ 0.030688] FEATURE SPEC_CTRL Not Present\n[ 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042150] Speculative Store Bypass: Vulnerable\n[ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.053403] ACPI: Core revision 20131115\n[ 0.055376] ACPI: All ACPI Tables successfully acquired\n[ 0.056451] ftrace: allocating 28717 entries in 113 pages\n[ 0.076667] smpboot: Max logical packages: 2\n[ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084366] Enabling x2apic\n[ 0.085303] Enabled x2apic\n[ 0.086515] Switched APIC routing to physical x2apic.\n[ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102482] KVM setup paravirtual spinlock\n[ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108247] x86: Booting SMP configuration:\n[ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.124016] KVM setup async PF for cpu 1\n[ 0.124045] x86: Booted up 1 node, 2 CPUs\n[ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.130037] devtmpfs: initialized\n[ 0.133938] EVM: security.selinux\n[ 0.134973] EVM: security.SMACK64\n[ 0.136004] EVM: security.ima\n[ 0.136952] EVM: security.capability\n[ 0.138125] pinctrl core: initialized pinctrl subsystem\n[ 0.140075] regulator-dummy: no parameters\n[ 0.141366] RTC time: 9:57:27, date: 09/02/18\n[ 0.142784] NET: Registered protocol family 16\n[ 0.144211] cpuidle: using governor ladder\n[ 0.145414] cpuidle: using governor menu\n[ 0.146696] ACPI: bus type PCI registered\n[ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.148153] PCI: Using configuration type 1 for base access\n[ 0.150428] bio: create slab at 0\n[ 0.152042] ACPI: Added _OSI(Module Device)\n[ 0.153279] ACPI: Added _OSI(Processor Device)\n[ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155874] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157434] ACPI: Interpreter enabled\n[ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168007] ACPI: (supports S0 S5)\n[ 0.169047] ACPI: Using IOAPIC for interrupt routing\n[ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172208] ACPI: No dock devices found.\n[ 0.175367] 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.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180205] acpiphp: Slot [3] registered\n[ 0.181385] acpiphp: Slot [4] registered\n[ 0.182564] acpiphp: Slot [5] registered\n[ 0.183741] acpiphp: Slot [6] registered\n[ 0.184024] acpiphp: Slot [7] registered\n[ 0.185199] acpiphp: Slot [8] registered\n[ 0.186377] acpiphp: Slot [9] registered\n[ 0.187562] acpiphp: Slot [10] registered\n[ 0.188021] acpiphp: Slot [11] registered\n[ 0.189215] acpiphp: Slot [12] registered\n[ 0.190405] acpiphp: Slot [13] registered\n[ 0.191613] acpiphp: Slot [14] registered\n[ 0.192021] acpiphp: Slot [15] registered\n[ 0.193344] acpiphp: Slot [16] registered\n[ 0.194544] acpiphp: Slot [17] registered\n[ 0.195750] acpiphp: Slot [18] registered\n[ 0.196029] acpiphp: Slot [19] registered\n[ 0.197246] acpiphp: Slot [20] registered\n[ 0.198450] acpiphp: Slot [21] registered\n[ 0.199650] acpiphp: Slot [22] registered\n[ 0.200021] acpiphp: Slot [23] registered\n[ 0.201232] acpiphp: Slot [24] registered\n[ 0.202431] acpiphp: Slot [25] registered\n[ 0.203627] acpiphp: Slot [26] registered\n[ 0.204021] acpiphp: Slot [27] registered\n[ 0.205205] acpiphp: Slot [28] registered\n[ 0.206405] acpiphp: Slot [29] registered\n[ 0.207597] acpiphp: Slot [30] registered\n[ 0.208037] acpiphp: Slot [31] registered\n[ 0.209242] PCI host bridge to bus 0000:00\n[ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.264004] vgaarb: loaded\n[ 0.264889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.266697] SCSI subsystem initialized\n[ 0.268079] ACPI: bus type USB registered\n[ 0.269281] usbcore: registered new interface driver usbfs\n[ 0.270795] usbcore: registered new interface driver hub\n[ 0.272063] usbcore: registered new device driver usb\n[ 0.273511] PCI: Using ACPI for IRQ routing\n[ 0.273622] NetLabel: Initializing\n[ 0.276007] NetLabel: domain hash size = 128\n[ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.278628] NetLabel: unlabeled traffic allowed by default\n[ 0.280207] Switched to clocksource kvm-clock\n[ 0.288748] AppArmor: AppArmor Filesystem Enabled\n[ 0.290070] pnp: PnP ACPI init\n[ 0.291017] ACPI: bus type PNP registered\n[ 0.292627] pnp: PnP ACPI: found 8 devices\n[ 0.293785] ACPI: bus type PNP unregistered\n[ 0.301813] NET: Registered protocol family 2\n[ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309232] TCP: reno registered\n[ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313722] NET: Registered protocol family 1\n[ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.362849] Trying to unpack rootfs image as initramfs...\n[ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475376] Scanning for low memory corruption every 60 seconds\n[ 0.477537] Initialise system trusted keyring\n[ 0.478910] audit: initializing netlink socket (disabled)\n[ 0.480502] type=2000 audit(1535882247.851:1): initialized\n[ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504668] zbud: loaded\n[ 0.505956] VFS: Disk quotas dquot_6.5.2\n[ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509872] fuse init (API version 7.22)\n[ 0.511149] msgmni has been set to 3997\n[ 0.512399] Key type big_key registered\n[ 0.514013] Key type asymmetric registered\n[ 0.515240] Asymmetric key parser 'x509' registered\n[ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519213] io scheduler noop registered\n[ 0.520412] io scheduler deadline registered (default)\n[ 0.521883] io scheduler cfq registered\n[ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526534] ipmi message handler version 39.2\n[ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530274] ACPI: Power Button [PWRF]\n[ 0.531517] GHES: HEST is not enabled!\n[ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649658] Linux agpgart interface v0.103\n[ 0.652049] brd: module loaded\n[ 0.653561] loop: module loaded\n[ 0.654905] blk-mq: CPU -> queue map\n[ 0.656024] CPU 0 -> Queue 0\n[ 0.656972] CPU 1 -> Queue 0\n[ 0.658755] vda: vda1\n[ 0.660323] scsi0 : ata_piix\n[ 0.661626] scsi1 : ata_piix\n[ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666749] libphy: Fixed MDIO Bus: probed\n[ 0.668118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669524] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672950] PPP generic driver version 2.4.2\n[ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.676068] ehci-pci: EHCI PCI platform driver\n[ 0.677577] ehci-platform: EHCI generic platform driver\n[ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680753] ohci-pci: OHCI PCI platform driver\n[ 0.682057] ohci-platform: OHCI generic platform driver\n[ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716081] usb usb1: Product: UHCI Host Controller\n[ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.719413] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720871] hub 1-0:1.0: USB hub found\n[ 0.722034] hub 1-0:1.0: 2 ports detected\n[ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.729801] mousedev: PS/2 mouse device common for all mice\n[ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.740436] device-mapper: uevent: version 1.0.3\n[ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747152] TCP: cubic registered\n[ 0.748503] NET: Registered protocol family 10\n[ 0.750363] NET: Registered protocol family 17\n[ 0.751948] Key type dns_resolver registered\n[ 0.753641] Loading compiled-in X.509 certificates\n[ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.766237] registered taskstats version 1\n[ 0.769576] Key type trusted registered\n[ 0.773683] Key type encrypted registered\n[ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777025] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.779437] regulator-dummy: disabling\n[ 0.780897] Magic number: 2:563:979\n[ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247)\n[ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787284] EDD information not available.\n[ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823794] Write protecting the kernel read-only data: 12288k\n[ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.843502] systemd-udevd[107]: starting version 204\n[ 0.880922] FDC 0 is a S82078B\n[ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.199916] usb 1-1: Product: QEMU USB Tablet\n[ 1.201156] usb 1-1: Manufacturer: QEMU\n[ 1.202299] usb 1-1: SerialNumber: 42\n[ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.53]: 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 * Starting Bridge udev events into upstart[74G[ OK ]\n[ 3.588217] systemd-udevd[376]: starting version 204\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 * Stopping set sysctls from /etc/sysctl.conf[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 ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.70]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b |\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:\n92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o..o |\n| o .E + |\n| . o +.+ |\n| o . oo++ o |\n|. . o *.S= |\n| . +.o. |\n| . .. |\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:\n30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . =O|\n| . ..+=|\n| o . . o.+|\n| * o Eoo|\n| . S .= |\n| .. .|\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:\nda:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| o. .. |\n| ...Eo |\n| . o.=.o|\n| S . +ooo|\n| + . 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:\n4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..+E.o.+. |\n| + oo =++ |\n| o .o +o= |\n| . * . |\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 Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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)\n"} 2018-09-02 09:59:44,260 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-c4b2e0d7-53b5-4382-9251-ec84314cd8ca 2018-09-02 09:59:44,260 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.132462024689s 2018-09-02 09:59:44,262 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-c4b2e0d7-53b5-4382-9251-ec84314cd8ca 2018-09-02 09:59:44,262 - 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.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008038] Security Framework initialized [ 0.009273] AppArmor: AppArmor initialized [ 0.010465] Yama: becoming mindful. [ 0.012148] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016442] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019133] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022164] Initializing cgroup subsys memory [ 0.024007] Initializing cgroup subsys devices [ 0.025308] Initializing cgroup subsys freezer [ 0.026616] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029339] Initializing cgroup subsys hugetlb [ 0.030688] FEATURE SPEC_CTRL Not Present [ 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042150] Speculative Store Bypass: Vulnerable [ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.053403] ACPI: Core revision 20131115 [ 0.055376] ACPI: All ACPI Tables successfully acquired [ 0.056451] ftrace: allocating 28717 entries in 113 pages [ 0.076667] smpboot: Max logical packages: 2 [ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084366] Enabling x2apic [ 0.085303] Enabled x2apic [ 0.086515] Switched APIC routing to physical x2apic. [ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102482] KVM setup paravirtual spinlock [ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108247] x86: Booting SMP configuration: [ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124016] KVM setup async PF for cpu 1 [ 0.124045] x86: Booted up 1 node, 2 CPUs [ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.130037] devtmpfs: initialized [ 0.133938] EVM: security.selinux [ 0.134973] EVM: security.SMACK64 [ 0.136004] EVM: security.ima [ 0.136952] EVM: security.capability [ 0.138125] pinctrl core: initialized pinctrl subsystem [ 0.140075] regulator-dummy: no parameters [ 0.141366] RTC time: 9:57:27, date: 09/02/18 [ 0.142784] NET: Registered protocol family 16 [ 0.144211] cpuidle: using governor ladder [ 0.145414] cpuidle: using governor menu [ 0.146696] ACPI: bus type PCI registered [ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.148153] PCI: Using configuration type 1 for base access [ 0.150428] bio: create slab at 0 [ 0.152042] ACPI: Added _OSI(Module Device) [ 0.153279] ACPI: Added _OSI(Processor Device) [ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155874] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157434] ACPI: Interpreter enabled [ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168007] ACPI: (supports S0 S5) [ 0.169047] ACPI: Using IOAPIC for interrupt routing [ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172208] ACPI: No dock devices found. [ 0.175367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180205] acpiphp: Slot [3] registered [ 0.181385] acpiphp: Slot [4] registered [ 0.182564] acpiphp: Slot [5] registered [ 0.183741] acpiphp: Slot [6] registered [ 0.184024] acpiphp: Slot [7] registered [ 0.185199] acpiphp: Slot [8] registered [ 0.186377] acpiphp: Slot [9] registered [ 0.187562] acpiphp: Slot [10] registered [ 0.188021] acpiphp: Slot [11] registered [ 0.189215] acpiphp: Slot [12] registered [ 0.190405] acpiphp: Slot [13] registered [ 0.191613] acpiphp: Slot [14] registered [ 0.192021] acpiphp: Slot [15] registered [ 0.193344] acpiphp: Slot [16] registered [ 0.194544] acpiphp: Slot [17] registered [ 0.195750] acpiphp: Slot [18] registered [ 0.196029] acpiphp: Slot [19] registered [ 0.197246] acpiphp: Slot [20] registered [ 0.198450] acpiphp: Slot [21] registered [ 0.199650] acpiphp: Slot [22] registered [ 0.200021] acpiphp: Slot [23] registered [ 0.201232] acpiphp: Slot [24] registered [ 0.202431] acpiphp: Slot [25] registered [ 0.203627] acpiphp: Slot [26] registered [ 0.204021] acpiphp: Slot [27] registered [ 0.205205] acpiphp: Slot [28] registered [ 0.206405] acpiphp: Slot [29] registered [ 0.207597] acpiphp: Slot [30] registered [ 0.208037] acpiphp: Slot [31] registered [ 0.209242] PCI host bridge to bus 0000:00 [ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.264004] vgaarb: loaded [ 0.264889] vgaarb: bridge control possible 0000:00:02.0 [ 0.266697] SCSI subsystem initialized [ 0.268079] ACPI: bus type USB registered [ 0.269281] usbcore: registered new interface driver usbfs [ 0.270795] usbcore: registered new interface driver hub [ 0.272063] usbcore: registered new device driver usb [ 0.273511] PCI: Using ACPI for IRQ routing [ 0.273622] NetLabel: Initializing [ 0.276007] NetLabel: domain hash size = 128 [ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.278628] NetLabel: unlabeled traffic allowed by default [ 0.280207] Switched to clocksource kvm-clock [ 0.288748] AppArmor: AppArmor Filesystem Enabled [ 0.290070] pnp: PnP ACPI init [ 0.291017] ACPI: bus type PNP registered [ 0.292627] pnp: PnP ACPI: found 8 devices [ 0.293785] ACPI: bus type PNP unregistered [ 0.301813] NET: Registered protocol family 2 [ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309232] TCP: reno registered [ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313722] NET: Registered protocol family 1 [ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.362849] Trying to unpack rootfs image as initramfs... [ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475376] Scanning for low memory corruption every 60 seconds [ 0.477537] Initialise system trusted keyring [ 0.478910] audit: initializing netlink socket (disabled) [ 0.480502] type=2000 audit(1535882247.851:1): initialized [ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504668] zbud: loaded [ 0.505956] VFS: Disk quotas dquot_6.5.2 [ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509872] fuse init (API version 7.22) [ 0.511149] msgmni has been set to 3997 [ 0.512399] Key type big_key registered [ 0.514013] Key type asymmetric registered [ 0.515240] Asymmetric key parser 'x509' registered [ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519213] io scheduler noop registered [ 0.520412] io scheduler deadline registered (default) [ 0.521883] io scheduler cfq registered [ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526534] ipmi message handler version 39.2 [ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530274] ACPI: Power Button [PWRF] [ 0.531517] GHES: HEST is not enabled! [ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649658] Linux agpgart interface v0.103 [ 0.652049] brd: module loaded [ 0.653561] loop: module loaded [ 0.654905] blk-mq: CPU -> queue map [ 0.656024] CPU 0 -> Queue 0 [ 0.656972] CPU 1 -> Queue 0 [ 0.658755] vda: vda1 [ 0.660323] scsi0 : ata_piix [ 0.661626] scsi1 : ata_piix [ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666749] libphy: Fixed MDIO Bus: probed [ 0.668118] tun: Universal TUN/TAP device driver, 1.6 [ 0.669524] tun: (C) 1999-2004 Max Krasnyansky [ 0.672950] PPP generic driver version 2.4.2 [ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.676068] ehci-pci: EHCI PCI platform driver [ 0.677577] ehci-platform: EHCI generic platform driver [ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680753] ohci-pci: OHCI PCI platform driver [ 0.682057] ohci-platform: OHCI generic platform driver [ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver [ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.716081] usb usb1: Product: UHCI Host Controller [ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.719413] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720871] hub 1-0:1.0: USB hub found [ 0.722034] hub 1-0:1.0: 2 ports detected [ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.729801] mousedev: PS/2 mouse device common for all mice [ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734225] rtc_cmos 00:00: RTC can wake from S4 [ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.740436] device-mapper: uevent: version 1.0.3 [ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs [ 0.747152] TCP: cubic registered [ 0.748503] NET: Registered protocol family 10 [ 0.750363] NET: Registered protocol family 17 [ 0.751948] Key type dns_resolver registered [ 0.753641] Loading compiled-in X.509 certificates [ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.766237] registered taskstats version 1 [ 0.769576] Key type trusted registered [ 0.773683] Key type encrypted registered [ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777025] IMA: No TPM chip found, activating TPM-bypass! [ 0.779437] regulator-dummy: disabling [ 0.780897] Magic number: 2:563:979 [ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247) [ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787284] EDD information not available. [ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823794] Write protecting the kernel read-only data: 12288k [ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.843502] systemd-udevd[107]: starting version 204 [ 0.880922] FDC 0 is a S82078B [ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.199916] usb 1-1: Product: QEMU USB Tablet [ 1.201156] usb 1-1: Manufacturer: QEMU [ 1.202299] usb 1-1: SerialNumber: 42 [ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds. cloud-init-nonet[3.53]: 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 ] * Starting Bridge udev events into upstart[74G[ OK ] [ 3.588217] systemd-udevd[376]: starting version 204 * 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 ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.70]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b | 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: 92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | o..o | | o .E + | | . o +.+ | | o . oo++ o | |. . o *.S= | | . +.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: 30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | . =O| | . ..+=| | o . . o.+| | * o Eoo| | . 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: da:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | o. .. | | ...Eo | | . o.=.o| | S . +ooo| | + . 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: 4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | ..+E.o.+. | | + oo =++ | | o .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 Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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 Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] 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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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) 2018-09-02 09:59:44,268 - functest.core.singlevm - DEBUG - try 1: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 09:59:54,279 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 09:59:54,282 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 09:59:55,111 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-eaed2208-0569-45e7-a74a-7f0366958e96 x-compute-request-id: req-eaed2208-0569-45e7-a74a-7f0366958e96 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 09:59:55,111 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eaed2208-0569-45e7-a74a-7f0366958e96 2018-09-02 09:59:55,111 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.832491874695s 2018-09-02 09:59:55,112 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-eaed2208-0569-45e7-a74a-7f0366958e96 2018-09-02 09:59:55,119 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 09:59:55,122 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 09:59:55,200 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 09:59: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-b3b4c518-262f-4b85-a29b-6ca92557d10a x-compute-request-id: req-b3b4c518-262f-4b85-a29b-6ca92557d10a Content-Encoding: gzip Content-Length: 21422 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.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008038] Security Framework initialized\n[ 0.009273] AppArmor: AppArmor initialized\n[ 0.010465] Yama: becoming mindful.\n[ 0.012148] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016442] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019133] 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.022164] Initializing cgroup subsys memory\n[ 0.024007] Initializing cgroup subsys devices\n[ 0.025308] Initializing cgroup subsys freezer\n[ 0.026616] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029339] Initializing cgroup subsys hugetlb\n[ 0.030688] FEATURE SPEC_CTRL Not Present\n[ 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042150] Speculative Store Bypass: Vulnerable\n[ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.053403] ACPI: Core revision 20131115\n[ 0.055376] ACPI: All ACPI Tables successfully acquired\n[ 0.056451] ftrace: allocating 28717 entries in 113 pages\n[ 0.076667] smpboot: Max logical packages: 2\n[ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084366] Enabling x2apic\n[ 0.085303] Enabled x2apic\n[ 0.086515] Switched APIC routing to physical x2apic.\n[ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102482] KVM setup paravirtual spinlock\n[ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108247] x86: Booting SMP configuration:\n[ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.124016] KVM setup async PF for cpu 1\n[ 0.124045] x86: Booted up 1 node, 2 CPUs\n[ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.130037] devtmpfs: initialized\n[ 0.133938] EVM: security.selinux\n[ 0.134973] EVM: security.SMACK64\n[ 0.136004] EVM: security.ima\n[ 0.136952] EVM: security.capability\n[ 0.138125] pinctrl core: initialized pinctrl subsystem\n[ 0.140075] regulator-dummy: no parameters\n[ 0.141366] RTC time: 9:57:27, date: 09/02/18\n[ 0.142784] NET: Registered protocol family 16\n[ 0.144211] cpuidle: using governor ladder\n[ 0.145414] cpuidle: using governor menu\n[ 0.146696] ACPI: bus type PCI registered\n[ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.148153] PCI: Using configuration type 1 for base access\n[ 0.150428] bio: create slab at 0\n[ 0.152042] ACPI: Added _OSI(Module Device)\n[ 0.153279] ACPI: Added _OSI(Processor Device)\n[ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155874] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157434] ACPI: Interpreter enabled\n[ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168007] ACPI: (supports S0 S5)\n[ 0.169047] ACPI: Using IOAPIC for interrupt routing\n[ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172208] ACPI: No dock devices found.\n[ 0.175367] 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.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180205] acpiphp: Slot [3] registered\n[ 0.181385] acpiphp: Slot [4] registered\n[ 0.182564] acpiphp: Slot [5] registered\n[ 0.183741] acpiphp: Slot [6] registered\n[ 0.184024] acpiphp: Slot [7] registered\n[ 0.185199] acpiphp: Slot [8] registered\n[ 0.186377] acpiphp: Slot [9] registered\n[ 0.187562] acpiphp: Slot [10] registered\n[ 0.188021] acpiphp: Slot [11] registered\n[ 0.189215] acpiphp: Slot [12] registered\n[ 0.190405] acpiphp: Slot [13] registered\n[ 0.191613] acpiphp: Slot [14] registered\n[ 0.192021] acpiphp: Slot [15] registered\n[ 0.193344] acpiphp: Slot [16] registered\n[ 0.194544] acpiphp: Slot [17] registered\n[ 0.195750] acpiphp: Slot [18] registered\n[ 0.196029] acpiphp: Slot [19] registered\n[ 0.197246] acpiphp: Slot [20] registered\n[ 0.198450] acpiphp: Slot [21] registered\n[ 0.199650] acpiphp: Slot [22] registered\n[ 0.200021] acpiphp: Slot [23] registered\n[ 0.201232] acpiphp: Slot [24] registered\n[ 0.202431] acpiphp: Slot [25] registered\n[ 0.203627] acpiphp: Slot [26] registered\n[ 0.204021] acpiphp: Slot [27] registered\n[ 0.205205] acpiphp: Slot [28] registered\n[ 0.206405] acpiphp: Slot [29] registered\n[ 0.207597] acpiphp: Slot [30] registered\n[ 0.208037] acpiphp: Slot [31] registered\n[ 0.209242] PCI host bridge to bus 0000:00\n[ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.264004] vgaarb: loaded\n[ 0.264889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.266697] SCSI subsystem initialized\n[ 0.268079] ACPI: bus type USB registered\n[ 0.269281] usbcore: registered new interface driver usbfs\n[ 0.270795] usbcore: registered new interface driver hub\n[ 0.272063] usbcore: registered new device driver usb\n[ 0.273511] PCI: Using ACPI for IRQ routing\n[ 0.273622] NetLabel: Initializing\n[ 0.276007] NetLabel: domain hash size = 128\n[ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.278628] NetLabel: unlabeled traffic allowed by default\n[ 0.280207] Switched to clocksource kvm-clock\n[ 0.288748] AppArmor: AppArmor Filesystem Enabled\n[ 0.290070] pnp: PnP ACPI init\n[ 0.291017] ACPI: bus type PNP registered\n[ 0.292627] pnp: PnP ACPI: found 8 devices\n[ 0.293785] ACPI: bus type PNP unregistered\n[ 0.301813] NET: Registered protocol family 2\n[ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309232] TCP: reno registered\n[ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313722] NET: Registered protocol family 1\n[ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.362849] Trying to unpack rootfs image as initramfs...\n[ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475376] Scanning for low memory corruption every 60 seconds\n[ 0.477537] Initialise system trusted keyring\n[ 0.478910] audit: initializing netlink socket (disabled)\n[ 0.480502] type=2000 audit(1535882247.851:1): initialized\n[ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504668] zbud: loaded\n[ 0.505956] VFS: Disk quotas dquot_6.5.2\n[ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509872] fuse init (API version 7.22)\n[ 0.511149] msgmni has been set to 3997\n[ 0.512399] Key type big_key registered\n[ 0.514013] Key type asymmetric registered\n[ 0.515240] Asymmetric key parser 'x509' registered\n[ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519213] io scheduler noop registered\n[ 0.520412] io scheduler deadline registered (default)\n[ 0.521883] io scheduler cfq registered\n[ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526534] ipmi message handler version 39.2\n[ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530274] ACPI: Power Button [PWRF]\n[ 0.531517] GHES: HEST is not enabled!\n[ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649658] Linux agpgart interface v0.103\n[ 0.652049] brd: module loaded\n[ 0.653561] loop: module loaded\n[ 0.654905] blk-mq: CPU -> queue map\n[ 0.656024] CPU 0 -> Queue 0\n[ 0.656972] CPU 1 -> Queue 0\n[ 0.658755] vda: vda1\n[ 0.660323] scsi0 : ata_piix\n[ 0.661626] scsi1 : ata_piix\n[ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666749] libphy: Fixed MDIO Bus: probed\n[ 0.668118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669524] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672950] PPP generic driver version 2.4.2\n[ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.676068] ehci-pci: EHCI PCI platform driver\n[ 0.677577] ehci-platform: EHCI generic platform driver\n[ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680753] ohci-pci: OHCI PCI platform driver\n[ 0.682057] ohci-platform: OHCI generic platform driver\n[ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716081] usb usb1: Product: UHCI Host Controller\n[ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.719413] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720871] hub 1-0:1.0: USB hub found\n[ 0.722034] hub 1-0:1.0: 2 ports detected\n[ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.729801] mousedev: PS/2 mouse device common for all mice\n[ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.740436] device-mapper: uevent: version 1.0.3\n[ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747152] TCP: cubic registered\n[ 0.748503] NET: Registered protocol family 10\n[ 0.750363] NET: Registered protocol family 17\n[ 0.751948] Key type dns_resolver registered\n[ 0.753641] Loading compiled-in X.509 certificates\n[ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.766237] registered taskstats version 1\n[ 0.769576] Key type trusted registered\n[ 0.773683] Key type encrypted registered\n[ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777025] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.779437] regulator-dummy: disabling\n[ 0.780897] Magic number: 2:563:979\n[ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247)\n[ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787284] EDD information not available.\n[ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823794] Write protecting the kernel read-only data: 12288k\n[ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.843502] systemd-udevd[107]: starting version 204\n[ 0.880922] FDC 0 is a S82078B\n[ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.199916] usb 1-1: Product: QEMU USB Tablet\n[ 1.201156] usb 1-1: Manufacturer: QEMU\n[ 1.202299] usb 1-1: SerialNumber: 42\n[ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.53]: 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 * Starting Bridge udev events into upstart[74G[ OK ]\n[ 3.588217] systemd-udevd[376]: starting version 204\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 * Stopping set sysctls from /etc/sysctl.conf[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 ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.70]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b |\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:\n92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o..o |\n| o .E + |\n| . o +.+ |\n| o . oo++ o |\n|. . o *.S= |\n| . +.o. |\n| . .. |\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:\n30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . =O|\n| . ..+=|\n| o . . o.+|\n| * o Eoo|\n| . S .= |\n| .. .|\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:\nda:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| o. .. |\n| ...Eo |\n| . o.=.o|\n| S . +ooo|\n| + . 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:\n4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..+E.o.+. |\n| + oo =++ |\n| o .o +o= |\n| . * . |\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 Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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\n"} 2018-09-02 09:59:55,202 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-b3b4c518-262f-4b85-a29b-6ca92557d10a 2018-09-02 09:59:55,202 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0824401378632s 2018-09-02 09:59:55,204 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-b3b4c518-262f-4b85-a29b-6ca92557d10a 2018-09-02 09:59:55,205 - 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.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008038] Security Framework initialized [ 0.009273] AppArmor: AppArmor initialized [ 0.010465] Yama: becoming mindful. [ 0.012148] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016442] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019133] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022164] Initializing cgroup subsys memory [ 0.024007] Initializing cgroup subsys devices [ 0.025308] Initializing cgroup subsys freezer [ 0.026616] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029339] Initializing cgroup subsys hugetlb [ 0.030688] FEATURE SPEC_CTRL Not Present [ 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042150] Speculative Store Bypass: Vulnerable [ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.053403] ACPI: Core revision 20131115 [ 0.055376] ACPI: All ACPI Tables successfully acquired [ 0.056451] ftrace: allocating 28717 entries in 113 pages [ 0.076667] smpboot: Max logical packages: 2 [ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084366] Enabling x2apic [ 0.085303] Enabled x2apic [ 0.086515] Switched APIC routing to physical x2apic. [ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102482] KVM setup paravirtual spinlock [ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108247] x86: Booting SMP configuration: [ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124016] KVM setup async PF for cpu 1 [ 0.124045] x86: Booted up 1 node, 2 CPUs [ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.130037] devtmpfs: initialized [ 0.133938] EVM: security.selinux [ 0.134973] EVM: security.SMACK64 [ 0.136004] EVM: security.ima [ 0.136952] EVM: security.capability [ 0.138125] pinctrl core: initialized pinctrl subsystem [ 0.140075] regulator-dummy: no parameters [ 0.141366] RTC time: 9:57:27, date: 09/02/18 [ 0.142784] NET: Registered protocol family 16 [ 0.144211] cpuidle: using governor ladder [ 0.145414] cpuidle: using governor menu [ 0.146696] ACPI: bus type PCI registered [ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.148153] PCI: Using configuration type 1 for base access [ 0.150428] bio: create slab at 0 [ 0.152042] ACPI: Added _OSI(Module Device) [ 0.153279] ACPI: Added _OSI(Processor Device) [ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155874] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157434] ACPI: Interpreter enabled [ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168007] ACPI: (supports S0 S5) [ 0.169047] ACPI: Using IOAPIC for interrupt routing [ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172208] ACPI: No dock devices found. [ 0.175367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180205] acpiphp: Slot [3] registered [ 0.181385] acpiphp: Slot [4] registered [ 0.182564] acpiphp: Slot [5] registered [ 0.183741] acpiphp: Slot [6] registered [ 0.184024] acpiphp: Slot [7] registered [ 0.185199] acpiphp: Slot [8] registered [ 0.186377] acpiphp: Slot [9] registered [ 0.187562] acpiphp: Slot [10] registered [ 0.188021] acpiphp: Slot [11] registered [ 0.189215] acpiphp: Slot [12] registered [ 0.190405] acpiphp: Slot [13] registered [ 0.191613] acpiphp: Slot [14] registered [ 0.192021] acpiphp: Slot [15] registered [ 0.193344] acpiphp: Slot [16] registered [ 0.194544] acpiphp: Slot [17] registered [ 0.195750] acpiphp: Slot [18] registered [ 0.196029] acpiphp: Slot [19] registered [ 0.197246] acpiphp: Slot [20] registered [ 0.198450] acpiphp: Slot [21] registered [ 0.199650] acpiphp: Slot [22] registered [ 0.200021] acpiphp: Slot [23] registered [ 0.201232] acpiphp: Slot [24] registered [ 0.202431] acpiphp: Slot [25] registered [ 0.203627] acpiphp: Slot [26] registered [ 0.204021] acpiphp: Slot [27] registered [ 0.205205] acpiphp: Slot [28] registered [ 0.206405] acpiphp: Slot [29] registered [ 0.207597] acpiphp: Slot [30] registered [ 0.208037] acpiphp: Slot [31] registered [ 0.209242] PCI host bridge to bus 0000:00 [ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.264004] vgaarb: loaded [ 0.264889] vgaarb: bridge control possible 0000:00:02.0 [ 0.266697] SCSI subsystem initialized [ 0.268079] ACPI: bus type USB registered [ 0.269281] usbcore: registered new interface driver usbfs [ 0.270795] usbcore: registered new interface driver hub [ 0.272063] usbcore: registered new device driver usb [ 0.273511] PCI: Using ACPI for IRQ routing [ 0.273622] NetLabel: Initializing [ 0.276007] NetLabel: domain hash size = 128 [ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.278628] NetLabel: unlabeled traffic allowed by default [ 0.280207] Switched to clocksource kvm-clock [ 0.288748] AppArmor: AppArmor Filesystem Enabled [ 0.290070] pnp: PnP ACPI init [ 0.291017] ACPI: bus type PNP registered [ 0.292627] pnp: PnP ACPI: found 8 devices [ 0.293785] ACPI: bus type PNP unregistered [ 0.301813] NET: Registered protocol family 2 [ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309232] TCP: reno registered [ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313722] NET: Registered protocol family 1 [ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.362849] Trying to unpack rootfs image as initramfs... [ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475376] Scanning for low memory corruption every 60 seconds [ 0.477537] Initialise system trusted keyring [ 0.478910] audit: initializing netlink socket (disabled) [ 0.480502] type=2000 audit(1535882247.851:1): initialized [ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504668] zbud: loaded [ 0.505956] VFS: Disk quotas dquot_6.5.2 [ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509872] fuse init (API version 7.22) [ 0.511149] msgmni has been set to 3997 [ 0.512399] Key type big_key registered [ 0.514013] Key type asymmetric registered [ 0.515240] Asymmetric key parser 'x509' registered [ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519213] io scheduler noop registered [ 0.520412] io scheduler deadline registered (default) [ 0.521883] io scheduler cfq registered [ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526534] ipmi message handler version 39.2 [ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530274] ACPI: Power Button [PWRF] [ 0.531517] GHES: HEST is not enabled! [ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649658] Linux agpgart interface v0.103 [ 0.652049] brd: module loaded [ 0.653561] loop: module loaded [ 0.654905] blk-mq: CPU -> queue map [ 0.656024] CPU 0 -> Queue 0 [ 0.656972] CPU 1 -> Queue 0 [ 0.658755] vda: vda1 [ 0.660323] scsi0 : ata_piix [ 0.661626] scsi1 : ata_piix [ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666749] libphy: Fixed MDIO Bus: probed [ 0.668118] tun: Universal TUN/TAP device driver, 1.6 [ 0.669524] tun: (C) 1999-2004 Max Krasnyansky [ 0.672950] PPP generic driver version 2.4.2 [ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.676068] ehci-pci: EHCI PCI platform driver [ 0.677577] ehci-platform: EHCI generic platform driver [ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680753] ohci-pci: OHCI PCI platform driver [ 0.682057] ohci-platform: OHCI generic platform driver [ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver [ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.716081] usb usb1: Product: UHCI Host Controller [ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.719413] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720871] hub 1-0:1.0: USB hub found [ 0.722034] hub 1-0:1.0: 2 ports detected [ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.729801] mousedev: PS/2 mouse device common for all mice [ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734225] rtc_cmos 00:00: RTC can wake from S4 [ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.740436] device-mapper: uevent: version 1.0.3 [ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs [ 0.747152] TCP: cubic registered [ 0.748503] NET: Registered protocol family 10 [ 0.750363] NET: Registered protocol family 17 [ 0.751948] Key type dns_resolver registered [ 0.753641] Loading compiled-in X.509 certificates [ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.766237] registered taskstats version 1 [ 0.769576] Key type trusted registered [ 0.773683] Key type encrypted registered [ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777025] IMA: No TPM chip found, activating TPM-bypass! [ 0.779437] regulator-dummy: disabling [ 0.780897] Magic number: 2:563:979 [ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247) [ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787284] EDD information not available. [ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823794] Write protecting the kernel read-only data: 12288k [ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.843502] systemd-udevd[107]: starting version 204 [ 0.880922] FDC 0 is a S82078B [ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.199916] usb 1-1: Product: QEMU USB Tablet [ 1.201156] usb 1-1: Manufacturer: QEMU [ 1.202299] usb 1-1: SerialNumber: 42 [ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds. cloud-init-nonet[3.53]: 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 ] * Starting Bridge udev events into upstart[74G[ OK ] [ 3.588217] systemd-udevd[376]: starting version 204 * 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 ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.70]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b | 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: 92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | o..o | | o .E + | | . o +.+ | | o . oo++ o | |. . o *.S= | | . +.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: 30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | . =O| | . ..+=| | o . . o.+| | * o Eoo| | . 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: da:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | o. .. | | ...Eo | | . o.=.o| | S . +ooo| | + . 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: 4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | ..+E.o.+. | | + oo =++ | | o .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 Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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 Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] 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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 2018-09-02 09:59:55,210 - functest.core.singlevm - DEBUG - try 2: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 10:00:05,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:05,219 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:05,493 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-220c832c-a7e7-41fb-b864-71d212135937 x-compute-request-id: req-220c832c-a7e7-41fb-b864-71d212135937 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:05,493 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-220c832c-a7e7-41fb-b864-71d212135937 2018-09-02 10:00:05,494 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.276917934418s 2018-09-02 10:00:05,494 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-220c832c-a7e7-41fb-b864-71d212135937 2018-09-02 10:00:05,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:05,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:05,632 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-165a3d60-3978-4f5b-8b39-3cd54214ea4b x-compute-request-id: req-165a3d60-3978-4f5b-8b39-3cd54214ea4b Content-Encoding: gzip Content-Length: 21425 Content-Type: application/json RESP BODY: {"output": " 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.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008038] Security Framework initialized\n[ 0.009273] AppArmor: AppArmor initialized\n[ 0.010465] Yama: becoming mindful.\n[ 0.012148] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016442] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019133] 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.022164] Initializing cgroup subsys memory\n[ 0.024007] Initializing cgroup subsys devices\n[ 0.025308] Initializing cgroup subsys freezer\n[ 0.026616] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029339] Initializing cgroup subsys hugetlb\n[ 0.030688] FEATURE SPEC_CTRL Not Present\n[ 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042150] Speculative Store Bypass: Vulnerable\n[ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.053403] ACPI: Core revision 20131115\n[ 0.055376] ACPI: All ACPI Tables successfully acquired\n[ 0.056451] ftrace: allocating 28717 entries in 113 pages\n[ 0.076667] smpboot: Max logical packages: 2\n[ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084366] Enabling x2apic\n[ 0.085303] Enabled x2apic\n[ 0.086515] Switched APIC routing to physical x2apic.\n[ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102482] KVM setup paravirtual spinlock\n[ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108247] x86: Booting SMP configuration:\n[ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.124016] KVM setup async PF for cpu 1\n[ 0.124045] x86: Booted up 1 node, 2 CPUs\n[ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.130037] devtmpfs: initialized\n[ 0.133938] EVM: security.selinux\n[ 0.134973] EVM: security.SMACK64\n[ 0.136004] EVM: security.ima\n[ 0.136952] EVM: security.capability\n[ 0.138125] pinctrl core: initialized pinctrl subsystem\n[ 0.140075] regulator-dummy: no parameters\n[ 0.141366] RTC time: 9:57:27, date: 09/02/18\n[ 0.142784] NET: Registered protocol family 16\n[ 0.144211] cpuidle: using governor ladder\n[ 0.145414] cpuidle: using governor menu\n[ 0.146696] ACPI: bus type PCI registered\n[ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.148153] PCI: Using configuration type 1 for base access\n[ 0.150428] bio: create slab at 0\n[ 0.152042] ACPI: Added _OSI(Module Device)\n[ 0.153279] ACPI: Added _OSI(Processor Device)\n[ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155874] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157434] ACPI: Interpreter enabled\n[ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168007] ACPI: (supports S0 S5)\n[ 0.169047] ACPI: Using IOAPIC for interrupt routing\n[ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172208] ACPI: No dock devices found.\n[ 0.175367] 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.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180205] acpiphp: Slot [3] registered\n[ 0.181385] acpiphp: Slot [4] registered\n[ 0.182564] acpiphp: Slot [5] registered\n[ 0.183741] acpiphp: Slot [6] registered\n[ 0.184024] acpiphp: Slot [7] registered\n[ 0.185199] acpiphp: Slot [8] registered\n[ 0.186377] acpiphp: Slot [9] registered\n[ 0.187562] acpiphp: Slot [10] registered\n[ 0.188021] acpiphp: Slot [11] registered\n[ 0.189215] acpiphp: Slot [12] registered\n[ 0.190405] acpiphp: Slot [13] registered\n[ 0.191613] acpiphp: Slot [14] registered\n[ 0.192021] acpiphp: Slot [15] registered\n[ 0.193344] acpiphp: Slot [16] registered\n[ 0.194544] acpiphp: Slot [17] registered\n[ 0.195750] acpiphp: Slot [18] registered\n[ 0.196029] acpiphp: Slot [19] registered\n[ 0.197246] acpiphp: Slot [20] registered\n[ 0.198450] acpiphp: Slot [21] registered\n[ 0.199650] acpiphp: Slot [22] registered\n[ 0.200021] acpiphp: Slot [23] registered\n[ 0.201232] acpiphp: Slot [24] registered\n[ 0.202431] acpiphp: Slot [25] registered\n[ 0.203627] acpiphp: Slot [26] registered\n[ 0.204021] acpiphp: Slot [27] registered\n[ 0.205205] acpiphp: Slot [28] registered\n[ 0.206405] acpiphp: Slot [29] registered\n[ 0.207597] acpiphp: Slot [30] registered\n[ 0.208037] acpiphp: Slot [31] registered\n[ 0.209242] PCI host bridge to bus 0000:00\n[ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.264004] vgaarb: loaded\n[ 0.264889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.266697] SCSI subsystem initialized\n[ 0.268079] ACPI: bus type USB registered\n[ 0.269281] usbcore: registered new interface driver usbfs\n[ 0.270795] usbcore: registered new interface driver hub\n[ 0.272063] usbcore: registered new device driver usb\n[ 0.273511] PCI: Using ACPI for IRQ routing\n[ 0.273622] NetLabel: Initializing\n[ 0.276007] NetLabel: domain hash size = 128\n[ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.278628] NetLabel: unlabeled traffic allowed by default\n[ 0.280207] Switched to clocksource kvm-clock\n[ 0.288748] AppArmor: AppArmor Filesystem Enabled\n[ 0.290070] pnp: PnP ACPI init\n[ 0.291017] ACPI: bus type PNP registered\n[ 0.292627] pnp: PnP ACPI: found 8 devices\n[ 0.293785] ACPI: bus type PNP unregistered\n[ 0.301813] NET: Registered protocol family 2\n[ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309232] TCP: reno registered\n[ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313722] NET: Registered protocol family 1\n[ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.362849] Trying to unpack rootfs image as initramfs...\n[ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475376] Scanning for low memory corruption every 60 seconds\n[ 0.477537] Initialise system trusted keyring\n[ 0.478910] audit: initializing netlink socket (disabled)\n[ 0.480502] type=2000 audit(1535882247.851:1): initialized\n[ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504668] zbud: loaded\n[ 0.505956] VFS: Disk quotas dquot_6.5.2\n[ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509872] fuse init (API version 7.22)\n[ 0.511149] msgmni has been set to 3997\n[ 0.512399] Key type big_key registered\n[ 0.514013] Key type asymmetric registered\n[ 0.515240] Asymmetric key parser 'x509' registered\n[ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519213] io scheduler noop registered\n[ 0.520412] io scheduler deadline registered (default)\n[ 0.521883] io scheduler cfq registered\n[ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526534] ipmi message handler version 39.2\n[ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530274] ACPI: Power Button [PWRF]\n[ 0.531517] GHES: HEST is not enabled!\n[ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649658] Linux agpgart interface v0.103\n[ 0.652049] brd: module loaded\n[ 0.653561] loop: module loaded\n[ 0.654905] blk-mq: CPU -> queue map\n[ 0.656024] CPU 0 -> Queue 0\n[ 0.656972] CPU 1 -> Queue 0\n[ 0.658755] vda: vda1\n[ 0.660323] scsi0 : ata_piix\n[ 0.661626] scsi1 : ata_piix\n[ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666749] libphy: Fixed MDIO Bus: probed\n[ 0.668118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669524] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672950] PPP generic driver version 2.4.2\n[ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.676068] ehci-pci: EHCI PCI platform driver\n[ 0.677577] ehci-platform: EHCI generic platform driver\n[ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680753] ohci-pci: OHCI PCI platform driver\n[ 0.682057] ohci-platform: OHCI generic platform driver\n[ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716081] usb usb1: Product: UHCI Host Controller\n[ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.719413] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720871] hub 1-0:1.0: USB hub found\n[ 0.722034] hub 1-0:1.0: 2 ports detected\n[ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.729801] mousedev: PS/2 mouse device common for all mice\n[ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.740436] device-mapper: uevent: version 1.0.3\n[ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747152] TCP: cubic registered\n[ 0.748503] NET: Registered protocol family 10\n[ 0.750363] NET: Registered protocol family 17\n[ 0.751948] Key type dns_resolver registered\n[ 0.753641] Loading compiled-in X.509 certificates\n[ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.766237] registered taskstats version 1\n[ 0.769576] Key type trusted registered\n[ 0.773683] Key type encrypted registered\n[ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777025] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.779437] regulator-dummy: disabling\n[ 0.780897] Magic number: 2:563:979\n[ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247)\n[ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787284] EDD information not available.\n[ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823794] Write protecting the kernel read-only data: 12288k\n[ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.843502] systemd-udevd[107]: starting version 204\n[ 0.880922] FDC 0 is a S82078B\n[ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.199916] usb 1-1: Product: QEMU USB Tablet\n[ 1.201156] usb 1-1: Manufacturer: QEMU\n[ 1.202299] usb 1-1: SerialNumber: 42\n[ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.53]: 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 * Starting Bridge udev events into upstart[74G[ OK ]\n[ 3.588217] systemd-udevd[376]: starting version 204\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 * Stopping set sysctls from /etc/sysctl.conf[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 ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.70]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b |\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:\n92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o..o |\n| o .E + |\n| . o +.+ |\n| o . oo++ o |\n|. . o *.S= |\n| . +.o. |\n| . .. |\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:\n30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . =O|\n| . ..+=|\n| o . . o.+|\n| * o Eoo|\n| . S .= |\n| .. .|\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:\nda:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| o. .. |\n| ...Eo |\n| . o.=.o|\n| S . +ooo|\n| + . 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:\n4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..+E.o.+. |\n| + oo =++ |\n| o .o +o= |\n| . * . |\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 Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 11900\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.\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.\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"} 2018-09-02 10:00:05,635 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-165a3d60-3978-4f5b-8b39-3cd54214ea4b 2018-09-02 10:00:05,635 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.133413791656s 2018-09-02 10:00:05,638 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-165a3d60-3978-4f5b-8b39-3cd54214ea4b 2018-09-02 10:00:05,638 - functest.core.singlevm - DEBUG - console: 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.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008038] Security Framework initialized [ 0.009273] AppArmor: AppArmor initialized [ 0.010465] Yama: becoming mindful. [ 0.012148] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016442] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019133] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022164] Initializing cgroup subsys memory [ 0.024007] Initializing cgroup subsys devices [ 0.025308] Initializing cgroup subsys freezer [ 0.026616] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029339] Initializing cgroup subsys hugetlb [ 0.030688] FEATURE SPEC_CTRL Not Present [ 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042150] Speculative Store Bypass: Vulnerable [ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.053403] ACPI: Core revision 20131115 [ 0.055376] ACPI: All ACPI Tables successfully acquired [ 0.056451] ftrace: allocating 28717 entries in 113 pages [ 0.076667] smpboot: Max logical packages: 2 [ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084366] Enabling x2apic [ 0.085303] Enabled x2apic [ 0.086515] Switched APIC routing to physical x2apic. [ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102482] KVM setup paravirtual spinlock [ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108247] x86: Booting SMP configuration: [ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124016] KVM setup async PF for cpu 1 [ 0.124045] x86: Booted up 1 node, 2 CPUs [ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.130037] devtmpfs: initialized [ 0.133938] EVM: security.selinux [ 0.134973] EVM: security.SMACK64 [ 0.136004] EVM: security.ima [ 0.136952] EVM: security.capability [ 0.138125] pinctrl core: initialized pinctrl subsystem [ 0.140075] regulator-dummy: no parameters [ 0.141366] RTC time: 9:57:27, date: 09/02/18 [ 0.142784] NET: Registered protocol family 16 [ 0.144211] cpuidle: using governor ladder [ 0.145414] cpuidle: using governor menu [ 0.146696] ACPI: bus type PCI registered [ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.148153] PCI: Using configuration type 1 for base access [ 0.150428] bio: create slab at 0 [ 0.152042] ACPI: Added _OSI(Module Device) [ 0.153279] ACPI: Added _OSI(Processor Device) [ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155874] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157434] ACPI: Interpreter enabled [ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168007] ACPI: (supports S0 S5) [ 0.169047] ACPI: Using IOAPIC for interrupt routing [ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172208] ACPI: No dock devices found. [ 0.175367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180205] acpiphp: Slot [3] registered [ 0.181385] acpiphp: Slot [4] registered [ 0.182564] acpiphp: Slot [5] registered [ 0.183741] acpiphp: Slot [6] registered [ 0.184024] acpiphp: Slot [7] registered [ 0.185199] acpiphp: Slot [8] registered [ 0.186377] acpiphp: Slot [9] registered [ 0.187562] acpiphp: Slot [10] registered [ 0.188021] acpiphp: Slot [11] registered [ 0.189215] acpiphp: Slot [12] registered [ 0.190405] acpiphp: Slot [13] registered [ 0.191613] acpiphp: Slot [14] registered [ 0.192021] acpiphp: Slot [15] registered [ 0.193344] acpiphp: Slot [16] registered [ 0.194544] acpiphp: Slot [17] registered [ 0.195750] acpiphp: Slot [18] registered [ 0.196029] acpiphp: Slot [19] registered [ 0.197246] acpiphp: Slot [20] registered [ 0.198450] acpiphp: Slot [21] registered [ 0.199650] acpiphp: Slot [22] registered [ 0.200021] acpiphp: Slot [23] registered [ 0.201232] acpiphp: Slot [24] registered [ 0.202431] acpiphp: Slot [25] registered [ 0.203627] acpiphp: Slot [26] registered [ 0.204021] acpiphp: Slot [27] registered [ 0.205205] acpiphp: Slot [28] registered [ 0.206405] acpiphp: Slot [29] registered [ 0.207597] acpiphp: Slot [30] registered [ 0.208037] acpiphp: Slot [31] registered [ 0.209242] PCI host bridge to bus 0000:00 [ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.264004] vgaarb: loaded [ 0.264889] vgaarb: bridge control possible 0000:00:02.0 [ 0.266697] SCSI subsystem initialized [ 0.268079] ACPI: bus type USB registered [ 0.269281] usbcore: registered new interface driver usbfs [ 0.270795] usbcore: registered new interface driver hub [ 0.272063] usbcore: registered new device driver usb [ 0.273511] PCI: Using ACPI for IRQ routing [ 0.273622] NetLabel: Initializing [ 0.276007] NetLabel: domain hash size = 128 [ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.278628] NetLabel: unlabeled traffic allowed by default [ 0.280207] Switched to clocksource kvm-clock [ 0.288748] AppArmor: AppArmor Filesystem Enabled [ 0.290070] pnp: PnP ACPI init [ 0.291017] ACPI: bus type PNP registered [ 0.292627] pnp: PnP ACPI: found 8 devices [ 0.293785] ACPI: bus type PNP unregistered [ 0.301813] NET: Registered protocol family 2 [ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309232] TCP: reno registered [ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313722] NET: Registered protocol family 1 [ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.362849] Trying to unpack rootfs image as initramfs... [ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475376] Scanning for low memory corruption every 60 seconds [ 0.477537] Initialise system trusted keyring [ 0.478910] audit: initializing netlink socket (disabled) [ 0.480502] type=2000 audit(1535882247.851:1): initialized [ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504668] zbud: loaded [ 0.505956] VFS: Disk quotas dquot_6.5.2 [ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509872] fuse init (API version 7.22) [ 0.511149] msgmni has been set to 3997 [ 0.512399] Key type big_key registered [ 0.514013] Key type asymmetric registered [ 0.515240] Asymmetric key parser 'x509' registered [ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519213] io scheduler noop registered [ 0.520412] io scheduler deadline registered (default) [ 0.521883] io scheduler cfq registered [ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526534] ipmi message handler version 39.2 [ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530274] ACPI: Power Button [PWRF] [ 0.531517] GHES: HEST is not enabled! [ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649658] Linux agpgart interface v0.103 [ 0.652049] brd: module loaded [ 0.653561] loop: module loaded [ 0.654905] blk-mq: CPU -> queue map [ 0.656024] CPU 0 -> Queue 0 [ 0.656972] CPU 1 -> Queue 0 [ 0.658755] vda: vda1 [ 0.660323] scsi0 : ata_piix [ 0.661626] scsi1 : ata_piix [ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666749] libphy: Fixed MDIO Bus: probed [ 0.668118] tun: Universal TUN/TAP device driver, 1.6 [ 0.669524] tun: (C) 1999-2004 Max Krasnyansky [ 0.672950] PPP generic driver version 2.4.2 [ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.676068] ehci-pci: EHCI PCI platform driver [ 0.677577] ehci-platform: EHCI generic platform driver [ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680753] ohci-pci: OHCI PCI platform driver [ 0.682057] ohci-platform: OHCI generic platform driver [ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver [ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.716081] usb usb1: Product: UHCI Host Controller [ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.719413] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720871] hub 1-0:1.0: USB hub found [ 0.722034] hub 1-0:1.0: 2 ports detected [ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.729801] mousedev: PS/2 mouse device common for all mice [ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734225] rtc_cmos 00:00: RTC can wake from S4 [ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.740436] device-mapper: uevent: version 1.0.3 [ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs [ 0.747152] TCP: cubic registered [ 0.748503] NET: Registered protocol family 10 [ 0.750363] NET: Registered protocol family 17 [ 0.751948] Key type dns_resolver registered [ 0.753641] Loading compiled-in X.509 certificates [ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.766237] registered taskstats version 1 [ 0.769576] Key type trusted registered [ 0.773683] Key type encrypted registered [ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777025] IMA: No TPM chip found, activating TPM-bypass! [ 0.779437] regulator-dummy: disabling [ 0.780897] Magic number: 2:563:979 [ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247) [ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787284] EDD information not available. [ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823794] Write protecting the kernel read-only data: 12288k [ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.843502] systemd-udevd[107]: starting version 204 [ 0.880922] FDC 0 is a S82078B [ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.199916] usb 1-1: Product: QEMU USB Tablet [ 1.201156] usb 1-1: Manufacturer: QEMU [ 1.202299] usb 1-1: SerialNumber: 42 [ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds. cloud-init-nonet[3.53]: 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 ] * Starting Bridge udev events into upstart[74G[ OK ] [ 3.588217] systemd-udevd[376]: starting version 204 * 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 ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.70]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b | 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: 92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | o..o | | o .E + | | . o +.+ | | o . oo++ o | |. . o *.S= | | . +.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: 30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | . =O| | . ..+=| | o . . o.+| | * o Eoo| | . 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: da:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | o. .. | | ...Eo | | . o.=.o| | S . +ooo| | + . 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: 4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | ..+E.o.+. | | + oo =++ | | o .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 Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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 Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] 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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 11900 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. ...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. ...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 2018-09-02 10:00:05,644 - functest.core.singlevm - DEBUG - try 3: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 10:00:15,645 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:15,649 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:16,429 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-096ad08e-b376-42eb-b183-350e6e6bb130 x-compute-request-id: req-096ad08e-b376-42eb-b183-350e6e6bb130 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:16,429 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-096ad08e-b376-42eb-b183-350e6e6bb130 2018-09-02 10:00:16,429 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784007072449s 2018-09-02 10:00:16,430 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-096ad08e-b376-42eb-b183-350e6e6bb130 2018-09-02 10:00:16,438 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:16,440 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:16,552 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-51977224-8898-438e-b7ee-6703a911d77a x-compute-request-id: req-51977224-8898-438e-b7ee-6703a911d77a Content-Encoding: gzip Content-Length: 21265 Content-Type: application/json RESP BODY: {"output": "_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.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008038] Security Framework initialized\n[ 0.009273] AppArmor: AppArmor initialized\n[ 0.010465] Yama: becoming mindful.\n[ 0.012148] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016442] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019133] 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.022164] Initializing cgroup subsys memory\n[ 0.024007] Initializing cgroup subsys devices\n[ 0.025308] Initializing cgroup subsys freezer\n[ 0.026616] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029339] Initializing cgroup subsys hugetlb\n[ 0.030688] FEATURE SPEC_CTRL Not Present\n[ 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042150] Speculative Store Bypass: Vulnerable\n[ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.053403] ACPI: Core revision 20131115\n[ 0.055376] ACPI: All ACPI Tables successfully acquired\n[ 0.056451] ftrace: allocating 28717 entries in 113 pages\n[ 0.076667] smpboot: Max logical packages: 2\n[ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084366] Enabling x2apic\n[ 0.085303] Enabled x2apic\n[ 0.086515] Switched APIC routing to physical x2apic.\n[ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102482] KVM setup paravirtual spinlock\n[ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108247] x86: Booting SMP configuration:\n[ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.124016] KVM setup async PF for cpu 1\n[ 0.124045] x86: Booted up 1 node, 2 CPUs\n[ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.130037] devtmpfs: initialized\n[ 0.133938] EVM: security.selinux\n[ 0.134973] EVM: security.SMACK64\n[ 0.136004] EVM: security.ima\n[ 0.136952] EVM: security.capability\n[ 0.138125] pinctrl core: initialized pinctrl subsystem\n[ 0.140075] regulator-dummy: no parameters\n[ 0.141366] RTC time: 9:57:27, date: 09/02/18\n[ 0.142784] NET: Registered protocol family 16\n[ 0.144211] cpuidle: using governor ladder\n[ 0.145414] cpuidle: using governor menu\n[ 0.146696] ACPI: bus type PCI registered\n[ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.148153] PCI: Using configuration type 1 for base access\n[ 0.150428] bio: create slab at 0\n[ 0.152042] ACPI: Added _OSI(Module Device)\n[ 0.153279] ACPI: Added _OSI(Processor Device)\n[ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155874] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157434] ACPI: Interpreter enabled\n[ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168007] ACPI: (supports S0 S5)\n[ 0.169047] ACPI: Using IOAPIC for interrupt routing\n[ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172208] ACPI: No dock devices found.\n[ 0.175367] 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.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180205] acpiphp: Slot [3] registered\n[ 0.181385] acpiphp: Slot [4] registered\n[ 0.182564] acpiphp: Slot [5] registered\n[ 0.183741] acpiphp: Slot [6] registered\n[ 0.184024] acpiphp: Slot [7] registered\n[ 0.185199] acpiphp: Slot [8] registered\n[ 0.186377] acpiphp: Slot [9] registered\n[ 0.187562] acpiphp: Slot [10] registered\n[ 0.188021] acpiphp: Slot [11] registered\n[ 0.189215] acpiphp: Slot [12] registered\n[ 0.190405] acpiphp: Slot [13] registered\n[ 0.191613] acpiphp: Slot [14] registered\n[ 0.192021] acpiphp: Slot [15] registered\n[ 0.193344] acpiphp: Slot [16] registered\n[ 0.194544] acpiphp: Slot [17] registered\n[ 0.195750] acpiphp: Slot [18] registered\n[ 0.196029] acpiphp: Slot [19] registered\n[ 0.197246] acpiphp: Slot [20] registered\n[ 0.198450] acpiphp: Slot [21] registered\n[ 0.199650] acpiphp: Slot [22] registered\n[ 0.200021] acpiphp: Slot [23] registered\n[ 0.201232] acpiphp: Slot [24] registered\n[ 0.202431] acpiphp: Slot [25] registered\n[ 0.203627] acpiphp: Slot [26] registered\n[ 0.204021] acpiphp: Slot [27] registered\n[ 0.205205] acpiphp: Slot [28] registered\n[ 0.206405] acpiphp: Slot [29] registered\n[ 0.207597] acpiphp: Slot [30] registered\n[ 0.208037] acpiphp: Slot [31] registered\n[ 0.209242] PCI host bridge to bus 0000:00\n[ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.264004] vgaarb: loaded\n[ 0.264889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.266697] SCSI subsystem initialized\n[ 0.268079] ACPI: bus type USB registered\n[ 0.269281] usbcore: registered new interface driver usbfs\n[ 0.270795] usbcore: registered new interface driver hub\n[ 0.272063] usbcore: registered new device driver usb\n[ 0.273511] PCI: Using ACPI for IRQ routing\n[ 0.273622] NetLabel: Initializing\n[ 0.276007] NetLabel: domain hash size = 128\n[ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.278628] NetLabel: unlabeled traffic allowed by default\n[ 0.280207] Switched to clocksource kvm-clock\n[ 0.288748] AppArmor: AppArmor Filesystem Enabled\n[ 0.290070] pnp: PnP ACPI init\n[ 0.291017] ACPI: bus type PNP registered\n[ 0.292627] pnp: PnP ACPI: found 8 devices\n[ 0.293785] ACPI: bus type PNP unregistered\n[ 0.301813] NET: Registered protocol family 2\n[ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309232] TCP: reno registered\n[ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313722] NET: Registered protocol family 1\n[ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.362849] Trying to unpack rootfs image as initramfs...\n[ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475376] Scanning for low memory corruption every 60 seconds\n[ 0.477537] Initialise system trusted keyring\n[ 0.478910] audit: initializing netlink socket (disabled)\n[ 0.480502] type=2000 audit(1535882247.851:1): initialized\n[ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504668] zbud: loaded\n[ 0.505956] VFS: Disk quotas dquot_6.5.2\n[ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509872] fuse init (API version 7.22)\n[ 0.511149] msgmni has been set to 3997\n[ 0.512399] Key type big_key registered\n[ 0.514013] Key type asymmetric registered\n[ 0.515240] Asymmetric key parser 'x509' registered\n[ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519213] io scheduler noop registered\n[ 0.520412] io scheduler deadline registered (default)\n[ 0.521883] io scheduler cfq registered\n[ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526534] ipmi message handler version 39.2\n[ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530274] ACPI: Power Button [PWRF]\n[ 0.531517] GHES: HEST is not enabled!\n[ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649658] Linux agpgart interface v0.103\n[ 0.652049] brd: module loaded\n[ 0.653561] loop: module loaded\n[ 0.654905] blk-mq: CPU -> queue map\n[ 0.656024] CPU 0 -> Queue 0\n[ 0.656972] CPU 1 -> Queue 0\n[ 0.658755] vda: vda1\n[ 0.660323] scsi0 : ata_piix\n[ 0.661626] scsi1 : ata_piix\n[ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666749] libphy: Fixed MDIO Bus: probed\n[ 0.668118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669524] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672950] PPP generic driver version 2.4.2\n[ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.676068] ehci-pci: EHCI PCI platform driver\n[ 0.677577] ehci-platform: EHCI generic platform driver\n[ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680753] ohci-pci: OHCI PCI platform driver\n[ 0.682057] ohci-platform: OHCI generic platform driver\n[ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716081] usb usb1: Product: UHCI Host Controller\n[ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.719413] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720871] hub 1-0:1.0: USB hub found\n[ 0.722034] hub 1-0:1.0: 2 ports detected\n[ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.729801] mousedev: PS/2 mouse device common for all mice\n[ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.740436] device-mapper: uevent: version 1.0.3\n[ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747152] TCP: cubic registered\n[ 0.748503] NET: Registered protocol family 10\n[ 0.750363] NET: Registered protocol family 17\n[ 0.751948] Key type dns_resolver registered\n[ 0.753641] Loading compiled-in X.509 certificates\n[ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.766237] registered taskstats version 1\n[ 0.769576] Key type trusted registered\n[ 0.773683] Key type encrypted registered\n[ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777025] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.779437] regulator-dummy: disabling\n[ 0.780897] Magic number: 2:563:979\n[ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247)\n[ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787284] EDD information not available.\n[ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823794] Write protecting the kernel read-only data: 12288k\n[ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.843502] systemd-udevd[107]: starting version 204\n[ 0.880922] FDC 0 is a S82078B\n[ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.199916] usb 1-1: Product: QEMU USB Tablet\n[ 1.201156] usb 1-1: Manufacturer: QEMU\n[ 1.202299] usb 1-1: SerialNumber: 42\n[ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.53]: 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 * Starting Bridge udev events into upstart[74G[ OK ]\n[ 3.588217] systemd-udevd[376]: starting version 204\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 * Stopping set sysctls from /etc/sysctl.conf[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 ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.70]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b |\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:\n92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o..o |\n| o .E + |\n| . o +.+ |\n| o . oo++ o |\n|. . o *.S= |\n| . +.o. |\n| . .. |\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:\n30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . =O|\n| . ..+=|\n| o . . o.+|\n| * o Eoo|\n| . S .= |\n| .. .|\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:\nda:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| o. .. |\n| ...Eo |\n| . o.=.o|\n| S . +ooo|\n| + . 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:\n4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..+E.o.+. |\n| + oo =++ |\n| o .o +o= |\n| . * . |\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 Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 11900\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.\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.\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.\nExiting: cassandra.yaml is missing\nExiting: cassandra.yaml is missing\n ...done.\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12535\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.\n"} 2018-09-02 10:00:16,554 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-51977224-8898-438e-b7ee-6703a911d77a 2018-09-02 10:00:16,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.11680316925s 2018-09-02 10:00:16,557 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-51977224-8898-438e-b7ee-6703a911d77a 2018-09-02 10:00:16,557 - functest.core.singlevm - DEBUG - console: _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.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008038] Security Framework initialized [ 0.009273] AppArmor: AppArmor initialized [ 0.010465] Yama: becoming mindful. [ 0.012148] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016442] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019133] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022164] Initializing cgroup subsys memory [ 0.024007] Initializing cgroup subsys devices [ 0.025308] Initializing cgroup subsys freezer [ 0.026616] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029339] Initializing cgroup subsys hugetlb [ 0.030688] FEATURE SPEC_CTRL Not Present [ 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042150] Speculative Store Bypass: Vulnerable [ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.053403] ACPI: Core revision 20131115 [ 0.055376] ACPI: All ACPI Tables successfully acquired [ 0.056451] ftrace: allocating 28717 entries in 113 pages [ 0.076667] smpboot: Max logical packages: 2 [ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084366] Enabling x2apic [ 0.085303] Enabled x2apic [ 0.086515] Switched APIC routing to physical x2apic. [ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102482] KVM setup paravirtual spinlock [ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108247] x86: Booting SMP configuration: [ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124016] KVM setup async PF for cpu 1 [ 0.124045] x86: Booted up 1 node, 2 CPUs [ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.130037] devtmpfs: initialized [ 0.133938] EVM: security.selinux [ 0.134973] EVM: security.SMACK64 [ 0.136004] EVM: security.ima [ 0.136952] EVM: security.capability [ 0.138125] pinctrl core: initialized pinctrl subsystem [ 0.140075] regulator-dummy: no parameters [ 0.141366] RTC time: 9:57:27, date: 09/02/18 [ 0.142784] NET: Registered protocol family 16 [ 0.144211] cpuidle: using governor ladder [ 0.145414] cpuidle: using governor menu [ 0.146696] ACPI: bus type PCI registered [ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.148153] PCI: Using configuration type 1 for base access [ 0.150428] bio: create slab at 0 [ 0.152042] ACPI: Added _OSI(Module Device) [ 0.153279] ACPI: Added _OSI(Processor Device) [ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155874] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157434] ACPI: Interpreter enabled [ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168007] ACPI: (supports S0 S5) [ 0.169047] ACPI: Using IOAPIC for interrupt routing [ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172208] ACPI: No dock devices found. [ 0.175367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180205] acpiphp: Slot [3] registered [ 0.181385] acpiphp: Slot [4] registered [ 0.182564] acpiphp: Slot [5] registered [ 0.183741] acpiphp: Slot [6] registered [ 0.184024] acpiphp: Slot [7] registered [ 0.185199] acpiphp: Slot [8] registered [ 0.186377] acpiphp: Slot [9] registered [ 0.187562] acpiphp: Slot [10] registered [ 0.188021] acpiphp: Slot [11] registered [ 0.189215] acpiphp: Slot [12] registered [ 0.190405] acpiphp: Slot [13] registered [ 0.191613] acpiphp: Slot [14] registered [ 0.192021] acpiphp: Slot [15] registered [ 0.193344] acpiphp: Slot [16] registered [ 0.194544] acpiphp: Slot [17] registered [ 0.195750] acpiphp: Slot [18] registered [ 0.196029] acpiphp: Slot [19] registered [ 0.197246] acpiphp: Slot [20] registered [ 0.198450] acpiphp: Slot [21] registered [ 0.199650] acpiphp: Slot [22] registered [ 0.200021] acpiphp: Slot [23] registered [ 0.201232] acpiphp: Slot [24] registered [ 0.202431] acpiphp: Slot [25] registered [ 0.203627] acpiphp: Slot [26] registered [ 0.204021] acpiphp: Slot [27] registered [ 0.205205] acpiphp: Slot [28] registered [ 0.206405] acpiphp: Slot [29] registered [ 0.207597] acpiphp: Slot [30] registered [ 0.208037] acpiphp: Slot [31] registered [ 0.209242] PCI host bridge to bus 0000:00 [ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.264004] vgaarb: loaded [ 0.264889] vgaarb: bridge control possible 0000:00:02.0 [ 0.266697] SCSI subsystem initialized [ 0.268079] ACPI: bus type USB registered [ 0.269281] usbcore: registered new interface driver usbfs [ 0.270795] usbcore: registered new interface driver hub [ 0.272063] usbcore: registered new device driver usb [ 0.273511] PCI: Using ACPI for IRQ routing [ 0.273622] NetLabel: Initializing [ 0.276007] NetLabel: domain hash size = 128 [ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.278628] NetLabel: unlabeled traffic allowed by default [ 0.280207] Switched to clocksource kvm-clock [ 0.288748] AppArmor: AppArmor Filesystem Enabled [ 0.290070] pnp: PnP ACPI init [ 0.291017] ACPI: bus type PNP registered [ 0.292627] pnp: PnP ACPI: found 8 devices [ 0.293785] ACPI: bus type PNP unregistered [ 0.301813] NET: Registered protocol family 2 [ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309232] TCP: reno registered [ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313722] NET: Registered protocol family 1 [ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.362849] Trying to unpack rootfs image as initramfs... [ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475376] Scanning for low memory corruption every 60 seconds [ 0.477537] Initialise system trusted keyring [ 0.478910] audit: initializing netlink socket (disabled) [ 0.480502] type=2000 audit(1535882247.851:1): initialized [ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504668] zbud: loaded [ 0.505956] VFS: Disk quotas dquot_6.5.2 [ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509872] fuse init (API version 7.22) [ 0.511149] msgmni has been set to 3997 [ 0.512399] Key type big_key registered [ 0.514013] Key type asymmetric registered [ 0.515240] Asymmetric key parser 'x509' registered [ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519213] io scheduler noop registered [ 0.520412] io scheduler deadline registered (default) [ 0.521883] io scheduler cfq registered [ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526534] ipmi message handler version 39.2 [ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530274] ACPI: Power Button [PWRF] [ 0.531517] GHES: HEST is not enabled! [ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649658] Linux agpgart interface v0.103 [ 0.652049] brd: module loaded [ 0.653561] loop: module loaded [ 0.654905] blk-mq: CPU -> queue map [ 0.656024] CPU 0 -> Queue 0 [ 0.656972] CPU 1 -> Queue 0 [ 0.658755] vda: vda1 [ 0.660323] scsi0 : ata_piix [ 0.661626] scsi1 : ata_piix [ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666749] libphy: Fixed MDIO Bus: probed [ 0.668118] tun: Universal TUN/TAP device driver, 1.6 [ 0.669524] tun: (C) 1999-2004 Max Krasnyansky [ 0.672950] PPP generic driver version 2.4.2 [ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.676068] ehci-pci: EHCI PCI platform driver [ 0.677577] ehci-platform: EHCI generic platform driver [ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680753] ohci-pci: OHCI PCI platform driver [ 0.682057] ohci-platform: OHCI generic platform driver [ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver [ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.716081] usb usb1: Product: UHCI Host Controller [ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.719413] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720871] hub 1-0:1.0: USB hub found [ 0.722034] hub 1-0:1.0: 2 ports detected [ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.729801] mousedev: PS/2 mouse device common for all mice [ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734225] rtc_cmos 00:00: RTC can wake from S4 [ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.740436] device-mapper: uevent: version 1.0.3 [ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs [ 0.747152] TCP: cubic registered [ 0.748503] NET: Registered protocol family 10 [ 0.750363] NET: Registered protocol family 17 [ 0.751948] Key type dns_resolver registered [ 0.753641] Loading compiled-in X.509 certificates [ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.766237] registered taskstats version 1 [ 0.769576] Key type trusted registered [ 0.773683] Key type encrypted registered [ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777025] IMA: No TPM chip found, activating TPM-bypass! [ 0.779437] regulator-dummy: disabling [ 0.780897] Magic number: 2:563:979 [ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247) [ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787284] EDD information not available. [ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823794] Write protecting the kernel read-only data: 12288k [ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.843502] systemd-udevd[107]: starting version 204 [ 0.880922] FDC 0 is a S82078B [ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.199916] usb 1-1: Product: QEMU USB Tablet [ 1.201156] usb 1-1: Manufacturer: QEMU [ 1.202299] usb 1-1: SerialNumber: 42 [ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds. cloud-init-nonet[3.53]: 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 ] * Starting Bridge udev events into upstart[74G[ OK ] [ 3.588217] systemd-udevd[376]: starting version 204 * 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 ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.70]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b | 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: 92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | o..o | | o .E + | | . o +.+ | | o . oo++ o | |. . o *.S= | | . +.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: 30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | . =O| | . ..+=| | o . . o.+| | * o Eoo| | . 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: da:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | o. .. | | ...Eo | | . o.=.o| | S . +ooo| | + . 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: 4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | ..+E.o.+. | | + oo =++ | | o .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 Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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 Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] 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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 11900 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. ...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. ...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. Exiting: cassandra.yaml is missing Exiting: cassandra.yaml is missing ...done. Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12535 * 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. 2018-09-02 10:00:16,563 - functest.core.singlevm - DEBUG - try 4: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 10:00:26,574 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:26,578 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:27,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-ba081266-88ea-466c-a06b-949baaf1315a x-compute-request-id: req-ba081266-88ea-466c-a06b-949baaf1315a Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:27,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ba081266-88ea-466c-a06b-949baaf1315a 2018-09-02 10:00:27,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.877462148666s 2018-09-02 10:00:27,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ba081266-88ea-466c-a06b-949baaf1315a 2018-09-02 10:00:27,460 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:27,463 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:27,540 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-1eaa2a22-6805-4e21-a6f3-6196e4cd1acd x-compute-request-id: req-1eaa2a22-6805-4e21-a6f3-6196e4cd1acd Content-Encoding: gzip Content-Length: 20096 Content-Type: application/json RESP BODY: {"output": " 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.042150] Speculative Store Bypass: Vulnerable\n[ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.053403] ACPI: Core revision 20131115\n[ 0.055376] ACPI: All ACPI Tables successfully acquired\n[ 0.056451] ftrace: allocating 28717 entries in 113 pages\n[ 0.076667] smpboot: Max logical packages: 2\n[ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.084366] Enabling x2apic\n[ 0.085303] Enabled x2apic\n[ 0.086515] Switched APIC routing to physical x2apic.\n[ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.102482] KVM setup paravirtual spinlock\n[ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108247] x86: Booting SMP configuration:\n[ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n[ 0.124016] KVM setup async PF for cpu 1\n[ 0.124045] x86: Booted up 1 node, 2 CPUs\n[ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n\n[ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.130037] devtmpfs: initialized\n[ 0.133938] EVM: security.selinux\n[ 0.134973] EVM: security.SMACK64\n[ 0.136004] EVM: security.ima\n[ 0.136952] EVM: security.capability\n[ 0.138125] pinctrl core: initialized pinctrl subsystem\n[ 0.140075] regulator-dummy: no parameters\n[ 0.141366] RTC time: 9:57:27, date: 09/02/18\n[ 0.142784] NET: Registered protocol family 16\n[ 0.144211] cpuidle: using governor ladder\n[ 0.145414] cpuidle: using governor menu\n[ 0.146696] ACPI: bus type PCI registered\n[ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.148153] PCI: Using configuration type 1 for base access\n[ 0.150428] bio: create slab at 0\n[ 0.152042] ACPI: Added _OSI(Module Device)\n[ 0.153279] ACPI: Added _OSI(Processor Device)\n[ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155874] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157434] ACPI: Interpreter enabled\n[ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168007] ACPI: (supports S0 S5)\n[ 0.169047] ACPI: Using IOAPIC for interrupt routing\n[ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.172208] ACPI: No dock devices found.\n[ 0.175367] 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.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.180205] acpiphp: Slot [3] registered\n[ 0.181385] acpiphp: Slot [4] registered\n[ 0.182564] acpiphp: Slot [5] registered\n[ 0.183741] acpiphp: Slot [6] registered\n[ 0.184024] acpiphp: Slot [7] registered\n[ 0.185199] acpiphp: Slot [8] registered\n[ 0.186377] acpiphp: Slot [9] registered\n[ 0.187562] acpiphp: Slot [10] registered\n[ 0.188021] acpiphp: Slot [11] registered\n[ 0.189215] acpiphp: Slot [12] registered\n[ 0.190405] acpiphp: Slot [13] registered\n[ 0.191613] acpiphp: Slot [14] registered\n[ 0.192021] acpiphp: Slot [15] registered\n[ 0.193344] acpiphp: Slot [16] registered\n[ 0.194544] acpiphp: Slot [17] registered\n[ 0.195750] acpiphp: Slot [18] registered\n[ 0.196029] acpiphp: Slot [19] registered\n[ 0.197246] acpiphp: Slot [20] registered\n[ 0.198450] acpiphp: Slot [21] registered\n[ 0.199650] acpiphp: Slot [22] registered\n[ 0.200021] acpiphp: Slot [23] registered\n[ 0.201232] acpiphp: Slot [24] registered\n[ 0.202431] acpiphp: Slot [25] registered\n[ 0.203627] acpiphp: Slot [26] registered\n[ 0.204021] acpiphp: Slot [27] registered\n[ 0.205205] acpiphp: Slot [28] registered\n[ 0.206405] acpiphp: Slot [29] registered\n[ 0.207597] acpiphp: Slot [30] registered\n[ 0.208037] acpiphp: Slot [31] registered\n[ 0.209242] PCI host bridge to bus 0000:00\n[ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.264004] vgaarb: loaded\n[ 0.264889] vgaarb: bridge control possible 0000:00:02.0\n[ 0.266697] SCSI subsystem initialized\n[ 0.268079] ACPI: bus type USB registered\n[ 0.269281] usbcore: registered new interface driver usbfs\n[ 0.270795] usbcore: registered new interface driver hub\n[ 0.272063] usbcore: registered new device driver usb\n[ 0.273511] PCI: Using ACPI for IRQ routing\n[ 0.273622] NetLabel: Initializing\n[ 0.276007] NetLabel: domain hash size = 128\n[ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.278628] NetLabel: unlabeled traffic allowed by default\n[ 0.280207] Switched to clocksource kvm-clock\n[ 0.288748] AppArmor: AppArmor Filesystem Enabled\n[ 0.290070] pnp: PnP ACPI init\n[ 0.291017] ACPI: bus type PNP registered\n[ 0.292627] pnp: PnP ACPI: found 8 devices\n[ 0.293785] ACPI: bus type PNP unregistered\n[ 0.301813] NET: Registered protocol family 2\n[ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.307395] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.309232] TCP: reno registered\n[ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313722] NET: Registered protocol family 1\n[ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.362849] Trying to unpack rootfs image as initramfs...\n[ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475376] Scanning for low memory corruption every 60 seconds\n[ 0.477537] Initialise system trusted keyring\n[ 0.478910] audit: initializing netlink socket (disabled)\n[ 0.480502] type=2000 audit(1535882247.851:1): initialized\n[ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504668] zbud: loaded\n[ 0.505956] VFS: Disk quotas dquot_6.5.2\n[ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509872] fuse init (API version 7.22)\n[ 0.511149] msgmni has been set to 3997\n[ 0.512399] Key type big_key registered\n[ 0.514013] Key type asymmetric registered\n[ 0.515240] Asymmetric key parser 'x509' registered\n[ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519213] io scheduler noop registered\n[ 0.520412] io scheduler deadline registered (default)\n[ 0.521883] io scheduler cfq registered\n[ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526534] ipmi message handler version 39.2\n[ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530274] ACPI: Power Button [PWRF]\n[ 0.531517] GHES: HEST is not enabled!\n[ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649658] Linux agpgart interface v0.103\n[ 0.652049] brd: module loaded\n[ 0.653561] loop: module loaded\n[ 0.654905] blk-mq: CPU -> queue map\n[ 0.656024] CPU 0 -> Queue 0\n[ 0.656972] CPU 1 -> Queue 0\n[ 0.658755] vda: vda1\n[ 0.660323] scsi0 : ata_piix\n[ 0.661626] scsi1 : ata_piix\n[ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666749] libphy: Fixed MDIO Bus: probed\n[ 0.668118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669524] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672950] PPP generic driver version 2.4.2\n[ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.676068] ehci-pci: EHCI PCI platform driver\n[ 0.677577] ehci-platform: EHCI generic platform driver\n[ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680753] ohci-pci: OHCI PCI platform driver\n[ 0.682057] ohci-platform: OHCI generic platform driver\n[ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716081] usb usb1: Product: UHCI Host Controller\n[ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.719413] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720871] hub 1-0:1.0: USB hub found\n[ 0.722034] hub 1-0:1.0: 2 ports detected\n[ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.729801] mousedev: PS/2 mouse device common for all mice\n[ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.740436] device-mapper: uevent: version 1.0.3\n[ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747152] TCP: cubic registered\n[ 0.748503] NET: Registered protocol family 10\n[ 0.750363] NET: Registered protocol family 17\n[ 0.751948] Key type dns_resolver registered\n[ 0.753641] Loading compiled-in X.509 certificates\n[ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.766237] registered taskstats version 1\n[ 0.769576] Key type trusted registered\n[ 0.773683] Key type encrypted registered\n[ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777025] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.779437] regulator-dummy: disabling\n[ 0.780897] Magic number: 2:563:979\n[ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247)\n[ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787284] EDD information not available.\n[ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823794] Write protecting the kernel read-only data: 12288k\n[ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.843502] systemd-udevd[107]: starting version 204\n[ 0.880922] FDC 0 is a S82078B\n[ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.199916] usb 1-1: Product: QEMU USB Tablet\n[ 1.201156] usb 1-1: Manufacturer: QEMU\n[ 1.202299] usb 1-1: SerialNumber: 42\n[ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.53]: 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 * Starting Bridge udev events into upstart[74G[ OK ]\n[ 3.588217] systemd-udevd[376]: starting version 204\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 * Stopping set sysctls from /etc/sysctl.conf[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 ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.70]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b |\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:\n92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o..o |\n| o .E + |\n| . o +.+ |\n| o . oo++ o |\n|. . o *.S= |\n| . +.o. |\n| . .. |\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:\n30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . =O|\n| . ..+=|\n| o . . o.+|\n| * o Eoo|\n| . S .= |\n| .. .|\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:\nda:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| o. .. |\n| ...Eo |\n| . o.=.o|\n| S . +ooo|\n| + . 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:\n4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..+E.o.+. |\n| + oo =++ |\n| o .o +o= |\n| . * . |\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 Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 11900\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.\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.\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.\nExiting: cassandra.yaml is missing\nExiting: cassandra.yaml is missing\n ...done.\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12535\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\n"} 2018-09-02 10:00:27,542 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-1eaa2a22-6805-4e21-a6f3-6196e4cd1acd 2018-09-02 10:00:27,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.081417798996s 2018-09-02 10:00:27,544 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-1eaa2a22-6805-4e21-a6f3-6196e4cd1acd 2018-09-02 10:00:27,545 - functest.core.singlevm - DEBUG - console: 0.032702] 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.036211] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040013] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.042150] Speculative Store Bypass: Vulnerable [ 0.044934] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.053403] ACPI: Core revision 20131115 [ 0.055376] ACPI: All ACPI Tables successfully acquired [ 0.056451] ftrace: allocating 28717 entries in 113 pages [ 0.076667] smpboot: Max logical packages: 2 [ 0.080004] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.081776] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.084366] Enabling x2apic [ 0.085303] Enabled x2apic [ 0.086515] Switched APIC routing to physical x2apic. [ 0.089283] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.091008] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.093430] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.102482] KVM setup paravirtual spinlock [ 0.107744] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108247] x86: Booting SMP configuration: [ 0.109549] .... node #0, CPUs: #1[ 0.107676] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124016] KVM setup async PF for cpu 1 [ 0.124045] x86: Booted up 1 node, 2 CPUs [ 0.124057] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.128000] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.130037] devtmpfs: initialized [ 0.133938] EVM: security.selinux [ 0.134973] EVM: security.SMACK64 [ 0.136004] EVM: security.ima [ 0.136952] EVM: security.capability [ 0.138125] pinctrl core: initialized pinctrl subsystem [ 0.140075] regulator-dummy: no parameters [ 0.141366] RTC time: 9:57:27, date: 09/02/18 [ 0.142784] NET: Registered protocol family 16 [ 0.144211] cpuidle: using governor ladder [ 0.145414] cpuidle: using governor menu [ 0.146696] ACPI: bus type PCI registered [ 0.147940] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.148153] PCI: Using configuration type 1 for base access [ 0.150428] bio: create slab at 0 [ 0.152042] ACPI: Added _OSI(Module Device) [ 0.153279] ACPI: Added _OSI(Processor Device) [ 0.154553] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155874] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157434] ACPI: Interpreter enabled [ 0.158572] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160780] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.163475] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.165770] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168007] ACPI: (supports S0 S5) [ 0.169047] ACPI: Using IOAPIC for interrupt routing [ 0.170446] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.172208] ACPI: No dock devices found. [ 0.175367] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.176007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.177806] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.179581] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.180205] acpiphp: Slot [3] registered [ 0.181385] acpiphp: Slot [4] registered [ 0.182564] acpiphp: Slot [5] registered [ 0.183741] acpiphp: Slot [6] registered [ 0.184024] acpiphp: Slot [7] registered [ 0.185199] acpiphp: Slot [8] registered [ 0.186377] acpiphp: Slot [9] registered [ 0.187562] acpiphp: Slot [10] registered [ 0.188021] acpiphp: Slot [11] registered [ 0.189215] acpiphp: Slot [12] registered [ 0.190405] acpiphp: Slot [13] registered [ 0.191613] acpiphp: Slot [14] registered [ 0.192021] acpiphp: Slot [15] registered [ 0.193344] acpiphp: Slot [16] registered [ 0.194544] acpiphp: Slot [17] registered [ 0.195750] acpiphp: Slot [18] registered [ 0.196029] acpiphp: Slot [19] registered [ 0.197246] acpiphp: Slot [20] registered [ 0.198450] acpiphp: Slot [21] registered [ 0.199650] acpiphp: Slot [22] registered [ 0.200021] acpiphp: Slot [23] registered [ 0.201232] acpiphp: Slot [24] registered [ 0.202431] acpiphp: Slot [25] registered [ 0.203627] acpiphp: Slot [26] registered [ 0.204021] acpiphp: Slot [27] registered [ 0.205205] acpiphp: Slot [28] registered [ 0.206405] acpiphp: Slot [29] registered [ 0.207597] acpiphp: Slot [30] registered [ 0.208037] acpiphp: Slot [31] registered [ 0.209242] PCI host bridge to bus 0000:00 [ 0.210414] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.211894] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.212004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.213637] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.215382] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.216004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.223847] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.224015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.251004] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.253013] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.255060] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.256988] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.259114] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.260813] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.262628] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.262628] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.264004] vgaarb: loaded [ 0.264889] vgaarb: bridge control possible 0000:00:02.0 [ 0.266697] SCSI subsystem initialized [ 0.268079] ACPI: bus type USB registered [ 0.269281] usbcore: registered new interface driver usbfs [ 0.270795] usbcore: registered new interface driver hub [ 0.272063] usbcore: registered new device driver usb [ 0.273511] PCI: Using ACPI for IRQ routing [ 0.273622] NetLabel: Initializing [ 0.276007] NetLabel: domain hash size = 128 [ 0.277204] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.278628] NetLabel: unlabeled traffic allowed by default [ 0.280207] Switched to clocksource kvm-clock [ 0.288748] AppArmor: AppArmor Filesystem Enabled [ 0.290070] pnp: PnP ACPI init [ 0.291017] ACPI: bus type PNP registered [ 0.292627] pnp: PnP ACPI: found 8 devices [ 0.293785] ACPI: bus type PNP unregistered [ 0.301813] NET: Registered protocol family 2 [ 0.303342] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.305475] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.307395] TCP: Hash tables configured (established 16384 bind 16384) [ 0.309232] TCP: reno registered [ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313722] NET: Registered protocol family 1 [ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.362849] Trying to unpack rootfs image as initramfs... [ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475376] Scanning for low memory corruption every 60 seconds [ 0.477537] Initialise system trusted keyring [ 0.478910] audit: initializing netlink socket (disabled) [ 0.480502] type=2000 audit(1535882247.851:1): initialized [ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504668] zbud: loaded [ 0.505956] VFS: Disk quotas dquot_6.5.2 [ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509872] fuse init (API version 7.22) [ 0.511149] msgmni has been set to 3997 [ 0.512399] Key type big_key registered [ 0.514013] Key type asymmetric registered [ 0.515240] Asymmetric key parser 'x509' registered [ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519213] io scheduler noop registered [ 0.520412] io scheduler deadline registered (default) [ 0.521883] io scheduler cfq registered [ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526534] ipmi message handler version 39.2 [ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530274] ACPI: Power Button [PWRF] [ 0.531517] GHES: HEST is not enabled! [ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649658] Linux agpgart interface v0.103 [ 0.652049] brd: module loaded [ 0.653561] loop: module loaded [ 0.654905] blk-mq: CPU -> queue map [ 0.656024] CPU 0 -> Queue 0 [ 0.656972] CPU 1 -> Queue 0 [ 0.658755] vda: vda1 [ 0.660323] scsi0 : ata_piix [ 0.661626] scsi1 : ata_piix [ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666749] libphy: Fixed MDIO Bus: probed [ 0.668118] tun: Universal TUN/TAP device driver, 1.6 [ 0.669524] tun: (C) 1999-2004 Max Krasnyansky [ 0.672950] PPP generic driver version 2.4.2 [ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.676068] ehci-pci: EHCI PCI platform driver [ 0.677577] ehci-platform: EHCI generic platform driver [ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680753] ohci-pci: OHCI PCI platform driver [ 0.682057] ohci-platform: OHCI generic platform driver [ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver [ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.716081] usb usb1: Product: UHCI Host Controller [ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.719413] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720871] hub 1-0:1.0: USB hub found [ 0.722034] hub 1-0:1.0: 2 ports detected [ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.729801] mousedev: PS/2 mouse device common for all mice [ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734225] rtc_cmos 00:00: RTC can wake from S4 [ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.740436] device-mapper: uevent: version 1.0.3 [ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs [ 0.747152] TCP: cubic registered [ 0.748503] NET: Registered protocol family 10 [ 0.750363] NET: Registered protocol family 17 [ 0.751948] Key type dns_resolver registered [ 0.753641] Loading compiled-in X.509 certificates [ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.766237] registered taskstats version 1 [ 0.769576] Key type trusted registered [ 0.773683] Key type encrypted registered [ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777025] IMA: No TPM chip found, activating TPM-bypass! [ 0.779437] regulator-dummy: disabling [ 0.780897] Magic number: 2:563:979 [ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247) [ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787284] EDD information not available. [ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823794] Write protecting the kernel read-only data: 12288k [ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.843502] systemd-udevd[107]: starting version 204 [ 0.880922] FDC 0 is a S82078B [ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.199916] usb 1-1: Product: QEMU USB Tablet [ 1.201156] usb 1-1: Manufacturer: QEMU [ 1.202299] usb 1-1: SerialNumber: 42 [ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds. cloud-init-nonet[3.53]: 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 ] * Starting Bridge udev events into upstart[74G[ OK ] [ 3.588217] systemd-udevd[376]: starting version 204 * 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 ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.70]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b | 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: 92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | o..o | | o .E + | | . o +.+ | | o . oo++ o | |. . o *.S= | | . +.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: 30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | . =O| | . ..+=| | o . . o.+| | * o Eoo| | . 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: da:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | o. .. | | ...Eo | | . o.=.o| | S . +ooo| | + . 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: 4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | ..+E.o.+. | | + oo =++ | | o .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 Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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 Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] 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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 11900 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. ...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. ...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. Exiting: cassandra.yaml is missing Exiting: cassandra.yaml is missing ...done. Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12535 * 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 2018-09-02 10:00:27,551 - functest.core.singlevm - DEBUG - try 5: cannot find regex 'Cloud-init .* finished at ' in console 2018-09-02 10:00:37,557 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:37,560 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:38,072 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-ddde6a94-e9b2-47b1-8137-4d991912e471 x-compute-request-id: req-ddde6a94-e9b2-47b1-8137-4d991912e471 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:38,072 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ddde6a94-e9b2-47b1-8137-4d991912e471 2018-09-02 10:00:38,072 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.515303850174s 2018-09-02 10:00:38,073 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ddde6a94-e9b2-47b1-8137-4d991912e471 2018-09-02 10:00:38,080 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:38,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:38,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-19160ab0-23e4-4485-a248-dfbc66bd8981 x-compute-request-id: req-19160ab0-23e4-4485-a248-dfbc66bd8981 Content-Encoding: gzip Content-Length: 19647 Content-Type: application/json RESP BODY: {"output": "09232] TCP: reno registered\n[ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.313722] NET: Registered protocol family 1\n[ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.362849] Trying to unpack rootfs image as initramfs...\n[ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.475376] Scanning for low memory corruption every 60 seconds\n[ 0.477537] Initialise system trusted keyring\n[ 0.478910] audit: initializing netlink socket (disabled)\n[ 0.480502] type=2000 audit(1535882247.851:1): initialized\n[ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.504668] zbud: loaded\n[ 0.505956] VFS: Disk quotas dquot_6.5.2\n[ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.509872] fuse init (API version 7.22)\n[ 0.511149] msgmni has been set to 3997\n[ 0.512399] Key type big_key registered\n[ 0.514013] Key type asymmetric registered\n[ 0.515240] Asymmetric key parser 'x509' registered\n[ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.519213] io scheduler noop registered\n[ 0.520412] io scheduler deadline registered (default)\n[ 0.521883] io scheduler cfq registered\n[ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.526534] ipmi message handler version 39.2\n[ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.530274] ACPI: Power Button [PWRF]\n[ 0.531517] GHES: HEST is not enabled!\n[ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.649658] Linux agpgart interface v0.103\n[ 0.652049] brd: module loaded\n[ 0.653561] loop: module loaded\n[ 0.654905] blk-mq: CPU -> queue map\n[ 0.656024] CPU 0 -> Queue 0\n[ 0.656972] CPU 1 -> Queue 0\n[ 0.658755] vda: vda1\n[ 0.660323] scsi0 : ata_piix\n[ 0.661626] scsi1 : ata_piix\n[ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.666749] libphy: Fixed MDIO Bus: probed\n[ 0.668118] tun: Universal TUN/TAP device driver, 1.6\n[ 0.669524] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.672950] PPP generic driver version 2.4.2\n[ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.676068] ehci-pci: EHCI PCI platform driver\n[ 0.677577] ehci-platform: EHCI generic platform driver\n[ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.680753] ohci-pci: OHCI PCI platform driver\n[ 0.682057] ohci-platform: OHCI generic platform driver\n[ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.716081] usb usb1: Product: UHCI Host Controller\n[ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.719413] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.720871] hub 1-0:1.0: USB hub found\n[ 0.722034] hub 1-0:1.0: 2 ports detected\n[ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.729801] mousedev: PS/2 mouse device common for all mice\n[ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.734225] rtc_cmos 00:00: RTC can wake from S4\n[ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.740436] device-mapper: uevent: version 1.0.3\n[ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.747152] TCP: cubic registered\n[ 0.748503] NET: Registered protocol family 10\n[ 0.750363] NET: Registered protocol family 17\n[ 0.751948] Key type dns_resolver registered\n[ 0.753641] Loading compiled-in X.509 certificates\n[ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.766237] registered taskstats version 1\n[ 0.769576] Key type trusted registered\n[ 0.773683] Key type encrypted registered\n[ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.777025] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.779437] regulator-dummy: disabling\n[ 0.780897] Magic number: 2:563:979\n[ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247)\n[ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.787284] EDD information not available.\n[ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.823794] Write protecting the kernel read-only data: 12288k\n[ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.843502] systemd-udevd[107]: starting version 204\n[ 0.880922] FDC 0 is a S82078B\n[ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.199916] usb 1-1: Product: QEMU USB Tablet\n[ 1.201156] usb 1-1: Manufacturer: QEMU\n[ 1.202299] usb 1-1: SerialNumber: 42\n[ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz\n[ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds.\ncloud-init-nonet[3.53]: 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 * Starting Bridge udev events into upstart[74G[ OK ]\n[ 3.588217] systemd-udevd[376]: starting version 204\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 * Stopping set sysctls from /etc/sysctl.conf[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 ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.70]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting set sysctls from /etc/sysctl.conf[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 |\nci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b |\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:\n92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| o..o |\n| o .E + |\n| . o +.+ |\n| o . oo++ o |\n|. . o *.S= |\n| . +.o. |\n| . .. |\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:\n30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| . =O|\n| . ..+=|\n| o . . o.+|\n| * o Eoo|\n| . S .= |\n| .. .|\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:\nda:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . |\n| o. .. |\n| ...Eo |\n| . o.=.o|\n| S . +ooo|\n| + . 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:\n4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..+E.o.+. |\n| + oo =++ |\n| o .o +o= |\n| . * . |\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 Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ]\n * Starting SystemD login management service[74G[ OK ]\n * Starting early crypto disks... [80G [74G[ OK ]\n * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ]\n * Starting ACPI daemon[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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\nUbuntu 14.04.5 LTS vellum-0 ttyS0\n\nvellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681\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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB]\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\nGet:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB]\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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B]\nGet:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B]\nGet:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB]\nGet:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB]\nGet:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB]\nGet:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB]\nGet:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB]\nGet:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB]\nGet:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB]\nGet:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B]\nGet:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB]\nGet:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB]\nGet:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB]\nGet:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB]\nGet:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB]\nGet:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB]\nGet:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB]\nGet:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB]\nGet:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB]\nGet:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB]\nGet:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB]\nGet:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB]\nGet:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB]\nGet:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB]\nGet:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB]\nGet:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB]\nGet:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB]\nGet:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB]\nGet:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB]\nGet:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB]\nGet:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 11900\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.\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.\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.\nExiting: cassandra.yaml is missing\nExiting: cassandra.yaml is missing\n ...done.\nSetting up astaire (1.0-180326.104711) ...\nastaire-throttle start/running, process 12535\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 (5823 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.218\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.218\n++ echo A 172.30.9.218\n++ ip2rr 192.168.1.10\n++ echo 192.168.1.10\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.10\n+ echo 'nameserver 192.168.0.9'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0 (DSA)\nec2: 256 da:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0 (ECDSA)\nec2: 256 4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0 (ED25519)\nec2: 2048 92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfBaVGbtk1pim/JFm7ytoj8Qd/x85RP153co6JD4tYrppUGKwj7fmSQJWw2crcEbwajJ8KJtdYwlSadeM9t9ZQ= root@vellum-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILd0Y5QL1txQRo4nu/bXZ4jrR19HC3j+lB2yqseZ2eFP root@vellum-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9JjVSU3ORSCkEmyjjPNm4nheIffq6B3gohtPQLBsVC1dKe4b2eqBzrJNnyePgwvVrQPh+b6HlGdv88z9IEkfyUDfAhk3OTn0+k/0Dnv1uqRTCpv1rgxeY0aHU/AhjIdg42ed8SuOF+y4GBB4IR78eooL35kRLm9aUVjLrpxrAV16U9dPnYyjbIqoA0NRlEkheygAUCPM9A2z1m/TscXpxvQgvqIz64UV0OeL22fPjJ8PAUIBFeWlRVeSekrfsCUdYNg2tmJai2Nb4i75WscCMD5XMUMLOackYstDpAO2gXxPXhEN9LO6URdUHtGHGgVfEBFRERc2FQM8pfVy0PBqb root@vellum-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 10:00:35 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 188.36 seconds\n"} 2018-09-02 10:00:38,219 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-19160ab0-23e4-4485-a248-dfbc66bd8981 2018-09-02 10:00:38,220 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.139138936996s 2018-09-02 10:00:38,222 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec/action used request id req-19160ab0-23e4-4485-a248-dfbc66bd8981 2018-09-02 10:00:38,222 - functest.core.singlevm - DEBUG - console: 09232] TCP: reno registered [ 0.310250] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.311903] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.313722] NET: Registered protocol family 1 [ 0.315010] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.316620] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.318186] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.340300] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.362849] Trying to unpack rootfs image as initramfs... [ 0.465327] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.468213] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.470496] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.472545] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.475376] Scanning for low memory corruption every 60 seconds [ 0.477537] Initialise system trusted keyring [ 0.478910] audit: initializing netlink socket (disabled) [ 0.480502] type=2000 audit(1535882247.851:1): initialized [ 0.501640] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.504668] zbud: loaded [ 0.505956] VFS: Disk quotas dquot_6.5.2 [ 0.507427] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.509872] fuse init (API version 7.22) [ 0.511149] msgmni has been set to 3997 [ 0.512399] Key type big_key registered [ 0.514013] Key type asymmetric registered [ 0.515240] Asymmetric key parser 'x509' registered [ 0.516982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.519213] io scheduler noop registered [ 0.520412] io scheduler deadline registered (default) [ 0.521883] io scheduler cfq registered [ 0.523113] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.524691] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.526534] ipmi message handler version 39.2 [ 0.528106] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.530274] ACPI: Power Button [PWRF] [ 0.531517] GHES: HEST is not enabled! [ 0.553473] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.597320] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.620349] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.622560] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.646312] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.649658] Linux agpgart interface v0.103 [ 0.652049] brd: module loaded [ 0.653561] loop: module loaded [ 0.654905] blk-mq: CPU -> queue map [ 0.656024] CPU 0 -> Queue 0 [ 0.656972] CPU 1 -> Queue 0 [ 0.658755] vda: vda1 [ 0.660323] scsi0 : ata_piix [ 0.661626] scsi1 : ata_piix [ 0.662604] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.664419] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.666749] libphy: Fixed MDIO Bus: probed [ 0.668118] tun: Universal TUN/TAP device driver, 1.6 [ 0.669524] tun: (C) 1999-2004 Max Krasnyansky [ 0.672950] PPP generic driver version 2.4.2 [ 0.674289] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.676068] ehci-pci: EHCI PCI platform driver [ 0.677577] ehci-platform: EHCI generic platform driver [ 0.679063] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.680753] ohci-pci: OHCI PCI platform driver [ 0.682057] ohci-platform: OHCI generic platform driver [ 0.683534] uhci_hcd: USB Universal Host Controller Interface driver [ 0.706296] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.707801] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.710385] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.712077] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.713929] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.716081] usb usb1: Product: UHCI Host Controller [ 0.717669] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.719413] usb usb1: SerialNumber: 0000:00:01.2 [ 0.720871] hub 1-0:1.0: USB hub found [ 0.722034] hub 1-0:1.0: 2 ports detected [ 0.723380] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.726439] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.728102] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.729801] mousedev: PS/2 mouse device common for all mice [ 0.731650] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.734225] rtc_cmos 00:00: RTC can wake from S4 [ 0.736120] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.738235] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.740436] device-mapper: uevent: version 1.0.3 [ 0.742135] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.745060] ledtrig-cpu: registered to indicate activity on CPUs [ 0.747152] TCP: cubic registered [ 0.748503] NET: Registered protocol family 10 [ 0.750363] NET: Registered protocol family 17 [ 0.751948] Key type dns_resolver registered [ 0.753641] Loading compiled-in X.509 certificates [ 0.763016] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.766237] registered taskstats version 1 [ 0.769576] Key type trusted registered [ 0.773683] Key type encrypted registered [ 0.775142] AppArmor: AppArmor sha1 policy hashing enabled [ 0.777025] IMA: No TPM chip found, activating TPM-bypass! [ 0.779437] regulator-dummy: disabling [ 0.780897] Magic number: 2:563:979 [ 0.782392] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:27 UTC (1535882247) [ 0.785274] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.787284] EDD information not available. [ 0.821464] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.823794] Write protecting the kernel read-only data: 12288k [ 0.826088] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.829666] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.843502] systemd-udevd[107]: starting version 204 [ 0.880922] FDC 0 is a S82078B [ 1.032045] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.196240] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.198068] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.199916] usb 1-1: Product: QEMU USB Tablet [ 1.201156] usb 1-1: Manufacturer: QEMU [ 1.202299] usb 1-1: SerialNumber: 42 [ 1.472054] tsc: Refined TSC clocksource calibration: 3491.874 MHz [ 1.921014] 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.256111] 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.366178] 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.471116] 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 09:57:29 +0000. Up 3.03 seconds. cloud-init-nonet[3.53]: 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 ] * Starting Bridge udev events into upstart[74G[ OK ] [ 3.588217] systemd-udevd[376]: starting version 204 * 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 ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.70]: static networking is now up * Starting configure network device[74G[ OK ] * Starting set sysctls from /etc/sysctl.conf[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:31 +0000. Up 4.85 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:68:c2:63 | ci-info: | eth0 | True | 192.168.0.15 | 255.255.255.0 | fa:16:3e:57:a3:0b | 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: 92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0 The key's randomart image is: +--[ RSA 2048]----+ | o..o | | o .E + | | . o +.+ | | o . oo++ o | |. . o *.S= | | . +.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: 30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0 The key's randomart image is: +--[ DSA 1024]----+ | . =O| | . ..+=| | o . . o.+| | * o Eoo| | . 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: da:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0 The key's randomart image is: +--[ECDSA 256]---+ | . | | o. .. | | ...Eo | | . o.=.o| | S . +ooo| | + . 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: 4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0 The key's randomart image is: +--[ED25519 256--+ | ..+E.o.+. | | + oo =++ | | o .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 Pollinate to seed the pseudo random number generator[74G[ OK ] * Stopping Pollinate to seed the pseudo random number generator[74G[ OK ] * Starting SystemD login management service[74G[ OK ] * Starting early crypto disks... [80G [74G[ OK ] * Starting Bridge file events into upstart[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 automatic crash report generation[74G[ OK ] * Starting ACPI daemon[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:37 +0000. Up 10.83 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 09:57:38 +0000. Up 11.96 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 Ubuntu 14.04.5 LTS vellum-0 ttyS0 vellum-0 login: + 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 19661 0 --:--:-- --:--:-- --:--:-- 19681 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://nova.clouds.archive.ubuntu.com trusty-updates InRelease [65.9 kB] Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] Get:4 http://security.ubuntu.com trusty-security InRelease [65.9 kB] 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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:10 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:11 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] 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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:21 http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en [253 kB] Get:22 http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources [9709 B] Get:23 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:24 http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources [28 B] Get:25 http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources [35.4 kB] Get:26 http://security.ubuntu.com trusty-security/universe Translation-en [133 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 (2704 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main ca-certificates-java all 20130815ubuntu1 [13.4 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main tzdata-java all 2017c-0ubuntu0.14.04 [70.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main java-common all 0.51 [130 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common-data amd64 0.6.31-4ubuntu1.2 [21.3 kB] Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-common3 amd64 0.6.31-4ubuntu1.2 [21.7 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libavahi-client3 amd64 0.6.31-4ubuntu1.2 [25.1 kB] Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libcups2 amd64 1.7.2-0ubuntu1.10 [178 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main liblcms2-2 amd64 2.5-0ubuntu4.1 [131 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-cassandra 1.0-180328.114015 [44.2 kB] Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:18 http://repo.cw-ngv.com/stable/ binary/ libsnmp-base 5.7.3~dfsg-clearwater1 [457 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ libsnmp30 5.7.3~dfsg-clearwater1 [834 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ astaire-libs 1.0-180326.104711 [103 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ astaire 1.0-180326.104711 [127 kB] Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:27 http://repo.cw-ngv.com/stable/ binary/ snmp 5.7.3~dfsg-clearwater1 [153 kB] Get:28 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpcsclite1 amd64 1.8.10-1ubuntu1.1 [21.1 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:31 http://repo.cw-ngv.com/stable/ binary/ clearwater-etcd 1.0-180328.115321 [16.9 MB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libasyncns0 amd64 0.8-4ubuntu2 [11.9 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libogg0 amd64 1.3.1-1ubuntu1 [17.0 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libflac8 amd64 1.3.0-2ubuntu0.14.04.1 [80.2 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbis0a amd64 1.3.2-1.3ubuntu1.2 [87.2 kB] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libvorbisenc2 amd64 1.3.2-1.3ubuntu1.2 [84.6 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsndfile1 amd64 1.0.25-7ubuntu2.2 [136 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpulse0 amd64 1:4.0-0ubuntu11.1 [225 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] Get:40 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:41 http://repo.cw-ngv.com/stable/ binary/ clearwater-queue-manager 1.0-180328.115321 [6102 kB] Get:42 http://repo.cw-ngv.com/stable/ binary/ clearwater-config-manager 1.0-180328.115321 [9184 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmnl0 amd64 1.0.3-3ubuntu1 [11.4 kB] Get:44 http://repo.cw-ngv.com/stable/ binary/ chronos 1.0-180328.120836 [529 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://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:47 http://repo.cw-ngv.com/stable/ binary/ memcached 1.6.00-0clearwater0.6 [140 kB] Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main dnsmasq-base amd64 2.68-1ubuntu0.2 [257 kB] Get:49 http://repo.cw-ngv.com/stable/ binary/ clearwater-memcached 1.0-180328.114312 [18.2 kB] Get:50 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmp-handler-astaire 1.0-180326.110542 [513 kB] Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe dnsmasq all 2.68-1ubuntu0.2 [14.9 kB] Get:52 http://repo.cw-ngv.com/stable/ binary/ crest-prov 1.0-180326.111418 [14.4 MB] Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libopts25 amd64 1:5.18-2ubuntu2 [55.3 kB] Get:54 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:55 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gnutls-bin amd64 3.0.11+really2.12.23-12ubuntu2.8 [113 kB] Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libpgm-5.1-0 amd64 5.1.118-1~dfsg-0.1ubuntu3 [156 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/universe python-virtualenv all 1.11.4-1ubuntu1 [1485 kB] Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:64 http://repo.cw-ngv.com/stable/ binary/ homer-cassandra 1.0-180326.111418 [13.9 kB] Get:65 http://repo.cw-ngv.com/stable/ binary/ homestead-cassandra 1.0-180326.115231 [13.8 kB] Get:66 http://repo.cw-ngv.com/stable/ binary/ homestead-prov-cassandra 1.0-180326.111418 [14.1 kB] Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] Get:68 http://repo.cw-ngv.com/stable/ binary/ rogers-libs 1.0-180326.104711 [246 kB] Get:69 http://repo.cw-ngv.com/stable/ binary/ rogers 1.0-180326.104711 [1140 kB] Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:72 http://repo.cw-ngv.com/stable/ binary/ vellum 1.0-180328.114312 [12.5 kB] Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:74 http://repo.cw-ngv.com/stable/ binary/ memcached-dbg 1.6.00-0clearwater0.6 [222 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 23s (7290 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 11900 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. ...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. ...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. Exiting: cassandra.yaml is missing Exiting: cassandra.yaml is missing ...done. Setting up astaire (1.0-180326.104711) ... astaire-throttle start/running, process 12535 * 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 (5823 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.218 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.218 ++ echo A 172.30.9.218 ++ ip2rr 192.168.1.10 ++ echo 192.168.1.10 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.10 + echo 'nameserver 192.168.0.9' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + 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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 30:db:49:57:7f:54:cd:58:76:fc:92:5b:e1:ba:73:05 root@vellum-0 (DSA) ec2: 256 da:8b:35:78:45:f1:97:3b:db:03:7d:9d:42:1b:d2:93 root@vellum-0 (ECDSA) ec2: 256 4b:47:f0:b6:52:9a:c4:09:3d:13:a6:4c:c0:23:93:54 root@vellum-0 (ED25519) ec2: 2048 92:4a:c7:a5:0b:a1:58:1d:d6:db:01:3d:7b:72:2a:11 root@vellum-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFfBaVGbtk1pim/JFm7ytoj8Qd/x85RP153co6JD4tYrppUGKwj7fmSQJWw2crcEbwajJ8KJtdYwlSadeM9t9ZQ= root@vellum-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILd0Y5QL1txQRo4nu/bXZ4jrR19HC3j+lB2yqseZ2eFP root@vellum-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9JjVSU3ORSCkEmyjjPNm4nheIffq6B3gohtPQLBsVC1dKe4b2eqBzrJNnyePgwvVrQPh+b6HlGdv88z9IEkfyUDfAhk3OTn0+k/0Dnv1uqRTCpv1rgxeY0aHU/AhjIdg42ed8SuOF+y4GBB4IR78eooL35kRLm9aUVjLrpxrAV16U9dPnYyjbIqoA0NRlEkheygAUCPM9A2z1m/TscXpxvQgvqIz64UV0OeL22fPjJ8PAUIBFeWlRVeSekrfsCUdYNg2tmJai2Nb4i75WscCMD5XMUMLOackYstDpAO2gXxPXhEN9LO6URdUHtGHGgVfEBFRERc2FQM8pfVy0PBqb root@vellum-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 10:00:35 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 188.36 seconds 2018-09-02 10:00:38,228 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 10:00:38,228 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:38,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:39,191 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-1c09400d-2abe-49ba-b14d-26fc829802d6 x-compute-request-id: req-1c09400d-2abe-49ba-b14d-26fc829802d6 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:39,192 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1c09400d-2abe-49ba-b14d-26fc829802d6 2018-09-02 10:00:39,192 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.963541984558s 2018-09-02 10:00:39,192 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1c09400d-2abe-49ba-b14d-26fc829802d6 2018-09-02 10:00:39,198 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:39,200 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:39,302 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-07de39ed-41e6-4f68-9769-97e5c792aef5 x-compute-request-id: req-07de39ed-41e6-4f68-9769-97e5c792aef5 Content-Encoding: gzip Content-Length: 20793 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.009521] Security Framework initialized\n[ 0.010894] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013362] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017830] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021454] 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.028404] Initializing cgroup subsys memory\n[ 0.029680] Initializing cgroup subsys devices\n[ 0.030857] Initializing cgroup subsys freezer\n[ 0.032028] Initializing cgroup subsys blkio\n[ 0.033228] Initializing cgroup subsys perf_event\n[ 0.034521] Initializing cgroup subsys hugetlb\n[ 0.036048] FEATURE SPEC_CTRL Not Present\n[ 0.037887] mce: CPU supports 10 MCE banks\n[ 0.039114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.039114] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.040023] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.041588] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.044003] Speculative Store Bypass: Vulnerable\n[ 0.046540] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.055646] ACPI: Core revision 20131115\n[ 0.056708] ACPI: All ACPI Tables successfully acquired\n[ 0.058368] ftrace: allocating 28717 entries in 113 pages\n[ 0.080417] smpboot: Max logical packages: 2\n[ 0.081661] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.086391] Enabling x2apic\n[ 0.087433] Enabled x2apic\n[ 0.088034] Switched APIC routing to physical x2apic.\n[ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.095397] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.098672] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.106204] KVM setup paravirtual spinlock\n[ 0.111418] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.112235] x86: Booting SMP configuration:\n[ 0.113770] .... node #0, CPUs: #1[ 0.111334] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.128023] x86: Booted up 1 node, 2 CPUs\n[ 0.128015] KVM setup async PF for cpu 1\n[ 0.128021] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.131762] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.132464] devtmpfs: initialized\n[ 0.136276] EVM: security.selinux\n[ 0.137271] EVM: security.SMACK64\n[ 0.138220] EVM: security.ima\n[ 0.139135] EVM: security.capability\n[ 0.141152] pinctrl core: initialized pinctrl subsystem\n[ 0.142586] regulator-dummy: no parameters\n[ 0.143816] RTC time: 9:57:28, date: 09/02/18\n[ 0.144136] NET: Registered protocol family 16\n[ 0.145541] cpuidle: using governor ladder\n[ 0.146665] cpuidle: using governor menu\n[ 0.147807] ACPI: bus type PCI registered\n[ 0.148017] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.149733] PCI: Using configuration type 1 for base access\n[ 0.151894] bio: create slab at 0\n[ 0.152089] ACPI: Added _OSI(Module Device)\n[ 0.153247] ACPI: Added _OSI(Processor Device)\n[ 0.154446] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.155688] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157259] ACPI: Interpreter enabled\n[ 0.158315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.163283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.165706] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168007] ACPI: (supports S0 S5)\n[ 0.172004] ACPI: Using IOAPIC for interrupt routing\n[ 0.173348] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.175897] ACPI: No dock devices found.\n[ 0.178021] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.179565] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.180007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.181632] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184214] acpiphp: Slot [3] registered\n[ 0.185312] acpiphp: Slot [4] registered\n[ 0.186410] acpiphp: Slot [5] registered\n[ 0.187508] acpiphp: Slot [6] registered\n[ 0.188023] acpiphp: Slot [7] registered\n[ 0.189125] acpiphp: Slot [8] registered\n[ 0.190222] acpiphp: Slot [9] registered\n[ 0.191326] acpiphp: Slot [10] registered\n[ 0.192020] acpiphp: Slot [11] registered\n[ 0.193143] acpiphp: Slot [12] registered\n[ 0.194246] acpiphp: Slot [13] registered\n[ 0.195354] acpiphp: Slot [14] registered\n[ 0.196020] acpiphp: Slot [15] registered\n[ 0.197141] acpiphp: Slot [16] registered\n[ 0.198250] acpiphp: Slot [17] registered\n[ 0.199595] acpiphp: Slot [18] registered\n[ 0.200028] acpiphp: Slot [19] registered\n[ 0.201147] acpiphp: Slot [20] registered\n[ 0.202257] acpiphp: Slot [21] registered\n[ 0.203347] acpiphp: Slot [22] registered\n[ 0.204020] acpiphp: Slot [23] registered\n[ 0.205121] acpiphp: Slot [24] registered\n[ 0.206224] acpiphp: Slot [25] registered\n[ 0.207316] acpiphp: Slot [26] registered\n[ 0.208020] acpiphp: Slot [27] registered\n[ 0.209119] acpiphp: Slot [28] registered\n[ 0.210232] acpiphp: Slot [29] registered\n[ 0.211326] acpiphp: Slot [30] registered\n[ 0.212027] acpiphp: Slot [31] registered\n[ 0.213116] PCI host bridge to bus 0000:00\n[ 0.214211] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215583] 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.217500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219143] 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.227386] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.255346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256982] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258927] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.263079] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264812] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266506] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268003] vgaarb: loaded\n[ 0.268844] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270555] SCSI subsystem initialized\n[ 0.271741] ACPI: bus type USB registered\n[ 0.272045] usbcore: registered new interface driver usbfs\n[ 0.273453] usbcore: registered new interface driver hub\n[ 0.274796] usbcore: registered new device driver usb\n[ 0.276110] PCI: Using ACPI for IRQ routing\n[ 0.277610] NetLabel: Initializing\n[ 0.278585] NetLabel: domain hash size = 128\n[ 0.279699] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.280070] NetLabel: unlabeled traffic allowed by default\n[ 0.281441] Switched to clocksource kvm-clock\n[ 0.288844] AppArmor: AppArmor Filesystem Enabled\n[ 0.290086] pnp: PnP ACPI init\n[ 0.291001] ACPI: bus type PNP registered\n[ 0.292541] pnp: PnP ACPI: found 8 devices\n[ 0.293621] ACPI: bus type PNP unregistered\n[ 0.301075] NET: Registered protocol family 2\n[ 0.302514] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.304608] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.306394] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.308083] TCP: reno registered\n[ 0.309007] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.310493] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.312128] NET: Registered protocol family 1\n[ 0.313342] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.314763] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.316201] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.338205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.360322] Trying to unpack rootfs image as initramfs...\n[ 0.462539] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.464895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.466359] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.468069] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.470359] Scanning for low memory corruption every 60 seconds\n[ 0.472355] Initialise system trusted keyring\n[ 0.473605] audit: initializing netlink socket (disabled)\n[ 0.474999] type=2000 audit(1535882248.818:1): initialized\n[ 0.496907] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.499560] zbud: loaded\n[ 0.500610] VFS: Disk quotas dquot_6.5.2\n[ 0.501740] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.505136] fuse init (API version 7.22)\n[ 0.506288] msgmni has been set to 3997\n[ 0.507415] Key type big_key registered\n[ 0.508909] Key type asymmetric registered\n[ 0.510047] Asymmetric key parser 'x509' registered\n[ 0.511335] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.513377] io scheduler noop registered\n[ 0.514488] io scheduler deadline registered (default)\n[ 0.515813] io scheduler cfq registered\n[ 0.516980] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518447] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.520148] ipmi message handler version 39.2\n[ 0.521371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.523361] ACPI: Power Button [PWRF]\n[ 0.524505] GHES: HEST is not enabled!\n[ 0.546994] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.590967] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.614439] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.617206] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.641085] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.644207] Linux agpgart interface v0.103\n[ 0.646342] brd: module loaded\n[ 0.647723] loop: module loaded\n[ 0.649084] blk-mq: CPU -> queue map\n[ 0.650184] CPU 0 -> Queue 0\n[ 0.651104] CPU 1 -> Queue 0\n[ 0.653014] vda: vda1\n[ 0.654762] scsi0 : ata_piix\n[ 0.656030] scsi1 : ata_piix\n[ 0.657139] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.659282] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.661676] libphy: Fixed MDIO Bus: probed\n[ 0.663192] tun: Universal TUN/TAP device driver, 1.6\n[ 0.665245] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.669205] PPP generic driver version 2.4.2\n[ 0.670494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.672157] ehci-pci: EHCI PCI platform driver\n[ 0.673421] ehci-platform: EHCI generic platform driver\n[ 0.674970] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.676553] ohci-pci: OHCI PCI platform driver\n[ 0.677767] ohci-platform: OHCI generic platform driver\n[ 0.679157] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.701790] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.703234] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.705377] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.706950] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.708693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.710717] usb usb1: Product: UHCI Host Controller\n[ 0.712047] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.713664] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.715115] hub 1-0:1.0: USB hub found\n[ 0.716222] hub 1-0:1.0: 2 ports detected\n[ 0.717525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.720498] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.721840] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.723378] mousedev: PS/2 mouse device common for all mice\n[ 0.725196] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.727769] rtc_cmos 00:00: RTC can wake from S4\n[ 0.729419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.731102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.732819] device-mapper: uevent: version 1.0.3\n[ 0.734172] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.736468] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.738141] TCP: cubic registered\n[ 0.739266] NET: Registered protocol family 10\n[ 0.740840] NET: Registered protocol family 17\n[ 0.742111] Key type dns_resolver registered\n[ 0.743594] Loading compiled-in X.509 certificates\n[ 0.745461] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.755161] registered taskstats version 1\n[ 0.758421] Key type trusted registered\n[ 0.762662] Key type encrypted registered\n[ 0.763854] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765303] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.767534] regulator-dummy: disabling\n[ 0.768692] Magic number: 2:563:979\n[ 0.769932] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:29 UTC (1535882249)\n[ 0.772181] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.773719] EDD information not available.\n[ 0.817621] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819752] Write protecting the kernel read-only data: 12288k\n[ 0.821875] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.825338] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.839755] systemd-udevd[107]: starting version 204\n[ 0.876498] FDC 0 is a S82078B\n[ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.192995] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.195000] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.196933] usb 1-1: Product: QEMU USB Tablet\n[ 1.198179] usb 1-1: Manufacturer: QEMU\n[ 1.199306] usb 1-1: SerialNumber: 42\n[ 1.464100] tsc: Refined TSC clocksource calibration: 3491.835 MHz\n[ 1.893068] 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.369755] 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.740625] 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 * Starting Initialize or finalize resolvconf[74G[ OK ]\n[ 2.863225] 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 * Stopping Clean /tmp directory[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:57:31 +0000. Up 3.23 seconds.\ncloud-init-nonet[3.39]: 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 * 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[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 * Stopping cold plug devices[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping log initial device creation[74G[ OK ]\n * Starting configure network device[74G[ OK ]\ncloud-init-nonet[4.42]: static networking is now up\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 ]\n * Stopping Mount network filesystems[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:33 +0000. Up 4.60 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:a4:86:13 |\nci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:1d:b2:9d |\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:\n0d:26:46:5c:97:90:4a:06:a2:fd:e7:93:c7:d5:72:cb root@homer-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . .o..oo.. |\n| o . .+ ... |\n|. . oo.o |\n| . ..o o . |\n| . . S + o |\n| o o . + . |\n| + o E |\n| o |\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:\n58:3a:fe:6e:19:80:29:93:db:5c:93:34:1e:3a:fe:95 root@homer-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| |\n| + |\n| . * +. |\n| + = *+ |\n| B o+oS. |\n| . +. .E |\n| ... o |\n| ..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:\n5d:a6:1e:03:f5:ae:34:f4:df:06:1d:90:96:eb:90:70 root@homer-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| . .o |\n| o E +. |\n| . + * .. |\n| + O . ..|\n| S B = . .|\n| o = o o |\n| o . o|\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:\n5a:25:d2:54:48:98:b4:cc:ca:d3:b7:00:a8:18:f5:18 root@homer-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| E ..+oo. |\n| . = oo+. |\n|. o o = o . |\n|.o . + . o |\n|o + o S |\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 09:57:39 +0000. Up 10.86 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 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.\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 09:57:41 +0000. Up 12.91 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 18678 0 --:--:-- --:--:-- --:--:-- 18744\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]\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\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]\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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB]\nGet:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B]\nGet:14 http://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 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 [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 (1551 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 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 [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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 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://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 [1913 kB]\nGet:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB]\nGet:32 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB]\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 8s (9966 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 8336\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'\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 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://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 (10.3 MB/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.211\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.211\n++ echo A 172.30.9.211\n++ ip2rr 172.30.9.208\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.208\n++ echo A 172.30.9.208\n+ echo 'nameserver 192.168.0.9'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 58:3a:fe:6e:19:80:29:93:db:5c:93:34:1e:3a:fe:95 root@homer-0 (DSA)\nec2: 256 5d:a6:1e:03:f5:ae:34:f4:df:06:1d:90:96:eb:90:70 root@homer-0 (ECDSA)\nec2: 256 5a:25:d2:54:48:98:b4:cc:ca:d3:b7:00:a8:18:f5:18 root@homer-0 (ED25519)\nec2: 2048 0d:26:46:5c:97:90:4a:06:a2:fd:e7:93:c7:d5:72:cb root@homer-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGKrE3hENn+VOJWDpkNTtNJ2M1k1a8YlcTVmOtiWVY3IAGnYkeMhzHbj/JTWffDcfZF6oRTfx9h4tpioBQjPRxE= root@homer-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMb81XaJ2UFVvS/+5dKbNdfAHz1fscTtJBP+d4aiQ8FG root@homer-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEhF2iUhnD+zlDyPS14zmL1X0A8C5mOje6O8ZIZQPAOHMq6c+9Gxgrp07Wtmj08xHruLbX9b8fI9zZUwBrw0sipzwU5+HVRRYdWN2q+Np3LK1QX/0Hs/xMe+brq7zuE5CIManZfKLhUS7Ao12IK7HXNPOunPsgXjVY865ZsYyfnmTQ7GfHazajXJDqFbjiu6BPwvwrNkzGZ8iYLWyDpHB+IdE/jtgelV+9pQL9JQBMNOrlEAI7PdAlNb6Mbnhy8Y+/cJbd47FxrFhr8x7S/A9aUTapa5swvIgBSQf64lWYDysW/uXyLP3kFppiDFeDG1hL9PDNW7b9Tpu8Zqa5Ep7v root@homer-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:59:56 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 148.18 seconds\n"} 2018-09-02 10:00:39,303 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc/action used request id req-07de39ed-41e6-4f68-9769-97e5c792aef5 2018-09-02 10:00:39,303 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.104705095291s 2018-09-02 10:00:39,304 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc/action used request id req-07de39ed-41e6-4f68-9769-97e5c792aef5 2018-09-02 10:00:39,304 - 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.009521] Security Framework initialized [ 0.010894] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013362] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017830] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021454] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024006] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.028404] Initializing cgroup subsys memory [ 0.029680] Initializing cgroup subsys devices [ 0.030857] Initializing cgroup subsys freezer [ 0.032028] Initializing cgroup subsys blkio [ 0.033228] Initializing cgroup subsys perf_event [ 0.034521] Initializing cgroup subsys hugetlb [ 0.036048] FEATURE SPEC_CTRL Not Present [ 0.037887] mce: CPU supports 10 MCE banks [ 0.039114] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.039114] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.040023] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.041588] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.044003] Speculative Store Bypass: Vulnerable [ 0.046540] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.055646] ACPI: Core revision 20131115 [ 0.056708] ACPI: All ACPI Tables successfully acquired [ 0.058368] ftrace: allocating 28717 entries in 113 pages [ 0.080417] smpboot: Max logical packages: 2 [ 0.081661] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.084004] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.086391] Enabling x2apic [ 0.087433] Enabled x2apic [ 0.088034] Switched APIC routing to physical x2apic. [ 0.093347] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.095397] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.098672] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.106204] KVM setup paravirtual spinlock [ 0.111418] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.112235] x86: Booting SMP configuration: [ 0.113770] .... node #0, CPUs: #1[ 0.111334] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.128023] x86: Booted up 1 node, 2 CPUs [ 0.128015] KVM setup async PF for cpu 1 [ 0.128021] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.131762] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.132464] devtmpfs: initialized [ 0.136276] EVM: security.selinux [ 0.137271] EVM: security.SMACK64 [ 0.138220] EVM: security.ima [ 0.139135] EVM: security.capability [ 0.141152] pinctrl core: initialized pinctrl subsystem [ 0.142586] regulator-dummy: no parameters [ 0.143816] RTC time: 9:57:28, date: 09/02/18 [ 0.144136] NET: Registered protocol family 16 [ 0.145541] cpuidle: using governor ladder [ 0.146665] cpuidle: using governor menu [ 0.147807] ACPI: bus type PCI registered [ 0.148017] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.149733] PCI: Using configuration type 1 for base access [ 0.151894] bio: create slab at 0 [ 0.152089] ACPI: Added _OSI(Module Device) [ 0.153247] ACPI: Added _OSI(Processor Device) [ 0.154446] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.155688] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157259] ACPI: Interpreter enabled [ 0.158315] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160750] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.163283] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.165706] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168007] ACPI: (supports S0 S5) [ 0.172004] ACPI: Using IOAPIC for interrupt routing [ 0.173348] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.175897] ACPI: No dock devices found. [ 0.178021] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.179565] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.180007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.181632] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184214] acpiphp: Slot [3] registered [ 0.185312] acpiphp: Slot [4] registered [ 0.186410] acpiphp: Slot [5] registered [ 0.187508] acpiphp: Slot [6] registered [ 0.188023] acpiphp: Slot [7] registered [ 0.189125] acpiphp: Slot [8] registered [ 0.190222] acpiphp: Slot [9] registered [ 0.191326] acpiphp: Slot [10] registered [ 0.192020] acpiphp: Slot [11] registered [ 0.193143] acpiphp: Slot [12] registered [ 0.194246] acpiphp: Slot [13] registered [ 0.195354] acpiphp: Slot [14] registered [ 0.196020] acpiphp: Slot [15] registered [ 0.197141] acpiphp: Slot [16] registered [ 0.198250] acpiphp: Slot [17] registered [ 0.199595] acpiphp: Slot [18] registered [ 0.200028] acpiphp: Slot [19] registered [ 0.201147] acpiphp: Slot [20] registered [ 0.202257] acpiphp: Slot [21] registered [ 0.203347] acpiphp: Slot [22] registered [ 0.204020] acpiphp: Slot [23] registered [ 0.205121] acpiphp: Slot [24] registered [ 0.206224] acpiphp: Slot [25] registered [ 0.207316] acpiphp: Slot [26] registered [ 0.208020] acpiphp: Slot [27] registered [ 0.209119] acpiphp: Slot [28] registered [ 0.210232] acpiphp: Slot [29] registered [ 0.211326] acpiphp: Slot [30] registered [ 0.212027] acpiphp: Slot [31] registered [ 0.213116] PCI host bridge to bus 0000:00 [ 0.214211] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215583] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217500] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219143] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.227386] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.228015] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.255346] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256982] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258927] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260852] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.263079] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264812] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266506] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266506] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268003] vgaarb: loaded [ 0.268844] vgaarb: bridge control possible 0000:00:02.0 [ 0.270555] SCSI subsystem initialized [ 0.271741] ACPI: bus type USB registered [ 0.272045] usbcore: registered new interface driver usbfs [ 0.273453] usbcore: registered new interface driver hub [ 0.274796] usbcore: registered new device driver usb [ 0.276110] PCI: Using ACPI for IRQ routing [ 0.277610] NetLabel: Initializing [ 0.278585] NetLabel: domain hash size = 128 [ 0.279699] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.280070] NetLabel: unlabeled traffic allowed by default [ 0.281441] Switched to clocksource kvm-clock [ 0.288844] AppArmor: AppArmor Filesystem Enabled [ 0.290086] pnp: PnP ACPI init [ 0.291001] ACPI: bus type PNP registered [ 0.292541] pnp: PnP ACPI: found 8 devices [ 0.293621] ACPI: bus type PNP unregistered [ 0.301075] NET: Registered protocol family 2 [ 0.302514] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.304608] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.306394] TCP: Hash tables configured (established 16384 bind 16384) [ 0.308083] TCP: reno registered [ 0.309007] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.310493] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.312128] NET: Registered protocol family 1 [ 0.313342] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.314763] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.316201] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.338205] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.360322] Trying to unpack rootfs image as initramfs... [ 0.462539] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.464895] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.466359] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.468069] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.470359] Scanning for low memory corruption every 60 seconds [ 0.472355] Initialise system trusted keyring [ 0.473605] audit: initializing netlink socket (disabled) [ 0.474999] type=2000 audit(1535882248.818:1): initialized [ 0.496907] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.499560] zbud: loaded [ 0.500610] VFS: Disk quotas dquot_6.5.2 [ 0.501740] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.505136] fuse init (API version 7.22) [ 0.506288] msgmni has been set to 3997 [ 0.507415] Key type big_key registered [ 0.508909] Key type asymmetric registered [ 0.510047] Asymmetric key parser 'x509' registered [ 0.511335] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.513377] io scheduler noop registered [ 0.514488] io scheduler deadline registered (default) [ 0.515813] io scheduler cfq registered [ 0.516980] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518447] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.520148] ipmi message handler version 39.2 [ 0.521371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.523361] ACPI: Power Button [PWRF] [ 0.524505] GHES: HEST is not enabled! [ 0.546994] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.590967] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.614439] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.617206] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.641085] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.644207] Linux agpgart interface v0.103 [ 0.646342] brd: module loaded [ 0.647723] loop: module loaded [ 0.649084] blk-mq: CPU -> queue map [ 0.650184] CPU 0 -> Queue 0 [ 0.651104] CPU 1 -> Queue 0 [ 0.653014] vda: vda1 [ 0.654762] scsi0 : ata_piix [ 0.656030] scsi1 : ata_piix [ 0.657139] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.659282] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.661676] libphy: Fixed MDIO Bus: probed [ 0.663192] tun: Universal TUN/TAP device driver, 1.6 [ 0.665245] tun: (C) 1999-2004 Max Krasnyansky [ 0.669205] PPP generic driver version 2.4.2 [ 0.670494] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.672157] ehci-pci: EHCI PCI platform driver [ 0.673421] ehci-platform: EHCI generic platform driver [ 0.674970] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.676553] ohci-pci: OHCI PCI platform driver [ 0.677767] ohci-platform: OHCI generic platform driver [ 0.679157] uhci_hcd: USB Universal Host Controller Interface driver [ 0.701790] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.703234] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.705377] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.706950] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.708693] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.710717] usb usb1: Product: UHCI Host Controller [ 0.712047] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.713664] usb usb1: SerialNumber: 0000:00:01.2 [ 0.715115] hub 1-0:1.0: USB hub found [ 0.716222] hub 1-0:1.0: 2 ports detected [ 0.717525] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.720498] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.721840] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.723378] mousedev: PS/2 mouse device common for all mice [ 0.725196] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.727769] rtc_cmos 00:00: RTC can wake from S4 [ 0.729419] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.731102] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.732819] device-mapper: uevent: version 1.0.3 [ 0.734172] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.736468] ledtrig-cpu: registered to indicate activity on CPUs [ 0.738141] TCP: cubic registered [ 0.739266] NET: Registered protocol family 10 [ 0.740840] NET: Registered protocol family 17 [ 0.742111] Key type dns_resolver registered [ 0.743594] Loading compiled-in X.509 certificates [ 0.745461] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.755161] registered taskstats version 1 [ 0.758421] Key type trusted registered [ 0.762662] Key type encrypted registered [ 0.763854] AppArmor: AppArmor sha1 policy hashing enabled [ 0.765303] IMA: No TPM chip found, activating TPM-bypass! [ 0.767534] regulator-dummy: disabling [ 0.768692] Magic number: 2:563:979 [ 0.769932] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:29 UTC (1535882249) [ 0.772181] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.773719] EDD information not available. [ 0.817621] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819752] Write protecting the kernel read-only data: 12288k [ 0.821875] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.825338] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.839755] systemd-udevd[107]: starting version 204 [ 0.876498] FDC 0 is a S82078B [ 1.028067] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.192995] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.195000] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.196933] usb 1-1: Product: QEMU USB Tablet [ 1.198179] usb 1-1: Manufacturer: QEMU [ 1.199306] usb 1-1: SerialNumber: 42 [ 1.464100] tsc: Refined TSC clocksource calibration: 3491.835 MHz [ 1.893068] 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.369755] 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.740625] 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 ] * Starting Initialize or finalize resolvconf[74G[ OK ] [ 2.863225] EXT4-fs (vda1): re-mounted. Opts: (null) * 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 09:57:31 +0000. Up 3.23 seconds. cloud-init-nonet[3.39]: 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 ] * 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[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 ] * Stopping cold plug devices[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * Starting configure network device[74G[ OK ] cloud-init-nonet[4.42]: static networking is now up * Starting load fallback graphics devices[74G[ OK ] * Stopping load fallback graphics devices[74G[ OK ] * Starting enable remaining boot-time encrypted block devices[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:57:33 +0000. Up 4.60 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:a4:86:13 | ci-info: | eth0 | True | 192.168.0.12 | 255.255.255.0 | fa:16:3e:1d:b2:9d | 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: 0d:26:46:5c:97:90:4a:06:a2:fd:e7:93:c7:d5:72:cb root@homer-0 The key's randomart image is: +--[ RSA 2048]----+ | . .o..oo.. | | o . .+ ... | |. . oo.o | | . ..o o . | | . . S + o | | o o . + . | | + o E | | 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: 58:3a:fe:6e:19:80:29:93:db:5c:93:34:1e:3a:fe:95 root@homer-0 The key's randomart image is: +--[ DSA 1024]----+ | | | + | | . * +. | | + = *+ | | B o+oS. | | . +. .E | | ... 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: 5d:a6:1e:03:f5:ae:34:f4:df:06:1d:90:96:eb:90:70 root@homer-0 The key's randomart image is: +--[ECDSA 256]---+ | . .o | | o E +. | | . + * .. | | + O . ..| | S B = . .| | 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: 5a:25:d2:54:48:98:b4:cc:ca:d3:b7:00:a8:18:f5:18 root@homer-0 The key's randomart image is: +--[ED25519 256--+ | E ..+oo. | | . = oo+. | |. o o = o . | |.o . + . o | |o + o S | | . = . | | . . | | | | | +-----------------+ * 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 09:57:39 +0000. Up 10.86 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 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. 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 09:57:41 +0000. Up 12.91 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 18678 0 --:--:-- --:--:-- --:--:-- 18744 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] 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 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] 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://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources [207 kB] Get:12 http://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:13 http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources [7441 B] Get:14 http://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:15 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 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 [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 (1551 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 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 [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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:11 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 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://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 [1913 kB] Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.4 [115 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] Get:32 http://repo.cw-ngv.com/stable/ binary/ homer 1.0-180326.111418 [35.6 kB] 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 8s (9966 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 8336 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' 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 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://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 (10.3 MB/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.211 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.211 ++ echo A 172.30.9.211 ++ ip2rr 172.30.9.208 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.208 ++ echo A 172.30.9.208 + echo 'nameserver 192.168.0.9' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + 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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 58:3a:fe:6e:19:80:29:93:db:5c:93:34:1e:3a:fe:95 root@homer-0 (DSA) ec2: 256 5d:a6:1e:03:f5:ae:34:f4:df:06:1d:90:96:eb:90:70 root@homer-0 (ECDSA) ec2: 256 5a:25:d2:54:48:98:b4:cc:ca:d3:b7:00:a8:18:f5:18 root@homer-0 (ED25519) ec2: 2048 0d:26:46:5c:97:90:4a:06:a2:fd:e7:93:c7:d5:72:cb root@homer-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGKrE3hENn+VOJWDpkNTtNJ2M1k1a8YlcTVmOtiWVY3IAGnYkeMhzHbj/JTWffDcfZF6oRTfx9h4tpioBQjPRxE= root@homer-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMb81XaJ2UFVvS/+5dKbNdfAHz1fscTtJBP+d4aiQ8FG root@homer-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEhF2iUhnD+zlDyPS14zmL1X0A8C5mOje6O8ZIZQPAOHMq6c+9Gxgrp07Wtmj08xHruLbX9b8fI9zZUwBrw0sipzwU5+HVRRYdWN2q+Np3LK1QX/0Hs/xMe+brq7zuE5CIManZfKLhUS7Ao12IK7HXNPOunPsgXjVY865ZsYyfnmTQ7GfHazajXJDqFbjiu6BPwvwrNkzGZ8iYLWyDpHB+IdE/jtgelV+9pQL9JQBMNOrlEAI7PdAlNb6Mbnhy8Y+/cJbd47FxrFhr8x7S/A9aUTapa5swvIgBSQf64lWYDysW/uXyLP3kFppiDFeDG1hL9PDNW7b9Tpu8Zqa5Ep7v root@homer-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:59:56 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 148.18 seconds 2018-09-02 10:00:39,306 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 10:00:39,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:39,308 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:39,832 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-586212cc-e1c6-4ea9-b908-e2c4f0078a69 x-compute-request-id: req-586212cc-e1c6-4ea9-b908-e2c4f0078a69 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:39,833 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-586212cc-e1c6-4ea9-b908-e2c4f0078a69 2018-09-02 10:00:39,833 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.52632188797s 2018-09-02 10:00:39,834 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-586212cc-e1c6-4ea9-b908-e2c4f0078a69 2018-09-02 10:00:39,841 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:39,844 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:39,954 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-965da042-ce0e-44c4-97a5-64b5a2bfd029 x-compute-request-id: req-965da042-ce0e-44c4-97a5-64b5a2bfd029 Content-Encoding: gzip Content-Length: 20892 Content-Type: application/json RESP BODY: {"output": "0000-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.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008017] pid_max: default: 32768 minimum: 301\n[ 0.009745] Security Framework initialized\n[ 0.012085] AppArmor: AppArmor initialized\n[ 0.013554] Yama: becoming mindful.\n[ 0.015080] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.017846] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.020900] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.022545] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024475] Initializing cgroup subsys memory\n[ 0.025683] Initializing cgroup subsys devices\n[ 0.028008] Initializing cgroup subsys freezer\n[ 0.029207] Initializing cgroup subsys blkio\n[ 0.030370] Initializing cgroup subsys perf_event\n[ 0.032013] Initializing cgroup subsys hugetlb\n[ 0.033332] FEATURE SPEC_CTRL Not Present\n[ 0.035135] mce: CPU supports 10 MCE banks\n[ 0.036059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.038704] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.040007] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.041976] Speculative Store Bypass: Vulnerable\n[ 0.044522] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.050358] ACPI: Core revision 20131115\n[ 0.052013] ACPI: All ACPI Tables successfully acquired\n[ 0.053663] ftrace: allocating 28717 entries in 113 pages\n[ 0.072291] smpboot: Max logical packages: 2\n[ 0.073466] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.075108] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.076281] Enabling x2apic\n[ 0.077151] Enabled x2apic\n[ 0.078294] Switched APIC routing to physical x2apic.\n[ 0.081343] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.082951] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.086154] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.093736] KVM setup paravirtual spinlock\n[ 0.097005] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.098940] x86: Booting SMP configuration:\n[ 0.100004] .... node #0, CPUs: #1[ 0.096939] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116024] x86: Booted up 1 node, 2 CPUs\n[ 0.116037] KVM setup async PF for cpu 1\n[ 0.116040] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119734] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120419] devtmpfs: initialized\n[ 0.123096] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.124972] EVM: security.ima\n[ 0.125862] EVM: security.capability\n[ 0.126919] pinctrl core: initialized pinctrl subsystem\n[ 0.128056] regulator-dummy: no parameters\n[ 0.129262] RTC time: 9:57:09, date: 09/02/18\n[ 0.130500] NET: Registered protocol family 16\n[ 0.131825] cpuidle: using governor ladder\n[ 0.132004] cpuidle: using governor menu\n[ 0.133156] ACPI: bus type PCI registered\n[ 0.134262] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.136004] PCI: Using configuration type 1 for base access\n[ 0.138064] bio: create slab at 0\n[ 0.138064] ACPI: Added _OSI(Module Device)\n[ 0.140004] ACPI: Added _OSI(Processor Device)\n[ 0.141193] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.142442] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.145504] ACPI: Interpreter enabled\n[ 0.146552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.148731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.151282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.153664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.156006] ACPI: (supports S0 S5)\n[ 0.160003] ACPI: Using IOAPIC for interrupt routing\n[ 0.161323] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.164104] ACPI: No dock devices found.\n[ 0.167187] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.168007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.169681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.171310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.172218] acpiphp: Slot [3] registered\n[ 0.173334] acpiphp: Slot [4] registered\n[ 0.174445] acpiphp: Slot [5] registered\n[ 0.175549] acpiphp: Slot [6] registered\n[ 0.176034] acpiphp: Slot [7] registered\n[ 0.177136] acpiphp: Slot [8] registered\n[ 0.178231] acpiphp: Slot [9] registered\n[ 0.179325] acpiphp: Slot [10] registered\n[ 0.180020] acpiphp: Slot [11] registered\n[ 0.181133] acpiphp: Slot [12] registered\n[ 0.182258] acpiphp: Slot [13] registered\n[ 0.183373] acpiphp: Slot [14] registered\n[ 0.184020] acpiphp: Slot [15] registered\n[ 0.185138] acpiphp: Slot [16] registered\n[ 0.186259] acpiphp: Slot [17] registered\n[ 0.187576] acpiphp: Slot [18] registered\n[ 0.188028] acpiphp: Slot [19] registered\n[ 0.189148] acpiphp: Slot [20] registered\n[ 0.190276] acpiphp: Slot [21] registered\n[ 0.191396] acpiphp: Slot [22] registered\n[ 0.192020] acpiphp: Slot [23] registered\n[ 0.193150] acpiphp: Slot [24] registered\n[ 0.194267] acpiphp: Slot [25] registered\n[ 0.195373] acpiphp: Slot [26] registered\n[ 0.196020] acpiphp: Slot [27] registered\n[ 0.197134] acpiphp: Slot [28] registered\n[ 0.198249] acpiphp: Slot [29] registered\n[ 0.199369] acpiphp: Slot [30] registered\n[ 0.200027] acpiphp: Slot [31] registered\n[ 0.201136] PCI host bridge to bus 0000:00\n[ 0.202251] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.203646] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.205536] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.207203] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.216927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.218902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.246696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.248701] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.250780] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.252691] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.254647] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.256224] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.257989] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.257989] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.260004] vgaarb: loaded\n[ 0.260836] vgaarb: bridge control possible 0000:00:02.0\n[ 0.262483] SCSI subsystem initialized\n[ 0.263712] ACPI: bus type USB registered\n[ 0.264033] usbcore: registered new interface driver usbfs\n[ 0.265460] usbcore: registered new interface driver hub\n[ 0.266917] usbcore: registered new device driver usb\n[ 0.268113] PCI: Using ACPI for IRQ routing\n[ 0.269536] NetLabel: Initializing\n[ 0.270519] NetLabel: domain hash size = 128\n[ 0.271697] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.272061] NetLabel: unlabeled traffic allowed by default\n[ 0.273477] Switched to clocksource kvm-clock\n[ 0.280877] AppArmor: AppArmor Filesystem Enabled\n[ 0.282170] pnp: PnP ACPI init\n[ 0.283117] ACPI: bus type PNP registered\n[ 0.284725] pnp: PnP ACPI: found 8 devices\n[ 0.285865] ACPI: bus type PNP unregistered\n[ 0.293335] NET: Registered protocol family 2\n[ 0.294809] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.296929] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.298808] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.300607] TCP: reno registered\n[ 0.301579] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.303141] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304845] NET: Registered protocol family 1\n[ 0.306053] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.307548] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.309013] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.331376] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.362355] Trying to unpack rootfs image as initramfs...\n[ 0.462834] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.465118] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.466568] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.468194] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.470575] Scanning for low memory corruption every 60 seconds\n[ 0.472550] Initialise system trusted keyring\n[ 0.473828] audit: initializing netlink socket (disabled)\n[ 0.475304] type=2000 audit(1535882229.947:1): initialized\n[ 0.496131] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.498657] zbud: loaded\n[ 0.499713] VFS: Disk quotas dquot_6.5.2\n[ 0.500898] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.502955] fuse init (API version 7.22)\n[ 0.504400] msgmni has been set to 3997\n[ 0.505723] Key type big_key registered\n[ 0.507459] Key type asymmetric registered\n[ 0.508841] Asymmetric key parser 'x509' registered\n[ 0.510439] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.512918] io scheduler noop registered\n[ 0.514223] io scheduler deadline registered (default)\n[ 0.515812] io scheduler cfq registered\n[ 0.517176] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.518913] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.521000] ipmi message handler version 39.2\n[ 0.522495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.524898] ACPI: Power Button [PWRF]\n[ 0.526251] GHES: HEST is not enabled!\n[ 0.548656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.592269] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.615102] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.617678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.642282] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.645516] Linux agpgart interface v0.103\n[ 0.647890] brd: module loaded\n[ 0.649468] loop: module loaded\n[ 0.650964] blk-mq: CPU -> queue map\n[ 0.652211] CPU 0 -> Queue 0\n[ 0.653275] CPU 1 -> Queue 0\n[ 0.655194] vda: vda1\n[ 0.656734] scsi0 : ata_piix\n[ 0.657735] scsi1 : ata_piix\n[ 0.658647] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.660370] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.662280] libphy: Fixed MDIO Bus: probed\n[ 0.663516] tun: Universal TUN/TAP device driver, 1.6\n[ 0.664883] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.668098] PPP generic driver version 2.4.2\n[ 0.669319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.670944] ehci-pci: EHCI PCI platform driver\n[ 0.672150] ehci-platform: EHCI generic platform driver\n[ 0.673504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.675047] ohci-pci: OHCI PCI platform driver\n[ 0.676264] ohci-platform: OHCI generic platform driver\n[ 0.677616] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.699958] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.701334] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.703401] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.704906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.706558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.708519] usb usb1: Product: UHCI Host Controller\n[ 0.709767] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.711410] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.712763] hub 1-0:1.0: USB hub found\n[ 0.713855] hub 1-0:1.0: 2 ports detected\n[ 0.715109] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.717999] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.719309] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.720791] mousedev: PS/2 mouse device common for all mice\n[ 0.722522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.724907] rtc_cmos 00:00: RTC can wake from S4\n[ 0.726715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.728709] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.730800] device-mapper: uevent: version 1.0.3\n[ 0.732396] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.735082] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.737056] TCP: cubic registered\n[ 0.738329] NET: Registered protocol family 10\n[ 0.740089] NET: Registered protocol family 17\n[ 0.741583] Key type dns_resolver registered\n[ 0.743223] Loading compiled-in X.509 certificates\n[ 0.745325] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.755476] registered taskstats version 1\n[ 0.758652] Key type trusted registered\n[ 0.762550] Key type encrypted registered\n[ 0.763912] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.765690] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.768013] regulator-dummy: disabling\n[ 0.769367] Magic number: 2:563:979\n[ 0.770763] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:10 UTC (1535882230)\n[ 0.773436] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.775288] EDD information not available.\n[ 0.817431] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.819565] Write protecting the kernel read-only data: 12288k\n[ 0.821706] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.825076] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.838320] systemd-udevd[107]: starting version 204\n[ 0.868517] FDC 0 is a S82078B\n[ 1.024090] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.189596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.191699] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.193853] usb 1-1: Product: QEMU USB Tablet\n[ 1.195275] usb 1-1: Manufacturer: QEMU\n[ 1.196572] usb 1-1: SerialNumber: 42\n[ 1.464146] tsc: Refined TSC clocksource calibration: 3491.877 MHz\n[ 1.901235] 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.308568] 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.718677] 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[ 2.816281] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Initialize or finalize resolvconf[74G[ OK ]\n * Stopping Track if upstart is running in a container[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 09:57:15 +0000. Up 5.99 seconds.\ncloud-init-nonet[6.27]: 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 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 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[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 * 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 Bridge socket events into upstart[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[10.10]: static networking is now up\n * Starting configure network device[74G[ OK ]\n * Starting configure network device[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 09:57:19 +0000. Up 10.24 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:f0:b8:4a |\nci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:72:8e:70 |\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:\na8:ae:db:38:16:10:df:09:66:b4:d5:9c:49:7a:36:d0 root@dime-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| .. o=.o |\n|. +o oE |\n| =.o..+ |\n|. . oo o |\n| . . S |\n| . . |\n| .. |\n| o+ |\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:\n5f:d0:f4:8d:37:1c:de:7b:d7:f4:9b:55:59:60:cc:3f root@dime-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .ooo.|\n| o o=o=|\n| . . o**|\n| . EB|\n| S . .B|\n| . . *|\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:\n80:51:51:8f:34:cd:cf:82:af:18:d4:51:83:13:92:7c root@dime-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .o++=*o |\n| oooE+o. |\n| . .o.+.o |\n| ..o . o |\n| . S. . |\n| . . |\n| o . |\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:\n44:78:65:8a:5f:78:77:f4:a6:c3:8e:c0:8d:1b:14:ec root@dime-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| ..o+ . |\n| .o.+.. . . |\n| ..+.+ . . o|\n| o =E+ o o |\n| S = . + |\n| + o . |\n| . . . |\n| |\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 * Stopping Failsafe Boot Delay[74G[ OK ]\n * Starting D-Bus system message bus[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 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 09:57:26 +0000. Up 17.17 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 regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[74G[ OK ]\n * Starting OpenSSH server[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[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.\nCloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:27 +0000. Up 18.14 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 --:--:-- --:--:-- --:--:-- 0\nUbuntu 14.04.5 LTS dime-0 ttyS0\n\ndime-0 login: 100 3149 100 3149 0 0 19280 0 --:--:-- --:--:-- --:--:-- 19319\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://security.ubuntu.com trusty-security InRelease [65.9 kB]\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 [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://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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 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 [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 (2792 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://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://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:12 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB]\nGet:17 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB]\nGet:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB]\nGet:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB]\nGet:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB]\nGet:24 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB]\nGet:25 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:26 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB]\nGet:27 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 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://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB]\nGet:30 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB]\nGet:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB]\nGet:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB]\nGet:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB]\nGet:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB]\nGet:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B]\nGet:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB]\nGet:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB]\nGet:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB]\nGet:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB]\nGet:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB]\nGet:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB]\nGet:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB]\nGet:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 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 24s (3837 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 8716\nclearwater-socket-factory-sig start/running, process 8721\nSetting up clearwater-monit (5.18-180322.170159) ...\nclearwater-monit start/running, process 8770\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 (13.1 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.201\n++ echo 172.30.9.201\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.201\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++ echo 192.168.1.5\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.1.5\n++ ip2rr 192.168.0.19\n++ echo 192.168.0.19\n++ grep -q -e '[^0-9.]'\n++ echo A 192.168.0.19\n+ echo 'nameserver 192.168.0.9'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 5f:d0:f4:8d:37:1c:de:7b:d7:f4:9b:55:59:60:cc:3f root@dime-0 (DSA)\nec2: 256 80:51:51:8f:34:cd:cf:82:af:18:d4:51:83:13:92:7c root@dime-0 (ECDSA)\nec2: 256 44:78:65:8a:5f:78:77:f4:a6:c3:8e:c0:8d:1b:14:ec root@dime-0 (ED25519)\nec2: 2048 a8:ae:db:38:16:10:df:09:66:b4:d5:9c:49:7a:36:d0 root@dime-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEiUj6IOqZQn8+okHqixQNQP06ZCnZ2t4iPhJZ8aJJ/ygNwxwfcn0EF10/1VxxUIt2fz/8NEZitnSJEzti0ToXE= root@dime-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFP2a8ifLPy9EmwNWXvQ7m9bfxS1NkUB0x0LxIy4vGnD root@dime-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDG6Atm9xdNRdYDsQrpg9uqwQFtifsBhUfbMneohMu9zTgUJYQ3mKTAfubLwLI2XPtThBSg+EjZs4VqA+jurMz7e5TcCHyXQWBuXbdWod9CIVmLdNQwwczUBNTxLQcRz8cP0fwWMRUUgFKgfjs0mVKZIrxcF7sEZQT8hyFM5LPq/wGss1Gdka9lPEXVeNB7j0O7jU01d324ICgdfCoZvGQFh23ppM0pUyofHoQT0awcLrvmV7YfZCpTmeiiK+x4tnVgPxTznr10Ul6aYPMl9/gOazeCy8YRHJcrwLYReqzG6zfMrF7gOIRWubtCWjlt729lBFEZBE3nt3mfOugDjQkl root@dime-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 10:00:01 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 172.07 seconds\n"} 2018-09-02 10:00:39,957 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333/action used request id req-965da042-ce0e-44c4-97a5-64b5a2bfd029 2018-09-02 10:00:39,957 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.115515947342s 2018-09-02 10:00:39,960 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333/action used request id req-965da042-ce0e-44c4-97a5-64b5a2bfd029 2018-09-02 10:00:39,960 - functest.core.singlevm - DEBUG - console: 0000-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.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008017] pid_max: default: 32768 minimum: 301 [ 0.009745] Security Framework initialized [ 0.012085] AppArmor: AppArmor initialized [ 0.013554] Yama: becoming mindful. [ 0.015080] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.017846] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.020900] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022545] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024475] Initializing cgroup subsys memory [ 0.025683] Initializing cgroup subsys devices [ 0.028008] Initializing cgroup subsys freezer [ 0.029207] Initializing cgroup subsys blkio [ 0.030370] Initializing cgroup subsys perf_event [ 0.032013] Initializing cgroup subsys hugetlb [ 0.033332] FEATURE SPEC_CTRL Not Present [ 0.035135] mce: CPU supports 10 MCE banks [ 0.036059] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036059] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.038704] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.040007] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.041976] Speculative Store Bypass: Vulnerable [ 0.044522] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.050358] ACPI: Core revision 20131115 [ 0.052013] ACPI: All ACPI Tables successfully acquired [ 0.053663] ftrace: allocating 28717 entries in 113 pages [ 0.072291] smpboot: Max logical packages: 2 [ 0.073466] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.075108] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.076281] Enabling x2apic [ 0.077151] Enabled x2apic [ 0.078294] Switched APIC routing to physical x2apic. [ 0.081343] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.082951] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.086154] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.093736] KVM setup paravirtual spinlock [ 0.097005] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.098940] x86: Booting SMP configuration: [ 0.100004] .... node #0, CPUs: #1[ 0.096939] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116024] x86: Booted up 1 node, 2 CPUs [ 0.116037] KVM setup async PF for cpu 1 [ 0.116040] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119734] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120419] devtmpfs: initialized [ 0.123096] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.124972] EVM: security.ima [ 0.125862] EVM: security.capability [ 0.126919] pinctrl core: initialized pinctrl subsystem [ 0.128056] regulator-dummy: no parameters [ 0.129262] RTC time: 9:57:09, date: 09/02/18 [ 0.130500] NET: Registered protocol family 16 [ 0.131825] cpuidle: using governor ladder [ 0.132004] cpuidle: using governor menu [ 0.133156] ACPI: bus type PCI registered [ 0.134262] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.136004] PCI: Using configuration type 1 for base access [ 0.138064] bio: create slab at 0 [ 0.138064] ACPI: Added _OSI(Module Device) [ 0.140004] ACPI: Added _OSI(Processor Device) [ 0.141193] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.142442] ACPI: Added _OSI(Processor Aggregator Device) [ 0.145504] ACPI: Interpreter enabled [ 0.146552] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.148731] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.151282] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.153664] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.156006] ACPI: (supports S0 S5) [ 0.160003] ACPI: Using IOAPIC for interrupt routing [ 0.161323] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.164104] ACPI: No dock devices found. [ 0.167187] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.168007] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.169681] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.171310] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.172218] acpiphp: Slot [3] registered [ 0.173334] acpiphp: Slot [4] registered [ 0.174445] acpiphp: Slot [5] registered [ 0.175549] acpiphp: Slot [6] registered [ 0.176034] acpiphp: Slot [7] registered [ 0.177136] acpiphp: Slot [8] registered [ 0.178231] acpiphp: Slot [9] registered [ 0.179325] acpiphp: Slot [10] registered [ 0.180020] acpiphp: Slot [11] registered [ 0.181133] acpiphp: Slot [12] registered [ 0.182258] acpiphp: Slot [13] registered [ 0.183373] acpiphp: Slot [14] registered [ 0.184020] acpiphp: Slot [15] registered [ 0.185138] acpiphp: Slot [16] registered [ 0.186259] acpiphp: Slot [17] registered [ 0.187576] acpiphp: Slot [18] registered [ 0.188028] acpiphp: Slot [19] registered [ 0.189148] acpiphp: Slot [20] registered [ 0.190276] acpiphp: Slot [21] registered [ 0.191396] acpiphp: Slot [22] registered [ 0.192020] acpiphp: Slot [23] registered [ 0.193150] acpiphp: Slot [24] registered [ 0.194267] acpiphp: Slot [25] registered [ 0.195373] acpiphp: Slot [26] registered [ 0.196020] acpiphp: Slot [27] registered [ 0.197134] acpiphp: Slot [28] registered [ 0.198249] acpiphp: Slot [29] registered [ 0.199369] acpiphp: Slot [30] registered [ 0.200027] acpiphp: Slot [31] registered [ 0.201136] PCI host bridge to bus 0000:00 [ 0.202251] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.203646] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.204004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.205536] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.207203] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.208004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.216927] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.218902] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.246696] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.248701] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.250780] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.252691] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.254647] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.256224] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.257989] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.257989] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.260004] vgaarb: loaded [ 0.260836] vgaarb: bridge control possible 0000:00:02.0 [ 0.262483] SCSI subsystem initialized [ 0.263712] ACPI: bus type USB registered [ 0.264033] usbcore: registered new interface driver usbfs [ 0.265460] usbcore: registered new interface driver hub [ 0.266917] usbcore: registered new device driver usb [ 0.268113] PCI: Using ACPI for IRQ routing [ 0.269536] NetLabel: Initializing [ 0.270519] NetLabel: domain hash size = 128 [ 0.271697] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.272061] NetLabel: unlabeled traffic allowed by default [ 0.273477] Switched to clocksource kvm-clock [ 0.280877] AppArmor: AppArmor Filesystem Enabled [ 0.282170] pnp: PnP ACPI init [ 0.283117] ACPI: bus type PNP registered [ 0.284725] pnp: PnP ACPI: found 8 devices [ 0.285865] ACPI: bus type PNP unregistered [ 0.293335] NET: Registered protocol family 2 [ 0.294809] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.296929] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.298808] TCP: Hash tables configured (established 16384 bind 16384) [ 0.300607] TCP: reno registered [ 0.301579] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.303141] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304845] NET: Registered protocol family 1 [ 0.306053] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.307548] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.309013] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.331376] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.362355] Trying to unpack rootfs image as initramfs... [ 0.462834] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.465118] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.466568] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.468194] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.470575] Scanning for low memory corruption every 60 seconds [ 0.472550] Initialise system trusted keyring [ 0.473828] audit: initializing netlink socket (disabled) [ 0.475304] type=2000 audit(1535882229.947:1): initialized [ 0.496131] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.498657] zbud: loaded [ 0.499713] VFS: Disk quotas dquot_6.5.2 [ 0.500898] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.502955] fuse init (API version 7.22) [ 0.504400] msgmni has been set to 3997 [ 0.505723] Key type big_key registered [ 0.507459] Key type asymmetric registered [ 0.508841] Asymmetric key parser 'x509' registered [ 0.510439] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.512918] io scheduler noop registered [ 0.514223] io scheduler deadline registered (default) [ 0.515812] io scheduler cfq registered [ 0.517176] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.518913] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.521000] ipmi message handler version 39.2 [ 0.522495] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.524898] ACPI: Power Button [PWRF] [ 0.526251] GHES: HEST is not enabled! [ 0.548656] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.592269] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.615102] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.617678] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.642282] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.645516] Linux agpgart interface v0.103 [ 0.647890] brd: module loaded [ 0.649468] loop: module loaded [ 0.650964] blk-mq: CPU -> queue map [ 0.652211] CPU 0 -> Queue 0 [ 0.653275] CPU 1 -> Queue 0 [ 0.655194] vda: vda1 [ 0.656734] scsi0 : ata_piix [ 0.657735] scsi1 : ata_piix [ 0.658647] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.660370] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.662280] libphy: Fixed MDIO Bus: probed [ 0.663516] tun: Universal TUN/TAP device driver, 1.6 [ 0.664883] tun: (C) 1999-2004 Max Krasnyansky [ 0.668098] PPP generic driver version 2.4.2 [ 0.669319] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.670944] ehci-pci: EHCI PCI platform driver [ 0.672150] ehci-platform: EHCI generic platform driver [ 0.673504] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.675047] ohci-pci: OHCI PCI platform driver [ 0.676264] ohci-platform: OHCI generic platform driver [ 0.677616] uhci_hcd: USB Universal Host Controller Interface driver [ 0.699958] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.701334] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.703401] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.704906] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.706558] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.708519] usb usb1: Product: UHCI Host Controller [ 0.709767] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.711410] usb usb1: SerialNumber: 0000:00:01.2 [ 0.712763] hub 1-0:1.0: USB hub found [ 0.713855] hub 1-0:1.0: 2 ports detected [ 0.715109] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.717999] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.719309] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.720791] mousedev: PS/2 mouse device common for all mice [ 0.722522] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.724907] rtc_cmos 00:00: RTC can wake from S4 [ 0.726715] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.728709] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.730800] device-mapper: uevent: version 1.0.3 [ 0.732396] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.735082] ledtrig-cpu: registered to indicate activity on CPUs [ 0.737056] TCP: cubic registered [ 0.738329] NET: Registered protocol family 10 [ 0.740089] NET: Registered protocol family 17 [ 0.741583] Key type dns_resolver registered [ 0.743223] Loading compiled-in X.509 certificates [ 0.745325] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.755476] registered taskstats version 1 [ 0.758652] Key type trusted registered [ 0.762550] Key type encrypted registered [ 0.763912] AppArmor: AppArmor sha1 policy hashing enabled [ 0.765690] IMA: No TPM chip found, activating TPM-bypass! [ 0.768013] regulator-dummy: disabling [ 0.769367] Magic number: 2:563:979 [ 0.770763] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:10 UTC (1535882230) [ 0.773436] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.775288] EDD information not available. [ 0.817431] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.819565] Write protecting the kernel read-only data: 12288k [ 0.821706] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.825076] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.838320] systemd-udevd[107]: starting version 204 [ 0.868517] FDC 0 is a S82078B [ 1.024090] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.189596] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.191699] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.193853] usb 1-1: Product: QEMU USB Tablet [ 1.195275] usb 1-1: Manufacturer: QEMU [ 1.196572] usb 1-1: SerialNumber: 42 [ 1.464146] tsc: Refined TSC clocksource calibration: 3491.877 MHz [ 1.901235] 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.308568] 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.718677] 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 ] [ 2.816281] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Initialize or finalize resolvconf[74G[ OK ] * Stopping Track if upstart is running in a container[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 09:57:15 +0000. Up 5.99 seconds. cloud-init-nonet[6.27]: 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 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 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[74G[ OK ] * Starting configure network device security[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[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 Bridge socket events into upstart[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[10.10]: static networking is now up * Starting configure network device[74G[ OK ] * Starting configure network device[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 09:57:19 +0000. Up 10.24 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:f0:b8:4a | ci-info: | eth0 | True | 192.168.0.19 | 255.255.255.0 | fa:16:3e:72:8e:70 | 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: a8:ae:db:38:16:10:df:09:66:b4:d5:9c:49:7a:36:d0 root@dime-0 The key's randomart image is: +--[ RSA 2048]----+ | .. o=.o | |. +o oE | | =.o..+ | |. . oo 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: 5f:d0:f4:8d:37:1c:de:7b:d7:f4:9b:55:59:60:cc:3f root@dime-0 The key's randomart image is: +--[ DSA 1024]----+ | .ooo.| | o o=o=| | . . o**| | . EB| | S . .B| | . . *| | . 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: 80:51:51:8f:34:cd:cf:82:af:18:d4:51:83:13:92:7c root@dime-0 The key's randomart image is: +--[ECDSA 256]---+ | .o++=*o | | oooE+o. | | . .o.+.o | | ..o . o | | . S. . | | . . | | 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: 44:78:65:8a:5f:78:77:f4:a6:c3:8e:c0:8d:1b:14:ec root@dime-0 The key's randomart image is: +--[ED25519 256--+ | ..o+ . | | .o.+.. . . | | ..+.+ . . o| | o =E+ o o | | S = . + | | + 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 ] * Stopping Failsafe Boot Delay[74G[ OK ] * Starting D-Bus system message bus[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 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 09:57:26 +0000. Up 17.17 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[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. Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 09:57:27 +0000. Up 18.14 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 --:--:-- --:--:-- --:--:-- 0 Ubuntu 14.04.5 LTS dime-0 ttyS0 dime-0 login: 100 3149 100 3149 0 0 19280 0 --:--:-- --:--:-- --:--:-- 19319 OK + apt-get update Ign http://nova.clouds.archive.ubuntu.com trusty InRelease 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://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] 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://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://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://security.ubuntu.com trusty-security/universe amd64 Packages [245 kB] Get:14 http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages [1101 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 [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 (2792 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://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://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 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-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:12 http://repo.cw-ngv.com/stable/ binary/ snmpd 5.7.3~dfsg-clearwater1 [73.7 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-snmpd 1.0-180328.114312 [18.3 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:16 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 kB] Get:17 http://repo.cw-ngv.com/stable/ binary/ crest 1.0-180326.111418 [14.4 MB] Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ ralf-libs 1.0-180326.112116 [657 kB] Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ ralf 1.0-180326.112116 [337 kB] Get:24 http://repo.cw-ngv.com/stable/ binary/ homestead-libs 1.0-180326.115231 [1157 kB] Get:25 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:26 http://repo.cw-ngv.com/stable/ binary/ python-netsnmp 5.7.2~dfsg-clearwater2 [19.6 kB] Get:27 http://repo.cw-ngv.com/stable/ binary/ homestead 1.0-180326.115231 [486 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://repo.cw-ngv.com/stable/ binary/ homestead-prov 1.0-180326.111418 [44.7 kB] Get:30 http://repo.cw-ngv.com/stable/ binary/ dime 1.0-180328.114312 [12.5 kB] Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2.1 [104 kB] Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.9 [147 kB] Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.10 [123 kB] Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 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 24s (3837 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 8716 clearwater-socket-factory-sig start/running, process 8721 Setting up clearwater-monit (5.18-180322.170159) ... clearwater-monit start/running, process 8770 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 (13.1 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.201 ++ echo 172.30.9.201 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.201 ++ 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 ++ echo 192.168.1.5 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.1.5 ++ ip2rr 192.168.0.19 ++ echo 192.168.0.19 ++ grep -q -e '[^0-9.]' ++ echo A 192.168.0.19 + echo 'nameserver 192.168.0.9' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + 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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 5f:d0:f4:8d:37:1c:de:7b:d7:f4:9b:55:59:60:cc:3f root@dime-0 (DSA) ec2: 256 80:51:51:8f:34:cd:cf:82:af:18:d4:51:83:13:92:7c root@dime-0 (ECDSA) ec2: 256 44:78:65:8a:5f:78:77:f4:a6:c3:8e:c0:8d:1b:14:ec root@dime-0 (ED25519) ec2: 2048 a8:ae:db:38:16:10:df:09:66:b4:d5:9c:49:7a:36:d0 root@dime-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEiUj6IOqZQn8+okHqixQNQP06ZCnZ2t4iPhJZ8aJJ/ygNwxwfcn0EF10/1VxxUIt2fz/8NEZitnSJEzti0ToXE= root@dime-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFP2a8ifLPy9EmwNWXvQ7m9bfxS1NkUB0x0LxIy4vGnD root@dime-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDG6Atm9xdNRdYDsQrpg9uqwQFtifsBhUfbMneohMu9zTgUJYQ3mKTAfubLwLI2XPtThBSg+EjZs4VqA+jurMz7e5TcCHyXQWBuXbdWod9CIVmLdNQwwczUBNTxLQcRz8cP0fwWMRUUgFKgfjs0mVKZIrxcF7sEZQT8hyFM5LPq/wGss1Gdka9lPEXVeNB7j0O7jU01d324ICgdfCoZvGQFh23ppM0pUyofHoQT0awcLrvmV7YfZCpTmeiiK+x4tnVgPxTznr10Ul6aYPMl9/gOazeCy8YRHJcrwLYReqzG6zfMrF7gOIRWubtCWjlt729lBFEZBE3nt3mfOugDjQkl root@dime-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 10:00:01 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 172.07 seconds 2018-09-02 10:00:39,964 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 10:00:39,965 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:39,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:40,500 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-7b804435-156e-49fe-89d1-3c4c950de75c x-compute-request-id: req-7b804435-156e-49fe-89d1-3c4c950de75c Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:40,500 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7b804435-156e-49fe-89d1-3c4c950de75c 2018-09-02 10:00:40,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.535383939743s 2018-09-02 10:00:40,501 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7b804435-156e-49fe-89d1-3c4c950de75c 2018-09-02 10:00:40,509 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:40,511 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:40,607 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-fe717cc0-e54c-4cac-9d0b-e0d5fd23676c x-compute-request-id: req-fe717cc0-e54c-4cac-9d0b-e0d5fd23676c Content-Encoding: gzip Content-Length: 20173 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.009231] Security Framework initialized\n[ 0.010367] AppArmor: AppArmor initialized\n[ 0.012003] Yama: becoming mindful.\n[ 0.013120] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016864] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.021962] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.024011] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)\n[ 0.032449] Initializing cgroup subsys memory\n[ 0.035595] Initializing cgroup subsys devices\n[ 0.036011] Initializing cgroup subsys freezer\n[ 0.040004] Initializing cgroup subsys blkio\n[ 0.041152] Initializing cgroup subsys perf_event\n[ 0.042379] Initializing cgroup subsys hugetlb\n[ 0.044062] FEATURE SPEC_CTRL Not Present\n[ 0.045873] mce: CPU supports 10 MCE banks\n[ 0.047054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.047054] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.048009] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.052004] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.054000] Speculative Store Bypass: Vulnerable\n[ 0.056152] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.060833] ACPI: Core revision 20131115\n[ 0.062423] ACPI: All ACPI Tables successfully acquired\n[ 0.064021] ftrace: allocating 28717 entries in 113 pages\n[ 0.084281] smpboot: Max logical packages: 2\n[ 0.085529] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.087098] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.088268] Enabling x2apic\n[ 0.089116] Enabled x2apic\n[ 0.090237] Switched APIC routing to physical x2apic.\n[ 0.093338] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.094877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.097281] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.105347] KVM setup paravirtual spinlock\n[ 0.107875] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.108199] x86: Booting SMP configuration:\n[ 0.109387] .... node #0, CPUs: #1[ 0.107828] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.124023] x86: Booted up 1 node, 2 CPUs\n[ 0.124015] KVM setup async PF for cpu 1\n[ 0.124017] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.127661] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.128421] devtmpfs: initialized\n[ 0.131001] EVM: security.selinux\n[ 0.132006] EVM: security.SMACK64\n[ 0.133019] EVM: security.ima\n[ 0.134120] EVM: security.capability\n[ 0.136318] pinctrl core: initialized pinctrl subsystem\n[ 0.138054] regulator-dummy: no parameters\n[ 0.139423] RTC time: 9:57:19, date: 09/02/18\n[ 0.140044] NET: Registered protocol family 16\n[ 0.141519] cpuidle: using governor ladder\n[ 0.142730] cpuidle: using governor menu\n[ 0.143958] ACPI: bus type PCI registered\n[ 0.144004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.145811] PCI: Using configuration type 1 for base access\n[ 0.148389] bio: create slab at 0\n[ 0.150019] ACPI: Added _OSI(Module Device)\n[ 0.152004] ACPI: Added _OSI(Processor Device)\n[ 0.153237] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.154500] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.157441] ACPI: Interpreter enabled\n[ 0.158541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.160767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.163452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.165742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.168010] ACPI: (supports S0 S5)\n[ 0.172008] ACPI: Using IOAPIC for interrupt routing\n[ 0.173566] 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.179448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.180021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.181715] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.183397] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.184251] acpiphp: Slot [3] registered\n[ 0.185387] acpiphp: Slot [4] registered\n[ 0.186605] acpiphp: Slot [5] registered\n[ 0.187708] acpiphp: Slot [6] registered\n[ 0.188022] acpiphp: Slot [7] registered\n[ 0.189116] acpiphp: Slot [8] registered\n[ 0.190203] acpiphp: Slot [9] registered\n[ 0.191294] acpiphp: Slot [10] registered\n[ 0.192021] acpiphp: Slot [11] registered\n[ 0.193141] acpiphp: Slot [12] registered\n[ 0.194247] acpiphp: Slot [13] registered\n[ 0.195350] acpiphp: Slot [14] registered\n[ 0.196023] acpiphp: Slot [15] registered\n[ 0.197232] acpiphp: Slot [16] registered\n[ 0.198418] acpiphp: Slot [17] registered\n[ 0.199564] acpiphp: Slot [18] registered\n[ 0.200030] acpiphp: Slot [19] registered\n[ 0.201171] acpiphp: Slot [20] registered\n[ 0.202298] acpiphp: Slot [21] registered\n[ 0.203389] acpiphp: Slot [22] registered\n[ 0.204043] acpiphp: Slot [23] registered\n[ 0.205217] acpiphp: Slot [24] registered\n[ 0.206415] acpiphp: Slot [25] registered\n[ 0.207616] acpiphp: Slot [26] registered\n[ 0.208021] acpiphp: Slot [27] registered\n[ 0.209144] acpiphp: Slot [28] registered\n[ 0.210316] acpiphp: Slot [29] registered\n[ 0.211477] acpiphp: Slot [30] registered\n[ 0.212040] acpiphp: Slot [31] registered\n[ 0.213201] PCI host bridge to bus 0000:00\n[ 0.214361] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.215795] 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.217599] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.219394] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.220009] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.229354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.231454] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.258273] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.260117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.262145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.264090] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.266064] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.267926] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.268296] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.269535] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.272004] vgaarb: loaded\n[ 0.272866] vgaarb: bridge control possible 0000:00:02.0\n[ 0.274551] SCSI subsystem initialized\n[ 0.275822] ACPI: bus type USB registered\n[ 0.276032] usbcore: registered new interface driver usbfs\n[ 0.277500] usbcore: registered new interface driver hub\n[ 0.278957] usbcore: registered new device driver usb\n[ 0.280123] PCI: Using ACPI for IRQ routing\n[ 0.281608] NetLabel: Initializing\n[ 0.282634] NetLabel: domain hash size = 128\n[ 0.284003] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.285387] NetLabel: unlabeled traffic allowed by default\n[ 0.286869] Switched to clocksource kvm-clock\n[ 0.293194] AppArmor: AppArmor Filesystem Enabled\n[ 0.294528] pnp: PnP ACPI init\n[ 0.295473] ACPI: bus type PNP registered\n[ 0.297122] pnp: PnP ACPI: found 8 devices\n[ 0.298279] ACPI: bus type PNP unregistered\n[ 0.306334] NET: Registered protocol family 2\n[ 0.307850] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.309999] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.311892] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.313693] TCP: reno registered\n[ 0.314675] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.316266] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.318021] NET: Registered protocol family 1\n[ 0.319248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.320791] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.322305] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.344770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.367339] Trying to unpack rootfs image as initramfs...\n[ 0.480285] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.482677] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.484229] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.486010] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.488454] Scanning for low memory corruption every 60 seconds\n[ 0.490448] Initialise system trusted keyring\n[ 0.491747] audit: initializing netlink socket (disabled)\n[ 0.493248] type=2000 audit(1535882240.379:1): initialized\n[ 0.514512] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.517175] zbud: loaded\n[ 0.518300] VFS: Disk quotas dquot_6.5.2\n[ 0.519976] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.523237] fuse init (API version 7.22)\n[ 0.525154] msgmni has been set to 3997\n[ 0.526989] Key type big_key registered\n[ 0.529289] Key type asymmetric registered\n[ 0.531096] Asymmetric key parser 'x509' registered\n[ 0.533213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.536529] io scheduler noop registered\n[ 0.538253] io scheduler deadline registered (default)\n[ 0.540482] io scheduler cfq registered\n[ 0.542374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.544670] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.546811] ipmi message handler version 39.2\n[ 0.548191] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.550302] ACPI: Power Button [PWRF]\n[ 0.551497] GHES: HEST is not enabled!\n[ 0.574029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.619409] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.642385] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.644664] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.670700] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.674388] Linux agpgart interface v0.103\n[ 0.676595] brd: module loaded\n[ 0.677988] loop: module loaded\n[ 0.679314] blk-mq: CPU -> queue map\n[ 0.680368] CPU 0 -> Queue 0\n[ 0.681306] CPU 1 -> Queue 0\n[ 0.683029] vda: vda1\n[ 0.684678] scsi0 : ata_piix\n[ 0.685719] scsi1 : ata_piix\n[ 0.686655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.688386] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.690389] libphy: Fixed MDIO Bus: probed\n[ 0.691704] tun: Universal TUN/TAP device driver, 1.6\n[ 0.693112] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.697291] PPP generic driver version 2.4.2\n[ 0.698626] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.700316] ehci-pci: EHCI PCI platform driver\n[ 0.701781] ehci-platform: EHCI generic platform driver\n[ 0.703165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.704740] ohci-pci: OHCI PCI platform driver\n[ 0.705969] ohci-platform: OHCI generic platform driver\n[ 0.707355] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.729538] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.730951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.733071] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.734657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.736375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.738390] usb usb1: Product: UHCI Host Controller\n[ 0.739713] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.741357] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.742741] hub 1-0:1.0: USB hub found\n[ 0.743865] hub 1-0:1.0: 2 ports detected\n[ 0.745170] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.748139] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.749486] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.751057] mousedev: PS/2 mouse device common for all mice\n[ 0.752886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.755500] rtc_cmos 00:00: RTC can wake from S4\n[ 0.757164] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.758848] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.760583] device-mapper: uevent: version 1.0.3\n[ 0.761955] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.764269] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.765948] TCP: cubic registered\n[ 0.767013] NET: Registered protocol family 10\n[ 0.768537] NET: Registered protocol family 17\n[ 0.769796] Key type dns_resolver registered\n[ 0.771360] Loading compiled-in X.509 certificates\n[ 0.773214] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.783573] registered taskstats version 1\n[ 0.786939] Key type trusted registered\n[ 0.791246] Key type encrypted registered\n[ 0.792421] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.793870] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.795868] regulator-dummy: disabling\n[ 0.797056] Magic number: 2:563:979\n[ 0.798337] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:20 UTC (1535882240)\n[ 0.800680] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.802346] EDD information not available.\n[ 0.845581] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.847851] Write protecting the kernel read-only data: 12288k\n[ 0.850115] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.853655] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.868920] systemd-udevd[107]: starting version 204\n[ 0.912456] FDC 0 is a S82078B\n[ 1.056053] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.220028] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.221849] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.223714] usb 1-1: Product: QEMU USB Tablet\n[ 1.224950] usb 1-1: Manufacturer: QEMU\n[ 1.226067] usb 1-1: SerialNumber: 42\n[ 1.480077] tsc: Refined TSC clocksource calibration: 3491.835 MHz\n[ 1.921322] 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.265797] 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.378917] 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 Fix-up sensitive /proc filesystem entries[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 Fix-up sensitive /proc filesystem entries[74G[ OK ]\n * Stopping Populate and link to /run filesystem[74G[ OK ]\n[ 2.605921] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ]\n * Stopping Track if upstart is running in a container[74G[ OK ]\n * Starting Clean /tmp directory[74G[ OK ]\n * Stopping Clean /tmp directory[74G[ OK ]\n * Starting Initialize or finalize resolvconf[74G[ OK ]\nCloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:57:22 +0000. Up 3.12 seconds.\ncloud-init-nonet[3.28]: 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 Bridge udev events into upstart[74G[ OK ]\n * Stopping set sysctls from /etc/sysctl.conf[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 * Starting configure network device[74G[ OK ]\n * Starting Mount network filesystems[74G[ OK ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[4.44]: 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 09:57:24 +0000. Up 4.69 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:a2:79:63 |\nci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:02:1c:01 |\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:\n77:a7:9a:88:46:ae:8e:04:c1:d7:bc:09:ce:29:c8:4e root@sprout-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n|. o |\n|.. o o |\n|o.+ o o |\n|oE + o S . . . |\n|o.. . . . 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:\n57:11:50:18:aa:04:73:73:51:92:97:a3:b7:f2:36:c8 root@sprout-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| o o +++*+. |\n| + o.o= . |\n| . .o .. |\n| . .. .. |\n| . S... |\n| ... |\n| . + |\n| E + |\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:\n37:6c:2c:28:e1:f0:f1:36:a9:d2:5e:be:e1:67:22:7d root@sprout-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| |\n| . o |\n| + + o o |\n| + * S * |\n| . + . + . |\n| . o.o |\n| o.+o.E |\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:\nb9:d9:fa:1c:73:56:ff:49:f7:3c:1e:e1:e2:2a:11:02 root@sprout-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| |\n| E |\n| . |\n| . o |\n| S . .. |\n| = ....|\n| o = o. +o|\n| + =. oo*|\n| ..+....o=|\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 * 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 * Starting D-Bus system message bus[74G[ OK ]\nCloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:30 +0000. Up 11.20 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting SystemD login management service[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 09:57:31 +0000. Up 12.08 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 15903 0 --:--:-- --:--:-- --:--:-- 15984\nOK\n+ apt-get update\n\nUbuntu 14.04.5 LTS sprout-0 ttyS0\n\nsprout-0 login: Ign 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]\nIgn http://nova.clouds.archive.ubuntu.com trusty InRelease\nGet:3 http://repo.cw-ngv.com binary/ Release [1219 B]\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]\nIgn http://repo.cw-ngv.com binary/ Translation-en\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 [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 7s (1595 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=192.168.0.10\n+ '[' -n 192.168.0.10 ']'\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB]\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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB]\nGet:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB]\nGet:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB]\nGet:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB]\nGet:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB]\nGet:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB]\nGet:21 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB]\nGet:22 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB]\nGet:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB]\nGet:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB]\nGet:25 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 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 15s (3575 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 8260\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 8372\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 3s (11.3 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.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.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n++ ip2rr 192.168.1.8\n++ grep -q -e '[^0-9.]'\n++ echo 192.168.1.8\n++ echo A 192.168.1.8\n+ echo 'nameserver 192.168.0.9'\n+ echo RESOLV_CONF=/etc/dnsmasq.resolv.conf\n+ mkdir -p /etc/netns/signaling\n+ echo 'nameserver 192.168.1.11'\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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 57:11:50:18:aa:04:73:73:51:92:97:a3:b7:f2:36:c8 root@sprout-0 (DSA)\nec2: 256 37:6c:2c:28:e1:f0:f1:36:a9:d2:5e:be:e1:67:22:7d root@sprout-0 (ECDSA)\nec2: 256 b9:d9:fa:1c:73:56:ff:49:f7:3c:1e:e1:e2:2a:11:02 root@sprout-0 (ED25519)\nec2: 2048 77:a7:9a:88:46:ae:8e:04:c1:d7:bc:09:ce:29:c8:4e root@sprout-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBcSuy8rREEI1mWUl2v/78tiy7ic9W9hu19Wg0L9rAR+EtqIlfSbLlPBoxEajnLiJfkPXP7p4SuNCw5a4rXvxT0= root@sprout-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGflVBvPV7Pm7P/hYJ9TrrbPfMAdW+9hhqAgbffz/I7w root@sprout-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD6x1YnqtDNZAj3CURn/LsOKlx08byHp+G/J6pgmrVVHHUhWHrqVRgTyWbVILX3iu7v24kqeopcMQZTZAwnfCMw5+z7YdMcl0IrbleRTAN9DNq6QnQIrwHGH63vgk6/TNBmoKUXf3bu4j+yDyEmfglJmQ4Aa8tuxiqD3PeT2smHaaTQ/vOCZ2Vyd6fX0PwpXKYAdoHidQEfQFazVzIOMd9HXWTQ+yiO2jAZvg/xlQ6CiC31YRYR1eG7y/UrAReL5/aLrSdqqHB7cExvs5AfK3s0SZIAnOqrypjOXeitx7cWFVHOZ6EB9flVLIlHGUHpLgrH3X99F/7iEVFDXv6NjOWB root@sprout-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:59:46 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 146.81 seconds\n"} 2018-09-02 10:00:40,609 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea/action used request id req-fe717cc0-e54c-4cac-9d0b-e0d5fd23676c 2018-09-02 10:00:40,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.100457906723s 2018-09-02 10:00:40,612 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea/action used request id req-fe717cc0-e54c-4cac-9d0b-e0d5fd23676c 2018-09-02 10:00:40,612 - 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.009231] Security Framework initialized [ 0.010367] AppArmor: AppArmor initialized [ 0.012003] Yama: becoming mindful. [ 0.013120] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016864] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.021962] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.024011] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.032449] Initializing cgroup subsys memory [ 0.035595] Initializing cgroup subsys devices [ 0.036011] Initializing cgroup subsys freezer [ 0.040004] Initializing cgroup subsys blkio [ 0.041152] Initializing cgroup subsys perf_event [ 0.042379] Initializing cgroup subsys hugetlb [ 0.044062] FEATURE SPEC_CTRL Not Present [ 0.045873] mce: CPU supports 10 MCE banks [ 0.047054] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.047054] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.048009] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.052004] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.054000] Speculative Store Bypass: Vulnerable [ 0.056152] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.060833] ACPI: Core revision 20131115 [ 0.062423] ACPI: All ACPI Tables successfully acquired [ 0.064021] ftrace: allocating 28717 entries in 113 pages [ 0.084281] smpboot: Max logical packages: 2 [ 0.085529] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.087098] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.088268] Enabling x2apic [ 0.089116] Enabled x2apic [ 0.090237] Switched APIC routing to physical x2apic. [ 0.093338] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.094877] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.097281] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.105347] KVM setup paravirtual spinlock [ 0.107875] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.108199] x86: Booting SMP configuration: [ 0.109387] .... node #0, CPUs: #1[ 0.107828] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.124023] x86: Booted up 1 node, 2 CPUs [ 0.124015] KVM setup async PF for cpu 1 [ 0.124017] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.127661] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.128421] devtmpfs: initialized [ 0.131001] EVM: security.selinux [ 0.132006] EVM: security.SMACK64 [ 0.133019] EVM: security.ima [ 0.134120] EVM: security.capability [ 0.136318] pinctrl core: initialized pinctrl subsystem [ 0.138054] regulator-dummy: no parameters [ 0.139423] RTC time: 9:57:19, date: 09/02/18 [ 0.140044] NET: Registered protocol family 16 [ 0.141519] cpuidle: using governor ladder [ 0.142730] cpuidle: using governor menu [ 0.143958] ACPI: bus type PCI registered [ 0.144004] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.145811] PCI: Using configuration type 1 for base access [ 0.148389] bio: create slab at 0 [ 0.150019] ACPI: Added _OSI(Module Device) [ 0.152004] ACPI: Added _OSI(Processor Device) [ 0.153237] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.154500] ACPI: Added _OSI(Processor Aggregator Device) [ 0.157441] ACPI: Interpreter enabled [ 0.158541] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.160767] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.163452] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.165742] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.168010] ACPI: (supports S0 S5) [ 0.172008] ACPI: Using IOAPIC for interrupt routing [ 0.173566] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.176206] ACPI: No dock devices found. [ 0.179448] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.180021] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.181715] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.183397] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.184251] acpiphp: Slot [3] registered [ 0.185387] acpiphp: Slot [4] registered [ 0.186605] acpiphp: Slot [5] registered [ 0.187708] acpiphp: Slot [6] registered [ 0.188022] acpiphp: Slot [7] registered [ 0.189116] acpiphp: Slot [8] registered [ 0.190203] acpiphp: Slot [9] registered [ 0.191294] acpiphp: Slot [10] registered [ 0.192021] acpiphp: Slot [11] registered [ 0.193141] acpiphp: Slot [12] registered [ 0.194247] acpiphp: Slot [13] registered [ 0.195350] acpiphp: Slot [14] registered [ 0.196023] acpiphp: Slot [15] registered [ 0.197232] acpiphp: Slot [16] registered [ 0.198418] acpiphp: Slot [17] registered [ 0.199564] acpiphp: Slot [18] registered [ 0.200030] acpiphp: Slot [19] registered [ 0.201171] acpiphp: Slot [20] registered [ 0.202298] acpiphp: Slot [21] registered [ 0.203389] acpiphp: Slot [22] registered [ 0.204043] acpiphp: Slot [23] registered [ 0.205217] acpiphp: Slot [24] registered [ 0.206415] acpiphp: Slot [25] registered [ 0.207616] acpiphp: Slot [26] registered [ 0.208021] acpiphp: Slot [27] registered [ 0.209144] acpiphp: Slot [28] registered [ 0.210316] acpiphp: Slot [29] registered [ 0.211477] acpiphp: Slot [30] registered [ 0.212040] acpiphp: Slot [31] registered [ 0.213201] PCI host bridge to bus 0000:00 [ 0.214361] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.215795] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.216004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.217599] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.219394] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.220009] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.229354] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.231454] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.258273] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.260117] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.262145] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.264090] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.266064] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.267926] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.268296] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.269535] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.272004] vgaarb: loaded [ 0.272866] vgaarb: bridge control possible 0000:00:02.0 [ 0.274551] SCSI subsystem initialized [ 0.275822] ACPI: bus type USB registered [ 0.276032] usbcore: registered new interface driver usbfs [ 0.277500] usbcore: registered new interface driver hub [ 0.278957] usbcore: registered new device driver usb [ 0.280123] PCI: Using ACPI for IRQ routing [ 0.281608] NetLabel: Initializing [ 0.282634] NetLabel: domain hash size = 128 [ 0.284003] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.285387] NetLabel: unlabeled traffic allowed by default [ 0.286869] Switched to clocksource kvm-clock [ 0.293194] AppArmor: AppArmor Filesystem Enabled [ 0.294528] pnp: PnP ACPI init [ 0.295473] ACPI: bus type PNP registered [ 0.297122] pnp: PnP ACPI: found 8 devices [ 0.298279] ACPI: bus type PNP unregistered [ 0.306334] NET: Registered protocol family 2 [ 0.307850] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.309999] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.311892] TCP: Hash tables configured (established 16384 bind 16384) [ 0.313693] TCP: reno registered [ 0.314675] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.316266] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.318021] NET: Registered protocol family 1 [ 0.319248] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.320791] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.322305] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.344770] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.367339] Trying to unpack rootfs image as initramfs... [ 0.480285] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.482677] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.484229] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.486010] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.488454] Scanning for low memory corruption every 60 seconds [ 0.490448] Initialise system trusted keyring [ 0.491747] audit: initializing netlink socket (disabled) [ 0.493248] type=2000 audit(1535882240.379:1): initialized [ 0.514512] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.517175] zbud: loaded [ 0.518300] VFS: Disk quotas dquot_6.5.2 [ 0.519976] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.523237] fuse init (API version 7.22) [ 0.525154] msgmni has been set to 3997 [ 0.526989] Key type big_key registered [ 0.529289] Key type asymmetric registered [ 0.531096] Asymmetric key parser 'x509' registered [ 0.533213] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.536529] io scheduler noop registered [ 0.538253] io scheduler deadline registered (default) [ 0.540482] io scheduler cfq registered [ 0.542374] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.544670] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.546811] ipmi message handler version 39.2 [ 0.548191] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.550302] ACPI: Power Button [PWRF] [ 0.551497] GHES: HEST is not enabled! [ 0.574029] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.619409] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.642385] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.644664] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.670700] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.674388] Linux agpgart interface v0.103 [ 0.676595] brd: module loaded [ 0.677988] loop: module loaded [ 0.679314] blk-mq: CPU -> queue map [ 0.680368] CPU 0 -> Queue 0 [ 0.681306] CPU 1 -> Queue 0 [ 0.683029] vda: vda1 [ 0.684678] scsi0 : ata_piix [ 0.685719] scsi1 : ata_piix [ 0.686655] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.688386] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.690389] libphy: Fixed MDIO Bus: probed [ 0.691704] tun: Universal TUN/TAP device driver, 1.6 [ 0.693112] tun: (C) 1999-2004 Max Krasnyansky [ 0.697291] PPP generic driver version 2.4.2 [ 0.698626] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.700316] ehci-pci: EHCI PCI platform driver [ 0.701781] ehci-platform: EHCI generic platform driver [ 0.703165] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.704740] ohci-pci: OHCI PCI platform driver [ 0.705969] ohci-platform: OHCI generic platform driver [ 0.707355] uhci_hcd: USB Universal Host Controller Interface driver [ 0.729538] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.730951] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.733071] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.734657] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.736375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.738390] usb usb1: Product: UHCI Host Controller [ 0.739713] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.741357] usb usb1: SerialNumber: 0000:00:01.2 [ 0.742741] hub 1-0:1.0: USB hub found [ 0.743865] hub 1-0:1.0: 2 ports detected [ 0.745170] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.748139] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.749486] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.751057] mousedev: PS/2 mouse device common for all mice [ 0.752886] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.755500] rtc_cmos 00:00: RTC can wake from S4 [ 0.757164] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.758848] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.760583] device-mapper: uevent: version 1.0.3 [ 0.761955] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.764269] ledtrig-cpu: registered to indicate activity on CPUs [ 0.765948] TCP: cubic registered [ 0.767013] NET: Registered protocol family 10 [ 0.768537] NET: Registered protocol family 17 [ 0.769796] Key type dns_resolver registered [ 0.771360] Loading compiled-in X.509 certificates [ 0.773214] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.783573] registered taskstats version 1 [ 0.786939] Key type trusted registered [ 0.791246] Key type encrypted registered [ 0.792421] AppArmor: AppArmor sha1 policy hashing enabled [ 0.793870] IMA: No TPM chip found, activating TPM-bypass! [ 0.795868] regulator-dummy: disabling [ 0.797056] Magic number: 2:563:979 [ 0.798337] rtc_cmos 00:00: setting system clock to 2018-09-02 09:57:20 UTC (1535882240) [ 0.800680] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.802346] EDD information not available. [ 0.845581] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.847851] Write protecting the kernel read-only data: 12288k [ 0.850115] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.853655] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.868920] systemd-udevd[107]: starting version 204 [ 0.912456] FDC 0 is a S82078B [ 1.056053] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.220028] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.221849] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.223714] usb 1-1: Product: QEMU USB Tablet [ 1.224950] usb 1-1: Manufacturer: QEMU [ 1.226067] usb 1-1: SerialNumber: 42 [ 1.480077] tsc: Refined TSC clocksource calibration: 3491.835 MHz [ 1.921322] 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.265797] 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.378917] 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 Fix-up sensitive /proc filesystem entries[74G[ OK ] * Starting Populate /dev filesystem[74G[ OK ] * Starting Populate and link to /run filesystem[74G[ OK ] * Stopping Populate /dev filesystem[74G[ OK ] * Stopping Fix-up sensitive /proc filesystem entries[74G[ OK ] * Stopping Populate and link to /run filesystem[74G[ OK ] [ 2.605921] EXT4-fs (vda1): re-mounted. Opts: (null) * Starting Signal sysvinit that the rootfs is mounted[74G[ OK ] * Stopping Track if upstart is running in a container[74G[ OK ] * Starting Clean /tmp directory[74G[ OK ] * Stopping Clean /tmp directory[74G[ OK ] * Starting Initialize or finalize resolvconf[74G[ OK ] Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 09:57:22 +0000. Up 3.12 seconds. cloud-init-nonet[3.28]: 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 Bridge udev events into upstart[74G[ OK ] * Stopping set sysctls from /etc/sysctl.conf[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 ] * Starting configure network device[74G[ OK ] * Starting Mount network filesystems[74G[ OK ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[4.44]: 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 09:57:24 +0000. Up 4.69 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:a2:79:63 | ci-info: | eth0 | True | 192.168.0.5 | 255.255.255.0 | fa:16:3e:02:1c:01 | 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: 77:a7:9a:88:46:ae:8e:04:c1:d7:bc:09:ce:29:c8:4e root@sprout-0 The key's randomart image is: +--[ RSA 2048]----+ | | |. o | |.. o o | |o.+ o o | |oE + o S . . . | |o.. . . . 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: 57:11:50:18:aa:04:73:73:51:92:97:a3:b7:f2:36:c8 root@sprout-0 The key's randomart image is: +--[ DSA 1024]----+ | o o +++*+. | | + o.o= . | | . .o .. | | . .. .. | | . S... | | ... | | . + | | E + | | . . | +-----------------+ 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: 37:6c:2c:28:e1:f0:f1:36:a9:d2:5e:be:e1:67:22:7d root@sprout-0 The key's randomart image is: +--[ECDSA 256]---+ | | | | | . o | | + + o o | | + * S * | | . + . + . | | . o.o | | o.+o.E | | ..+* | +-----------------+ 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: b9:d9:fa:1c:73:56:ff:49:f7:3c:1e:e1:e2:2a:11:02 root@sprout-0 The key's randomart image is: +--[ED25519 256--+ | | | E | | . | | . o | | S . .. | | = ....| | o = o. +o| | + =. oo*| | ..+....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 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 ] * Starting D-Bus system message bus[74G[ OK ] Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 09:57:30 +0000. Up 11.20 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting SystemD login management service[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 09:57:31 +0000. Up 12.08 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 15903 0 --:--:-- --:--:-- --:--:-- 15984 OK + apt-get update Ubuntu 14.04.5 LTS sprout-0 ttyS0 sprout-0 login: Ign http://repo.cw-ngv.com binary/ InRelease Get:1 http://repo.cw-ngv.com binary/ Release.gpg [819 B] Get:2 http://security.ubuntu.com trusty-security InRelease [65.9 kB] Ign http://nova.clouds.archive.ubuntu.com trusty InRelease Get:3 http://repo.cw-ngv.com binary/ Release [1219 B] 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] Ign http://repo.cw-ngv.com binary/ Translation-en 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 [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 7s (1595 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip=192.168.0.10 + '[' -n 192.168.0.10 ']' + 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-infrastructure 1.0-180328.114312 [2552 kB] Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] Get:8 http://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:9 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 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/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:13 http://repo.cw-ngv.com/stable/ binary/ clearwater-socket-factory 1.0-180328.114312 [39.5 kB] Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe libboost-locale1.54.0 amd64 1.54.0-4ubuntu3.1 [212 kB] Get:15 http://repo.cw-ngv.com/stable/ binary/ clearwater-tcp-scalability 1.0-180328.114312 [13.9 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://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-regex1.54.0 amd64 1.54.0-4ubuntu3.1 [261 kB] Get:19 http://repo.cw-ngv.com/stable/ binary/ sprout-scscf 1.0-180328.134516 [128 kB] Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] Get:21 http://repo.cw-ngv.com/stable/ binary/ sprout-icscf 1.0-180328.134516 [83.2 kB] Get:22 http://repo.cw-ngv.com/stable/ binary/ sprout-bgcf 1.0-180328.134516 [70.0 kB] Get:23 http://repo.cw-ngv.com/stable/ binary/ sprout-mmtel-as 1.0-180328.134516 [50.6 kB] Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] Get:25 http://repo.cw-ngv.com/stable/ binary/ sprout 1.0-180328.134516 [12.3 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 15s (3575 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 8260 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 8372 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 3s (11.3 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.205 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.205 ++ echo A 172.30.9.205 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 ++ ip2rr 192.168.1.8 ++ grep -q -e '[^0-9.]' ++ echo 192.168.1.8 ++ echo A 192.168.1.8 + echo 'nameserver 192.168.0.9' + echo RESOLV_CONF=/etc/dnsmasq.resolv.conf + mkdir -p /etc/netns/signaling + echo 'nameserver 192.168.1.11' + 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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 57:11:50:18:aa:04:73:73:51:92:97:a3:b7:f2:36:c8 root@sprout-0 (DSA) ec2: 256 37:6c:2c:28:e1:f0:f1:36:a9:d2:5e:be:e1:67:22:7d root@sprout-0 (ECDSA) ec2: 256 b9:d9:fa:1c:73:56:ff:49:f7:3c:1e:e1:e2:2a:11:02 root@sprout-0 (ED25519) ec2: 2048 77:a7:9a:88:46:ae:8e:04:c1:d7:bc:09:ce:29:c8:4e root@sprout-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBcSuy8rREEI1mWUl2v/78tiy7ic9W9hu19Wg0L9rAR+EtqIlfSbLlPBoxEajnLiJfkPXP7p4SuNCw5a4rXvxT0= root@sprout-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGflVBvPV7Pm7P/hYJ9TrrbPfMAdW+9hhqAgbffz/I7w root@sprout-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD6x1YnqtDNZAj3CURn/LsOKlx08byHp+G/J6pgmrVVHHUhWHrqVRgTyWbVILX3iu7v24kqeopcMQZTZAwnfCMw5+z7YdMcl0IrbleRTAN9DNq6QnQIrwHGH63vgk6/TNBmoKUXf3bu4j+yDyEmfglJmQ4Aa8tuxiqD3PeT2smHaaTQ/vOCZ2Vyd6fX0PwpXKYAdoHidQEfQFazVzIOMd9HXWTQ+yiO2jAZvg/xlQ6CiC31YRYR1eG7y/UrAReL5/aLrSdqqHB7cExvs5AfK3s0SZIAnOqrypjOXeitx7cWFVHOZ6EB9flVLIlHGUHpLgrH3X99F/7iEVFDXv6NjOWB root@sprout-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:59:46 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 146.81 seconds 2018-09-02 10:00:40,616 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 10:00:40,617 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:40,619 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:41,467 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-471b6d22-d1b4-42f0-bf89-d8deaf43c886 x-compute-request-id: req-471b6d22-d1b4-42f0-bf89-d8deaf43c886 Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:41,467 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-471b6d22-d1b4-42f0-bf89-d8deaf43c886 2018-09-02 10:00:41,467 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.850352048874s 2018-09-02 10:00:41,468 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-471b6d22-d1b4-42f0-bf89-d8deaf43c886 2018-09-02 10:00:41,476 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:41,478 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:41,586 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-c4341e88-bcc7-40bb-b8a4-85a8cbf1f3ce x-compute-request-id: req-c4341e88-bcc7-40bb-b8a4-85a8cbf1f3ce Content-Encoding: gzip Content-Length: 20548 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.009289] AppArmor: AppArmor initialized\n[ 0.010488] Yama: becoming mindful.\n[ 0.012143] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016607] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019342] 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.022136] Initializing cgroup subsys memory\n[ 0.024006] Initializing cgroup subsys devices\n[ 0.025304] Initializing cgroup subsys freezer\n[ 0.026547] Initializing cgroup subsys blkio\n[ 0.028003] Initializing cgroup subsys perf_event\n[ 0.029332] Initializing cgroup subsys hugetlb\n[ 0.030633] FEATURE SPEC_CTRL Not Present\n[ 0.032716] mce: CPU supports 10 MCE banks\n[ 0.033939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033939] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037692] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040003] Speculative Store Bypass: Vulnerable\n[ 0.041965] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046571] ACPI: Core revision 20131115\n[ 0.048476] ACPI: All ACPI Tables successfully acquired\n[ 0.050165] ftrace: allocating 28717 entries in 113 pages\n[ 0.072227] smpboot: Max logical packages: 2\n[ 0.076003] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.077780] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.079766] Enabling x2apic\n[ 0.080000] Enabled x2apic\n[ 0.080003] Switched APIC routing to physical x2apic.\n[ 0.084765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.086474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.089368] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097481] KVM setup paravirtual spinlock\n[ 0.100069] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.102123] x86: Booting SMP configuration:\n[ 0.103420] .... node #0, CPUs: #1[ 0.100025] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.120019] x86: Booted up 1 node, 2 CPUs\n[ 0.120012] KVM setup async PF for cpu 1\n[ 0.120014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.123988] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.124422] devtmpfs: initialized\n[ 0.127044] EVM: security.selinux\n[ 0.128005] EVM: security.SMACK64\n[ 0.129035] EVM: security.ima\n[ 0.130006] EVM: security.capability\n[ 0.131129] pinctrl core: initialized pinctrl subsystem\n[ 0.132044] regulator-dummy: no parameters\n[ 0.133349] RTC time: 9:56:31, date: 09/02/18\n[ 0.134649] NET: Registered protocol family 16\n[ 0.136000] cpuidle: using governor ladder\n[ 0.136003] cpuidle: using governor menu\n[ 0.137243] ACPI: bus type PCI registered\n[ 0.138433] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.140112] PCI: Using configuration type 1 for base access\n[ 0.142287] bio: create slab at 0\n[ 0.142287] ACPI: Added _OSI(Module Device)\n[ 0.144003] ACPI: Added _OSI(Processor Device)\n[ 0.147898] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.148018] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.150971] ACPI: Interpreter enabled\n[ 0.152026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.154788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.156791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.159564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.161816] ACPI: (supports S0 S5)\n[ 0.162860] ACPI: Using IOAPIC for interrupt routing\n[ 0.164072] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.166854] ACPI: No dock devices found.\n[ 0.170161] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.171885] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.172007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.173776] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.176241] acpiphp: Slot [3] registered\n[ 0.177411] acpiphp: Slot [4] registered\n[ 0.178576] acpiphp: Slot [5] registered\n[ 0.179792] acpiphp: Slot [6] registered\n[ 0.180031] acpiphp: Slot [7] registered\n[ 0.181198] acpiphp: Slot [8] registered\n[ 0.182393] acpiphp: Slot [9] registered\n[ 0.183557] acpiphp: Slot [10] registered\n[ 0.184023] acpiphp: Slot [11] registered\n[ 0.185227] acpiphp: Slot [12] registered\n[ 0.186417] acpiphp: Slot [13] registered\n[ 0.187606] acpiphp: Slot [14] registered\n[ 0.188021] acpiphp: Slot [15] registered\n[ 0.189258] acpiphp: Slot [16] registered\n[ 0.190453] acpiphp: Slot [17] registered\n[ 0.191641] acpiphp: Slot [18] registered\n[ 0.192031] acpiphp: Slot [19] registered\n[ 0.193227] acpiphp: Slot [20] registered\n[ 0.194464] acpiphp: Slot [21] registered\n[ 0.195661] acpiphp: Slot [22] registered\n[ 0.196020] acpiphp: Slot [23] registered\n[ 0.197251] acpiphp: Slot [24] registered\n[ 0.198448] acpiphp: Slot [25] registered\n[ 0.199679] acpiphp: Slot [26] registered\n[ 0.200020] acpiphp: Slot [27] registered\n[ 0.201201] acpiphp: Slot [28] registered\n[ 0.202411] acpiphp: Slot [29] registered\n[ 0.203620] acpiphp: Slot [30] registered\n[ 0.204027] acpiphp: Slot [31] registered\n[ 0.205238] PCI host bridge to bus 0000:00\n[ 0.206449] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.207980] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.209675] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.211469] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.219344] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.220014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.240752] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.242881] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.244991] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.247035] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.248961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.250810] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.252315] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.253674] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.256003] vgaarb: loaded\n[ 0.256892] vgaarb: bridge control possible 0000:00:02.0\n[ 0.258643] SCSI subsystem initialized\n[ 0.260070] ACPI: bus type USB registered\n[ 0.261313] usbcore: registered new interface driver usbfs\n[ 0.262884] usbcore: registered new interface driver hub\n[ 0.264060] usbcore: registered new device driver usb\n[ 0.265564] PCI: Using ACPI for IRQ routing\n[ 0.265695] NetLabel: Initializing\n[ 0.268007] NetLabel: domain hash size = 128\n[ 0.269259] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.270781] NetLabel: unlabeled traffic allowed by default\n[ 0.272229] Switched to clocksource kvm-clock\n[ 0.281140] AppArmor: AppArmor Filesystem Enabled\n[ 0.282549] pnp: PnP ACPI init\n[ 0.283551] ACPI: bus type PNP registered\n[ 0.285231] pnp: PnP ACPI: found 8 devices\n[ 0.286461] ACPI: bus type PNP unregistered\n[ 0.294080] NET: Registered protocol family 2\n[ 0.295679] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.297931] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.299949] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.301877] TCP: reno registered\n[ 0.302923] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.304560] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.306361] NET: Registered protocol family 1\n[ 0.307650] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.309249] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.310811] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.333900] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.356367] Trying to unpack rootfs image as initramfs...\n[ 0.456796] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.459389] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.460971] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.462718] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.465163] Scanning for low memory corruption every 60 seconds\n[ 0.467273] Initialise system trusted keyring\n[ 0.468584] audit: initializing netlink socket (disabled)\n[ 0.470091] type=2000 audit(1535882192.101:1): initialized\n[ 0.490417] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.493106] zbud: loaded\n[ 0.494203] VFS: Disk quotas dquot_6.5.2\n[ 0.495403] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.497577] fuse init (API version 7.22)\n[ 0.498794] msgmni has been set to 3997\n[ 0.500442] Key type big_key registered\n[ 0.502092] Key type asymmetric registered\n[ 0.503293] Asymmetric key parser 'x509' registered\n[ 0.504711] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.506949] io scheduler noop registered\n[ 0.508111] io scheduler deadline registered (default)\n[ 0.509537] io scheduler cfq registered\n[ 0.510763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.512299] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.514111] ipmi message handler version 39.2\n[ 0.515459] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.517626] ACPI: Power Button [PWRF]\n[ 0.518819] GHES: HEST is not enabled!\n[ 0.540525] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.583449] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.585671] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.609489] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.612429] Linux agpgart interface v0.103\n[ 0.614565] brd: module loaded\n[ 0.616016] loop: module loaded\n[ 0.617380] blk-mq: CPU -> queue map\n[ 0.618482] CPU 0 -> Queue 0\n[ 0.619428] CPU 1 -> Queue 0\n[ 0.621297] vda: vda1\n[ 0.623262] scsi0 : ata_piix\n[ 0.624375] scsi1 : ata_piix\n[ 0.625315] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 0.627082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 0.629143] libphy: Fixed MDIO Bus: probed\n[ 0.630442] tun: Universal TUN/TAP device driver, 1.6\n[ 0.631958] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.634661] PPP generic driver version 2.4.2\n[ 0.636071] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.637844] ehci-pci: EHCI PCI platform driver\n[ 0.639131] ehci-platform: EHCI generic platform driver\n[ 0.640583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.642260] ohci-pci: OHCI PCI platform driver\n[ 0.643561] ohci-platform: OHCI generic platform driver\n[ 0.645033] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.667527] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.669080] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.671381] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 0.673167] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.675008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.677121] usb usb1: Product: UHCI Host Controller\n[ 0.678496] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.680222] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.681719] hub 1-0:1.0: USB hub found\n[ 0.682871] hub 1-0:1.0: 2 ports detected\n[ 0.684261] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.687356] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.688787] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.690448] mousedev: PS/2 mouse device common for all mice\n[ 0.692399] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.695144] rtc_cmos 00:00: RTC can wake from S4\n[ 0.696887] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.698652] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.700486] device-mapper: uevent: version 1.0.3\n[ 0.701941] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.704363] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.706159] TCP: cubic registered\n[ 0.707313] NET: Registered protocol family 10\n[ 0.709129] NET: Registered protocol family 17\n[ 0.710457] Key type dns_resolver registered\n[ 0.712083] Loading compiled-in X.509 certificates\n[ 0.714079] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.716906] registered taskstats version 1\n[ 0.720643] Key type trusted registered\n[ 0.725277] Key type encrypted registered\n[ 0.726570] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.728127] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.730133] regulator-dummy: disabling\n[ 0.738551] Magic number: 2:13:929\n[ 0.740011] rtc_cmos 00:00: setting system clock to 2018-09-02 09:56:32 UTC (1535882192)\n[ 0.742510] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.744164] EDD information not available.\n[ 0.785491] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.787810] Write protecting the kernel read-only data: 12288k\n[ 0.790122] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.793738] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.808730] systemd-udevd[107]: starting version 204\n[ 0.848425] FDC 0 is a S82078B\n[ 0.996048] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.160371] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.162142] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.163986] usb 1-1: Product: QEMU USB Tablet\n[ 1.165222] usb 1-1: Manufacturer: QEMU\n[ 1.166350] usb 1-1: SerialNumber: 42\n[ 1.456165] tsc: Refined TSC clocksource calibration: 3491.835 MHz\n[ 1.881115] 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.190460] 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.295845] 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.397851] 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 09:56:34 +0000. Up 2.74 seconds.\ncloud-init-nonet[2.88]: 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 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 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[3.83]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:56:35 +0000. Up 4.04 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.10 | 255.255.255.0 | fa:16:3e:bc:02:8b |\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 * 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 ]\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:\ndd:26:b9:45:c9:7e:c6:63:38:94:ef:ff:3e:07:19:f7 root@ellis-0\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| |\n| . o |\n| * |\n| . * +. .|\n| S + B B+.|\n| = *o.E|\n| . .. |\n| o.|\n| .B|\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:\nfd:ff:01:1e:a9:5d:ad:f0:94:48:db:27:40:5a:97:3f root@ellis-0\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| o .. |\n| + .. |\n| . o . |\n| . . =.Eo|\n| S . ++=.+|\n| .++++ |\n| ..oo. |\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:\naa:37:b9:c4:3d:2e:f7:1b:01:c8:96:d4:f3:98:21:76 root@ellis-0\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| .. |\n| oooE |\n| .=o.* |\n| . o.. |\n| S . |\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:\n3f:88:ca:66:70:11:a2:f2:ab:cd:6d:99:51:04:2e:d8 root@ellis-0\nThe key's randomart image is:\n+--[ED25519 256--+\n| .. |\n| o... . |\n|..E..o |\n|o .. . |\n|.. o S |\n| o o . o |\n| + +. . o |\n| o.o*. . |\n|..o++ |\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 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 ]\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 OpenSSH server[74G[ OK ]\n * Starting regular background program processing daemon[74G[ OK ]\n * Starting deferred execution scheduler[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 09:56:42 +0000. Up 10.57 seconds.\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 09:56:43 +0000. Up 11.44 seconds.\n+ echo 'deb http://repo.cw-ngv.com/stable binary/'\n+ apt-key add -\n+ curl -L http://repo.cw-ngv.com/repo_key\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 16364 0 --:--:-- --:--:-- --:--:-- 16401\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]\nGet:6 http://security.ubuntu.com trusty-security/main Sources [161 kB]\nIgn http://repo.cw-ngv.com binary/ Translation-en\nGet:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease\nGet:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB]\nHit http://nova.clouds.archive.ubuntu.com trusty Release.gpg\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://security.ubuntu.com trusty-security/main Translation-en [412 kB]\nGet:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B]\nGet:13 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB]\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 [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 (1541 kB/s)\nReading package lists...\n+ mkdir -p /etc/clearwater\n+ etcd_ip=\n+ '[' -n '' ']'\n+ etcd_ip=192.168.0.10\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://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB]\nGet:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB]\nGet:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB]\nGet:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB]\nGet:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B]\nGet:9 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB]\nGet:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 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 [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 16s (4246 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 8548\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 9271\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.1 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.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n++ ip2rr 172.30.9.202\n++ grep -q -e '[^0-9.]'\n++ echo 172.30.9.202\n++ echo A 172.30.9.202\n+ echo 'nameserver 192.168.0.9'\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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 fd:ff:01:1e:a9:5d:ad:f0:94:48:db:27:40:5a:97:3f root@ellis-0 (DSA)\nec2: 256 aa:37:b9:c4:3d:2e:f7:1b:01:c8:96:d4:f3:98:21:76 root@ellis-0 (ECDSA)\nec2: 256 3f:88:ca:66:70:11:a2:f2:ab:cd:6d:99:51:04:2e:d8 root@ellis-0 (ED25519)\nec2: 2048 dd:26:b9:45:c9:7e:c6:63:38:94:ef:ff:3e:07:19:f7 root@ellis-0 (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHKZusw2FzuiRwcM5JWmezzKk1M2693ao8V24fLAavy6onMKTL4qMx0jYQ81Vf23OTqL2y+WC5TdHQPh3H8x0Lw= root@ellis-0\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBvK0XJlmz8nEaTCdm/a6MthGofPdiz96tsmbbAnOEoz root@ellis-0\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhQS4oZzdc5aQnU5P7hp/BbA0s9ggldMUkTIkMqwYw6Y2sy69eO9B66+8m2rGqTWCI7WZp1+yg0cg09RKOnrQtKf3OUFbbQxBZeuZJCqtufied6Nhd4zDKkyjjP7JL5PHX0tsEnTcuXt9nEuRagh4YKhHDaGt6p8eq8/cXt5Ham257T59S8t3Gx8x8R/h1N0H8JVJfu7UcKI1oWXiti2E7oN+9erVYutTwPSdt0NCSFbmWB3x2C1ZwxxXV/h8fPvddZdRzoZnyo7MTxdcxvf2r2oWbwXDJpPv5j2x59mtkOLCU4iDZgPJMlAnkpy/6GWkHAUjCvqokcPZn4kgnrPdp root@ellis-0\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:59:26 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 174.65 seconds\n"} 2018-09-02 10:00:41,588 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922/action used request id req-c4341e88-bcc7-40bb-b8a4-85a8cbf1f3ce 2018-09-02 10:00:41,588 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.112390995026s 2018-09-02 10:00:41,591 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922/action used request id req-c4341e88-bcc7-40bb-b8a4-85a8cbf1f3ce 2018-09-02 10:00:41,591 - 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.009289] AppArmor: AppArmor initialized [ 0.010488] Yama: becoming mindful. [ 0.012143] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016607] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019342] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022136] Initializing cgroup subsys memory [ 0.024006] Initializing cgroup subsys devices [ 0.025304] Initializing cgroup subsys freezer [ 0.026547] Initializing cgroup subsys blkio [ 0.028003] Initializing cgroup subsys perf_event [ 0.029332] Initializing cgroup subsys hugetlb [ 0.030633] FEATURE SPEC_CTRL Not Present [ 0.032716] mce: CPU supports 10 MCE banks [ 0.033939] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033939] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037692] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040003] Speculative Store Bypass: Vulnerable [ 0.041965] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046571] ACPI: Core revision 20131115 [ 0.048476] ACPI: All ACPI Tables successfully acquired [ 0.050165] ftrace: allocating 28717 entries in 113 pages [ 0.072227] smpboot: Max logical packages: 2 [ 0.076003] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.077780] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.079766] Enabling x2apic [ 0.080000] Enabled x2apic [ 0.080003] Switched APIC routing to physical x2apic. [ 0.084765] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.086474] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.089368] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097481] KVM setup paravirtual spinlock [ 0.100069] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.102123] x86: Booting SMP configuration: [ 0.103420] .... node #0, CPUs: #1[ 0.100025] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.120019] x86: Booted up 1 node, 2 CPUs [ 0.120012] KVM setup async PF for cpu 1 [ 0.120014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.123988] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.124422] devtmpfs: initialized [ 0.127044] EVM: security.selinux [ 0.128005] EVM: security.SMACK64 [ 0.129035] EVM: security.ima [ 0.130006] EVM: security.capability [ 0.131129] pinctrl core: initialized pinctrl subsystem [ 0.132044] regulator-dummy: no parameters [ 0.133349] RTC time: 9:56:31, date: 09/02/18 [ 0.134649] NET: Registered protocol family 16 [ 0.136000] cpuidle: using governor ladder [ 0.136003] cpuidle: using governor menu [ 0.137243] ACPI: bus type PCI registered [ 0.138433] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.140112] PCI: Using configuration type 1 for base access [ 0.142287] bio: create slab at 0 [ 0.142287] ACPI: Added _OSI(Module Device) [ 0.144003] ACPI: Added _OSI(Processor Device) [ 0.147898] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.148018] ACPI: Added _OSI(Processor Aggregator Device) [ 0.150971] ACPI: Interpreter enabled [ 0.152026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.154788] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.156791] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.159564] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.161816] ACPI: (supports S0 S5) [ 0.162860] ACPI: Using IOAPIC for interrupt routing [ 0.164072] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.166854] ACPI: No dock devices found. [ 0.170161] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.171885] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.172007] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.173776] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.176241] acpiphp: Slot [3] registered [ 0.177411] acpiphp: Slot [4] registered [ 0.178576] acpiphp: Slot [5] registered [ 0.179792] acpiphp: Slot [6] registered [ 0.180031] acpiphp: Slot [7] registered [ 0.181198] acpiphp: Slot [8] registered [ 0.182393] acpiphp: Slot [9] registered [ 0.183557] acpiphp: Slot [10] registered [ 0.184023] acpiphp: Slot [11] registered [ 0.185227] acpiphp: Slot [12] registered [ 0.186417] acpiphp: Slot [13] registered [ 0.187606] acpiphp: Slot [14] registered [ 0.188021] acpiphp: Slot [15] registered [ 0.189258] acpiphp: Slot [16] registered [ 0.190453] acpiphp: Slot [17] registered [ 0.191641] acpiphp: Slot [18] registered [ 0.192031] acpiphp: Slot [19] registered [ 0.193227] acpiphp: Slot [20] registered [ 0.194464] acpiphp: Slot [21] registered [ 0.195661] acpiphp: Slot [22] registered [ 0.196020] acpiphp: Slot [23] registered [ 0.197251] acpiphp: Slot [24] registered [ 0.198448] acpiphp: Slot [25] registered [ 0.199679] acpiphp: Slot [26] registered [ 0.200020] acpiphp: Slot [27] registered [ 0.201201] acpiphp: Slot [28] registered [ 0.202411] acpiphp: Slot [29] registered [ 0.203620] acpiphp: Slot [30] registered [ 0.204027] acpiphp: Slot [31] registered [ 0.205238] PCI host bridge to bus 0000:00 [ 0.206449] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.207980] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.209675] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.211469] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.219344] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.220014] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.240752] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.242881] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.244991] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.247035] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.248961] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.250810] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.252315] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.253674] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.256003] vgaarb: loaded [ 0.256892] vgaarb: bridge control possible 0000:00:02.0 [ 0.258643] SCSI subsystem initialized [ 0.260070] ACPI: bus type USB registered [ 0.261313] usbcore: registered new interface driver usbfs [ 0.262884] usbcore: registered new interface driver hub [ 0.264060] usbcore: registered new device driver usb [ 0.265564] PCI: Using ACPI for IRQ routing [ 0.265695] NetLabel: Initializing [ 0.268007] NetLabel: domain hash size = 128 [ 0.269259] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.270781] NetLabel: unlabeled traffic allowed by default [ 0.272229] Switched to clocksource kvm-clock [ 0.281140] AppArmor: AppArmor Filesystem Enabled [ 0.282549] pnp: PnP ACPI init [ 0.283551] ACPI: bus type PNP registered [ 0.285231] pnp: PnP ACPI: found 8 devices [ 0.286461] ACPI: bus type PNP unregistered [ 0.294080] NET: Registered protocol family 2 [ 0.295679] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.297931] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.299949] TCP: Hash tables configured (established 16384 bind 16384) [ 0.301877] TCP: reno registered [ 0.302923] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.304560] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.306361] NET: Registered protocol family 1 [ 0.307650] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.309249] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.310811] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.333900] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.356367] Trying to unpack rootfs image as initramfs... [ 0.456796] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.459389] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.460971] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.462718] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.465163] Scanning for low memory corruption every 60 seconds [ 0.467273] Initialise system trusted keyring [ 0.468584] audit: initializing netlink socket (disabled) [ 0.470091] type=2000 audit(1535882192.101:1): initialized [ 0.490417] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.493106] zbud: loaded [ 0.494203] VFS: Disk quotas dquot_6.5.2 [ 0.495403] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.497577] fuse init (API version 7.22) [ 0.498794] msgmni has been set to 3997 [ 0.500442] Key type big_key registered [ 0.502092] Key type asymmetric registered [ 0.503293] Asymmetric key parser 'x509' registered [ 0.504711] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.506949] io scheduler noop registered [ 0.508111] io scheduler deadline registered (default) [ 0.509537] io scheduler cfq registered [ 0.510763] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.512299] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.514111] ipmi message handler version 39.2 [ 0.515459] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.517626] ACPI: Power Button [PWRF] [ 0.518819] GHES: HEST is not enabled! [ 0.540525] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.583449] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.585671] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.609489] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.612429] Linux agpgart interface v0.103 [ 0.614565] brd: module loaded [ 0.616016] loop: module loaded [ 0.617380] blk-mq: CPU -> queue map [ 0.618482] CPU 0 -> Queue 0 [ 0.619428] CPU 1 -> Queue 0 [ 0.621297] vda: vda1 [ 0.623262] scsi0 : ata_piix [ 0.624375] scsi1 : ata_piix [ 0.625315] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 0.627082] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 0.629143] libphy: Fixed MDIO Bus: probed [ 0.630442] tun: Universal TUN/TAP device driver, 1.6 [ 0.631958] tun: (C) 1999-2004 Max Krasnyansky [ 0.634661] PPP generic driver version 2.4.2 [ 0.636071] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.637844] ehci-pci: EHCI PCI platform driver [ 0.639131] ehci-platform: EHCI generic platform driver [ 0.640583] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.642260] ohci-pci: OHCI PCI platform driver [ 0.643561] ohci-platform: OHCI generic platform driver [ 0.645033] uhci_hcd: USB Universal Host Controller Interface driver [ 0.667527] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.669080] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.671381] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 0.673167] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.675008] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.677121] usb usb1: Product: UHCI Host Controller [ 0.678496] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.680222] usb usb1: SerialNumber: 0000:00:01.2 [ 0.681719] hub 1-0:1.0: USB hub found [ 0.682871] hub 1-0:1.0: 2 ports detected [ 0.684261] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.687356] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.688787] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.690448] mousedev: PS/2 mouse device common for all mice [ 0.692399] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.695144] rtc_cmos 00:00: RTC can wake from S4 [ 0.696887] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.698652] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.700486] device-mapper: uevent: version 1.0.3 [ 0.701941] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.704363] ledtrig-cpu: registered to indicate activity on CPUs [ 0.706159] TCP: cubic registered [ 0.707313] NET: Registered protocol family 10 [ 0.709129] NET: Registered protocol family 17 [ 0.710457] Key type dns_resolver registered [ 0.712083] Loading compiled-in X.509 certificates [ 0.714079] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.716906] registered taskstats version 1 [ 0.720643] Key type trusted registered [ 0.725277] Key type encrypted registered [ 0.726570] AppArmor: AppArmor sha1 policy hashing enabled [ 0.728127] IMA: No TPM chip found, activating TPM-bypass! [ 0.730133] regulator-dummy: disabling [ 0.738551] Magic number: 2:13:929 [ 0.740011] rtc_cmos 00:00: setting system clock to 2018-09-02 09:56:32 UTC (1535882192) [ 0.742510] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.744164] EDD information not available. [ 0.785491] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.787810] Write protecting the kernel read-only data: 12288k [ 0.790122] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.793738] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.808730] systemd-udevd[107]: starting version 204 [ 0.848425] FDC 0 is a S82078B [ 0.996048] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.160371] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.162142] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.163986] usb 1-1: Product: QEMU USB Tablet [ 1.165222] usb 1-1: Manufacturer: QEMU [ 1.166350] usb 1-1: SerialNumber: 42 [ 1.456165] tsc: Refined TSC clocksource calibration: 3491.835 MHz [ 1.881115] 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.190460] 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.295845] 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.397851] 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 09:56:34 +0000. Up 2.74 seconds. cloud-init-nonet[2.88]: 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 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 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[3.83]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:56:35 +0000. Up 4.04 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.10 | 255.255.255.0 | fa:16:3e:bc:02:8b | 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: +-------+-----------------+---------------+-----------------+-----------+-------+ * Stopping cold plug devices[74G[ OK ] * Stopping log initial device creation[74G[ OK ] * 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: dd:26:b9:45:c9:7e:c6:63:38:94:ef:ff:3e:07:19:f7 root@ellis-0 The key's randomart image is: +--[ RSA 2048]----+ | | | . o | | * | | . * +. .| | S + B B+.| | = *o.E| | . .. | | o.| | .B| +-----------------+ 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: fd:ff:01:1e:a9:5d:ad:f0:94:48:db:27:40:5a:97:3f root@ellis-0 The key's randomart image is: +--[ DSA 1024]----+ | o .. | | + .. | | . o . | | . . =.Eo| | S . ++=.+| | .++++ | | ..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: aa:37:b9:c4:3d:2e:f7:1b:01:c8:96:d4:f3:98:21:76 root@ellis-0 The key's randomart image is: +--[ECDSA 256]---+ | .. | | oooE | | .=o.* | | . o.. | | 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: 3f:88:ca:66:70:11:a2:f2:ab:cd:6d:99:51:04:2e:d8 root@ellis-0 The key's randomart image is: +--[ED25519 256--+ | .. | | o... . | |..E..o | |o .. . | |.. o S | | o o . o | | + +. . o | | 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 ] * 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 ] 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 OpenSSH server[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting deferred execution scheduler[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 09:56:42 +0000. Up 10.57 seconds. * 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 09:56:43 +0000. Up 11.44 seconds. + echo 'deb http://repo.cw-ngv.com/stable binary/' + apt-key add - + curl -L http://repo.cw-ngv.com/repo_key % 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 16364 0 --:--:-- --:--:-- --:--:-- 16401 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] Get:6 http://security.ubuntu.com trusty-security/main Sources [161 kB] Ign http://repo.cw-ngv.com binary/ Translation-en Get:7 http://security.ubuntu.com trusty-security/universe Sources [79.3 kB] Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease Get:8 http://security.ubuntu.com trusty-security/main amd64 Packages [763 kB] Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg 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://security.ubuntu.com trusty-security/main Translation-en [412 kB] Get:12 http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources [6322 B] Get:13 http://security.ubuntu.com trusty-security/universe Translation-en [133 kB] 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 [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 (1541 kB/s) Reading package lists... + mkdir -p /etc/clearwater + etcd_ip= + '[' -n '' ']' + etcd_ip=192.168.0.10 + 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://repo.cw-ngv.com/stable/ binary/ clearwater-monit 5.18-180322.170159 [272 kB] Get:5 http://repo.cw-ngv.com/stable/ binary/ clearwater-diags-monitor 1.0-180328.114312 [25.4 kB] Get:6 http://repo.cw-ngv.com/stable/ binary/ clearwater-log-cleanup 1.0-180328.114312 [13.2 kB] Get:7 http://repo.cw-ngv.com/stable/ binary/ clearwater-nginx 1.0-180322.165850 [19.4 kB] Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] Get:9 http://repo.cw-ngv.com/stable/ binary/ ellis 1.0-180326.110234 [10.4 MB] Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 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 [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 16s (4246 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 8548 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 9271 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.1 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.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 ++ ip2rr 172.30.9.202 ++ grep -q -e '[^0-9.]' ++ echo 172.30.9.202 ++ echo A 172.30.9.202 + echo 'nameserver 192.168.0.9' + 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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 fd:ff:01:1e:a9:5d:ad:f0:94:48:db:27:40:5a:97:3f root@ellis-0 (DSA) ec2: 256 aa:37:b9:c4:3d:2e:f7:1b:01:c8:96:d4:f3:98:21:76 root@ellis-0 (ECDSA) ec2: 256 3f:88:ca:66:70:11:a2:f2:ab:cd:6d:99:51:04:2e:d8 root@ellis-0 (ED25519) ec2: 2048 dd:26:b9:45:c9:7e:c6:63:38:94:ef:ff:3e:07:19:f7 root@ellis-0 (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHKZusw2FzuiRwcM5JWmezzKk1M2693ao8V24fLAavy6onMKTL4qMx0jYQ81Vf23OTqL2y+WC5TdHQPh3H8x0Lw= root@ellis-0 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBvK0XJlmz8nEaTCdm/a6MthGofPdiz96tsmbbAnOEoz root@ellis-0 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDhQS4oZzdc5aQnU5P7hp/BbA0s9ggldMUkTIkMqwYw6Y2sy69eO9B66+8m2rGqTWCI7WZp1+yg0cg09RKOnrQtKf3OUFbbQxBZeuZJCqtufied6Nhd4zDKkyjjP7JL5PHX0tsEnTcuXt9nEuRagh4YKhHDaGt6p8eq8/cXt5Ham257T59S8t3Gx8x8R/h1N0H8JVJfu7UcKI1oWXiti2E7oN+9erVYutTwPSdt0NCSFbmWB3x2C1ZwxxXV/h8fPvddZdRzoZnyo7MTxdcxvf2r2oWbwXDJpPv5j2x59mtkOLCU4iDZgPJMlAnkpy/6GWkHAUjCvqokcPZn4kgnrPdp root@ellis-0 -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:59:26 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 174.65 seconds 2018-09-02 10:00:41,595 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 10:00:41,595 - 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:bc:02:8b', 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:bc:02:8b', u'version': 4, u'addr': u'172.30.9.202', u'OS-EXT-IPS:type': u'floating'})]}), 'terminated_at': None, 'image': Munch({u'id': u'dc9081ae-4af2-48bb-8303-86884474df26', 'name': u'heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 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-02T09:56:30.000000', 'flavor': Munch({u'id': u'a6ad1309-45ce-45b5-a5a9-4f428efa9493', 'name': u'heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87'}), 'az': u'nova', 'id': u'2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922', 'security_groups': [Munch({'description': u'Base security group for all Clearwater nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 22, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 22, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'58653dd3-68d8-4cbc-ba58-d5638e9fa399'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'udp', 'ethertype': 'IPv4', 'port_range_max': 161, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 161, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'bbf50cdd-947d-4be8-a98d-5c3552a16881'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'icmp', 'ethertype': 'IPv4', 'port_range_max': None, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': None, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'e87989de-6568-497e-b815-78ac56efba9d'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 2380, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 2380, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'f26bcfe9-173d-4ca8-aa62-8aa236132edb'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 4000, 'security_group_id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'tenant_id': '', 'port_range_min': 4000, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'properties': Munch({u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'})}), 'remote_ip_prefix': None, u'group': Munch({u'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', u'name': u'clearwater-opnfv-base-mgmt'}), 'project_id': '', 'id': u'fe0d8cdc-e1ea-43dc-8af4-dbce756e26ed'})], 'id': u'3431f03a-b8b3-4ef1-9633-10a2074bd4fc', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-base-mgmt'}), Munch({'description': u'Security group for Ellis nodes (management)', 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'security_group_rules': [Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 443, 'security_group_id': u'899b789f-111e-46fa-834f-0fdfa88accbe', 'tenant_id': '', 'port_range_min': 443, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'c0ec7ddc-ebc0-4d4d-a1e4-1aa47fd5de42'}), Munch({'remote_group_id': None, 'direction': 'ingress', 'protocol': u'tcp', 'ethertype': 'IPv4', 'port_range_max': 80, 'security_group_id': u'899b789f-111e-46fa-834f-0fdfa88accbe', 'tenant_id': '', 'port_range_min': 80, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', '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'cbdec9df-5151-4bfc-b005-f3ce0e9c7f3e'})], 'id': u'899b789f-111e-46fa-834f-0fdfa88accbe', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'properties': Munch({}), 'name': u'clearwater-opnfv-ellis-mgmt'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'acd786df8ecb4d50877b640898bfc9e0', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': u'172.30.9.202', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': 'heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87', 'domain_name': 'Default'}), 'zone': u'nova', 'region_name': 'regionOne', 'cloud': 'envvars'}), 'power_state': 1, 'public_v4': u'172.30.9.202', 'progress': 0, u'OS-EXT-STS:power_state': 1, 'interface_ip': u'172.30.9.202', 'launched_at': u'2018-09-02T09:56:30.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T09:56:31Z', 'hostId': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', u'OS-SRV-USG:terminated_at': None, 'key_name': u'heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87', 'public_v6': '', 'private_v4': u'192.168.0.10', 'cloud': 'envvars', 'host_id': u'bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326', '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-02T09:56:30.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'014863aee1be4e16a4e84d7580ce87fc', 'name': u'ellis-0.clearwater.opnfv', 'adminPass': None, 'tenant_id': u'014863aee1be4e16a4e84d7580ce87fc', 'created_at': u'2018-09-02T09:54:49Z', 'created': u'2018-09-02T09:54:49Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 10:00:41,597 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:00:41,600 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:00:42,381 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-d0b79dfc-a68e-40fa-baec-a3fb9c0f320f x-compute-request-id: req-d0b79dfc-a68e-40fa-baec-a3fb9c0f320f Content-Encoding: gzip Content-Length: 1515 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:65:61:f0", "version": 4, "addr": "192.168.0.11", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:65:61:f0", "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:3b:0c:0c", "version": 4, "addr": "192.168.1.22", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3b:0c:0c", "version": 4, "addr": "172.30.9.210", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2f3ae973-0e14-4dfa-b46f-955417852b1e", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:23.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2f3ae973-0e14-4dfa-b46f-955417852b1e", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-bono-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:23Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "bono-0.clearwater.opnfv", "created": "2018-09-02T09:57:00Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:57:a3:0b", "version": 4, "addr": "192.168.0.15", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:57:a3:0b", "version": 4, "addr": "172.30.9.218", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:68:c2:63", "version": 4, "addr": "192.168.1.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2b7a99c4-7c6a-4175-aea6-6f601f426aec", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:26.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2b7a99c4-7c6a-4175-aea6-6f601f426aec", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-vellum-sig-inbound"}, {"name": "clearwater-opnfv-vellum-sig-outbound"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:26Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "vellum-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:1d:b2:9d", "version": 4, "addr": "192.168.0.12", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:1d:b2:9d", "version": 4, "addr": "172.30.9.211", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "192.168.1.7", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a4:86:13", "version": 4, "addr": "172.30.9.208", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:27.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "a7a1defe-11b3-4d52-8fad-6e36a33ba5dc", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-homer-mgmt"}, {"name": "clearwater-opnfv-homer-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:27Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "homer-0.clearwater.opnfv", "created": "2018-09-02T09:56:51Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:72:8e:70", "version": 4, "addr": "192.168.0.19", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:72:8e:70", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}], "clearwater-opnfv-private-signaling": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:b8:4a", "version": 4, "addr": "192.168.1.5", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/576bf011-4106-4110-ba17-ef59152db333", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:08.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "576bf011-4106-4110-ba17-ef59152db333", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-dime-mgmt"}, {"name": "clearwater-opnfv-dime-sig"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:08Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "dime-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:02:1c:01", "version": 4, "addr": "192.168.0.5", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:02:1c:01", "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:a2:79:63", "version": 4, "addr": "192.168.1.8", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:57:17.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "c7fb05f2-77aa-4fe7-abc1-a937526e66ea", "security_groups": [{"name": "clearwater-opnfv-sprout-sig-outbound"}, {"name": "clearwater-opnfv-sprout-sig-inbound"}, {"name": "clearwater-opnfv-base-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:57:17Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "sprout-0.clearwater.opnfv", "created": "2018-09-02T09:56:50Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:bc:02:8b", "version": 4, "addr": "192.168.0.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:bc:02:8b", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:56:30.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "2a40d0b8-d8a7-4ed7-9c9e-92c779bf8922", "security_groups": [{"name": "clearwater-opnfv-base-mgmt"}, {"name": "clearwater-opnfv-ellis-mgmt"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:56:31Z", "hostId": "bc3032df9167252eb99d64fa406bd34a22b44ab2e742548eb054d326", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ellis-0.clearwater.opnfv", "created": "2018-09-02T09:54:49Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "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:21:23:24", "version": 4, "addr": "192.168.0.9", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:23:24", "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:6f:4d:8d", "version": 4, "addr": "192.168.1.11", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/9cf62323-90dd-41f2-9183-2e24d866df46", "rel": "bookmark"}], "image": {"id": "dc9081ae-4af2-48bb-8303-86884474df26", "links": [{"href": "http://172.30.9.25:8774/images/dc9081ae-4af2-48bb-8303-86884474df26", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T09:54:34.000000", "flavor": {"id": "a6ad1309-45ce-45b5-a5a9-4f428efa9493", "links": [{"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "bookmark"}]}, "id": "9cf62323-90dd-41f2-9183-2e24d866df46", "security_groups": [{"name": "clearwater-opnfv-dns"}, {"name": "clearwater-opnfv-dns"}], "user_id": "acd786df8ecb4d50877b640898bfc9e0", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T09:54:34Z", "hostId": "9922b66f97e958b7cea93a6fe571128a2ce0305d26021c4c10f2b336", "OS-SRV-USG:terminated_at": null, "key_name": "heat_ims-kp_4896af6e-179d-46ef-9967-bf2d055c9c87", "name": "ns.clearwater.opnfv", "created": "2018-09-02T09:52:48Z", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:00:42,382 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d0b79dfc-a68e-40fa-baec-a3fb9c0f320f 2018-09-02 10:00:42,382 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.784363031387s 2018-09-02 10:00:42,383 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d0b79dfc-a68e-40fa-baec-a3fb9c0f320f 2018-09-02 10:00:42,390 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:00:42,393 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:00:42,461 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:00: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-4ea5ea31-efb2-494f-b231-95033e06255a x-compute-request-id: req-4ea5ea31-efb2-494f-b231-95033e06255a Content-Encoding: gzip Content-Length: 11862 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.910 MHz processor\n[ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640)\n[ 0.008000] pid_max: default: 32768 minimum: 301\n[ 0.008033] Security Framework initialized\n[ 0.009244] AppArmor: AppArmor initialized\n[ 0.010422] Yama: becoming mindful.\n[ 0.012143] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.016343] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)\n[ 0.019076] 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.022129] Initializing cgroup subsys memory\n[ 0.024006] Initializing cgroup subsys devices\n[ 0.025261] Initializing cgroup subsys freezer\n[ 0.026509] Initializing cgroup subsys blkio\n[ 0.027718] Initializing cgroup subsys perf_event\n[ 0.028004] Initializing cgroup subsys hugetlb\n[ 0.029308] FEATURE SPEC_CTRL Not Present\n[ 0.032417] mce: CPU supports 10 MCE banks\n[ 0.033611] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.033611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline\n[ 0.037683] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported\n[ 0.040003] Speculative Store Bypass: Vulnerable\n[ 0.041929] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000)\n[ 0.046495] ACPI: Core revision 20131115\n[ 0.048470] ACPI: All ACPI Tables successfully acquired\n[ 0.050120] ftrace: allocating 28717 entries in 113 pages\n[ 0.072252] smpboot: Max logical packages: 2\n[ 0.073507] 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.078011] Enabling x2apic\n[ 0.078930] Enabled x2apic\n[ 0.080003] Switched APIC routing to physical x2apic.\n[ 0.082699] ..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.088021] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.097417] KVM setup paravirtual spinlock\n[ 0.099968] NMI watchdog: disabled (cpu0): hardware events not enabled\n[ 0.100197] x86: Booting SMP configuration:\n[ 0.101468] .... node #0, CPUs: #1[ 0.099924] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock\n\n[ 0.116018] x86: Booted up 1 node, 2 CPUs\n[ 0.116012] KVM setup async PF for cpu 1\n[ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40\n[ 0.119926] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.120414] devtmpfs: initialized\n[ 0.123091] EVM: security.selinux\n[ 0.124006] EVM: security.SMACK64\n[ 0.125048] EVM: security.ima\n[ 0.126008] EVM: security.capability\n[ 0.128027] pinctrl core: initialized pinctrl subsystem\n[ 0.129563] regulator-dummy: no parameters\n[ 0.130856] RTC time: 9:54:34, date: 09/02/18\n[ 0.132039] NET: Registered protocol family 16\n[ 0.133452] cpuidle: using governor ladder\n[ 0.136072] cpuidle: using governor menu\n[ 0.137929] ACPI: bus type PCI registered\n[ 0.139152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.140319] PCI: Using configuration type 1 for base access\n[ 0.142745] bio: create slab at 0\n[ 0.144115] ACPI: Added _OSI(Module Device)\n[ 0.145365] ACPI: Added _OSI(Processor Device)\n[ 0.146663] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.148004] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.151438] ACPI: Interpreter enabled\n[ 0.152015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S1_] (20131115/hwxface-580)\n[ 0.154786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S2_] (20131115/hwxface-580)\n[ 0.156789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S3_] (20131115/hwxface-580)\n[ 0.159532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\\_S4_] (20131115/hwxface-580)\n[ 0.161771] ACPI: (supports S0 S5)\n[ 0.164008] ACPI: Using IOAPIC for interrupt routing\n[ 0.165439] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.168180] ACPI: No dock devices found.\n[ 0.171417] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.172018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.173840] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.175627] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.176258] acpiphp: Slot [3] registered\n[ 0.177459] acpiphp: Slot [4] registered\n[ 0.178666] acpiphp: Slot [5] registered\n[ 0.179862] acpiphp: Slot [6] registered\n[ 0.180037] acpiphp: Slot [7] registered\n[ 0.181232] acpiphp: Slot [8] registered\n[ 0.182418] acpiphp: Slot [9] registered\n[ 0.183610] acpiphp: Slot [10] registered\n[ 0.184022] acpiphp: Slot [11] registered\n[ 0.185223] acpiphp: Slot [12] registered\n[ 0.186426] acpiphp: Slot [13] registered\n[ 0.187627] acpiphp: Slot [14] registered\n[ 0.188023] acpiphp: Slot [15] registered\n[ 0.189232] acpiphp: Slot [16] registered\n[ 0.190450] acpiphp: Slot [17] registered\n[ 0.191654] acpiphp: Slot [18] registered\n[ 0.192029] acpiphp: Slot [19] registered\n[ 0.193241] acpiphp: Slot [20] registered\n[ 0.194460] acpiphp: Slot [21] registered\n[ 0.195668] acpiphp: Slot [22] registered\n[ 0.196022] acpiphp: Slot [23] registered\n[ 0.197249] acpiphp: Slot [24] registered\n[ 0.198483] acpiphp: Slot [25] registered\n[ 0.199696] acpiphp: Slot [26] registered\n[ 0.200021] acpiphp: Slot [27] registered\n[ 0.201220] acpiphp: Slot [28] registered\n[ 0.202415] acpiphp: Slot [29] registered\n[ 0.203612] acpiphp: Slot [30] registered\n[ 0.204029] acpiphp: Slot [31] registered\n[ 0.205225] PCI host bridge to bus 0000:00\n[ 0.206427] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.207960] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]\n[ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]\n[ 0.209669] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]\n[ 0.211512] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]\n[ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff]\n[ 0.221600] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.223832] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.253711] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.256738] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.258857] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.260863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.263012] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.264839] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.266747] vgaarb: setting as boot device: PCI:0000:00:02.0\n[ 0.266747] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.268004] vgaarb: loaded\n[ 0.268939] vgaarb: bridge control possible 0000:00:02.0\n[ 0.270740] SCSI subsystem initialized\n[ 0.272101] ACPI: bus type USB registered\n[ 0.273351] usbcore: registered new interface driver usbfs\n[ 0.274901] usbcore: registered new interface driver hub\n[ 0.276053] usbcore: registered new device driver usb\n[ 0.277599] PCI: Using ACPI for IRQ routing\n[ 0.277725] NetLabel: Initializing\n[ 0.280008] NetLabel: domain hash size = 128\n[ 0.281325] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.282845] NetLabel: unlabeled traffic allowed by default\n[ 0.284216] Switched to clocksource kvm-clock\n[ 0.293279] AppArmor: AppArmor Filesystem Enabled\n[ 0.294752] pnp: PnP ACPI init\n[ 0.295768] ACPI: bus type PNP registered\n[ 0.297492] pnp: PnP ACPI: found 8 devices\n[ 0.298744] ACPI: bus type PNP unregistered\n[ 0.306413] NET: Registered protocol family 2\n[ 0.308091] TCP established hash table entries: 16384 (order: 5, 131072 bytes)\n[ 0.310457] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)\n[ 0.312568] TCP: Hash tables configured (established 16384 bind 16384)\n[ 0.314598] TCP: reno registered\n[ 0.315678] UDP hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.317464] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)\n[ 0.319415] NET: Registered protocol family 1\n[ 0.320801] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.322538] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.324168] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.347022] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.370166] Trying to unpack rootfs image as initramfs...\n[ 0.473415] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000)\n[ 0.475990] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.477625] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 0.479314] microcode: Microcode Update Driver: v2.00 , Peter Oruba\n[ 0.481732] Scanning for low memory corruption every 60 seconds\n[ 0.483797] Initialise system trusted keyring\n[ 0.485105] audit: initializing netlink socket (disabled)\n[ 0.486597] type=2000 audit(1535882075.549:1): initialized\n[ 0.507441] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 0.510053] zbud: loaded\n[ 0.511139] VFS: Disk quotas dquot_6.5.2\n[ 0.512342] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 0.514479] fuse init (API version 7.22)\n[ 0.515710] msgmni has been set to 3997\n[ 0.516912] Key type big_key registered\n[ 0.518492] Key type asymmetric registered\n[ 0.519689] Asymmetric key parser 'x509' registered\n[ 0.521069] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)\n[ 0.523235] io scheduler noop registered\n[ 0.524398] io scheduler deadline registered (default)\n[ 0.525829] io scheduler cfq registered\n[ 0.527024] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 0.528536] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 0.530320] ipmi message handler version 39.2\n[ 0.531645] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 0.533730] ACPI: Power Button [PWRF]\n[ 0.534919] GHES: HEST is not enabled!\n[ 0.557174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 0.601243] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 0.623882] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11\n[ 0.626128] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled\n[ 0.649900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A\n[ 0.652879] Linux agpgart interface v0.103\n[ 0.655087] brd: module loaded\n[ 0.656562] loop: module loaded\n[ 0.657936] blk-mq: CPU -> queue map\n[ 0.659057] CPU 0 -> Queue 0\n[ 0.660055] CPU 1 -> Queue 0\n[ 0.661917] vda: vda1\n[ 0.663602] scsi0 : ata_piix\n[ 0.664821] scsi1 : ata_piix\n[ 0.665927] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14\n[ 0.668051] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15\n[ 0.670381] libphy: Fixed MDIO Bus: probed\n[ 0.671887] tun: Universal TUN/TAP device driver, 1.6\n[ 0.673558] tun: (C) 1999-2004 Max Krasnyansky \n[ 0.677487] PPP generic driver version 2.4.2\n[ 0.678804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 0.680538] ehci-pci: EHCI PCI platform driver\n[ 0.681904] ehci-platform: EHCI generic platform driver\n[ 0.683389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 0.685052] ohci-pci: OHCI PCI platform driver\n[ 0.686351] ohci-platform: OHCI generic platform driver\n[ 0.687833] uhci_hcd: USB Universal Host Controller Interface driver\n[ 0.710508] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 0.711971] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 0.714191] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0\n[ 0.715842] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 0.717613] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 0.719756] usb usb1: Product: UHCI Host Controller\n[ 0.721131] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd\n[ 0.722850] usb usb1: SerialNumber: 0000:00:01.2\n[ 0.724298] hub 1-0:1.0: USB hub found\n[ 0.725453] hub 1-0:1.0: 2 ports detected\n[ 0.726766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 0.729750] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 0.731120] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 0.732636] mousedev: PS/2 mouse device common for all mice\n[ 0.734439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 0.736934] rtc_cmos 00:00: RTC can wake from S4\n[ 0.738979] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 0.741281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 0.743696] device-mapper: uevent: version 1.0.3\n[ 0.745532] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com\n[ 0.748667] ledtrig-cpu: registered to indicate activity on CPUs\n[ 0.750990] TCP: cubic registered\n[ 0.752440] NET: Registered protocol family 10\n[ 0.754515] NET: Registered protocol family 17\n[ 0.756221] Key type dns_resolver registered\n[ 0.758073] Loading compiled-in X.509 certificates\n[ 0.760408] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813'\n[ 0.770945] registered taskstats version 1\n[ 0.774385] Key type trusted registered\n[ 0.778617] Key type encrypted registered\n[ 0.780185] AppArmor: AppArmor sha1 policy hashing enabled\n[ 0.782179] IMA: No TPM chip found, activating TPM-bypass!\n[ 0.784785] regulator-dummy: disabling\n[ 0.786330] Magic number: 2:13:929\n[ 0.787908] rtc_cmos 00:00: setting system clock to 2018-09-02 09:54:35 UTC (1535882075)\n[ 0.791026] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found\n[ 0.793227] EDD information not available.\n[ 0.829311] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000)\n[ 0.832189] Write protecting the kernel read-only data: 12288k\n[ 0.835009] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000)\n[ 0.839287] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000)\nLoading, please wait...\n[ 0.853878] systemd-udevd[107]: starting version 204\n[ 0.904492] FDC 0 is a S82078B\n[ 1.036109] usb 1-1: new full-speed USB device number 2 using uhci_hcd\n[ 1.200391] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.202528] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.204451] usb 1-1: Product: QEMU USB Tablet\n[ 1.205732] usb 1-1: Manufacturer: QEMU\n[ 1.206910] usb 1-1: SerialNumber: 42\n[ 1.472081] tsc: Refined TSC clocksource calibration: 3491.867 MHz\n[ 1.933204] 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.253099] 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.372632] 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[ 2.468842] EXT4-fs (vda1): re-mounted. Opts: (null)\n * Stopping Track if upstart is running in a container[74G[ OK ]\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 09:54:37 +0000. Up 2.81 seconds.\ncloud-init-nonet[2.97]: 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 ]\n * Stopping Mount network filesystems[74G[ OK ]\ncloud-init-nonet[3.95]: static networking is now up\n * Starting configure network device[74G[ OK ]\nCloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:54:38 +0000. Up 4.10 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:6f:4d:8d |\nci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:21:23:24 |\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:\nb7:6b:ea:57:19:94:bc:f1:6f:66:fb:3a:85:3d:fb:ab root@ns\nThe key's randomart image is:\n+--[ RSA 2048]----+\n| . . |\n| = |\n| . + |\n| o . |\n| S . o + |\n| . .o ..B|\n| .. =+|\n| o. .o |\n| .o+. Eo+*|\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:\n92:5d:da:30:6b:4b:0d:54:78:9b:dc:f9:31:a1:aa:9b root@ns\nThe key's randomart image is:\n+--[ DSA 1024]----+\n| .o. |\n| .. . . |\n| +o.+ o . |\n| o X+ + o |\n| o S o. . o |\n| + .. . |\n| .. |\n| .. |\n| E. |\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:\nff:a3:0c:6a:b6:ad:9e:90:3f:ef:05:81:f2:26:d5:4a root@ns\nThe key's randomart image is:\n+--[ECDSA 256]---+\n| |\n| o |\n| . E o |\n| = . . |\n| . + S |\n| + o |\n| o . o |\n| o++ + .. |\n| +B*+ 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:\n52:ad:db:24:58:81:70:fa:64:93:44:ce:d7:86:c7:29 root@ns\nThe key's randomart image is:\n+--[ED25519 256--+\n| .o+.. |\n| *.. * . |\n| . B E B |\n| + * = |\n| + S . |\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 D-Bus system message bus[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 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 09:54:44 +0000. Up 9.79 seconds.\n * Stopping System V initialisation compatibility[74G[ OK ]\n * Starting System V runlevel compatibility[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 * Starting deferred execution scheduler[74G[ OK ]\n * Starting CPU interrupts balancing daemon[74G[ OK ]\n * Stopping save kernel messages[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 09:54:46 +0000. Up 10.84 seconds.\n++ cut -d / -f 2\n++ echo 192.168.1.0/24\n+ ip addr add 192.168.1.11/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 (1557 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 (336 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.209\n++ echo 172.30.9.209\n++ grep -q -e '[^0-9.]'\n++ echo A 172.30.9.209\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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova |\nci-info: +---------+-------------------------------------------------+---------+-------------------+\nec2: \nec2: #############################################################\nec2: -----BEGIN SSH HOST KEY FINGERPRINTS-----\nec2: 1024 92:5d:da:30:6b:4b:0d:54:78:9b:dc:f9:31:a1:aa:9b root@ns (DSA)\nec2: 256 ff:a3:0c:6a:b6:ad:9e:90:3f:ef:05:81:f2:26:d5:4a root@ns (ECDSA)\nec2: 256 52:ad:db:24:58:81:70:fa:64:93:44:ce:d7:86:c7:29 root@ns (ED25519)\nec2: 2048 b7:6b:ea:57:19:94:bc:f1:6f:66:fb:3a:85:3d:fb:ab root@ns (RSA)\nec2: -----END SSH HOST KEY FINGERPRINTS-----\nec2: #############################################################\n-----BEGIN SSH HOST KEY KEYS-----\necdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ7rk2hEZGB7dt/l8sj/GYLmk5vAfSeTyrkL2Hp/4xbz++VqfCoapzin1+eAI5rQOHkVnGxKJJunPJNRBeqEiPs= root@ns\nssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIBAaSuHrYCcamlvc1n5IpUBFyqJj3Bkuv3c59j+lI0R root@ns\nssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBaIxTiogr5PtlUWhESeWjlLzkJextVF4ETC01oZFDZvHxdobhr7K4/9Hhr13HXzW/5LWz5aMRuBNshf1fuuhpdZWkJqrwPY0dbaNiUP2l0TaItcJo8VGZbihJJtqj+hpJFFq591trbyJw04WsNCvzO1Tm1KgT425qD6/LoaQHUrACDxn3ZJC7FM3/6XebhGxODaG7jzNJWdPpmzK5f3FIm9vEUFmK6NZywh9sbYwt25qk7UyZBrWya4p/gqmQsryQp+YHjEa/bmrhktEsmOqoGbocHgsSj4tIB+coO3eLBH3f50DCislgoYpMBBhsTa7+MPXBD19SInlVPJzAg2q7 root@ns\n-----END SSH HOST KEY KEYS-----\nCloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:55:00 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 24.99 seconds\n"} 2018-09-02 10:00:42,462 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46/action used request id req-4ea5ea31-efb2-494f-b231-95033e06255a 2018-09-02 10:00:42,462 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0720918178558s 2018-09-02 10:00:42,463 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/9cf62323-90dd-41f2-9183-2e24d866df46/action used request id req-4ea5ea31-efb2-494f-b231-95033e06255a 2018-09-02 10:00:42,464 - 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.910 MHz processor [ 0.008000] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=13967640) [ 0.008000] pid_max: default: 32768 minimum: 301 [ 0.008033] Security Framework initialized [ 0.009244] AppArmor: AppArmor initialized [ 0.010422] Yama: becoming mindful. [ 0.012143] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.016343] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.019076] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.020005] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.022129] Initializing cgroup subsys memory [ 0.024006] Initializing cgroup subsys devices [ 0.025261] Initializing cgroup subsys freezer [ 0.026509] Initializing cgroup subsys blkio [ 0.027718] Initializing cgroup subsys perf_event [ 0.028004] Initializing cgroup subsys hugetlb [ 0.029308] FEATURE SPEC_CTRL Not Present [ 0.032417] mce: CPU supports 10 MCE banks [ 0.033611] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.033611] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.036004] Spectre V2 mitigation: Mitigation: Full generic retpoline [ 0.037683] Spectre V2 mitigation: Speculation control IBPB not-supported IBRS not-supported [ 0.040003] Speculative Store Bypass: Vulnerable [ 0.041929] Freeing SMP alternatives memory: 32K (ffffffff81e7a000 - ffffffff81e82000) [ 0.046495] ACPI: Core revision 20131115 [ 0.048470] ACPI: All ACPI Tables successfully acquired [ 0.050120] ftrace: allocating 28717 entries in 113 pages [ 0.072252] smpboot: Max logical packages: 2 [ 0.073507] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.076003] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.078011] Enabling x2apic [ 0.078930] Enabled x2apic [ 0.080003] Switched APIC routing to physical x2apic. [ 0.082699] ..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.088021] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.097417] KVM setup paravirtual spinlock [ 0.099968] NMI watchdog: disabled (cpu0): hardware events not enabled [ 0.100197] x86: Booting SMP configuration: [ 0.101468] .... node #0, CPUs: #1[ 0.099924] kvm-clock: cpu 1, msr 0:7ffd3041, secondary cpu clock [ 0.116018] x86: Booted up 1 node, 2 CPUs [ 0.116012] KVM setup async PF for cpu 1 [ 0.116014] kvm-stealtime: cpu 1, msr 7fd0fc40 [ 0.119926] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.120414] devtmpfs: initialized [ 0.123091] EVM: security.selinux [ 0.124006] EVM: security.SMACK64 [ 0.125048] EVM: security.ima [ 0.126008] EVM: security.capability [ 0.128027] pinctrl core: initialized pinctrl subsystem [ 0.129563] regulator-dummy: no parameters [ 0.130856] RTC time: 9:54:34, date: 09/02/18 [ 0.132039] NET: Registered protocol family 16 [ 0.133452] cpuidle: using governor ladder [ 0.136072] cpuidle: using governor menu [ 0.137929] ACPI: bus type PCI registered [ 0.139152] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.140319] PCI: Using configuration type 1 for base access [ 0.142745] bio: create slab at 0 [ 0.144115] ACPI: Added _OSI(Module Device) [ 0.145365] ACPI: Added _OSI(Processor Device) [ 0.146663] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.148004] ACPI: Added _OSI(Processor Aggregator Device) [ 0.151438] ACPI: Interpreter enabled [ 0.152015] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.154786] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.156789] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20131115/hwxface-580) [ 0.159532] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20131115/hwxface-580) [ 0.161771] ACPI: (supports S0 S5) [ 0.164008] ACPI: Using IOAPIC for interrupt routing [ 0.165439] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.168180] ACPI: No dock devices found. [ 0.171417] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.172018] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.173840] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.175627] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.176258] acpiphp: Slot [3] registered [ 0.177459] acpiphp: Slot [4] registered [ 0.178666] acpiphp: Slot [5] registered [ 0.179862] acpiphp: Slot [6] registered [ 0.180037] acpiphp: Slot [7] registered [ 0.181232] acpiphp: Slot [8] registered [ 0.182418] acpiphp: Slot [9] registered [ 0.183610] acpiphp: Slot [10] registered [ 0.184022] acpiphp: Slot [11] registered [ 0.185223] acpiphp: Slot [12] registered [ 0.186426] acpiphp: Slot [13] registered [ 0.187627] acpiphp: Slot [14] registered [ 0.188023] acpiphp: Slot [15] registered [ 0.189232] acpiphp: Slot [16] registered [ 0.190450] acpiphp: Slot [17] registered [ 0.191654] acpiphp: Slot [18] registered [ 0.192029] acpiphp: Slot [19] registered [ 0.193241] acpiphp: Slot [20] registered [ 0.194460] acpiphp: Slot [21] registered [ 0.195668] acpiphp: Slot [22] registered [ 0.196022] acpiphp: Slot [23] registered [ 0.197249] acpiphp: Slot [24] registered [ 0.198483] acpiphp: Slot [25] registered [ 0.199696] acpiphp: Slot [26] registered [ 0.200021] acpiphp: Slot [27] registered [ 0.201220] acpiphp: Slot [28] registered [ 0.202415] acpiphp: Slot [29] registered [ 0.203612] acpiphp: Slot [30] registered [ 0.204029] acpiphp: Slot [31] registered [ 0.205225] PCI host bridge to bus 0000:00 [ 0.206427] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.207960] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.208004] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.209669] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.211512] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff] [ 0.212004] pci_bus 0000:00: root bus resource [mem 0x100000000-0x17fffffff] [ 0.221600] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.223832] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.253711] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.256738] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.258857] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.260863] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.263012] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.264839] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.266747] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.266747] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.268004] vgaarb: loaded [ 0.268939] vgaarb: bridge control possible 0000:00:02.0 [ 0.270740] SCSI subsystem initialized [ 0.272101] ACPI: bus type USB registered [ 0.273351] usbcore: registered new interface driver usbfs [ 0.274901] usbcore: registered new interface driver hub [ 0.276053] usbcore: registered new device driver usb [ 0.277599] PCI: Using ACPI for IRQ routing [ 0.277725] NetLabel: Initializing [ 0.280008] NetLabel: domain hash size = 128 [ 0.281325] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.282845] NetLabel: unlabeled traffic allowed by default [ 0.284216] Switched to clocksource kvm-clock [ 0.293279] AppArmor: AppArmor Filesystem Enabled [ 0.294752] pnp: PnP ACPI init [ 0.295768] ACPI: bus type PNP registered [ 0.297492] pnp: PnP ACPI: found 8 devices [ 0.298744] ACPI: bus type PNP unregistered [ 0.306413] NET: Registered protocol family 2 [ 0.308091] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.310457] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.312568] TCP: Hash tables configured (established 16384 bind 16384) [ 0.314598] TCP: reno registered [ 0.315678] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.317464] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.319415] NET: Registered protocol family 1 [ 0.320801] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.322538] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.324168] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.347022] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.370166] Trying to unpack rootfs image as initramfs... [ 0.473415] Freeing initrd memory: 7232K (ffff8800371d0000 - ffff8800378e0000) [ 0.475990] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 0.477625] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 0.479314] microcode: Microcode Update Driver: v2.00 , Peter Oruba [ 0.481732] Scanning for low memory corruption every 60 seconds [ 0.483797] Initialise system trusted keyring [ 0.485105] audit: initializing netlink socket (disabled) [ 0.486597] type=2000 audit(1535882075.549:1): initialized [ 0.507441] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.510053] zbud: loaded [ 0.511139] VFS: Disk quotas dquot_6.5.2 [ 0.512342] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.514479] fuse init (API version 7.22) [ 0.515710] msgmni has been set to 3997 [ 0.516912] Key type big_key registered [ 0.518492] Key type asymmetric registered [ 0.519689] Asymmetric key parser 'x509' registered [ 0.521069] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.523235] io scheduler noop registered [ 0.524398] io scheduler deadline registered (default) [ 0.525829] io scheduler cfq registered [ 0.527024] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.528536] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.530320] ipmi message handler version 39.2 [ 0.531645] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.533730] ACPI: Power Button [PWRF] [ 0.534919] GHES: HEST is not enabled! [ 0.557174] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 0.601243] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 0.623882] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 [ 0.626128] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.649900] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.652879] Linux agpgart interface v0.103 [ 0.655087] brd: module loaded [ 0.656562] loop: module loaded [ 0.657936] blk-mq: CPU -> queue map [ 0.659057] CPU 0 -> Queue 0 [ 0.660055] CPU 1 -> Queue 0 [ 0.661917] vda: vda1 [ 0.663602] scsi0 : ata_piix [ 0.664821] scsi1 : ata_piix [ 0.665927] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc100 irq 14 [ 0.668051] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc108 irq 15 [ 0.670381] libphy: Fixed MDIO Bus: probed [ 0.671887] tun: Universal TUN/TAP device driver, 1.6 [ 0.673558] tun: (C) 1999-2004 Max Krasnyansky [ 0.677487] PPP generic driver version 2.4.2 [ 0.678804] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.680538] ehci-pci: EHCI PCI platform driver [ 0.681904] ehci-platform: EHCI generic platform driver [ 0.683389] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.685052] ohci-pci: OHCI PCI platform driver [ 0.686351] ohci-platform: OHCI generic platform driver [ 0.687833] uhci_hcd: USB Universal Host Controller Interface driver [ 0.710508] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 0.711971] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 0.714191] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c0c0 [ 0.715842] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 0.717613] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 0.719756] usb usb1: Product: UHCI Host Controller [ 0.721131] usb usb1: Manufacturer: Linux 3.13.0-156-generic uhci_hcd [ 0.722850] usb usb1: SerialNumber: 0000:00:01.2 [ 0.724298] hub 1-0:1.0: USB hub found [ 0.725453] hub 1-0:1.0: 2 ports detected [ 0.726766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.729750] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.731120] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.732636] mousedev: PS/2 mouse device common for all mice [ 0.734439] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.736934] rtc_cmos 00:00: RTC can wake from S4 [ 0.738979] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.741281] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 0.743696] device-mapper: uevent: version 1.0.3 [ 0.745532] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com [ 0.748667] ledtrig-cpu: registered to indicate activity on CPUs [ 0.750990] TCP: cubic registered [ 0.752440] NET: Registered protocol family 10 [ 0.754515] NET: Registered protocol family 17 [ 0.756221] Key type dns_resolver registered [ 0.758073] Loading compiled-in X.509 certificates [ 0.760408] Loaded X.509 cert 'Magrathea: Glacier signing key: 0c5372ea8799820122bac191b5c0d2a141f50813' [ 0.770945] registered taskstats version 1 [ 0.774385] Key type trusted registered [ 0.778617] Key type encrypted registered [ 0.780185] AppArmor: AppArmor sha1 policy hashing enabled [ 0.782179] IMA: No TPM chip found, activating TPM-bypass! [ 0.784785] regulator-dummy: disabling [ 0.786330] Magic number: 2:13:929 [ 0.787908] rtc_cmos 00:00: setting system clock to 2018-09-02 09:54:35 UTC (1535882075) [ 0.791026] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 0.793227] EDD information not available. [ 0.829311] Freeing unused kernel memory: 1368K (ffffffff81d24000 - ffffffff81e7a000) [ 0.832189] Write protecting the kernel read-only data: 12288k [ 0.835009] Freeing unused kernel memory: 696K (ffff880001752000 - ffff880001800000) [ 0.839287] Freeing unused kernel memory: 660K (ffff880001b5b000 - ffff880001c00000) Loading, please wait... [ 0.853878] systemd-udevd[107]: starting version 204 [ 0.904492] FDC 0 is a S82078B [ 1.036109] usb 1-1: new full-speed USB device number 2 using uhci_hcd [ 1.200391] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.202528] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.204451] usb 1-1: Product: QEMU USB Tablet [ 1.205732] usb 1-1: Manufacturer: QEMU [ 1.206910] usb 1-1: SerialNumber: 42 [ 1.472081] tsc: Refined TSC clocksource calibration: 3491.867 MHz [ 1.933204] 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.253099] 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.372632] 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 ] [ 2.468842] EXT4-fs (vda1): re-mounted. Opts: (null) * Stopping Track if upstart is running in a container[74G[ OK ] * 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 09:54:37 +0000. Up 2.81 seconds. cloud-init-nonet[2.97]: 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 ] * Stopping Mount network filesystems[74G[ OK ] cloud-init-nonet[3.95]: static networking is now up * Starting configure network device[74G[ OK ] Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 09:54:38 +0000. Up 4.10 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:6f:4d:8d | ci-info: | eth0 | True | 192.168.0.9 | 255.255.255.0 | fa:16:3e:21:23:24 | 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: b7:6b:ea:57:19:94:bc:f1:6f:66:fb:3a:85:3d:fb:ab root@ns The key's randomart image is: +--[ RSA 2048]----+ | . . | | = | | . + | | o . | | S . o + | | . .o ..B| | .. =+| | o. .o | | .o+. Eo+*| +-----------------+ 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: 92:5d:da:30:6b:4b:0d:54:78:9b:dc:f9:31:a1:aa:9b root@ns The key's randomart image is: +--[ DSA 1024]----+ | .o. | | .. . . | | +o.+ o . | | o X+ + o | | o S o. . o | | + .. . | | .. | | .. | | E. | +-----------------+ 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: ff:a3:0c:6a:b6:ad:9e:90:3f:ef:05:81:f2:26:d5:4a root@ns The key's randomart image is: +--[ECDSA 256]---+ | | | o | | . E o | | = . . | | . + S | | + o | | o . o | | o++ + .. | | +B*+ 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: 52:ad:db:24:58:81:70:fa:64:93:44:ce:d7:86:c7:29 root@ns The key's randomart image is: +--[ED25519 256--+ | .o+.. | | *.. * . | | . B E B | | + * = | | + S . | | . = | | . . | | | | | +-----------------+ * 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 D-Bus system message bus[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 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 09:54:44 +0000. Up 9.79 seconds. * Stopping System V initialisation compatibility[74G[ OK ] * Starting System V runlevel compatibility[74G[ OK ] * Starting regular background program processing daemon[74G[ OK ] * Starting save kernel messages[74G[ OK ] * Starting OpenSSH server[74G[ OK ] * Starting deferred execution scheduler[74G[ OK ] * Starting CPU interrupts balancing daemon[74G[ OK ] * Stopping save kernel messages[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 09:54:46 +0000. Up 10.84 seconds. ++ cut -d / -f 2 ++ echo 192.168.1.0/24 + ip addr add 192.168.1.11/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 (1557 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 (336 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.209 ++ echo 172.30.9.209 ++ grep -q -e '[^0-9.]' ++ echo A 172.30.9.209 + 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 | cc:11:f2:5e:36:2b:cb:f5:16:e1:8d:df:57:20:57:e6 | - | Generated-by-Nova | ci-info: +---------+-------------------------------------------------+---------+-------------------+ ec2: ec2: ############################################################# ec2: -----BEGIN SSH HOST KEY FINGERPRINTS----- ec2: 1024 92:5d:da:30:6b:4b:0d:54:78:9b:dc:f9:31:a1:aa:9b root@ns (DSA) ec2: 256 ff:a3:0c:6a:b6:ad:9e:90:3f:ef:05:81:f2:26:d5:4a root@ns (ECDSA) ec2: 256 52:ad:db:24:58:81:70:fa:64:93:44:ce:d7:86:c7:29 root@ns (ED25519) ec2: 2048 b7:6b:ea:57:19:94:bc:f1:6f:66:fb:3a:85:3d:fb:ab root@ns (RSA) ec2: -----END SSH HOST KEY FINGERPRINTS----- ec2: ############################################################# -----BEGIN SSH HOST KEY KEYS----- ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ7rk2hEZGB7dt/l8sj/GYLmk5vAfSeTyrkL2Hp/4xbz++VqfCoapzin1+eAI5rQOHkVnGxKJJunPJNRBeqEiPs= root@ns ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIBAaSuHrYCcamlvc1n5IpUBFyqJj3Bkuv3c59j+lI0R root@ns ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBaIxTiogr5PtlUWhESeWjlLzkJextVF4ETC01oZFDZvHxdobhr7K4/9Hhr13HXzW/5LWz5aMRuBNshf1fuuhpdZWkJqrwPY0dbaNiUP2l0TaItcJo8VGZbihJJtqj+hpJFFq591trbyJw04WsNCvzO1Tm1KgT425qD6/LoaQHUrACDxn3ZJC7FM3/6XebhGxODaG7jzNJWdPpmzK5f3FIm9vEUFmK6NZywh9sbYwt25qk7UyZBrWya4p/gqmQsryQp+YHjEa/bmrhktEsmOqoGbocHgsSj4tIB+coO3eLBH3f50DCislgoYpMBBhsTa7+MPXBD19SInlVPJzAg2q7 root@ns -----END SSH HOST KEY KEYS----- Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 09:55:00 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 24.99 seconds 2018-09-02 10:00:42,465 - functest.core.singlevm - DEBUG - regex found: ''Cloud-init .* finished at ' in console 2018-09-02 10:00:42,466 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Ellis IP: 172.30.9.202 2018-09-02 10:00:42,575 - 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 10:00:42,645 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - cookies: ]> 2018-09-02 10:00:42,645 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Create 1st calling number on Ellis 2018-09-02 10:00:42,897 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 10:00:42,897 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 1: cannot create a number 2018-09-02 10:01:07,945 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 10:01:07,945 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 2: cannot create a number 2018-09-02 10:01:33,005 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 10:01:33,006 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 3: cannot create a number 2018-09-02 10:01:58,054 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 10:01:58,054 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 4: cannot create a number 2018-09-02 10:02:23,111 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 10:02:23,111 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 5: cannot create a number 2018-09-02 10:03:19,046 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 10:03:19,046 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 6: cannot create a number 2018-09-02 10:03:55,737 - functest.opnfv_tests.vnf.ims.clearwater - INFO - cannot create a number: 2018-09-02 10:03:55,737 - functest.opnfv_tests.vnf.ims.clearwater - INFO - try 7: cannot create a number 2018-09-02 10:04:21,023 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Calling number is created: {u'private_id': u'6505550068@clearwater.opnfv', u'sip_username': u'6505550068', u'formatted_number': u'(650) 555-0068', u'number': u'6505550068', u'sip_uri': u'sip:6505550068@clearwater.opnfv', u'number_id': u'2ed09fb2716345a8bdc413bebc2b844b', u'sip_password': u'9RydPvH3b', u'pstn': False} 2018-09-02 10:04:21,024 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 10:04:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:04:21,333 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:04:21 GMT Server: Apache x-openstack-request-id: req-58994d0b-8e26-4f29-8a04-4536ed34f9a5 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d 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 10:04:22,156 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:04:21 GMT Server: Apache x-openstack-request-id: req-c5506b50-b551-4a28-b199-6bcb8fbbf61e Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 948 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "stack_status_reason": "Stack CREATE completed successfully", "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "tags": null, "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "outputs": [{"output_value": "172.30.9.209", "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 10:04:22,156 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d used request id req-c5506b50-b551-4a28-b199-6bcb8fbbf61e 2018-09-02 10:04:22,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.13215708733s 2018-09-02 10:04:22,157 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d used request id req-c5506b50-b551-4a28-b199-6bcb8fbbf61e 2018-09-02 10:04:22,159 - functest.opnfv_tests.vnf.ims.heat_ims - DEBUG - stack outputs: [Munch({u'output_value': u'172.30.9.209', 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 10:04:22,159 - functest.opnfv_tests.vnf.ims.clearwater - INFO - Run Clearwater live test 2018-09-02 10:04:22,160 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - Backup /etc/resolv.conf -> /etc/resolv.conf.bak 2018-09-02 10:04:22,167 - 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 10:04:22,168 - 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 10:09:29,437 - functest.utils.functest_utils - ERROR - Clearwater live test failed 2018-09-02 10:09:29,438 - functest.opnfv_tests.vnf.ims.clearwater - DEBUG - ** Invoke test (first_time) ** Execute test Basic Call - Mainline (TCP) - (6505550102, 6505550175) Failed Endpoint threw exception: - Expected 180, got 503 (call ID ea557e1b1737f928e7dae113d33a9f4d) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-call.rb:38:in `block (2 levels) in ' Terminating other threads after failure Basic Call - SDP (TCP) - (6505550546, 6505550930) Failed Endpoint threw exception: - Expected 180, got 503 (call ID 4e60777ebe35e1b726742926330758fc) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-call.rb:97:in `block (2 levels) in ' Terminating other threads after failure Basic Call - Tel URIs (TCP) - (6505550129, 6505550070) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 222a35fbaecea2c1af9d08a2fbc73536) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-call.rb:158:in `block (2 levels) in ' Terminating other threads after failure Basic Call - Unknown number (TCP) - (6505550820, 6505550400) Passed Basic Call - Rejected by remote endpoint (TCP) - (6505550710, 6505550492) Failed Endpoint threw exception: - Expected 486, got 503 (call ID 7e52b4c61cb96fd0641e6b83aaeb90ee) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-call.rb:216:in `block (2 levels) in ' Terminating other threads after failure Basic Call - Messages - Pager model (TCP) - (6505550452, 6505550504) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 3078e122c109e925f8b0966d6c0bbfc3) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-call.rb:249:in `block (2 levels) in ' Terminating other threads after failure Basic Call - Pracks (TCP) - (6505550018, 6505550377) Failed Endpoint threw exception: - Expected 180, got 503 (call ID cfda5f1d058171524ea3554d72f366dc) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/call.rb:239:in `recv_response_and_create_dialog' - /src/vims-test/lib/tests/basic-call.rb:282:in `block (2 levels) in ' Terminating other threads after failure Basic Registration (TCP) - (6505550878) Passed Emergency Registration (TCP) - Skipped (Not running with emergency registrations) - Call with EMERGENCY_REG=Y to run test Multiple Identities (TCP) - (6505550553, 6505550171) Failed Endpoint threw exception: - Expected 200, got 504 (call ID 797aca35ae3daba970cb004e4aa14a1c) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/basic-register.rb:67:in `block (2 levels) in ' Terminating other threads after failure Exception in quaff_cleanup_blk: - Expected 200, got 504 (call ID c815dd17f85e20750d70da215d89b0fb) Call Barring - Outbound Rejection (TCP) - (6505550780, 6505550950) 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) - (6505550125, 6505550530) 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) - (6505550172, 6505550616, 6505550346) Failed Endpoint threw exception: - sip:6505550346@clearwater.opnfv timed out waiting for new incoming call - /src/vims-test/quaff/lib/endpoint.rb:68:in `rescue in incoming_call' - /src/vims-test/quaff/lib/endpoint.rb:65:in `incoming_call' - /src/vims-test/lib/tests/call-diversion.rb:59:in `block in add_redirectee_scenario' Terminating other threads after failure Exception in quaff_cleanup_blk: - sip:6505550346@clearwater.opnfv timed out waiting for 401|200 (call ID de3b62645e8436a81e03d88124a8ebf0) Call Diversion - Not reachable (not registered) (TCP) - Leaked sip:6505550475@clearwater.opnfv, DELETE returned 502 Failed RestClient::BadGateway thrown: - 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' - /src/vims-test/lib/ellis.rb:105:in `set_simservs' - /src/vims-test/lib/tests/call-diversion.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 `
' Call Diversion - Not reachable (408) (TCP) - Failed RuntimeError thrown: - Account creation failed with HTTP code 502, body {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "599", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550999%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "599", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550072%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550508%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550909%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550589%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550630%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550195%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550042%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550315%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550896%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550581%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550326%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550417%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550627%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550669%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550050%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550102%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550520%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550413%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550093%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550542%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550025%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550080%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550686%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550604%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550852%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550770%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550356%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550909%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550330%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550527%40clearwater.opnfv/simservs.xml"}, "error": true} - /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 {"status": 502, "message": "Bad Gateway", "reason": "Upstream request failed", "detail": {"Upstream error": "502", "Upstream URL": "http://homer-0.clearwater.opnfv:7888/org.etsi.ngn.simservs/users/sip%3A6505550222%40clearwater.opnfv/simservs.xml"}, "error": true} - /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) - (6505550717, 6505550458) Failed Endpoint threw exception: - Expected 200, got 503 (call ID 2745bd8355f129f29f840f1cdbf4e626) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/lib/tests/gruu.rb:427:in `block (2 levels) in ' Terminating other threads after failure 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) - (6505550637) Failed Endpoint threw exception: - sip:6505550637@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID 15e93e0363867d8f95edda860308d8db) - /src/vims-test/quaff/lib/call.rb:156:in `rescue in recv_any_of' - /src/vims-test/quaff/lib/call.rb:153:in `recv_any_of' - /src/vims-test/lib/quaff-monkey-patches.rb:62:in `recv_200_and_notify' - /src/vims-test/lib/tests/subscribe.rb:36:in `block (2 levels) in ' Terminating other threads after failure SUBSCRIBE - reg-event with a GRUU (TCP) - (6505550288) Failed Endpoint threw exception: - sip:6505550288@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID 773a4a93ff126c37eaed5a8890a21df6) - /src/vims-test/quaff/lib/call.rb:156:in `rescue in recv_any_of' - /src/vims-test/quaff/lib/call.rb:153:in `recv_any_of' - /src/vims-test/lib/quaff-monkey-patches.rb:62:in `recv_200_and_notify' - /src/vims-test/lib/tests/subscribe.rb:87:in `block (2 levels) in ' Terminating other threads after failure SUBSCRIBE - Subscription timeout (TCP) - (6505550210) Failed Endpoint threw exception: - sip:6505550210@clearwater.opnfv timed out waiting for one of these: [[200, true], ["NOTIFY", false]] (call ID cbc93ad1feff18fe4c4a47fe8d84f5cf) - /src/vims-test/quaff/lib/call.rb:156:in `rescue in recv_any_of' - /src/vims-test/quaff/lib/call.rb:153:in `recv_any_of' - /src/vims-test/lib/quaff-monkey-patches.rb:62:in `recv_200_and_notify' - /src/vims-test/lib/tests/subscribe.rb:125:in `block (2 levels) in ' Terminating other threads after failure SUBSCRIBE - Registration timeout (TCP) - (6505550036, 6505550541) Failed Exception in quaff_cleanup_blk: - Expected 200, got 504 (call ID 989a00c83daa4ade9f8268b3d1eb4b6f) Failed RuntimeError thrown: - Expected 200, got 504 (call ID bfe5f1fb372743777fd24c0acf82da5f) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:188:in `register' - /src/vims-test/lib/tests/subscribe.rb:160: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 `
' Multiple SUBSCRIBErs to one UE's reg-event (TCP) - (6505550387, 6505550010) Failed Exception in quaff_cleanup_blk: - Expected 200, got 504 (call ID 01aa544a2e6673bc4227a8110cf8e794) Failed RuntimeError thrown: - Expected 200, got 504 (call ID 01aa544a2e6673bc4227a8110cf8e794) - /src/vims-test/quaff/lib/call.rb:223:in `recv_response' - /src/vims-test/quaff/lib/endpoint.rb:188:in `register' - /src/vims-test/lib/tests/subscribe.rb:227: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 `
' 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= Listing existing numbers failed with HTTP code 502 Detailed error output: {"Upstream error"=>"404", "Upstream URL"=>"http://hs-prov.clearwater.opnfv:8889/public/sip%3A6505550475%40clearwater.opnfv/associated_private_ids"} 47 failures out of 93 tests run Basic Call - Mainline (TCP) at 2018-09-02 10:04:28 +0000 Basic Call - SDP (TCP) at 2018-09-02 10:04:33 +0000 Basic Call - Tel URIs (TCP) at 2018-09-02 10:04:39 +0000 Basic Call - Rejected by remote endpoint (TCP) at 2018-09-02 10:04:46 +0000 Basic Call - Messages - Pager model (TCP) at 2018-09-02 10:04:51 +0000 Basic Call - Pracks (TCP) at 2018-09-02 10:04:56 +0000 Multiple Identities (TCP) at 2018-09-02 10:05:03 +0000 Call Diversion - Not registered (TCP) at 2018-09-02 10:06:09 +0000 Call Diversion - Not reachable (not registered) (TCP) at 2018-09-02 10:06:50 +0000 Call Diversion - Not reachable (408) (TCP) at 2018-09-02 10:07:10 +0000 Call Diversion - Not reachable (503) (TCP) at 2018-09-02 10:07:32 +0000 Call Diversion - Not reachable (500) (TCP) at 2018-09-02 10:07:32 +0000 Call Diversion - Busy (TCP) at 2018-09-02 10:07:32 +0000 Call Diversion - Unconditional (TCP) at 2018-09-02 10:07:33 +0000 Call Diversion - No answer (TCP) at 2018-09-02 10:07:33 +0000 Call Diversion - Bad target URI (TCP) at 2018-09-02 10:07:33 +0000 Call Diversion - Audio-only call (TCP) at 2018-09-02 10:07:33 +0000 Call Diversion - Audio-video call (TCP) at 2018-09-02 10:07:33 +0000 Call Waiting - Accepted (TCP) at 2018-09-02 10:07:34 +0000 Call Waiting - Cancelled (TCP) at 2018-09-02 10:07:34 +0000 CANCEL - Mainline (TCP) at 2018-09-02 10:07:34 +0000 Filtering - Accept-Contact (TCP) at 2018-09-02 10:07:34 +0000 Accept-Contact with response (SFR 511195) (TCP) at 2018-09-02 10:07:34 +0000 Filtering - Accept-Contact no match (TCP) at 2018-09-02 10:07:34 +0000 Filtering - Accept-Contact negated match (TCP) at 2018-09-02 10:07:35 +0000 Filtering - RFC3841 example (TCP) at 2018-09-02 10:07:35 +0000 Filtering - Reject-Contact no match (TCP) at 2018-09-02 10:07:35 +0000 Filtering - Reject-Contact match (TCP) at 2018-09-02 10:07:35 +0000 GRUU - REGISTER - two bindings with and without GRUU (TCP) at 2018-09-02 10:07:35 +0000 GRUU - REGISTER - binding suggested GRUU (TCP) at 2018-09-02 10:07:35 +0000 GRUU - REGISTER - instance ID requires escaping (TCP) at 2018-09-02 10:07:36 +0000 GRUU - REGISTER - three bindings with GRUUs (TCP) at 2018-09-02 10:07:36 +0000 GRUU - Call - first endpoint GRUU as target (TCP) at 2018-09-02 10:07:36 +0000 GRUU - Call - second endpoint GRUU as target (TCP) at 2018-09-02 10:07:36 +0000 GRUU - Call - only GRUU as target (TCP) at 2018-09-02 10:07:36 +0000 GRUU - Call - AoR as target (TCP) at 2018-09-02 10:07:36 +0000 GRUU - Call - unknown GRUU as target (TCP) at 2018-09-02 10:07:37 +0000 GRUU - Call - unknown GRUU as target - no GRUUs assigned (TCP) at 2018-09-02 10:07:37 +0000 GRUU - Call - Reject-Contact interop (TCP) at 2018-09-02 10:07:37 +0000 GRUU - Call - Accept-Contact interop (TCP) at 2018-09-02 10:07:37 +0000 GRUU - Call - AoR with other param as target (TCP) at 2018-09-02 10:07:37 +0000 GRUU - Call - GRUU with other param as target (TCP) at 2018-09-02 10:07:43 +0000 SUBSCRIBE - reg-event (TCP) at 2018-09-02 10:08:14 +0000 SUBSCRIBE - reg-event with a GRUU (TCP) at 2018-09-02 10:08:46 +0000 SUBSCRIBE - Subscription timeout (TCP) at 2018-09-02 10:09:18 +0000 SUBSCRIBE - Registration timeout (TCP) at 2018-09-02 10:09:23 +0000 Multiple SUBSCRIBErs to one UE's reg-event (TCP) at 2018-09-02 10:09:29 +0000 42 tests skipped Error logs, including Call-IDs of failed calls, are in the 'logfiles' directory 2018-09-02 10:09:29,441 - functest.opnfv_tests.vnf.ims.heat_ims - INFO - {'failures': 47, 'skipped': 42, 'total': 93, 'passed': 4} 2018-09-02 10:09:29,565 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 10:09:29,566 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | heat_ims | functest | 17:55 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 10:09:29,571 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 10:09:29,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d?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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:09:29,875 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:09:29 GMT Server: Apache x-openstack-request-id: req-43c53c3a-3a4d-43ee-9b1c-a24f6d77a38f Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 10:09:30,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:09:29 GMT Server: Apache x-openstack-request-id: req-65fa0615-ecb3-4a42-9308-475c7e4eee78 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 884 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": null, "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "CREATE_COMPLETE", "stack_owner": null, "updated_time": null, "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack CREATE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-09-02 10:09:30,606 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-65fa0615-ecb3-4a42-9308-475c7e4eee78 2018-09-02 10:09:30,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 1.03466582298s 2018-09-02 10:09:30,607 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-65fa0615-ecb3-4a42-9308-475c7e4eee78 2018-09-02 10:09:30,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:09:30,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:09:31,293 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:09:30 GMT Server: Apache x-openstack-request-id: req-54963b7f-522d-4922-9925-f67346d33781 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/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 10:09:32,010 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:09:31 GMT Server: Apache x-openstack-request-id: req-6a25cfb2-1e01-48d1-983f-e0c8ca4788cf Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 342 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T09:57:32Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv/events/dab925bb-f7b7-4fb9-bd43-2533a28e49e2", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack CREATE completed successfully", "resource_status": "CREATE_COMPLETE", "physical_resource_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "id": "dab925bb-f7b7-4fb9-bd43-2533a28e49e2"}]} 2018-09-02 10:09:32,010 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-6a25cfb2-1e01-48d1-983f-e0c8ca4788cf 2018-09-02 10:09:32,010 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.40165400505s 2018-09-02 10:09:32,010 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?limit=1&sort_dir=desc&limit=1&sort_dir=desc used request id req-6a25cfb2-1e01-48d1-983f-e0c8ca4788cf 2018-09-02 10:09:32,011 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.DELETE.stacks 2018-09-02 10:09:32,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:09:32,326 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:09:32 GMT Server: Apache x-openstack-request-id: req-439465f0-2182-4cca-b967-5e2aa11a4585 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d 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 10:09:32,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:09:32 GMT Server: Apache x-openstack-request-id: req-27e6353f-6af2-470c-9d5a-3a0d809b72e4 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 10:09:32,753 - keystoneauth.session - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d used request id req-27e6353f-6af2-470c-9d5a-3a0d809b72e4 2018-09-02 10:09:32,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.DELETE.stacks in 0.74233007431s 2018-09-02 10:09:32,754 - shade.request_ids - DEBUG - DELETE call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d used request id req-27e6353f-6af2-470c-9d5a-3a0d809b72e4 2018-09-02 10:09:32,754 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:09:32,757 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=dab925bb-f7b7-4fb9-bd43-2533a28e49e2&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:09:33,057 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:09:32 GMT Server: Apache x-openstack-request-id: req-f504277d-5cdc-4dde-a735-fa2db350bc87 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=dab925bb-f7b7-4fb9-bd43-2533a28e49e2&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 10:09:33,384 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:09:33 GMT Server: Apache x-openstack-request-id: req-1c25d330-e06f-410b-958d-2734a81a87d7 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 430 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T10:09:32Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv/events/be13b86a-ebf7-4227-8424-d07f686ebb20", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE started", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "id": "be13b86a-ebf7-4227-8424-d07f686ebb20"}, {"resource_name": "sprout", "event_time": "2018-09-02T10:09:32Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sprout/events/173143e8-d58f-476e-9257-592421155655", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "77b0f479-dee1-4c49-ba09-0c5d7f6f6f61", "id": "173143e8-d58f-476e-9257-592421155655"}]} 2018-09-02 10:09:33,384 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=dab925bb-f7b7-4fb9-bd43-2533a28e49e2&sort_dir=asc&marker=dab925bb-f7b7-4fb9-bd43-2533a28e49e2&sort_dir=asc used request id req-1c25d330-e06f-410b-958d-2734a81a87d7 2018-09-02 10:09:33,384 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.629979133606s 2018-09-02 10:09:33,385 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=dab925bb-f7b7-4fb9-bd43-2533a28e49e2&sort_dir=asc&marker=dab925bb-f7b7-4fb9-bd43-2533a28e49e2&sort_dir=asc used request id req-1c25d330-e06f-410b-958d-2734a81a87d7 2018-09-02 10:09:38,391 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:09:38,394 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=173143e8-d58f-476e-9257-592421155655&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:09:38,683 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:09:38 GMT Server: Apache x-openstack-request-id: req-bbb95fb7-4f31-4e2c-b82d-03eda22a3430 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=173143e8-d58f-476e-9257-592421155655&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 10:09:38,993 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:09:38 GMT Server: Apache x-openstack-request-id: req-7b3e368b-400b-47ae-8ff0-ba878e9362b0 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 600 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "homer", "event_time": "2018-09-02T10:09:33Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/homer/events/16857b5d-c772-48df-b35b-de43027f8e72", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "fab452d3-7723-4a0c-948f-380a1e7fd2bf", "id": "16857b5d-c772-48df-b35b-de43027f8e72"}, {"resource_name": "bono", "event_time": "2018-09-02T10:09:34Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/bono/events/162c1a83-b849-4ee6-93ba-0bdf3f19dbc9", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "bf5a6bda-da30-4068-bba0-ecc305f93578", "id": "162c1a83-b849-4ee6-93ba-0bdf3f19dbc9"}, {"resource_name": "dime", "event_time": "2018-09-02T10:09:35Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dime/events/5a38f89a-4a80-4079-9eb5-32a5364be340", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "a73ae177-bcec-4744-bab9-ff7965a3eb30", "id": "5a38f89a-4a80-4079-9eb5-32a5364be340"}, {"resource_name": "vellum", "event_time": "2018-09-02T10:09:36Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/vellum/events/f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "8c355817-ed1f-4631-94e9-29b90a9b3266", "id": "f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf"}]} 2018-09-02 10:09:38,994 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=173143e8-d58f-476e-9257-592421155655&sort_dir=asc&marker=173143e8-d58f-476e-9257-592421155655&sort_dir=asc used request id req-7b3e368b-400b-47ae-8ff0-ba878e9362b0 2018-09-02 10:09:38,994 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.602779150009s 2018-09-02 10:09:38,994 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=173143e8-d58f-476e-9257-592421155655&sort_dir=asc&marker=173143e8-d58f-476e-9257-592421155655&sort_dir=asc used request id req-7b3e368b-400b-47ae-8ff0-ba878e9362b0 2018-09-02 10:09:44,001 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:09:44,004 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:09:44,032 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:09:44 GMT Server: Apache x-openstack-request-id: req-3d046154-b7b7-4fc0-80f2-f318fddd1647 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&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 10:09:44,107 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:09:44 GMT Server: Apache x-openstack-request-id: req-5d545c85-2ae6-48c8-bc56-38dfbfa894f8 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 10:09:44,107 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&sort_dir=asc&marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&sort_dir=asc used request id req-5d545c85-2ae6-48c8-bc56-38dfbfa894f8 2018-09-02 10:09:44,107 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.10609292984s 2018-09-02 10:09:44,107 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&sort_dir=asc&marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&sort_dir=asc used request id req-5d545c85-2ae6-48c8-bc56-38dfbfa894f8 2018-09-02 10:09:49,113 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:09:49,116 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:09:49,418 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:09:49 GMT Server: Apache x-openstack-request-id: req-bd5425c7-87d0-4ed9-997e-5a11dd7a7336 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&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 10:09:49,741 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:09:49 GMT Server: Apache x-openstack-request-id: req-e24095e7-7090-43e7-8d2d-5bba87d01fa1 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 766 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "sprout", "event_time": "2018-09-02T10:09:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sprout/events/da5ddaef-82f6-4a70-8d1f-9c1ceb185ee0", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sprout", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "sprout", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "77b0f479-dee1-4c49-ba09-0c5d7f6f6f61", "id": "da5ddaef-82f6-4a70-8d1f-9c1ceb185ee0"}, {"resource_name": "bono", "event_time": "2018-09-02T10:09:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/bono/events/1cd325a3-9879-4575-b630-3bd16eaa2a61", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/bono", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "bono", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "bf5a6bda-da30-4068-bba0-ecc305f93578", "id": "1cd325a3-9879-4575-b630-3bd16eaa2a61"}, {"resource_name": "homer", "event_time": "2018-09-02T10:09:45Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/homer/events/92aafecc-b13f-4d4c-89e3-278cabf772cd", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/homer", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "homer", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "fab452d3-7723-4a0c-948f-380a1e7fd2bf", "id": "92aafecc-b13f-4d4c-89e3-278cabf772cd"}, {"resource_name": "dime", "event_time": "2018-09-02T10:09:46Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dime/events/c011791f-3cf8-405b-81b0-15e9b6e3489c", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dime", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "dime", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "a73ae177-bcec-4744-bab9-ff7965a3eb30", "id": "c011791f-3cf8-405b-81b0-15e9b6e3489c"}, {"resource_name": "vellum", "event_time": "2018-09-02T10:09:49Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/vellum/events/1627b672-22d9-4dcf-9d91-387d8900e348", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/vellum", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "vellum", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "8c355817-ed1f-4631-94e9-29b90a9b3266", "id": "1627b672-22d9-4dcf-9d91-387d8900e348"}, {"resource_name": "ellis", "event_time": "2018-09-02T10:09:49Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/ellis/events/a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "b770c003-55ad-4742-bdd6-d03fd38d9f5f", "id": "a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb"}]} 2018-09-02 10:09:49,741 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&sort_dir=asc&marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&sort_dir=asc used request id req-e24095e7-7090-43e7-8d2d-5bba87d01fa1 2018-09-02 10:09:49,742 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.628284931183s 2018-09-02 10:09:49,742 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&sort_dir=asc&marker=f499a94a-c8d2-4ee2-a71a-e6caf5bed4cf&sort_dir=asc used request id req-e24095e7-7090-43e7-8d2d-5bba87d01fa1 2018-09-02 10:09:54,749 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:09:54,752 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:09:55,514 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:09:54 GMT Server: Apache x-openstack-request-id: req-3c677bec-ba4e-4cd7-9a4c-e2bd7ea0a516 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&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 10:09:55,816 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:09:55 GMT Server: Apache x-openstack-request-id: req-6d6e3f7f-b7be-4380-9bf0-a004f7436cdc Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 10:09:55,816 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&sort_dir=asc&marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&sort_dir=asc used request id req-6d6e3f7f-b7be-4380-9bf0-a004f7436cdc 2018-09-02 10:09:55,816 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.06748700142s 2018-09-02 10:09:55,817 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&sort_dir=asc&marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&sort_dir=asc used request id req-6d6e3f7f-b7be-4380-9bf0-a004f7436cdc 2018-09-02 10:10:00,823 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:10:00,826 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:00,852 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:10:00 GMT Server: Apache x-openstack-request-id: req-adc09792-24e4-42cd-b41d-1357748e13b9 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&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 10:10:01,229 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:00 GMT Server: Apache x-openstack-request-id: req-720bd178-9647-4712-9ec6-fbe4357c5443 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 450 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "ellis", "event_time": "2018-09-02T10:09:56Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/ellis/events/deee880f-a07c-49a1-805a-1575e7cd5f1d", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/ellis", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "ellis", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "b770c003-55ad-4742-bdd6-d03fd38d9f5f", "id": "deee880f-a07c-49a1-805a-1575e7cd5f1d"}, {"resource_name": "dns", "event_time": "2018-09-02T10:09:56Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dns/events/845c69ac-e723-453e-b512-ba5ac67efc1e", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "c6234bdb-6e84-4980-9d32-971828598117", "id": "845c69ac-e723-453e-b512-ba5ac67efc1e"}]} 2018-09-02 10:10:01,229 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&sort_dir=asc&marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&sort_dir=asc used request id req-720bd178-9647-4712-9ec6-fbe4357c5443 2018-09-02 10:10:01,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.406588077545s 2018-09-02 10:10:01,230 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&sort_dir=asc&marker=a2a6ff3d-f9ad-4a26-86ca-16db3f214aeb&sort_dir=asc used request id req-720bd178-9647-4712-9ec6-fbe4357c5443 2018-09-02 10:10:06,236 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:10:06,240 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=845c69ac-e723-453e-b512-ba5ac67efc1e&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:06,268 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:10:06 GMT Server: Apache x-openstack-request-id: req-de124e5c-dda6-4763-9c87-5632a8680c55 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=845c69ac-e723-453e-b512-ba5ac67efc1e&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 10:10:06,310 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:06 GMT Server: Apache x-openstack-request-id: req-1f575818-9827-4ab0-b1d5-00a222f0a9bc Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 625 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "dns", "event_time": "2018-09-02T10:10:03Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dns/events/e1ae893a-2610-4125-a242-e280a3bddba8", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/dns", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "dns", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "c6234bdb-6e84-4980-9d32-971828598117", "id": "e1ae893a-2610-4125-a242-e280a3bddba8"}, {"resource_name": "security_groups", "event_time": "2018-09-02T10:10:04Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/security_groups/events/d3d2399b-672a-48c3-ba79-9ffcfecef729", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "224bbf1c-2fe2-451c-bc41-f8031a007511", "id": "d3d2399b-672a-48c3-ba79-9ffcfecef729"}, {"resource_name": "sig_network", "event_time": "2018-09-02T10:10:04Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sig_network/events/557f08ae-233a-4694-b9d3-da5631cee241", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "2909e8f0-1af0-4ac1-9c6d-037d7cdcc5c9", "id": "557f08ae-233a-4694-b9d3-da5631cee241"}, {"resource_name": "mgmt_network", "event_time": "2018-09-02T10:10:04Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/mgmt_network/events/4f7c550e-f6fa-4a89-86a0-e5859be2f3f7", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_IN_PROGRESS", "physical_resource_id": "fcbc2455-a625-42b0-b2cf-da8054a64a88", "id": "4f7c550e-f6fa-4a89-86a0-e5859be2f3f7"}]} 2018-09-02 10:10:06,311 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=845c69ac-e723-453e-b512-ba5ac67efc1e&sort_dir=asc&marker=845c69ac-e723-453e-b512-ba5ac67efc1e&sort_dir=asc used request id req-1f575818-9827-4ab0-b1d5-00a222f0a9bc 2018-09-02 10:10:06,311 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0745410919189s 2018-09-02 10:10:06,311 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=845c69ac-e723-453e-b512-ba5ac67efc1e&sort_dir=asc&marker=845c69ac-e723-453e-b512-ba5ac67efc1e&sort_dir=asc used request id req-1f575818-9827-4ab0-b1d5-00a222f0a9bc 2018-09-02 10:10:11,318 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:10:11,320 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:11,349 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:10:11 GMT Server: Apache x-openstack-request-id: req-84534732-5b4f-4970-ab32-85d513e6ac00 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&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 10:10:11,390 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:11 GMT Server: Apache x-openstack-request-id: req-73cf2cf3-7a9b-44cc-bab2-f5cf18bf6701 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 10:10:11,391 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&sort_dir=asc&marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&sort_dir=asc used request id req-73cf2cf3-7a9b-44cc-bab2-f5cf18bf6701 2018-09-02 10:10:11,391 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0728490352631s 2018-09-02 10:10:11,391 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&sort_dir=asc&marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&sort_dir=asc used request id req-73cf2cf3-7a9b-44cc-bab2-f5cf18bf6701 2018-09-02 10:10:16,397 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:10:16,400 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:17,103 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:10:16 GMT Server: Apache x-openstack-request-id: req-f0f86fc7-5467-433a-9b08-281c1738f83e Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&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 10:10:17,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:17 GMT Server: Apache x-openstack-request-id: req-bd5a3ee7-8ddf-48bb-b3f4-8d5962097c72 Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 613 Content-Type: application/json RESP BODY: {"events": [{"resource_name": "mgmt_network", "event_time": "2018-09-02T10:10:15Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/mgmt_network/events/c5183b5a-bb9d-4e1c-9d1d-9a9c2c79d46a", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/mgmt_network", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "mgmt_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "fcbc2455-a625-42b0-b2cf-da8054a64a88", "id": "c5183b5a-bb9d-4e1c-9d1d-9a9c2c79d46a"}, {"resource_name": "sig_network", "event_time": "2018-09-02T10:10:16Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sig_network/events/0d946979-0059-4746-a65d-44f9a5cf56e5", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/sig_network", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "sig_network", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "2909e8f0-1af0-4ac1-9c6d-037d7cdcc5c9", "id": "0d946979-0059-4746-a65d-44f9a5cf56e5"}, {"resource_name": "security_groups", "event_time": "2018-09-02T10:10:16Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/security_groups/events/9bd7c047-414b-4996-8e0e-058d4543693c", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/security_groups", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "security_groups", "resource_status_reason": "state changed", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "224bbf1c-2fe2-451c-bc41-f8031a007511", "id": "9bd7c047-414b-4996-8e0e-058d4543693c"}, {"resource_name": "clearwater-opnfv", "event_time": "2018-09-02T10:10:16Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv/events/841c40f3-147b-46bd-8e2b-ec0dbe325e5a", "rel": "self"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/resources/clearwater-opnfv", "rel": "resource"}, {"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "stack"}], "logical_resource_id": "clearwater-opnfv", "resource_status_reason": "Stack DELETE completed successfully", "resource_status": "DELETE_COMPLETE", "physical_resource_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "id": "841c40f3-147b-46bd-8e2b-ec0dbe325e5a"}]} 2018-09-02 10:10:17,411 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&sort_dir=asc&marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&sort_dir=asc used request id req-bd5a3ee7-8ddf-48bb-b3f4-8d5962097c72 2018-09-02 10:10:17,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.0143020153s 2018-09-02 10:10:17,412 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&sort_dir=asc&marker=4f7c550e-f6fa-4a89-86a0-e5859be2f3f7&sort_dir=asc used request id req-bd5a3ee7-8ddf-48bb-b3f4-8d5962097c72 2018-09-02 10:10:22,418 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:10:22,421 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:23,115 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:10:22 GMT Server: Apache x-openstack-request-id: req-0f57756d-dcb0-4b91-a447-9710df78da0a Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&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 10:10:23,518 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:23 GMT Server: Apache x-openstack-request-id: req-d9f13ee4-fb90-4a64-912a-ebabc9fc81fe Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 10:10:23,518 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&sort_dir=asc&marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&sort_dir=asc used request id req-d9f13ee4-fb90-4a64-912a-ebabc9fc81fe 2018-09-02 10:10:23,518 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 1.09950399399s 2018-09-02 10:10:23,518 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&sort_dir=asc&marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&sort_dir=asc used request id req-d9f13ee4-fb90-4a64-912a-ebabc9fc81fe 2018-09-02 10:10:28,524 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks.events 2018-09-02 10:10:28,527 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:28,554 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:10:28 GMT Server: Apache x-openstack-request-id: req-2e828e20-9836-4114-b360-727f87516fb5 Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&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 10:10:28,595 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:28 GMT Server: Apache x-openstack-request-id: req-0a43a3ea-a508-44e3-b2bc-f6bc8be56bd7 Content-Length: 14 Content-Type: application/json RESP BODY: {"events": []} 2018-09-02 10:10:28,595 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&sort_dir=asc&marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&sort_dir=asc used request id req-0a43a3ea-a508-44e3-b2bc-f6bc8be56bd7 2018-09-02 10:10:28,596 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks.events in 0.0714311599731s 2018-09-02 10:10:28,596 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d/events?marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&sort_dir=asc&marker=841c40f3-147b-46bd-8e2b-ec0dbe325e5a&sort_dir=asc used request id req-0a43a3ea-a508-44e3-b2bc-f6bc8be56bd7 2018-09-02 10:10:28,596 - shade.task_manager - DEBUG - Manager envvars:regionOne running task orchestration.GET.stacks 2018-09-02 10:10:28,599 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/021056fc-f5b5-4330-a282-b4c122d6bf3d?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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:28,626 - keystoneauth.session - DEBUG - RESP: [302] Date: Sun, 02 Sep 2018 10:10:28 GMT Server: Apache x-openstack-request-id: req-e209aa5d-d528-4c77-943a-70b3154ad12f Location: http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?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 10:10:28,651 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:28 GMT Server: Apache x-openstack-request-id: req-fe9fe4de-7311-4d0e-89f8-6f9b08b8ef8c Vary: Accept-Encoding Content-Encoding: gzip Content-Length: 892 Content-Type: application/json RESP BODY: {"stack": {"parent": null, "disable_rollback": false, "description": "Clearwater deployment\n", "parameters": {"OS::project_id": "014863aee1be4e16a4e84d7580ce87fc", "private_sig_net_ip_version": "4", "image": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "private_mgmt_net_pool_start": "192.168.0.1", "dime_cluster_size": "1", "flavor": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "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_4896af6e-179d-46ef-9967-bf2d055c9c87", "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": "b718548c-5bba-4aa1-a641-92a8eddc5687", "repo_url": "http://repo.cw-ngv.com/stable", "homer_cluster_size": "1", "private_mgmt_net_gateway": "192.168.0.254", "OS::stack_id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "dnssec_key": "GkBraPnditvP2Em4oXV5wUTawmZaGGuO+Jt3ZnFkznGV3zFoQ+Ak13nuuOnO0JV5FqAr/KitdW6siqjXSjROXg==", "bono_cluster_size": "1", "public_mgmt_net_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "deletion_time": "2018-09-02T10:10:17Z", "stack_name": "clearwater-opnfv", "stack_user_project_id": "9f7251a6983a4efca8e2a56b43471ab8", "tags": null, "creation_time": "2018-09-02T09:52:09Z", "links": [{"href": "http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d", "rel": "self"}], "capabilities": [], "notification_topics": [], "timeout_mins": 60, "stack_status": "DELETE_COMPLETE", "stack_owner": null, "updated_time": "2018-09-02T10:09:32Z", "id": "021056fc-f5b5-4330-a282-b4c122d6bf3d", "stack_status_reason": "Stack DELETE completed successfully", "template_description": "Clearwater deployment\n"}} 2018-09-02 10:10:28,652 - keystoneauth.session - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-fe9fe4de-7311-4d0e-89f8-6f9b08b8ef8c 2018-09-02 10:10:28,652 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task orchestration.GET.stacks in 0.0551919937134s 2018-09-02 10:10:28,652 - shade.request_ids - DEBUG - GET call to orchestration for http://172.30.9.25:8004/v1/014863aee1be4e16a4e84d7580ce87fc/stacks/clearwater-opnfv/021056fc-f5b5-4330-a282-b4c122d6bf3d?resolve_outputs=False used request id req-fe9fe4de-7311-4d0e-89f8-6f9b08b8ef8c 2018-09-02 10:10:28,653 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 10:10:28,653 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32/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}e40e6f6211d341c33cee33abb2d4e581221b732c" -d '{"subnet_id": "72498ab3-973d-4db0-b81e-3d38e6b71936"}' 2018-09-02 10:10:31,036 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-747a4cd0-242f-4bc2-966b-fbcf5c2bd4ff Date: Sun, 02 Sep 2018 10:10:31 GMT RESP BODY: {"network_id": "844b3ba3-9b91-4b2a-b9cd-bdd6446271bd", "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "subnet_id": "72498ab3-973d-4db0-b81e-3d38e6b71936", "subnet_ids": ["72498ab3-973d-4db0-b81e-3d38e6b71936"], "port_id": "4da7a5c5-eae9-4932-9798-cb465dfe305d", "id": "210258b1-7089-41b2-a161-1315329e5f32"} 2018-09-02 10:10:31,036 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32/remove_router_interface.json used request id req-747a4cd0-242f-4bc2-966b-fbcf5c2bd4ff 2018-09-02 10:10:31,036 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.38334202766s 2018-09-02 10:10:31,037 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32/remove_router_interface.json used request id req-747a4cd0-242f-4bc2-966b-fbcf5c2bd4ff returning object 210258b1-7089-41b2-a161-1315329e5f32 2018-09-02 10:10:31,037 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 10:10:31,038 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:31,171 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-3b6245c8-08aa-4d82-9ee2-56b68f459900 Date: Sun, 02 Sep 2018 10:10:31 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.200"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "014863aee1be4e16a4e84d7580ce87fc", "created_at": "2018-09-02T09:51:37Z", "admin_state_up": true, "updated_at": "2018-09-02T10:10:29Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "014863aee1be4e16a4e84d7580ce87fc", "id": "210258b1-7089-41b2-a161-1315329e5f32", "name": "heat_ims-router_4896af6e-179d-46ef-9967-bf2d055c9c87"}]} 2018-09-02 10:10:31,171 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3b6245c8-08aa-4d82-9ee2-56b68f459900 2018-09-02 10:10:31,171 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.134126901627s 2018-09-02 10:10:31,172 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3b6245c8-08aa-4d82-9ee2-56b68f459900 2018-09-02 10:10:31,173 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 10:10:31,174 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:34,959 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-28666526-aecb-4158-88c5-f3b79fe07d19 Content-Length: 0 Date: Sun, 02 Sep 2018 10:10:34 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:10:34,959 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32.json used request id req-28666526-aecb-4158-88c5-f3b79fe07d19 2018-09-02 10:10:34,959 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.78573703766s 2018-09-02 10:10:34,960 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/210258b1-7089-41b2-a161-1315329e5f32.json used request id req-28666526-aecb-4158-88c5-f3b79fe07d19 2018-09-02 10:10:34,960 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 10:10:34,961 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:35,012 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-9992309b-0a18-4b5a-8aab-766b365b8d9c Date: Sun, 02 Sep 2018 10:10:35 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"844b3ba3-9b91-4b2a-b9cd-bdd6446271bd","tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:51:35Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T09:51:35Z","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":"014863aee1be4e16a4e84d7580ce87fc","id":"72498ab3-973d-4db0-b81e-3d38e6b71936","subnetpool_id":null,"name":"heat_ims-subnet_4896af6e-179d-46ef-9967-bf2d055c9c87"}]} 2018-09-02 10:10:35,012 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-9992309b-0a18-4b5a-8aab-766b365b8d9c 2018-09-02 10:10:35,012 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0517649650574s 2018-09-02 10:10:35,012 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-9992309b-0a18-4b5a-8aab-766b365b8d9c 2018-09-02 10:10:35,014 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 10:10:35,014 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/72498ab3-973d-4db0-b81e-3d38e6b71936.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:37,343 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-28529040-eb15-401d-991c-b342e67b7543 Date: Sun, 02 Sep 2018 10:10:37 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:10:37,344 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/72498ab3-973d-4db0-b81e-3d38e6b71936.json used request id req-28529040-eb15-401d-991c-b342e67b7543 2018-09-02 10:10:37,344 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.3298459053s 2018-09-02 10:10:37,344 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/72498ab3-973d-4db0-b81e-3d38e6b71936.json used request id req-28529040-eb15-401d-991c-b342e67b7543 2018-09-02 10:10:37,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:10:37,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:37,732 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-e2a38085-3575-498e-9ebc-68bcf760570c Date: Sun, 02 Sep 2018 10:10:37 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"844b3ba3-9b91-4b2a-b9cd-bdd6446271bd","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"014863aee1be4e16a4e84d7580ce87fc","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T10:10:37Z","qos_policy_id":null,"name":"heat_ims-net_4896af6e-179d-46ef-9967-bf2d055c9c87","admin_state_up":true,"tenant_id":"014863aee1be4e16a4e84d7580ce87fc","created_at":"2018-09-02T09:51:34Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 10:10:37,732 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e2a38085-3575-498e-9ebc-68bcf760570c 2018-09-02 10:10:37,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.387501955032s 2018-09-02 10:10:37,733 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-e2a38085-3575-498e-9ebc-68bcf760570c 2018-09-02 10:10:37,734 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 10:10:37,734 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/844b3ba3-9b91-4b2a-b9cd-bdd6446271bd.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:38,822 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-435caf6d-6ce9-4d0b-bfad-2a86e4653e45 Date: Sun, 02 Sep 2018 10:10:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:10:38,822 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/844b3ba3-9b91-4b2a-b9cd-bdd6446271bd.json used request id req-435caf6d-6ce9-4d0b-bfad-2a86e4653e45 2018-09-02 10:10:38,822 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.08821797371s 2018-09-02 10:10:38,822 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/844b3ba3-9b91-4b2a-b9cd-bdd6446271bd.json used request id req-435caf6d-6ce9-4d0b-bfad-2a86e4653e45 2018-09-02 10:10:38,826 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:10:38,830 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:39,149 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-e5319fd3-e5e0-4b5e-a6e7-dfee94ec0bc4 Date: Sun, 02 Sep 2018 10:10:39 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T09:51:54Z", "file": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26/file", "owner": "014863aee1be4e16a4e84d7580ce87fc", "id": "dc9081ae-4af2-48bb-8303-86884474df26", "size": 263193088, "self": "/v2/images/dc9081ae-4af2-48bb-8303-86884474df26", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/dc9081ae-4af2-48bb-8303-86884474df26/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "heat_ims-img_4896af6e-179d-46ef-9967-bf2d055c9c87", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T09:51:48Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:10:39,149 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e5319fd3-e5e0-4b5e-a6e7-dfee94ec0bc4 2018-09-02 10:10:39,150 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.323017120361s 2018-09-02 10:10:39,150 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e5319fd3-e5e0-4b5e-a6e7-dfee94ec0bc4 2018-09-02 10:10:39,152 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 10:10:39,155 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/dc9081ae-4af2-48bb-8303-86884474df26 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e40e6f6211d341c33cee33abb2d4e581221b732c" 2018-09-02 10:10:39,956 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-42628608-162a-46a7-9df3-511e20504f3f Date: Sun, 02 Sep 2018 10:10: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 10:10:39,956 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/dc9081ae-4af2-48bb-8303-86884474df26 used request id req-42628608-162a-46a7-9df3-511e20504f3f 2018-09-02 10:10:39,956 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.804097890854s 2018-09-02 10:10:39,956 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/dc9081ae-4af2-48bb-8303-86884474df26 used request id req-42628608-162a-46a7-9df3-511e20504f3f 2018-09-02 10:10:39,957 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 10:10:39,960 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 10:10:40,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10: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-4adeb16a-0056-4a4c-85b7-dbb8af547140 x-compute-request-id: req-4adeb16a-0056-4a4c-85b7-dbb8af547140 Content-Encoding: gzip Content-Length: 310 Content-Type: application/json RESP BODY: {"flavors": [{"name": "heat_ims-flavor_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493", "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": "a6ad1309-45ce-45b5-a5a9-4f428efa9493"}]} 2018-09-02 10:10:40,261 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-4adeb16a-0056-4a4c-85b7-dbb8af547140 2018-09-02 10:10:40,261 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.304360151291s 2018-09-02 10:10:40,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-4adeb16a-0056-4a4c-85b7-dbb8af547140 2018-09-02 10:10:40,263 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 10:10:40,266 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 10:10:40,301 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 10:10: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-5b17d655-1912-403c-bb1c-385ef67c573d x-compute-request-id: req-5b17d655-1912-403c-bb1c-385ef67c573d Content-Length: 0 Content-Type: application/json 2018-09-02 10:10:40,301 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493 used request id req-5b17d655-1912-403c-bb1c-385ef67c573d 2018-09-02 10:10:40,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0379891395569s 2018-09-02 10:10:40,302 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/a6ad1309-45ce-45b5-a5a9-4f428efa9493 used request id req-5b17d655-1912-403c-bb1c-385ef67c573d 2018-09-02 10:10:40,302 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 10:10:40,307 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 10:10:40,516 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-64f00ec4-e134-4e9d-96d2-7c9b816c2f22 Content-Encoding: gzip Content-Length: 1216 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": {"self": "http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "acd786df8ecb4d50877b640898bfc9e0", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 10:10:40,516 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-64f00ec4-e134-4e9d-96d2-7c9b816c2f22 2018-09-02 10:10:40,517 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214069843292s 2018-09-02 10:10:40,517 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-64f00ec4-e134-4e9d-96d2-7c9b816c2f22 2018-09-02 10:10:40,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 10:10:40,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 10:10:40,736 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:40 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-c5e5023e-ec30-4a84-bab4-e2a816fd08c3 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "heat_ims-user_4896af6e-179d-46ef-9967-bf2d055c9c87", "links": {"self": "http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "acd786df8ecb4d50877b640898bfc9e0", "description": null}} 2018-09-02 10:10:40,737 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0 used request id req-c5e5023e-ec30-4a84-bab4-e2a816fd08c3 2018-09-02 10:10:40,737 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210505008698s 2018-09-02 10:10:40,737 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0 used request id req-c5e5023e-ec30-4a84-bab4-e2a816fd08c3 2018-09-02 10:10:40,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 10:10:40,740 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 10:10:41,023 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:10:40 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1abc13ec-753c-4db4-b6c4-d86dda983aca 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 10:10:41,024 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0 used request id req-1abc13ec-753c-4db4-b6c4-d86dda983aca 2018-09-02 10:10:41,024 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.28627204895s 2018-09-02 10:10:41,024 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/acd786df8ecb4d50877b640898bfc9e0 used request id req-1abc13ec-753c-4db4-b6c4-d86dda983aca 2018-09-02 10:10:41,031 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 10:10:41,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 10:10:41,224 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-ea3a0380-f51e-42a5-815d-f9915b35cd26 Content-Encoding: gzip Content-Length: 789 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: heat_ims", "links": {"self": "http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc"}, "tags": [], "enabled": true, "id": "014863aee1be4e16a4e84d7580ce87fc", "parent_id": "default", "domain_id": "default", "name": "heat_ims-project_4896af6e-179d-46ef-9967-bf2d055c9c87"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}]} 2018-09-02 10:10:41,224 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-ea3a0380-f51e-42a5-815d-f9915b35cd26 2018-09-02 10:10:41,225 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.193355083466s 2018-09-02 10:10:41,225 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-ea3a0380-f51e-42a5-815d-f9915b35cd26 2018-09-02 10:10:41,231 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 10:10:41,233 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e8c911edcda92d756f91bf5b184560d9cfc33408" 2018-09-02 10:10:41,518 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:10:41 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-ff8b605b-f7e3-45c1-bf5e-618ae7b6d813 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 10:10:41,519 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc used request id req-ff8b605b-f7e3-45c1-bf5e-618ae7b6d813 2018-09-02 10:10:41,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.287909984589s 2018-09-02 10:10:41,519 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/014863aee1be4e16a4e84d7580ce87fc used request id req-ff8b605b-f7e3-45c1-bf5e-618ae7b6d813 2018-09-02 10:10:41,544 - xtesting.ci.run_tests - INFO - Loading test case 'vyos_vrouter'... 2018-09-02 10:10:41,587 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-09-02 10:10:41,631 - git.cmd - DEBUG - Popen(['git', 'version'], cwd=/, universal_newlines=False, shell=None) 2018-09-02 10:10:41,711 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 10:10:41,712 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 10:10:41,713 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 10:10:41,715 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 10:10:41,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:41 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d205e7bf-4d67-470f-b0e9-fc290b9a9c17 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 10:10:41,721 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-d205e7bf-4d67-470f-b0e9-fc290b9a9c17 2018-09-02 10:10:41,722 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 10:10:42,122 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T11:10:42.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["nbZrQRvuSKK9WPrLcQeKrg"], "issued_at": "2018-09-02T10:10:42.000000Z"}} 2018-09-02 10:10:42,125 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:10:42,126 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:42,489 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-e6681c8c-e728-427f-a736-b30351a0c1aa Date: Sun, 02 Sep 2018 10:10:42 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 10:10:42,490 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e6681c8c-e728-427f-a736-b30351a0c1aa 2018-09-02 10:10:42,490 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.364700078964s 2018-09-02 10:10:42,490 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-e6681c8c-e728-427f-a736-b30351a0c1aa 2018-09-02 10:10:42,494 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 10:10:42,500 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 10:10:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6aebbc9a-3486-4b9b-8c28-e93ee4994b2e 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 10:10:42,500 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-6aebbc9a-3486-4b9b-8c28-e93ee4994b2e 2018-09-02 10:10:42,501 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 10:10:42,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:42,701 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:42 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-3d073dda-cd92-4d0f-aef0-b94d9252c597 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 10:10:42,701 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-3d073dda-cd92-4d0f-aef0-b94d9252c597 2018-09-02 10:10:42,701 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.19958114624s 2018-09-02 10:10:42,701 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-3d073dda-cd92-4d0f-aef0-b94d9252c597 2018-09-02 10:10:42,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 10:10:42,709 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" -d '{"project": {"description": "Created by OPNFV Functest: vyos_vrouter", "enabled": true, "domain_id": "default", "name": "vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018"}}' 2018-09-02 10:10:42,931 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 10:10:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-cdb49e77-d644-4f0d-bc11-4c566276f740 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.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da"}, "tags": [], "enabled": true, "id": "e844a3441d2b44f1a5893511cf8a17da", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018"}} 2018-09-02 10:10:42,932 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-cdb49e77-d644-4f0d-bc11-4c566276f740 2018-09-02 10:10:42,932 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.225300073624s 2018-09-02 10:10:42,932 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-cdb49e77-d644-4f0d-bc11-4c566276f740 2018-09-02 10:10:42,933 - 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'e844a3441d2b44f1a5893511cf8a17da', '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_c32761be-4903-4c5e-902a-3dd889d57018'}) 2018-09-02 10:10:42,940 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 10:10:42,943 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "f2333f30-5ceb-4333-9f14-b36c22660a9d", "email": null, "name": "vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018"}}' 2018-09-02 10:10:43,358 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 10:10:42 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-224fcfe1-a91a-45bd-ad3e-fed2202e1341 Content-Length: 327 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018", "links": {"self": "http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "92f33115f63d498d9a738b5a7d7ccb5b", "domain_id": "default", "password_expires_at": null}} 2018-09-02 10:10:43,358 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-224fcfe1-a91a-45bd-ad3e-fed2202e1341 2018-09-02 10:10:43,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.418210983276s 2018-09-02 10:10:43,359 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-224fcfe1-a91a-45bd-ad3e-fed2202e1341 2018-09-02 10:10:43,359 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'92f33115f63d498d9a738b5a7d7ccb5b', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018'}) 2018-09-02 10:10:43,363 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 10:10:43,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:43,541 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4d8bdb82-9feb-49f0-849d-7b5fdbe5612f Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 10:10:43,541 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4d8bdb82-9feb-49f0-849d-7b5fdbe5612f 2018-09-02 10:10:43,542 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.178431987762s 2018-09-02 10:10:43,542 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-4d8bdb82-9feb-49f0-849d-7b5fdbe5612f 2018-09-02 10:10:43,547 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 10:10:43,550 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:43,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1a348eb8-a3c9-4612-a2a4-fced69875325 Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 10:10:43,739 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-1a348eb8-a3c9-4612-a2a4-fced69875325 2018-09-02 10:10:43,740 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.192332983017s 2018-09-02 10:10:43,740 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-1a348eb8-a3c9-4612-a2a4-fced69875325 2018-09-02 10:10:43,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 10:10:43,748 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:43,938 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-5d78be2b-b187-43b6-a622-6c3ddee7266e Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 10:10:43,938 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5d78be2b-b187-43b6-a622-6c3ddee7266e 2018-09-02 10:10:43,938 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.193545103073s 2018-09-02 10:10:43,939 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-5d78be2b-b187-43b6-a622-6c3ddee7266e 2018-09-02 10:10:43,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 10:10:43,948 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:44,124 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:43 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-16a444c0-9b7f-4913-89a9-6bc5949626b0 Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 10:10:44,124 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-16a444c0-9b7f-4913-89a9-6bc5949626b0 2018-09-02 10:10:44,125 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.180104970932s 2018-09-02 10:10:44,125 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-16a444c0-9b7f-4913-89a9-6bc5949626b0 2018-09-02 10:10:44,126 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 10:10:44,129 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:44,341 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67db3f57-f696-463f-a8a9-e3cfa5e6b6f5 Content-Encoding: gzip Content-Length: 1223 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018", "links": {"self": "http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "92f33115f63d498d9a738b5a7d7ccb5b", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 10:10:44,341 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-67db3f57-f696-463f-a8a9-e3cfa5e6b6f5 2018-09-02 10:10:44,342 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.215619087219s 2018-09-02 10:10:44,342 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-67db3f57-f696-463f-a8a9-e3cfa5e6b6f5 2018-09-02 10:10:44,349 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 10:10:44,351 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:44,557 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0360bf87-ea61-4b5d-a49a-e5ae44e4a86e Content-Encoding: gzip Content-Length: 793 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da"}, "tags": [], "enabled": true, "id": "e844a3441d2b44f1a5893511cf8a17da", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018"}]} 2018-09-02 10:10:44,558 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-0360bf87-ea61-4b5d-a49a-e5ae44e4a86e 2018-09-02 10:10:44,558 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.208815097809s 2018-09-02 10:10:44,558 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-0360bf87-ea61-4b5d-a49a-e5ae44e4a86e 2018-09-02 10:10:44,566 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 10:10:44,570 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=92f33115f63d498d9a738b5a7d7ccb5b&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=e844a3441d2b44f1a5893511cf8a17da" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:44,703 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:44 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3432716-7a5a-4410-9e1b-9eec6f349093 Content-Encoding: gzip Content-Length: 213 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=92f33115f63d498d9a738b5a7d7ccb5b&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=e844a3441d2b44f1a5893511cf8a17da", "previous": null, "next": null}} 2018-09-02 10:10:44,703 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=92f33115f63d498d9a738b5a7d7ccb5b&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=e844a3441d2b44f1a5893511cf8a17da used request id req-a3432716-7a5a-4410-9e1b-9eec6f349093 2018-09-02 10:10:44,703 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.136641979218s 2018-09-02 10:10:44,703 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=92f33115f63d498d9a738b5a7d7ccb5b&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=e844a3441d2b44f1a5893511cf8a17da used request id req-a3432716-7a5a-4410-9e1b-9eec6f349093 2018-09-02 10:10:44,707 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 10:10:44,710 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da/users/92f33115f63d498d9a738b5a7d7ccb5b/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:10:44,862 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:10:44 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-5e6b2ce4-0a7a-4089-95d8-02713801a169 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 10:10:44,862 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da/users/92f33115f63d498d9a738b5a7d7ccb5b/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-5e6b2ce4-0a7a-4089-95d8-02713801a169 2018-09-02 10:10:44,862 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.155339002609s 2018-09-02 10:10:44,862 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da/users/92f33115f63d498d9a738b5a7d7ccb5b/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-5e6b2ce4-0a7a-4089-95d8-02713801a169 2018-09-02 10:10:44,863 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018', 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'e844a3441d2b44f1a5893511cf8a17da', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'f2333f30-5ceb-4333-9f14-b36c22660a9d', 'username': u'vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 10:10:44,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 10:10:44,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 10:10:44,864 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 10:10:44,865 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 10:10:44,866 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 10:10:44,867 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 10:10:44,868 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018', 'password': 'f2333f30-5ceb-4333-9f14-b36c22660a9d', 'project_name': 'vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'e844a3441d2b44f1a5893511cf8a17da', 'project_domain_name': 'Default'} 2018-09-02 10:10:44,901 - 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 10:10:44,902 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - name = functest.opnfv_tests.vnf.router.cloudify_vrouter 2018-09-02 10:10:44,943 - 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 10:10:44,951 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 10:10:44,952 - 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 10:10:45,189 - 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 10:10:45,262 - 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 10:10:45,262 - xtesting.ci.run_tests - INFO - Running test case 'vyos_vrouter'... 2018-09-02 10:10:45,264 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 10:10:45,270 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:10:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-467816f7-40cf-4e42-8560-45b2d5ddf699 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 10:10:45,271 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-467816f7-40cf-4e42-8560-45b2d5ddf699 2018-09-02 10:10:45,271 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 10:10:45,675 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T11:10:45.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e844a3441d2b44f1a5893511cf8a17da", "name": "vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_e844a3441d2b44f1a5893511cf8a17da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_e844a3441d2b44f1a5893511cf8a17da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/e844a3441d2b44f1a5893511cf8a17da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/e844a3441d2b44f1a5893511cf8a17da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/e844a3441d2b44f1a5893511cf8a17da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/e844a3441d2b44f1a5893511cf8a17da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/e844a3441d2b44f1a5893511cf8a17da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/e844a3441d2b44f1a5893511cf8a17da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/e844a3441d2b44f1a5893511cf8a17da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/e844a3441d2b44f1a5893511cf8a17da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/e844a3441d2b44f1a5893511cf8a17da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/e844a3441d2b44f1a5893511cf8a17da", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/e844a3441d2b44f1a5893511cf8a17da", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/e844a3441d2b44f1a5893511cf8a17da", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018", "id": "92f33115f63d498d9a738b5a7d7ccb5b"}, "audit_ids": ["uQkWxzvtQOSCPdaWGgS7nA"], "issued_at": "2018-09-02T10:10:45.000000Z"}} 2018-09-02 10:10:45,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 10:10:45,679 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"network": {"name": "vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018", "admin_state_up": true}}' 2018-09-02 10:10:46,307 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 631 X-Openstack-Request-Id: req-7e6b156a-1a9e-4f5f-9097-a4ce68c5e379 Date: Sun, 02 Sep 2018 10:10:46 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"3cfcd325-3850-4606-9022-66e738630542","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e844a3441d2b44f1a5893511cf8a17da","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T10:10:46Z","is_default":false,"name":"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018","qos_policy_id":null,"admin_state_up":true,"tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:46Z","mtu":1450}} 2018-09-02 10:10:46,307 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7e6b156a-1a9e-4f5f-9097-a4ce68c5e379 2018-09-02 10:10:46,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 0.628778934479s 2018-09-02 10:10:46,307 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-7e6b156a-1a9e-4f5f-9097-a4ce68c5e379 2018-09-02 10:10:46,308 - 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-02T10:10:46Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'3cfcd325-3850-4606-9022-66e738630542', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018', u'admin_state_up': True, u'tenant_id': u'e844a3441d2b44f1a5893511cf8a17da', u'created_at': u'2018-09-02T10:10:46Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'e844a3441d2b44f1a5893511cf8a17da', u'l2_adjacency': True}) 2018-09-02 10:10:46,309 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:10:46,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:10:46,680 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1232 X-Openstack-Request-Id: req-25c755a7-e82b-4aca-92ef-5ab560b400fa Date: Sun, 02 Sep 2018 10:10:46 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"3cfcd325-3850-4606-9022-66e738630542","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"e844a3441d2b44f1a5893511cf8a17da","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T10:10:46Z","qos_policy_id":null,"name":"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018","admin_state_up":true,"tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:46Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 10:10:46,681 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-25c755a7-e82b-4aca-92ef-5ab560b400fa 2018-09-02 10:10:46,681 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.372051000595s 2018-09-02 10:10:46,681 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-25c755a7-e82b-4aca-92ef-5ab560b400fa 2018-09-02 10:10:46,683 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 10:10:46,683 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"subnet": {"name": "vyos_vrouter-subnet_c32761be-4903-4c5e-902a-3dd889d57018", "enable_dhcp": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.120.0/24"}}' 2018-09-02 10:10:47,636 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 680 X-Openstack-Request-Id: req-09278d3c-d81e-4eb9-ab3c-81317c9f6178 Date: Sun, 02 Sep 2018 10:10:47 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cfcd325-3850-4606-9022-66e738630542","tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T10:10:47Z","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":"e844a3441d2b44f1a5893511cf8a17da","id":"40ca1645-7a93-42fb-8a16-d4cd4f1713a2","subnetpool_id":null,"name":"vyos_vrouter-subnet_c32761be-4903-4c5e-902a-3dd889d57018"}} 2018-09-02 10:10:47,637 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-09278d3c-d81e-4eb9-ab3c-81317c9f6178 2018-09-02 10:10:47,637 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.953975915909s 2018-09-02 10:10:47,637 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-09278d3c-d81e-4eb9-ab3c-81317c9f6178 2018-09-02 10:10:47,637 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T10:10:47Z', 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'40ca1645-7a93-42fb-8a16-d4cd4f1713a2', u'subnetpool_id': None, u'service_types': [], u'name': u'vyos_vrouter-subnet_c32761be-4903-4c5e-902a-3dd889d57018', u'enable_dhcp': True, u'network_id': u'3cfcd325-3850-4606-9022-66e738630542', u'tenant_id': u'e844a3441d2b44f1a5893511cf8a17da', u'created_at': u'2018-09-02T10:10:47Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.120.1', u'ip_version': 4, u'project_id': u'e844a3441d2b44f1a5893511cf8a17da'}) 2018-09-02 10:10:47,638 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 10:10:47,639 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "vyos_vrouter-router_c32761be-4903-4c5e-902a-3dd889d57018", "admin_state_up": true}}' 2018-09-02 10:10:54,716 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 699 X-Openstack-Request-Id: req-0ba3938c-dd6f-4383-98a9-b1c2f21dea50 Date: Sun, 02 Sep 2018 10:10:54 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:48Z", "admin_state_up": true, "updated_at": "2018-09-02T10:10:49Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "181a2883-157b-4ab7-8021-77583768cca6", "name": "vyos_vrouter-router_c32761be-4903-4c5e-902a-3dd889d57018"}} 2018-09-02 10:10:54,717 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0ba3938c-dd6f-4383-98a9-b1c2f21dea50 2018-09-02 10:10:54,717 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 7.0783598423s 2018-09-02 10:10:54,717 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-0ba3938c-dd6f-4383-98a9-b1c2f21dea50 2018-09-02 10:10:54,717 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T10:10:49Z', u'revision_number': 3, u'id': u'181a2883-157b-4ab7-8021-77583768cca6', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.209'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'vyos_vrouter-router_c32761be-4903-4c5e-902a-3dd889d57018', u'admin_state_up': True, u'tenant_id': u'e844a3441d2b44f1a5893511cf8a17da', u'created_at': u'2018-09-02T10:10:48Z', u'flavor_id': None, u'routes': [], u'project_id': u'e844a3441d2b44f1a5893511cf8a17da'}) 2018-09-02 10:10:54,718 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 10:10:54,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6/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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"subnet_id": "40ca1645-7a93-42fb-8a16-d4cd4f1713a2"}' 2018-09-02 10:10:58,214 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-bfc38b5f-0b85-4e11-9eb5-552750801050 Date: Sun, 02 Sep 2018 10:10:58 GMT RESP BODY: {"network_id": "3cfcd325-3850-4606-9022-66e738630542", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "subnet_id": "40ca1645-7a93-42fb-8a16-d4cd4f1713a2", "subnet_ids": ["40ca1645-7a93-42fb-8a16-d4cd4f1713a2"], "port_id": "9da1d98e-a20b-4b07-9473-11e85b842d56", "id": "181a2883-157b-4ab7-8021-77583768cca6"} 2018-09-02 10:10:58,214 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6/add_router_interface.json used request id req-bfc38b5f-0b85-4e11-9eb5-552750801050 2018-09-02 10:10:58,214 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.49593496323s 2018-09-02 10:10:58,214 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6/add_router_interface.json used request id req-bfc38b5f-0b85-4e11-9eb5-552750801050 returning object 181a2883-157b-4ab7-8021-77583768cca6 2018-09-02 10:10:58,215 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 2018-09-02 10:11:21,048 - shade - DEBUG - Image file /home/opnfv/functest/images/cloudify-manager-premium-4.0.1.qcow2 md5:d9fa9deb2e0906ab7da21bd97d305fa1 sha256:e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a 2018-09-02 10:11:21,050 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 10:11:21,056 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 10:11:21 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 10:11:21,061 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:11:21,065 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:11:21,369 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-a1f49632-b23f-4170-90d9-4252c7ce5baf Date: Sun, 02 Sep 2018 10:11:21 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:11:21,369 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a1f49632-b23f-4170-90d9-4252c7ce5baf 2018-09-02 10:11:21,369 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.307821035385s 2018-09-02 10:11:21,369 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a1f49632-b23f-4170-90d9-4252c7ce5baf 2018-09-02 10:11:21,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 10:11:21,381 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "owner_specified.shade.object": "images/vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018"}' 2018-09-02 10:11:21,755 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-dd62bd63-35b1-4606-85cd-c687ae4fa777 Date: Sun, 02 Sep 2018 10:11:21 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:11:21Z", "file": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file", "owner": "e844a3441d2b44f1a5893511cf8a17da", "id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "size": null, "self": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "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_c32761be-4903-4c5e-902a-3dd889d57018", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "checksum": null, "created_at": "2018-09-02T10:11:21Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 10:11:21,755 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-dd62bd63-35b1-4606-85cd-c687ae4fa777 2018-09-02 10:11:21,755 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.377631902695s 2018-09-02 10:11:21,756 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-dd62bd63-35b1-4606-85cd-c687ae4fa777 returning object c00d5532-9c70-4a5d-a0b4-8d74397bb832 2018-09-02 10:11:21,756 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 10:11:21,760 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '' 2018-09-02 10:12:19,300 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-e0a80428-3e1e-4449-9b7d-79f2c4944518 Date: Sun, 02 Sep 2018 10: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 10:12:19,301 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file used request id req-e0a80428-3e1e-4449-9b7d-79f2c4944518 2018-09-02 10:12:19,301 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 57.5441999435s 2018-09-02 10:12:19,301 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file used request id req-e0a80428-3e1e-4449-9b7d-79f2c4944518 2018-09-02 10:12:19,306 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:12:19,309 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:19,616 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-0d8dc951-5eef-4771-9a08-33f1e9ded6cb Date: Sun, 02 Sep 2018 10:12:19 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:12:19Z", "file": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file", "owner": "e844a3441d2b44f1a5893511cf8a17da", "id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "size": 4373348352, "self": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T10:11:21Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:12:19,616 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0d8dc951-5eef-4771-9a08-33f1e9ded6cb 2018-09-02 10:12:19,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.310729026794s 2018-09-02 10:12:19,617 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-0d8dc951-5eef-4771-9a08-33f1e9ded6cb 2018-09-02 10:12:19,619 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file', 'owner': u'e844a3441d2b44f1a5893511cf8a17da', 'id': u'c00d5532-9c70-4a5d-a0b4-8d74397bb832', 'size': 4373348352, u'self': u'/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e844a3441d2b44f1a5893511cf8a17da', 'name': 'vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T10:12:19Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T10:12:19Z', u'owner_specified.shade.sha256': u'e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a', u'owner_specified.shade.object': u'images/vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018', '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/c00d5532-9c70-4a5d-a0b4-8d74397bb832', 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_c32761be-4903-4c5e-902a-3dd889d57018', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018', 'created': u'2018-09-02T10:11:21Z', 'checksum': u'd9fa9deb2e0906ab7da21bd97d305fa1', 'created_at': u'2018-09-02T10:11:21Z', 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/c00d5532-9c70-4a5d-a0b4-8d74397bb832', 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_c32761be-4903-4c5e-902a-3dd889d57018', u'owner_specified.shade.md5': u'd9fa9deb2e0906ab7da21bd97d305fa1', u'schema': u'/v2/schemas/image'}}) 2018-09-02 10:12:19,620 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 10:12:19,623 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" -d '{"flavor": {"vcpus": 2, "ram": 4096, "name": "vyos_vrouter-flavor_c32761be-4903-4c5e-902a-3dd889d57018", "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 10:12:19,942 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-2265fa3b-3c44-4928-9562-64bc84b4ed68 x-compute-request-id: req-2265fa3b-3c44-4928-9562-64bc84b4ed68 Content-Encoding: gzip Content-Length: 316 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_c32761be-4903-4c5e-902a-3dd889d57018", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "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": "5ae165df-4ff3-444f-aba9-4383614579bb"}} 2018-09-02 10:12:19,942 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2265fa3b-3c44-4928-9562-64bc84b4ed68 2018-09-02 10:12:19,942 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.322343111038s 2018-09-02 10:12:19,943 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-2265fa3b-3c44-4928-9562-64bc84b4ed68 2018-09-02 10:12:19,944 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_c32761be-4903-4c5e-902a-3dd889d57018', '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'4b06fee7bf104ba386aa2f904001aa35', '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'5ae165df-4ff3-444f-aba9-4383614579bb', 'swap': 0}) 2018-09-02 10:12:19,944 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 10:12:19,947 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb/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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" -d '{"extra_specs": {}}' 2018-09-02 10:12:19,965 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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 x-openstack-request-id: req-6e501e2f-bac7-46e0-ba50-f06a0d1fda0b x-compute-request-id: req-6e501e2f-bac7-46e0-ba50-f06a0d1fda0b Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 10:12:19,966 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb/os-extra_specs used request id req-6e501e2f-bac7-46e0-ba50-f06a0d1fda0b 2018-09-02 10:12:19,966 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0212390422821s 2018-09-02 10:12:19,966 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb/os-extra_specs used request id req-6e501e2f-bac7-46e0-ba50-f06a0d1fda0b 2018-09-02 10:12:19,967 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.os-keypairs 2018-09-02 10:12:19,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"keypair": {"name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018"}}' 2018-09-02 10:12:20,522 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-3d26e86f-df78-4068-a0a1-b30c695e251f x-compute-request-id: req-3d26e86f-df78-4068-a0a1-b30c695e251f Content-Encoding: gzip Content-Length: 1802 Content-Type: application/json RESP BODY: {"keypair": {"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/kMejopz4DMV4Jwy9KV3rq3NPTt2t93K8jYd0RsFUg24mnGne9RboqFKCI4aQ9kKnmtVzY4Wxvaud4idxx4McyN3OAV49afxm3cFsbnlRKybbbusRMJMEDS78zyNtK3gfVTPrh6tlM+cgCN1UHZVBI9R1eH+ueLbmVCPCzKIE/kXTd1zpyZd2+ueC3VwbojNn8unnO8DL7Qn6pE/K5E+5YWee7d3Re2Cethju38ENcYmcpj8+mLJG9iLe9oKpXGzDNismB+QeTgNyk10BlzWWjJRu81yNq3cpgS0fVBftWv9UAOr4WBm2rP1/TFVDQsdvhd4Mg6bfRMrny6S89b8F Generated-by-Nova", "private_key": "-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAv5DHo6Kc+AzFeCcMvSld66tzT07drfdyvI2HdEbBVINuJpxp\n3vUW6KhSgiOGkPZCp5rVc2OFsb2rneIncceDHMjdzgFePWn8Zt3BbG55USsm227r\nETCTBA0u/M8jbSt4H1Uz64erZTPnIAjdVB2VQSPUdXh/rni25lQjwsyiBP5F03dc\n6cmXdvrngt1cG6IzZ/Lp5zvAy+0J+qRPyuRPuWFnnu3d0XtgnrYY7t/BDXGJnKY/\nPpiyRvYi3vaCqVxswzYrJgfkHk4DcpNdAZc1loyUbvNcjat3KYEtH1QX7Vr/VADq\n+FgZtqz9f0xVQ0LHb4XeDIOm30TK58ukvPW/BQIDAQABAoIBAHr7nc9l5FQzDstW\ndo0yc4OLLJorzZGUHOsECYQSsKdrQVo0bJugyTZQabf2yrth/eTQOFy99eToGbdg\nq2YWagwewJcytafD1TDNCRJt0iDUDTwu92avwpKFTDctXFcH4zRqZMy+6sAsFCOy\nzTTlUR7iu9E2rPH7uaAhQFwdN57v6r2+mtiCkLCWulxitH+lnJ5II/KjtWjEd2l9\nYWb03jc/puYD4lg2AUz4c+6oWKZXE/O35aulnJbe3VFrW9hCEyNAm5/GzUP8WMKT\nWcAIhMxb1ST0s6UTIFbCvSAP5+zris2dLIoQtWq24qpkqW7XmA6/b4Vmu+Ot3Om+\nWez4zoECgYEA44OCwZP66QMQPbdy4e2dJhaFrvEkb4zye4/JgITeStG1NDNvWAE5\n2tSMVL/ybJA6wGjnhCsxlT+PRWO4VsnY/xyMdVGK7YKJxrg+a6lz0QBUn5YipCA9\ndJf7pNOSf0SpQZwP6AEjiWElG67YWZsJu/mlhWRH47TIEpFU6D34UlECgYEA140G\nENUl0Q30smpo+Z+5/eaKmt91cc61PYrRZccyON20/4h8/9gQ+7nezLHjdxTdvks4\nU9Yi1N0Uy8kxjnsrAwSSq0C3iejrrCqQ7yIeRuB4XsLslXeZLVr/bioEc/0W/TjA\nNntXXtJiHPjrUEu4QR+yxYpktyovOVszuTPOIHUCgYEAiXgaFrtCXW7DbncdDFRV\nowDyz6zXFiv1DCHqYCRoaI7jzWHSwjsjaQ0Kqd69LUnMphv838h1kjewav4BETev\nTR5D5FNb/XzloNQMq2LdHwjzGOZPkhoE6CE5JPPNzeZ/2qvglI+zmDvBf0ObaDEc\npZ8Hm1znbzf5t/ZmdlmTZLECgYEAv7BwVoPXj6Sjmg87r9K2Ku/dD4HuBfnYABT1\nx1dweFXiYuVUlInoAJT5aHxCV2I9GL/4JcZnT3oUxm30Hku2ooZskNOK5aA4BfIM\n1j03Q7zYDx22G+4yUL1+LtA7CZNn4GWZulnSB0d9bVqIme3cvD2eVEKQ8rsXKCDN\nTMSfaQkCgYEAjf9cG0IK4IHQIL01XydRNPAnet/VIyxrQyR0X7jGCiRsCDX8U8VU\nF1QfhQVxd2vRWHOIasCHISqaoGzigzqdkyDoGUSSxAlhCqDVY0nDqYBHto2i/yRU\nFJlTGPXezyOjaRlEen4Y6vQBbHAW0Llv9ycg/Yut7PRUWOhQ+CebqoY=\n-----END RSA PRIVATE KEY-----\n", "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "fingerprint": "c9:bf:45:95:eb:66:4e:15:ae:61:81:e9:71:66:b7:f4"}} 2018-09-02 10:12:20,523 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-3d26e86f-df78-4068-a0a1-b30c695e251f 2018-09-02 10:12:20,523 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.os-keypairs in 0.556239843369s 2018-09-02 10:12:20,523 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/os-keypairs used request id req-3d26e86f-df78-4068-a0a1-b30c695e251f 2018-09-02 10:12:20,524 - functest.core.singlevm - DEBUG - keypair: Munch({'public_key': u'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC/kMejopz4DMV4Jwy9KV3rq3NPTt2t93K8jYd0RsFUg24mnGne9RboqFKCI4aQ9kKnmtVzY4Wxvaud4idxx4McyN3OAV49afxm3cFsbnlRKybbbusRMJMEDS78zyNtK3gfVTPrh6tlM+cgCN1UHZVBI9R1eH+ueLbmVCPCzKIE/kXTd1zpyZd2+ueC3VwbojNn8unnO8DL7Qn6pE/K5E+5YWee7d3Re2Cethju38ENcYmcpj8+mLJG9iLe9oKpXGzDNismB+QeTgNyk10BlzWWjJRu81yNq3cpgS0fVBftWv9UAOr4WBm2rP1/TFVDQsdvhd4Mg6bfRMrny6S89b8F Generated-by-Nova', 'private_key': u'-----BEGIN RSA PRIVATE KEY-----\nMIIEpQIBAAKCAQEAv5DHo6Kc+AzFeCcMvSld66tzT07drfdyvI2HdEbBVINuJpxp\n3vUW6KhSgiOGkPZCp5rVc2OFsb2rneIncceDHMjdzgFePWn8Zt3BbG55USsm227r\nETCTBA0u/M8jbSt4H1Uz64erZTPnIAjdVB2VQSPUdXh/rni25lQjwsyiBP5F03dc\n6cmXdvrngt1cG6IzZ/Lp5zvAy+0J+qRPyuRPuWFnnu3d0XtgnrYY7t/BDXGJnKY/\nPpiyRvYi3vaCqVxswzYrJgfkHk4DcpNdAZc1loyUbvNcjat3KYEtH1QX7Vr/VADq\n+FgZtqz9f0xVQ0LHb4XeDIOm30TK58ukvPW/BQIDAQABAoIBAHr7nc9l5FQzDstW\ndo0yc4OLLJorzZGUHOsECYQSsKdrQVo0bJugyTZQabf2yrth/eTQOFy99eToGbdg\nq2YWagwewJcytafD1TDNCRJt0iDUDTwu92avwpKFTDctXFcH4zRqZMy+6sAsFCOy\nzTTlUR7iu9E2rPH7uaAhQFwdN57v6r2+mtiCkLCWulxitH+lnJ5II/KjtWjEd2l9\nYWb03jc/puYD4lg2AUz4c+6oWKZXE/O35aulnJbe3VFrW9hCEyNAm5/GzUP8WMKT\nWcAIhMxb1ST0s6UTIFbCvSAP5+zris2dLIoQtWq24qpkqW7XmA6/b4Vmu+Ot3Om+\nWez4zoECgYEA44OCwZP66QMQPbdy4e2dJhaFrvEkb4zye4/JgITeStG1NDNvWAE5\n2tSMVL/ybJA6wGjnhCsxlT+PRWO4VsnY/xyMdVGK7YKJxrg+a6lz0QBUn5YipCA9\ndJf7pNOSf0SpQZwP6AEjiWElG67YWZsJu/mlhWRH47TIEpFU6D34UlECgYEA140G\nENUl0Q30smpo+Z+5/eaKmt91cc61PYrRZccyON20/4h8/9gQ+7nezLHjdxTdvks4\nU9Yi1N0Uy8kxjnsrAwSSq0C3iejrrCqQ7yIeRuB4XsLslXeZLVr/bioEc/0W/TjA\nNntXXtJiHPjrUEu4QR+yxYpktyovOVszuTPOIHUCgYEAiXgaFrtCXW7DbncdDFRV\nowDyz6zXFiv1DCHqYCRoaI7jzWHSwjsjaQ0Kqd69LUnMphv838h1kjewav4BETev\nTR5D5FNb/XzloNQMq2LdHwjzGOZPkhoE6CE5JPPNzeZ/2qvglI+zmDvBf0ObaDEc\npZ8Hm1znbzf5t/ZmdlmTZLECgYEAv7BwVoPXj6Sjmg87r9K2Ku/dD4HuBfnYABT1\nx1dweFXiYuVUlInoAJT5aHxCV2I9GL/4JcZnT3oUxm30Hku2ooZskNOK5aA4BfIM\n1j03Q7zYDx22G+4yUL1+LtA7CZNn4GWZulnSB0d9bVqIme3cvD2eVEKQ8rsXKCDN\nTMSfaQkCgYEAjf9cG0IK4IHQIL01XydRNPAnet/VIyxrQyR0X7jGCiRsCDX8U8VU\nF1QfhQVxd2vRWHOIasCHISqaoGzigzqdkyDoGUSSxAlhCqDVY0nDqYBHto2i/yRU\nFJlTGPXezyOjaRlEen4Y6vQBbHAW0Llv9ycg/Yut7PRUWOhQ+CebqoY=\n-----END RSA PRIVATE KEY-----\n', 'user_id': u'92f33115f63d498d9a738b5a7d7ccb5b', 'name': u'vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018', 'created_at': '2018-09-02T10:12:20.524528', 'properties': Munch({}), 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e844a3441d2b44f1a5893511cf8a17da', 'name': 'vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'fingerprint': u'c9:bf:45:95:eb:66:4e:15:ae:61:81:e9:71:66:b7:f4', 'type': 'ssh', 'id': u'vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018'}) 2018-09-02 10:12:20,525 - functest.core.singlevm - DEBUG - private_key: -----BEGIN RSA PRIVATE KEY----- MIIEpQIBAAKCAQEAv5DHo6Kc+AzFeCcMvSld66tzT07drfdyvI2HdEbBVINuJpxp 3vUW6KhSgiOGkPZCp5rVc2OFsb2rneIncceDHMjdzgFePWn8Zt3BbG55USsm227r ETCTBA0u/M8jbSt4H1Uz64erZTPnIAjdVB2VQSPUdXh/rni25lQjwsyiBP5F03dc 6cmXdvrngt1cG6IzZ/Lp5zvAy+0J+qRPyuRPuWFnnu3d0XtgnrYY7t/BDXGJnKY/ PpiyRvYi3vaCqVxswzYrJgfkHk4DcpNdAZc1loyUbvNcjat3KYEtH1QX7Vr/VADq +FgZtqz9f0xVQ0LHb4XeDIOm30TK58ukvPW/BQIDAQABAoIBAHr7nc9l5FQzDstW do0yc4OLLJorzZGUHOsECYQSsKdrQVo0bJugyTZQabf2yrth/eTQOFy99eToGbdg q2YWagwewJcytafD1TDNCRJt0iDUDTwu92avwpKFTDctXFcH4zRqZMy+6sAsFCOy zTTlUR7iu9E2rPH7uaAhQFwdN57v6r2+mtiCkLCWulxitH+lnJ5II/KjtWjEd2l9 YWb03jc/puYD4lg2AUz4c+6oWKZXE/O35aulnJbe3VFrW9hCEyNAm5/GzUP8WMKT WcAIhMxb1ST0s6UTIFbCvSAP5+zris2dLIoQtWq24qpkqW7XmA6/b4Vmu+Ot3Om+ Wez4zoECgYEA44OCwZP66QMQPbdy4e2dJhaFrvEkb4zye4/JgITeStG1NDNvWAE5 2tSMVL/ybJA6wGjnhCsxlT+PRWO4VsnY/xyMdVGK7YKJxrg+a6lz0QBUn5YipCA9 dJf7pNOSf0SpQZwP6AEjiWElG67YWZsJu/mlhWRH47TIEpFU6D34UlECgYEA140G ENUl0Q30smpo+Z+5/eaKmt91cc61PYrRZccyON20/4h8/9gQ+7nezLHjdxTdvks4 U9Yi1N0Uy8kxjnsrAwSSq0C3iejrrCqQ7yIeRuB4XsLslXeZLVr/bioEc/0W/TjA NntXXtJiHPjrUEu4QR+yxYpktyovOVszuTPOIHUCgYEAiXgaFrtCXW7DbncdDFRV owDyz6zXFiv1DCHqYCRoaI7jzWHSwjsjaQ0Kqd69LUnMphv838h1kjewav4BETev TR5D5FNb/XzloNQMq2LdHwjzGOZPkhoE6CE5JPPNzeZ/2qvglI+zmDvBf0ObaDEc pZ8Hm1znbzf5t/ZmdlmTZLECgYEAv7BwVoPXj6Sjmg87r9K2Ku/dD4HuBfnYABT1 x1dweFXiYuVUlInoAJT5aHxCV2I9GL/4JcZnT3oUxm30Hku2ooZskNOK5aA4BfIM 1j03Q7zYDx22G+4yUL1+LtA7CZNn4GWZulnSB0d9bVqIme3cvD2eVEKQ8rsXKCDN TMSfaQkCgYEAjf9cG0IK4IHQIL01XydRNPAnet/VIyxrQyR0X7jGCiRsCDX8U8VU F1QfhQVxd2vRWHOIasCHISqaoGzigzqdkyDoGUSSxAlhCqDVY0nDqYBHto2i/yRU FJlTGPXezyOjaRlEen4Y6vQBbHAW0Llv9ycg/Yut7PRUWOhQ+CebqoY= -----END RSA PRIVATE KEY----- 2018-09-02 10:12:20,528 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-groups 2018-09-02 10:12:20,528 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"security_group": {"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018", "description": "created by OPNFV Functest (vyos_vrouter)"}}' 2018-09-02 10:12:21,022 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 1424 X-Openstack-Request-Id: req-80786200-0d3d-4602-b759-8ef5e6727814 Date: Sun, 02 Sep 2018 10:12:21 GMT RESP BODY: {"security_group": {"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}} 2018-09-02 10:12:21,022 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-80786200-0d3d-4602-b759-8ef5e6727814 2018-09-02 10:12:21,022 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-groups in 0.494219064713s 2018-09-02 10:12:21,022 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-80786200-0d3d-4602-b759-8ef5e6727814 2018-09-02 10:12:21,027 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 10:12:21,027 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:21,334 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 3840 X-Openstack-Request-Id: req-8587833b-7305-4d4a-90d1-2b4347113439 Date: Sun, 02 Sep 2018 10:12:21 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:20Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}, {"description": "Default security group", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:46Z", "updated_at": "2018-09-02T10:10:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3ecaca2a-e8b7-4437-9631-56c87d05b03c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3f6d3f5a-a9c7-42b7-8645-b1482ceffabc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "b3c3336d-05f2-4093-ac95-917f90f35468", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "bd6ab6a0-5753-4882-bb4a-559b49102186", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "90bf97b4-5055-4d95-a963-427809cf0e05", "name": "default"}]} 2018-09-02 10:12:21,334 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-8587833b-7305-4d4a-90d1-2b4347113439 2018-09-02 10:12:21,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.307015895844s 2018-09-02 10:12:21,334 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-8587833b-7305-4d4a-90d1-2b4347113439 2018-09-02 10:12:21,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 10:12:21,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -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": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"}}' 2018-09-02 10:12:21,949 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-f14d8714-4c34-45cf-b198-b1fea86766bd Date: Sun, 02 Sep 2018 10:12:21 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-02T10:12:21Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "port_range_min": 22, "revision_number": 0, "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:21Z", "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "b354c2eb-dd9d-45c2-9ad7-eaa0f14b5d0f"}} 2018-09-02 10:12:21,949 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-f14d8714-4c34-45cf-b198-b1fea86766bd 2018-09-02 10:12:21,949 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.610564947128s 2018-09-02 10:12:21,949 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-f14d8714-4c34-45cf-b198-b1fea86766bd 2018-09-02 10:12:21,953 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 10:12:21,953 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:22,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4336 X-Openstack-Request-Id: req-6aa3f2c1-b55c-4094-ad70-e21f303d6c8a Date: Sun, 02 Sep 2018 10:12:22 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:21Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T10:12:21Z", "revision_number": 0, "id": "b354c2eb-dd9d-45c2-9ad7-eaa0f14b5d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:21Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 2, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}, {"description": "Default security group", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:46Z", "updated_at": "2018-09-02T10:10:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3ecaca2a-e8b7-4437-9631-56c87d05b03c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3f6d3f5a-a9c7-42b7-8645-b1482ceffabc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "b3c3336d-05f2-4093-ac95-917f90f35468", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "bd6ab6a0-5753-4882-bb4a-559b49102186", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "90bf97b4-5055-4d95-a963-427809cf0e05", "name": "default"}]} 2018-09-02 10:12:22,288 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-6aa3f2c1-b55c-4094-ad70-e21f303d6c8a 2018-09-02 10:12:22,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.335613012314s 2018-09-02 10:12:22,289 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-6aa3f2c1-b55c-4094-ad70-e21f303d6c8a 2018-09-02 10:12:22,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 10:12:22,293 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -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": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"}}' 2018-09-02 10:12:22,715 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 512 X-Openstack-Request-Id: req-1e248457-a840-403e-8f85-f4eea35392c6 Date: Sun, 02 Sep 2018 10:12:22 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-02T10:12:22Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "port_range_min": null, "revision_number": 0, "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:22Z", "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "3c203832-4f6e-44fc-9461-27f8e82d2e86"}} 2018-09-02 10:12:22,715 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-1e248457-a840-403e-8f85-f4eea35392c6 2018-09-02 10:12:22,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.423396110535s 2018-09-02 10:12:22,716 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-1e248457-a840-403e-8f85-f4eea35392c6 2018-09-02 10:12:22,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 10:12:22,720 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:22,985 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 4837 X-Openstack-Request-Id: req-4f65317e-842d-4d9e-8235-462779c4b7e1 Date: Sun, 02 Sep 2018 10:12:23 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:22Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:22Z", "revision_number": 0, "id": "3c203832-4f6e-44fc-9461-27f8e82d2e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:22Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T10:12:21Z", "revision_number": 0, "id": "b354c2eb-dd9d-45c2-9ad7-eaa0f14b5d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:21Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 3, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}, {"description": "Default security group", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:46Z", "updated_at": "2018-09-02T10:10:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3ecaca2a-e8b7-4437-9631-56c87d05b03c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3f6d3f5a-a9c7-42b7-8645-b1482ceffabc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "b3c3336d-05f2-4093-ac95-917f90f35468", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "bd6ab6a0-5753-4882-bb4a-559b49102186", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "90bf97b4-5055-4d95-a963-427809cf0e05", "name": "default"}]} 2018-09-02 10:12:22,985 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4f65317e-842d-4d9e-8235-462779c4b7e1 2018-09-02 10:12:22,986 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.266232967377s 2018-09-02 10:12:22,986 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-4f65317e-842d-4d9e-8235-462779c4b7e1 2018-09-02 10:12:22,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 10:12:22,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -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": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"}}' 2018-09-02 10:12:23,361 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-ee4ddd98-f1ce-4c08-97c5-ee6da56a888e Date: Sun, 02 Sep 2018 10:12:23 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-02T10:12:23Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "port_range_min": 80, "revision_number": 0, "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:23Z", "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "4992d746-e348-4cae-b373-1f7b7680910c"}} 2018-09-02 10:12:23,362 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-ee4ddd98-f1ce-4c08-97c5-ee6da56a888e 2018-09-02 10:12:23,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.372274875641s 2018-09-02 10:12:23,362 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-ee4ddd98-f1ce-4c08-97c5-ee6da56a888e 2018-09-02 10:12:23,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 10:12:23,366 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:23,686 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5333 X-Openstack-Request-Id: req-cd0f1e6e-943d-4f92-9aea-374d14fc2a50 Date: Sun, 02 Sep 2018 10:12:23 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:23Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:22Z", "revision_number": 0, "id": "3c203832-4f6e-44fc-9461-27f8e82d2e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:22Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T10:12:23Z", "revision_number": 0, "id": "4992d746-e348-4cae-b373-1f7b7680910c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:23Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T10:12:21Z", "revision_number": 0, "id": "b354c2eb-dd9d-45c2-9ad7-eaa0f14b5d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:21Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 4, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}, {"description": "Default security group", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:46Z", "updated_at": "2018-09-02T10:10:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3ecaca2a-e8b7-4437-9631-56c87d05b03c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3f6d3f5a-a9c7-42b7-8645-b1482ceffabc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "b3c3336d-05f2-4093-ac95-917f90f35468", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "bd6ab6a0-5753-4882-bb4a-559b49102186", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "90bf97b4-5055-4d95-a963-427809cf0e05", "name": "default"}]} 2018-09-02 10:12:23,686 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-cd0f1e6e-943d-4f92-9aea-374d14fc2a50 2018-09-02 10:12:23,686 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.320301055908s 2018-09-02 10:12:23,686 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-cd0f1e6e-943d-4f92-9aea-374d14fc2a50 2018-09-02 10:12:23,690 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 10:12:23,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -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": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"}}' 2018-09-02 10:12:24,212 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 509 X-Openstack-Request-Id: req-c28ac0b5-5fa8-47e2-8e55-43886d9c5c42 Date: Sun, 02 Sep 2018 10:12: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": 443, "updated_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "port_range_min": 443, "revision_number": 0, "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:24Z", "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "fb9a506b-5510-4a83-9511-fc9fb019c575"}} 2018-09-02 10:12:24,212 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-c28ac0b5-5fa8-47e2-8e55-43886d9c5c42 2018-09-02 10:12:24,212 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.522509098053s 2018-09-02 10:12:24,213 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-c28ac0b5-5fa8-47e2-8e55-43886d9c5c42 2018-09-02 10:12:24,216 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 10:12:24,216 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:24,457 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 5831 X-Openstack-Request-Id: req-192ae77e-f392-4815-ba55-a0ad56f0292a Date: Sun, 02 Sep 2018 10:12:24 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:22Z", "revision_number": 0, "id": "3c203832-4f6e-44fc-9461-27f8e82d2e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:22Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T10:12:23Z", "revision_number": 0, "id": "4992d746-e348-4cae-b373-1f7b7680910c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:23Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T10:12:21Z", "revision_number": 0, "id": "b354c2eb-dd9d-45c2-9ad7-eaa0f14b5d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:21Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T10:12:24Z", "revision_number": 0, "id": "fb9a506b-5510-4a83-9511-fc9fb019c575", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 5, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}, {"description": "Default security group", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:46Z", "updated_at": "2018-09-02T10:10:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3ecaca2a-e8b7-4437-9631-56c87d05b03c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3f6d3f5a-a9c7-42b7-8645-b1482ceffabc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "b3c3336d-05f2-4093-ac95-917f90f35468", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "bd6ab6a0-5753-4882-bb4a-559b49102186", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "90bf97b4-5055-4d95-a963-427809cf0e05", "name": "default"}]} 2018-09-02 10:12:24,457 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-192ae77e-f392-4815-ba55-a0ad56f0292a 2018-09-02 10:12:24,458 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.241615056992s 2018-09-02 10:12:24,458 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-192ae77e-f392-4815-ba55-a0ad56f0292a 2018-09-02 10:12:24,461 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 10:12:24,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -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": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"}}' 2018-09-02 10:12:24,872 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 511 X-Openstack-Request-Id: req-63d91c4c-2b2b-4ed7-bd06-adbc463eb186 Date: Sun, 02 Sep 2018 10:12: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": 5671, "updated_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "port_range_min": 5671, "revision_number": 0, "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:24Z", "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "ebb18eff-aba1-4f28-9d63-a658f8842f5e"}} 2018-09-02 10:12:24,872 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-63d91c4c-2b2b-4ed7-bd06-adbc463eb186 2018-09-02 10:12:24,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.410500049591s 2018-09-02 10:12:24,872 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-63d91c4c-2b2b-4ed7-bd06-adbc463eb186 2018-09-02 10:12:24,876 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 10:12:24,877 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:25,206 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6331 X-Openstack-Request-Id: req-1650d33b-4d8d-4cd8-bc9d-6814f29c0af3 Date: Sun, 02 Sep 2018 10:12:25 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:24Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:22Z", "revision_number": 0, "id": "3c203832-4f6e-44fc-9461-27f8e82d2e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:22Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T10:12:23Z", "revision_number": 0, "id": "4992d746-e348-4cae-b373-1f7b7680910c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:23Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T10:12:21Z", "revision_number": 0, "id": "b354c2eb-dd9d-45c2-9ad7-eaa0f14b5d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:21Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T10:12:24Z", "revision_number": 0, "id": "ebb18eff-aba1-4f28-9d63-a658f8842f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T10:12:24Z", "revision_number": 0, "id": "fb9a506b-5510-4a83-9511-fc9fb019c575", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 6, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}, {"description": "Default security group", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:46Z", "updated_at": "2018-09-02T10:10:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3ecaca2a-e8b7-4437-9631-56c87d05b03c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3f6d3f5a-a9c7-42b7-8645-b1482ceffabc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "b3c3336d-05f2-4093-ac95-917f90f35468", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "bd6ab6a0-5753-4882-bb4a-559b49102186", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "90bf97b4-5055-4d95-a963-427809cf0e05", "name": "default"}]} 2018-09-02 10:12:25,206 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-1650d33b-4d8d-4cd8-bc9d-6814f29c0af3 2018-09-02 10:12:25,207 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.330448865891s 2018-09-02 10:12:25,207 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-1650d33b-4d8d-4cd8-bc9d-6814f29c0af3 2018-09-02 10:12:25,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 10:12:25,211 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -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": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"}}' 2018-09-02 10:12:25,609 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 513 X-Openstack-Request-Id: req-a8234679-788a-49a0-8329-1dc8e824e94b Date: Sun, 02 Sep 2018 10:12:25 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-02T10:12:25Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "port_range_min": 53333, "revision_number": 0, "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:25Z", "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "c19860b7-46e7-4ba5-9da3-4991f56cd301"}} 2018-09-02 10:12:25,609 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a8234679-788a-49a0-8329-1dc8e824e94b 2018-09-02 10:12:25,609 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.398643016815s 2018-09-02 10:12:25,609 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-a8234679-788a-49a0-8329-1dc8e824e94b 2018-09-02 10:12:25,611 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:12:25,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:25,713 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-70706f0c-853c-42e6-a010-90e9e92d7944 Date: Sun, 02 Sep 2018 10:12:25 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3cfcd325-3850-4606-9022-66e738630542","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e844a3441d2b44f1a5893511cf8a17da","l2_adjacency":true,"status":"ACTIVE","subnets":["40ca1645-7a93-42fb-8a16-d4cd4f1713a2"],"description":"","tags":[],"updated_at":"2018-09-02T10:10:47Z","qos_policy_id":null,"name":"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018","admin_state_up":true,"tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:46Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 10:12:25,713 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-70706f0c-853c-42e6-a010-90e9e92d7944 2018-09-02 10:12:25,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.101714849472s 2018-09-02 10:12:25,713 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-70706f0c-853c-42e6-a010-90e9e92d7944 2018-09-02 10:12:25,719 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:12:25,722 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:26,017 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-a1a69e3e-dafa-49f1-bbd3-c76d74abfa32 Date: Sun, 02 Sep 2018 10:12:26 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:12:19Z", "file": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file", "owner": "e844a3441d2b44f1a5893511cf8a17da", "id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "size": 4373348352, "self": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T10:11:21Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:12:26,017 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a1a69e3e-dafa-49f1-bbd3-c76d74abfa32 2018-09-02 10:12:26,018 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.298569917679s 2018-09-02 10:12:26,018 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-a1a69e3e-dafa-49f1-bbd3-c76d74abfa32 2018-09-02 10:12:26,019 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 10:12:26,022 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:26,060 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-5f32fd74-2bdb-4086-add5-a3ba021dea94 x-compute-request-id: req-5f32fd74-2bdb-4086-add5-a3ba021dea94 Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_c32761be-4903-4c5e-902a-3dd889d57018", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "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": "5ae165df-4ff3-444f-aba9-4383614579bb"}]} 2018-09-02 10:12:26,060 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-5f32fd74-2bdb-4086-add5-a3ba021dea94 2018-09-02 10:12:26,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0407259464264s 2018-09-02 10:12:26,060 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-5f32fd74-2bdb-4086-add5-a3ba021dea94 2018-09-02 10:12:26,062 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers 2018-09-02 10:12:26,064 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"server": {"name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "imageRef": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "flavorRef": "5ae165df-4ff3-444f-aba9-4383614579bb", "max_count": 1, "min_count": 1, "networks": [{"uuid": "3cfcd325-3850-4606-9022-66e738630542"}], "security_groups": [{"name": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"}]}}' 2018-09-02 10:12:29,547 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 10:12: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-998120a1-4b1a-43dd-b6c9-8a3e4a61c00e x-compute-request-id: req-998120a1-4b1a-43dd-b6c9-8a3e4a61c00e Content-Length: 403 location: http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228 Content-Type: application/json RESP BODY: {"server": {"security_groups": [{"name": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"}], "OS-DCF:diskConfig": "MANUAL", "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "adminPass": "z8DjQ4ans8hq"}} 2018-09-02 10:12:29,547 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-998120a1-4b1a-43dd-b6c9-8a3e4a61c00e 2018-09-02 10:12:29,547 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers in 3.48514103889s 2018-09-02 10:12:29,547 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers used request id req-998120a1-4b1a-43dd-b6c9-8a3e4a61c00e 2018-09-02 10:12:29,548 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:29,551 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:29,920 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-48f6274d-9d22-4300-982d-8feb66d53792 x-compute-request-id: req-48f6274d-9d22-4300-982d-8feb66d53792 Content-Encoding: gzip Content-Length: 606 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "scheduling", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "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-02T10:12:29Z", "hostId": "", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:29,920 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-48f6274d-9d22-4300-982d-8feb66d53792 2018-09-02 10:12:29,920 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.371775150299s 2018-09-02 10:12:29,920 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-48f6274d-9d22-4300-982d-8feb66d53792 2018-09-02 10:12:29,927 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:12:29,928 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:30,290 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-3f1e97f2-01bf-4abd-9d2d-cd86d06f508e Date: Sun, 02 Sep 2018 10:12:30 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3cfcd325-3850-4606-9022-66e738630542","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e844a3441d2b44f1a5893511cf8a17da","l2_adjacency":true,"status":"ACTIVE","subnets":["40ca1645-7a93-42fb-8a16-d4cd4f1713a2"],"description":"","tags":[],"updated_at":"2018-09-02T10:10:47Z","qos_policy_id":null,"name":"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018","admin_state_up":true,"tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:46Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 10:12:30,290 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3f1e97f2-01bf-4abd-9d2d-cd86d06f508e 2018-09-02 10:12:30,290 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.362969875336s 2018-09-02 10:12:30,290 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-3f1e97f2-01bf-4abd-9d2d-cd86d06f508e 2018-09-02 10:12:30,291 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 10:12:30,292 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:30,619 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-7a3164e8-b0d3-47d9-be59-a60e5e3c15dc Date: Sun, 02 Sep 2018 10:12:30 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cfcd325-3850-4606-9022-66e738630542","tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T10:10:47Z","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":"e844a3441d2b44f1a5893511cf8a17da","id":"40ca1645-7a93-42fb-8a16-d4cd4f1713a2","subnetpool_id":null,"name":"vyos_vrouter-subnet_c32761be-4903-4c5e-902a-3dd889d57018"}]} 2018-09-02 10:12:30,620 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-7a3164e8-b0d3-47d9-be59-a60e5e3c15dc 2018-09-02 10:12:30,620 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.32820391655s 2018-09-02 10:12:30,620 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-7a3164e8-b0d3-47d9-be59-a60e5e3c15dc 2018-09-02 10:12:30,621 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:32,623 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:32,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:33,306 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-0979eebd-e1f1-440c-ac2d-b3e18079d834 x-compute-request-id: req-0979eebd-e1f1-440c-ac2d-b3e18079d834 Content-Encoding: gzip Content-Length: 656 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "block_device_mapping", "addresses": {}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:33,306 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0979eebd-e1f1-440c-ac2d-b3e18079d834 2018-09-02 10:12:33,307 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.683024168015s 2018-09-02 10:12:33,307 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-0979eebd-e1f1-440c-ac2d-b3e18079d834 2018-09-02 10:12:33,311 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:35,311 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:35,314 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:36,837 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-cdc4ddbc-162d-4f4f-9515-406e3381f257 x-compute-request-id: req-cdc4ddbc-162d-4f4f-9515-406e3381f257 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:36,837 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cdc4ddbc-162d-4f4f-9515-406e3381f257 2018-09-02 10:12:36,837 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52552008629s 2018-09-02 10:12:36,837 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-cdc4ddbc-162d-4f4f-9515-406e3381f257 2018-09-02 10:12:36,843 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:38,845 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:38,849 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:40,601 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-fc10b797-8adf-479d-b7bf-32a737d00a57 x-compute-request-id: req-fc10b797-8adf-479d-b7bf-32a737d00a57 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:40,601 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fc10b797-8adf-479d-b7bf-32a737d00a57 2018-09-02 10:12:40,601 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.75549507141s 2018-09-02 10:12:40,602 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-fc10b797-8adf-479d-b7bf-32a737d00a57 2018-09-02 10:12:40,605 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:42,608 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:42,611 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:43,581 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-358f95f2-1864-4b5b-88c5-ff53babb95ee x-compute-request-id: req-358f95f2-1864-4b5b-88c5-ff53babb95ee 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:43,581 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-358f95f2-1864-4b5b-88c5-ff53babb95ee 2018-09-02 10:12:43,582 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.973652124405s 2018-09-02 10:12:43,582 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-358f95f2-1864-4b5b-88c5-ff53babb95ee 2018-09-02 10:12:43,586 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:45,588 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:45,591 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:46,855 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-11bbcbb8-4806-466f-8fba-a2393e90a652 x-compute-request-id: req-11bbcbb8-4806-466f-8fba-a2393e90a652 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:46,855 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-11bbcbb8-4806-466f-8fba-a2393e90a652 2018-09-02 10:12:46,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26696109772s 2018-09-02 10:12:46,856 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-11bbcbb8-4806-466f-8fba-a2393e90a652 2018-09-02 10:12:46,860 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:48,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:48,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:49,754 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-3fd7bd12-5afd-46be-b2c7-5c6212521f10 x-compute-request-id: req-3fd7bd12-5afd-46be-b2c7-5c6212521f10 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:49,754 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3fd7bd12-5afd-46be-b2c7-5c6212521f10 2018-09-02 10:12:49,754 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.891698122025s 2018-09-02 10:12:49,754 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3fd7bd12-5afd-46be-b2c7-5c6212521f10 2018-09-02 10:12:49,758 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:51,759 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:51,762 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:52,782 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-af6b68e3-29d2-4ac9-a297-3c22f9edb974 x-compute-request-id: req-af6b68e3-29d2-4ac9-a297-3c22f9edb974 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:52,782 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-af6b68e3-29d2-4ac9-a297-3c22f9edb974 2018-09-02 10:12:52,783 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.02301907539s 2018-09-02 10:12:52,783 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-af6b68e3-29d2-4ac9-a297-3c22f9edb974 2018-09-02 10:12:52,787 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:54,789 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:54,792 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:56,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-8a0a7046-1bc2-4e5e-a545-3ba4439003af x-compute-request-id: req-8a0a7046-1bc2-4e5e-a545-3ba4439003af 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:56,126 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8a0a7046-1bc2-4e5e-a545-3ba4439003af 2018-09-02 10:12:56,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.3369679451s 2018-09-02 10:12:56,127 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-8a0a7046-1bc2-4e5e-a545-3ba4439003af 2018-09-02 10:12:56,131 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:12:58,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:12:58,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:12:59,125 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:12: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-f4718239-914d-4863-a72b-016531c5816d x-compute-request-id: req-f4718239-914d-4863-a72b-016531c5816d 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:12:59,125 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f4718239-914d-4863-a72b-016531c5816d 2018-09-02 10:12:59,126 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.991974115372s 2018-09-02 10:12:59,126 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f4718239-914d-4863-a72b-016531c5816d 2018-09-02 10:12:59,130 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:01,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:01,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:01,805 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-97db0bc4-e131-44c5-b308-cfdf39671336 x-compute-request-id: req-97db0bc4-e131-44c5-b308-cfdf39671336 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:01,805 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-97db0bc4-e131-44c5-b308-cfdf39671336 2018-09-02 10:13:01,805 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.672013998032s 2018-09-02 10:13:01,805 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-97db0bc4-e131-44c5-b308-cfdf39671336 2018-09-02 10:13:01,810 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:03,812 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:03,815 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:04,367 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-6915042d-ee15-4d01-953f-b19a7032cd79 x-compute-request-id: req-6915042d-ee15-4d01-953f-b19a7032cd79 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:04,367 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6915042d-ee15-4d01-953f-b19a7032cd79 2018-09-02 10:13:04,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.555001974106s 2018-09-02 10:13:04,368 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6915042d-ee15-4d01-953f-b19a7032cd79 2018-09-02 10:13:04,371 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:06,374 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:06,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:07,554 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-1b600276-8c90-460c-a066-d36f64d3df90 x-compute-request-id: req-1b600276-8c90-460c-a066-d36f64d3df90 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:07,554 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1b600276-8c90-460c-a066-d36f64d3df90 2018-09-02 10:13:07,554 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.17991185188s 2018-09-02 10:13:07,555 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-1b600276-8c90-460c-a066-d36f64d3df90 2018-09-02 10:13:07,559 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:09,561 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:09,564 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:10,555 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-4e2d79af-4be5-428b-8657-714849b0e7be x-compute-request-id: req-4e2d79af-4be5-428b-8657-714849b0e7be 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:10,555 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4e2d79af-4be5-428b-8657-714849b0e7be 2018-09-02 10:13:10,555 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.9937748909s 2018-09-02 10:13:10,556 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4e2d79af-4be5-428b-8657-714849b0e7be 2018-09-02 10:13:10,560 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:12,563 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:12,566 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:13,276 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-aa6029f1-4be6-4a2f-ad5b-4ec14add4953 x-compute-request-id: req-aa6029f1-4be6-4a2f-ad5b-4ec14add4953 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:13,276 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa6029f1-4be6-4a2f-ad5b-4ec14add4953 2018-09-02 10:13:13,276 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.713193893433s 2018-09-02 10:13:13,276 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aa6029f1-4be6-4a2f-ad5b-4ec14add4953 2018-09-02 10:13:13,281 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:15,283 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:15,287 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:16,277 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-4e18c5ac-3943-48d3-b6d2-5f2d4dcd1ea8 x-compute-request-id: req-4e18c5ac-3943-48d3-b6d2-5f2d4dcd1ea8 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:16,277 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4e18c5ac-3943-48d3-b6d2-5f2d4dcd1ea8 2018-09-02 10:13:16,277 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.993428945541s 2018-09-02 10:13:16,278 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4e18c5ac-3943-48d3-b6d2-5f2d4dcd1ea8 2018-09-02 10:13:16,282 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:18,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:18,288 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:18,828 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-784fb2f7-7acd-49c3-8a8d-e3e113bfc2a3 x-compute-request-id: req-784fb2f7-7acd-49c3-8a8d-e3e113bfc2a3 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:18,828 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-784fb2f7-7acd-49c3-8a8d-e3e113bfc2a3 2018-09-02 10:13:18,828 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.543653011322s 2018-09-02 10:13:18,829 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-784fb2f7-7acd-49c3-8a8d-e3e113bfc2a3 2018-09-02 10:13:18,833 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:20,835 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:20,839 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:21,536 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-b4e24ac4-0212-4ad5-9a70-3f3e48fed6cf x-compute-request-id: req-b4e24ac4-0212-4ad5-9a70-3f3e48fed6cf 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:21,537 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b4e24ac4-0212-4ad5-9a70-3f3e48fed6cf 2018-09-02 10:13:21,537 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.70108795166s 2018-09-02 10:13:21,537 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b4e24ac4-0212-4ad5-9a70-3f3e48fed6cf 2018-09-02 10:13:21,541 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:23,544 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:23,547 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:24,245 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-f4919aea-45c7-4b46-82f5-4a9efd120d68 x-compute-request-id: req-f4919aea-45c7-4b46-82f5-4a9efd120d68 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:24,246 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f4919aea-45c7-4b46-82f5-4a9efd120d68 2018-09-02 10:13:24,246 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.701584100723s 2018-09-02 10:13:24,246 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f4919aea-45c7-4b46-82f5-4a9efd120d68 2018-09-02 10:13:24,250 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:26,253 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:26,256 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:26,981 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-a8fa2d33-5a4f-44a7-a216-109f9ad2096e x-compute-request-id: req-a8fa2d33-5a4f-44a7-a216-109f9ad2096e 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:26,982 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a8fa2d33-5a4f-44a7-a216-109f9ad2096e 2018-09-02 10:13:26,982 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.728560209274s 2018-09-02 10:13:26,982 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-a8fa2d33-5a4f-44a7-a216-109f9ad2096e 2018-09-02 10:13:26,986 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:28,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:28,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:29,766 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-53168a3d-59d5-4030-9d2d-b8546f17eded x-compute-request-id: req-53168a3d-59d5-4030-9d2d-b8546f17eded 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:29,766 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-53168a3d-59d5-4030-9d2d-b8546f17eded 2018-09-02 10:13:29,767 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.777399778366s 2018-09-02 10:13:29,767 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-53168a3d-59d5-4030-9d2d-b8546f17eded 2018-09-02 10:13:29,771 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:31,774 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:31,777 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:32,551 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-71a41603-034f-46d0-ab31-9fda78dac76c x-compute-request-id: req-71a41603-034f-46d0-ab31-9fda78dac76c 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:32,551 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-71a41603-034f-46d0-ab31-9fda78dac76c 2018-09-02 10:13:32,551 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.777219057083s 2018-09-02 10:13:32,551 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-71a41603-034f-46d0-ab31-9fda78dac76c 2018-09-02 10:13:32,555 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:34,558 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:34,561 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:35,452 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-ca2a0d06-2321-49a8-8894-dd1eb0a4c3fa x-compute-request-id: req-ca2a0d06-2321-49a8-8894-dd1eb0a4c3fa 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:35,452 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ca2a0d06-2321-49a8-8894-dd1eb0a4c3fa 2018-09-02 10:13:35,453 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.894624948502s 2018-09-02 10:13:35,453 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ca2a0d06-2321-49a8-8894-dd1eb0a4c3fa 2018-09-02 10:13:35,457 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:37,459 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:37,462 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:38,357 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-b43d0adf-0d43-4b84-91a2-c7acb3e056bd x-compute-request-id: req-b43d0adf-0d43-4b84-91a2-c7acb3e056bd 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:38,358 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b43d0adf-0d43-4b84-91a2-c7acb3e056bd 2018-09-02 10:13:38,358 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.898170948029s 2018-09-02 10:13:38,358 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b43d0adf-0d43-4b84-91a2-c7acb3e056bd 2018-09-02 10:13:38,362 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:40,364 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:40,367 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:41,097 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-e64b8c80-cdee-4fec-9b4a-521252b8c2f5 x-compute-request-id: req-e64b8c80-cdee-4fec-9b4a-521252b8c2f5 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:41,097 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e64b8c80-cdee-4fec-9b4a-521252b8c2f5 2018-09-02 10:13:41,098 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.733111143112s 2018-09-02 10:13:41,098 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e64b8c80-cdee-4fec-9b4a-521252b8c2f5 2018-09-02 10:13:41,102 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:43,104 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:43,107 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:44,029 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-ac491113-4101-4965-805a-a93a14ac5c30 x-compute-request-id: req-ac491113-4101-4965-805a-a93a14ac5c30 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:44,029 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ac491113-4101-4965-805a-a93a14ac5c30 2018-09-02 10:13:44,029 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.92456817627s 2018-09-02 10:13:44,029 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ac491113-4101-4965-805a-a93a14ac5c30 2018-09-02 10:13:44,033 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:46,036 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:46,039 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:46,488 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-5b4be4fc-05dd-4459-9328-413e6eb697ee x-compute-request-id: req-5b4be4fc-05dd-4459-9328-413e6eb697ee 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:46,488 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5b4be4fc-05dd-4459-9328-413e6eb697ee 2018-09-02 10:13:46,488 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.452214956284s 2018-09-02 10:13:46,489 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5b4be4fc-05dd-4459-9328-413e6eb697ee 2018-09-02 10:13:46,493 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:48,495 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:48,498 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:49,414 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-5b359b59-6400-45c2-871a-3e01a1918b42 x-compute-request-id: req-5b359b59-6400-45c2-871a-3e01a1918b42 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:49,414 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5b359b59-6400-45c2-871a-3e01a1918b42 2018-09-02 10:13:49,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.919054031372s 2018-09-02 10:13:49,415 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-5b359b59-6400-45c2-871a-3e01a1918b42 2018-09-02 10:13:49,419 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:51,421 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:51,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:52,078 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-b7736208-ae33-4d3e-b3bf-fdcb3fb3f9f0 x-compute-request-id: req-b7736208-ae33-4d3e-b3bf-fdcb3fb3f9f0 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:52,078 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b7736208-ae33-4d3e-b3bf-fdcb3fb3f9f0 2018-09-02 10:13:52,078 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.656661987305s 2018-09-02 10:13:52,079 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b7736208-ae33-4d3e-b3bf-fdcb3fb3f9f0 2018-09-02 10:13:52,083 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:54,085 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:54,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:54,903 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-7d8d527e-b4f3-4f8e-bd70-55f6d8e86d18 x-compute-request-id: req-7d8d527e-b4f3-4f8e-bd70-55f6d8e86d18 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:54,903 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7d8d527e-b4f3-4f8e-bd70-55f6d8e86d18 2018-09-02 10:13:54,903 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.817517995834s 2018-09-02 10:13:54,904 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7d8d527e-b4f3-4f8e-bd70-55f6d8e86d18 2018-09-02 10:13:54,907 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:56,910 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:56,913 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:13:57,712 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-ca46ffd8-5d8d-4fa8-a7f1-542d8d0819ed x-compute-request-id: req-ca46ffd8-5d8d-4fa8-a7f1-542d8d0819ed 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:13:57,713 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ca46ffd8-5d8d-4fa8-a7f1-542d8d0819ed 2018-09-02 10:13:57,713 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.80227804184s 2018-09-02 10:13:57,713 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ca46ffd8-5d8d-4fa8-a7f1-542d8d0819ed 2018-09-02 10:13:57,717 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:13:59,720 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:13:59,723 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:00,739 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:13: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-761845ba-f4b5-4501-a113-d6de653898c6 x-compute-request-id: req-761845ba-f4b5-4501-a113-d6de653898c6 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:00,739 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-761845ba-f4b5-4501-a113-d6de653898c6 2018-09-02 10:14:00,739 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.01914310455s 2018-09-02 10:14:00,739 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-761845ba-f4b5-4501-a113-d6de653898c6 2018-09-02 10:14:00,744 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:02,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:02,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:03,519 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-ef15d507-3d08-49c1-bfca-8ad49d6be8ff x-compute-request-id: req-ef15d507-3d08-49c1-bfca-8ad49d6be8ff 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:03,519 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ef15d507-3d08-49c1-bfca-8ad49d6be8ff 2018-09-02 10:14:03,519 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.773551940918s 2018-09-02 10:14:03,519 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ef15d507-3d08-49c1-bfca-8ad49d6be8ff 2018-09-02 10:14:03,523 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:05,526 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:05,529 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:06,217 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-20328045-f93d-4041-ad60-9fbbd5ea963b x-compute-request-id: req-20328045-f93d-4041-ad60-9fbbd5ea963b 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:06,217 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-20328045-f93d-4041-ad60-9fbbd5ea963b 2018-09-02 10:14:06,217 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.691200971603s 2018-09-02 10:14:06,218 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-20328045-f93d-4041-ad60-9fbbd5ea963b 2018-09-02 10:14:06,221 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:08,224 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:08,226 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:09,090 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-615b4c5e-2c97-4a4f-8bf5-c26bde0055f3 x-compute-request-id: req-615b4c5e-2c97-4a4f-8bf5-c26bde0055f3 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:09,090 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-615b4c5e-2c97-4a4f-8bf5-c26bde0055f3 2018-09-02 10:14:09,090 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.866446018219s 2018-09-02 10:14:09,091 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-615b4c5e-2c97-4a4f-8bf5-c26bde0055f3 2018-09-02 10:14:09,094 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:11,097 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:11,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:11,778 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-aaf9c2de-5fff-46a0-ae62-8d6e6b17bc2d x-compute-request-id: req-aaf9c2de-5fff-46a0-ae62-8d6e6b17bc2d 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:11,778 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aaf9c2de-5fff-46a0-ae62-8d6e6b17bc2d 2018-09-02 10:14:11,779 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.681236028671s 2018-09-02 10:14:11,779 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-aaf9c2de-5fff-46a0-ae62-8d6e6b17bc2d 2018-09-02 10:14:11,783 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:13,784 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:13,787 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:14,484 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-e94c3b03-5920-418e-a7c5-956effbe1ceb x-compute-request-id: req-e94c3b03-5920-418e-a7c5-956effbe1ceb 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:14,484 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e94c3b03-5920-418e-a7c5-956effbe1ceb 2018-09-02 10:14:14,484 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.6997859478s 2018-09-02 10:14:14,484 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e94c3b03-5920-418e-a7c5-956effbe1ceb 2018-09-02 10:14:14,487 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:16,488 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:16,491 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:17,201 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-9d2dbdc3-5010-40fe-a340-25b6dd5428d0 x-compute-request-id: req-9d2dbdc3-5010-40fe-a340-25b6dd5428d0 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:17,201 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9d2dbdc3-5010-40fe-a340-25b6dd5428d0 2018-09-02 10:14:17,201 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.712804079056s 2018-09-02 10:14:17,201 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-9d2dbdc3-5010-40fe-a340-25b6dd5428d0 2018-09-02 10:14:17,207 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:19,210 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:19,214 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:20,032 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-f7d85247-3875-4a0f-97d2-83641fa14bec x-compute-request-id: req-f7d85247-3875-4a0f-97d2-83641fa14bec 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:20,032 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f7d85247-3875-4a0f-97d2-83641fa14bec 2018-09-02 10:14:20,033 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.822490215302s 2018-09-02 10:14:20,033 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f7d85247-3875-4a0f-97d2-83641fa14bec 2018-09-02 10:14:20,037 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:22,039 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:22,042 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:22,721 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-17c2ba56-b340-4116-872a-79e4c52843fb x-compute-request-id: req-17c2ba56-b340-4116-872a-79e4c52843fb 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:22,722 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-17c2ba56-b340-4116-872a-79e4c52843fb 2018-09-02 10:14:22,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.682228088379s 2018-09-02 10:14:22,722 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-17c2ba56-b340-4116-872a-79e4c52843fb 2018-09-02 10:14:22,726 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:24,728 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:24,731 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:25,648 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-afa5ea12-9996-4498-9180-98bd8da736ec x-compute-request-id: req-afa5ea12-9996-4498-9180-98bd8da736ec 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:25,648 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-afa5ea12-9996-4498-9180-98bd8da736ec 2018-09-02 10:14:25,648 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.919312953949s 2018-09-02 10:14:25,648 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-afa5ea12-9996-4498-9180-98bd8da736ec 2018-09-02 10:14:25,652 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:27,654 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:27,657 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:28,109 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-6ae4f56b-e1d6-4728-8e0b-8afb9eb9c7dc x-compute-request-id: req-6ae4f56b-e1d6-4728-8e0b-8afb9eb9c7dc 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:28,109 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6ae4f56b-e1d6-4728-8e0b-8afb9eb9c7dc 2018-09-02 10:14:28,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.455017805099s 2018-09-02 10:14:28,110 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6ae4f56b-e1d6-4728-8e0b-8afb9eb9c7dc 2018-09-02 10:14:28,114 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:30,117 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:30,120 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:30,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-c55bbf53-3ccd-4e76-94d5-78d35a101cd6 x-compute-request-id: req-c55bbf53-3ccd-4e76-94d5-78d35a101cd6 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:30,823 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c55bbf53-3ccd-4e76-94d5-78d35a101cd6 2018-09-02 10:14:30,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.706118106842s 2018-09-02 10:14:30,823 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-c55bbf53-3ccd-4e76-94d5-78d35a101cd6 2018-09-02 10:14:30,827 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:32,828 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:32,831 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:33,533 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-3fc0e9a0-b3fd-4ad6-bb19-9128435a4be4 x-compute-request-id: req-3fc0e9a0-b3fd-4ad6-bb19-9128435a4be4 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:33,533 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3fc0e9a0-b3fd-4ad6-bb19-9128435a4be4 2018-09-02 10:14:33,534 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.705062150955s 2018-09-02 10:14:33,534 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3fc0e9a0-b3fd-4ad6-bb19-9128435a4be4 2018-09-02 10:14:33,538 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:35,541 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:35,544 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:35,980 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-3739555d-7c12-4279-8b0e-6bcb721086e9 x-compute-request-id: req-3739555d-7c12-4279-8b0e-6bcb721086e9 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:35,980 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3739555d-7c12-4279-8b0e-6bcb721086e9 2018-09-02 10:14:35,981 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.439682006836s 2018-09-02 10:14:35,981 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-3739555d-7c12-4279-8b0e-6bcb721086e9 2018-09-02 10:14:35,984 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:37,987 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:37,990 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:38,616 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-6e50f687-e2b7-41de-946e-63eabe19dee4 x-compute-request-id: req-6e50f687-e2b7-41de-946e-63eabe19dee4 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:38,616 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6e50f687-e2b7-41de-946e-63eabe19dee4 2018-09-02 10:14:38,617 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.629227876663s 2018-09-02 10:14:38,617 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6e50f687-e2b7-41de-946e-63eabe19dee4 2018-09-02 10:14:38,621 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:40,624 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:40,627 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:41,362 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-b1e1c27c-234a-4fb9-9ffe-2244f73d0d55 x-compute-request-id: req-b1e1c27c-234a-4fb9-9ffe-2244f73d0d55 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:41,362 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b1e1c27c-234a-4fb9-9ffe-2244f73d0d55 2018-09-02 10:14:41,363 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.738697052002s 2018-09-02 10:14:41,363 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b1e1c27c-234a-4fb9-9ffe-2244f73d0d55 2018-09-02 10:14:41,367 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:43,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:43,372 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:43,826 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-6c3ba73d-1686-4c04-ac31-2902af09867c x-compute-request-id: req-6c3ba73d-1686-4c04-ac31-2902af09867c 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:43,826 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6c3ba73d-1686-4c04-ac31-2902af09867c 2018-09-02 10:14:43,826 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.456431865692s 2018-09-02 10:14:43,826 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-6c3ba73d-1686-4c04-ac31-2902af09867c 2018-09-02 10:14:43,828 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:45,831 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:45,834 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:46,545 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-4665c034-8eed-4b6a-b62a-f87102f9d056 x-compute-request-id: req-4665c034-8eed-4b6a-b62a-f87102f9d056 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.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "building", "OS-SRV-USG:launched_at": null, "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "BUILD", "updated": "2018-09-02T10:12:32Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:46,546 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4665c034-8eed-4b6a-b62a-f87102f9d056 2018-09-02 10:14:46,546 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.71467089653s 2018-09-02 10:14:46,546 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-4665c034-8eed-4b6a-b62a-f87102f9d056 2018-09-02 10:14:46,550 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:14:48,552 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:14:48,555 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:49,261 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-239859f2-d163-461b-989f-77c7a46d52f8 x-compute-request-id: req-239859f2-d163-461b-989f-77c7a46d52f8 Content-Encoding: gzip Content-Length: 749 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:14:49,262 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-239859f2-d163-461b-989f-77c7a46d52f8 2018-09-02 10:14:49,262 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.709480047226s 2018-09-02 10:14:49,262 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-239859f2-d163-461b-989f-77c7a46d52f8 2018-09-02 10:14:49,266 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 10:14:49,267 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=322c6abc-f7a1-420d-8dec-7e7e9cd58228" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:49,324 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-560ec599-85e2-46c6-a08c-193e0fd42174 Date: Sun, 02 Sep 2018 10:14:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T10:14:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"40ca1645-7a93-42fb-8a16-d4cd4f1713a2","ip_address":"192.168.120.10"}],"id":"966cbad3-d953-4c36-98f1-170bc0ee86d5","security_groups":["321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"],"mac_address":"fa:16:3e:e7:2a:68","project_id":"e844a3441d2b44f1a5893511cf8a17da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3cfcd325-3850-4606-9022-66e738630542","tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:12:33Z","binding:vnic_type":"normal","device_id":"322c6abc-f7a1-420d-8dec-7e7e9cd58228","ip_allocation":"immediate"}]} 2018-09-02 10:14:49,324 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=322c6abc-f7a1-420d-8dec-7e7e9cd58228 used request id req-560ec599-85e2-46c6-a08c-193e0fd42174 2018-09-02 10:14:49,325 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0579040050507s 2018-09-02 10:14:49,325 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=322c6abc-f7a1-420d-8dec-7e7e9cd58228 used request id req-560ec599-85e2-46c6-a08c-193e0fd42174 2018-09-02 10:14:49,330 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:14:49,331 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/floatingips.json?port_id=966cbad3-d953-4c36-98f1-170bc0ee86d5" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:49,373 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-5ae557e9-1924-4296-b1fd-1e5d91601481 Date: Sun, 02 Sep 2018 10:14:49 GMT RESP BODY: {"floatingips": []} 2018-09-02 10:14:49,374 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=966cbad3-d953-4c36-98f1-170bc0ee86d5 used request id req-5ae557e9-1924-4296-b1fd-1e5d91601481 2018-09-02 10:14:49,374 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0434000492096s 2018-09-02 10:14:49,374 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json?port_id=966cbad3-d953-4c36-98f1-170bc0ee86d5 used request id req-5ae557e9-1924-4296-b1fd-1e5d91601481 2018-09-02 10:14:49,375 - functest.core.singlevm - DEBUG - vm: Munch({'vm_state': u'active', u'OS-EXT-STS:task_state': None, 'addresses': Munch({u'vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018': [Munch({u'OS-EXT-IPS-MAC:mac_addr': u'fa:16:3e:e7:2a:68', 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'c00d5532-9c70-4a5d-a0b4-8d74397bb832'}), 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-02T10:14:48.000000', 'flavor': Munch({u'id': u'5ae165df-4ff3-444f-aba9-4383614579bb'}), 'az': u'nova', 'id': u'322c6abc-f7a1-420d-8dec-7e7e9cd58228', 'security_groups': [Munch({u'name': u'vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018'})], u'os-extended-volumes:volumes_attached': [], 'user_id': u'92f33115f63d498d9a738b5a7d7ccb5b', 'disk_config': u'MANUAL', u'OS-DCF:diskConfig': u'MANUAL', 'networks': {}, 'accessIPv4': '', 'accessIPv6': '', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e844a3441d2b44f1a5893511cf8a17da', 'name': 'vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018', '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-02T10:14:48.000000', 'metadata': Munch({}), 'status': u'ACTIVE', 'updated': u'2018-09-02T10:14:48Z', 'hostId': u'987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3', u'OS-SRV-USG:terminated_at': None, 'key_name': u'vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018', 'public_v6': '', 'private_v4': u'192.168.120.10', 'cloud': 'envvars', 'host_id': u'987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3', '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-02T10:14:48.000000', u'OS-EXT-STS:power_state': 1, u'OS-EXT-AZ:availability_zone': u'nova'}), 'project_id': u'e844a3441d2b44f1a5893511cf8a17da', 'name': u'vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018', 'adminPass': u'z8DjQ4ans8hq', 'tenant_id': u'e844a3441d2b44f1a5893511cf8a17da', 'created_at': u'2018-09-02T10:12:29Z', 'created': u'2018-09-02T10:12:29Z', 'has_config_drive': False, 'volumes': [], 'config_drive': u'', 'region': 'regionOne'}) 2018-09-02 10:14:49,378 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:14:49,378 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:49,473 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1276 X-Openstack-Request-Id: req-b803706b-9c58-480d-90fa-769bcd0bb307 Date: Sun, 02 Sep 2018 10:14:49 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":3,"port_security_enabled":true,"id":"3cfcd325-3850-4606-9022-66e738630542","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e844a3441d2b44f1a5893511cf8a17da","l2_adjacency":true,"status":"ACTIVE","subnets":["40ca1645-7a93-42fb-8a16-d4cd4f1713a2"],"description":"","tags":[],"updated_at":"2018-09-02T10:10:47Z","qos_policy_id":null,"name":"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018","admin_state_up":true,"tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:46Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 10:14:49,473 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b803706b-9c58-480d-90fa-769bcd0bb307 2018-09-02 10:14:49,473 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.0948541164398s 2018-09-02 10:14:49,473 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-b803706b-9c58-480d-90fa-769bcd0bb307 2018-09-02 10:14:49,475 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.ports 2018-09-02 10:14:49,475 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:9696/v2.0/ports.json?device_id=322c6abc-f7a1-420d-8dec-7e7e9cd58228" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:49,528 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 799 X-Openstack-Request-Id: req-c0f777aa-ab63-48ea-875c-99801e7df638 Date: Sun, 02 Sep 2018 10:14:49 GMT RESP BODY: {"ports":[{"allowed_address_pairs":[],"extra_dhcp_opts":[],"updated_at":"2018-09-02T10:14:47Z","device_owner":"compute:nova","revision_number":5,"port_security_enabled":true,"fixed_ips":[{"subnet_id":"40ca1645-7a93-42fb-8a16-d4cd4f1713a2","ip_address":"192.168.120.10"}],"id":"966cbad3-d953-4c36-98f1-170bc0ee86d5","security_groups":["321c0dd2-9ee3-48b4-b0ba-b545d97f38ba"],"mac_address":"fa:16:3e:e7:2a:68","project_id":"e844a3441d2b44f1a5893511cf8a17da","status":"ACTIVE","description":"","tags":[],"qos_policy_id":null,"name":"","admin_state_up":true,"network_id":"3cfcd325-3850-4606-9022-66e738630542","tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:12:33Z","binding:vnic_type":"normal","device_id":"322c6abc-f7a1-420d-8dec-7e7e9cd58228","ip_allocation":"immediate"}]} 2018-09-02 10:14:49,528 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=322c6abc-f7a1-420d-8dec-7e7e9cd58228 used request id req-c0f777aa-ab63-48ea-875c-99801e7df638 2018-09-02 10:14:49,528 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.ports in 0.0531492233276s 2018-09-02 10:14:49,528 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/ports.json?device_id=322c6abc-f7a1-420d-8dec-7e7e9cd58228 used request id req-c0f777aa-ab63-48ea-875c-99801e7df638 2018-09-02 10:14:49,529 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.floatingips 2018-09-02 10:14:49,530 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"floatingip": {"floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "fixed_ip_address": "192.168.120.10", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5"}}' 2018-09-02 10:14:52,414 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 824 X-Openstack-Request-Id: req-8bdd9d1c-9938-494d-b6f9-c1ce35963d00 Date: Sun, 02 Sep 2018 10:14:52 GMT RESP BODY: {"floatingip": {"router_id": "181a2883-157b-4ab7-8021-77583768cca6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:14:50Z", "updated_at": "2018-09-02T10:14:50Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e7:2a:68", "device_id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5", "id": "c9a5ae42-0acb-469a-a246-ed48d34e8fe6", "qos_policy_id": null}} 2018-09-02 10:14:52,414 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-8bdd9d1c-9938-494d-b6f9-c1ce35963d00 2018-09-02 10:14:52,415 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.floatingips in 2.88535118103s 2018-09-02 10:14:52,415 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-8bdd9d1c-9938-494d-b6f9-c1ce35963d00 2018-09-02 10:14:52,423 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:14:52,424 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:52,492 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-4d3bb7ff-a11f-48e8-86a3-3af833f86a50 Date: Sun, 02 Sep 2018 10:14:52 GMT RESP BODY: {"floatingips": [{"router_id": "181a2883-157b-4ab7-8021-77583768cca6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:14:50Z", "updated_at": "2018-09-02T10:14:50Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e7:2a:68", "device_id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5", "id": "c9a5ae42-0acb-469a-a246-ed48d34e8fe6", "qos_policy_id": null}]} 2018-09-02 10:14:52,492 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-4d3bb7ff-a11f-48e8-86a3-3af833f86a50 2018-09-02 10:14:52,492 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.068950176239s 2018-09-02 10:14:52,493 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-4d3bb7ff-a11f-48e8-86a3-3af833f86a50 2018-09-02 10:14:52,497 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 10:14:52,602 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:14:52,602 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:52,886 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-d36e758b-41e9-4b8e-aaa8-704da4a2cea1 Date: Sun, 02 Sep 2018 10:14:52 GMT RESP BODY: {"floatingips": [{"router_id": "181a2883-157b-4ab7-8021-77583768cca6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:14:50Z", "updated_at": "2018-09-02T10:14:50Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e7:2a:68", "device_id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5", "id": "c9a5ae42-0acb-469a-a246-ed48d34e8fe6", "qos_policy_id": null}]} 2018-09-02 10:14:52,886 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d36e758b-41e9-4b8e-aaa8-704da4a2cea1 2018-09-02 10:14:52,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.284488201141s 2018-09-02 10:14:52,887 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-d36e758b-41e9-4b8e-aaa8-704da4a2cea1 2018-09-02 10:14:52,890 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 10:14:52,995 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:14:52,996 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:53,060 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-78c86ca7-6da4-4324-840c-36d1620a6d42 Date: Sun, 02 Sep 2018 10:14:53 GMT RESP BODY: {"floatingips": [{"router_id": "181a2883-157b-4ab7-8021-77583768cca6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:14:50Z", "updated_at": "2018-09-02T10:14:50Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e7:2a:68", "device_id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5", "id": "c9a5ae42-0acb-469a-a246-ed48d34e8fe6", "qos_policy_id": null}]} 2018-09-02 10:14:53,060 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-78c86ca7-6da4-4324-840c-36d1620a6d42 2018-09-02 10:14:53,060 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0648629665375s 2018-09-02 10:14:53,060 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-78c86ca7-6da4-4324-840c-36d1620a6d42 2018-09-02 10:14:53,063 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 10:14:53,169 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:14:53,169 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:53,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-2846939b-da3d-4ef3-8537-55a138c254ba Date: Sun, 02 Sep 2018 10:14:53 GMT RESP BODY: {"floatingips": [{"router_id": "181a2883-157b-4ab7-8021-77583768cca6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:14:50Z", "updated_at": "2018-09-02T10:14:50Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e7:2a:68", "device_id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5", "id": "c9a5ae42-0acb-469a-a246-ed48d34e8fe6", "qos_policy_id": null}]} 2018-09-02 10:14:53,230 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-2846939b-da3d-4ef3-8537-55a138c254ba 2018-09-02 10:14:53,230 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0609660148621s 2018-09-02 10:14:53,230 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-2846939b-da3d-4ef3-8537-55a138c254ba 2018-09-02 10:14:53,233 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 10:14:53,338 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:14:53,339 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:53,403 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-190088c3-5e24-4eca-b4be-7af0637b1799 Date: Sun, 02 Sep 2018 10:14:53 GMT RESP BODY: {"floatingips": [{"router_id": "181a2883-157b-4ab7-8021-77583768cca6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:14:50Z", "updated_at": "2018-09-02T10:14:50Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e7:2a:68", "device_id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5", "id": "c9a5ae42-0acb-469a-a246-ed48d34e8fe6", "qos_policy_id": null}]} 2018-09-02 10:14:53,403 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-190088c3-5e24-4eca-b4be-7af0637b1799 2018-09-02 10:14:53,403 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0645461082458s 2018-09-02 10:14:53,403 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-190088c3-5e24-4eca-b4be-7af0637b1799 2018-09-02 10:14:53,407 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 10:14:53,512 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:14:53,512 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:53,788 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 827 X-Openstack-Request-Id: req-372fc3c1-3ca9-42a0-a4c9-d629116ef85a Date: Sun, 02 Sep 2018 10:14:53 GMT RESP BODY: {"floatingips": [{"router_id": "181a2883-157b-4ab7-8021-77583768cca6", "status": "DOWN", "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:14:50Z", "updated_at": "2018-09-02T10:14:50Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e7:2a:68", "device_id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.201", "revision_number": 0, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5", "id": "c9a5ae42-0acb-469a-a246-ed48d34e8fe6", "qos_policy_id": null}]} 2018-09-02 10:14:53,789 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-372fc3c1-3ca9-42a0-a4c9-d629116ef85a 2018-09-02 10:14:53,789 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.276646137238s 2018-09-02 10:14:53,789 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-372fc3c1-3ca9-42a0-a4c9-d629116ef85a 2018-09-02 10:14:53,793 - shade.iterate_timeout - DEBUG - Waiting 0.1 seconds 2018-09-02 10:14:53,898 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:14:53,898 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:14:53,959 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 829 X-Openstack-Request-Id: req-46e37beb-1bab-4b4d-a51c-2c69c16ee09e Date: Sun, 02 Sep 2018 10:14:54 GMT RESP BODY: {"floatingips": [{"router_id": "181a2883-157b-4ab7-8021-77583768cca6", "status": "ACTIVE", "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:14:50Z", "updated_at": "2018-09-02T10:14:53Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": {"status": "ACTIVE", "name": "", "admin_state_up": true, "network_id": "3cfcd325-3850-4606-9022-66e738630542", "device_owner": "compute:nova", "mac_address": "fa:16:3e:e7:2a:68", "device_id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228"}, "fixed_ip_address": "192.168.120.10", "floating_ip_address": "172.30.9.201", "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "port_id": "966cbad3-d953-4c36-98f1-170bc0ee86d5", "id": "c9a5ae42-0acb-469a-a246-ed48d34e8fe6", "qos_policy_id": null}]} 2018-09-02 10:14:53,960 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-46e37beb-1bab-4b4d-a51c-2c69c16ee09e 2018-09-02 10:14:53,960 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0620279312134s 2018-09-02 10:14:53,960 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-46e37beb-1bab-4b4d-a51c-2c69c16ee09e 2018-09-02 10:14:53,963 - functest.core.singlevm - DEBUG - floating_ip: Munch({'router_id': u'181a2883-157b-4ab7-8021-77583768cca6', 'updated_at': u'2018-09-02T10:14:53Z', 'fixed_ip_address': u'192.168.120.10', 'floating_ip_address': u'172.30.9.201', 'revision_number': 1, 'port_id': u'966cbad3-d953-4c36-98f1-170bc0ee86d5', 'id': u'c9a5ae42-0acb-469a-a246-ed48d34e8fe6', 'network': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'port': u'966cbad3-d953-4c36-98f1-170bc0ee86d5', 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e844a3441d2b44f1a5893511cf8a17da', 'name': 'vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'project_id': u'e844a3441d2b44f1a5893511cf8a17da', 'status': u'ACTIVE', 'description': u'', u'tags': [], 'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 'properties': Munch({u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'3cfcd325-3850-4606-9022-66e738630542', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:e7:2a:68', u'device_id': u'322c6abc-f7a1-420d-8dec-7e7e9cd58228'}), u'qos_policy_id': None, u'tags': []}), u'qos_policy_id': None, 'tenant_id': u'e844a3441d2b44f1a5893511cf8a17da', 'created_at': u'2018-09-02T10:14:50Z', 'attached': True, u'port_details': Munch({u'status': u'ACTIVE', u'name': u'', u'admin_state_up': True, u'network_id': u'3cfcd325-3850-4606-9022-66e738630542', u'device_owner': u'compute:nova', u'mac_address': u'fa:16:3e:e7:2a:68', u'device_id': u'322c6abc-f7a1-420d-8dec-7e7e9cd58228'}), 'router': u'181a2883-157b-4ab7-8021-77583768cca6'}) 2018-09-02 10:14:53,964 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:14:53,967 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228/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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:14:54,037 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:14: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-0068354e-cfaa-456b-9fe9-f990f8394530 x-compute-request-id: req-0068354e-cfaa-456b-9fe9-f990f8394530 Content-Encoding: gzip Content-Length: 10966 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 2001051619 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.910 MHz processor\n[ 0.432451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.435561] pid_max: default: 32768 minimum: 301\n[ 0.437280] Security Framework initialized\n[ 0.438861] SELinux: Initializing.\n[ 0.440565] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.447119] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.451234] Mount-cache hash table entries: 4096\n[ 0.453231] Initializing cgroup subsys memory\n[ 0.454870] Initializing cgroup subsys devices\n[ 0.456496] Initializing cgroup subsys freezer\n[ 0.458103] Initializing cgroup subsys net_cls\n[ 0.459696] Initializing cgroup subsys blkio\n[ 0.461251] Initializing cgroup subsys perf_event\n[ 0.462944] Initializing cgroup subsys hugetlb\n[ 0.464579] Initializing cgroup subsys pids\n[ 0.466130] Initializing cgroup subsys net_prio\n[ 0.467854] CPU: Physical Processor ID: 0\n[ 0.470121] mce: CPU supports 10 MCE banks\n[ 0.471701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.473481] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475276] tlb_flushall_shift: 6\n[ 0.476863] Freeing SMP alternatives: 28k freed\n[ 0.481138] ACPI: Core revision 20130517\n[ 0.483107] ACPI: All ACPI Tables successfully acquired\n[ 0.485148] ftrace: allocating 25812 entries in 101 pages\n[ 0.507166] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.509269] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.511377] smpboot: Max logical packages: 2\n[ 0.513259] Enabling x2apic\n[ 0.514538] Enabled x2apic\n[ 0.516081] Switched APIC routing to physical x2apic.\n[ 0.519219] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.521256] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.524880] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.533889] KVM setup paravirtual spinlock\n[ 0.536714] smpboot: Booting Node 0, Processors #1 OK\n[ 0.538875] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.560973] Brought up 2 CPUs\n[ 0.560976] KVM setup async PF for cpu 1\n[ 0.560979] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.565397] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.568432] devtmpfs: initialized\n[ 0.571419] EVM: security.selinux\n[ 0.572815] EVM: security.ima\n[ 0.574105] EVM: security.capability\n[ 0.576269] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.578405] pinctrl core: initialized pinctrl subsystem\n[ 0.580311] NET: Registered protocol family 16\n[ 0.582155] ACPI: bus type PCI registered\n[ 0.583664] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.585781] PCI: Using configuration type 1 for base access\n[ 0.591074] ACPI: Added _OSI(Module Device)\n[ 0.592695] ACPI: Added _OSI(Processor Device)\n[ 0.594284] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.595927] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.598908] ACPI: Interpreter enabled\n[ 0.600361] ACPI: (supports S0 S5)\n[ 0.601740] ACPI: Using IOAPIC for interrupt routing\n[ 0.603431] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.608446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.610412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.612491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.614516] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.618346] acpiphp: Slot [3] registered\n[ 0.619835] acpiphp: Slot [4] registered\n[ 0.621336] acpiphp: Slot [5] registered\n[ 0.622843] acpiphp: Slot [6] registered\n[ 0.624339] acpiphp: Slot [7] registered\n[ 0.625862] acpiphp: Slot [8] registered\n[ 0.627383] acpiphp: Slot [9] registered\n[ 0.628891] acpiphp: Slot [10] registered\n[ 0.630424] acpiphp: Slot [11] registered\n[ 0.631971] acpiphp: Slot [12] registered\n[ 0.633515] acpiphp: Slot [13] registered\n[ 0.635042] acpiphp: Slot [14] registered\n[ 0.636572] acpiphp: Slot [15] registered\n[ 0.638115] acpiphp: Slot [16] registered\n[ 0.639630] acpiphp: Slot [17] registered\n[ 0.641150] acpiphp: Slot [18] registered\n[ 0.642680] acpiphp: Slot [19] registered\n[ 0.644217] acpiphp: Slot [20] registered\n[ 0.645764] acpiphp: Slot [21] registered\n[ 0.647280] acpiphp: Slot [22] registered\n[ 0.648801] acpiphp: Slot [23] registered\n[ 0.650371] acpiphp: Slot [24] registered\n[ 0.651903] acpiphp: Slot [25] registered\n[ 0.653434] acpiphp: Slot [26] registered\n[ 0.654963] acpiphp: Slot [27] registered\n[ 0.656491] acpiphp: Slot [28] registered\n[ 0.658027] acpiphp: Slot [29] registered\n[ 0.659583] acpiphp: Slot [30] registered\n[ 0.661114] acpiphp: Slot [31] registered\n[ 0.662628] PCI host bridge to bus 0000:00\n[ 0.664152] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.665967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.668044] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.670133] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.672933] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.675716] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.681321] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.683516] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.685568] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.687745] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.691981] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.694742] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.718684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.721175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.723883] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.726274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.728627] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.730862] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.733146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.736096] vgaarb: loaded\n[ 0.737328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.739333] SCSI subsystem initialized\n[ 0.740841] ACPI: bus type USB registered\n[ 0.742390] usbcore: registered new interface driver usbfs\n[ 0.744292] usbcore: registered new interface driver hub\n[ 0.746186] usbcore: registered new device driver usb\n[ 0.748140] PCI: Using ACPI for IRQ routing\n[ 0.750076] NetLabel: Initializing\n[ 0.751453] NetLabel: domain hash size = 128\n[ 0.753028] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.754773] NetLabel: unlabeled traffic allowed by default\n[ 0.756760] Switched to clocksource kvm-clock\n[ 0.766713] pnp: PnP ACPI init\n[ 0.768029] ACPI: bus type PNP registered\n[ 0.770053] pnp: PnP ACPI: found 5 devices\n[ 0.772165] ACPI: bus type PNP unregistered\n[ 0.780663] NET: Registered protocol family 2\n[ 0.782590] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.785886] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.788374] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.790568] TCP: reno registered\n[ 0.791910] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.793889] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.796283] NET: Registered protocol family 1\n[ 0.797890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.799832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.801710] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.822182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.842392] Unpacking initramfs...\n[ 1.330311] Freeing initrd memory: 37508k freed\n[ 1.340046] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.342174] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.346016] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.348058] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.350380] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.352390] Initialise system trusted keyring\n[ 1.353957] audit: initializing netlink socket (disabled)\n[ 1.355733] type=2000 audit(1535883290.829:1): initialized\n[ 1.372711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.374762] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.377745] zpool: loaded\n[ 1.378961] zbud: loaded\n[ 1.380366] VFS: Disk quotas dquot_6.5.2\n[ 1.381927] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.384198] msgmni has been set to 7578\n[ 1.385755] Key type big_key registered\n[ 1.388322] NET: Registered protocol family 38\n[ 1.389947] Key type asymmetric registered\n[ 1.391506] Asymmetric key parser 'x509' registered\n[ 1.393212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.396038] io scheduler noop registered\n[ 1.397554] io scheduler deadline registered (default)\n[ 1.413200] io scheduler cfq registered\n[ 1.414812] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.416702] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.418897] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.421725] ACPI: Power Button [PWRF]\n[ 1.423320] GHES: HEST is not enabled!\n[ 1.424905] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.449191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.451615] Non-volatile memory driver v1.3\n[ 1.453171] Linux agpgart interface v0.103\n[ 1.454882] crash memory driver: version 1.1\n[ 1.456527] rdac: device handler registered\n[ 1.458197] hp_sw: device handler registered\n[ 1.459811] emc: device handler registered\n[ 1.461342] alua: device handler registered\n[ 1.462907] libphy: Fixed MDIO Bus: probed\n[ 1.464605] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.466718] ehci-pci: EHCI PCI platform driver\n[ 1.468361] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.470392] ohci-pci: OHCI PCI platform driver\n[ 1.472045] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.492295] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.494141] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.496982] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.498804] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.500808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.502966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.505803] usb usb1: Product: UHCI Host Controller\n[ 1.507548] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.509756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511587] hub 1-0:1.0: USB hub found\n[ 1.513063] hub 1-0:1.0: 2 ports detected\n[ 1.514753] usbcore: registered new interface driver usbserial\n[ 1.516672] usbcore: registered new interface driver usbserial_generic\n[ 1.518771] usbserial: USB Serial support registered for generic\n[ 1.520754] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.524470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526213] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528065] mousedev: PS/2 mouse device common for all mice\n[ 1.530270] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534038] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.537125] rtc_cmos 00:00: RTC can wake from S4\n[ 1.539245] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542396] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544506] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546616] cpuidle: using governor menu\n[ 1.548198] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.550135] usbcore: registered new interface driver usbhid\n[ 1.552006] usbhid: USB HID core driver\n[ 1.553529] drop_monitor: Initializing network drop monitor service\n[ 1.555594] TCP: cubic registered\n[ 1.556959] Initializing XFRM netlink socket\n[ 1.558589] NET: Registered protocol family 10\n[ 1.560442] NET: Registered protocol family 17\n[ 1.562202] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.564069] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.565975] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.569100] Loading compiled-in X.509 certificates\n[ 1.570797] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.573992] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.577633] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.580880] registered taskstats version 1\n[ 1.584400] Key type trusted registered\n[ 1.587182] Key type encrypted registered\n[ 1.589956] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.592227] rtc_cmos 00:00: setting system clock to 2018-09-02 10:14:51 UTC (1535883291)\n[ 1.595942] Freeing unused kernel memory: 1680k freed\n[ 1.602309] 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.607979] systemd[1]: Detected virtualization kvm.\n[ 1.609709] systemd[1]: Detected architecture x86-64.\n[ 1.611438] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.614711] systemd[1]: No hostname configured.\n[ 1.616355] systemd[1]: Set hostname to .\n[ 1.618143] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.643111] systemd[1]: Reached target Timers.\n[ 1.644743] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.647434] systemd[1]: Created slice Root Slice.\n[ 1.649114] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.651860] systemd[1]: Listening on udev Kernel Socket.\n[ 1.653663] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.656509] systemd[1]: Listening on Journal Socket.\n[ 1.658259] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.661040] systemd[1]: Created slice System Slice.\n[ 1.662766] systemd[1]: Starting System Slice.\n[ 1.664800] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.668545] systemd[1]: Reached target Slices.\n[ 1.670191] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.672931] systemd[1]: Listening on udev Control Socket.\n[ 1.674744] systemd[1]: Starting udev Control Socket.\n[ 1.676863] 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] Reached target Sockets.\n[ 1.683082] systemd[1]: Reached target Sockets.\n[ 1.684735] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.687113] systemd[1]: Reached target Swap.\n[ 1.688712] systemd[1]: Starting Swap.\n[ 1.690524] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.693634] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.696824] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.700110] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.704034] systemd[1]: Reached target Paths.\n[ 1.705665] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.708352] systemd[1]: Reached target Local File Systems.\n[ 1.710189] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.713183] 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.765220] RPC: Registered named UNIX socket transport module.\n[ 1.767218] RPC: Registered udp transport module.\n[ 1.768891] RPC: Registered tcp transport module.\n[ 1.770551] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.816782] 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.869175] FDC 0 is a S82078B\n[ 1.902560] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.942483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.945876] scsi host0: ata_piix\n[ 1.947378] scsi host1: ata_piix\n[ 1.948774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.950856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.955889] vda: vda1\n[ 1.969422] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.971561] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.973723] usb 1-1: Product: QEMU USB Tablet\n[ 1.975305] usb 1-1: Manufacturer: QEMU\n[ 1.976817] usb 1-1: SerialNumber: 42\n[ 1.986612] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.990868] 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.124137] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.127394] XFS (vda1): Mounting V4 Filesystem\n[ 2.151594] 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] [ 2.345821] tsc: Refined TSC clocksource calibration: 3491.871 MHz\nStopped 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 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[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\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 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.389200] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.477877] SELinux: Disabled at runtime.\n[ 2.514781] type=1404 audit(1535883292.422:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.543310] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.545112] 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 Encrypted Volumes.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\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] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\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] 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 Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[ 2.790495] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.855584] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\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 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[ 2.988150] type=1305 audit(1535883292.895:3): audit_pid=440 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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.[ 3.116254] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[ 3.125405] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Sockets.[ 3.130486] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting NTP client/server...\n[ 3.158335] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.160337] [TTM] Initializing pool allocator\n[ 3.160350] [TTM] Initializing DMA pool allocator\n[ 3.160574] [drm] fb mappable at 0xFC000000\n[ 3.160574] [drm] vram aper at 0xFC000000\n[ 3.160574] [drm] size 33554432\n[ 3.160575] [drm] fb depth is 24\n[ 3.160575] [drm] pitch is 3072\n[ 3.162125] ppdev: user-space parallel port driver\n[ 3.169114] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.195998] Console: switching to colour frame buffer device 128x48\n[ 3.210584] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...[ 3.217905] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\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.319573] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\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.350332] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.358049] alg: No test for crc32 (crc32-pclmul)\n[ 3.362577] intel_rapl: no valid rapl domains found in package 0\n[ 3.385913] intel_powerclamp: No package C-state available\n[ 3.393561] intel_powerclamp: No package C-state available[ 3.291701] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 10:14:53 +0000. Up 3.26 seconds.\n[[32m OK [0m] Started Initial cloud-init job (pre-networking).\n"} 2018-09-02 10:14:54,038 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228/action used request id req-0068354e-cfaa-456b-9fe9-f990f8394530 2018-09-02 10:14:54,038 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0734357833862s 2018-09-02 10:14:54,039 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228/action used request id req-0068354e-cfaa-456b-9fe9-f990f8394530 2018-09-02 10:14:54,039 - 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 2001051619 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.432451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.435561] pid_max: default: 32768 minimum: 301 [ 0.437280] Security Framework initialized [ 0.438861] SELinux: Initializing. [ 0.440565] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.447119] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.451234] Mount-cache hash table entries: 4096 [ 0.453231] Initializing cgroup subsys memory [ 0.454870] Initializing cgroup subsys devices [ 0.456496] Initializing cgroup subsys freezer [ 0.458103] Initializing cgroup subsys net_cls [ 0.459696] Initializing cgroup subsys blkio [ 0.461251] Initializing cgroup subsys perf_event [ 0.462944] Initializing cgroup subsys hugetlb [ 0.464579] Initializing cgroup subsys pids [ 0.466130] Initializing cgroup subsys net_prio [ 0.467854] CPU: Physical Processor ID: 0 [ 0.470121] mce: CPU supports 10 MCE banks [ 0.471701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.473481] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475276] tlb_flushall_shift: 6 [ 0.476863] Freeing SMP alternatives: 28k freed [ 0.481138] ACPI: Core revision 20130517 [ 0.483107] ACPI: All ACPI Tables successfully acquired [ 0.485148] ftrace: allocating 25812 entries in 101 pages [ 0.507166] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.509269] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.511377] smpboot: Max logical packages: 2 [ 0.513259] Enabling x2apic [ 0.514538] Enabled x2apic [ 0.516081] Switched APIC routing to physical x2apic. [ 0.519219] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.521256] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.524880] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.533889] KVM setup paravirtual spinlock [ 0.536714] smpboot: Booting Node 0, Processors #1 OK [ 0.538875] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.560973] Brought up 2 CPUs [ 0.560976] KVM setup async PF for cpu 1 [ 0.560979] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.565397] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.568432] devtmpfs: initialized [ 0.571419] EVM: security.selinux [ 0.572815] EVM: security.ima [ 0.574105] EVM: security.capability [ 0.576269] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.578405] pinctrl core: initialized pinctrl subsystem [ 0.580311] NET: Registered protocol family 16 [ 0.582155] ACPI: bus type PCI registered [ 0.583664] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.585781] PCI: Using configuration type 1 for base access [ 0.591074] ACPI: Added _OSI(Module Device) [ 0.592695] ACPI: Added _OSI(Processor Device) [ 0.594284] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.595927] ACPI: Added _OSI(Processor Aggregator Device) [ 0.598908] ACPI: Interpreter enabled [ 0.600361] ACPI: (supports S0 S5) [ 0.601740] ACPI: Using IOAPIC for interrupt routing [ 0.603431] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.608446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.610412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.612491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.614516] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.618346] acpiphp: Slot [3] registered [ 0.619835] acpiphp: Slot [4] registered [ 0.621336] acpiphp: Slot [5] registered [ 0.622843] acpiphp: Slot [6] registered [ 0.624339] acpiphp: Slot [7] registered [ 0.625862] acpiphp: Slot [8] registered [ 0.627383] acpiphp: Slot [9] registered [ 0.628891] acpiphp: Slot [10] registered [ 0.630424] acpiphp: Slot [11] registered [ 0.631971] acpiphp: Slot [12] registered [ 0.633515] acpiphp: Slot [13] registered [ 0.635042] acpiphp: Slot [14] registered [ 0.636572] acpiphp: Slot [15] registered [ 0.638115] acpiphp: Slot [16] registered [ 0.639630] acpiphp: Slot [17] registered [ 0.641150] acpiphp: Slot [18] registered [ 0.642680] acpiphp: Slot [19] registered [ 0.644217] acpiphp: Slot [20] registered [ 0.645764] acpiphp: Slot [21] registered [ 0.647280] acpiphp: Slot [22] registered [ 0.648801] acpiphp: Slot [23] registered [ 0.650371] acpiphp: Slot [24] registered [ 0.651903] acpiphp: Slot [25] registered [ 0.653434] acpiphp: Slot [26] registered [ 0.654963] acpiphp: Slot [27] registered [ 0.656491] acpiphp: Slot [28] registered [ 0.658027] acpiphp: Slot [29] registered [ 0.659583] acpiphp: Slot [30] registered [ 0.661114] acpiphp: Slot [31] registered [ 0.662628] PCI host bridge to bus 0000:00 [ 0.664152] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.665967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.668044] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.670133] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.672933] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.675716] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.681321] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.683516] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.685568] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.687745] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.691981] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.694742] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.718684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.721175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.723883] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.726274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.728627] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.730862] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.733146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.736096] vgaarb: loaded [ 0.737328] vgaarb: bridge control possible 0000:00:02.0 [ 0.739333] SCSI subsystem initialized [ 0.740841] ACPI: bus type USB registered [ 0.742390] usbcore: registered new interface driver usbfs [ 0.744292] usbcore: registered new interface driver hub [ 0.746186] usbcore: registered new device driver usb [ 0.748140] PCI: Using ACPI for IRQ routing [ 0.750076] NetLabel: Initializing [ 0.751453] NetLabel: domain hash size = 128 [ 0.753028] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.754773] NetLabel: unlabeled traffic allowed by default [ 0.756760] Switched to clocksource kvm-clock [ 0.766713] pnp: PnP ACPI init [ 0.768029] ACPI: bus type PNP registered [ 0.770053] pnp: PnP ACPI: found 5 devices [ 0.772165] ACPI: bus type PNP unregistered [ 0.780663] NET: Registered protocol family 2 [ 0.782590] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.785886] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.788374] TCP: Hash tables configured (established 32768 bind 32768) [ 0.790568] TCP: reno registered [ 0.791910] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.793889] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.796283] NET: Registered protocol family 1 [ 0.797890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.799832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.801710] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.822182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.842392] Unpacking initramfs... [ 1.330311] Freeing initrd memory: 37508k freed [ 1.340046] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.342174] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.346016] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.348058] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.350380] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.352390] Initialise system trusted keyring [ 1.353957] audit: initializing netlink socket (disabled) [ 1.355733] type=2000 audit(1535883290.829:1): initialized [ 1.372711] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.374762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.377745] zpool: loaded [ 1.378961] zbud: loaded [ 1.380366] VFS: Disk quotas dquot_6.5.2 [ 1.381927] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.384198] msgmni has been set to 7578 [ 1.385755] Key type big_key registered [ 1.388322] NET: Registered protocol family 38 [ 1.389947] Key type asymmetric registered [ 1.391506] Asymmetric key parser 'x509' registered [ 1.393212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.396038] io scheduler noop registered [ 1.397554] io scheduler deadline registered (default) [ 1.413200] io scheduler cfq registered [ 1.414812] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.416702] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.418897] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.421725] ACPI: Power Button [PWRF] [ 1.423320] GHES: HEST is not enabled! [ 1.424905] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.449191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.451615] Non-volatile memory driver v1.3 [ 1.453171] Linux agpgart interface v0.103 [ 1.454882] crash memory driver: version 1.1 [ 1.456527] rdac: device handler registered [ 1.458197] hp_sw: device handler registered [ 1.459811] emc: device handler registered [ 1.461342] alua: device handler registered [ 1.462907] libphy: Fixed MDIO Bus: probed [ 1.464605] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.466718] ehci-pci: EHCI PCI platform driver [ 1.468361] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.470392] ohci-pci: OHCI PCI platform driver [ 1.472045] uhci_hcd: USB Universal Host Controller Interface driver [ 1.492295] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.494141] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.496982] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.498804] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.500808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.502966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.505803] usb usb1: Product: UHCI Host Controller [ 1.507548] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.509756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511587] hub 1-0:1.0: USB hub found [ 1.513063] hub 1-0:1.0: 2 ports detected [ 1.514753] usbcore: registered new interface driver usbserial [ 1.516672] usbcore: registered new interface driver usbserial_generic [ 1.518771] usbserial: USB Serial support registered for generic [ 1.520754] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.524470] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526213] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528065] mousedev: PS/2 mouse device common for all mice [ 1.530270] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534038] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.537125] rtc_cmos 00:00: RTC can wake from S4 [ 1.539245] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542396] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544506] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546616] cpuidle: using governor menu [ 1.548198] hidraw: raw HID events driver (C) Jiri Kosina [ 1.550135] usbcore: registered new interface driver usbhid [ 1.552006] usbhid: USB HID core driver [ 1.553529] drop_monitor: Initializing network drop monitor service [ 1.555594] TCP: cubic registered [ 1.556959] Initializing XFRM netlink socket [ 1.558589] NET: Registered protocol family 10 [ 1.560442] NET: Registered protocol family 17 [ 1.562202] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.564069] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.565975] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.569100] Loading compiled-in X.509 certificates [ 1.570797] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.573992] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.577633] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.580880] registered taskstats version 1 [ 1.584400] Key type trusted registered [ 1.587182] Key type encrypted registered [ 1.589956] IMA: No TPM chip found, activating TPM-bypass! [ 1.592227] rtc_cmos 00:00: setting system clock to 2018-09-02 10:14:51 UTC (1535883291) [ 1.595942] Freeing unused kernel memory: 1680k freed [ 1.602309] 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.607979] systemd[1]: Detected virtualization kvm. [ 1.609709] systemd[1]: Detected architecture x86-64. [ 1.611438] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.614711] systemd[1]: No hostname configured. [ 1.616355] systemd[1]: Set hostname to . [ 1.618143] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.643111] systemd[1]: Reached target Timers. [ 1.644743] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.647434] systemd[1]: Created slice Root Slice. [ 1.649114] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.651860] systemd[1]: Listening on udev Kernel Socket. [ 1.653663] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.656509] systemd[1]: Listening on Journal Socket. [ 1.658259] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.661040] systemd[1]: Created slice System Slice. [ 1.662766] systemd[1]: Starting System Slice. [ 1.664800] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.668545] systemd[1]: Reached target Slices. [ 1.670191] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.672931] systemd[1]: Listening on udev Control Socket. [ 1.674744] systemd[1]: Starting udev Control Socket. [ 1.676863] 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] Reached target Sockets. [ 1.683082] systemd[1]: Reached target Sockets. [ 1.684735] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.687113] systemd[1]: Reached target Swap. [ 1.688712] systemd[1]: Starting Swap. [ 1.690524] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.693634] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.696824] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.700110] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.704034] systemd[1]: Reached target Paths. [ 1.705665] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.708352] systemd[1]: Reached target Local File Systems. [ 1.710189] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.713183] 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.765220] RPC: Registered named UNIX socket transport module. [ 1.767218] RPC: Registered udp transport module. [ 1.768891] RPC: Registered tcp transport module. [ 1.770551] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.816782] 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.869175] FDC 0 is a S82078B [ 1.902560] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.942483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.945876] scsi host0: ata_piix [ 1.947378] scsi host1: ata_piix [ 1.948774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.950856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.955889] vda: vda1 [ 1.969422] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.971561] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.973723] usb 1-1: Product: QEMU USB Tablet [ 1.975305] usb 1-1: Manufacturer: QEMU [ 1.976817] usb 1-1: SerialNumber: 42 [ 1.986612] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.990868] 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.124137] SGI XFS with ACLs, security attributes, no debug enabled [ 2.127394] XFS (vda1): Mounting V4 Filesystem [ 2.151594] 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] [ 2.345821] tsc: Refined TSC clocksource calibration: 3491.871 MHz 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 udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. 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. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.389200] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.477877] SELinux: Disabled at runtime. [ 2.514781] type=1404 audit(1535883292.422:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.543310] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.545112] 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 Encrypted Volumes. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[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] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[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] 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 Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ 2.790495] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [ 2.855584] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[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 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. [ 2.988150] type=1305 audit(1535883292.895:3): audit_pid=440 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] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket.[ 3.116254] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.125405] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Sockets.[ 3.130486] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting NTP client/server... [ 3.158335] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.160337] [TTM] Initializing pool allocator [ 3.160350] [TTM] Initializing DMA pool allocator [ 3.160574] [drm] fb mappable at 0xFC000000 [ 3.160574] [drm] vram aper at 0xFC000000 [ 3.160574] [drm] size 33554432 [ 3.160575] [drm] fb depth is 24 [ 3.160575] [drm] pitch is 3072 [ 3.162125] ppdev: user-space parallel port driver [ 3.169114] fbcon: cirrusdrmfb (fb0) is primary device [ 3.195998] Console: switching to colour frame buffer device 128x48 [ 3.210584] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon...[ 3.217905] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[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.319573] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[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.350332] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.358049] alg: No test for crc32 (crc32-pclmul) [ 3.362577] intel_rapl: no valid rapl domains found in package 0 [ 3.385913] intel_powerclamp: No package C-state available [ 3.393561] intel_powerclamp: No package C-state available[ 3.291701] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 10:14:53 +0000. Up 3.26 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). 2018-09-02 10:14:55,042 - functest.core.singlevm - DEBUG - try 1: cannot connect to 172.30.9.201: timed out 2018-09-02 10:15:04,052 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.servers.action 2018-09-02 10:15:04,055 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228/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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"os-getConsoleOutput": {"length": null}}' 2018-09-02 10:15:04,126 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10: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-37605bdf-343c-4f83-ae0a-5c40e5a5af71 x-compute-request-id: req-37605bdf-343c-4f83-ae0a-5c40e5a5af71 Content-Encoding: gzip Content-Length: 12744 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 2001051619 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.910 MHz processor\n[ 0.432451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910)\n[ 0.435561] pid_max: default: 32768 minimum: 301\n[ 0.437280] Security Framework initialized\n[ 0.438861] SELinux: Initializing.\n[ 0.440565] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)\n[ 0.447119] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)\n[ 0.451234] Mount-cache hash table entries: 4096\n[ 0.453231] Initializing cgroup subsys memory\n[ 0.454870] Initializing cgroup subsys devices\n[ 0.456496] Initializing cgroup subsys freezer\n[ 0.458103] Initializing cgroup subsys net_cls\n[ 0.459696] Initializing cgroup subsys blkio\n[ 0.461251] Initializing cgroup subsys perf_event\n[ 0.462944] Initializing cgroup subsys hugetlb\n[ 0.464579] Initializing cgroup subsys pids\n[ 0.466130] Initializing cgroup subsys net_prio\n[ 0.467854] CPU: Physical Processor ID: 0\n[ 0.470121] mce: CPU supports 10 MCE banks\n[ 0.471701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.473481] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0\n[ 0.475276] tlb_flushall_shift: 6\n[ 0.476863] Freeing SMP alternatives: 28k freed\n[ 0.481138] ACPI: Core revision 20130517\n[ 0.483107] ACPI: All ACPI Tables successfully acquired\n[ 0.485148] ftrace: allocating 25812 entries in 101 pages\n[ 0.507166] smpboot: APIC(0) Converting physical 0 to logical package 0\n[ 0.509269] smpboot: APIC(1) Converting physical 1 to logical package 1\n[ 0.511377] smpboot: Max logical packages: 2\n[ 0.513259] Enabling x2apic\n[ 0.514538] Enabled x2apic\n[ 0.516081] Switched APIC routing to physical x2apic.\n[ 0.519219] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1\n[ 0.521256] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01)\n[ 0.524880] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.\n[ 0.533889] KVM setup paravirtual spinlock\n[ 0.536714] smpboot: Booting Node 0, Processors #1 OK\n[ 0.538875] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock\n[ 0.560973] Brought up 2 CPUs\n[ 0.560976] KVM setup async PF for cpu 1\n[ 0.560979] kvm-stealtime: cpu 1, msr 13fd0f3c0\n[ 0.565397] smpboot: Total of 2 processors activated (13967.64 BogoMIPS)\n[ 0.568432] devtmpfs: initialized\n[ 0.571419] EVM: security.selinux\n[ 0.572815] EVM: security.ima\n[ 0.574105] EVM: security.capability\n[ 0.576269] atomic64 test passed for x86-64 platform with CX8 and with SSE\n[ 0.578405] pinctrl core: initialized pinctrl subsystem\n[ 0.580311] NET: Registered protocol family 16\n[ 0.582155] ACPI: bus type PCI registered\n[ 0.583664] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5\n[ 0.585781] PCI: Using configuration type 1 for base access\n[ 0.591074] ACPI: Added _OSI(Module Device)\n[ 0.592695] ACPI: Added _OSI(Processor Device)\n[ 0.594284] ACPI: Added _OSI(3.0 _SCP Extensions)\n[ 0.595927] ACPI: Added _OSI(Processor Aggregator Device)\n[ 0.598908] ACPI: Interpreter enabled\n[ 0.600361] ACPI: (supports S0 S5)\n[ 0.601740] ACPI: Using IOAPIC for interrupt routing\n[ 0.603431] PCI: Using host bridge windows from ACPI; if necessary, use \"pci=nocrs\" and report a bug\n[ 0.608446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])\n[ 0.610412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]\n[ 0.612491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM\n[ 0.614516] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.\n[ 0.618346] acpiphp: Slot [3] registered\n[ 0.619835] acpiphp: Slot [4] registered\n[ 0.621336] acpiphp: Slot [5] registered\n[ 0.622843] acpiphp: Slot [6] registered\n[ 0.624339] acpiphp: Slot [7] registered\n[ 0.625862] acpiphp: Slot [8] registered\n[ 0.627383] acpiphp: Slot [9] registered\n[ 0.628891] acpiphp: Slot [10] registered\n[ 0.630424] acpiphp: Slot [11] registered\n[ 0.631971] acpiphp: Slot [12] registered\n[ 0.633515] acpiphp: Slot [13] registered\n[ 0.635042] acpiphp: Slot [14] registered\n[ 0.636572] acpiphp: Slot [15] registered\n[ 0.638115] acpiphp: Slot [16] registered\n[ 0.639630] acpiphp: Slot [17] registered\n[ 0.641150] acpiphp: Slot [18] registered\n[ 0.642680] acpiphp: Slot [19] registered\n[ 0.644217] acpiphp: Slot [20] registered\n[ 0.645764] acpiphp: Slot [21] registered\n[ 0.647280] acpiphp: Slot [22] registered\n[ 0.648801] acpiphp: Slot [23] registered\n[ 0.650371] acpiphp: Slot [24] registered\n[ 0.651903] acpiphp: Slot [25] registered\n[ 0.653434] acpiphp: Slot [26] registered\n[ 0.654963] acpiphp: Slot [27] registered\n[ 0.656491] acpiphp: Slot [28] registered\n[ 0.658027] acpiphp: Slot [29] registered\n[ 0.659583] acpiphp: Slot [30] registered\n[ 0.661114] acpiphp: Slot [31] registered\n[ 0.662628] PCI host bridge to bus 0000:00\n[ 0.664152] pci_bus 0000:00: root bus resource [bus 00-ff]\n[ 0.665967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]\n[ 0.668044] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]\n[ 0.670133] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]\n[ 0.672933] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window]\n[ 0.675716] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window]\n[ 0.681321] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]\n[ 0.683516] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]\n[ 0.685568] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]\n[ 0.687745] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]\n[ 0.691981] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI\n[ 0.694742] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB\n[ 0.718684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)\n[ 0.721175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)\n[ 0.723883] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)\n[ 0.726274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)\n[ 0.728627] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)\n[ 0.730862] ACPI: Enabled 2 GPEs in block 00 to 0F\n[ 0.733146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none\n[ 0.736096] vgaarb: loaded\n[ 0.737328] vgaarb: bridge control possible 0000:00:02.0\n[ 0.739333] SCSI subsystem initialized\n[ 0.740841] ACPI: bus type USB registered\n[ 0.742390] usbcore: registered new interface driver usbfs\n[ 0.744292] usbcore: registered new interface driver hub\n[ 0.746186] usbcore: registered new device driver usb\n[ 0.748140] PCI: Using ACPI for IRQ routing\n[ 0.750076] NetLabel: Initializing\n[ 0.751453] NetLabel: domain hash size = 128\n[ 0.753028] NetLabel: protocols = UNLABELED CIPSOv4\n[ 0.754773] NetLabel: unlabeled traffic allowed by default\n[ 0.756760] Switched to clocksource kvm-clock\n[ 0.766713] pnp: PnP ACPI init\n[ 0.768029] ACPI: bus type PNP registered\n[ 0.770053] pnp: PnP ACPI: found 5 devices\n[ 0.772165] ACPI: bus type PNP unregistered\n[ 0.780663] NET: Registered protocol family 2\n[ 0.782590] TCP established hash table entries: 32768 (order: 6, 262144 bytes)\n[ 0.785886] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)\n[ 0.788374] TCP: Hash tables configured (established 32768 bind 32768)\n[ 0.790568] TCP: reno registered\n[ 0.791910] UDP hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.793889] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)\n[ 0.796283] NET: Registered protocol family 1\n[ 0.797890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers\n[ 0.799832] pci 0000:00:01.0: PIIX3: Enabling Passive Release\n[ 0.801710] pci 0000:00:01.0: Activating ISA DMA hang workarounds\n[ 0.822182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11\n[ 0.842392] Unpacking initramfs...\n[ 1.330311] Freeing initrd memory: 37508k freed\n[ 1.340046] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)\n[ 1.342174] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff]\n[ 1.346016] sha1_ssse3: Using AVX2 optimized SHA-1 implementation\n[ 1.348058] sha256_ssse3: Using AVX2 optimized SHA-256 implementation\n[ 1.350380] futex hash table entries: 512 (order: 3, 32768 bytes)\n[ 1.352390] Initialise system trusted keyring\n[ 1.353957] audit: initializing netlink socket (disabled)\n[ 1.355733] type=2000 audit(1535883290.829:1): initialized\n[ 1.372711] HugeTLB registered 1 GB page size, pre-allocated 0 pages\n[ 1.374762] HugeTLB registered 2 MB page size, pre-allocated 0 pages\n[ 1.377745] zpool: loaded\n[ 1.378961] zbud: loaded\n[ 1.380366] VFS: Disk quotas dquot_6.5.2\n[ 1.381927] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)\n[ 1.384198] msgmni has been set to 7578\n[ 1.385755] Key type big_key registered\n[ 1.388322] NET: Registered protocol family 38\n[ 1.389947] Key type asymmetric registered\n[ 1.391506] Asymmetric key parser 'x509' registered\n[ 1.393212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)\n[ 1.396038] io scheduler noop registered\n[ 1.397554] io scheduler deadline registered (default)\n[ 1.413200] io scheduler cfq registered\n[ 1.414812] pci_hotplug: PCI Hot Plug PCI Core version: 0.5\n[ 1.416702] pciehp: PCI Express Hot Plug Controller Driver version: 0.4\n[ 1.418897] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0\n[ 1.421725] ACPI: Power Button [PWRF]\n[ 1.423320] GHES: HEST is not enabled!\n[ 1.424905] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled\n[ 1.449191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A\n[ 1.451615] Non-volatile memory driver v1.3\n[ 1.453171] Linux agpgart interface v0.103\n[ 1.454882] crash memory driver: version 1.1\n[ 1.456527] rdac: device handler registered\n[ 1.458197] hp_sw: device handler registered\n[ 1.459811] emc: device handler registered\n[ 1.461342] alua: device handler registered\n[ 1.462907] libphy: Fixed MDIO Bus: probed\n[ 1.464605] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver\n[ 1.466718] ehci-pci: EHCI PCI platform driver\n[ 1.468361] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver\n[ 1.470392] ohci-pci: OHCI PCI platform driver\n[ 1.472045] uhci_hcd: USB Universal Host Controller Interface driver\n[ 1.492295] uhci_hcd 0000:00:01.2: UHCI Host Controller\n[ 1.494141] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1\n[ 1.496982] uhci_hcd 0000:00:01.2: detected 2 ports\n[ 1.498804] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080\n[ 1.500808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001\n[ 1.502966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1\n[ 1.505803] usb usb1: Product: UHCI Host Controller\n[ 1.507548] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd\n[ 1.509756] usb usb1: SerialNumber: 0000:00:01.2\n[ 1.511587] hub 1-0:1.0: USB hub found\n[ 1.513063] hub 1-0:1.0: 2 ports detected\n[ 1.514753] usbcore: registered new interface driver usbserial\n[ 1.516672] usbcore: registered new interface driver usbserial_generic\n[ 1.518771] usbserial: USB Serial support registered for generic\n[ 1.520754] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12\n[ 1.524470] serio: i8042 KBD port at 0x60,0x64 irq 1\n[ 1.526213] serio: i8042 AUX port at 0x60,0x64 irq 12\n[ 1.528065] mousedev: PS/2 mouse device common for all mice\n[ 1.530270] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1\n[ 1.534038] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2\n[ 1.537125] rtc_cmos 00:00: RTC can wake from S4\n[ 1.539245] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3\n[ 1.542396] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0\n[ 1.544506] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram\n[ 1.546616] cpuidle: using governor menu\n[ 1.548198] hidraw: raw HID events driver (C) Jiri Kosina\n[ 1.550135] usbcore: registered new interface driver usbhid\n[ 1.552006] usbhid: USB HID core driver\n[ 1.553529] drop_monitor: Initializing network drop monitor service\n[ 1.555594] TCP: cubic registered\n[ 1.556959] Initializing XFRM netlink socket\n[ 1.558589] NET: Registered protocol family 10\n[ 1.560442] NET: Registered protocol family 17\n[ 1.562202] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.564069] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1\n[ 1.565975] microcode: Microcode Update Driver: v2.01 , Peter Oruba\n[ 1.569100] Loading compiled-in X.509 certificates\n[ 1.570797] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'\n[ 1.573992] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'\n[ 1.577633] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106'\n[ 1.580880] registered taskstats version 1\n[ 1.584400] Key type trusted registered\n[ 1.587182] Key type encrypted registered\n[ 1.589956] IMA: No TPM chip found, activating TPM-bypass!\n[ 1.592227] rtc_cmos 00:00: setting system clock to 2018-09-02 10:14:51 UTC (1535883291)\n[ 1.595942] Freeing unused kernel memory: 1680k freed\n[ 1.602309] 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.607979] systemd[1]: Detected virtualization kvm.\n[ 1.609709] systemd[1]: Detected architecture x86-64.\n[ 1.611438] systemd[1]: Running in initial RAM disk.\n\nWelcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m!\n\n[ 1.614711] systemd[1]: No hostname configured.\n[ 1.616355] systemd[1]: Set hostname to .\n[ 1.618143] systemd[1]: Initializing machine ID from KVM UUID.\n[[32m OK [0m] Reached target Timers.\n[ 1.643111] systemd[1]: Reached target Timers.\n[ 1.644743] systemd[1]: Starting Timers.\n[[32m OK [0m] Created slice Root Slice.\n[ 1.647434] systemd[1]: Created slice Root Slice.\n[ 1.649114] systemd[1]: Starting Root Slice.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[ 1.651860] systemd[1]: Listening on udev Kernel Socket.\n[ 1.653663] systemd[1]: Starting udev Kernel Socket.\n[[32m OK [0m] Listening on Journal Socket.\n[ 1.656509] systemd[1]: Listening on Journal Socket.\n[ 1.658259] systemd[1]: Starting Journal Socket.\n[[32m OK [0m] Created slice System Slice.\n[ 1.661040] systemd[1]: Created slice System Slice.\n[ 1.662766] systemd[1]: Starting System Slice.\n[ 1.664800] systemd[1]: Starting Journal Service...\n Starting Journal Service...\n[[32m OK [0m] Reached target Slices.\n[ 1.668545] systemd[1]: Reached target Slices.\n[ 1.670191] systemd[1]: Starting Slices.\n[[32m OK [0m] Listening on udev Control Socket.\n[ 1.672931] systemd[1]: Listening on udev Control Socket.\n[ 1.674744] systemd[1]: Starting udev Control Socket.\n[ 1.676863] 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] Reached target Sockets.\n[ 1.683082] systemd[1]: Reached target Sockets.\n[ 1.684735] systemd[1]: Starting Sockets.\n[[32m OK [0m] Reached target Swap.\n[ 1.687113] systemd[1]: Reached target Swap.\n[ 1.688712] systemd[1]: Starting Swap.\n[ 1.690524] systemd[1]: Starting dracut cmdline hook...\n Starting dracut cmdline hook...\n[ 1.693634] systemd[1]: Starting Apply Kernel Variables...\n Starting Apply Kernel Variables...\n[ 1.696824] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.\n[ 1.700110] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.\n[[32m OK [0m] Reached target Paths.\n[ 1.704034] systemd[1]: Reached target Paths.\n[ 1.705665] systemd[1]: Starting Paths.\n[[32m OK [0m] Reached target Local File Systems.\n[ 1.708352] systemd[1]: Reached target Local File Systems.\n[ 1.710189] systemd[1]: Starting Local File Systems.\n[[32m OK [0m] Started Journal Service.\n[ 1.713183] 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.765220] RPC: Registered named UNIX socket transport module.\n[ 1.767218] RPC: Registered udp transport module.\n[ 1.768891] RPC: Registered tcp transport module.\n[ 1.770551] RPC: Registered tcp NFSv4.1 backchannel transport module.\n[ 1.816782] 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.869175] FDC 0 is a S82078B\n[ 1.902560] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10\n[ 1.942483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10\n[ 1.945876] scsi host0: ata_piix\n[ 1.947378] scsi host1: ata_piix\n[ 1.948774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14\n[ 1.950856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15\n[ 1.955889] vda: vda1\n[ 1.969422] usb 1-1: New USB device found, idVendor=0627, idProduct=0001\n[ 1.971561] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5\n[ 1.973723] usb 1-1: Product: QEMU USB Tablet\n[ 1.975305] usb 1-1: Manufacturer: QEMU\n[ 1.976817] usb 1-1: SerialNumber: 42\n[ 1.986612] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4\n[ 1.990868] 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.124137] SGI XFS with ACLs, security attributes, no debug enabled\n[ 2.127394] XFS (vda1): Mounting V4 Filesystem\n[ 2.151594] 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] [ 2.345821] tsc: Refined TSC clocksource calibration: 3491.871 MHz\nStopped 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 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[[32m OK [0m] Stopped Apply Kernel Variables.\n Stopping Apply Kernel Variables...\n[[32m OK [0m] Stopped target Swap.\n[[32m OK [0m] Stopped target Local File Systems.\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 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.389200] systemd-journald[104]: Received SIGTERM from PID 1 (systemd).\n[ 2.477877] SELinux: Disabled at runtime.\n[ 2.514781] type=1404 audit(1535883292.422:2): selinux=0 auid=4294967295 ses=4294967295\n[ 2.543310] ip_tables: (C) 2000-2006 Netfilter Core Team\n[ 2.545112] 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 Encrypted Volumes.\n[[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point.\n Starting Create list of required st... nodes for the current kernel...\n[[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe.\n[[32m OK [0m] Listening on udev Kernel Socket.\n[[32m OK [0m] Created slice User and Session Slice.\n Mounting Huge Pages File System...\n[[32m OK [0m] Reached target Slices.\n[[32m OK [0m] Created slice system-serial\\x2dgetty.slice.\n Mounting Debug File System...\n[[32m OK [0m] Listening on udev Control Socket.\n Mounting NFSD configuration filesystem...\n[[32m OK [0m] Created slice system-getty.slice.\n Mounting POSIX Message Queue File System...\n[[32m OK [0m] Stopped Journal Service.\n Starting Journal Service...\n[[32m OK [0m] Created slice system-selinux\\x2dpol...grate\\x2dlocal\\x2dchanges.slice.\n[[32m OK [0m] Reached target Swap.\n[[32m OK [0m] Listening on Delayed Shutdown Socket.\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] Stopped File System Check on Root Device.\n Stopping File System Check on Root Device...\n Starting Remount Root and Kernel File Systems...\n Starting Apply Kernel Variables...\n Starting Setup Virtual Console...\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] 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 Remount Root and Kernel File Systems.\n Starting Load/Save Random Seed...\n Starting Rebuild Hardware Database...\n Starting Configure read-only root support...\n[[32m OK [0m] Started Journal Service.\n[[32m OK [0m] Started Load/Save Random Seed.\n Starting Flush Journal to Persistent Storage...\n[[32m OK [0m] Started Create Static Device Nodes in /dev.\n Starting udev Kernel Device Manager...\n[ 2.790495] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n[[32m OK [0m] Reached target Local File Systems (Pre).\n[[32m OK [0m] Mounted NFSD configuration filesystem.\n[[32m OK [0m] Started Configure read-only root support.\n[ 2.855584] systemd-journald[389]: Received request to flush runtime journal from PID 1\n[[32m OK [0m] Reached target Local File Systems.\n Starting Rebuild Journal Catalog...\n Starting Mark the need to relabel after reboot...\n Starting Import network configuration from initramfs...\n Starting Preprocess NFS configuration...\n[[32m OK [0m] Started udev Kernel Device Manager.\n[[32m OK [0m] Started Flush Journal to Persistent Storage.\n[[32m OK [0m] Started Mark the need to relabel after reboot.\n[[32m OK [0m] Started Rebuild Journal Catalog.\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 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[ 2.988150] type=1305 audit(1535883292.895:3): audit_pid=440 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] Listening on RPCbind Server Activation Socket.\n[[32m OK [0m] Reached target Paths.\n[[32m OK [0m] Reached target Timers.\n[[32m OK [0m] Listening on D-Bus System Message Bus Socket.[ 3.116254] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0\n\n[ 3.125405] [drm] Initialized drm 1.1.0 20060810\n[[32m OK [0m] Reached target Sockets.[ 3.130486] input: PC Speaker as /devices/platform/pcspkr/input/input5\n\n[[32m OK [0m] Reached target Basic System.\n Starting Authorization Manager...\n Starting Initial cloud-init job (pre-networking)...\n Starting LSB: Bring up/down networking...\n Starting NTP client/server...\n[ 3.158335] [TTM] Zone kernel: Available graphics memory: 1940960 kiB\n[ 3.160337] [TTM] Initializing pool allocator\n[ 3.160350] [TTM] Initializing DMA pool allocator\n[ 3.160574] [drm] fb mappable at 0xFC000000\n[ 3.160574] [drm] vram aper at 0xFC000000\n[ 3.160574] [drm] size 33554432\n[ 3.160575] [drm] fb depth is 24\n[ 3.160575] [drm] pitch is 3072\n[ 3.162125] ppdev: user-space parallel port driver\n[ 3.169114] fbcon: cirrusdrmfb (fb0) is primary device\n[ 3.195998] Console: switching to colour frame buffer device 128x48\n[ 3.210584] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device\n[[32m OK [0m] Started irqbalance daemon.\n Starting irqbalance daemon...\n Starting GSSAPI Proxy Daemon...[ 3.217905] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0\n\n Starting Dump dmesg to /var/log/dmesg...\n Starting Login Service...\n[[32m OK [0m] Started D-Bus System Message Bus.\n Starting D-Bus System Message Bus...\n[[32m OK [0m] Started Dump dmesg to /var/log/dmesg.\n[[32m OK [0m] Found device /dev/ttyS0.\n[[32m OK [0m] Started GSSAPI Proxy Daemon.\n[[32m OK [0m] Started NTP client/server.\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.319573] AES CTR mode by8 optimization enabled\n[[32m OK [0m] Started Authorization Manager.\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.350332] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)\n[ 3.358049] alg: No test for crc32 (crc32-pclmul)\n[ 3.362577] intel_rapl: no valid rapl domains found in package 0\n[ 3.385913] intel_powerclamp: No package C-state available\n[ 3.393561] intel_powerclamp: No package C-state available[ 3.291701] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 10:14:53 +0000. Up 3.26 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 PostgreSQL 9.5 database server...\n Starting Notify NFS peers of a restart...\n Starting OpenSSH server daemon...\n Starting Postfix Mail Transport Agent...\n Starting Initial cloud-init job (metadata service crawler)...\n Starting Dynamic System Tuning Daemon...\n Starting nginx - high performance web server...\n Starting System Logging Service...\n[[32m OK [0m] Reached target Network is Online.\n[[32m OK [0m] Started Cloudify REST Service.\n Starting Cloudify REST Service...\n[[32m OK [0m] Started InfluxDB Service.\n Starting InfluxDB Service...\n Starting RabbitMQ Service...\n Starting Crash recovery kernel arming...\n[[32m OK [0m] Started Cloudify Stage Service.\n Starting Cloudify Stage Service...\n Starting LSB: Starts Logstash as a daemon....\n Starting LSB: Supports the direct execution of binary formats....\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[[32m OK [0m] Started nginx - high performance web server.\n Mounting Arbitrary Executable File Formats File System...\n[[32m OK [0m] Started System Logging Service.\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[[32m OK [0m] Started Dynamic System Tuning Daemon.\n[ 5.707820] cloud-init[797]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 10:14:56 +0000. Up 5.62 seconds.\n[ 5.732046] cloud-init[797]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++\n[ 5.734017] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.735765] cloud-init[797]: ci-info: | Device | Up | Address | Mask | Hw-Address |\n[ 5.741018] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.748443] cloud-init[797]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . |\n[ 5.756554] cloud-init[797]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:e7:2a:68 |\n[ 5.762832] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+\n[ 5.767062] cloud-init[797]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++\n[ 5.776081] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.782992] cloud-init[797]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags |\n[ 5.792438] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\n[ 5.807807] cloud-init[797]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG |\n[ 5.809915] cloud-init[797]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH |\n[ 5.811953] cloud-init[797]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U |\n[ 5.813996] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+\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.415365] cloud-init[3250]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 10:15:00 +0000. Up 10.36 seconds.\n[ 10.704655] cloud-init[3473]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 10:15:01 +0000. Up 10.65 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 | c9:bf:45:95:eb:66:4e:15:ae:61:81:e9:71:66:b7:f4 | - | 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.777945] cloud-init[3473]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 10:15:01 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.77 seconds\n"} 2018-09-02 10:15:04,127 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228/action used request id req-37605bdf-343c-4f83-ae0a-5c40e5a5af71 2018-09-02 10:15:04,127 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.servers.action in 0.0747230052948s 2018-09-02 10:15:04,128 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228/action used request id req-37605bdf-343c-4f83-ae0a-5c40e5a5af71 2018-09-02 10:15:04,129 - 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 2001051619 cycles [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x13fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009efff] [ 0.000000] node 0: [mem 0x00100000-0xbffdbfff] [ 0.000000] node 0: [mem 0x100000000-0x13fffffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xbffdc000-0xbfffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xfeffbfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfeffc000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xfffbffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff] [ 0.000000] e820: [mem 0xc0000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88013fc00000 s96728 r8192 d30248 u1048576 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 13fc0f3c0 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1032037 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.16.1.el7.x86_64 root=UUID=f13d84b4-c756-4d89-9d5e-6b534397aa14 ro console=tty0 console=ttyS0,115200n8 crashkernel=auto console=ttyS0,115200 LANG=en_US.UTF-8 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100 [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form [ 0.000000] Memory: 3842704k/5242880k available (6767k kernel code, 1049112k absent, 351064k reserved, 4430k data, 1680k init) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2. [ 0.000000] NR_IRQS:327936 nr_irqs:440 0 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] console [ttyS0] enabled [ 0.000000] allocated 16777216 bytes of page_cgroup [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups [ 0.000000] tsc: Detected 3491.910 MHz processor [ 0.432451] Calibrating delay loop (skipped) preset value.. 6983.82 BogoMIPS (lpj=3491910) [ 0.435561] pid_max: default: 32768 minimum: 301 [ 0.437280] Security Framework initialized [ 0.438861] SELinux: Initializing. [ 0.440565] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.447119] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.451234] Mount-cache hash table entries: 4096 [ 0.453231] Initializing cgroup subsys memory [ 0.454870] Initializing cgroup subsys devices [ 0.456496] Initializing cgroup subsys freezer [ 0.458103] Initializing cgroup subsys net_cls [ 0.459696] Initializing cgroup subsys blkio [ 0.461251] Initializing cgroup subsys perf_event [ 0.462944] Initializing cgroup subsys hugetlb [ 0.464579] Initializing cgroup subsys pids [ 0.466130] Initializing cgroup subsys net_prio [ 0.467854] CPU: Physical Processor ID: 0 [ 0.470121] mce: CPU supports 10 MCE banks [ 0.471701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.473481] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.475276] tlb_flushall_shift: 6 [ 0.476863] Freeing SMP alternatives: 28k freed [ 0.481138] ACPI: Core revision 20130517 [ 0.483107] ACPI: All ACPI Tables successfully acquired [ 0.485148] ftrace: allocating 25812 entries in 101 pages [ 0.507166] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.509269] smpboot: APIC(1) Converting physical 1 to logical package 1 [ 0.511377] smpboot: Max logical packages: 2 [ 0.513259] Enabling x2apic [ 0.514538] Enabled x2apic [ 0.516081] Switched APIC routing to physical x2apic. [ 0.519219] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.521256] smpboot: CPU0: Intel Core Processor (Haswell, no TSX) (fam: 06, model: 3c, stepping: 01) [ 0.524880] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only. [ 0.533889] KVM setup paravirtual spinlock [ 0.536714] smpboot: Booting Node 0, Processors #1 OK [ 0.538875] kvm-clock: cpu 1, msr 1:3ff87041, secondary cpu clock [ 0.560973] Brought up 2 CPUs [ 0.560976] KVM setup async PF for cpu 1 [ 0.560979] kvm-stealtime: cpu 1, msr 13fd0f3c0 [ 0.565397] smpboot: Total of 2 processors activated (13967.64 BogoMIPS) [ 0.568432] devtmpfs: initialized [ 0.571419] EVM: security.selinux [ 0.572815] EVM: security.ima [ 0.574105] EVM: security.capability [ 0.576269] atomic64 test passed for x86-64 platform with CX8 and with SSE [ 0.578405] pinctrl core: initialized pinctrl subsystem [ 0.580311] NET: Registered protocol family 16 [ 0.582155] ACPI: bus type PCI registered [ 0.583664] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.585781] PCI: Using configuration type 1 for base access [ 0.591074] ACPI: Added _OSI(Module Device) [ 0.592695] ACPI: Added _OSI(Processor Device) [ 0.594284] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.595927] ACPI: Added _OSI(Processor Aggregator Device) [ 0.598908] ACPI: Interpreter enabled [ 0.600361] ACPI: (supports S0 S5) [ 0.601740] ACPI: Using IOAPIC for interrupt routing [ 0.603431] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.608446] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.610412] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.612491] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.614516] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.618346] acpiphp: Slot [3] registered [ 0.619835] acpiphp: Slot [4] registered [ 0.621336] acpiphp: Slot [5] registered [ 0.622843] acpiphp: Slot [6] registered [ 0.624339] acpiphp: Slot [7] registered [ 0.625862] acpiphp: Slot [8] registered [ 0.627383] acpiphp: Slot [9] registered [ 0.628891] acpiphp: Slot [10] registered [ 0.630424] acpiphp: Slot [11] registered [ 0.631971] acpiphp: Slot [12] registered [ 0.633515] acpiphp: Slot [13] registered [ 0.635042] acpiphp: Slot [14] registered [ 0.636572] acpiphp: Slot [15] registered [ 0.638115] acpiphp: Slot [16] registered [ 0.639630] acpiphp: Slot [17] registered [ 0.641150] acpiphp: Slot [18] registered [ 0.642680] acpiphp: Slot [19] registered [ 0.644217] acpiphp: Slot [20] registered [ 0.645764] acpiphp: Slot [21] registered [ 0.647280] acpiphp: Slot [22] registered [ 0.648801] acpiphp: Slot [23] registered [ 0.650371] acpiphp: Slot [24] registered [ 0.651903] acpiphp: Slot [25] registered [ 0.653434] acpiphp: Slot [26] registered [ 0.654963] acpiphp: Slot [27] registered [ 0.656491] acpiphp: Slot [28] registered [ 0.658027] acpiphp: Slot [29] registered [ 0.659583] acpiphp: Slot [30] registered [ 0.661114] acpiphp: Slot [31] registered [ 0.662628] PCI host bridge to bus 0000:00 [ 0.664152] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.665967] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.668044] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.670133] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.672933] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff window] [ 0.675716] pci_bus 0000:00: root bus resource [mem 0x140000000-0x1bfffffff window] [ 0.681321] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.683516] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.685568] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.687745] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.691981] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.694742] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.718684] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.721175] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.723883] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.726274] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.728627] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.730862] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.733146] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.736096] vgaarb: loaded [ 0.737328] vgaarb: bridge control possible 0000:00:02.0 [ 0.739333] SCSI subsystem initialized [ 0.740841] ACPI: bus type USB registered [ 0.742390] usbcore: registered new interface driver usbfs [ 0.744292] usbcore: registered new interface driver hub [ 0.746186] usbcore: registered new device driver usb [ 0.748140] PCI: Using ACPI for IRQ routing [ 0.750076] NetLabel: Initializing [ 0.751453] NetLabel: domain hash size = 128 [ 0.753028] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.754773] NetLabel: unlabeled traffic allowed by default [ 0.756760] Switched to clocksource kvm-clock [ 0.766713] pnp: PnP ACPI init [ 0.768029] ACPI: bus type PNP registered [ 0.770053] pnp: PnP ACPI: found 5 devices [ 0.772165] ACPI: bus type PNP unregistered [ 0.780663] NET: Registered protocol family 2 [ 0.782590] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.785886] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.788374] TCP: Hash tables configured (established 32768 bind 32768) [ 0.790568] TCP: reno registered [ 0.791910] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.793889] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.796283] NET: Registered protocol family 1 [ 0.797890] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.799832] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.801710] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.822182] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 [ 0.842392] Unpacking initramfs... [ 1.330311] Freeing initrd memory: 37508k freed [ 1.340046] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.342174] software IO TLB [mem 0xbbfdc000-0xbffdc000] (64MB) mapped at [ffff8800bbfdc000-ffff8800bffdbfff] [ 1.346016] sha1_ssse3: Using AVX2 optimized SHA-1 implementation [ 1.348058] sha256_ssse3: Using AVX2 optimized SHA-256 implementation [ 1.350380] futex hash table entries: 512 (order: 3, 32768 bytes) [ 1.352390] Initialise system trusted keyring [ 1.353957] audit: initializing netlink socket (disabled) [ 1.355733] type=2000 audit(1535883290.829:1): initialized [ 1.372711] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.374762] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.377745] zpool: loaded [ 1.378961] zbud: loaded [ 1.380366] VFS: Disk quotas dquot_6.5.2 [ 1.381927] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.384198] msgmni has been set to 7578 [ 1.385755] Key type big_key registered [ 1.388322] NET: Registered protocol family 38 [ 1.389947] Key type asymmetric registered [ 1.391506] Asymmetric key parser 'x509' registered [ 1.393212] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.396038] io scheduler noop registered [ 1.397554] io scheduler deadline registered (default) [ 1.413200] io scheduler cfq registered [ 1.414812] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.416702] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.418897] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 1.421725] ACPI: Power Button [PWRF] [ 1.423320] GHES: HEST is not enabled! [ 1.424905] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.449191] 00:04: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A [ 1.451615] Non-volatile memory driver v1.3 [ 1.453171] Linux agpgart interface v0.103 [ 1.454882] crash memory driver: version 1.1 [ 1.456527] rdac: device handler registered [ 1.458197] hp_sw: device handler registered [ 1.459811] emc: device handler registered [ 1.461342] alua: device handler registered [ 1.462907] libphy: Fixed MDIO Bus: probed [ 1.464605] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.466718] ehci-pci: EHCI PCI platform driver [ 1.468361] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.470392] ohci-pci: OHCI PCI platform driver [ 1.472045] uhci_hcd: USB Universal Host Controller Interface driver [ 1.492295] uhci_hcd 0000:00:01.2: UHCI Host Controller [ 1.494141] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 [ 1.496982] uhci_hcd 0000:00:01.2: detected 2 ports [ 1.498804] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 [ 1.500808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.502966] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.505803] usb usb1: Product: UHCI Host Controller [ 1.507548] usb usb1: Manufacturer: Linux 3.10.0-514.16.1.el7.x86_64 uhci_hcd [ 1.509756] usb usb1: SerialNumber: 0000:00:01.2 [ 1.511587] hub 1-0:1.0: USB hub found [ 1.513063] hub 1-0:1.0: 2 ports detected [ 1.514753] usbcore: registered new interface driver usbserial [ 1.516672] usbcore: registered new interface driver usbserial_generic [ 1.518771] usbserial: USB Serial support registered for generic [ 1.520754] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 1.524470] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.526213] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.528065] mousedev: PS/2 mouse device common for all mice [ 1.530270] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 1.534038] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input2 [ 1.537125] rtc_cmos 00:00: RTC can wake from S4 [ 1.539245] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 1.542396] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 1.544506] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram [ 1.546616] cpuidle: using governor menu [ 1.548198] hidraw: raw HID events driver (C) Jiri Kosina [ 1.550135] usbcore: registered new interface driver usbhid [ 1.552006] usbhid: USB HID core driver [ 1.553529] drop_monitor: Initializing network drop monitor service [ 1.555594] TCP: cubic registered [ 1.556959] Initializing XFRM netlink socket [ 1.558589] NET: Registered protocol family 10 [ 1.560442] NET: Registered protocol family 17 [ 1.562202] microcode: CPU0 sig=0x306c1, pf=0x1, revision=0x1 [ 1.564069] microcode: CPU1 sig=0x306c1, pf=0x1, revision=0x1 [ 1.565975] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 1.569100] Loading compiled-in X.509 certificates [ 1.570797] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717' [ 1.573992] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b' [ 1.577633] Loaded X.509 cert 'CentOS Linux kernel signing key: 3fe1eb8b4f91d484cd55448454a024de5634e106' [ 1.580880] registered taskstats version 1 [ 1.584400] Key type trusted registered [ 1.587182] Key type encrypted registered [ 1.589956] IMA: No TPM chip found, activating TPM-bypass! [ 1.592227] rtc_cmos 00:00: setting system clock to 2018-09-02 10:14:51 UTC (1535883291) [ 1.595942] Freeing unused kernel memory: 1680k freed [ 1.602309] 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.607979] systemd[1]: Detected virtualization kvm. [ 1.609709] systemd[1]: Detected architecture x86-64. [ 1.611438] systemd[1]: Running in initial RAM disk. Welcome to [0;34mCentOS Linux 7 (Core) dracut-033-463.el7 (Initramfs)[0m! [ 1.614711] systemd[1]: No hostname configured. [ 1.616355] systemd[1]: Set hostname to . [ 1.618143] systemd[1]: Initializing machine ID from KVM UUID. [[32m OK [0m] Reached target Timers. [ 1.643111] systemd[1]: Reached target Timers. [ 1.644743] systemd[1]: Starting Timers. [[32m OK [0m] Created slice Root Slice. [ 1.647434] systemd[1]: Created slice Root Slice. [ 1.649114] systemd[1]: Starting Root Slice. [[32m OK [0m] Listening on udev Kernel Socket. [ 1.651860] systemd[1]: Listening on udev Kernel Socket. [ 1.653663] systemd[1]: Starting udev Kernel Socket. [[32m OK [0m] Listening on Journal Socket. [ 1.656509] systemd[1]: Listening on Journal Socket. [ 1.658259] systemd[1]: Starting Journal Socket. [[32m OK [0m] Created slice System Slice. [ 1.661040] systemd[1]: Created slice System Slice. [ 1.662766] systemd[1]: Starting System Slice. [ 1.664800] systemd[1]: Starting Journal Service... Starting Journal Service... [[32m OK [0m] Reached target Slices. [ 1.668545] systemd[1]: Reached target Slices. [ 1.670191] systemd[1]: Starting Slices. [[32m OK [0m] Listening on udev Control Socket. [ 1.672931] systemd[1]: Listening on udev Control Socket. [ 1.674744] systemd[1]: Starting udev Control Socket. [ 1.676863] 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] Reached target Sockets. [ 1.683082] systemd[1]: Reached target Sockets. [ 1.684735] systemd[1]: Starting Sockets. [[32m OK [0m] Reached target Swap. [ 1.687113] systemd[1]: Reached target Swap. [ 1.688712] systemd[1]: Starting Swap. [ 1.690524] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.693634] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.696824] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ 1.700110] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch. [[32m OK [0m] Reached target Paths. [ 1.704034] systemd[1]: Reached target Paths. [ 1.705665] systemd[1]: Starting Paths. [[32m OK [0m] Reached target Local File Systems. [ 1.708352] systemd[1]: Reached target Local File Systems. [ 1.710189] systemd[1]: Starting Local File Systems. [[32m OK [0m] Started Journal Service. [ 1.713183] 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.765220] RPC: Registered named UNIX socket transport module. [ 1.767218] RPC: Registered udp transport module. [ 1.768891] RPC: Registered tcp transport module. [ 1.770551] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.816782] 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.869175] FDC 0 is a S82078B [ 1.902560] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 [ 1.942483] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 [ 1.945876] scsi host0: ata_piix [ 1.947378] scsi host1: ata_piix [ 1.948774] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0c0 irq 14 [ 1.950856] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0c8 irq 15 [ 1.955889] vda: vda1 [ 1.969422] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 [ 1.971561] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 [ 1.973723] usb 1-1: Product: QEMU USB Tablet [ 1.975305] usb 1-1: Manufacturer: QEMU [ 1.976817] usb 1-1: SerialNumber: 42 [ 1.986612] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input4 [ 1.990868] 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.124137] SGI XFS with ACLs, security attributes, no debug enabled [ 2.127394] XFS (vda1): Mounting V4 Filesystem [ 2.151594] 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] [ 2.345821] tsc: Refined TSC clocksource calibration: 3491.871 MHz 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 udev Coldplug all Devices. Stopping udev Coldplug all Devices... [[32m OK [0m] Stopped dracut pre-trigger hook. Stopping dracut pre-trigger hook... [[32m OK [0m] Stopped Apply Kernel Variables. Stopping Apply Kernel Variables... [[32m OK [0m] Stopped target Swap. [[32m OK [0m] Stopped target Local File Systems. 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. Starting Cleanup udevd DB... [[32m OK [0m] Started Cleanup udevd DB. [[32m OK [0m] Reached target Switch Root. Starting Switch Root... [ 2.389200] systemd-journald[104]: Received SIGTERM from PID 1 (systemd). [ 2.477877] SELinux: Disabled at runtime. [ 2.514781] type=1404 audit(1535883292.422:2): selinux=0 auid=4294967295 ses=4294967295 [ 2.543310] ip_tables: (C) 2000-2006 Netfilter Core Team [ 2.545112] 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 Encrypted Volumes. [[32m OK [0m] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Create list of required st... nodes for the current kernel... [[32m OK [0m] Listening on /dev/initctl Compatibility Named Pipe. [[32m OK [0m] Listening on udev Kernel Socket. [[32m OK [0m] Created slice User and Session Slice. Mounting Huge Pages File System... [[32m OK [0m] Reached target Slices. [[32m OK [0m] Created slice system-serial\x2dgetty.slice. Mounting Debug File System... [[32m OK [0m] Listening on udev Control Socket. Mounting NFSD configuration filesystem... [[32m OK [0m] Created slice system-getty.slice. Mounting POSIX Message Queue File System... [[32m OK [0m] Stopped Journal Service. Starting Journal Service... [[32m OK [0m] Created slice system-selinux\x2dpol...grate\x2dlocal\x2dchanges.slice. [[32m OK [0m] Reached target Swap. [[32m OK [0m] Listening on Delayed Shutdown Socket. [[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] Stopped File System Check on Root Device. Stopping File System Check on Root Device... Starting Remount Root and Kernel File Systems... Starting Apply Kernel Variables... Starting Setup Virtual Console... [[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] 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 Remount Root and Kernel File Systems. Starting Load/Save Random Seed... Starting Rebuild Hardware Database... Starting Configure read-only root support... [[32m OK [0m] Started Journal Service. [[32m OK [0m] Started Load/Save Random Seed. Starting Flush Journal to Persistent Storage... [[32m OK [0m] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ 2.790495] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [[32m OK [0m] Reached target Local File Systems (Pre). [[32m OK [0m] Mounted NFSD configuration filesystem. [[32m OK [0m] Started Configure read-only root support. [ 2.855584] systemd-journald[389]: Received request to flush runtime journal from PID 1 [[32m OK [0m] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Mark the need to relabel after reboot... Starting Import network configuration from initramfs... Starting Preprocess NFS configuration... [[32m OK [0m] Started udev Kernel Device Manager. [[32m OK [0m] Started Flush Journal to Persistent Storage. [[32m OK [0m] Started Mark the need to relabel after reboot. [[32m OK [0m] Started Rebuild Journal Catalog. [[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 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. [ 2.988150] type=1305 audit(1535883292.895:3): audit_pid=440 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] Listening on RPCbind Server Activation Socket. [[32m OK [0m] Reached target Paths. [[32m OK [0m] Reached target Timers. [[32m OK [0m] Listening on D-Bus System Message Bus Socket.[ 3.116254] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 3.125405] [drm] Initialized drm 1.1.0 20060810 [[32m OK [0m] Reached target Sockets.[ 3.130486] input: PC Speaker as /devices/platform/pcspkr/input/input5 [[32m OK [0m] Reached target Basic System. Starting Authorization Manager... Starting Initial cloud-init job (pre-networking)... Starting LSB: Bring up/down networking... Starting NTP client/server... [ 3.158335] [TTM] Zone kernel: Available graphics memory: 1940960 kiB [ 3.160337] [TTM] Initializing pool allocator [ 3.160350] [TTM] Initializing DMA pool allocator [ 3.160574] [drm] fb mappable at 0xFC000000 [ 3.160574] [drm] vram aper at 0xFC000000 [ 3.160574] [drm] size 33554432 [ 3.160575] [drm] fb depth is 24 [ 3.160575] [drm] pitch is 3072 [ 3.162125] ppdev: user-space parallel port driver [ 3.169114] fbcon: cirrusdrmfb (fb0) is primary device [ 3.195998] Console: switching to colour frame buffer device 128x48 [ 3.210584] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device [[32m OK [0m] Started irqbalance daemon. Starting irqbalance daemon... Starting GSSAPI Proxy Daemon...[ 3.217905] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0 Starting Dump dmesg to /var/log/dmesg... Starting Login Service... [[32m OK [0m] Started D-Bus System Message Bus. Starting D-Bus System Message Bus... [[32m OK [0m] Started Dump dmesg to /var/log/dmesg. [[32m OK [0m] Found device /dev/ttyS0. [[32m OK [0m] Started GSSAPI Proxy Daemon. [[32m OK [0m] Started NTP client/server. [[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.319573] AES CTR mode by8 optimization enabled [[32m OK [0m] Started Authorization Manager. [[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.350332] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni) [ 3.358049] alg: No test for crc32 (crc32-pclmul) [ 3.362577] intel_rapl: no valid rapl domains found in package 0 [ 3.385913] intel_powerclamp: No package C-state available [ 3.393561] intel_powerclamp: No package C-state available[ 3.291701] cloud-init[477]: Cloud-init v. 0.7.5 running 'init-local' at Sun, 02 Sep 2018 10:14:53 +0000. Up 3.26 seconds. [[32m OK [0m] Started Initial cloud-init job (pre-networking). [[32m OK [0m] Started LSB: Bring up/down networking. [[32m OK [0m] Reached target Network. Starting PostgreSQL 9.5 database server... Starting Notify NFS peers of a restart... Starting OpenSSH server daemon... Starting Postfix Mail Transport Agent... Starting Initial cloud-init job (metadata service crawler)... Starting Dynamic System Tuning Daemon... Starting nginx - high performance web server... Starting System Logging Service... [[32m OK [0m] Reached target Network is Online. [[32m OK [0m] Started Cloudify REST Service. Starting Cloudify REST Service... [[32m OK [0m] Started InfluxDB Service. Starting InfluxDB Service... Starting RabbitMQ Service... Starting Crash recovery kernel arming... [[32m OK [0m] Started Cloudify Stage Service. Starting Cloudify Stage Service... Starting LSB: Starts Logstash as a daemon.... Starting LSB: Supports the direct execution of binary formats.... [[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.. [[32m OK [0m] Started nginx - high performance web server. Mounting Arbitrary Executable File Formats File System... [[32m OK [0m] Started System Logging Service. [[32m OK [0m] Mounted Arbitrary Executable File Formats File System. [[32m OK [0m] Started LSB: Supports the direct execution of binary formats.. [[32m OK [0m] Created slice user-993.slice. [[32m OK [0m] Started Dynamic System Tuning Daemon. [ 5.707820] cloud-init[797]: Cloud-init v. 0.7.5 running 'init' at Sun, 02 Sep 2018 10:14:56 +0000. Up 5.62 seconds. [ 5.732046] cloud-init[797]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ [ 5.734017] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.735765] cloud-init[797]: ci-info: | Device | Up | Address | Mask | Hw-Address | [ 5.741018] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.748443] cloud-init[797]: ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | [ 5.756554] cloud-init[797]: ci-info: | eth0: | True | 192.168.120.10 | 255.255.255.0 | fa:16:3e:e7:2a:68 | [ 5.762832] cloud-init[797]: ci-info: +--------+------+----------------+---------------+-------------------+ [ 5.767062] cloud-init[797]: ci-info: +++++++++++++++++++++++++++++++++++Route info++++++++++++++++++++++++++++++++++++ [ 5.776081] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.782992] cloud-init[797]: ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | [ 5.792438] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [ 5.807807] cloud-init[797]: ci-info: | 0 | 0.0.0.0 | 192.168.120.1 | 0.0.0.0 | eth0 | UG | [ 5.809915] cloud-init[797]: ci-info: | 1 | 169.254.169.254 | 192.168.120.1 | 255.255.255.255 | eth0 | UGH | [ 5.811953] cloud-init[797]: ci-info: | 2 | 192.168.120.0 | 0.0.0.0 | 255.255.255.0 | eth0 | U | [ 5.813996] cloud-init[797]: ci-info: +-------+-----------------+---------------+-----------------+-----------+-------+ [[32m OK [0m] Started Postfix Mail Transport Agent. [[32m OK [0m] Started PostgreSQL 9.5 database server. CentOS Linux 7 (Core) Kernel 3.10.0-514.16.1.el7.x86_64 on an x86_64 cloudify login: [ 10.415365] cloud-init[3250]: Cloud-init v. 0.7.5 running 'modules:config' at Sun, 02 Sep 2018 10:15:00 +0000. Up 10.36 seconds. [ 10.704655] cloud-init[3473]: Cloud-init v. 0.7.5 running 'modules:final' at Sun, 02 Sep 2018 10:15:01 +0000. Up 10.65 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 | c9:bf:45:95:eb:66:4e:15:ae:61:81:e9:71:66:b7:f4 | - | 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.777945] cloud-init[3473]: Cloud-init v. 0.7.5 finished at Sun, 02 Sep 2018 10:15:01 +0000. Datasource DataSourceOpenStack [net,ver=2]. Up 10.77 seconds 2018-09-02 10:15:04,133 - paramiko.transport - DEBUG - starting thread (client mode): 0xfe232290L 2018-09-02 10:15:04,133 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 10:15:04,197 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_6.6.1 2018-09-02 10:15:04,198 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_6.6.1) 2018-09-02 10:15:04,204 - 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 10:15:04,205 - paramiko.transport - DEBUG - Kex agreed: ecdh-sha2-nistp256 2018-09-02 10:15:04,205 - paramiko.transport - DEBUG - HostKey agreed: ssh-ed25519 2018-09-02 10:15:04,205 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 10:15:04,205 - paramiko.transport - DEBUG - MAC agreed: hmac-sha2-256 2018-09-02 10:15:04,205 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 10:15:04,211 - paramiko.transport - DEBUG - kex engine KexNistp256 specified hash_algo 2018-09-02 10:15:04,212 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 10:15:04,233 - paramiko.transport - DEBUG - Adding ssh-ed25519 host key for 172.30.9.201: 4c1f7c71f5a98b8370f02ab218eae423 2018-09-02 10:15:04,234 - paramiko.transport - DEBUG - Trying discovered key c9bf4595eb664e15ae6181e97166b7f4 in /tmp/tmpPlSsq4 2018-09-02 10:15:04,251 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 10:15:04,273 - paramiko.transport - INFO - Authentication (publickey) successful! 2018-09-02 10:15:04,299 - cloudify.rest_client.http - DEBUG - Setting `Authorization` header: * 2018-09-02 10:15:04,299 - cloudify.rest_client.http - DEBUG - Setting `Tenant` header: default_tenant 2018-09-02 10:15:04,300 - functest.core.cloudify - INFO - Attemps running status of the Manager 2018-09-02 10:15:04,300 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-09-02 10:15:04,535 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:15:04,535 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:15:04,535 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:15:04,535 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:15:04,535 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:15:04,535 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:15:04,535 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:15:04,536 - 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": 4569, "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": 1874, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4570, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 912, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 805, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 813, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4571, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 844, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 10:15:04,536 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:15:04,536 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:15:04 GMT 2018-09-02 10:15:04,536 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:15:04,536 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-09-02 10:15:04,536 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:15:04,536 - 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': 4569, 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': 1874, 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': 4570, 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': 912, 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': 805, 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': 813, 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': 4571, 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': 844, 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 10:15:04,537 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/status 2018-09-02 10:15:04,789 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:15:04,789 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:15:04,790 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:15:04,790 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:15:04,790 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:15:04,790 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:15:04,790 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:15:04,790 - 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": 4569, "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": 1874, "Id": "cloudify-rabbitmq.service", "ActiveState": "active", "SubState": "running"}], "display_name": "RabbitMQ"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify AMQP InfluxDB Broker Service", "state": "running", "MainPID": 4570, "Id": "cloudify-amqpinflux.service", "ActiveState": "active", "SubState": "running"}], "display_name": "AMQP InfluxDB"}, {"instances": [{"LoadState": "loaded", "Description": "PostgreSQL 9.5 database server", "state": "running", "MainPID": 912, "Id": "postgresql-9.5.service", "ActiveState": "active", "SubState": "running"}], "display_name": "PostgreSQL"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify REST Service", "state": "running", "MainPID": 805, "Id": "cloudify-restservice.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Manager Rest-Service"}, {"instances": [{"LoadState": "loaded", "Description": "Cloudify Stage Service", "state": "running", "MainPID": 813, "Id": "cloudify-stage.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Cloudify Stage"}, {"instances": [{"LoadState": "loaded", "Description": "Riemann Service", "state": "running", "MainPID": 4571, "Id": "cloudify-riemann.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Riemann"}, {"instances": [{"LoadState": "loaded", "Description": "nginx - high performance web server", "state": "running", "MainPID": 844, "Id": "nginx.service", "ActiveState": "active", "SubState": "running"}], "display_name": "Webserver"}]} 2018-09-02 10:15:04,790 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:15:04,790 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:15:04 GMT 2018-09-02 10:15:04,790 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:15:04,791 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2389 2018-09-02 10:15:04,791 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:15:04,791 - functest.core.cloudify - INFO - The current manager status is running 2018-09-02 10:15:04,791 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/secrets/foo; body: {"update_if_exists": false, "visibility": "tenant", "value": "bar"} 2018-09-02 10:15:04,919 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:15:04,919 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:15:04,919 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:15:04,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 67 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T10:15:04.883Z", "updated_at": "2018-09-02T10:15:04.883Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:15:04 GMT 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 10:15:04,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:15:04,921 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/secrets 2018-09-02 10:15:05,015 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"permission": null, "tenant_name": "default_tenant", "created_at": "2018-09-02T10:15:04.883Z", "updated_at": "2018-09-02T10:15:04.883Z", "created_by": "admin", "key": "foo"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:15:05,016 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:15:05 GMT 2018-09-02 10:15:05,017 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:15:05,017 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 253 2018-09-02 10:15:05,017 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:15:05,017 - functest.core.cloudify - DEBUG - List secrets: 2018-09-02 10:15:05,018 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/secrets/foo 2018-09-02 10:15:05,097 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:15:05,097 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:15:05,097 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:15:05,097 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:15:05,097 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:15:05,097 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:15:05,098 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:15:05,098 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 10:15:05,098 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"tenant_name": "default_tenant", "created_at": "2018-09-02T10:15:04.883Z", "updated_at": "2018-09-02T10:15:04.883Z", "created_by": "admin", "private_resource": false, "value": "bar", "key": "foo"} 2018-09-02 10:15:05,098 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:15:05,098 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:15:05 GMT 2018-09-02 10:15:05,098 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:15:05,098 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 197 2018-09-02 10:15:05,098 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:15:05,098 - functest.core.cloudify - INFO - Secrets API successfully reached 2018-09-02 10:15:05,099 - functest.core.cloudify - INFO - Cloudify Manager is up and running 2018-09-02 10:15:05,099 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Put private keypair in manager 2018-09-02 10:15:05,100 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 10:15:05,110 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 10:15:05,110 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 10:15:05,128 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 10:15:05,446 - paramiko.transport - DEBUG - [chan 0] EOF sent (0) 2018-09-02 10:15:05,447 - paramiko.transport - DEBUG - [chan 1] Max packet in: 32768 bytes 2018-09-02 10:15:05,448 - paramiko.transport - DEBUG - [chan 0] EOF received (0) 2018-09-02 10:15:05,488 - paramiko.transport - DEBUG - [chan 1] Max packet out: 32768 bytes 2018-09-02 10:15:05,488 - paramiko.transport - DEBUG - Secsh channel 1 opened. 2018-09-02 10:15:05,561 - paramiko.transport - DEBUG - [chan 1] Sesch channel 1 request ok 2018-09-02 10:15:47,718 - paramiko.transport - DEBUG - [chan 1] EOF received (1) 2018-09-02 10:15:47,718 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - output: Loaded plugins: fastestmirror Determining fastest mirrors * base: mirrors.syringanetworks.net * extras: mirror.tocici.com * updates: mirrors.sonic.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 18 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 10:15:47,719 - paramiko.transport - DEBUG - [chan 1] EOF sent (1) 2018-09-02 10:15:47,719 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - error: 2018-09-02 10:15:47,720 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/vyos-1.1.7.img 2018-09-02 10:15:50,063 - shade - DEBUG - Image file /home/opnfv/functest/images/vyos-1.1.7.img md5:5428081a21782d4eab3b67d8cc6bf508 sha256:55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0 2018-09-02 10:15:50,064 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:15:50,066 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:15:50,366 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-fbc5adc9-ea47-40bd-9494-8a04cdd69d0e Date: Sun, 02 Sep 2018 10:15:50 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:12:19Z", "file": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file", "owner": "e844a3441d2b44f1a5893511cf8a17da", "id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "size": 4373348352, "self": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T10:11:21Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:15:50,366 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fbc5adc9-ea47-40bd-9494-8a04cdd69d0e 2018-09-02 10:15:50,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.301954984665s 2018-09-02 10:15:50,367 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-fbc5adc9-ea47-40bd-9494-8a04cdd69d0e 2018-09-02 10:15:50,376 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 10:15:50,379 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_c32761be-4903-4c5e-902a-3dd889d57018", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "vyos_vrouter-img_alt_c32761be-4903-4c5e-902a-3dd889d57018"}' 2018-09-02 10:15:50,796 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 949 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-5ba9720a-b0c0-46d7-b76c-ee6f1fbbb684 Date: Sun, 02 Sep 2018 10:15:50 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:15:50Z", "file": "/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/file", "owner": "e844a3441d2b44f1a5893511cf8a17da", "id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "size": null, "self": "/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "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_c32761be-4903-4c5e-902a-3dd889d57018", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_c32761be-4903-4c5e-902a-3dd889d57018", "checksum": null, "created_at": "2018-09-02T10:15:50Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 10:15:50,796 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-5ba9720a-b0c0-46d7-b76c-ee6f1fbbb684 2018-09-02 10:15:50,796 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.420372009277s 2018-09-02 10:15:50,797 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-5ba9720a-b0c0-46d7-b76c-ee6f1fbbb684 returning object c6e9ff92-abf3-4cb8-b231-ce37d664de27 2018-09-02 10:15:50,797 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 10:15:50,801 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '' 2018-09-02 10:15:58,383 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-5c3300f5-1f97-44b7-a726-14d3a7b03324 Date: Sun, 02 Sep 2018 10:15: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 10:15:58,383 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/file used request id req-5c3300f5-1f97-44b7-a726-14d3a7b03324 2018-09-02 10:15:58,383 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 7.58596491814s 2018-09-02 10:15:58,384 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/file used request id req-5c3300f5-1f97-44b7-a726-14d3a7b03324 2018-09-02 10:15:58,387 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:15:58,391 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:15:58,719 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2746 Content-Type: application/json X-Openstack-Request-Id: req-897edad5-1f79-4b72-97e5-4b5d3de86ea1 Date: Sun, 02 Sep 2018 10:15:58 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:15:58Z", "file": "/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/file", "owner": "e844a3441d2b44f1a5893511cf8a17da", "id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "size": 426967040, "self": "/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_alt_c32761be-4903-4c5e-902a-3dd889d57018", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "5428081a21782d4eab3b67d8cc6bf508", "name": "vyos_vrouter-img_alt_c32761be-4903-4c5e-902a-3dd889d57018", "checksum": "5428081a21782d4eab3b67d8cc6bf508", "created_at": "2018-09-02T10:15:50Z", "os_hidden": false, "protected": false, "os_hash_value": "77f766c489a66d0506f9afd6dc7cfae37b4deb03859757e52a38fe3a9dcc949b8679b3c8530423931d2cb5da8e0747bdce1af7f977d1451c4866a5efdd957a6b"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:12:19Z", "file": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file", "owner": "e844a3441d2b44f1a5893511cf8a17da", "id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "size": 4373348352, "self": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T10:11:21Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:15:58,719 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-897edad5-1f79-4b72-97e5-4b5d3de86ea1 2018-09-02 10:15:58,719 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.331655025482s 2018-09-02 10:15:58,719 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-897edad5-1f79-4b72-97e5-4b5d3de86ea1 2018-09-02 10:15:58,722 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/snap', u'metadata': Munch({})})], 'file': u'/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/file', 'owner': u'e844a3441d2b44f1a5893511cf8a17da', 'id': u'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'size': 426967040, u'self': u'/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'e844a3441d2b44f1a5893511cf8a17da', 'name': 'vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T10:15:58Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T10:15:58Z', u'owner_specified.shade.sha256': u'55fa585158ce340dac1941aa3ea9cf2e0547b9b405b91c0b2e22c767ed5bbfe0', u'owner_specified.shade.object': u'images/vyos_vrouter-img_alt_c32761be-4903-4c5e-902a-3dd889d57018', '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/c6e9ff92-abf3-4cb8-b231-ce37d664de27', 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_c32761be-4903-4c5e-902a-3dd889d57018', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}, 'name': u'vyos_vrouter-img_alt_c32761be-4903-4c5e-902a-3dd889d57018', 'created': u'2018-09-02T10:15:50Z', 'checksum': u'5428081a21782d4eab3b67d8cc6bf508', 'created_at': u'2018-09-02T10:15:50Z', 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/c6e9ff92-abf3-4cb8-b231-ce37d664de27', 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_c32761be-4903-4c5e-902a-3dd889d57018', u'owner_specified.shade.md5': u'5428081a21782d4eab3b67d8cc6bf508', u'schema': u'/v2/schemas/image'}}) 2018-09-02 10:15:58,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 10:15:58,726 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "vyos_vrouter-flavor_alt_c32761be-4903-4c5e-902a-3dd889d57018", "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 10:15:58,845 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:15: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-ed968dc6-9ff8-464e-ba6b-52a71c5aa2c0 x-compute-request-id: req-ed968dc6-9ff8-464e-ba6b-52a71c5aa2c0 Content-Encoding: gzip Content-Length: 318 Content-Type: application/json RESP BODY: {"flavor": {"name": "vyos_vrouter-flavor_alt_c32761be-4903-4c5e-902a-3dd889d57018", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "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": "ea2cae18-c49f-48f9-a8bd-46020b88678a"}} 2018-09-02 10:15:58,845 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ed968dc6-9ff8-464e-ba6b-52a71c5aa2c0 2018-09-02 10:15:58,845 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.121580123901s 2018-09-02 10:15:58,845 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ed968dc6-9ff8-464e-ba6b-52a71c5aa2c0 2018-09-02 10:15:58,846 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'vyos_vrouter-flavor_alt_c32761be-4903-4c5e-902a-3dd889d57018', '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'4b06fee7bf104ba386aa2f904001aa35', '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'ea2cae18-c49f-48f9-a8bd-46020b88678a', 'swap': 0}) 2018-09-02 10:15:58,847 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 10:15:58,851 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a/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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" -d '{"extra_specs": {}}' 2018-09-02 10:15:58,871 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:15: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-616320fc-4b67-43b9-8462-7e7f01cb3ed8 x-compute-request-id: req-616320fc-4b67-43b9-8462-7e7f01cb3ed8 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 10:15:58,871 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a/os-extra_specs used request id req-616320fc-4b67-43b9-8462-7e7f01cb3ed8 2018-09-02 10:15:58,872 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0243890285492s 2018-09-02 10:15:58,872 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a/os-extra_specs used request id req-616320fc-4b67-43b9-8462-7e7f01cb3ed8 2018-09-02 10:15:58,875 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 10:15:58,878 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 10:15:58,884 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 10:15:58 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-6c173262-f085-4a90-85ac-aaafa2dd969c 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.4:35357/v3/", "rel": "self"}]}]}} 2018-09-02 10:15:58,884 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-6c173262-f085-4a90-85ac-aaafa2dd969c 2018-09-02 10:15:58,885 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:15:59,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:15:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1c6ccf71-ffb9-4bc5-bea7-c48905b736ec Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/08fec3b812f74f3185347b559bfc2d6a"}, "enabled": true, "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1d55c00b68214ca486ca54af5b3b03bd"}, "enabled": true, "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1fa806695b844c73a6410319a8b4fa6e"}, "enabled": true, "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2afaf8fb5fa7474094aa9613a573da43"}, "enabled": true, "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/34fca9d537a74c0194da0a3387e74c3e"}, "enabled": true, "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/387f79b67935446ca9455ee1eb21f37f"}, "enabled": true, "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/38b6df39a4ac407ba235cc5a16f54e69"}, "enabled": true, "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/39eb640c21a044f3b1ae638eb1c15171"}, "enabled": true, "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/3f418b02e75d45e5bf2fe76226e3c093"}, "enabled": true, "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4e9ac09586eb44bfa0b0bfbcb4f5e5bf"}, "enabled": true, "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/61c587f7f84f41dca46bc2531f5a72c3"}, "enabled": true, "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c62da50181645ae988a894a074b6dad"}, "enabled": true, "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/9026c413fcde4d7da11dfa6242c75002"}, "enabled": true, "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b24c82acb5464d3cb694c569027a6426"}, "enabled": true, "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ead963f647b24d04b1ad3c58a47621de"}, "enabled": true, "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-02 10:15:59,065 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-1c6ccf71-ffb9-4bc5-bea7-c48905b736ec 2018-09-02 10:15:59,065 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.190309047699s 2018-09-02 10:15:59,066 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-1c6ccf71-ffb9-4bc5-bea7-c48905b736ec 2018-09-02 10:15:59,074 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 10:15:59,077 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:15:59,272 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:15:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-1bdca788-889b-416d-a106-6b9e41b55da7 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0924d7dd58d346ec95586c62e8e73e96"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10604705234e48e99c18d273e10c72f0"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "10604705234e48e99c18d273e10c72f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10a6084d29eb409d8c4847899435e626"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "10a6084d29eb409d8c4847899435e626"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/118bb2de9e6d4458a380424ebc2c7d1d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/125f462a970f403db8b66683b68e3075"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "125f462a970f403db8b66683b68e3075"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/17e359520cc84d38857efdac131e22f7"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "17e359520cc84d38857efdac131e22f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1b84a32d0cf8457b89ecd9fbd97139ed"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/25a15391b08c4a4b889ba246aedbf540"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/31a8e6bbe5ea4b67b816139727e57be0"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/323b22405cb4493bb856a45a7a755b0f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3b50afcb7622411cbe20bc88d711c955"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/495598a8932d48c99c2f9f5cf9279cfe"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4c451b5bc7ff4067a79ed307061e47bc"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/529dd156be6d41c1b83dbcdf21f18d9c"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/53ad6423cf3e40b3a44e2dc86dfd9f60"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5988a5ce6b764f9ab48c472930b6db4a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/59d7817701e548e6a727b71360ef3d33"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "59d7817701e548e6a727b71360ef3d33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5dc540f7d0544dcbbc96787b7f89ca9b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/62e0e36fb0c247ec9073eb7432422e5e"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "62e0e36fb0c247ec9073eb7432422e5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71980e2c1e9245288b4abebeaeecca74"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "71980e2c1e9245288b4abebeaeecca74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71dc26e304874b0dae743ecbc3632846"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "71dc26e304874b0dae743ecbc3632846"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/923ca5d3f1334006a26cf0aea464ee57"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/96bab696010b4bafbbd1fbb7e985c71b"}, "url": "http://12.0.0.30:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9999c88ff485471cb956cd7f49aa526d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "9999c88ff485471cb956cd7f49aa526d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/aad9f0f73565449383d3b341fc2eb77a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/adc631d75b5447f8986e9bc8a0c5c7ee"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b2a6d56cf14e43e58768de3af081cc81"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b7736f1d71d544269f1530078fed47b0"}, "url": "http://12.0.0.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b7736f1d71d544269f1530078fed47b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b9062d6a31d04ac4b24ab15eceed7bcf"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/bd33e7a9d50d494b9b272f82195317f3"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "bd33e7a9d50d494b9b272f82195317f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c54f842302d44898a4d70f611ebff073"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "c54f842302d44898a4d70f611ebff073"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c75d7d55b75f49c692067b565da957bf"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "c75d7d55b75f49c692067b565da957bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c7882ab82dec46509fcebf89f66f4c49"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "c7882ab82dec46509fcebf89f66f4c49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c9d32d0eba284bf7b36e3858f795e2b2"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cbe37df87d234d5e85343b37211b1ef0"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cf72a980dbd14e88b6cca9b1101f2207"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/da5245d0d52648e1985d83b1e84a36d9"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "da5245d0d52648e1985d83b1e84a36d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e28cd6e5aff241bbbad53800afeb077f"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "e28cd6e5aff241bbbad53800afeb077f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ea8b9148f5054883a09c7c63267eb2ce"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "ea8b9148f5054883a09c7c63267eb2ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef166bce66fe46529e767b10c7fc0e29"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "ef166bce66fe46529e767b10c7fc0e29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef2729b2b36742d88e08343c547a4372"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "ef2729b2b36742d88e08343c547a4372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f73e6d5eedb641ebb5438769d9e00b35"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 10:15:59,272 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-1bdca788-889b-416d-a106-6b9e41b55da7 2018-09-02 10:15:59,273 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.198019981384s 2018-09-02 10:15:59,273 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-1bdca788-889b-416d-a106-6b9e41b55da7 2018-09-02 10:15:59,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 10:15:59,284 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:15:59,340 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 6833 X-Openstack-Request-Id: req-972e56bb-e1e5-4695-b9ce-94e6ffcf3cf9 Date: Sun, 02 Sep 2018 10:15:59 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:22Z", "revision_number": 0, "id": "3c203832-4f6e-44fc-9461-27f8e82d2e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:22Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T10:12:23Z", "revision_number": 0, "id": "4992d746-e348-4cae-b373-1f7b7680910c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:23Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T10:12:21Z", "revision_number": 0, "id": "b354c2eb-dd9d-45c2-9ad7-eaa0f14b5d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:21Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T10:12:25Z", "revision_number": 0, "id": "c19860b7-46e7-4ba5-9da3-4991f56cd301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:25Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T10:12:24Z", "revision_number": 0, "id": "ebb18eff-aba1-4f28-9d63-a658f8842f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T10:12:24Z", "revision_number": 0, "id": "fb9a506b-5510-4a83-9511-fc9fb019c575", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 7, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}, {"description": "Default security group", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:46Z", "updated_at": "2018-09-02T10:10:46Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3ecaca2a-e8b7-4437-9631-56c87d05b03c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3f6d3f5a-a9c7-42b7-8645-b1482ceffabc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "b3c3336d-05f2-4093-ac95-917f90f35468", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "bd6ab6a0-5753-4882-bb4a-559b49102186", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 1, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "90bf97b4-5055-4d95-a963-427809cf0e05", "name": "default"}]} 2018-09-02 10:15:59,340 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-972e56bb-e1e5-4695-b9ce-94e6ffcf3cf9 2018-09-02 10:15:59,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.0565929412842s 2018-09-02 10:15:59,341 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-972e56bb-e1e5-4695-b9ce-94e6ffcf3cf9 2018-09-02 10:15:59,344 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.security-group-rules 2018-09-02 10:15:59,345 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -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": "90bf97b4-5055-4d95-a963-427809cf0e05"}}' 2018-09-02 10:15:59,547 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 507 X-Openstack-Request-Id: req-e13da444-5640-4ee3-9554-e70f694551d0 Date: Sun, 02 Sep 2018 10:15:59 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-02T10:15:59Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "port_range_min": 22, "revision_number": 0, "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:15:59Z", "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "0542671b-8ea9-4164-97e1-d7696d2c9653"}} 2018-09-02 10:15:59,547 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-e13da444-5640-4ee3-9554-e70f694551d0 2018-09-02 10:15:59,548 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.security-group-rules in 0.202972888947s 2018-09-02 10:15:59,548 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/security-group-rules.json used request id req-e13da444-5640-4ee3-9554-e70f694551d0 2018-09-02 10:15:59,549 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Upload VNFD 2018-09-02 10:15:59,555 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/blueprints/vrouter-opnfv; body: bytes data 2018-09-02 10:16:01,509 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:01,509 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:01,509 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:01,509 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:01,510 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:01,510 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:01,510 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:01,510 - cloudify.rest_client.http - DEBUG - request header: Transfer-Encoding: chunked 2018-09-02 10:16:01,510 - 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-02T10:16:01.372Z", "updated_at": "2018-09-02T10:16:01.372Z", "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"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"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"}, "keystone_url": {"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": []}, "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": {}, "nodes": [{"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, "resource_id": {"get_input": "management_plane_network_name"}, "network": {}, "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.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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": [{"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.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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "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": "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, "resource_id": {"get_input": "data_plane_network_name"}, "network": {}, "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.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": {"description": "", "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, "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.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, "resource_id": {"get_input": "external_network_name"}, "network": {}, "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.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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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}]}, {"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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "resource_id": ""}}], "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 10:16:01,511 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:01,511 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:01 GMT 2018-09-02 10:16:01,512 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:01,512 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-09-02 10:16:01,512 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:01,525 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Create VNF Instance 2018-09-02 10:16:01,525 - cloudify.rest_client.http - DEBUG - Sending request: PUT http://172.30.9.201:80/api/v3/deployments/vrouter-opnfv; body: {"inputs": {"keystone_url": "http://172.30.9.25:5000", "keystone_tenant_name": "vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018", "keystone_project_domain_name": "Default", "region": "regionOne", "external_network_name": "external", "keystone_username": "vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018", "keystone_user_domain_name": "Default", "reference_vnf_image_id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "keystone_password": "f2333f30-5ceb-4333-9f14-b36c22660a9d", "reference_vnf_flavor_id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "target_vnf_flavor_id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "target_vnf_image_id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27"}, "skip_plugins_validation": false, "visibility": "tenant", "blueprint_id": "vrouter-opnfv"} 2018-09-02 10:16:02,248 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:02,249 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:02,249 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:02,249 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:02,249 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:02,249 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:02,249 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:02,249 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 774 2018-09-02 10:16:02,249 - 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": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "target_vnf_flavor_id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "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_c32761be-4903-4c5e-902a-3dd889d57018", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "keystone_password": "f2333f30-5ceb-4333-9f14-b36c22660a9d", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.25: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": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "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-02T10:16:01.699Z", "updated_at": "2018-09-02T10:16:01.699Z", "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": []}, "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": {}, "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 10:16:02,250 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:02,250 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:02 GMT 2018-09-02 10:16:02,250 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:02,250 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-09-02 10:16:02,250 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:02,251 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2018-09-02 10:16:02,310 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:02,310 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:02,311 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:02,311 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:02,311 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:02,311 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:02,311 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:02,311 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"}], "metadata": {"pagination": {"total": 1, "offset": 0, "size": 0}}} 2018-09-02 10:16:02,311 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:02,311 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:02 GMT 2018-09-02 10:16:02,312 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:02,312 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6010 2018-09-02 10:16:02,312 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:02,312 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:02,421 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:02,421 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:02,421 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:02,421 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:02,421 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:02,421 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:02,421 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:02,422 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 10:16:02,422 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:02,422 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:02 GMT 2018-09-02 10:16:02,422 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:02,422 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 10:16:02,422 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:02,422 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/478a38ee-4818-422d-953c-550c0e7eebb6 2018-09-02 10:16:02,479 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:02,479 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:02,479 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:02,479 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:02,479 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:02,479 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:02,480 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:02,480 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"} 2018-09-02 10:16:02,480 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:02,480 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:02 GMT 2018-09-02 10:16:02,480 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:02,480 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 10:16:02,480 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:07,486 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:07,554 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:07,555 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:07,555 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:07,555 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:07,555 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:07,555 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:07,555 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:07,555 - 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-02T10:16:03.137Z", "message": "Starting 'create_deployment_environment' workflow execution", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:03.137Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:03.494Z", "message": "Installing plugin: openstack", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:03.494Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}, {"node_instance_id": null, "event_type": "sending_task", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:03.519Z", "message": "Sending task 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:03.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:03.519Z", "message": "Installing deployment plugins", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:03.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6"}, {"node_instance_id": null, "event_type": "task_started", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:03.519Z", "message": "Task started 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:03.519Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:04.394Z", "message": "Installing plugin from source", "level": "info", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:04.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:04.394Z", "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-02T10:16:04.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:04.394Z", "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-02T10:16:04.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:04.394Z", "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-02T10:16:04.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:05.402Z", "message": "[localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpPLVSI1 --prefix=\"/tmp/openstack-PJN5_k\" --constraint=\"/tmp/openstack-PJN5_k/constraint.txt\"", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:05.402Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:05.402Z", "message": "Installing from directory: /tmp/tmpPLVSI1 [args=--prefix=\"/tmp/openstack-PJN5_k\" --constraint=\"/tmp/openstack-PJN5_k/constraint.txt\", package_name=cloudify-openstack-plugin]", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:05.402Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}], "metadata": {"pagination": {"total": 11, "offset": 0, "size": 50}}} 2018-09-02 10:16:07,555 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:07,556 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:07 GMT 2018-09-02 10:16:07,556 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:07,556 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5806 2018-09-02 10:16:07,556 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:07,556 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'create_deployment_environment' workflow execution 2018-09-02 10:16:07,557 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin: openstack 2018-09-02 10:16:07,557 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'cloudify_agent.operations.install_plugins' 2018-09-02 10:16:07,557 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing deployment plugins 2018-09-02 10:16:07,557 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'cloudify_agent.operations.install_plugins' 2018-09-02 10:16:07,557 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing plugin from source 2018-09-02 10:16:07,557 - 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 10:16:07,558 - 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 10:16:07,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip freeze 2018-09-02 10:16:07,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - [localhost] run: /opt/mgmtworker/env/bin/pip install /tmp/tmpPLVSI1 --prefix="/tmp/openstack-PJN5_k" --constraint="/tmp/openstack-PJN5_k/constraint.txt" 2018-09-02 10:16:07,558 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Installing from directory: /tmp/tmpPLVSI1 [args=--prefix="/tmp/openstack-PJN5_k" --constraint="/tmp/openstack-PJN5_k/constraint.txt", package_name=cloudify-openstack-plugin] 2018-09-02 10:16:07,558 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/478a38ee-4818-422d-953c-550c0e7eebb6 2018-09-02 10:16:07,616 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:07,617 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:07,617 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:07,617 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:07,617 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:07,617 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:07,617 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:07,617 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"} 2018-09-02 10:16:07,617 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:07,617 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:07 GMT 2018-09-02 10:16:07,618 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:07,618 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 10:16:07,618 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:12,623 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:12,715 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:12,715 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:12,715 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:12,715 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:12,715 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:12,715 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:12,715 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:12,716 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 10:16:12,716 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:12,716 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:12 GMT 2018-09-02 10:16:12,716 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:12,716 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 10:16:12,716 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:12,716 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/478a38ee-4818-422d-953c-550c0e7eebb6 2018-09-02 10:16:12,774 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:12,774 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:12,774 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:12,774 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:12,774 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:12,774 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:12,774 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:12,774 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"} 2018-09-02 10:16:12,774 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:12,775 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:12 GMT 2018-09-02 10:16:12,775 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:12,775 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 10:16:12,775 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:17,777 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:17,875 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:17 GMT 2018-09-02 10:16:17,876 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:17,877 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 10:16:17,877 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:17,877 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/478a38ee-4818-422d-953c-550c0e7eebb6 2018-09-02 10:16:17,937 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:17,937 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:17,937 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:17,937 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:17,937 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:17,937 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:17,937 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:17,938 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"} 2018-09-02 10:16:17,938 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:17,938 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:17 GMT 2018-09-02 10:16:17,938 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:17,938 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 10:16:17,938 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:22,944 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:23,081 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:23,081 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:23,081 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:23,081 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:23 GMT 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 10:16:23,082 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:23,083 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/478a38ee-4818-422d-953c-550c0e7eebb6 2018-09-02 10:16:23,155 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:23,155 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:23,155 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:23,155 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:23,155 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:23,155 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:23,155 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:23,155 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"} 2018-09-02 10:16:23,155 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:23,156 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:23 GMT 2018-09-02 10:16:23,156 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:23,156 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 10:16:23,156 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:28,161 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:28,229 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:28,229 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:28,229 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:28,229 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:28,229 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:28,229 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:28,230 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:28,230 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 11, "offset": 11, "size": 50}}} 2018-09-02 10:16:28,230 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:28,230 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:28 GMT 2018-09-02 10:16:28,230 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:28,230 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 82 2018-09-02 10:16:28,230 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:28,231 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/478a38ee-4818-422d-953c-550c0e7eebb6 2018-09-02 10:16:28,285 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:28,285 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:28,285 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:28,286 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"} 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:28 GMT 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 10:16:28,286 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:33,292 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:33,360 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:33,360 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:31.959Z", "message": "Retrieved package name: cloudify-openstack-plugin", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:31.959Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}, {"node_instance_id": null, "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:32.429Z", "message": "Removing directory: /tmp/tmpPLVSI1", "level": "debug", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:32.429Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6", "logger": "3c75f1ce-2452-4d65-9b5a-8ea68d34a511"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": ",", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:32.914Z", "message": "Task succeeded 'cloudify_agent.operations.install_plugins'", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:32.914Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6"}], "metadata": {"pagination": {"total": 14, "offset": 11, "size": 50}}} 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:33 GMT 2018-09-02 10:16:33,361 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:33,362 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1555 2018-09-02 10:16:33,362 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:33,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Retrieved package name: cloudify-openstack-plugin 2018-09-02 10:16:33,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Removing directory: /tmp/tmpPLVSI1 2018-09-02 10:16:33,362 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'cloudify_agent.operations.install_plugins' 2018-09-02 10:16:33,363 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/478a38ee-4818-422d-953c-550c0e7eebb6 2018-09-02 10:16:33,417 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:33,417 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:33,417 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:33,417 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:33,417 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:33,417 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:33,417 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:33,417 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"} 2018-09-02 10:16:33,418 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:33,418 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:33 GMT 2018-09-02 10:16:33,418 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:33,418 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5931 2018-09-02 10:16:33,418 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:38,419 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:38,485 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:38,485 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:38,485 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:38,485 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:38,485 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:38,485 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:38,486 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:38,486 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:33.552Z", "message": "Creating deployment work directory", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:33.552Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:33.552Z", "message": "'create_deployment_environment' workflow execution succeeded", "node_name": null, "workflow_id": "create_deployment_environment", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:33.552Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6"}, {"node_instance_id": null, "event_type": "workflow_stage", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:33.552Z", "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-02T10:16:33.552Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "478a38ee-4818-422d-953c-550c0e7eebb6"}], "metadata": {"pagination": {"total": 17, "offset": 14, "size": 50}}} 2018-09-02 10:16:38,486 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:38,486 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:38 GMT 2018-09-02 10:16:38,486 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:38,486 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 1516 2018-09-02 10:16:38,486 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:38,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating deployment work directory 2018-09-02 10:16:38,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'create_deployment_environment' workflow execution succeeded 2018-09-02 10:16:38,487 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Skipping starting deployment policy engine core - no policies defined 2018-09-02 10:16:38,488 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/478a38ee-4818-422d-953c-550c0e7eebb6 2018-09-02 10:16:38,539 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:38,539 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:38,539 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:38,539 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:38,540 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:38,540 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:38,540 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:38,540 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"} 2018-09-02 10:16:38,540 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:38,540 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:38 GMT 2018-09-02 10:16:38,540 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:38,540 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5934 2018-09-02 10:16:38,540 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:38,541 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Start the VNF Instance deployment 2018-09-02 10:16:38,541 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201:80/api/v3/executions; body: {"allow_custom_parameters": "false", "deployment_id": "vrouter-opnfv", "force": "false", "workflow_id": "install", "parameters": null} 2018-09-02 10:16:38,685 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:38,685 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:38,685 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:38,685 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 134 2018-09-02 10:16:38,686 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:38 GMT 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:16:38,686 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:38,687 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:38,757 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:38 GMT 2018-09-02 10:16:38,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:38,758 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 10:16:38,758 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:38,758 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:16:38,809 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:38,809 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:38,809 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:38,809 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:38,809 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:38,810 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:38,810 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:38,810 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:16:38,810 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:38,810 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:38 GMT 2018-09-02 10:16:38,810 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:38,810 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:16:38,810 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:43,815 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:43,918 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:43,918 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:43,918 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:43,919 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:43,919 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:43,919 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:43,919 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:43,919 - 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-02T10:16:39.299Z", "message": "Starting 'install' workflow execution", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:39.299Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "keypair_y6ihei", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:40.324Z", "message": "Creating node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:40.324Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:40.324Z", "message": "Creating node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:40.324Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:40.324Z", "message": "Creating node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:40.324Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "keypair_y6ihei", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:40.324Z", "message": "Sending task 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:40.324Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "keypair_y6ihei", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:40.324Z", "message": "Task started 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:40.324Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:41.988Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:41.988Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:41.988Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:41.988Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:41.988Z", "message": "Creating node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:41.988Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:41.988Z", "message": "Creating node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:41.988Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:41.988Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:41.988Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:41.988Z", "message": "Sending task 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:41.988Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.021Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.021Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "security_group_ayekgf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.021Z", "message": "Sending task 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.021Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "security_group_ayekgf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.021Z", "message": "Creating node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.021Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "external_network_3rfk87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.021Z", "message": "Creating node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.021Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "external_network_3rfk87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.021Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.021Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "external_network_3rfk87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.021Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.021Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.021Z", "message": "Sending task 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.021Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.021Z", "message": "Task started 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.021Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "external_network_3rfk87", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:43.061Z", "message": "Using external resource network: external", "level": "info", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:43.061Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "3fdfaf84-8e84-4106-95b3-689b8f8887ee"}], "metadata": {"pagination": {"total": 21, "offset": 0, "size": 50}}} 2018-09-02 10:16:43,919 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:43,919 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:43 GMT 2018-09-02 10:16:43,919 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:43,919 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 10362 2018-09-02 10:16:43,920 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:43,920 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'install' workflow execution 2018-09-02 10:16:43,920 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:43,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:43,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:43,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.create' 2018-09-02 10:16:43,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.create' 2018-09-02 10:16:43,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 10:16:43,921 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 10:16:43,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:43,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:43,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-02 10:16:43,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.create' 2018-09-02 10:16:43,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-02 10:16:43,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.create' 2018-09-02 10:16:43,922 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:43,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:43,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-02 10:16:43,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-02 10:16:43,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.create' 2018-09-02 10:16:43,923 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.create' 2018-09-02 10:16:43,924 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Using external resource network: external 2018-09-02 10:16:43,924 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:16:44,024 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:44,024 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:44,024 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:44,024 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:44,024 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:44,025 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:44,025 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:44,025 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:16:44,025 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:44,025 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:44 GMT 2018-09-02 10:16:44,025 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:44,025 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:16:44,025 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:49,031 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:49,107 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:49,108 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:49,108 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:49,108 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:49,108 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:49,108 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:49,108 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:49,108 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_y6ihei", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.085Z", "message": "Task succeeded 'nova_plugin.keypair.create'", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:44.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "security_group_ayekgf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.085Z", "message": "Task started 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:44.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.085Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:44.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.085Z", "message": "Task started 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:44.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "keypair_y6ihei", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.085Z", "message": "Configuring node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:44.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "external_network_3rfk87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.085Z", "message": "Configuring node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:44.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "external_network_3rfk87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.085Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:44.085Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.244Z", "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-02T10:16:44.244Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "2962a9e0-25ba-44e4-b681-934ade554b37"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.667Z", "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-02T10:16:44.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "2962a9e0-25ba-44e4-b681-934ade554b37"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.667Z", "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-02T10:16:44.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "2962a9e0-25ba-44e4-b681-934ade554b37"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.667Z", "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-02T10:16:44.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "2962a9e0-25ba-44e4-b681-934ade554b37"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.667Z", "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-02T10:16:44.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "2962a9e0-25ba-44e4-b681-934ade554b37"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.667Z", "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-02T10:16:44.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "2962a9e0-25ba-44e4-b681-934ade554b37"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.667Z", "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-02T10:16:44.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "2962a9e0-25ba-44e4-b681-934ade554b37"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:44.667Z", "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-02T10:16:44.667Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "2962a9e0-25ba-44e4-b681-934ade554b37"}, {"node_instance_id": "keypair_y6ihei", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:45.117Z", "message": "Starting node", "node_name": "keypair", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:45.117Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:45.117Z", "message": "Starting node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:45.117Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:45.117Z", "message": "Configuring node", "node_name": "data_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:45.117Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "external_network_3rfk87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:45.117Z", "message": "Starting node", "node_name": "external_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:45.117Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_ip_t5kh64", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:45.688Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'e844a3441d2b44f1a5893511cf8a17da', u'created_at': u'2018-09-02T10:16:44Z', u'updated_at': u'2018-09-02T10:16:44Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.202', u'revision_number': 0, u'project_id': u'e844a3441d2b44f1a5893511cf8a17da', u'port_id': None, u'id': u'2feb7401-f7cc-465b-9b1b-ca931c811d4e', u'qos_policy_id': None}", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:45.688Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "8d43e170-ecfd-4886-8ef5-e07492ff69e9"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:45.688Z", "message": "Floating IP creation response: {u'router_id': None, u'status': u'DOWN', u'description': u'', u'tags': [], u'tenant_id': u'e844a3441d2b44f1a5893511cf8a17da', u'created_at': u'2018-09-02T10:16:44Z', u'updated_at': u'2018-09-02T10:16:44Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 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'e844a3441d2b44f1a5893511cf8a17da', u'port_id': None, u'id': u'2dce82c7-3dfa-4d0e-88b4-dd6de59f7507', u'qos_policy_id': None}", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:45.688Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "ede8dadd-2878-43d0-84c5-c0dfd8b05e7d"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Configuring node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Configuring node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Configuring node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "router_w2fwnr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Creating node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Task succeeded 'neutron_plugin.network.create'", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Creating node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "router_w2fwnr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Task started 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "router_w2fwnr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Sending task 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:46.176Z", "message": "Task succeeded 'neutron_plugin.floatingip.create'", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:46.176Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:47.226Z", "message": "Starting node", "node_name": "target_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:47.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:47.226Z", "message": "Starting node", "node_name": "reference_vnf_ip", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:47.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:47.226Z", "message": "Starting node", "node_name": "management_plane_network", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:47.226Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:48.242Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:48.242Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 58, "offset": 21, "size": 50}}} 2018-09-02 10:16:49,108 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:49,109 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:49 GMT 2018-09-02 10:16:49,109 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:49,109 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 20584 2018-09-02 10:16:49,109 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:49,110 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.create' 2018-09-02 10:16:49,110 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.create' 2018-09-02 10:16:49,110 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-02 10:16:49,110 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.create' 2018-09-02 10:16:49,111 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:49,111 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:49,111 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-02 10:16:49,111 - 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 10:16:49,111 - 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 10:16:49,111 - 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 10:16:49,112 - 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 10:16:49,112 - 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 10:16:49,112 - 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 10:16:49,112 - 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 10:16:49,112 - 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 10:16:49,112 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:49,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:49,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:49,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:49,113 - 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'e844a3441d2b44f1a5893511cf8a17da', u'created_at': u'2018-09-02T10:16:44Z', u'updated_at': u'2018-09-02T10:16:44Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'port_details': None, u'fixed_ip_address': None, u'floating_ip_address': u'172.30.9.202', u'revision_number': 0, u'project_id': u'e844a3441d2b44f1a5893511cf8a17da', u'port_id': None, u'id': u'2feb7401-f7cc-465b-9b1b-ca931c811d4e', u'qos_policy_id': None} 2018-09-02 10:16:49,113 - 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'e844a3441d2b44f1a5893511cf8a17da', u'created_at': u'2018-09-02T10:16:44Z', u'updated_at': u'2018-09-02T10:16:44Z', u'floating_network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', 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'e844a3441d2b44f1a5893511cf8a17da', u'port_id': None, u'id': u'2dce82c7-3dfa-4d0e-88b4-dd6de59f7507', u'qos_policy_id': None} 2018-09-02 10:16:49,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:49,113 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:49,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:49,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:49,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 10:16:49,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.create' 2018-09-02 10:16:49,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:49,114 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.create' 2018-09-02 10:16:49,115 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-09-02 10:16:49,115 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.create' 2018-09-02 10:16:49,115 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-09-02 10:16:49,115 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.create' 2018-09-02 10:16:49,115 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:49,115 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:49,116 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:49,116 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-09-02 10:16:49,116 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:16:49,169 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:49,169 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:49,169 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:49,169 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:49,169 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:49,169 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:49,170 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:49,170 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:16:49,170 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:49,170 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:49 GMT 2018-09-02 10:16:49,170 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:49,170 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:16:49,170 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:54,175 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:54,240 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:54,241 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:54,241 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:54,241 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:54,241 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:54,241 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:54,241 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:54,241 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:49.248Z", "message": "Configuring node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:49.248Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "security_group_ayekgf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:49.248Z", "message": "Task succeeded 'neutron_plugin.security_group.create'", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:49.248Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "security_group_ayekgf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:50.253Z", "message": "Configuring node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:50.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:50.253Z", "message": "Starting node", "node_name": "data_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:50.253Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "security_group_ayekgf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:51.278Z", "message": "Starting node", "node_name": "security_group", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:51.278Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:52.286Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:52.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:52.286Z", "message": "Creating node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:52.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:52.286Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:52.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:52.286Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:52.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:52.286Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:52.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:52.286Z", "message": "Creating node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:52.286Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "router_w2fwnr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:53.544Z", "message": "Task succeeded 'neutron_plugin.router.create'", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:53.544Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 70, "offset": 58, "size": 50}}} 2018-09-02 10:16:54,241 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:54,242 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:54 GMT 2018-09-02 10:16:54,242 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:54,242 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5994 2018-09-02 10:16:54,242 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:54,242 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:54,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.create' 2018-09-02 10:16:54,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:54,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:54,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:54,243 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-02 10:16:54,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:54,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-02 10:16:54,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-02 10:16:54,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-02 10:16:54,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:54,244 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.create' 2018-09-02 10:16:54,245 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:16:54,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:54,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:54,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:54,322 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:54 GMT 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:16:54,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:59,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:16:59,394 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_w2fwnr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:54.296Z", "message": "Configuring node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:54.296Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:54.296Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:54.296Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:55.312Z", "message": "Configuring node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:55.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:55.312Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:55.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:55.312Z", "message": "Configuring node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:55.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "router_w2fwnr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:55.312Z", "message": "Starting node", "node_name": "router", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:55.312Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:56.450Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:56.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:56.450Z", "message": "Creating node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:56.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:56.450Z", "message": "Starting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:56.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:56.450Z", "message": "Sending task 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:56.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:56.450Z", "message": "Starting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:56.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:56.450Z", "message": "Task started 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:56.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:56.450Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:56.450Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:57.741Z", "message": "connect_security_group(): source_id=089d85e8-c750-48c1-8f77-a41dcdb6c315 target={u'external_id': u'5d9d9655-425d-4f19-b0f2-3c1b48db863a', 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-02T10:16:57.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "d1efb70a-aa78-4c10-9e6c-e764f0594fb8"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:58.741Z", "message": "connect_security_group(): source_id=eef583ae-37d4-4fa5-b7da-aac77b19b6b3 target={u'external_id': u'5d9d9655-425d-4f19-b0f2-3c1b48db863a', 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-02T10:16:58.741Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "54cfbf38-7335-40a7-bb48-843a9f39d878"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:59.143Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:59.143Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 88, "offset": 70, "size": 50}}} 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:59,395 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:59 GMT 2018-09-02 10:16:59,396 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:59,396 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8385 2018-09-02 10:16:59,396 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:16:59,396 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:59,396 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-02 10:16:59,397 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:59,397 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-02 10:16:59,397 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:16:59,397 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:59,397 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-09-02 10:16:59,397 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:16:59,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:59,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.create' 2018-09-02 10:16:59,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:16:59,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.create' 2018-09-02 10:16:59,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-09-02 10:16:59,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=089d85e8-c750-48c1-8f77-a41dcdb6c315 target={u'external_id': u'5d9d9655-425d-4f19-b0f2-3c1b48db863a', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-02 10:16:59,398 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=eef583ae-37d4-4fa5-b7da-aac77b19b6b3 target={u'external_id': u'5d9d9655-425d-4f19-b0f2-3c1b48db863a', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-02 10:16:59,399 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-02 10:16:59,399 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:16:59,452 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:16:59,452 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:16:59,452 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:16:59,452 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:16:59,453 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:16:59,453 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:16:59,453 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:16:59,453 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:16:59,453 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:16:59,453 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:16:59 GMT 2018-09-02 10:16:59,453 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:16:59,453 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:16:59,453 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:04,459 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:04,537 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:04,538 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:04,538 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:04,538 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:04,538 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:04,538 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:04,538 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:04,538 - 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-02T10:16:59.480Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:59.480Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:16:59.480Z", "message": "Task succeeded 'neutron_plugin.subnet.create'", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:16:59.480Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:00.485Z", "message": "Starting node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:00.485Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:00.485Z", "message": "Configuring node", "node_name": "management_plane_subnet", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:00.485Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:01.491Z", "message": "Task started 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:01.491Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:01.491Z", "message": "Sending task 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:01.491Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 94, "offset": 86, "size": 50}}} 2018-09-02 10:17:04,538 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:04,539 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:04 GMT 2018-09-02 10:17:04,539 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:04,539 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 3058 2018-09-02 10:17:04,539 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:04,539 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-02 10:17:04,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.create' 2018-09-02 10:17:04,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:17:04,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:17:04,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.connect_subnet' 2018-09-02 10:17:04,540 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.connect_subnet' 2018-09-02 10:17:04,540 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:04,596 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:04,596 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:04,597 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:04 GMT 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:04,597 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:04,598 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:09,603 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:09,664 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:09,665 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:09,665 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:09,665 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:09,665 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:09,665 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:09,665 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:09,665 - 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-02T10:17:05.710Z", "message": "Task succeeded 'neutron_plugin.router.connect_subnet'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:05.710Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:06.497Z", "message": "Creating node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:06.497Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:06.497Z", "message": "Creating node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:06.497Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:07.504Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:07.504Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:07.504Z", "message": "Task started 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:07.504Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:07.504Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:07.504Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:07.504Z", "message": "Sending task 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:07.504Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:09.592Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:09.592Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 102, "offset": 92, "size": 50}}} 2018-09-02 10:17:09,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:09,666 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:09 GMT 2018-09-02 10:17:09,666 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:09,666 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4052 2018-09-02 10:17:09,666 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:09,666 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.connect_subnet' 2018-09-02 10:17:09,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:17:09,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:17:09,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-02 10:17:09,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.create' 2018-09-02 10:17:09,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-02 10:17:09,667 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.create' 2018-09-02 10:17:09,668 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-02 10:17:09,668 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:09,728 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:09,728 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:09,728 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:09,728 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:09,728 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:09,728 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:09,728 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:09,729 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:09,729 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:09,729 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:09 GMT 2018-09-02 10:17:09,729 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:09,729 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:09,729 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:14,734 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:14,842 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:14,842 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:10.611Z", "message": "Configuring node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:10.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:10.611Z", "message": "Task succeeded 'neutron_plugin.port.create'", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:10.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:10.611Z", "message": "Configuring node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:10.611Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:11.617Z", "message": "Starting node", "node_name": "reference_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:11.617Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:11.617Z", "message": "Starting node", "node_name": "target_vnf_port", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:11.617Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:12.635Z", "message": "Task started 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:12.635Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:12.635Z", "message": "Sending task 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:12.635Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:13.448Z", "message": "connect_security_group(): source_id=e75a4a78-ac5f-4083-8a72-55b69474a26d target={u'external_id': u'5d9d9655-425d-4f19-b0f2-3c1b48db863a', 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-02T10:17:13.448Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "cc0c275a-dea6-4f61-a162-18617aaaf46a"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:13.789Z", "message": "connect_security_group(): source_id=fde693f1-2bbb-4634-98f4-13cc42c02f58 target={u'external_id': u'5d9d9655-425d-4f19-b0f2-3c1b48db863a', 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-02T10:17:13.789Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "1b28448e-8a52-4fff-8736-5b046299277d"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:14.360Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:14.360Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 114, "offset": 100, "size": 50}}} 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:14 GMT 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:14,843 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5349 2018-09-02 10:17:14,844 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:14,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:17:14,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.create' 2018-09-02 10:17:14,844 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:17:14,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:17:14,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:17:14,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.connect_security_group' 2018-09-02 10:17:14,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.connect_security_group' 2018-09-02 10:17:14,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=e75a4a78-ac5f-4083-8a72-55b69474a26d target={u'external_id': u'5d9d9655-425d-4f19-b0f2-3c1b48db863a', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-02 10:17:14,845 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - connect_security_group(): source_id=fde693f1-2bbb-4634-98f4-13cc42c02f58 target={u'external_id': u'5d9d9655-425d-4f19-b0f2-3c1b48db863a', u'external_name': u'vnf_test_security_group', u'external_type': u'security_group'} 2018-09-02 10:17:14,846 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-02 10:17:14,846 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:14,942 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:14,943 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:14,943 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:14,943 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:14,943 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:14,943 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:14,943 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:14,943 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:14,943 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:14,943 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:14 GMT 2018-09-02 10:17:14,944 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:14,944 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:14,944 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:19,949 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:20,013 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:20,013 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:20,013 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:20,013 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:20,013 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:20,014 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:20,014 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:20,014 - 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": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:14.956Z", "message": "Task started 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:14.956Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:14.956Z", "message": "Task succeeded 'neutron_plugin.port.connect_security_group'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:14.956Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:14.956Z", "message": "Sending task 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:14.956Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:17.558Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:17.558Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.establish", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:17.969Z", "message": "Task succeeded 'neutron_plugin.floatingip.connect_port'", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:17.969Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:18.963Z", "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'e75a4a78-ac5f-4083-8a72-55b69474a26d', u'fixed_ip_address': u'11.0.0.8', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:f5:86:83'}, {u'external_id': u'089d85e8-c750-48c1-8f77-a41dcdb6c315', u'fixed_ip_address': u'12.0.0.12', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:90:2e:e2'}]", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:18.963Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "57faa9d5-c9fa-4f98-abec-fd8865515883"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:18.992Z", "message": "Creating node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:18.992Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:18.992Z", "message": "Creating node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:18.992Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:18.992Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:18.992Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:18.992Z", "message": "Task started 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:18.992Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:18.992Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:18.992Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:18.992Z", "message": "Sending task 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:18.992Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:19.815Z", "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'fde693f1-2bbb-4634-98f4-13cc42c02f58', u'fixed_ip_address': u'11.0.0.13', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:ce:da:ce'}, {u'external_id': u'eef583ae-37d4-4fa5-b7da-aac77b19b6b3', u'fixed_ip_address': u'12.0.0.23', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:17:51:23'}]", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:19.815Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "d4819768-670e-4585-bc60-64fa73235c01"}, {"node_instance_id": "reference_vnf_host_djqovg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:19.815Z", "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-02T10:17:19.815Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "d4819768-670e-4585-bc60-64fa73235c01"}, {"node_instance_id": "target_vnf_host_dkumw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:19.815Z", "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-02T10:17:19.815Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "57faa9d5-c9fa-4f98-abec-fd8865515883"}], "metadata": {"pagination": {"total": 131, "offset": 110, "size": 50}}} 2018-09-02 10:17:20,014 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:20,014 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:20 GMT 2018-09-02 10:17:20,014 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:20,014 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 8852 2018-09-02 10:17:20,014 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:20,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.connect_port' 2018-09-02 10:17:20,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.connect_security_group' 2018-09-02 10:17:20,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.connect_port' 2018-09-02 10:17:20,015 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-09-02 10:17:20,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.connect_port' 2018-09-02 10:17:20,016 - 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'e75a4a78-ac5f-4083-8a72-55b69474a26d', u'fixed_ip_address': u'11.0.0.8', u'external_name': u'target_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:f5:86:83'}, {u'external_id': u'089d85e8-c750-48c1-8f77-a41dcdb6c315', u'fixed_ip_address': u'12.0.0.12', u'external_name': u'target_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:90:2e:e2'}] 2018-09-02 10:17:20,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:17:20,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating node 2018-09-02 10:17:20,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 10:17:20,016 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.create' 2018-09-02 10:17:20,017 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 10:17:20,017 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.create' 2018-09-02 10:17:20,017 - 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'fde693f1-2bbb-4634-98f4-13cc42c02f58', u'fixed_ip_address': u'11.0.0.13', u'external_name': u'reference_vnf_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:ce:da:ce'}, {u'external_id': u'eef583ae-37d4-4fa5-b7da-aac77b19b6b3', u'fixed_ip_address': u'12.0.0.23', u'external_name': u'reference_vnf_data_plane_port', u'external_type': u'port', u'mac_address': u'fa:16:3e:17:51:23'}] 2018-09-02 10:17:20,017 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'reference_vnf'} 2018-09-02 10:17:20,017 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - server.create() server before transformations: {'meta': {}, 'name': u'target_vnf'} 2018-09-02 10:17:20,018 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:20,070 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:20,070 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:20,070 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:20,071 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:20,071 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:20,071 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:20,071 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:20,071 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:20,071 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:20,071 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:20 GMT 2018-09-02 10:17:20,071 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:20,071 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:20,072 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:25,077 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:25,146 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:25,146 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:25,146 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:25,146 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:25,146 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:25,146 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:25,146 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:25,147 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_dkumw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:22.374Z", "message": "server.create() server after transformations: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'feb36cf9-269e-455a-b3e0-a637661232b3'}, 'nics': [{'port-id': u'e75a4a78-ac5f-4083-8a72-55b69474a26d'}, {'port-id': u'089d85e8-c750-48c1-8f77-a41dcdb6c315'}], 'flavor': u'ea2cae18-c49f-48f9-a8bd-46020b88678a'}", "level": "debug", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:22.374Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "57faa9d5-c9fa-4f98-abec-fd8865515883"}, {"node_instance_id": "target_vnf_host_dkumw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:22.821Z", "message": "Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'feb36cf9-269e-455a-b3e0-a637661232b3'}, 'nics': [{'port-id': u'e75a4a78-ac5f-4083-8a72-55b69474a26d'}, {'port-id': u'089d85e8-c750-48c1-8f77-a41dcdb6c315'}], 'flavor': u'ea2cae18-c49f-48f9-a8bd-46020b88678a'}", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:22.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "57faa9d5-c9fa-4f98-abec-fd8865515883"}, {"node_instance_id": "reference_vnf_host_djqovg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:22.821Z", "message": "Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'feb36cf9-269e-455a-b3e0-a637661232b3'}, 'nics': [{'port-id': u'fde693f1-2bbb-4634-98f4-13cc42c02f58'}, {'port-id': u'eef583ae-37d4-4fa5-b7da-aac77b19b6b3'}], 'flavor': u'ea2cae18-c49f-48f9-a8bd-46020b88678a'}", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:22.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "d4819768-670e-4585-bc60-64fa73235c01"}, {"node_instance_id": "reference_vnf_host_djqovg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:22.821Z", "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-02T10:17:22.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "d4819768-670e-4585-bc60-64fa73235c01"}, {"node_instance_id": "reference_vnf_host_djqovg", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:22.821Z", "message": "server.create() server after transformations: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'feb36cf9-269e-455a-b3e0-a637661232b3'}, 'nics': [{'port-id': u'fde693f1-2bbb-4634-98f4-13cc42c02f58'}, {'port-id': u'eef583ae-37d4-4fa5-b7da-aac77b19b6b3'}], 'flavor': u'ea2cae18-c49f-48f9-a8bd-46020b88678a'}", "level": "debug", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:22.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "d4819768-670e-4585-bc60-64fa73235c01"}, {"node_instance_id": "target_vnf_host_dkumw5", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:22.821Z", "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-02T10:17:22.821Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "57faa9d5-c9fa-4f98-abec-fd8865515883"}], "metadata": {"pagination": {"total": 137, "offset": 125, "size": 50}}} 2018-09-02 10:17:25,147 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:25,147 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:25 GMT 2018-09-02 10:17:25,147 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:25,147 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5158 2018-09-02 10:17:25,147 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:25,147 - 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'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'feb36cf9-269e-455a-b3e0-a637661232b3'}, 'nics': [{'port-id': u'e75a4a78-ac5f-4083-8a72-55b69474a26d'}, {'port-id': u'089d85e8-c750-48c1-8f77-a41dcdb6c315'}], 'flavor': u'ea2cae18-c49f-48f9-a8bd-46020b88678a'} 2018-09-02 10:17:25,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'target_vnf', 'key_name': u'vnf_test_keypair', 'image': u'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'feb36cf9-269e-455a-b3e0-a637661232b3'}, 'nics': [{'port-id': u'e75a4a78-ac5f-4083-8a72-55b69474a26d'}, {'port-id': u'089d85e8-c750-48c1-8f77-a41dcdb6c315'}], 'flavor': u'ea2cae18-c49f-48f9-a8bd-46020b88678a'} 2018-09-02 10:17:25,148 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Creating VM with parameters: {'name': u'reference_vnf', 'key_name': u'vnf_test_keypair', 'image': u'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'feb36cf9-269e-455a-b3e0-a637661232b3'}, 'nics': [{'port-id': u'fde693f1-2bbb-4634-98f4-13cc42c02f58'}, {'port-id': u'eef583ae-37d4-4fa5-b7da-aac77b19b6b3'}], 'flavor': u'ea2cae18-c49f-48f9-a8bd-46020b88678a'} 2018-09-02 10:17:25,148 - 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 10:17:25,148 - 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'c6e9ff92-abf3-4cb8-b231-ce37d664de27', 'meta': {'cloudify_management_network_name': u'management_plane_network', 'cloudify_management_network_id': u'feb36cf9-269e-455a-b3e0-a637661232b3'}, 'nics': [{'port-id': u'fde693f1-2bbb-4634-98f4-13cc42c02f58'}, {'port-id': u'eef583ae-37d4-4fa5-b7da-aac77b19b6b3'}], 'flavor': u'ea2cae18-c49f-48f9-a8bd-46020b88678a'} 2018-09-02 10:17:25,148 - 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 10:17:25,148 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:25,200 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:25,200 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:25,200 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:25,200 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:25,200 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:25,201 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:25,201 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:25,201 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:25,201 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:25,201 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:25 GMT 2018-09-02 10:17:25,201 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:25,201 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:25,201 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:30,206 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:30,267 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:30,267 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:26.681Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:26.681Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.create", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:27.027Z", "message": "Task succeeded 'nova_plugin.server.create'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:27.027Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:28.038Z", "message": "Configuring node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:28.038Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:28.038Z", "message": "Configuring node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:28.038Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:29.051Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:29.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:29.051Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:29.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:29.051Z", "message": "Starting node", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:29.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:29.051Z", "message": "Task started 'nova_plugin.server.start'", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:29.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:29.051Z", "message": "Sending task 'nova_plugin.server.start'", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:29.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:29.051Z", "message": "Starting node", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:17:29.051Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 147, "offset": 131, "size": 50}}} 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:30 GMT 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:30,268 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4962 2018-09-02 10:17:30,269 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:30,269 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 10:17:30,269 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.create' 2018-09-02 10:17:30,269 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:17:30,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Configuring node 2018-09-02 10:17:30,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 10:17:30,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 10:17:30,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:17:30,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' 2018-09-02 10:17:30,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' 2018-09-02 10:17:30,270 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting node 2018-09-02 10:17:30,271 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:30,321 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:30,321 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:30,321 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:30,322 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:30 GMT 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:30,322 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:35,328 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:35,389 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:30.528Z", "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-02T10:17:30.528Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:17:31.057Z", "message": "Task rescheduled 'nova_plugin.server.start' -> Waiting for server to be in ACTIVE state but is in BUILD:None 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:None 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:None state. Retrying... [retry_after=30]\n", "type": "OperationRetry"}], "reported_timestamp": "2018-09-02T10:17:31.057Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 149, "offset": 141, "size": 50}}} 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:35,390 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:35 GMT 2018-09-02 10:17:35,391 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:35,391 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2330 2018-09-02 10:17:35,391 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:35,391 - 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 10:17:35,391 - 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:None state. Retrying... [retry_after=30] 2018-09-02 10:17:35,392 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:35,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:35,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:35,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:35,444 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:35 GMT 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:35,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:40,450 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:40,516 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:40,516 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:40,516 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:40,516 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:40 GMT 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:17:40,517 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:40,518 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:40,571 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:40,571 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:40,571 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:40,571 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:40,572 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:40,572 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:40,572 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:40,572 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:40,572 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:40,572 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:40 GMT 2018-09-02 10:17:40,572 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:40,572 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:40,572 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:45,574 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:45,641 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:45,641 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:45,641 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:45,641 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:45,641 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:45,641 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:45,642 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:45,642 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-09-02 10:17:45,642 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:45,642 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:45 GMT 2018-09-02 10:17:45,642 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:45,642 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:17:45,642 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:45,642 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:45,696 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:45,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:45,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:45,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:45,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:45,696 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:45,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:45,697 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:45,697 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:45,697 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:45 GMT 2018-09-02 10:17:45,697 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:45,697 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:45,697 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:50,703 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:50,858 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:50,859 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:50 GMT 2018-09-02 10:17:50,860 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:50,860 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:17:50,860 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:50,860 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:50,971 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:50,971 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:50,971 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:50,972 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:50 GMT 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:50,972 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:55,978 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:17:56,164 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:56,164 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 149, "offset": 143, "size": 50}}} 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:56 GMT 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:17:56,165 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:17:56,443 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:17:56,443 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:17:56,443 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:17:56,443 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:17:56,443 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:17:56,443 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:17:56,444 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:17:56,444 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:17:56,444 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:17:56,444 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:17:56 GMT 2018-09-02 10:17:56,444 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:17:56,444 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:17:56,444 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:01,449 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:01,524 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:01,524 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:01,524 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:01,524 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:01,524 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:01,524 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:01,525 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:01,525 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_djqovg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:00.524Z", "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-02T10:18:00.524Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:01.146Z", "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-02T10:18:01.146Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:01.146Z", "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-02T10:18:01.146Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:01.146Z", "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-02T10:18:01.146Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 153, "offset": 143, "size": 50}}} 2018-09-02 10:18:01,525 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:01,525 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:01 GMT 2018-09-02 10:18:01,525 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:01,525 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2162 2018-09-02 10:18:01,525 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:01,525 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 10:18:01,525 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 1/60] 2018-09-02 10:18:01,525 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 10:18:01,525 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 1/60] 2018-09-02 10:18:01,526 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:01,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:01,696 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:01 GMT 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:18:01,696 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:06,702 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:06,769 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:06,769 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:06,769 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:06,769 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:03.381Z", "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-02T10:18:03.381Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_rescheduled", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:04.152Z", "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-02T10:18:04.152Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 155, "offset": 147, "size": 50}}} 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:06 GMT 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 2368 2018-09-02 10:18:06,770 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:06,770 - 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 10:18:06,770 - 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 10:18:06,770 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:06,822 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:06,822 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:06,822 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:06,823 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:06 GMT 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:18:06,823 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:11,828 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:11,895 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:11,895 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:11,895 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:11 GMT 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:11,896 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:11,954 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:11,955 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:11 GMT 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:18:11,955 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:16,961 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:17,020 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:17,020 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:17 GMT 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:17,021 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:17,072 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:17,072 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:17,072 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:17,072 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:17,072 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:17,072 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:17,072 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:17,073 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:17,073 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:17,073 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:17 GMT 2018-09-02 10:18:17,073 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:17,073 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:18:17,073 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:22,078 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:22,142 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:22,142 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:22,142 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:22,142 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:22 GMT 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:22,143 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:22,196 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:22,196 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:22,196 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:22,196 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:22,196 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:22,196 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:22,196 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:22,196 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:22,197 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:22,197 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:22 GMT 2018-09-02 10:18:22,197 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:22,197 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:18:22,197 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:27,202 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:27,262 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:27,262 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:27,262 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:27,262 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:27,262 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:27 GMT 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:27,263 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:27,315 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:27,315 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:27,315 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:27,315 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:27,315 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:27,315 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:27,315 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:27,315 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:27,316 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:27,316 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:27 GMT 2018-09-02 10:18:27,316 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:27,316 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:18:27,316 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:32,321 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:32,381 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 155, "offset": 149, "size": 50}}} 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:32 GMT 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 84 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:32,382 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:32,433 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:32,433 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:32,433 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:32,433 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:32,433 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:32,433 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:32,434 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:32,434 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:32,434 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:32,434 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:32 GMT 2018-09-02 10:18:32,434 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:32,434 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:18:32,434 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:37,439 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "reference_vnf_host_djqovg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:33.404Z", "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-02T10:18:33.404Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:34.177Z", "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-02T10:18:34.177Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:34.177Z", "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-02T10:18:34.177Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:34.177Z", "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-02T10:18:34.177Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "reference_vnf_host_djqovg", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:35.790Z", "message": "Server is ACTIVE", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:18:35.790Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "ea255c4d-84f9-4500-bd7b-b99df83c461f"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:35.903Z", "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-02T10:18:35.903Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}, {"node_instance_id": "target_vnf_host_dkumw5", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:36.923Z", "message": "Server is ACTIVE", "level": "info", "node_name": "target_vnf_host", "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:18:36.923Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0", "logger": "efa3b627-3391-4cc4-ab8e-b5c32af74343"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.start", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:37.031Z", "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-02T10:18:37.031Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 163, "offset": 149, "size": 50}}} 2018-09-02 10:18:37,502 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:37,503 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:37 GMT 2018-09-02 10:18:37,503 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:37,503 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4248 2018-09-02 10:18:37,503 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:37,503 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 10:18:37,503 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.start' [retry 2/60] 2018-09-02 10:18:37,503 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 10:18:37,503 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.start' [retry 2/60] 2018-09-02 10:18:37,503 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-09-02 10:18:37,503 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-09-02 10:18:37,504 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Server is ACTIVE 2018-09-02 10:18:37,504 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.server.start' [retry 2/60] 2018-09-02 10:18:37,504 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:37,557 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:37 GMT 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 345 2018-09-02 10:18:37,557 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:42,563 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:18:42,627 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:42,627 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:42,627 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:18:38.192Z", "message": "'install' workflow execution succeeded", "node_name": null, "workflow_id": "install", "error_causes": null, "reported_timestamp": "2018-09-02T10:18:38.192Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 164, "offset": 157, "size": 50}}} 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:42 GMT 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 525 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:42,628 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'install' workflow execution succeeded 2018-09-02 10:18:42,628 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/4b852e35-f698-450f-8b5b-f51223dca6f0 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:18:42,695 - 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-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"} 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:18:42,695 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:18:42 GMT 2018-09-02 10:18:42,696 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:18:42,696 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 348 2018-09-02 10:18:42,696 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:18:42,696 - 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-02T10:16:38.610Z', 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'4b852e35-f698-450f-8b5b-f51223dca6f0'} 2018-09-02 10:18:42,703 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - BGP Interoperability test. 2018-09-02 10:18:42,761 - 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.203'}, 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.202'}}, 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 10:18:42,818 - 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.203'}, 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.202'}}, 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 10:18:42,818 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : reference_vnf 2018-09-02 10:18:42,818 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - reference_vnf floating ip address : 172.30.9.203 2018-09-02 10:18:42,818 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:18:42,820 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:18:44,340 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:18: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-ad7bec46-fb77-445b-88cc-f8b5fc9d4f56 x-compute-request-id: req-ad7bec46-fb77-445b-88cc-f8b5fc9d4f56 Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:18:44,340 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ad7bec46-fb77-445b-88cc-f8b5fc9d4f56 2018-09-02 10:18:44,341 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.52207303047s 2018-09-02 10:18:44,341 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-ad7bec46-fb77-445b-88cc-f8b5fc9d4f56 2018-09-02 10:18:44,345 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:18:44,347 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:18:45,598 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:18: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-90e6e916-f92d-49f4-9d62-272f2975fd76 x-compute-request-id: req-90e6e916-f92d-49f4-9d62-272f2975fd76 Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:18:45,598 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-90e6e916-f92d-49f4-9d62-272f2975fd76 2018-09-02 10:18:45,599 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.2539498806s 2018-09-02 10:18:45,599 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-90e6e916-f92d-49f4-9d62-272f2975fd76 2018-09-02 10:18:45,602 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of reference_vnf : 11.0.0.13 2018-09-02 10:18:45,602 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of reference_vnf : fa:16:3e:ce:da:ce 2018-09-02 10:18:45,603 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:18:45,605 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:18:47,248 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:18: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-616379db-1ada-491d-8414-845c222da093 x-compute-request-id: req-616379db-1ada-491d-8414-845c222da093 Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:18:47,248 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-616379db-1ada-491d-8414-845c222da093 2018-09-02 10:18:47,248 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.64510703087s 2018-09-02 10:18:47,248 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-616379db-1ada-491d-8414-845c222da093 2018-09-02 10:18:47,251 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:18:47,254 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:18:48,411 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:18: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-814eef3c-7f1b-4c4d-bf86-808a23f9cccc x-compute-request-id: req-814eef3c-7f1b-4c4d-bf86-808a23f9cccc Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:18:48,411 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-814eef3c-7f1b-4c4d-bf86-808a23f9cccc 2018-09-02 10:18:48,411 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.15994000435s 2018-09-02 10:18:48,412 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-814eef3c-7f1b-4c4d-bf86-808a23f9cccc 2018-09-02 10:18:48,415 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of reference_vnf : 12.0.0.23 2018-09-02 10:18:48,415 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of reference_vnf : fa:16:3e:17:51:23 2018-09-02 10:18:48,416 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - vnf name : target_vnf 2018-09-02 10:18:48,416 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - target_vnf floating ip address : 172.30.9.202 2018-09-02 10:18:48,416 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:18:48,419 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:18:49,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:18: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-b3cd0c43-618e-4627-985e-746f5a854b4c x-compute-request-id: req-b3cd0c43-618e-4627-985e-746f5a854b4c Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:18:49,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b3cd0c43-618e-4627-985e-746f5a854b4c 2018-09-02 10:18:49,421 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.00469589233s 2018-09-02 10:18:49,421 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-b3cd0c43-618e-4627-985e-746f5a854b4c 2018-09-02 10:18:49,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:18:49,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:18:50,421 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:18: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-d44603d3-39e9-4b87-8a2a-130a26b8b861 x-compute-request-id: req-d44603d3-39e9-4b87-8a2a-130a26b8b861 Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:18:50,421 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d44603d3-39e9-4b87-8a2a-130a26b8b861 2018-09-02 10:18:50,422 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.997701883316s 2018-09-02 10:18:50,422 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-d44603d3-39e9-4b87-8a2a-130a26b8b861 2018-09-02 10:18:50,424 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_ip of target_vnf : 11.0.0.8 2018-09-02 10:18:50,424 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - management_plane_network_mac of target_vnf : fa:16:3e:f5:86:83 2018-09-02 10:18:50,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:18:50,426 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:18:51,926 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:18: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-606d7c48-c844-42c1-bee7-dcfc2d83c3ca x-compute-request-id: req-606d7c48-c844-42c1-bee7-dcfc2d83c3ca Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:18:51,927 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-606d7c48-c844-42c1-bee7-dcfc2d83c3ca 2018-09-02 10:18:51,927 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.50242710114s 2018-09-02 10:18:51,927 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-606d7c48-c844-42c1-bee7-dcfc2d83c3ca 2018-09-02 10:18:51,931 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:18:51,934 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:18:53,279 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:18: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-048d0d03-83b6-4138-8e90-c9299f345c5e x-compute-request-id: req-048d0d03-83b6-4138-8e90-c9299f345c5e Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:18:53,279 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-048d0d03-83b6-4138-8e90-c9299f345c5e 2018-09-02 10:18:53,280 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.34820508957s 2018-09-02 10:18:53,280 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-048d0d03-83b6-4138-8e90-c9299f345c5e 2018-09-02 10:18:53,283 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_ip of target_vnf : 12.0.0.12 2018-09-02 10:18:53,283 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - data_plane_network_mac of target_vnf : fa:16:3e:90:2e:e2 2018-09-02 10:18:53,284 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - init test exec 2018-09-02 10:18:53,295 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 10:18:53,313 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - init vnf controller 2018-09-02 10:18:53,322 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 10:18:53,337 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - initialize vm controller 2018-09-02 10:18:53,337 - functest.opnfv_tests.vnf.router.vnf_controller.command_generator - DEBUG - init command generator 2018-09-02 10:18:53,345 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 10:18:53,403 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test Start Time:'2018-09-02 10:18:53' 2018-09-02 10:18:53,403 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start config command target_vnf and reference_vnf 2018-09-02 10:18:53,403 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to target vnf 2018-09-02 10:18:53,411 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 10:18:53,431 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.202. 2018-09-02 10:18:53,453 - paramiko.transport - DEBUG - starting thread (client mode): 0xfe18b9d0L 2018-09-02 10:18:53,454 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 10:18:53,457 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-02 10:18:53,457 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-02 10:18:53,458 - 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 10:18:53,458 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-02 10:18:53,458 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-02 10:18:53,458 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 10:18:53,459 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-02 10:18:53,459 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 10:18:53,500 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-02 10:18:53,572 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-02 10:18:53,572 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 10:18:53,575 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.202: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-02 10:18:53,609 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 10:18:53,614 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-02 10:18:53,614 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-02 10:18:53,640 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.202. 2018-09-02 10:18:53,640 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 10:18:53,641 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 10:18:53,641 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 10:18:53,644 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 10:18:53,644 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 10:18:53,670 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-09-02 10:18:54,672 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : Welcome to VyOS. This system is open-source software. The exact distribution terms for each module comprising the full system are described in the individual files in /usr/share/doc/*/copyright. Last login: Thu Dec 1 08:47:55 2016 configure vyos@vyos:~$ configure [edit] vyos@vyos# 2018-09-02 10:18:59,677 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-09-02 10:19:00,679 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-09-02 10:19:05,684 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-09-02 10:19:06,686 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-09-02 10:19:11,691 - 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 10:19:12,693 - 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 10:19:17,698 - 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 10:19:18,700 - 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 10:19:23,705 - 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 10:19:24,707 - 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 10:19:29,713 - 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 10:19:30,715 - 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 10:19:35,720 - 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 10:19:36,722 - 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 10:19:41,726 - 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 10:19:42,728 - 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 10:19:47,733 - 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 10:19:48,735 - 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 10:19:53,741 - 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 10:19:54,742 - 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 10:19:59,743 - 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 10:20:00,745 - 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 10:20:05,750 - 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 10:20:06,752 - 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 10:20:11,758 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-02 10:20:12,760 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-02 10:20:17,765 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.23 ebgp-multihop '2' 2018-09-02 10:20:18,767 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.23 ebgp-multihop '2' [edit] vyos@vyos# 2018-09-02 10:20:23,773 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.23 remote-as 65002 2018-09-02 10:20:24,774 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.23 remote-as 65002 [edit] vyos@vyos# 2018-09-02 10:20:29,780 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.23 update-source 12.0.0.12 2018-09-02 10:20:30,782 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.23 update-source 12.0.0.12 [edit] vyos@vyos# 2018-09-02 10:20:35,787 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.23 soft-reconfiguration inbound 2018-09-02 10:20:36,789 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.23 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-09-02 10:20:41,790 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 neighbor 12.0.0.23 password lab0033 2018-09-02 10:20:42,792 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 neighbor 12.0.0.23 password lab0033 [edit] vyos@vyos# 2018-09-02 10:20:47,797 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.1.0/24 2018-09-02 10:20:48,800 - 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 10:20:53,802 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.2.0/24 2018-09-02 10:20:54,804 - 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 10:20:59,809 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.3.0/24 2018-09-02 10:21:00,811 - 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 10:21:05,814 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.4.0/24 2018-09-02 10:21:06,816 - 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 10:21:11,821 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.5.0/24 2018-09-02 10:21:12,823 - 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 10:21:17,824 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.6.0/24 2018-09-02 10:21:18,826 - 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 10:21:23,831 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.7.0/24 2018-09-02 10:21:24,834 - 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 10:21:29,839 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.8.0/24 2018-09-02 10:21:30,841 - 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 10:21:35,847 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.9.0/24 2018-09-02 10:21:36,849 - 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 10:21:41,854 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 network 10.0.10.0/24 2018-09-02 10:21:42,855 - 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 10:21:47,861 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65001 parameters router-id 12.0.0.12 2018-09-02 10:21:48,863 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65001 parameters router-id 12.0.0.12 [edit] vyos@vyos# 2018-09-02 10:21:53,868 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-02 10:21:54,870 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-02 10:21:59,924 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 10:21:59,940 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Configuration to reference vnf 2018-09-02 10:21:59,958 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 10:21:59,993 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.203. 2018-09-02 10:22:00,016 - paramiko.transport - DEBUG - starting thread (client mode): 0xfe18bc50L 2018-09-02 10:22:00,017 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 10:22:00,026 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-02 10:22:00,026 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-02 10:22:00,027 - 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 10:22:00,028 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-02 10:22:00,028 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-02 10:22:00,028 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 10:22:00,028 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-02 10:22:00,028 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 10:22:00,064 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-02 10:22:00,174 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-02 10:22:00,175 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 10:22:00,178 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.203: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-02 10:22:00,213 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 10:22:00,235 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-02 10:22:00,235 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-02 10:22:00,242 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.203. 2018-09-02 10:22:00,243 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 10:22:00,244 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 10:22:00,244 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 10:22:00,247 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 10:22:00,249 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 10:22:01,267 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : configure 2018-09-02 10:22:02,268 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : configure [edit] vyos@vyos# 2018-09-02 10:22:07,269 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth0 mtu 1450 2018-09-02 10:22:08,271 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth0 mtu 1450 [edit] vyos@vyos# 2018-09-02 10:22:13,276 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : sudo /sbin/ifconfig eth1 mtu 1450 2018-09-02 10:22:14,278 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : sudo /sbin/ifconfig eth1 mtu 1450 [edit] vyos@vyos# 2018-09-02 10:22:19,284 - 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 10:22:20,286 - 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 10:22:25,291 - 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 10:22:26,293 - 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 10:22:31,298 - 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 10:22:32,300 - 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 10:22:37,305 - 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 10:22:38,307 - 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 10:22:43,313 - 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 10:22:44,315 - 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 10:22:49,316 - 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 10:22:50,318 - 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 10:22:55,323 - 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 10:22:56,325 - 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 10:23:01,331 - 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 10:23:02,333 - 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 10:23:07,338 - 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 10:23:08,340 - 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 10:23:13,345 - 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 10:23:14,347 - 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 10:23:19,352 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-02 10:23:20,355 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-02 10:23:25,360 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.12 ebgp-multihop '2' 2018-09-02 10:23:26,362 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.12 ebgp-multihop '2' [edit] vyos@vyos# 2018-09-02 10:23:31,367 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.12 remote-as 65001 2018-09-02 10:23:32,369 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.12 remote-as 65001 [edit] vyos@vyos# 2018-09-02 10:23:37,375 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.12 update-source 12.0.0.23 2018-09-02 10:23:38,377 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.12 update-source 12.0.0.23 [edit] vyos@vyos# 2018-09-02 10:23:43,382 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.12 soft-reconfiguration inbound 2018-09-02 10:23:44,384 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.12 soft-reconfiguration inbou nd [edit] vyos@vyos# 2018-09-02 10:23:49,389 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 neighbor 12.0.0.12 password lab0033 2018-09-02 10:23:50,391 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 neighbor 12.0.0.12 password lab0033 [edit] vyos@vyos# 2018-09-02 10:23:55,392 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.1.0/24 2018-09-02 10:23:56,393 - 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 10:24:01,398 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.2.0/24 2018-09-02 10:24:02,400 - 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 10:24:07,405 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.3.0/24 2018-09-02 10:24:08,407 - 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 10:24:13,408 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.4.0/24 2018-09-02 10:24:14,410 - 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 10:24:19,415 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.5.0/24 2018-09-02 10:24:20,418 - 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 10:24:25,423 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.6.0/24 2018-09-02 10:24:26,425 - 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 10:24:31,430 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.7.0/24 2018-09-02 10:24:32,432 - 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 10:24:37,437 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.8.0/24 2018-09-02 10:24:38,438 - 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 10:24:43,444 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.9.0/24 2018-09-02 10:24:44,446 - 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 10:24:49,451 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 network 10.1.10.0/24 2018-09-02 10:24:50,453 - 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 10:24:55,454 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : set protocols bgp 65002 parameters router-id 12.0.0.23 2018-09-02 10:24:56,456 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : set protocols bgp 65002 parameters router-id 12.0.0.23 [edit] vyos@vyos# 2018-09-02 10:25:01,462 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Command : commit 2018-09-02 10:25:02,464 - functest.opnfv_tests.vnf.router.vnf_controller.vm_controller - DEBUG - Response : commit [edit] vyos@vyos# 2018-09-02 10:25:07,513 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 10:25:07,533 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish config command. 2018-09-02 10:25:07,533 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Waiting for protocol stable. 2018-09-02 10:26:07,593 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Start check method 2018-09-02 10:26:07,612 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - Downloading the test data. 2018-09-02 10:26:07,648 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connect to 172.30.9.202. 2018-09-02 10:26:07,651 - paramiko.transport - DEBUG - starting thread (client mode): 0xfe22de10L 2018-09-02 10:26:07,652 - paramiko.transport - DEBUG - Local version/idstring: SSH-2.0-paramiko_2.4.0 2018-09-02 10:26:07,660 - paramiko.transport - DEBUG - Remote version/idstring: SSH-2.0-OpenSSH_5.5p1 Debian-6+squeeze8 2018-09-02 10:26:07,660 - paramiko.transport - INFO - Connected (version 2.0, client OpenSSH_5.5p1) 2018-09-02 10:26:07,661 - 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 10:26:07,661 - paramiko.transport - DEBUG - Kex agreed: diffie-hellman-group-exchange-sha256 2018-09-02 10:26:07,661 - paramiko.transport - DEBUG - HostKey agreed: ssh-rsa 2018-09-02 10:26:07,661 - paramiko.transport - DEBUG - Cipher agreed: aes128-ctr 2018-09-02 10:26:07,662 - paramiko.transport - DEBUG - MAC agreed: hmac-sha1 2018-09-02 10:26:07,662 - paramiko.transport - DEBUG - Compression agreed: none 2018-09-02 10:26:07,695 - paramiko.transport - DEBUG - Got server p (2048 bits) 2018-09-02 10:26:07,807 - paramiko.transport - DEBUG - kex engine KexGexSHA256 specified hash_algo 2018-09-02 10:26:07,807 - paramiko.transport - DEBUG - Switch to new keys ... 2018-09-02 10:26:07,810 - paramiko.transport - DEBUG - Adding ssh-rsa host key for 172.30.9.202: 05fe7a9c6c774fcdf055d1aa31e1b495 2018-09-02 10:26:07,844 - paramiko.transport - DEBUG - userauth is OK 2018-09-02 10:26:07,867 - paramiko.transport - INFO - Auth banner: Welcome to VyOS 2018-09-02 10:26:07,868 - paramiko.transport - INFO - Authentication (password) successful! 2018-09-02 10:26:07,875 - functest.opnfv_tests.vnf.router.vnf_controller.ssh_client - INFO - SSH connection established to 172.30.9.202. 2018-09-02 10:26:07,875 - paramiko.transport - DEBUG - [chan 0] Max packet in: 32768 bytes 2018-09-02 10:26:07,876 - paramiko.transport - DEBUG - [chan 0] Max packet out: 32768 bytes 2018-09-02 10:26:07,877 - paramiko.transport - DEBUG - Secsh channel 0 opened. 2018-09-02 10:26:07,879 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 10:26:07,880 - paramiko.transport - DEBUG - [chan 0] Sesch channel 0 request ok 2018-09-02 10:26:08,882 - functest.opnfv_tests.vnf.router.vnf_controller.checker - DEBUG - init checker 2018-09-02 10:26:38,962 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 10:26:38,988 - 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 10:26:38,988 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp summary | no-more BGP router identifier 12.0.0.12, 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.23 4 65002 3 6 0 0 0 00:01:02 10 Total number of neighbors 1 vyos@vyos:~$ 2018-09-02 10:26:38,988 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.23 | no-more BGP neighbor is 12.0.0.23, remote AS 65002, local AS 65001, external link BGP version 4, remote router ID 12.0.0.23 BGP state = Established, up for 00:01:08 Last read 13:41:32, hold time is 180, keepalive interval is 60 seconds Neighbor capabilities: 4 Byte AS: advertised and received Route refresh: advertised and received(old & new) Address family IPv4 Unicast: advertised and received Message statistics: Inq depth is 0 Outq depth is 0 Sent Rcvd Opens: 2 0 Notifications: 0 0 Updates: 1 1 Keepalives: 3 2 Route Refresh: 0 0 Capability: 0 0 Total: 6 3 Minimum time between advertisement runs is 30 seconds Update source is 12.0.0.12 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.12, Local port: 179 Foreign host: 12.0.0.23, Foreign port: 50845 Nexthop: 12.0.0.12 Nexthop global: fe80::f816:3eff:fe90:2ee2 Nexthop local: :: BGP connection: non shared network Read thread: on Write thread: off vyos@vyos:~$ 2018-09-02 10:26:38,989 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.23 advertised-routes | no-more BGP table version is 0, local router ID is 12.0.0.12 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.12 0 32768 i *> 10.0.2.0/24 12.0.0.12 0 32768 i *> 10.0.3.0/24 12.0.0.12 0 32768 i *> 10.0.4.0/24 12.0.0.12 0 32768 i *> 10.0.5.0/24 12.0.0.12 0 32768 i *> 10.0.6.0/24 12.0.0.12 0 32768 i *> 10.0.7.0/24 12.0.0.12 0 32768 i *> 10.0.8.0/24 12.0.0.12 0 32768 i *> 10.0.9.0/24 12.0.0.12 0 32768 i *> 10.0.10.0/24 12.0.0.12 0 32768 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-02 10:26:38,989 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.23 received-routes | no-more BGP table version is 0, local router ID is 12.0.0.12 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.23 0 0 65002 i *> 10.1.2.0/24 12.0.0.23 0 0 65002 i *> 10.1.3.0/24 12.0.0.23 0 0 65002 i *> 10.1.4.0/24 12.0.0.23 0 0 65002 i *> 10.1.5.0/24 12.0.0.23 0 0 65002 i *> 10.1.6.0/24 12.0.0.23 0 0 65002 i *> 10.1.7.0/24 12.0.0.23 0 0 65002 i *> 10.1.8.0/24 12.0.0.23 0 0 65002 i *> 10.1.9.0/24 12.0.0.23 0 0 65002 i *> 10.1.10.0/24 12.0.0.23 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-02 10:26:38,989 - functest.opnfv_tests.vnf.router.vnf_controller.vnf_controller - DEBUG - show ip bgp neighbors 12.0.0.23 routes | no-more BGP table version is 0, local router ID is 12.0.0.12 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.23 0 0 65002 i *> 10.1.2.0/24 12.0.0.23 0 0 65002 i *> 10.1.3.0/24 12.0.0.23 0 0 65002 i *> 10.1.4.0/24 12.0.0.23 0 0 65002 i *> 10.1.5.0/24 12.0.0.23 0 0 65002 i *> 10.1.6.0/24 12.0.0.23 0 0 65002 i *> 10.1.7.0/24 12.0.0.23 0 0 65002 i *> 10.1.8.0/24 12.0.0.23 0 0 65002 i *> 10.1.9.0/24 12.0.0.23 0 0 65002 i *> 10.1.10.0/24 12.0.0.23 0 0 65002 i Total number of prefixes 10 vyos@vyos:~$ 2018-09-02 10:26:38,989 - functest.opnfv_tests.vnf.router.test_controller.function_test_exec - DEBUG - Finish check method. 2018-09-02 10:26:38,989 - functest.opnfv_tests.vnf.router.vrouter_base - INFO - vRouter test duration :'465.6' 2018-09-02 10:26:38,990 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the reference_vnf 2018-09-02 10:26:38,990 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:26:38,993 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:26:40,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:26: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-7282dfe1-c923-44e8-beb1-6d12b7010d21 x-compute-request-id: req-7282dfe1-c923-44e8-beb1-6d12b7010d21 Content-Encoding: gzip Content-Length: 1185 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:19Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:26:40,568 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7282dfe1-c923-44e8-beb1-6d12b7010d21 2018-09-02 10:26:40,568 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.57801198959s 2018-09-02 10:26:40,569 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-7282dfe1-c923-44e8-beb1-6d12b7010d21 2018-09-02 10:26:40,572 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 10:26:40,575 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:26:40,755 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:26: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-4b528875-5e9a-40b9-984b-2565b31b6de7 x-compute-request-id: req-4b528875-5e9a-40b9-984b-2565b31b6de7 Content-Type: application/json 2018-09-02 10:26:40,756 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6 used request id req-4b528875-5e9a-40b9-984b-2565b31b6de7 2018-09-02 10:26:40,756 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.183271169662s 2018-09-02 10:26:40,756 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6 used request id req-4b528875-5e9a-40b9-984b-2565b31b6de7 2018-09-02 10:26:40,756 - functest.opnfv_tests.vnf.router.utilvnf - DEBUG - delete the target_vnf 2018-09-02 10:26:40,757 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:26:40,759 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:26:42,448 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:26: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-e91ca90a-c092-4028-925c-26a8d70d5e57 x-compute-request-id: req-e91ca90a-c092-4028-925c-26a8d70d5e57 Content-Encoding: gzip Content-Length: 1199 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:f5:86:83", "version": 4, "addr": "11.0.0.8", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f5:86:83", "version": 4, "addr": "172.30.9.202", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:2e:e2", "version": 4, "addr": "12.0.0.12", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/20b21512-cff4-4f68-88e6-0e78d10a5061", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:26.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "20b21512-cff4-4f68-88e6-0e78d10a5061", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:18:26Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "target_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": "deleting", "addresses": {"management_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "11.0.0.13", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ce:da:ce", "version": 4, "addr": "172.30.9.203", "OS-EXT-IPS:type": "floating"}], "data_plane_network": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:51:23", "version": 4, "addr": "12.0.0.23", "OS-EXT-IPS:type": "fixed"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/7bfb1145-c46c-4a6c-9018-5717faf668d6", "rel": "bookmark"}], "image": {"id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "links": [{"href": "http://172.30.9.25:8774/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:18:19.000000", "flavor": {"id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "links": [{"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "bookmark"}]}, "id": "7bfb1145-c46c-4a6c-9018-5717faf668d6", "security_groups": [{"name": "vnf_test_security_group"}, {"name": "vnf_test_security_group"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:26:40Z", "hostId": "db0b2c7367f14fa18a65ac73f41aa33361a172590012337a07637771", "OS-SRV-USG:terminated_at": null, "key_name": "vnf_test_keypair", "name": "reference_vnf", "created": "2018-09-02T10:17:26Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {"cloudify_management_network_name": "management_plane_network", "cloudify_management_network_id": "feb36cf9-269e-455a-b3e0-a637661232b3"}}, {"OS-EXT-STS:task_state": null, "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:14:48Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:26:42,449 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e91ca90a-c092-4028-925c-26a8d70d5e57 2018-09-02 10:26:42,449 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.69190096855s 2018-09-02 10:26:42,449 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-e91ca90a-c092-4028-925c-26a8d70d5e57 2018-09-02 10:26:42,453 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 10:26:42,455 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:26:42,643 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:26: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-52507931-e0e7-43fe-8063-0c257eec25f4 x-compute-request-id: req-52507931-e0e7-43fe-8063-0c257eec25f4 Content-Type: application/json 2018-09-02 10:26:42,643 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061 used request id req-52507931-e0e7-43fe-8063-0c257eec25f4 2018-09-02 10:26:42,643 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.190357923508s 2018-09-02 10:26:42,643 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/20b21512-cff4-4f68-88e6-0e78d10a5061 used request id req-52507931-e0e7-43fe-8063-0c257eec25f4 2018-09-02 10:26:42,762 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 10:26:42,763 - xtesting.ci.run_tests - INFO - Test result: +----------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +----------------------+------------------+------------------+----------------+ | vyos_vrouter | functest | 15:57 | PASS | +----------------------+------------------+------------------+----------------+ 2018-09-02 10:26:42,767 - functest.opnfv_tests.vnf.router.cloudify_vrouter - INFO - Deleting the current deployment 2018-09-02 10:26:42,767 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions 2018-09-02 10:26:42,863 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:42,863 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:42,863 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:42,863 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:42,863 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:42,863 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:42,863 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:42,864 - 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-02T10:16:02.150Z", "created_by": "admin", "private_resource": false, "workflow_id": "create_deployment_environment", "error": "", "deployment_id": "vrouter-opnfv", "id": "478a38ee-4818-422d-953c-550c0e7eebb6"}, {"status": "terminated", "parameters": {}, "is_system_workflow": false, "blueprint_id": "vrouter-opnfv", "tenant_name": "default_tenant", "created_at": "2018-09-02T10:16:38.610Z", "created_by": "admin", "private_resource": false, "workflow_id": "install", "error": "", "deployment_id": "vrouter-opnfv", "id": "4b852e35-f698-450f-8b5b-f51223dca6f0"}], "metadata": {"pagination": {"total": 2, "offset": 0, "size": 0}}} 2018-09-02 10:26:42,864 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:42,864 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:42 GMT 2018-09-02 10:26:42,864 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:42,864 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 6363 2018-09-02 10:26:42,864 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:42,865 - cloudify.rest_client.http - DEBUG - Sending request: POST http://172.30.9.201: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 10:26:43,148 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:43,148 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:43,148 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:43,148 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:43,148 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:43,148 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:43,148 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:43,148 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 156 2018-09-02 10:26:43,149 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:26:43,149 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:43,149 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:43 GMT 2018-09-02 10:26:43,149 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:43,149 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:26:43,149 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:43,149 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:26:43,215 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:43,215 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:43,215 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [], "metadata": {"pagination": {"total": 0, "offset": 0, "size": 50}}} 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:43 GMT 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 80 2018-09-02 10:26:43,216 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:43,217 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:26:43,280 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:43,280 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:43,280 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:43,280 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:43,281 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:43,281 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:43,281 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:43,281 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:26:43,281 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:43,281 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:43 GMT 2018-09-02 10:26:43,281 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:43,281 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:26:43,281 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:48,287 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:26:48,351 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:48,352 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:48,352 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:48,352 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:48,352 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:48,352 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:48,352 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:48,352 - 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-02T10:26:43.757Z", "message": "Starting 'uninstall' workflow execution", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:43.757Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:44.296Z", "message": "Stopping node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:44.296Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:44.296Z", "message": "Stopping node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:44.296Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:45.301Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:45.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:45.301Z", "message": "Sending task 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:45.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:45.301Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:45.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:45.301Z", "message": "Task started 'nova_plugin.server.stop'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:45.301Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:46.386Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 7bfb1145-c46c-4a6c-9018-5717faf668d6 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 7bfb1145-c46c-4a6c-9018-5717faf668d6 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 7bfb1145-c46c-4a6c-9018-5717faf668d6 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-02T10:26:46.386Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:47.309Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:47.309Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.stop", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:47.309Z", "message": "Task failed 'nova_plugin.server.stop' -> Instance 20b21512-cff4-4f68-88e6-0e78d10a5061 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 20b21512-cff4-4f68-88e6-0e78d10a5061 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 20b21512-cff4-4f68-88e6-0e78d10a5061 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-02T10:26:47.309Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:47.309Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:47.309Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}], "metadata": {"pagination": {"total": 13, "offset": 0, "size": 50}}} 2018-09-02 10:26:48,353 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:48,353 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:48 GMT 2018-09-02 10:26:48,353 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:48,353 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9903 2018-09-02 10:26:48,353 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:48,354 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Starting 'uninstall' workflow execution 2018-09-02 10:26:48,354 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:26:48,354 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:26:48,354 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 10:26:48,354 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.stop' 2018-09-02 10:26:48,354 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 10:26:48,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.stop' 2018-09-02 10:26:48,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 7bfb1145-c46c-4a6c-9018-5717faf668d6 could not be found. [status_code=404] 2018-09-02 10:26:48,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-09-02 10:26:48,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.stop' -> Instance 20b21512-cff4-4f68-88e6-0e78d10a5061 could not be found. [status_code=404] 2018-09-02 10:26:48,355 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-09-02 10:26:48,355 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:26:48,407 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:48,408 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:48,408 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:48,408 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:48,408 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:48,408 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:48,408 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:48,408 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:26:48,408 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:48,408 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:48 GMT 2018-09-02 10:26:48,409 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:48,409 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:26:48,409 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:53,414 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:26:53,488 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:53,488 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:53,489 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:53,489 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:53,489 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:53,489 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:53,489 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:53,489 - 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-02T10:26:49.435Z", "message": "Detaching port eef583ae-37d4-4fa5-b7da-aac77b19b6b3...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:49.435Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "4c2eeade-b7ff-46b1-bd6b-3b03a35f14ec"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:50.074Z", "message": "Detaching port 089d85e8-c750-48c1-8f77-a41dcdb6c315...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:50.074Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "eaa297c3-e7f8-448f-b57a-9a008f8d8d95"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:50.338Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:50.338Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:51.079Z", "message": "Successfully detached port 089d85e8-c750-48c1-8f77-a41dcdb6c315", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:51.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "eaa297c3-e7f8-448f-b57a-9a008f8d8d95"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:51.079Z", "message": "Successfully detached port eef583ae-37d4-4fa5-b7da-aac77b19b6b3", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:51.079Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "4c2eeade-b7ff-46b1-bd6b-3b03a35f14ec"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:51.315Z", "message": "Sending task 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:51.315Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:51.315Z", "message": "Task started 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:51.315Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:51.315Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:51.315Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:52.897Z", "message": "Detaching port fde693f1-2bbb-4634-98f4-13cc42c02f58...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:52.897Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "5e056d5d-f707-45cd-9ebe-8f7bcae061ca"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:53.090Z", "message": "Detaching port e75a4a78-ac5f-4083-8a72-55b69474a26d...", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:53.090Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "e5497bb3-a0cd-4c7b-8996-eb524373ade7"}], "metadata": {"pagination": {"total": 25, "offset": 11, "size": 50}}} 2018-09-02 10:26:53,489 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:53,489 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:53 GMT 2018-09-02 10:26:53,490 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:53,490 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 5284 2018-09-02 10:26:53,490 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:53,490 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port eef583ae-37d4-4fa5-b7da-aac77b19b6b3... 2018-09-02 10:26:53,490 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port 089d85e8-c750-48c1-8f77-a41dcdb6c315... 2018-09-02 10:26:53,491 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-02 10:26:53,491 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port 089d85e8-c750-48c1-8f77-a41dcdb6c315 2018-09-02 10:26:53,491 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port eef583ae-37d4-4fa5-b7da-aac77b19b6b3 2018-09-02 10:26:53,491 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.detach' 2018-09-02 10:26:53,491 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.detach' 2018-09-02 10:26:53,491 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-02 10:26:53,492 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port fde693f1-2bbb-4634-98f4-13cc42c02f58... 2018-09-02 10:26:53,492 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Detaching port e75a4a78-ac5f-4083-8a72-55b69474a26d... 2018-09-02 10:26:53,492 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:26:53,548 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:53,548 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:53,549 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:53 GMT 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:53,549 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:26:53,550 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:58,552 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:26:58,670 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:58,670 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:58,670 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:58,671 - 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": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:53.850Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:53.850Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:54.095Z", "message": "Successfully detached port e75a4a78-ac5f-4083-8a72-55b69474a26d", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:54.095Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "e5497bb3-a0cd-4c7b-8996-eb524373ade7"}, {"node_instance_id": null, "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:54.095Z", "message": "Successfully detached port fde693f1-2bbb-4634-98f4-13cc42c02f58", "level": "info", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:54.095Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "5e056d5d-f707-45cd-9ebe-8f7bcae061ca"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:54.321Z", "message": "Deleting node", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:54.321Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:54.321Z", "message": "Task succeeded 'neutron_plugin.port.detach'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:54.321Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_host_djqovg", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:55.101Z", "message": "deleting server", "level": "info", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:55.101Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "4a438d59-a855-4d76-ae61-a074a1fd5e76"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:55.325Z", "message": "Deleting node", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:55.325Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:55.325Z", "message": "Sending task 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:55.325Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:55.325Z", "message": "Task started 'nova_plugin.server.delete'", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:55.325Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_host_dkumw5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:56.104Z", "message": "deleting server", "level": "info", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:56.104Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "61578a03-a23a-4f3d-94d2-8c817f8c21c5"}, {"node_instance_id": "target_vnf_host_dkumw5", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:56.331Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 20b21512-cff4-4f68-88e6-0e78d10a5061 could not be found. [status_code=404]", "node_name": "target_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 20b21512-cff4-4f68-88e6-0e78d10a5061 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 20b21512-cff4-4f68-88e6-0e78d10a5061 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-02T10:26:56.331Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:57.454Z", "message": "Sending task 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:57.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "keypair_y6ihei", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:57.454Z", "message": "Stopping node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:57.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:57.454Z", "message": "Stopping node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:57.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:57.454Z", "message": "Stopping node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:57.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:57.454Z", "message": "Stopping node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:57.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:57.454Z", "message": "Stopping node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:57.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_host_djqovg", "event_type": "task_failed", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:57.454Z", "message": "Task failed 'nova_plugin.server.delete' -> Instance 7bfb1145-c46c-4a6c-9018-5717faf668d6 could not be found. [status_code=404]", "node_name": "reference_vnf_host", "workflow_id": "uninstall", "error_causes": [{"message": "Instance 7bfb1145-c46c-4a6c-9018-5717faf668d6 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 7bfb1145-c46c-4a6c-9018-5717faf668d6 could not be found. [status_code=404]\n", "type": "NonRecoverableError"}], "reported_timestamp": "2018-09-02T10:26:57.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:57.454Z", "message": "Task started 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:57.454Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}], "metadata": {"pagination": {"total": 48, "offset": 21, "size": 50}}} 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:58 GMT 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14948 2018-09-02 10:26:58,671 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:26:58,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-02 10:26:58,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port e75a4a78-ac5f-4083-8a72-55b69474a26d 2018-09-02 10:26:58,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Successfully detached port fde693f1-2bbb-4634-98f4-13cc42c02f58 2018-09-02 10:26:58,672 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:26:58,673 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.detach' 2018-09-02 10:26:58,673 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-09-02 10:26:58,673 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:26:58,673 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 10:26:58,673 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.server.delete' 2018-09-02 10:26:58,673 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 10:26:58,673 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.server.delete' 2018-09-02 10:26:58,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting server 2018-09-02 10:26:58,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 20b21512-cff4-4f68-88e6-0e78d10a5061 could not be found. [status_code=404] 2018-09-02 10:26:58,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.disconnect_port' 2018-09-02 10:26:58,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:26:58,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:26:58,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:26:58,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:26:58,674 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:26:58,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task failed 'nova_plugin.server.delete' -> Instance 7bfb1145-c46c-4a6c-9018-5717faf668d6 could not be found. [status_code=404] 2018-09-02 10:26:58,675 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.disconnect_port' 2018-09-02 10:26:58,675 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:26:58,757 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:26:58,758 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:26:58 GMT 2018-09-02 10:26:58,758 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:26:58,759 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:26:58,759 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:03,764 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:27:03,827 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:03,827 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:03,827 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:03,827 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "keypair_y6ihei", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Deleting node", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Deleting node", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Deleting node", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "keypair_y6ihei", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Sending task 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "keypair_y6ihei", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.811Z", "message": "Task started 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.811Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "keypair_y6ihei", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:58.942Z", "message": "deleting keypair", "level": "info", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:58.942Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "63b9f5df-79b6-40f5-a38c-b117494171fa"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:59.118Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:59.118Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "5f9f5aaf-d482-4163-a201-74d1c6d8464d"}, {"node_instance_id": "keypair_y6ihei", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:59.118Z", "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-02T10:26:59.118Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "63b9f5df-79b6-40f5-a38c-b117494171fa"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:26:59.858Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:26:59.858Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:00.122Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:00.122Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "2406a671-8769-4b2e-9556-69dafca98617"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:00.832Z", "message": "Deleting node", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:00.832Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:00.832Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:00.832Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:00.832Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:00.832Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "task_succeeded", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:00.832Z", "message": "Task succeeded 'neutron_plugin.floatingip.disconnect_port'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:00.832Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_data_plane_port_1yn3i8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:00.832Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:00.832Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "keypair_y6ihei", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:00.832Z", "message": "Task succeeded 'nova_plugin.keypair.delete'", "node_name": "keypair", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:00.832Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_port_i0hyz1", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:01.247Z", "message": "deleting port", "level": "info", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:01.247Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "848dcf0f-d2f2-4db7-aabe-e5985f208dc4"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:01.839Z", "message": "Deleting node", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:01.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:01.839Z", "message": "Sending task 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:01.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:01.839Z", "message": "Stopping node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:01.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:01.839Z", "message": "Task started 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:01.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_data_plane_port_wgz9dr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:01.839Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_data_plane_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:01.839Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:02.134Z", "message": "deleting port", "level": "info", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:02.134Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "bd871d0b-a7e4-4d65-b79c-634aa12e8ff6"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:02.845Z", "message": "Deleting node", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:02.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:02.845Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:02.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:02.845Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:02.845Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_subnet_o6fks5", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:03.198Z", "message": "deleting subnet", "level": "info", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:03.198Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "050bc974-4c32-4c70-bfe4-6cb4e0593c1f"}], "metadata": {"pagination": {"total": 79, "offset": 42, "size": 50}}} 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:03 GMT 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 15796 2018-09-02 10:27:03,828 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:03,829 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:03,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:03,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:03,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-02 10:27:03,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-02 10:27:03,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'nova_plugin.keypair.delete' 2018-09-02 10:27:03,830 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-02 10:27:03,831 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-02 10:27:03,831 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'nova_plugin.keypair.delete' 2018-09-02 10:27:03,831 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting keypair 2018-09-02 10:27:03,831 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-02 10:27:03,831 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting private key file at /etc/cloudify/.ssh/vnf_test_keypair.pem 2018-09-02 10:27:03,831 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-09-02 10:27:03,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-02 10:27:03,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:03,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-02 10:27:03,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-02 10:27:03,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.disconnect_port' 2018-09-02 10:27:03,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-02 10:27:03,832 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'nova_plugin.keypair.delete' 2018-09-02 10:27:03,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-02 10:27:03,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:03,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.port.delete' 2018-09-02 10:27:03,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:03,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.port.delete' 2018-09-02 10:27:03,833 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-02 10:27:03,834 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting port 2018-09-02 10:27:03,834 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:03,834 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-09-02 10:27:03,834 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-09-02 10:27:03,834 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-09-02 10:27:03,834 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:27:03,891 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:03,891 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:03,891 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:03,891 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:03,891 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:03,891 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:03,891 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:03,891 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:27:03,892 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:03,892 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:03 GMT 2018-09-02 10:27:03,892 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:03,892 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:27:03,892 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:08,897 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:27:08,966 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:08,966 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:08,966 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:08,966 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:08,966 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:08,966 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:08,966 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:08,966 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:03.874Z", "message": "Deleting node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:03.874Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:03.874Z", "message": "Stopping node", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:03.874Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_port_k2wqs8", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:03.874Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "reference_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:03.874Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_port_i0hyz1", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:03.874Z", "message": "Task succeeded 'neutron_plugin.port.delete'", "node_name": "target_vnf_port", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:03.874Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_ip_t5kh64", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:04.590Z", "message": "deleting floatingip", "level": "info", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:04.590Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "41421c1e-07d8-4d4f-b8fd-deb11aac77cd"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:04.911Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:04.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "sending_task", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:04.911Z", "message": "Sending task 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:04.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:04.911Z", "message": "Stopping node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:04.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:04.911Z", "message": "Stopping node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:04.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "security_group_ayekgf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:04.911Z", "message": "Stopping node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:04.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:04.911Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:04.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "task_started", "operation": "cloudify.interfaces.relationship_lifecycle.unlink", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:04.911Z", "message": "Task started 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:04.911Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:05.888Z", "message": "deleting floatingip", "level": "info", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:05.888Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "a0d73f3e-5153-4daa-ac72-fe84f32e5a83"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:05.940Z", "message": "Deleting node", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:05.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "security_group_ayekgf", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:05.940Z", "message": "Deleting node", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:05.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:05.940Z", "message": "Sending task 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:05.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "security_group_ayekgf", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:05.940Z", "message": "Sending task 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:05.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:05.940Z", "message": "Task started 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:05.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "security_group_ayekgf", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:05.940Z", "message": "Task started 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:05.940Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "security_group_ayekgf", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:06.144Z", "message": "deleting security_group", "level": "info", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:06.144Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "7751bedc-3801-47c5-a1de-74da8919287f"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:06.948Z", "message": "Stopping node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:06.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "target_vnf_ip_t5kh64", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:06.948Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "target_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:06.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_subnet_o6fks5", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:06.948Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "data_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:06.948Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:07.985Z", "message": "Deleting node", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:07.985Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:07.985Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:07.985Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:07.985Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:07.985Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "reference_vnf_ip_ww6d91", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:07.985Z", "message": "Task succeeded 'neutron_plugin.floatingip.delete'", "node_name": "reference_vnf_ip", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:07.985Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "security_group_ayekgf", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:07.985Z", "message": "Task succeeded 'neutron_plugin.security_group.delete'", "node_name": "security_group", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:07.985Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_network_1ufktw", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:08.117Z", "message": "deleting network", "level": "info", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:08.117Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "86819b22-416b-4ced-9e7f-355fe47fed46"}], "metadata": {"pagination": {"total": 108, "offset": 73, "size": 50}}} 2018-09-02 10:27:08,967 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:08,967 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:08 GMT 2018-09-02 10:27:08,967 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:08,967 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 14516 2018-09-02 10:27:08,967 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:08,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:08,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:08,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-02 10:27:08,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.port.delete' 2018-09-02 10:27:08,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-09-02 10:27:08,968 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 10:27:08,969 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.disconnect_subnet' 2018-09-02 10:27:08,969 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:08,969 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:08,969 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:08,969 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 10:27:08,969 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.disconnect_subnet' 2018-09-02 10:27:08,969 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting floatingip 2018-09-02 10:27:08,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:08,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:08,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.floatingip.delete' 2018-09-02 10:27:08,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.security_group.delete' 2018-09-02 10:27:08,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.floatingip.delete' 2018-09-02 10:27:08,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.security_group.delete' 2018-09-02 10:27:08,970 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting security_group 2018-09-02 10:27:08,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:08,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 10:27:08,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-09-02 10:27:08,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:08,971 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-02 10:27:08,972 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-02 10:27:08,972 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.floatingip.delete' 2018-09-02 10:27:08,972 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.security_group.delete' 2018-09-02 10:27:08,972 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-09-02 10:27:08,972 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:27:09,027 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:09,027 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:09,028 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:09 GMT 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:09,028 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:27:09,029 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:14,034 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:27:14,094 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:14,094 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:14,094 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:14,094 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:14,094 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:14,095 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:14,095 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:14,095 - 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": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:08.990Z", "message": "Task succeeded 'neutron_plugin.router.disconnect_subnet'", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:08.990Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:09.998Z", "message": "Deleting node", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:09.998Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:09.998Z", "message": "Sending task 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:09.998Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:09.998Z", "message": "Task started 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:09.998Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "data_plane_network_1ufktw", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:09.998Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "data_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:09.998Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:10.183Z", "message": "deleting subnet", "level": "info", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:10.183Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "32f8d415-58d1-46be-9001-2e728506fb5f"}, {"node_instance_id": "management_plane_subnet_m6lcc4", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:13.504Z", "message": "Task succeeded 'neutron_plugin.subnet.delete'", "node_name": "management_plane_subnet", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:13.504Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:14.003Z", "message": "Stopping node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:14.003Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "router_w2fwnr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:14.003Z", "message": "Stopping node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:14.003Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}], "metadata": {"pagination": {"total": 117, "offset": 102, "size": 50}}} 2018-09-02 10:27:14,095 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:14,095 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:14 GMT 2018-09-02 10:27:14,095 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:14,095 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4607 2018-09-02 10:27:14,095 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:14,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.disconnect_subnet' 2018-09-02 10:27:14,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:14,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.subnet.delete' 2018-09-02 10:27:14,096 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.subnet.delete' 2018-09-02 10:27:14,097 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-09-02 10:27:14,097 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting subnet 2018-09-02 10:27:14,097 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.subnet.delete' 2018-09-02 10:27:14,097 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:14,097 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:14,097 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:27:14,149 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:14,149 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:14,150 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:14 GMT 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:14,150 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:27:14,151 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:19,151 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:27:19,218 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:19,218 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:19,218 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:19,218 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:19,218 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:19,218 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:19,219 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:19,219 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "management_plane_network_xr4ygt", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:15.159Z", "message": "Deleting node", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:15.159Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "router_w2fwnr", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:15.159Z", "message": "Deleting node", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:15.159Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:15.159Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:15.159Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "router_w2fwnr", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:15.159Z", "message": "Sending task 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:15.159Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:15.159Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:15.159Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "router_w2fwnr", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:15.159Z", "message": "Task started 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:15.159Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "management_plane_network_xr4ygt", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:15.394Z", "message": "deleting network", "level": "info", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:15.394Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "40c159d0-01b0-4888-88d1-d4fa8c6e5225"}, {"node_instance_id": "router_w2fwnr", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:16.155Z", "message": "deleting router", "level": "info", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:16.155Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "4b787871-c91e-46c6-9e28-0561cea5dc78"}, {"node_instance_id": "management_plane_network_xr4ygt", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:16.816Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "management_plane_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:16.816Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}], "metadata": {"pagination": {"total": 126, "offset": 111, "size": 50}}} 2018-09-02 10:27:19,219 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:19,219 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:19 GMT 2018-09-02 10:27:19,219 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:19,219 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4607 2018-09-02 10:27:19,219 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:19,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:19,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:19,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-02 10:27:19,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.router.delete' 2018-09-02 10:27:19,220 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-02 10:27:19,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.router.delete' 2018-09-02 10:27:19,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting network 2018-09-02 10:27:19,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - deleting router 2018-09-02 10:27:19,221 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-09-02 10:27:19,221 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:27:19,278 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:19,278 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:19,278 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:19,278 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:19,278 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:19,278 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:19,278 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:19,279 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:27:19,279 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:19,279 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:19 GMT 2018-09-02 10:27:19,279 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:19,279 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 369 2018-09-02 10:27:19,279 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:24,284 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/events 2018-09-02 10:27:24,346 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:24,347 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:24,347 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:24,347 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:24,347 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:24,347 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:24,347 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:24,347 - cloudify.rest_client.http - DEBUG - reply: "200 OK" {"items": [{"node_instance_id": "router_w2fwnr", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:19.517Z", "message": "Task succeeded 'neutron_plugin.router.delete'", "node_name": "router", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:19.517Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "external_network_3rfk87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:20.201Z", "message": "Stopping node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:20.201Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "external_network_3rfk87", "event_type": "workflow_node_event", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:21.205Z", "message": "Deleting node", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:21.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "external_network_3rfk87", "event_type": "sending_task", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:21.205Z", "message": "Sending task 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:21.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "external_network_3rfk87", "event_type": "task_started", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:21.205Z", "message": "Task started 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:21.205Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": "external_network_3rfk87", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:21.228Z", "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-02T10:27:21.228Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_log", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c", "logger": "264b4a5c-deba-4ca8-a07f-a4c7fc57cfce"}, {"node_instance_id": "external_network_3rfk87", "event_type": "task_succeeded", "operation": "cloudify.interfaces.lifecycle.delete", "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:22.210Z", "message": "Task succeeded 'neutron_plugin.network.delete'", "node_name": "external_network", "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:22.210Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}, {"node_instance_id": null, "event_type": "workflow_succeeded", "operation": null, "blueprint_id": "vrouter-opnfv", "timestamp": "2018-09-02T10:27:22.210Z", "message": "'uninstall' workflow execution succeeded", "node_name": null, "workflow_id": "uninstall", "error_causes": null, "reported_timestamp": "2018-09-02T10:27:22.210Z", "deployment_id": "vrouter-opnfv", "type": "cloudify_event", "execution_id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"}], "metadata": {"pagination": {"total": 134, "offset": 120, "size": 50}}} 2018-09-02 10:27:24,347 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:24,348 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:24 GMT 2018-09-02 10:27:24,348 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:24,348 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 4049 2018-09-02 10:27:24,348 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:24,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.router.delete' 2018-09-02 10:27:24,348 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Stopping node 2018-09-02 10:27:24,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Deleting node 2018-09-02 10:27:24,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Sending task 'neutron_plugin.network.delete' 2018-09-02 10:27:24,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task started 'neutron_plugin.network.delete' 2018-09-02 10:27:24,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - not deleting network since an external network is being used 2018-09-02 10:27:24,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - Task succeeded 'neutron_plugin.network.delete' 2018-09-02 10:27:24,349 - functest.opnfv_tests.vnf.router.cloudify_vrouter - DEBUG - 'uninstall' workflow execution succeeded 2018-09-02 10:27:24,350 - cloudify.rest_client.http - DEBUG - Sending request: GET http://172.30.9.201:80/api/v3/executions/74bfba2a-6cb9-4be4-8fb2-b13c424fa03c 2018-09-02 10:27:24,403 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:24,403 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:24,404 - 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-02T10:26:42.964Z", "created_by": "admin", "private_resource": false, "workflow_id": "uninstall", "error": "", "deployment_id": "vrouter-opnfv", "id": "74bfba2a-6cb9-4be4-8fb2-b13c424fa03c"} 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:24 GMT 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 372 2018-09-02 10:27:24,404 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:24,405 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/deployments/vrouter-opnfv 2018-09-02 10:27:24,664 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:24,664 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:24,664 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:24,664 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:24,664 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:24,664 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:24,664 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:24,665 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 10:27:24,665 - 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": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "target_vnf_flavor_id": "ea2cae18-c49f-48f9-a8bd-46020b88678a", "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_c32761be-4903-4c5e-902a-3dd889d57018", "security_group_name": "vnf_test_security_group", "reference_vnf_image_id": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "keystone_password": "f2333f30-5ceb-4333-9f14-b36c22660a9d", "region": "regionOne", "target_vnf_port_name": "target_vnf_port", "keystone_tenant_name": "vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018", "keystone_project_domain_name": "Default", "keystone_url": "http://172.30.9.25: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": "c6e9ff92-abf3-4cb8-b231-ce37d664de27", "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-02T10:16:01.699Z", "updated_at": "2018-09-02T10:16:01.699Z", "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": []}, "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": {}, "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 10:27:24,665 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:24,665 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:24 GMT 2018-09-02 10:27:24,665 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:24,665 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 9272 2018-09-02 10:27:24,665 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:24,666 - cloudify.rest_client.http - DEBUG - Sending request: DELETE http://172.30.9.201:80/api/v3/blueprints/vrouter-opnfv 2018-09-02 10:27:24,730 - cloudify.rest_client.http - DEBUG - request header: Connection: keep-alive 2018-09-02 10:27:24,730 - cloudify.rest_client.http - DEBUG - request header: Accept-Encoding: gzip, deflate 2018-09-02 10:27:24,730 - cloudify.rest_client.http - DEBUG - request header: Accept: */* 2018-09-02 10:27:24,730 - cloudify.rest_client.http - DEBUG - request header: User-Agent: python-requests/2.18.4 2018-09-02 10:27:24,730 - cloudify.rest_client.http - DEBUG - request header: Content-type: application/json 2018-09-02 10:27:24,730 - cloudify.rest_client.http - DEBUG - request header: Authorization: Basic YWRtaW46YWRtaW4= 2018-09-02 10:27:24,731 - cloudify.rest_client.http - DEBUG - request header: Tenant: default_tenant 2018-09-02 10:27:24,731 - cloudify.rest_client.http - DEBUG - request header: Content-Length: 0 2018-09-02 10:27:24,731 - 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-02T10:16:01.372Z", "updated_at": "2018-09-02T10:16:01.372Z", "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"}, "target_vnf_port_name": {"default": "target_vnf_port", "type": "string"}, "keystone_tenant_name": {"type": "string"}, "keystone_project_domain_name": {"type": "string"}, "region": {"type": "string"}, "reference_vnf_port_name": {"default": "reference_vnf_port", "type": "string"}, "target_vnf_image_id": {"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"}, "keystone_url": {"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": []}, "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": {}, "nodes": [{"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, "resource_id": {"get_input": "management_plane_network_name"}, "network": {}, "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.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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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": [{"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.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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "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": "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, "resource_id": {"get_input": "data_plane_network_name"}, "network": {}, "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.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": {"description": "", "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, "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.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, "resource_id": {"get_input": "external_network_name"}, "network": {}, "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.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"}, "delete": {"implementation": "agent.cloudify_agent.installer.operations.delete", "inputs": {}, "max_retries": null, "retry_interval": null, "executor": "central_deployment_agent"}, "restart": {"implementation": "agent.cloudify_agent.installer.operations.restart", "inputs": {}, "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"}}, "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}]}, {"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": {"floatingip": {"floating_network_name": {"get_input": "external_network_name"}}, "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, "resource_id": ""}}], "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 10:27:24,732 - cloudify.rest_client.http - DEBUG - response header: Server: nginx/1.8.0 2018-09-02 10:27:24,732 - cloudify.rest_client.http - DEBUG - response header: Date: Sun, 02 Sep 2018 10:27:24 GMT 2018-09-02 10:27:24,732 - cloudify.rest_client.http - DEBUG - response header: Content-Type: application/json 2018-09-02 10:27:24,733 - cloudify.rest_client.http - DEBUG - response header: Content-Length: 258596 2018-09-02 10:27:24,733 - cloudify.rest_client.http - DEBUG - response header: Connection: keep-alive 2018-09-02 10:27:24,745 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 10:27:24,749 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:25,716 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-7c584b47-2847-4110-9c43-c25f2d2c4153 Date: Sun, 02 Sep 2018 10:27: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 10:27:25,716 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27 used request id req-7c584b47-2847-4110-9c43-c25f2d2c4153 2018-09-02 10:27:25,716 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.97071480751s 2018-09-02 10:27:25,716 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c6e9ff92-abf3-4cb8-b231-ce37d664de27 used request id req-7c584b47-2847-4110-9c43-c25f2d2c4153 2018-09-02 10:27:25,717 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 10:27:25,719 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:26,385 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27: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-a4ee3663-3d54-4379-a1db-a5579bc43ba0 x-compute-request-id: req-a4ee3663-3d54-4379-a1db-a5579bc43ba0 Content-Encoding: gzip Content-Length: 374 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_c32761be-4903-4c5e-902a-3dd889d57018", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "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": "5ae165df-4ff3-444f-aba9-4383614579bb"}, {"name": "vyos_vrouter-flavor_alt_c32761be-4903-4c5e-902a-3dd889d57018", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a", "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": "ea2cae18-c49f-48f9-a8bd-46020b88678a"}]} 2018-09-02 10:27:26,385 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-a4ee3663-3d54-4379-a1db-a5579bc43ba0 2018-09-02 10:27:26,385 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.668008089066s 2018-09-02 10:27:26,385 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-a4ee3663-3d54-4379-a1db-a5579bc43ba0 2018-09-02 10:27:26,388 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 10:27:26,390 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:26,427 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 10:27: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-d50bfcdc-1911-4603-aeb7-1c225251aaad x-compute-request-id: req-d50bfcdc-1911-4603-aeb7-1c225251aaad Content-Length: 0 Content-Type: application/json 2018-09-02 10:27:26,427 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a used request id req-d50bfcdc-1911-4603-aeb7-1c225251aaad 2018-09-02 10:27:26,428 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0397260189056s 2018-09-02 10:27:26,428 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/ea2cae18-c49f-48f9-a8bd-46020b88678a used request id req-d50bfcdc-1911-4603-aeb7-1c225251aaad 2018-09-02 10:27:26,431 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 10:27:26,431 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/c9a5ae42-0acb-469a-a246-ed48d34e8fe6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:28,238 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-1ec79cc8-a094-4769-a00e-14659d849a57 Content-Length: 0 Date: Sun, 02 Sep 2018 10:27:28 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:27:28,239 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/c9a5ae42-0acb-469a-a246-ed48d34e8fe6.json used request id req-1ec79cc8-a094-4769-a00e-14659d849a57 2018-09-02 10:27:28,239 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.80803203583s 2018-09-02 10:27:28,239 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/c9a5ae42-0acb-469a-a246-ed48d34e8fe6.json used request id req-1ec79cc8-a094-4769-a00e-14659d849a57 2018-09-02 10:27:28,244 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:27:28,244 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:28,854 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-f9aa34aa-9ac3-43d9-8590-6c01a4a88a98 Date: Sun, 02 Sep 2018 10:27:28 GMT RESP BODY: {"floatingips": []} 2018-09-02 10:27:28,855 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-f9aa34aa-9ac3-43d9-8590-6c01a4a88a98 2018-09-02 10:27:28,855 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.610696792603s 2018-09-02 10:27:28,855 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-f9aa34aa-9ac3-43d9-8590-6c01a4a88a98 2018-09-02 10:27:28,856 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.servers 2018-09-02 10:27:28,858 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:29,031 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:27: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-136ba138-b3a7-4ff3-81c8-541ec87f69b9 x-compute-request-id: req-136ba138-b3a7-4ff3-81c8-541ec87f69b9 Content-Type: application/json 2018-09-02 10:27:29,032 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228 used request id req-136ba138-b3a7-4ff3-81c8-541ec87f69b9 2018-09-02 10:27:29,032 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.servers in 0.175797939301s 2018-09-02 10:27:29,032 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228 used request id req-136ba138-b3a7-4ff3-81c8-541ec87f69b9 2018-09-02 10:27:29,032 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:27:29,035 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:30,297 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27: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-621c853f-7356-4c9c-8073-ffc2f505d53d x-compute-request-id: req-621c853f-7356-4c9c-8073-ffc2f505d53d Content-Encoding: gzip Content-Length: 773 Content-Type: application/json RESP BODY: {"servers": [{"OS-EXT-STS:task_state": "deleting", "addresses": {"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018": [{"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "192.168.120.10", "OS-EXT-IPS:type": "fixed"}, {"OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:e7:2a:68", "version": 4, "addr": "172.30.9.201", "OS-EXT-IPS:type": "floating"}]}, "links": [{"href": "http://172.30.9.25:8774/v2.1/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "self"}, {"href": "http://172.30.9.25:8774/servers/322c6abc-f7a1-420d-8dec-7e7e9cd58228", "rel": "bookmark"}], "image": {"id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "links": [{"href": "http://172.30.9.25:8774/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "rel": "bookmark"}]}, "OS-EXT-STS:vm_state": "active", "OS-SRV-USG:launched_at": "2018-09-02T10:14:48.000000", "flavor": {"id": "5ae165df-4ff3-444f-aba9-4383614579bb", "links": [{"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "bookmark"}]}, "id": "322c6abc-f7a1-420d-8dec-7e7e9cd58228", "security_groups": [{"name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}], "user_id": "92f33115f63d498d9a738b5a7d7ccb5b", "OS-DCF:diskConfig": "MANUAL", "accessIPv4": "", "accessIPv6": "", "progress": 0, "OS-EXT-STS:power_state": 1, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "status": "ACTIVE", "updated": "2018-09-02T10:27:28Z", "hostId": "987bd1427a9b4538e17ed243a0654d5f639129f4824f304c7050afb3", "OS-SRV-USG:terminated_at": null, "key_name": "vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018", "name": "vyos_vrouter-vm_c32761be-4903-4c5e-902a-3dd889d57018", "created": "2018-09-02T10:12:29Z", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "os-extended-volumes:volumes_attached": [], "metadata": {}}]} 2018-09-02 10:27:30,297 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-621c853f-7356-4c9c-8073-ffc2f505d53d 2018-09-02 10:27:30,297 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 1.26450395584s 2018-09-02 10:27:30,297 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-621c853f-7356-4c9c-8073-ffc2f505d53d 2018-09-02 10:27:30,299 - shade.iterate_timeout - DEBUG - Waiting 2.0 seconds 2018-09-02 10:27:32,301 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.servers.detail 2018-09-02 10:27:32,304 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:8774/v2.1/servers/detail -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:32,366 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27: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-f73c1e95-cfdc-4b88-88f7-d077be908cec x-compute-request-id: req-f73c1e95-cfdc-4b88-88f7-d077be908cec Content-Length: 15 Content-Type: application/json RESP BODY: {"servers": []} 2018-09-02 10:27:32,366 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f73c1e95-cfdc-4b88-88f7-d077be908cec 2018-09-02 10:27:32,366 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.servers.detail in 0.0647690296173s 2018-09-02 10:27:32,367 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/servers/detail used request id req-f73c1e95-cfdc-4b88-88f7-d077be908cec 2018-09-02 10:27:32,370 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.security-groups 2018-09-02 10:27:32,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:32,671 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 7329 X-Openstack-Request-Id: req-179d4e20-23eb-41ef-9d2f-32e385dcd198 Date: Sun, 02 Sep 2018 10:27:32 GMT RESP BODY: {"security_groups": [{"description": "created by OPNFV Functest (vyos_vrouter)", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:12:20Z", "updated_at": "2018-09-02T10:12:25Z", "security_group_rules": [{"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "19b76694-b152-4d12-9f14-4e4b14c34ca3", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "icmp", "description": "", "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:22Z", "revision_number": 0, "id": "3c203832-4f6e-44fc-9461-27f8e82d2e86", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:22Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 80, "updated_at": "2018-09-02T10:12:23Z", "revision_number": 0, "id": "4992d746-e348-4cae-b373-1f7b7680910c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:23Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 80, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T10:12:21Z", "revision_number": 0, "id": "b354c2eb-dd9d-45c2-9ad7-eaa0f14b5d0f", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:21Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 53333, "updated_at": "2018-09-02T10:12:25Z", "revision_number": 0, "id": "c19860b7-46e7-4ba5-9da3-4991f56cd301", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:25Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 53333, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:12:20Z", "revision_number": 0, "id": "c1a52b16-487b-4dbc-a9ba-249a3cf2e047", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:20Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 5671, "updated_at": "2018-09-02T10:12:24Z", "revision_number": 0, "id": "ebb18eff-aba1-4f28-9d63-a658f8842f5e", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 5671, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 443, "updated_at": "2018-09-02T10:12:24Z", "revision_number": 0, "id": "fb9a506b-5510-4a83-9511-fc9fb019c575", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:12:24Z", "security_group_id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 443, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 7, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "321c0dd2-9ee3-48b4-b0ba-b545d97f38ba", "name": "vyos_vrouter-sg_c32761be-4903-4c5e-902a-3dd889d57018"}, {"description": "Default security group", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:46Z", "updated_at": "2018-09-02T10:15:59Z", "security_group_rules": [{"direction": "ingress", "protocol": "tcp", "description": "", "tags": [], "port_range_max": 22, "updated_at": "2018-09-02T10:15:59Z", "revision_number": 0, "id": "0542671b-8ea9-4164-97e1-d7696d2c9653", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:15:59Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": 22, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3ecaca2a-e8b7-4437-9631-56c87d05b03c", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "egress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "3f6d3f5a-a9c7-42b7-8645-b1482ceffabc", "remote_group_id": null, "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "b3c3336d-05f2-4093-ac95-917f90f35468", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv4", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}, {"direction": "ingress", "protocol": null, "description": null, "tags": [], "port_range_max": null, "updated_at": "2018-09-02T10:10:46Z", "revision_number": 0, "id": "bd6ab6a0-5753-4882-bb4a-559b49102186", "remote_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "remote_ip_prefix": null, "created_at": "2018-09-02T10:10:46Z", "security_group_id": "90bf97b4-5055-4d95-a963-427809cf0e05", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "port_range_min": null, "ethertype": "IPv6", "project_id": "e844a3441d2b44f1a5893511cf8a17da"}], "revision_number": 2, "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "90bf97b4-5055-4d95-a963-427809cf0e05", "name": "default"}]} 2018-09-02 10:27:32,671 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-179d4e20-23eb-41ef-9d2f-32e385dcd198 2018-09-02 10:27:32,671 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.security-groups in 0.301614046097s 2018-09-02 10:27:32,672 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/security-groups.json used request id req-179d4e20-23eb-41ef-9d2f-32e385dcd198 2018-09-02 10:27:32,675 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.security-groups 2018-09-02 10:27:32,676 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/security-groups/321c0dd2-9ee3-48b4-b0ba-b545d97f38ba.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:33,085 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-12c2a6ed-7432-48a7-8fd6-372528ad0ec0 Content-Length: 0 Date: Sun, 02 Sep 2018 10:27:33 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:27:33,085 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/321c0dd2-9ee3-48b4-b0ba-b545d97f38ba.json used request id req-12c2a6ed-7432-48a7-8fd6-372528ad0ec0 2018-09-02 10:27:33,085 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.security-groups in 0.410019159317s 2018-09-02 10:27:33,086 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/security-groups/321c0dd2-9ee3-48b4-b0ba-b545d97f38ba.json used request id req-12c2a6ed-7432-48a7-8fd6-372528ad0ec0 2018-09-02 10:27:33,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.os-keypairs 2018-09-02 10:27:33,089 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/os-keypairs/vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:33,122 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 10:27: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-43000429-57a8-48e1-a7c2-6854b53d438c x-compute-request-id: req-43000429-57a8-48e1-a7c2-6854b53d438c Content-Length: 0 Content-Type: application/json 2018-09-02 10:27:33,122 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018 used request id req-43000429-57a8-48e1-a7c2-6854b53d438c 2018-09-02 10:27:33,122 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.os-keypairs in 0.0360589027405s 2018-09-02 10:27:33,122 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/os-keypairs/vyos_vrouter-kp_c32761be-4903-4c5e-902a-3dd889d57018 used request id req-43000429-57a8-48e1-a7c2-6854b53d438c 2018-09-02 10:27:33,123 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 10:27:33,123 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6/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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" -d '{"subnet_id": "40ca1645-7a93-42fb-8a16-d4cd4f1713a2"}' 2018-09-02 10:27:35,502 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-ebf00b2d-14a0-4229-b489-04afad86906d Date: Sun, 02 Sep 2018 10:27:35 GMT RESP BODY: {"network_id": "3cfcd325-3850-4606-9022-66e738630542", "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "subnet_id": "40ca1645-7a93-42fb-8a16-d4cd4f1713a2", "subnet_ids": ["40ca1645-7a93-42fb-8a16-d4cd4f1713a2"], "port_id": "9da1d98e-a20b-4b07-9473-11e85b842d56", "id": "181a2883-157b-4ab7-8021-77583768cca6"} 2018-09-02 10:27:35,502 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6/remove_router_interface.json used request id req-ebf00b2d-14a0-4229-b489-04afad86906d 2018-09-02 10:27:35,502 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.37932896614s 2018-09-02 10:27:35,503 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6/remove_router_interface.json used request id req-ebf00b2d-14a0-4229-b489-04afad86906d returning object 181a2883-157b-4ab7-8021-77583768cca6 2018-09-02 10:27:35,503 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 10:27:35,504 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:35,623 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 708 X-Openstack-Request-Id: req-c338f38a-3e34-4cbf-80c8-1c3a1a43a91c Date: Sun, 02 Sep 2018 10:27:35 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.209"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "e844a3441d2b44f1a5893511cf8a17da", "created_at": "2018-09-02T10:10:48Z", "admin_state_up": true, "updated_at": "2018-09-02T10:27:34Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "e844a3441d2b44f1a5893511cf8a17da", "id": "181a2883-157b-4ab7-8021-77583768cca6", "name": "vyos_vrouter-router_c32761be-4903-4c5e-902a-3dd889d57018"}]} 2018-09-02 10:27:35,624 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-c338f38a-3e34-4cbf-80c8-1c3a1a43a91c 2018-09-02 10:27:35,624 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.12047290802s 2018-09-02 10:27:35,624 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-c338f38a-3e34-4cbf-80c8-1c3a1a43a91c 2018-09-02 10:27:35,626 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 10:27:35,626 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:39,968 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-f8c8708e-fd28-490a-975b-815e89a26d3a Content-Length: 0 Date: Sun, 02 Sep 2018 10:27:39 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:27:39,968 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6.json used request id req-f8c8708e-fd28-490a-975b-815e89a26d3a 2018-09-02 10:27:39,968 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 4.34208202362s 2018-09-02 10:27:39,968 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/181a2883-157b-4ab7-8021-77583768cca6.json used request id req-f8c8708e-fd28-490a-975b-815e89a26d3a 2018-09-02 10:27:39,968 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 10:27:39,969 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:40,266 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 683 X-Openstack-Request-Id: req-deaa844d-2c5c-405b-84e9-fc2a0575be94 Date: Sun, 02 Sep 2018 10:27:40 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"3cfcd325-3850-4606-9022-66e738630542","tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:47Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T10:10:47Z","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":"e844a3441d2b44f1a5893511cf8a17da","id":"40ca1645-7a93-42fb-8a16-d4cd4f1713a2","subnetpool_id":null,"name":"vyos_vrouter-subnet_c32761be-4903-4c5e-902a-3dd889d57018"}]} 2018-09-02 10:27:40,267 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-deaa844d-2c5c-405b-84e9-fc2a0575be94 2018-09-02 10:27:40,267 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.298134088516s 2018-09-02 10:27:40,267 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-deaa844d-2c5c-405b-84e9-fc2a0575be94 2018-09-02 10:27:40,268 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 10:27:40,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/40ca1645-7a93-42fb-8a16-d4cd4f1713a2.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:42,977 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-085d54a7-4527-4d54-a218-0109aff09b7b Date: Sun, 02 Sep 2018 10:27:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:27:42,977 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/40ca1645-7a93-42fb-8a16-d4cd4f1713a2.json used request id req-085d54a7-4527-4d54-a218-0109aff09b7b 2018-09-02 10:27:42,977 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.70863199234s 2018-09-02 10:27:42,977 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/40ca1645-7a93-42fb-8a16-d4cd4f1713a2.json used request id req-085d54a7-4527-4d54-a218-0109aff09b7b 2018-09-02 10:27:42,978 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:27:42,978 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:43,081 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1238 X-Openstack-Request-Id: req-69057d42-ba96-4120-ba83-378f067c4126 Date: Sun, 02 Sep 2018 10:27:43 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"3cfcd325-3850-4606-9022-66e738630542","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"e844a3441d2b44f1a5893511cf8a17da","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T10:27:42Z","qos_policy_id":null,"name":"vyos_vrouter-net_c32761be-4903-4c5e-902a-3dd889d57018","admin_state_up":true,"tenant_id":"e844a3441d2b44f1a5893511cf8a17da","created_at":"2018-09-02T10:10:46Z","mtu":1450},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500}]} 2018-09-02 10:27:43,081 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-69057d42-ba96-4120-ba83-378f067c4126 2018-09-02 10:27:43,081 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.102936983109s 2018-09-02 10:27:43,081 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-69057d42-ba96-4120-ba83-378f067c4126 2018-09-02 10:27:43,082 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 10:27:43,083 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/3cfcd325-3850-4606-9022-66e738630542.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:44,351 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-734d417b-463b-4231-a763-3e92be1cbcaa Date: Sun, 02 Sep 2018 10:27:44 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:27:44,351 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/3cfcd325-3850-4606-9022-66e738630542.json used request id req-734d417b-463b-4231-a763-3e92be1cbcaa 2018-09-02 10:27:44,351 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.26874899864s 2018-09-02 10:27:44,351 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/3cfcd325-3850-4606-9022-66e738630542.json used request id req-734d417b-463b-4231-a763-3e92be1cbcaa 2018-09-02 10:27:44,356 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:27:44,360 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:44,684 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1403 Content-Type: application/json X-Openstack-Request-Id: req-75eb1e07-c653-4537-884e-8a9faf94ce58 Date: Sun, 02 Sep 2018 10:27:44 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:12:19Z", "file": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/file", "owner": "e844a3441d2b44f1a5893511cf8a17da", "id": "c00d5532-9c70-4a5d-a0b4-8d74397bb832", "size": 4373348352, "self": "/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "e66184f33438facbf5b664aa1d02968dd305d5f2d8526315b65adca7188e574a", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "d9fa9deb2e0906ab7da21bd97d305fa1", "name": "vyos_vrouter-img_c32761be-4903-4c5e-902a-3dd889d57018", "checksum": "d9fa9deb2e0906ab7da21bd97d305fa1", "created_at": "2018-09-02T10:11:21Z", "os_hidden": false, "protected": false, "os_hash_value": "faa3b93f58a3a060092d8b73ed7dff4db788b7ba9f82a679e84462fcef54c0bf7feb5c08de6f9523de4f3ec4dcb084e02454ec94619fb84802ac5a0277ea1a5d"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:27:44,685 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-75eb1e07-c653-4537-884e-8a9faf94ce58 2018-09-02 10:27:44,685 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.328872919083s 2018-09-02 10:27:44,685 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-75eb1e07-c653-4537-884e-8a9faf94ce58 2018-09-02 10:27:44,687 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 10:27:44,690 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}f9b4a2601ae362a52676b5f3521d5ed882d18ead" 2018-09-02 10:27:45,423 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-f79f75df-0799-4741-843a-6bb76055188b Date: Sun, 02 Sep 2018 10:27: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 10:27:45,423 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832 used request id req-f79f75df-0799-4741-843a-6bb76055188b 2018-09-02 10:27:45,423 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 0.736274003983s 2018-09-02 10:27:45,423 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/c00d5532-9c70-4a5d-a0b4-8d74397bb832 used request id req-f79f75df-0799-4741-843a-6bb76055188b 2018-09-02 10:27:45,424 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 10:27:45,427 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:45,447 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27: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-523de72c-0dab-4e8b-9073-11e0b8c9992f x-compute-request-id: req-523de72c-0dab-4e8b-9073-11e0b8c9992f Content-Encoding: gzip Content-Length: 314 Content-Type: application/json RESP BODY: {"flavors": [{"name": "vyos_vrouter-flavor_c32761be-4903-4c5e-902a-3dd889d57018", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/5ae165df-4ff3-444f-aba9-4383614579bb", "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": "5ae165df-4ff3-444f-aba9-4383614579bb"}]} 2018-09-02 10:27:45,447 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-523de72c-0dab-4e8b-9073-11e0b8c9992f 2018-09-02 10:27:45,447 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0234708786011s 2018-09-02 10:27:45,448 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-523de72c-0dab-4e8b-9073-11e0b8c9992f 2018-09-02 10:27:45,449 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 10:27:45,452 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:45,481 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 10:27: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-8d998775-176f-4e5b-80b1-db41c92be3ce x-compute-request-id: req-8d998775-176f-4e5b-80b1-db41c92be3ce Content-Length: 0 Content-Type: application/json 2018-09-02 10:27:45,481 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb used request id req-8d998775-176f-4e5b-80b1-db41c92be3ce 2018-09-02 10:27:45,481 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0319509506226s 2018-09-02 10:27:45,482 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/5ae165df-4ff3-444f-aba9-4383614579bb used request id req-8d998775-176f-4e5b-80b1-db41c92be3ce 2018-09-02 10:27:45,482 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 10:27:45,486 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:45,697 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-761c1ab5-9e07-4ab7-b7fc-51e8d7b4e4bf Content-Encoding: gzip Content-Length: 1223 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018", "links": {"self": "http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "92f33115f63d498d9a738b5a7d7ccb5b", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 10:27:45,697 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-761c1ab5-9e07-4ab7-b7fc-51e8d7b4e4bf 2018-09-02 10:27:45,697 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.214679002762s 2018-09-02 10:27:45,697 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-761c1ab5-9e07-4ab7-b7fc-51e8d7b4e4bf 2018-09-02 10:27:45,705 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 10:27:45,708 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:45,914 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4c6d927b-2847-4e8a-bec2-6e16d384a294 Content-Encoding: gzip Content-Length: 229 Content-Type: application/json RESP BODY: {"user": {"name": "vyos_vrouter-user_c32761be-4903-4c5e-902a-3dd889d57018", "links": {"self": "http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "92f33115f63d498d9a738b5a7d7ccb5b", "description": null}} 2018-09-02 10:27:45,915 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b used request id req-4c6d927b-2847-4e8a-bec2-6e16d384a294 2018-09-02 10:27:45,915 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.210072040558s 2018-09-02 10:27:45,915 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b used request id req-4c6d927b-2847-4e8a-bec2-6e16d384a294 2018-09-02 10:27:45,916 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 10:27:45,920 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:46,199 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:27:45 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-e37e9f64-0699-40b0-990b-8ace002c0709 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 10:27:46,199 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b used request id req-e37e9f64-0699-40b0-990b-8ace002c0709 2018-09-02 10:27:46,199 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.283179998398s 2018-09-02 10:27:46,199 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/92f33115f63d498d9a738b5a7d7ccb5b used request id req-e37e9f64-0699-40b0-990b-8ace002c0709 2018-09-02 10:27:46,204 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 10:27:46,207 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:46,401 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-0da3d1a3-0575-4057-832b-972de869b2c7 Content-Encoding: gzip Content-Length: 788 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: vyos_vrouter", "links": {"self": "http://172.30.9.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da"}, "tags": [], "enabled": true, "id": "e844a3441d2b44f1a5893511cf8a17da", "parent_id": "default", "domain_id": "default", "name": "vyos_vrouter-project_c32761be-4903-4c5e-902a-3dd889d57018"}]} 2018-09-02 10:27:46,401 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-0da3d1a3-0575-4057-832b-972de869b2c7 2018-09-02 10:27:46,401 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.196371078491s 2018-09-02 10:27:46,401 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-0da3d1a3-0575-4057-832b-972de869b2c7 2018-09-02 10:27:46,407 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 10:27:46,410 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ad59e2b4daf5b186ad6dd54dcaf8238a9394c698" 2018-09-02 10:27:46,753 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-01075ace-0ea6-4c31-89d5-eeedd3b52633 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 10:27:46,753 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da used request id req-01075ace-0ea6-4c31-89d5-eeedd3b52633 2018-09-02 10:27:46,753 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.346398115158s 2018-09-02 10:27:46,753 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/e844a3441d2b44f1a5893511cf8a17da used request id req-01075ace-0ea6-4c31-89d5-eeedd3b52633 2018-09-02 10:27:46,826 - xtesting.ci.run_tests - INFO - Loading test case 'juju_epc'... 2018-09-02 10:27:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 10:27:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 10:27:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 10:27:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 10:27:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 10:27:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 10:27:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 10:27:46,846 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 10:27:46,847 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 10:27:46,848 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 10:27:46,853 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 10:27:46,859 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:46 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-4fa2b489-a667-45e7-92da-eac40ec12596 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 10:27:46,860 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-4fa2b489-a667-45e7-92da-eac40ec12596 2018-09-02 10:27:46,860 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 10:27:47,265 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}, {"id": "8e0d526659f746328b933c99a8db6754", "name": "admin"}], "expires_at": "2018-09-02T11:27:47.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4b06fee7bf104ba386aa2f904001aa35", "name": "admin"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/4b06fee7bf104ba386aa2f904001aa35", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "admin", "id": "73555bf6825f4efebb70f41e3c2affd5"}, "audit_ids": ["U33Iv1g1Qm6WJEs9krN8nA"], "issued_at": "2018-09-02T10:27:47.000000Z"}} 2018-09-02 10:27:47,269 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:27:47,269 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:47,629 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 735 X-Openstack-Request-Id: req-d1ce6921-852b-45a2-b63d-878052ad60b9 Date: Sun, 02 Sep 2018 10:27:47 GMT RESP BODY: {"networks":[{"provider:physical_network":"datacentre","ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"mtu":1500,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"provider:segmentation_id":null,"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","provider:network_type":"flat"}]} 2018-09-02 10:27:47,629 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d1ce6921-852b-45a2-b63d-878052ad60b9 2018-09-02 10:27:47,630 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.360839128494s 2018-09-02 10:27:47,630 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json?router%3Aexternal=True used request id req-d1ce6921-852b-45a2-b63d-878052ad60b9 2018-09-02 10:27:47,633 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 10:27:47,639 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 10:27:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-93159b59-01a5-4471-aa46-202dc35c69e8 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.25:5000/v3/", "rel": "self"}]}]}} 2018-09-02 10:27:47,639 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/ used request id req-93159b59-01a5-4471-aa46-202dc35c69e8 2018-09-02 10:27:47,640 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 10:27:47,643 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:47,823 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:47 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b440f369-fa30-4aa0-9e54-81963772f4f7 Content-Encoding: gzip Content-Length: 219 Content-Type: application/json RESP BODY: {"domains": [{"description": "", "links": {"self": "http://172.30.9.25:5000/v3/domains/adedfb329ccc43e1b3cafcae1e1631ac"}, "tags": [], "enabled": true, "id": "adedfb329ccc43e1b3cafcae1e1631ac", "name": "heat_stack"}, {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}], "links": {"self": "http://172.30.9.25:5000/v3/domains", "previous": null, "next": null}} 2018-09-02 10:27:47,823 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-b440f369-fa30-4aa0-9e54-81963772f4f7 2018-09-02 10:27:47,823 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.182947158813s 2018-09-02 10:27:47,823 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains used request id req-b440f369-fa30-4aa0-9e54-81963772f4f7 2018-09-02 10:27:47,830 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.projects 2018-09-02 10:27:47,833 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" -d '{"project": {"description": "Created by OPNFV Functest: juju_epc", "enabled": true, "domain_id": "default", "name": "juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}}' 2018-09-02 10:27:48,051 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 10:27:47 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-b784f2de-0151-4cd7-8d83-9658d2793f0b 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.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8"}, "tags": [], "enabled": true, "id": "dc539b2cefbb4e6692796b0af08b14e8", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}} 2018-09-02 10:27:48,052 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-b784f2de-0151-4cd7-8d83-9658d2793f0b 2018-09-02 10:27:48,052 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.projects in 0.221546173096s 2018-09-02 10:27:48,052 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/projects used request id req-b784f2de-0151-4cd7-8d83-9658d2793f0b 2018-09-02 10:27:48,053 - 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'dc539b2cefbb4e6692796b0af08b14e8', '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_e19590ea-eebd-4a8f-8564-c1bb27487b3a'}) 2018-09-02 10:27:48,058 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.POST.users 2018-09-02 10:27:48,061 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" -d '{"user": {"description": null, "enabled": true, "domain_id": "default", "password": "d39d00be-a7ab-4512-a0bb-28d5cb0f2268", "email": null, "name": "juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}}' 2018-09-02 10:27:48,451 - keystoneauth.session - DEBUG - RESP: [201] Date: Sun, 02 Sep 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-7ccf5278-d09a-47bf-86f9-b15128639399 Content-Length: 323 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": {"self": "http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "37a5848ab8944a5c8e45b03ddf54aff4", "domain_id": "default", "password_expires_at": null}} 2018-09-02 10:27:48,452 - keystoneauth.session - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-7ccf5278-d09a-47bf-86f9-b15128639399 2018-09-02 10:27:48,452 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.POST.users in 0.393904924393s 2018-09-02 10:27:48,452 - shade.request_ids - DEBUG - POST call to identity for http://172.30.9.25:5000/v3/users used request id req-7ccf5278-d09a-47bf-86f9-b15128639399 2018-09-02 10:27:48,453 - functest.core.tenantnetwork - DEBUG - user: Munch({'username': None, 'description': None, 'enabled': True, 'id': u'37a5848ab8944a5c8e45b03ddf54aff4', 'email': None, 'default_project_id': None, 'domain_id': u'default', 'name': u'juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a'}) 2018-09-02 10:27:48,456 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 10:27:48,459 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:48,645 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-6a9aba0a-3d6a-4986-b650-5b73ed8c8baa Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 10:27:48,645 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6a9aba0a-3d6a-4986-b650-5b73ed8c8baa 2018-09-02 10:27:48,646 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.18891787529s 2018-09-02 10:27:48,646 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-6a9aba0a-3d6a-4986-b650-5b73ed8c8baa 2018-09-02 10:27:48,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 10:27:48,655 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:48,856 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-053333ee-aae8-4955-a342-d94c551b3ade Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 10:27:48,856 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-053333ee-aae8-4955-a342-d94c551b3ade 2018-09-02 10:27:48,856 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.204963922501s 2018-09-02 10:27:48,856 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-053333ee-aae8-4955-a342-d94c551b3ade 2018-09-02 10:27:48,862 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.roles 2018-09-02 10:27:48,865 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:49,065 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:48 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-622495b0-bc29-4460-9b9b-7f4d26b99a8c Content-Encoding: gzip Content-Length: 412 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/roles", "previous": null, "next": null}, "roles": [{"domain_id": null, "id": "3a132ea02cfe425bb8901edc5fa9f7e8", "links": {"self": "http://172.30.9.25:5000/v3/roles/3a132ea02cfe425bb8901edc5fa9f7e8"}, "name": "ResellerAdmin"}, {"domain_id": null, "id": "7f1b3ff1c5384b9a91004b70c277c61d", "links": {"self": "http://172.30.9.25:5000/v3/roles/7f1b3ff1c5384b9a91004b70c277c61d"}, "name": "heat_stack_user"}, {"domain_id": null, "id": "8e0d526659f746328b933c99a8db6754", "links": {"self": "http://172.30.9.25:5000/v3/roles/8e0d526659f746328b933c99a8db6754"}, "name": "admin"}, {"domain_id": null, "id": "9fe2ff9ee4384b1894a90878d3e92bab", "links": {"self": "http://172.30.9.25:5000/v3/roles/9fe2ff9ee4384b1894a90878d3e92bab"}, "name": "_member_"}, {"domain_id": null, "id": "aa85cfc71c0d43d68d45e619bfd907a4", "links": {"self": "http://172.30.9.25:5000/v3/roles/aa85cfc71c0d43d68d45e619bfd907a4"}, "name": "member"}, {"domain_id": null, "id": "e584478c27264203b713aa48cb65d6d1", "links": {"self": "http://172.30.9.25:5000/v3/roles/e584478c27264203b713aa48cb65d6d1"}, "name": "heat_stack_owner"}, {"domain_id": null, "id": "f0b8e7888c5e45bea6965289533272b3", "links": {"self": "http://172.30.9.25:5000/v3/roles/f0b8e7888c5e45bea6965289533272b3"}, "name": "reader"}, {"domain_id": null, "id": "f3f1da5e28dd41bf87cb7ac04685ceef", "links": {"self": "http://172.30.9.25:5000/v3/roles/f3f1da5e28dd41bf87cb7ac04685ceef"}, "name": "swiftoperator"}]} 2018-09-02 10:27:49,065 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-622495b0-bc29-4460-9b9b-7f4d26b99a8c 2018-09-02 10:27:49,066 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.roles in 0.203508853912s 2018-09-02 10:27:49,066 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/roles used request id req-622495b0-bc29-4460-9b9b-7f4d26b99a8c 2018-09-02 10:27:49,071 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.domains 2018-09-02 10:27:49,074 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:49,212 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-d2837851-f5c2-4c35-9436-d197635bd08b Content-Encoding: gzip Content-Length: 148 Content-Type: application/json RESP BODY: {"domain": {"description": "The default domain", "links": {"self": "http://172.30.9.25:5000/v3/domains/default"}, "tags": [], "enabled": true, "id": "default", "name": "Default"}} 2018-09-02 10:27:49,212 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d2837851-f5c2-4c35-9436-d197635bd08b 2018-09-02 10:27:49,213 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.domains in 0.141659021378s 2018-09-02 10:27:49,213 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/domains/default used request id req-d2837851-f5c2-4c35-9436-d197635bd08b 2018-09-02 10:27:49,214 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 10:27:49,217 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:49,349 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-fa7d9517-955c-4650-9a49-3046cc4747f7 Content-Encoding: gzip Content-Length: 1212 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": {"self": "http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "37a5848ab8944a5c8e45b03ddf54aff4", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 10:27:49,349 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fa7d9517-955c-4650-9a49-3046cc4747f7 2018-09-02 10:27:49,349 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.135283946991s 2018-09-02 10:27:49,350 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-fa7d9517-955c-4650-9a49-3046cc4747f7 2018-09-02 10:27:49,367 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 10:27:49,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:49,568 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-b65d26e0-6da7-4f04-87fb-346e4f4062e2 Content-Encoding: gzip Content-Length: 792 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects?domain_id=default", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8"}, "tags": [], "enabled": true, "id": "dc539b2cefbb4e6692796b0af08b14e8", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "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.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}]} 2018-09-02 10:27:49,568 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-b65d26e0-6da7-4f04-87fb-346e4f4062e2 2018-09-02 10:27:49,569 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.201005220413s 2018-09-02 10:27:49,569 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects?domain_id=default used request id req-b65d26e0-6da7-4f04-87fb-346e4f4062e2 2018-09-02 10:27:49,579 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.role_assignments 2018-09-02 10:27:49,582 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25:5000/v3/role_assignments?user.id=37a5848ab8944a5c8e45b03ddf54aff4&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=dc539b2cefbb4e6692796b0af08b14e8" -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:49,842 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a54e6cdf-09f6-462d-b3e7-979cbddc47d8 Content-Encoding: gzip Content-Length: 212 Content-Type: application/json RESP BODY: {"role_assignments": [], "links": {"self": "http://172.30.9.25:5000/v3/role_assignments?user.id=37a5848ab8944a5c8e45b03ddf54aff4&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=dc539b2cefbb4e6692796b0af08b14e8", "previous": null, "next": null}} 2018-09-02 10:27:49,842 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=37a5848ab8944a5c8e45b03ddf54aff4&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=dc539b2cefbb4e6692796b0af08b14e8 used request id req-a54e6cdf-09f6-462d-b3e7-979cbddc47d8 2018-09-02 10:27:49,842 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.role_assignments in 0.263249158859s 2018-09-02 10:27:49,842 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/role_assignments?user.id=37a5848ab8944a5c8e45b03ddf54aff4&role.id=aa85cfc71c0d43d68d45e619bfd907a4&scope.project.id=dc539b2cefbb4e6692796b0af08b14e8 used request id req-a54e6cdf-09f6-462d-b3e7-979cbddc47d8 2018-09-02 10:27:49,846 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.PUT.projects.users.roles 2018-09-02 10:27:49,850 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8/users/37a5848ab8944a5c8e45b03ddf54aff4/roles/aa85cfc71c0d43d68d45e619bfd907a4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:49,999 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:27:49 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-a3c19f74-512b-4260-a4e9-61e61d0d383d 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 10:27:49,999 - keystoneauth.session - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8/users/37a5848ab8944a5c8e45b03ddf54aff4/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-a3c19f74-512b-4260-a4e9-61e61d0d383d 2018-09-02 10:27:49,999 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.PUT.projects.users.roles in 0.153095006943s 2018-09-02 10:27:49,999 - shade.request_ids - DEBUG - PUT call to identity for http://172.30.9.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8/users/37a5848ab8944a5c8e45b03ddf54aff4/roles/aa85cfc71c0d43d68d45e619bfd907a4 used request id req-a3c19f74-512b-4260-a4e9-61e61d0d383d 2018-09-02 10:27:50,000 - functest.core.tenantnetwork - DEBUG - cloud_config {'clouds': {'envvars': {u'auth_type': 'password', u'status': u'active', 'project_name': u'juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a', 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'dc539b2cefbb4e6692796b0af08b14e8', u'workflow_api_version': u'2', 'verify': True, u'identity_api_version': '3', 'cloudname': 'overcloud', u'volume_api_version': '3.52', 'password': 'd39d00be-a7ab-4512-a0bb-28d5cb0f2268', 'username': u'juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a', 'cert': None, u'secgroup_source': u'neutron', 'no_cache': 'True', u'container_api_version': u'1', 'auth_url': 'http://172.30.9.25: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 10:27:50,001 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v1password = swiftclient.authv1:PasswordLoader') 2018-09-02 10:27:50,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('noauth = cinderclient.contrib.noauth:CinderNoAuthLoader') 2018-09-02 10:27:50,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2token = keystoneauth1.loading._plugins.identity.v2:Token') 2018-09-02 10:27:50,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('none = keystoneauth1.loading._plugins.noauth:NoAuth') 2018-09-02 10:27:50,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oauth1 = keystoneauth1.extras.oauth1._loading:V3OAuth1') 2018-09-02 10:27:50,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('admin_token = keystoneauth1.loading._plugins.admin_token:AdminToken') 2018-09-02 10:27:50,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcauthcode = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAuthorizationCode') 2018-09-02 10:27:50,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v2password = keystoneauth1.loading._plugins.identity.v2:Password') 2018-09-02 10:27:50,002 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3samlpassword = keystoneauth1.extras._saml2._loading:Saml2Password') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3password = keystoneauth1.loading._plugins.identity.v3:Password') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3adfspassword = keystoneauth1.extras._saml2._loading:ADFSPassword') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcaccesstoken = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectAccessToken') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcpassword = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectPassword') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3kerberos = keystoneauth1.extras.kerberos._loading:Kerberos') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('token = keystoneauth1.loading._plugins.identity.generic:Token') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3oidcclientcredentials = keystoneauth1.loading._plugins.identity.v3:OpenIDConnectClientCredentials') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3tokenlessauth = keystoneauth1.loading._plugins.identity.v3:TokenlessAuth') 2018-09-02 10:27:50,003 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3token = keystoneauth1.loading._plugins.identity.v3:Token') 2018-09-02 10:27:50,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3totp = keystoneauth1.loading._plugins.identity.v3:TOTP') 2018-09-02 10:27:50,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3applicationcredential = keystoneauth1.loading._plugins.identity.v3:ApplicationCredential') 2018-09-02 10:27:50,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('password = keystoneauth1.loading._plugins.identity.generic:Password') 2018-09-02 10:27:50,004 - stevedore.extension - DEBUG - found extension EntryPoint.parse('v3fedkerb = keystoneauth1.extras.kerberos._loading:MappedKerberos') 2018-09-02 10:27:50,005 - functest.core.tenantnetwork - DEBUG - new cloud {'username': u'juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a', 'password': 'd39d00be-a7ab-4512-a0bb-28d5cb0f2268', 'project_name': 'juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a', 'user_domain_name': 'Default', 'auth_url': 'http://172.30.9.25:5000/v3', 'project_id': 'dc539b2cefbb4e6692796b0af08b14e8', 'project_domain_name': 'Default'} 2018-09-02 10:27:50,068 - 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 10:27:50,091 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.services 2018-09-02 10:27:50,093 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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 10:27:50,099 - keystoneauth.session - DEBUG - RESP: [300] Date: Sun, 02 Sep 2018 10:27:50 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-403a7a4a-e119-44c9-93fb-1d4fd7124ba9 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.4:35357/v3/", "rel": "self"}]}]}} 2018-09-02 10:27:50,099 - keystoneauth.session - DEBUG - GET call to None for http://192.30.9.4:35357/ used request id req-403a7a4a-e119-44c9-93fb-1d4fd7124ba9 2018-09-02 10:27:50,100 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://192.30.9.4: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:50,361 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-67107db2-d7dc-4243-8af8-13bcc1729292 Content-Encoding: gzip Content-Length: 853 Content-Type: application/json RESP BODY: {"services": [{"description": "Openstack Metering Service", "links": {"self": "http://192.30.9.4:35357/v3/services/08fec3b812f74f3185347b559bfc2d6a"}, "enabled": true, "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"description": "Openstack Object-Store Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1d55c00b68214ca486ca54af5b3b03bd"}, "enabled": true, "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"description": "Openstack Placement Service", "links": {"self": "http://192.30.9.4:35357/v3/services/1fa806695b844c73a6410319a8b4fa6e"}, "enabled": true, "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"description": "OpenStack Alarming Service", "links": {"self": "http://192.30.9.4:35357/v3/services/2afaf8fb5fa7474094aa9613a573da43"}, "enabled": true, "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"description": "Openstack Compute Service", "links": {"self": "http://192.30.9.4:35357/v3/services/34fca9d537a74c0194da0a3387e74c3e"}, "enabled": true, "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"description": "OpenStack Event Service", "links": {"self": "http://192.30.9.4:35357/v3/services/387f79b67935446ca9455ee1eb21f37f"}, "enabled": true, "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"description": "Openstack Orchestration Service", "links": {"self": "http://192.30.9.4:35357/v3/services/38b6df39a4ac407ba235cc5a16f54e69"}, "enabled": true, "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"description": "OpenStack Metric Service", "links": {"self": "http://192.30.9.4:35357/v3/services/39eb640c21a044f3b1ae638eb1c15171"}, "enabled": true, "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"description": "Cinder Service v3", "links": {"self": "http://192.30.9.4:35357/v3/services/3f418b02e75d45e5bf2fe76226e3c093"}, "enabled": true, "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"description": "OpenStack Image Service", "links": {"self": "http://192.30.9.4:35357/v3/services/4e9ac09586eb44bfa0b0bfbcb4f5e5bf"}, "enabled": true, "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"description": "Neutron Networking Service", "links": {"self": "http://192.30.9.4:35357/v3/services/61c587f7f84f41dca46bc2531f5a72c3"}, "enabled": true, "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"description": "Openstack Cloudformation Service", "links": {"self": "http://192.30.9.4:35357/v3/services/7c62da50181645ae988a894a074b6dad"}, "enabled": true, "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"description": "Cinder Service v2", "links": {"self": "http://192.30.9.4:35357/v3/services/9026c413fcde4d7da11dfa6242c75002"}, "enabled": true, "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"description": "Cinder Service", "links": {"self": "http://192.30.9.4:35357/v3/services/b24c82acb5464d3cb694c569027a6426"}, "enabled": true, "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"description": "OpenStack Identity Service", "links": {"self": "http://192.30.9.4:35357/v3/services/ead963f647b24d04b1ad3c58a47621de"}, "enabled": true, "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "links": {"self": "http://192.30.9.4:35357/v3/services", "previous": null, "next": null}} 2018-09-02 10:27:50,362 - keystoneauth.session - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-67107db2-d7dc-4243-8af8-13bcc1729292 2018-09-02 10:27:50,362 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.services in 0.270159006119s 2018-09-02 10:27:50,362 - shade.request_ids - DEBUG - GET call to identity for http://192.30.9.4:35357/v3/services used request id req-67107db2-d7dc-4243-8af8-13bcc1729292 2018-09-02 10:27:50,371 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.endpoints 2018-09-02 10:27:50,374 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:27:50,572 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-00fc05eb-c52b-4929-8e96-2311503cfb06 Content-Encoding: gzip Content-Length: 1961 Content-Type: application/json RESP BODY: {"endpoints": [{"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/0924d7dd58d346ec95586c62e8e73e96"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10604705234e48e99c18d273e10c72f0"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "10604705234e48e99c18d273e10c72f0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/10a6084d29eb409d8c4847899435e626"}, "url": "http://172.30.9.25:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "10a6084d29eb409d8c4847899435e626"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/118bb2de9e6d4458a380424ebc2c7d1d"}, "url": "http://192.30.9.4:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/125f462a970f403db8b66683b68e3075"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "125f462a970f403db8b66683b68e3075"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/17e359520cc84d38857efdac131e22f7"}, "url": "http://172.30.9.25:9696", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "17e359520cc84d38857efdac131e22f7"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/1b84a32d0cf8457b89ecd9fbd97139ed"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/25a15391b08c4a4b889ba246aedbf540"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/31a8e6bbe5ea4b67b816139727e57be0"}, "url": "http://172.30.9.25:8977", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/323b22405cb4493bb856a45a7a755b0f"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/3b50afcb7622411cbe20bc88d711c955"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/495598a8932d48c99c2f9f5cf9279cfe"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/4c451b5bc7ff4067a79ed307061e47bc"}, "url": "http://192.30.9.4:8041", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/529dd156be6d41c1b83dbcdf21f18d9c"}, "url": "http://172.30.9.25:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/53ad6423cf3e40b3a44e2dc86dfd9f60"}, "url": "http://172.30.9.25:8042", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5988a5ce6b764f9ab48c472930b6db4a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/59d7817701e548e6a727b71360ef3d33"}, "url": "http://192.30.9.4:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "59d7817701e548e6a727b71360ef3d33"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/5dc540f7d0544dcbbc96787b7f89ca9b"}, "url": "http://192.30.9.4:8774/v2.1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "34fca9d537a74c0194da0a3387e74c3e", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/62e0e36fb0c247ec9073eb7432422e5e"}, "url": "http://192.30.9.4:8977", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "387f79b67935446ca9455ee1eb21f37f", "id": "62e0e36fb0c247ec9073eb7432422e5e"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71980e2c1e9245288b4abebeaeecca74"}, "url": "http://172.30.9.25:8004/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "38b6df39a4ac407ba235cc5a16f54e69", "id": "71980e2c1e9245288b4abebeaeecca74"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/71dc26e304874b0dae743ecbc3632846"}, "url": "http://192.30.9.4:8042", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "2afaf8fb5fa7474094aa9613a573da43", "id": "71dc26e304874b0dae743ecbc3632846"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/923ca5d3f1334006a26cf0aea464ee57"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/96bab696010b4bafbbd1fbb7e985c71b"}, "url": "http://12.0.0.30:8080", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/9999c88ff485471cb956cd7f49aa526d"}, "url": "http://192.30.9.4:8776/v2/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "9026c413fcde4d7da11dfa6242c75002", "id": "9999c88ff485471cb956cd7f49aa526d"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/aad9f0f73565449383d3b341fc2eb77a"}, "url": "http://192.30.9.4:9292", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/adc631d75b5447f8986e9bc8a0c5c7ee"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b2a6d56cf14e43e58768de3af081cc81"}, "url": "http://172.30.9.25:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b7736f1d71d544269f1530078fed47b0"}, "url": "http://12.0.0.30:8080/v1/AUTH_%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "1d55c00b68214ca486ca54af5b3b03bd", "id": "b7736f1d71d544269f1530078fed47b0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/b9062d6a31d04ac4b24ab15eceed7bcf"}, "url": "http://172.30.9.25:8000/v1", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/bd33e7a9d50d494b9b272f82195317f3"}, "url": "http://192.30.9.4:9696", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "61c587f7f84f41dca46bc2531f5a72c3", "id": "bd33e7a9d50d494b9b272f82195317f3"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c54f842302d44898a4d70f611ebff073"}, "url": "http://172.30.9.25:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "c54f842302d44898a4d70f611ebff073"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c75d7d55b75f49c692067b565da957bf"}, "url": "http://172.30.9.25:8778/placement", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "c75d7d55b75f49c692067b565da957bf"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c7882ab82dec46509fcebf89f66f4c49"}, "url": "http://192.30.9.4:8000/v1", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "7c62da50181645ae988a894a074b6dad", "id": "c7882ab82dec46509fcebf89f66f4c49"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/c9d32d0eba284bf7b36e3858f795e2b2"}, "url": "http://192.30.9.4:35357", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cbe37df87d234d5e85343b37211b1ef0"}, "url": "http://172.30.9.25:5000", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/cf72a980dbd14e88b6cca9b1101f2207"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/da5245d0d52648e1985d83b1e84a36d9"}, "url": "http://172.30.9.25:8041", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "39eb640c21a044f3b1ae638eb1c15171", "id": "da5245d0d52648e1985d83b1e84a36d9"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/e28cd6e5aff241bbbad53800afeb077f"}, "url": "http://192.30.9.4:5000", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "ead963f647b24d04b1ad3c58a47621de", "id": "e28cd6e5aff241bbbad53800afeb077f"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ea8b9148f5054883a09c7c63267eb2ce"}, "url": "http://192.30.9.4:8776/v1/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "internal", "service_id": "b24c82acb5464d3cb694c569027a6426", "id": "ea8b9148f5054883a09c7c63267eb2ce"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef166bce66fe46529e767b10c7fc0e29"}, "url": "http://192.30.9.4:8778/placement", "region": "regionOne", "enabled": true, "interface": "admin", "service_id": "1fa806695b844c73a6410319a8b4fa6e", "id": "ef166bce66fe46529e767b10c7fc0e29"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/ef2729b2b36742d88e08343c547a4372"}, "url": "http://172.30.9.25:8776/v3/%(tenant_id)s", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "3f418b02e75d45e5bf2fe76226e3c093", "id": "ef2729b2b36742d88e08343c547a4372"}, {"region_id": "regionOne", "links": {"self": "http://172.30.9.25:5000/v3/endpoints/f73e6d5eedb641ebb5438769d9e00b35"}, "url": "http://172.30.9.25:9292", "region": "regionOne", "enabled": true, "interface": "public", "service_id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "links": {"self": "http://172.30.9.25:5000/v3/endpoints", "previous": null, "next": null}} 2018-09-02 10:27:50,572 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-00fc05eb-c52b-4929-8e96-2311503cfb06 2018-09-02 10:27:50,572 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.endpoints in 0.201277017593s 2018-09-02 10:27:50,573 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/endpoints used request id req-00fc05eb-c52b-4929-8e96-2311503cfb06 2018-09-02 10:27:50,580 - xtesting.ci.run_tests - INFO - Running test case 'juju_epc'... 2018-09-02 10:27:50,581 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 10:27:50,587 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:27:50 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-732d984c-dff6-4b33-948c-faf26f52dfa9 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.25:5000/v3/", "rel": "self"}]}} 2018-09-02 10:27:50,587 - keystoneauth.session - DEBUG - GET call to None for http://172.30.9.25:5000/v3 used request id req-732d984c-dff6-4b33-948c-faf26f52dfa9 2018-09-02 10:27:50,587 - keystoneauth.identity.v3.base - DEBUG - Making authentication request to http://172.30.9.25:5000/v3/auth/tokens 2018-09-02 10:27:50,986 - keystoneauth.identity.v3.base - DEBUG - {"token": {"is_domain": false, "methods": ["password"], "roles": [{"id": "f0b8e7888c5e45bea6965289533272b3", "name": "reader"}, {"id": "aa85cfc71c0d43d68d45e619bfd907a4", "name": "member"}], "expires_at": "2018-09-02T11:27:50.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "dc539b2cefbb4e6692796b0af08b14e8", "name": "juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}, "catalog": [{"endpoints": [], "type": "metering", "id": "08fec3b812f74f3185347b559bfc2d6a", "name": "ceilometer"}, {"endpoints": [{"url": "http://12.0.0.30:8080", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "96bab696010b4bafbbd1fbb7e985c71b"}, {"url": "http://172.30.9.25:8080/v1/AUTH_dc539b2cefbb4e6692796b0af08b14e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b2a6d56cf14e43e58768de3af081cc81"}, {"url": "http://12.0.0.30:8080/v1/AUTH_dc539b2cefbb4e6692796b0af08b14e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "b7736f1d71d544269f1530078fed47b0"}], "type": "object-store", "id": "1d55c00b68214ca486ca54af5b3b03bd", "name": "swift"}, {"endpoints": [{"url": "http://192.30.9.4:8778/placement", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "25a15391b08c4a4b889ba246aedbf540"}, {"url": "http://172.30.9.25:8778/placement", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c75d7d55b75f49c692067b565da957bf"}, {"url": "http://192.30.9.4:8778/placement", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "ef166bce66fe46529e767b10c7fc0e29"}], "type": "placement", "id": "1fa806695b844c73a6410319a8b4fa6e", "name": "placement"}, {"endpoints": [{"url": "http://192.30.9.4:8042", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "10604705234e48e99c18d273e10c72f0"}, {"url": "http://172.30.9.25:8042", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "53ad6423cf3e40b3a44e2dc86dfd9f60"}, {"url": "http://192.30.9.4:8042", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "71dc26e304874b0dae743ecbc3632846"}], "type": "alarming", "id": "2afaf8fb5fa7474094aa9613a573da43", "name": "aodh"}, {"endpoints": [{"url": "http://172.30.9.25:8774/v2.1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "10a6084d29eb409d8c4847899435e626"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "495598a8932d48c99c2f9f5cf9279cfe"}, {"url": "http://192.30.9.4:8774/v2.1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "5dc540f7d0544dcbbc96787b7f89ca9b"}], "type": "compute", "id": "34fca9d537a74c0194da0a3387e74c3e", "name": "nova"}, {"endpoints": [{"url": "http://172.30.9.25:8977", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "31a8e6bbe5ea4b67b816139727e57be0"}, {"url": "http://192.30.9.4:8977", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "3b50afcb7622411cbe20bc88d711c955"}, {"url": "http://192.30.9.4:8977", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "62e0e36fb0c247ec9073eb7432422e5e"}], "type": "event", "id": "387f79b67935446ca9455ee1eb21f37f", "name": "panko"}, {"endpoints": [{"url": "http://192.30.9.4:8004/v1/dc539b2cefbb4e6692796b0af08b14e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "1b84a32d0cf8457b89ecd9fbd97139ed"}, {"url": "http://192.30.9.4:8004/v1/dc539b2cefbb4e6692796b0af08b14e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "59d7817701e548e6a727b71360ef3d33"}, {"url": "http://172.30.9.25:8004/v1/dc539b2cefbb4e6692796b0af08b14e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "71980e2c1e9245288b4abebeaeecca74"}], "type": "orchestration", "id": "38b6df39a4ac407ba235cc5a16f54e69", "name": "heat"}, {"endpoints": [{"url": "http://192.30.9.4:8041", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "125f462a970f403db8b66683b68e3075"}, {"url": "http://192.30.9.4:8041", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "4c451b5bc7ff4067a79ed307061e47bc"}, {"url": "http://172.30.9.25:8041", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "da5245d0d52648e1985d83b1e84a36d9"}], "type": "metric", "id": "39eb640c21a044f3b1ae638eb1c15171", "name": "gnocchi"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v3/dc539b2cefbb4e6692796b0af08b14e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "0924d7dd58d346ec95586c62e8e73e96"}, {"url": "http://192.30.9.4:8776/v3/dc539b2cefbb4e6692796b0af08b14e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "118bb2de9e6d4458a380424ebc2c7d1d"}, {"url": "http://172.30.9.25:8776/v3/dc539b2cefbb4e6692796b0af08b14e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "ef2729b2b36742d88e08343c547a4372"}], "type": "volumev3", "id": "3f418b02e75d45e5bf2fe76226e3c093", "name": "cinderv3"}, {"endpoints": [{"url": "http://192.30.9.4:9292", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "5988a5ce6b764f9ab48c472930b6db4a"}, {"url": "http://192.30.9.4:9292", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "aad9f0f73565449383d3b341fc2eb77a"}, {"url": "http://172.30.9.25:9292", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "f73e6d5eedb641ebb5438769d9e00b35"}], "type": "image", "id": "4e9ac09586eb44bfa0b0bfbcb4f5e5bf", "name": "glance"}, {"endpoints": [{"url": "http://172.30.9.25:9696", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "17e359520cc84d38857efdac131e22f7"}, {"url": "http://192.30.9.4:9696", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "adc631d75b5447f8986e9bc8a0c5c7ee"}, {"url": "http://192.30.9.4:9696", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "bd33e7a9d50d494b9b272f82195317f3"}], "type": "network", "id": "61c587f7f84f41dca46bc2531f5a72c3", "name": "neutron"}, {"endpoints": [{"url": "http://192.30.9.4:8000/v1", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "923ca5d3f1334006a26cf0aea464ee57"}, {"url": "http://172.30.9.25:8000/v1", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "b9062d6a31d04ac4b24ab15eceed7bcf"}, {"url": "http://192.30.9.4:8000/v1", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c7882ab82dec46509fcebf89f66f4c49"}], "type": "cloudformation", "id": "7c62da50181645ae988a894a074b6dad", "name": "heat-cfn"}, {"endpoints": [{"url": "http://192.30.9.4:8776/v2/dc539b2cefbb4e6692796b0af08b14e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "323b22405cb4493bb856a45a7a755b0f"}, {"url": "http://172.30.9.25:8776/v2/dc539b2cefbb4e6692796b0af08b14e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "529dd156be6d41c1b83dbcdf21f18d9c"}, {"url": "http://192.30.9.4:8776/v2/dc539b2cefbb4e6692796b0af08b14e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "9999c88ff485471cb956cd7f49aa526d"}], "type": "volumev2", "id": "9026c413fcde4d7da11dfa6242c75002", "name": "cinderv2"}, {"endpoints": [{"url": "http://172.30.9.25:8776/v1/dc539b2cefbb4e6692796b0af08b14e8", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "c54f842302d44898a4d70f611ebff073"}, {"url": "http://192.30.9.4:8776/v1/dc539b2cefbb4e6692796b0af08b14e8", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "cf72a980dbd14e88b6cca9b1101f2207"}, {"url": "http://192.30.9.4:8776/v1/dc539b2cefbb4e6692796b0af08b14e8", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "ea8b9148f5054883a09c7c63267eb2ce"}], "type": "volume", "id": "b24c82acb5464d3cb694c569027a6426", "name": "cinder"}, {"endpoints": [{"url": "http://192.30.9.4:35357", "interface": "admin", "region": "regionOne", "region_id": "regionOne", "id": "c9d32d0eba284bf7b36e3858f795e2b2"}, {"url": "http://172.30.9.25:5000", "interface": "public", "region": "regionOne", "region_id": "regionOne", "id": "cbe37df87d234d5e85343b37211b1ef0"}, {"url": "http://192.30.9.4:5000", "interface": "internal", "region": "regionOne", "region_id": "regionOne", "id": "e28cd6e5aff241bbbad53800afeb077f"}], "type": "identity", "id": "ead963f647b24d04b1ad3c58a47621de", "name": "keystone"}], "user": {"domain": {"id": "default", "name": "Default"}, "password_expires_at": null, "name": "juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "id": "37a5848ab8944a5c8e45b03ddf54aff4"}, "audit_ids": ["yvNYIL0NQuCE8Z6XN0f4gw"], "issued_at": "2018-09-02T10:27:50.000000Z"}} 2018-09-02 10:27:50,989 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.networks 2018-09-02 10:27:50,989 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '{"network": {"name": "juju_epc-net_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "admin_state_up": true}}' 2018-09-02 10:27:51,990 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 627 X-Openstack-Request-Id: req-40ad72ac-8b5b-4635-9da4-346cdf3604ba Date: Sun, 02 Sep 2018 10:27:52 GMT RESP BODY: {"network":{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f697b9e6-514f-4b8a-95ff-bd13097fd7db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dc539b2cefbb4e6692796b0af08b14e8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T10:27:51Z","is_default":false,"name":"juju_epc-net_e19590ea-eebd-4a8f-8564-c1bb27487b3a","qos_policy_id":null,"admin_state_up":true,"tenant_id":"dc539b2cefbb4e6692796b0af08b14e8","created_at":"2018-09-02T10:27:51Z","mtu":1450}} 2018-09-02 10:27:51,990 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-40ad72ac-8b5b-4635-9da4-346cdf3604ba 2018-09-02 10:27:51,990 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.networks in 1.00119614601s 2018-09-02 10:27:51,990 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-40ad72ac-8b5b-4635-9da4-346cdf3604ba 2018-09-02 10:27:51,991 - 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-02T10:27:51Z', u'is_default': False, u'revision_number': 2, u'port_security_enabled': True, u'id': u'f697b9e6-514f-4b8a-95ff-bd13097fd7db', u'qos_policy_id': None, u'router:external': False, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-net_e19590ea-eebd-4a8f-8564-c1bb27487b3a', u'admin_state_up': True, u'tenant_id': u'dc539b2cefbb4e6692796b0af08b14e8', u'created_at': u'2018-09-02T10:27:51Z', u'mtu': 1450, u'ipv4_address_scope': None, u'shared': False, u'project_id': u'dc539b2cefbb4e6692796b0af08b14e8', u'l2_adjacency': True}) 2018-09-02 10:27:51,991 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:27:51,992 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:27:52,367 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1228 X-Openstack-Request-Id: req-73f84e84-2fa7-4151-8a40-9a908f032893 Date: Sun, 02 Sep 2018 10:27:52 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":2,"port_security_enabled":true,"id":"f697b9e6-514f-4b8a-95ff-bd13097fd7db","router:external":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"shared":false,"project_id":"dc539b2cefbb4e6692796b0af08b14e8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T10:27:51Z","qos_policy_id":null,"name":"juju_epc-net_e19590ea-eebd-4a8f-8564-c1bb27487b3a","admin_state_up":true,"tenant_id":"dc539b2cefbb4e6692796b0af08b14e8","created_at":"2018-09-02T10:27:51Z","mtu":1450}]} 2018-09-02 10:27:52,367 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-73f84e84-2fa7-4151-8a40-9a908f032893 2018-09-02 10:27:52,367 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.375566005707s 2018-09-02 10:27:52,367 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-73f84e84-2fa7-4151-8a40-9a908f032893 2018-09-02 10:27:52,369 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.subnets 2018-09-02 10:27:52,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '{"subnet": {"name": "juju_epc-subnet_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "enable_dhcp": true, "network_id": "f697b9e6-514f-4b8a-95ff-bd13097fd7db", "dns_nameservers": ["8.8.8.8"], "ip_version": 4, "cidr": "192.168.121.0/24"}}' 2018-09-02 10:27:53,282 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 676 X-Openstack-Request-Id: req-1aee8796-c1d1-469d-be42-033e887f32f2 Date: Sun, 02 Sep 2018 10:27:53 GMT RESP BODY: {"subnet":{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f697b9e6-514f-4b8a-95ff-bd13097fd7db","tenant_id":"dc539b2cefbb4e6692796b0af08b14e8","created_at":"2018-09-02T10:27:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T10:27:52Z","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":"dc539b2cefbb4e6692796b0af08b14e8","id":"1c9cab2f-ff50-49dc-9e85-c653af9704f0","subnetpool_id":null,"name":"juju_epc-subnet_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}} 2018-09-02 10:27:53,283 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-1aee8796-c1d1-469d-be42-033e887f32f2 2018-09-02 10:27:53,283 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.subnets in 0.913621902466s 2018-09-02 10:27:53,283 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-1aee8796-c1d1-469d-be42-033e887f32f2 2018-09-02 10:27:53,283 - functest.core.tenantnetwork - DEBUG - subnet: Munch({u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T10:27:52Z', 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'1c9cab2f-ff50-49dc-9e85-c653af9704f0', u'subnetpool_id': None, u'service_types': [], u'name': u'juju_epc-subnet_e19590ea-eebd-4a8f-8564-c1bb27487b3a', u'enable_dhcp': True, u'network_id': u'f697b9e6-514f-4b8a-95ff-bd13097fd7db', u'tenant_id': u'dc539b2cefbb4e6692796b0af08b14e8', u'created_at': u'2018-09-02T10:27:52Z', u'dns_nameservers': [u'8.8.8.8'], u'gateway_ip': u'192.168.121.1', u'ip_version': 4, u'project_id': u'dc539b2cefbb4e6692796b0af08b14e8'}) 2018-09-02 10:27:53,284 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.POST.routers 2018-09-02 10:27:53,285 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '{"router": {"external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687"}, "name": "juju_epc-router_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "admin_state_up": true}}' 2018-09-02 10:27:59,722 - keystoneauth.session - DEBUG - RESP: [201] Content-Type: application/json Content-Length: 695 X-Openstack-Request-Id: req-3538e92e-4405-46cc-8e78-13376c6b73ff Date: Sun, 02 Sep 2018 10:27:59 GMT RESP BODY: {"router": {"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": [], "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:27:54Z", "admin_state_up": true, "updated_at": "2018-09-02T10:27:55Z", "flavor_id": null, "revision_number": 3, "routes": [], "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "id": "a5983499-a4ac-4bf6-8392-46cad0acb129", "name": "juju_epc-router_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}} 2018-09-02 10:27:59,722 - keystoneauth.session - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3538e92e-4405-46cc-8e78-13376c6b73ff 2018-09-02 10:27:59,722 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.POST.routers in 6.4376449585s 2018-09-02 10:27:59,722 - shade.request_ids - DEBUG - POST call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-3538e92e-4405-46cc-8e78-13376c6b73ff 2018-09-02 10:27:59,723 - functest.core.tenantnetwork - DEBUG - router: Munch({u'status': u'ACTIVE', u'description': u'', u'tags': [], u'updated_at': u'2018-09-02T10:27:55Z', u'revision_number': 3, u'id': u'a5983499-a4ac-4bf6-8392-46cad0acb129', u'external_gateway_info': {u'network_id': u'b718548c-5bba-4aa1-a641-92a8eddc5687', u'enable_snat': True, u'external_fixed_ips': [{u'subnet_id': u'3d46351c-abcd-450d-9593-e27fb0b6c53a', u'ip_address': u'172.30.9.201'}]}, u'availability_zone_hints': [], u'availability_zones': [], u'name': u'juju_epc-router_e19590ea-eebd-4a8f-8564-c1bb27487b3a', u'admin_state_up': True, u'tenant_id': u'dc539b2cefbb4e6692796b0af08b14e8', u'created_at': u'2018-09-02T10:27:54Z', u'flavor_id': None, u'routes': [], u'project_id': u'dc539b2cefbb4e6692796b0af08b14e8'}) 2018-09-02 10:27:59,723 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.add_router_interface 2018-09-02 10:27:59,724 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129/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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '{"subnet_id": "1c9cab2f-ff50-49dc-9e85-c653af9704f0"}' 2018-09-02 10:28:03,088 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-6447f303-7ee5-4d39-83dc-b08e33563659 Date: Sun, 02 Sep 2018 10:28:03 GMT RESP BODY: {"network_id": "f697b9e6-514f-4b8a-95ff-bd13097fd7db", "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "subnet_id": "1c9cab2f-ff50-49dc-9e85-c653af9704f0", "subnet_ids": ["1c9cab2f-ff50-49dc-9e85-c653af9704f0"], "port_id": "b947bc5c-31af-41ef-ad11-385695a119ff", "id": "a5983499-a4ac-4bf6-8392-46cad0acb129"} 2018-09-02 10:28:03,088 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129/add_router_interface.json used request id req-6447f303-7ee5-4d39-83dc-b08e33563659 2018-09-02 10:28:03,089 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.add_router_interface in 3.36526107788s 2018-09-02 10:28:03,089 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129/add_router_interface.json used request id req-6447f303-7ee5-4d39-83dc-b08e33563659 returning object a5983499-a4ac-4bf6-8392-46cad0acb129 2018-09-02 10:28:03,089 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img 2018-09-02 10:28:05,987 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-16.04-server-cloudimg-amd64-disk1.img md5:735b7aed1ace8169dfe8028e333e637b sha256:c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7 2018-09-02 10:28:05,991 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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 10:28:05,997 - keystoneauth.session - DEBUG - RESP: [300] Content-Type: application/json Content-Length: 860 Date: Sun, 02 Sep 2018 10:28:06 GMT RESP BODY: {"versions": [{"status": "CURRENT", "id": "v2.7", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.6", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.5", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.4", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.3", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.2", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.1", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}, {"status": "SUPPORTED", "id": "v2.0", "links": [{"href": "http://172.30.9.25:9292/v2/", "rel": "self"}]}]} 2018-09-02 10:28:06,002 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:28:06,005 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:28:06,288 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 69 Content-Type: application/json X-Openstack-Request-Id: req-e4e16e45-4767-4e96-85a8-8d22cf8e5272 Date: Sun, 02 Sep 2018 10:28:06 GMT RESP BODY: {"images": [], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:28:06,288 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e4e16e45-4767-4e96-85a8-8d22cf8e5272 2018-09-02 10:28:06,288 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.286427974701s 2018-09-02 10:28:06,289 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-e4e16e45-4767-4e96-85a8-8d22cf8e5272 2018-09-02 10:28:06,297 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 10:28:06,301 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '{"owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "owner_specified.shade.object": "images/juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}' 2018-09-02 10:28:07,134 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 933 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774 Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-067803ec-4888-4fe1-8323-2f9912fd568a Date: Sun, 02 Sep 2018 10:28:07 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:28:07Z", "file": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/file", "owner": "dc539b2cefbb4e6692796b0af08b14e8", "id": "f39ef304-858b-4fb1-badb-effd52a9c774", "size": null, "self": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774", "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_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "checksum": null, "created_at": "2018-09-02T10:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 10:28:07,134 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-067803ec-4888-4fe1-8323-2f9912fd568a 2018-09-02 10:28:07,134 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.837109804153s 2018-09-02 10:28:07,134 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-067803ec-4888-4fe1-8323-2f9912fd568a returning object f39ef304-858b-4fb1-badb-effd52a9c774 2018-09-02 10:28:07,135 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 10:28:07,139 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '' 2018-09-02 10:28:12,409 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-44f5db66-f06c-4a89-a1c6-4ce7f1eafcd2 Date: Sun, 02 Sep 2018 10:28: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 10:28:12,409 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/file used request id req-44f5db66-f06c-4a89-a1c6-4ce7f1eafcd2 2018-09-02 10:28:12,409 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.27348303795s 2018-09-02 10:28:12,409 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/file used request id req-44f5db66-f06c-4a89-a1c6-4ce7f1eafcd2 2018-09-02 10:28:12,411 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:28:12,415 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:28:12,721 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-843b219e-b359-46d6-b12f-f7bbc42dd4b3 Date: Sun, 02 Sep 2018 10:28:12 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:28:12Z", "file": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/file", "owner": "dc539b2cefbb4e6692796b0af08b14e8", "id": "f39ef304-858b-4fb1-badb-effd52a9c774", "size": 296878080, "self": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-02T10:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": "ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:28:12,721 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-843b219e-b359-46d6-b12f-f7bbc42dd4b3 2018-09-02 10:28:12,721 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.309466838837s 2018-09-02 10:28:12,721 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-843b219e-b359-46d6-b12f-f7bbc42dd4b3 2018-09-02 10:28:12,722 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap', u'metadata': Munch({})})], 'file': u'/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/file', 'owner': u'dc539b2cefbb4e6692796b0af08b14e8', 'id': u'f39ef304-858b-4fb1-badb-effd52a9c774', 'size': 296878080, u'self': u'/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dc539b2cefbb4e6692796b0af08b14e8', 'name': 'juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T10:28:12Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T10:28:12Z', u'owner_specified.shade.sha256': u'c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7', u'owner_specified.shade.object': u'images/juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a', '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/f39ef304-858b-4fb1-badb-effd52a9c774', 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_e19590ea-eebd-4a8f-8564-c1bb27487b3a', u'owner_specified.shade.md5': u'735b7aed1ace8169dfe8028e333e637b', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a', 'created': u'2018-09-02T10:28:07Z', 'checksum': u'735b7aed1ace8169dfe8028e333e637b', 'created_at': u'2018-09-02T10:28:07Z', 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/f39ef304-858b-4fb1-badb-effd52a9c774', 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_e19590ea-eebd-4a8f-8564-c1bb27487b3a', u'owner_specified.shade.md5': u'735b7aed1ace8169dfe8028e333e637b', u'schema': u'/v2/schemas/image'}}) 2018-09-02 10:28:13,801 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i f39ef304-858b-4fb1-badb-effd52a9c774 -s xenial -r regionOne -u http://172.30.9.25: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 10:28:13,803 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 10:28:13,807 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" -d '{"flavor": {"vcpus": 1, "ram": 2048, "name": "juju_epc-flavor_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "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 10:28:14,131 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:28: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-ff05c65b-ebed-4b72-838b-9748f1180102 x-compute-request-id: req-ff05c65b-ebed-4b72-838b-9748f1180102 Content-Encoding: gzip Content-Length: 311 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a", "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": "58214126-85a7-4f9d-a6e5-a866a59c5c3a"}} 2018-09-02 10:28:14,131 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ff05c65b-ebed-4b72-838b-9748f1180102 2018-09-02 10:28:14,131 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.328219890594s 2018-09-02 10:28:14,131 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-ff05c65b-ebed-4b72-838b-9748f1180102 2018-09-02 10:28:14,132 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_e19590ea-eebd-4a8f-8564-c1bb27487b3a', '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'4b06fee7bf104ba386aa2f904001aa35', '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'58214126-85a7-4f9d-a6e5-a866a59c5c3a', 'swap': 0}) 2018-09-02 10:28:14,133 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 10:28:14,136 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a/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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" -d '{"extra_specs": {}}' 2018-09-02 10:28:14,154 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:28: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-c0a891d8-ad47-4ee1-9fdf-6d22b6a02594 x-compute-request-id: req-c0a891d8-ad47-4ee1-9fdf-6d22b6a02594 Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 10:28:14,154 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a/os-extra_specs used request id req-c0a891d8-ad47-4ee1-9fdf-6d22b6a02594 2018-09-02 10:28:14,154 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0207800865173s 2018-09-02 10:28:14,154 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a/os-extra_specs used request id req-c0a891d8-ad47-4ee1-9fdf-6d22b6a02594 2018-09-02 10:28:14,155 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Additional pre-configuration steps 2018-09-02 10:28:14,156 - 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-ha | | NODE_NAME | lf-pod1 | | BUILD_TAG | jenkins-functest-apex-baremetal-daily-master-276 | | 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 10:28:14,164 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Cloud for Abot-epc ..... 2018-09-02 10:28:14,253 - 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 10:28:14,254 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Creating Credentials for Abot-epc ..... 2018-09-02 10:28:14,350 - 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 10:28:14,351 - shade - DEBUG - Calculating hashes for /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img 2018-09-02 10:28:16,970 - shade - DEBUG - Image file /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-amd64-disk1.img md5:e99edc0ddb9a257a75b095cc2b9780eb sha256:cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1 2018-09-02 10:28:16,975 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:28:16,980 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:28:17,282 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-c6d72938-56c9-47ff-9282-b1ffbcbdfee8 Date: Sun, 02 Sep 2018 10:28:17 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:28:12Z", "file": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/file", "owner": "dc539b2cefbb4e6692796b0af08b14e8", "id": "f39ef304-858b-4fb1-badb-effd52a9c774", "size": 296878080, "self": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-02T10:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": "ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:28:17,282 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-c6d72938-56c9-47ff-9282-b1ffbcbdfee8 2018-09-02 10:28:17,282 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.306819915771s 2018-09-02 10:28:17,283 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-c6d72938-56c9-47ff-9282-b1ffbcbdfee8 2018-09-02 10:28:17,292 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.POST.images 2018-09-02 10:28:17,296 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '{"owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "owner_specified.shade.object": "images/juju_epc-img_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "container_format": "bare", "disk_format": "qcow2", "visibility": "private", "name": "juju_epc-img_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}' 2018-09-02 10:28:18,073 - keystoneauth.session - DEBUG - RESP: [201] Content-Length: 941 Content-Type: application/json Location: http://172.30.9.25:9292/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc Openstack-Image-Import-Methods: web-download X-Openstack-Request-Id: req-bb5c2170-379c-494b-b313-cea51072d8bc Date: Sun, 02 Sep 2018 10:28:18 GMT RESP BODY: {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:28:17Z", "file": "/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc/file", "owner": "dc539b2cefbb4e6692796b0af08b14e8", "id": "33aa6aa9-5086-472b-ba19-98a4653452dc", "size": null, "self": "/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc", "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_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "checksum": null, "created_at": "2018-09-02T10:28:17Z", "os_hidden": false, "protected": false, "os_hash_value": null} 2018-09-02 10:28:18,073 - keystoneauth.session - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-bb5c2170-379c-494b-b313-cea51072d8bc 2018-09-02 10:28:18,074 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.POST.images in 0.781466960907s 2018-09-02 10:28:18,074 - shade.request_ids - DEBUG - POST call to image for http://172.30.9.25:9292/v2/images used request id req-bb5c2170-379c-494b-b313-cea51072d8bc returning object 33aa6aa9-5086-472b-ba19-98a4653452dc 2018-09-02 10:28:18,075 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.PUT.images.file 2018-09-02 10:28:18,079 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9292/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc/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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '' 2018-09-02 10:28:23,110 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-1af5b56f-9245-4674-95ab-3e375ec408ba Date: Sun, 02 Sep 2018 10:28: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 10:28:23,110 - keystoneauth.session - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc/file used request id req-1af5b56f-9245-4674-95ab-3e375ec408ba 2018-09-02 10:28:23,110 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.PUT.images.file in 5.03531503677s 2018-09-02 10:28:23,110 - shade.request_ids - DEBUG - PUT call to image for http://172.30.9.25:9292/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc/file used request id req-1af5b56f-9245-4674-95ab-3e375ec408ba 2018-09-02 10:28:23,115 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:28:23,118 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:28:23,756 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 2729 Content-Type: application/json X-Openstack-Request-Id: req-be45c53e-e2ae-4168-b8c2-5c99ac548087 Date: Sun, 02 Sep 2018 10:28:23 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:28:23Z", "file": "/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc/file", "owner": "dc539b2cefbb4e6692796b0af08b14e8", "id": "33aa6aa9-5086-472b-ba19-98a4653452dc", "size": 263193088, "self": "/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/33aa6aa9-5086-472b-ba19-98a4653452dc/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/33aa6aa9-5086-472b-ba19-98a4653452dc/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "e99edc0ddb9a257a75b095cc2b9780eb", "name": "juju_epc-img_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "checksum": "e99edc0ddb9a257a75b095cc2b9780eb", "created_at": "2018-09-02T10:28:17Z", "os_hidden": false, "protected": false, "os_hash_value": "95292149bd2422421f9108f90b8aa2421121b613d5620d7abb2484936b6f58fb9a0e8022f765360c1efac021ccb1e92775e9fe7ba0f78034ca56d97d5a3cbe15"}, {"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:28:12Z", "file": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/file", "owner": "dc539b2cefbb4e6692796b0af08b14e8", "id": "f39ef304-858b-4fb1-badb-effd52a9c774", "size": 296878080, "self": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-02T10:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": "ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:28:23,756 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-be45c53e-e2ae-4168-b8c2-5c99ac548087 2018-09-02 10:28:23,757 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.641746997833s 2018-09-02 10:28:23,757 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-be45c53e-e2ae-4168-b8c2-5c99ac548087 2018-09-02 10:28:23,760 - functest.core.singlevm - DEBUG - image: Munch({'minDisk': 0, 'container_format': u'bare', 'min_ram': 0, 'locations': [Munch({u'url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/33aa6aa9-5086-472b-ba19-98a4653452dc/snap', u'metadata': Munch({})})], 'file': u'/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc/file', 'owner': u'dc539b2cefbb4e6692796b0af08b14e8', 'id': u'33aa6aa9-5086-472b-ba19-98a4653452dc', 'size': 263193088, u'self': u'/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc', 'disk_format': u'qcow2', u'os_hash_algo': u'sha512', 'protected': False, 'location': Munch({'project': Munch({'domain_id': None, 'id': u'dc539b2cefbb4e6692796b0af08b14e8', 'name': 'juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a', 'domain_name': 'Default'}), 'zone': None, 'region_name': 'regionOne', 'cloud': 'envvars'}), 'minRam': 0, 'direct_url': u'rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/33aa6aa9-5086-472b-ba19-98a4653452dc/snap', u'schema': u'/v2/schemas/image', 'status': u'active', 'updated': u'2018-09-02T10:28:23Z', 'tags': [], 'visibility': u'private', 'updated_at': u'2018-09-02T10:28:23Z', u'owner_specified.shade.sha256': u'cb5da1c516173fc52fae8effce692d2c38f6e0054266ce722d49cc0b1e0627c1', u'owner_specified.shade.object': u'images/juju_epc-img_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a', '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/33aa6aa9-5086-472b-ba19-98a4653452dc', 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_e19590ea-eebd-4a8f-8564-c1bb27487b3a', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}, 'name': u'juju_epc-img_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a', 'created': u'2018-09-02T10:28:17Z', 'checksum': u'e99edc0ddb9a257a75b095cc2b9780eb', 'created_at': u'2018-09-02T10:28:17Z', 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/33aa6aa9-5086-472b-ba19-98a4653452dc', 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_e19590ea-eebd-4a8f-8564-c1bb27487b3a', u'owner_specified.shade.md5': u'e99edc0ddb9a257a75b095cc2b9780eb', u'schema': u'/v2/schemas/image'}}) 2018-09-02 10:28:23,904 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju metadata generate-image -d /root -i 33aa6aa9-5086-472b-ba19-98a4653452dc -s trusty -r regionOne -u http://172.30.9.25: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 10:28:23,905 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors 2018-09-02 10:28:23,908 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" -d '{"flavor": {"vcpus": 1, "ram": 4096, "name": "juju_epc-flavor_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "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 10:28:23,952 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:28: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-5e6e95ba-dcd6-45ac-a2c5-c17f0c2922a8 x-compute-request-id: req-5e6e95ba-dcd6-45ac-a2c5-c17f0c2922a8 Content-Encoding: gzip Content-Length: 315 Content-Type: application/json RESP BODY: {"flavor": {"name": "juju_epc-flavor_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/c948696e-61f0-4835-959b-272b7050cce5", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/c948696e-61f0-4835-959b-272b7050cce5", "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": "c948696e-61f0-4835-959b-272b7050cce5"}} 2018-09-02 10:28:23,952 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-5e6e95ba-dcd6-45ac-a2c5-c17f0c2922a8 2018-09-02 10:28:23,952 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors in 0.0467069149017s 2018-09-02 10:28:23,953 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors used request id req-5e6e95ba-dcd6-45ac-a2c5-c17f0c2922a8 2018-09-02 10:28:23,954 - functest.core.singlevm - DEBUG - flavor: Munch({'name': u'juju_epc-flavor_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a', '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'4b06fee7bf104ba386aa2f904001aa35', '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'c948696e-61f0-4835-959b-272b7050cce5', 'swap': 0}) 2018-09-02 10:28:23,954 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.POST.flavors.os-extra_specs 2018-09-02 10:28:23,957 - keystoneauth.session - DEBUG - REQ: curl -g -i -X POST http://172.30.9.25:8774/v2.1/flavors/c948696e-61f0-4835-959b-272b7050cce5/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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" -d '{"extra_specs": {}}' 2018-09-02 10:28:23,979 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:28: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-d3503752-5eaa-4b3b-89da-e68ab2f80b6f x-compute-request-id: req-d3503752-5eaa-4b3b-89da-e68ab2f80b6f Content-Length: 19 Content-Type: application/json RESP BODY: {"extra_specs": {}} 2018-09-02 10:28:23,979 - keystoneauth.session - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/c948696e-61f0-4835-959b-272b7050cce5/os-extra_specs used request id req-d3503752-5eaa-4b3b-89da-e68ab2f80b6f 2018-09-02 10:28:23,979 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.POST.flavors.os-extra_specs in 0.0247399806976s 2018-09-02 10:28:23,980 - shade.request_ids - DEBUG - POST call to compute for http://172.30.9.25:8774/v2.1/flavors/c948696e-61f0-4835-959b-272b7050cce5/os-extra_specs used request id req-d3503752-5eaa-4b3b-89da-e68ab2f80b6f 2018-09-02 10:28:23,980 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Starting Juju Bootstrap process... 2018-09-02 10:32:04,511 - 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=f697b9e6-514f-4b8a-95ff-bd13097fd7db --config ssl-hostname-verification=false --config use-floating-ip=true --config use-default-secgroup=true --debug 10:28:24 INFO juju.cmd supercommand.go:63 running juju [2.2.5 gc go1.9.4] 10:28:24 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=f697b9e6-514f-4b8a-95ff-bd13097fd7db", "--config", "ssl-hostname-verification=false", "--config", "use-floating-ip=true", "--config", "use-default-secgroup=true", "--debug"} 10:28:24 DEBUG juju.cmd.juju.commands bootstrap.go:804 authenticating with region "regionOne" and credential "abot-epc" () 10:28:24 DEBUG juju.cmd.juju.commands bootstrap.go:932 provider attrs: map[use-floating-ip:true use-default-secgroup:true network:f697b9e6-514f-4b8a-95ff-bd13097fd7db external-network:] 10:28:24 INFO cmd authkeys.go:114 Adding contents of "/root/.local/share/juju/ssh/juju_id_rsa.pub" to authorized-keys 10:28:24 DEBUG juju.cmd.juju.commands bootstrap.go:988 preparing controller with config: map[type:openstack apt-no-proxy: ignore-machine-addresses:false ssl-hostname-verification:false provisioner-harvest-mode:destroyed net-bond-reconfigure-delay:17 apt-http-proxy: test-mode:false max-status-history-size:5G development:false max-status-history-age:336h network:f697b9e6-514f-4b8a-95ff-bd13097fd7db enable-os-upgrade:true use-default-secgroup:true uuid:ab59b812-8ed5-4174-8f9e-775802403356 max-action-results-age:336h http-proxy: image-metadata-url: use-floating-ip:true transmit-vendor-metrics:true firewall-mode:instance proxy-ssh:false max-action-results-size:5G automatically-retry-hooks:true no-proxy:127.0.0.1,localhost,::1 disable-network-management:false logforward-enabled:false agent-stream:released ftp-proxy: update-status-hook-interval:5m https-proxy: image-stream:released apt-mirror: default-series:xenial name:controller apt-ftp-proxy: external-network: apt-https-proxy: logging-config: resource-tags: agent-metadata-url: enable-os-refresh-update:true authorized-keys:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPg/MHbHcyoT5sJIeeYQhY0a/n2NVuRajA1wD8/WhVxsOuS3TbowyyW/TF9SUuOkO8Um/dNSRNiyVnY+T/TbqAgJifWdZSLTXX43P/Dnji7epuPOePMtUBxEaj3VF9h5L6jx+QXQ9tU2C9gcCBdshY5i5kNk1lMBoyOugkncIqCfrn+27fNKJFaycz4pBJQi05Nmon3qKARAhrZK3pdHwYXnr3ezB0flFL7kTPaE5hVIau2jJ2U2BYJb6Co5I4rgBgAne65iRWDNwZahHK4uq5jAUD+z87kaOIhN0j/KCddFheUSu+xQEnIUBM8taQ9sMGZSOkXYnsG//z0ol7KHC7 juju-client-key ] 10:28:24 INFO juju.provider.openstack provider.go:144 opening model "controller" 10:28:24 DEBUG goose :1 auth details: &{Token:gAAAAABbi7tICYtrOpTNlJmqhxyGPic5_nSP3DC_LQPgQk4ZuXi98JYrfYpHCn71KdZKBp68YtF86CGab7wQjrd_FXbHOb4BgEG56KoZ5vZx4vyvtUWZ6SSzG2sjqQjl4zKsQXscGgFcX9kBNmH3W4o5XKBWIC3CPsfVNFpyjTS4DdTNL4hai80 TenantId:dc539b2cefbb4e6692796b0af08b14e8 UserId:37a5848ab8944a5c8e45b03ddf54aff4 Domain: RegionServiceURLs:map[regionOne:map[cloudformation:http://172.30.9.25:8000/v1 volumev2:http://172.30.9.25:8776/v2/dc539b2cefbb4e6692796b0af08b14e8 object-store:http://172.30.9.25:8080/v1/AUTH_dc539b2cefbb4e6692796b0af08b14e8 placement:http://172.30.9.25:8778/placement alarming:http://172.30.9.25:8042 compute:http://172.30.9.25:8774/v2.1 volumev3:http://172.30.9.25:8776/v3/dc539b2cefbb4e6692796b0af08b14e8 orchestration:http://172.30.9.25:8004/v1/dc539b2cefbb4e6692796b0af08b14e8 network:http://172.30.9.25:9696 event:http://172.30.9.25:8977 volume:http://172.30.9.25:8776/v1/dc539b2cefbb4e6692796b0af08b14e8 identity:http://172.30.9.25:5000 metric:http://172.30.9.25:8041 image:http://172.30.9.25:9292]]} 10:28:24 INFO cmd bootstrap.go:482 Creating Juju controller "abot-controller" on abot-epc/regionOne 10:28:24 DEBUG goose :1 performing API version discovery for "http://172.30.9.25:8774/" 10:28:24 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.25:8774/v2/ Rel:self}] Status:SUPPORTED} {Version:{major:2 minor:1} Links:[{Href:http://172.30.9.25:8774/v2.1/ Rel:self}] Status:CURRENT}] 10:28:25 INFO juju.cmd.juju.commands bootstrap.go:540 combined bootstrap constraints: mem=2048M 10:28:25 DEBUG juju.environs.bootstrap bootstrap.go:199 model "controller" supports service/machine networks: true 10:28:25 DEBUG juju.environs.bootstrap bootstrap.go:201 network management by juju enabled: true 10:28:25 DEBUG juju.environs.bootstrap bootstrap.go:685 no agent directory found, using default agent binary metadata source: https://streams.canonical.com/juju/tools 10:28:25 DEBUG juju.environs.bootstrap bootstrap.go:710 setting default image metadata source: /root/images 10:28:25 DEBUG juju.environs imagemetadata.go:46 new user image datasource registered: bootstrap metadata 10:28:25 INFO juju.environs.bootstrap bootstrap.go:728 custom image metadata added to search path 10:28:25 INFO cmd bootstrap.go:233 Loading image metadata 10:28:25 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "bootstrap metadata" 10:28:25 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default cloud images" 10:28:25 DEBUG juju.environs imagemetadata.go:112 obtained image datasource "default ubuntu cloud images" 10:28:25 DEBUG juju.environs.bootstrap bootstrap.go:576 constraints for image metadata lookup &{{{regionOne http://172.30.9.25:5000/v3} [win2012hv win2012r2 win81 utopic win2016 centos7 raring vivid win2016hv saucy wily win8 genericlinux trusty yakkety zesty win2012hvr2 win7 win10 precise quantal win2012 xenial win2008r2 win2016nano opensuseleap] [amd64 i386 armhf arm64 ppc64el s390x] released}} 10:28:25 DEBUG juju.environs.bootstrap bootstrap.go:588 found 2 image metadata in bootstrap metadata 10:28:28 DEBUG juju.environs.bootstrap bootstrap.go:588 found 0 image metadata in default cloud images 10:28:28 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.25:5000/v3} not found 10:28:28 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.25:5000/v3} not found 10:28:28 DEBUG juju.environs.bootstrap bootstrap.go:592 found 2 image metadata from all image data sources 10:28:28 INFO cmd bootstrap.go:296 Looking for packaged Juju agent version 2.2.9 for amd64 10:28:28 INFO juju.environs.bootstrap tools.go:72 looking for bootstrap agent binaries: version=2.2.9 10:28:28 DEBUG juju.environs.tools tools.go:101 finding agent binaries in stream "released" 10:28:28 DEBUG juju.environs.tools tools.go:103 reading agent binaries with major.minor version 2.2 10:28:28 DEBUG juju.environs.tools tools.go:111 filtering agent binaries by version: 2.2.9 10:28:28 DEBUG juju.environs.tools tools.go:114 filtering agent binaries by series: xenial 10:28:28 DEBUG juju.environs.tools tools.go:117 filtering agent binaries by architecture: amd64 10:28:28 DEBUG juju.environs.tools urls.go:109 trying datasource "keystone catalog" 10:28:30 DEBUG juju.environs.simplestreams simplestreams.go:683 using default candidate for content id "com.ubuntu.juju:released:tools" are {20161007 mirrors:1.0 content-download streams/v1/cpc-mirrors.sjson []} 10:28:32 INFO juju.environs.bootstrap tools.go:74 found 1 packaged agent binaries 10:28:32 INFO cmd bootstrap.go:357 Starting new instance for initial controller Launching controller instance(s) on abot-epc/regionOne... 10:28:33 DEBUG juju.environs.instances image.go:64 instance constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} 10:28:33 DEBUG juju.environs.instances image.go:70 matching constraints {region: regionOne, series: xenial, arches: [amd64], constraints: mem=2048M, storage: []} against possible image metadata [{Id:f39ef304-858b-4fb1-badb-effd52a9c774 Arch:amd64 VirtType:}] 10:28:33 INFO juju.environs.instances image.go:106 find instance - using image with id: f39ef304-858b-4fb1-badb-effd52a9c774 10:28:33 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false 10:28:33 DEBUG juju.service discovery.go:63 discovered init system "systemd" from series "xenial" 10:28:33 DEBUG juju.provider.openstack provider.go:1010 openstack user data; 2485 bytes 10:28:33 DEBUG juju.provider.openstack provider.go:1022 using network id "f697b9e6-514f-4b8a-95ff-bd13097fd7db" 10:28:33 DEBUG goose :1 performing API version discovery for "http://172.30.9.25:9696/" 10:28:33 DEBUG goose :1 discovered API versions: [{Version:{major:2 minor:0} Links:[{Href:http://172.30.9.25:9696/v2.0/ Rel:self}] Status:CURRENT}] 10:28:38 INFO juju.provider.openstack provider.go:1146 trying to build instance in availability zone "nova" - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 1 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 2 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 3 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 4 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 5 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 6 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 7 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 8 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 9 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 10 - instance "0270acdf-191e-4728-8dbc-6cee99cd8290" has status BUILD, wait 10 seconds before retry, attempt 11 10:30:51 INFO juju.provider.openstack provider.go:1189 started instance "0270acdf-191e-4728-8dbc-6cee99cd8290" 10:30:51 DEBUG juju.provider.openstack provider.go:1193 allocating public IP address for openstack node 10:30:53 DEBUG juju.provider.openstack networking.go:216 allocated new public IP: 172.30.9.215 10:30:53 INFO juju.provider.openstack provider.go:1198 allocated public IP 172.30.9.215 - 0270acdf-191e-4728-8dbc-6cee99cd8290 (arch=amd64 mem=2G cores=1) 10:30:58 INFO juju.environs.bootstrap bootstrap.go:606 newest version: 2.2.9 10:30:58 INFO juju.environs.bootstrap bootstrap.go:613 failed to find 2.2.5 tools, will attempt to use 2.2.9 10:30:58 INFO juju.environs.bootstrap bootstrap.go:621 picked bootstrap agent binary version: 2.2.9 10:30:58 INFO juju.environs.bootstrap bootstrap.go:393 Installing Juju agent on bootstrap instance 10:31:00 INFO cmd bootstrap.go:485 Fetching Juju GUI 2.13.2 10:31:00 DEBUG juju.cloudconfig.instancecfg instancecfg.go:832 Setting numa ctl preference to false Waiting for address 10:31:02 DEBUG juju.provider.openstack provider.go:414 instance 0270acdf-191e-4728-8dbc-6cee99cd8290 has floating IP address: 172.30.9.215 Attempting to connect to 172.30.9.215:22 Attempting to connect to 192.168.121.15:22 10:31:02 DEBUG juju.provider.common bootstrap.go:497 connection attempt for 192.168.121.15 failed: ssh: connect to host 192.168.121.15 port 22: Connection refused 10:31:03 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-403356-controller-0 10:32:01 INFO cmd bootstrap.go:423 Bootstrap agent now started 10:32:03 DEBUG juju.provider.openstack provider.go:414 instance 0270acdf-191e-4728-8dbc-6cee99cd8290 has floating IP address: 172.30.9.215 10:32:03 INFO juju.juju api.go:308 API endpoints changed from [] to [172.30.9.215:17070 192.168.121.15:17070] 10:32:03 INFO cmd controller.go:82 Contacting Juju controller at 172.30.9.215 to verify accessibility... 10:32:03 INFO juju.juju api.go:67 connecting to API addresses: [172.30.9.215:17070 192.168.121.15:17070] 10:32:03 DEBUG juju.api apiclient.go:863 successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" 10:32:03 INFO juju.api apiclient.go:617 connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" 10:32:04 DEBUG juju.api monitor.go:35 RPC connection died 10:32:04 INFO cmd controller.go:87 Bootstrap complete, "abot-controller" controller now available. 10:32:04 INFO cmd controller.go:88 Controller machines are in the "controller" model. 10:32:04 INFO cmd controller.go:89 Initial model "default" added. 10:32:04 INFO cmd supercommand.go:465 command finished 2018-09-02 10:32:04,512 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Upload VNFD 2018-09-02 10:32:04,512 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deploying Abot-epc bundle file ... 2018-09-02 10:32:20,195 - 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 10:32:20,196 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Waiting for instances ..... 2018-09-02 10:49:07,851 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-09-02 10:48:51.174556Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-09-02 10:49:07,851 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Deployed Abot-epc on Openstack 2018-09-02 10:49:07,851 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Checking status of ABot and EPC units ... 2018-09-02 10:49:08,007 - 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.202 80/tcp,5000/tcp ABot ready! EPC relation established, proceed to run tests... mysql/0* unknown idle 1 172.30.9.210 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.204 OAI HSS is running Machine State DNS Inst id Series AZ Message 0 started 172.30.9.202 16829e7c-2dcc-41b8-a110-7558d1bd8e76 xenial nova ACTIVE 1 started 172.30.9.210 a0edc798-33b1-44f1-96d2-662ce72b7b4d trusty nova ACTIVE 2 started 172.30.9.205 134b9f72-45db-4ff7-8d58-7c2cfc7dc12e trusty nova ACTIVE 3 started 172.30.9.204 763e6d52-e173-499e-b18f-b7f1c75a030b 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 10:49:08,158 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short abot-epc-basic - abot-epc-basic/0: 172.30.9.202 (agent:idle, workload:active) 80/tcp, 5000/tcp 2018-09-02 10:49:08,159 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - abot-epc-basic workload is active 2018-09-02 10:49:08,304 - 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 10:49:08,305 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-epc workload is active 2018-09-02 10:49:08,458 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju status --format short oai-hss - oai-hss/0: 172.30.9.204 (agent:idle, workload:active) 2018-09-02 10:49:08,458 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - oai-hss workload is active 2018-09-02 10:49:08,458 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Transferring the feature files to Abot_node ... 2018-09-02 10:49:09,075 - 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 10:49:09,076 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Copying the feature files within Abot_node 2018-09-02 10:49:09,557 - 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-29d1f3-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.202 closed. 2018-09-02 10:49:09,557 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Running VNF Test cases.... 2018-09-02 10:49:09,771 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - juju run-action abot-epc-basic/0 run tagnames=TS_24_301 Action queued with id: 6b987c1c-bdb3-48a6-86d3-9b2757c9a6ab 2018-09-02 10:58:52,731 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju-wait INFO:root:All units idle since 2018-09-02 10:58:36.030978Z (abot-epc-basic/0, mysql/0, oai-epc/0, oai-hss/0) 2018-09-02 10:58:52,732 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Getting results from Abot node.... 2018-09-02 10:58:53,169 - 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 10:58:53,169 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Parsing the Test results... 2018-09-02 10:58:53,202 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - {'failures': 22, 'skipped': 0, 'passed': 256} 2018-09-02 10:58:53,203 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Test VNF result: Passed: 256, Failed:22, Skipped: 0 2018-09-02 10:58:53,440 - xtesting.core.testcase - INFO - The results were successfully pushed to DB http://testresults.opnfv.org/test/api/v1/results 2018-09-02 10:58:53,440 - xtesting.ci.run_tests - INFO - Test result: +-------------------+------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+------------------+------------------+----------------+ | juju_epc | functest | 31:03 | PASS | +-------------------+------------------+------------------+----------------+ 2018-09-02 10:58:54,357 - functest.opnfv_tests.vnf.epc.juju_epc - DEBUG - juju debug-log --replay --no-tail machine-0: 10:34:50 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-0: 10:34:50 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-0/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "0", "--debug"} machine-0: 10:34:50 DEBUG juju.agent read agent config, format "2.0" machine-0: 10:34:50 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 10:34:50 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-0: 10:34:50 DEBUG juju.worker start "engine" machine-0: 10:34:50 INFO juju.worker start "engine" machine-0: 10:34:50 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-0: 10:34:50 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-0" machine-0: 10:34:50 DEBUG juju.worker "engine" started machine-0: 10:34:50 DEBUG juju.worker.introspection stats worker now serving machine-0: 10:34:50 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "agent" manifold worker started machine-0: 10:34:50 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-0: 10:34:50 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-0: 10:34:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:50 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 10:34:51 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.apicaller connecting with old password machine-0: 10:34:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-0: 10:34:51 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-0: 10:34:51 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-0: 10:34:51 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-0: 10:34:51 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-0: 10:34:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 10:34:51 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-0: 10:34:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-0: 10:34:51 DEBUG juju.worker.apicaller connected machine-0: 10:34:51 DEBUG juju.worker.apicaller changing password... machine-0: 10:34:51 DEBUG juju.worker.apicaller password changed machine-0: 10:34:51 DEBUG juju.api RPC connection died machine-0: 10:34:51 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-0: 10:34:51 DEBUG juju.worker.apicaller connecting with current password machine-0: 10:34:51 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-0: 10:34:51 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-0: 10:34:51 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-0: 10:34:51 DEBUG juju.worker.apicaller connected machine-0: 10:34:51 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-0: 10:34:51 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:51 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-0: 10:34:52 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-0: 10:34:52 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-0: 10:34:52 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-0: 10:34:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-0: 10:34:52 INFO juju.worker.upgrader abort check blocked until version event received machine-0: 10:34:52 INFO juju.worker.upgrader unblocking abort check machine-0: 10:34:52 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-0: 10:34:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-0: 10:34:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-0: 10:34:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-0: 10:34:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-0: 10:34:52 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-0: 10:34:52 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-0: 10:34:52 INFO juju.worker.migrationminion migration phase is now: NONE machine-0: 10:34:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-0: 10:34:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.logger logger setup machine-0: 10:34:52 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "machiner" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} machine-0: 10:34:52 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-0: 10:34:52 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-0: 10:34:52 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:34:52 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:34:52 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-0: 10:34:52 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 0 machine-0: 10:34:52 INFO juju.worker.diskmanager block devices changed: [{vda [/dev/disk/by-path/virtio-pci-0000:00:04.0] 10240 true }] machine-0: 10:34:52 DEBUG juju.service discovered init system "systemd" from series "xenial" machine-0: 10:34:52 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 10:34:52 INFO juju.worker.authenticationworker "machine-0" key updater worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.reboot Reboot worker got action: noop machine-0: 10:34:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 10:34:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 10:34:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 10:34:52 DEBUG juju.network including address local-cloud:192.168.121.34 for machine machine-0: 10:34:52 DEBUG juju.network including address local-machine:::1 for machine machine-0: 10:34:52 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.34 local-machine:::1] machine-0: 10:34:52 INFO juju.worker.machiner setting addresses for "machine-0" to [local-machine:127.0.0.1 local-cloud:192.168.121.34 local-machine:::1] machine-0: 10:34:52 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-0: 10:34:52 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-0: 10:34:52 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-0: 10:34:52 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-0: 10:34:52 DEBUG juju.network no lxc bridge addresses to filter for machine machine-0: 10:34:52 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 10:34:52 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-0: 10:34:52 DEBUG juju.network including address public:172.30.9.215 for machine machine-0: 10:34:52 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-0: 10:34:52 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-0: 10:34:52 DEBUG juju.network including address local-machine:::1 for machine machine-0: 10:34:52 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] machine-0: 10:34:52 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] machine-0: 10:34:52 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] machine-0: 10:34:52 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-0: 10:34:52 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-0: 10:34:52 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-0: 10:34:52 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-0: 10:34:52 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-0: 10:34:52 INFO juju.worker.deployer checking unit "abot-epc-basic/0" machine-0: 10:34:52 INFO juju.worker.machiner "machine-0" started machine-0: 10:34:52 DEBUG juju.worker start "0-container-watcher" machine-0: 10:34:52 DEBUG juju.worker start "stateconverter" machine-0: 10:34:52 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-0: 10:34:52 INFO juju.worker start "0-container-watcher" machine-0: 10:34:52 DEBUG juju.worker "0-container-watcher" started machine-0: 10:34:52 INFO juju.worker start "stateconverter" machine-0: 10:34:52 DEBUG juju.worker "stateconverter" started machine-0: 10:34:52 DEBUG juju.cmd.jujud upgrades done, starting worker "0-container-watcher" machine-0: 10:34:52 INFO juju.worker.deployer deploying unit "abot-epc-basic/0" machine-0: 10:34:52 DEBUG juju.service discovered init system "systemd" from local host machine-0: 10:34:52 DEBUG juju.worker.deployer state addresses: ["192.168.121.15:37017"] machine-0: 10:34:52 DEBUG juju.worker.deployer API addresses: ["192.168.121.15:17070" "172.30.9.215:17070"] machine-0: 10:34:52 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-abot-epc-basic-0 Conf:{Desc:juju unit agent for abot-epc-basic/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:/var/lib/juju/init/jujud-unit-abot-epc-basic-0/exec-start.sh ExecStopPost: Logfile:/var/log/juju/unit-abot-epc-basic-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-abot-epc-basic-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name abot-epc-basic/0 --debug]}} ConfName:jujud-unit-abot-epc-basic-0.service UnitName:jujud-unit-abot-epc-basic-0.service Dirname:/var/lib/juju/init/jujud-unit-abot-epc-basic-0 Script:[35 33 47 117 115 114 47 98 105 110 47 101 110 118 32 98 97 115 104 10 10 35 32 83 101 116 32 117 112 32 108 111 103 103 105 110 103 46 10 116 111 117 99 104 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 111 119 110 32 115 121 115 108 111 103 58 115 121 115 108 111 103 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 99 104 109 111 100 32 48 54 48 48 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 62 62 32 39 47 118 97 114 47 108 111 103 47 106 117 106 117 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 46 108 111 103 39 10 101 120 101 99 32 50 62 38 49 10 10 35 32 82 117 110 32 116 104 101 32 115 99 114 105 112 116 46 10 39 47 118 97 114 47 108 105 98 47 106 117 106 117 47 116 111 111 108 115 47 117 110 105 116 45 97 98 111 116 45 101 112 99 45 98 97 115 105 99 45 48 47 106 117 106 117 100 39 32 117 110 105 116 32 45 45 100 97 116 97 45 100 105 114 32 39 47 118 97 114 47 108 105 98 47 106 117 106 117 39 32 45 45 117 110 105 116 45 110 97 109 101 32 97 98 111 116 45 101 112 99 45 98 97 115 105 99 47 48 32 45 45 100 101 98 117 103]} machine-0: 10:34:52 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully installed machine-0: 10:34:52 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" not running machine-0: 10:34:52 DEBUG juju.service.systemd service "jujud-unit-abot-epc-basic-0" successfully started unit-abot-epc-basic-0: 10:34:52 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-abot-epc-basic-0: 10:34:52 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-abot-epc-basic-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "abot-epc-basic/0", "--debug"} unit-abot-epc-basic-0: 10:34:52 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker start "api" unit-abot-epc-basic-0: 10:34:52 INFO juju.worker start "api" unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "agent" manifold worker started unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-abot-epc-basic-0" unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker "api" started unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:52 DEBUG juju.worker.apicaller connecting with old password unit-abot-epc-basic-0: 10:34:53 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:34:53 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:34:53 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-0: 10:34:53 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:5f:9f:d5 192.168.121.0/24 1450 0 ens3 ethernet false false static 192.168.121.34 [] [] []} {2 fa:16:3e:5f:9f:d5 1450 0 ens3 ethernet false false manual [] [] []} {3 d6:43:41:a8:c7:95 1500 0 lxdbr0 bridge false false manual [] [] []} {3 d6:43:41:a8:c7:95 1500 0 lxdbr0 bridge false false manual [] [] []}] unit-abot-epc-basic-0: 10:34:54 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:34:54 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:34:54 DEBUG juju.worker.apicaller password changed unit-abot-epc-basic-0: 10:34:54 DEBUG juju.api RPC connection died unit-abot-epc-basic-0: 10:34:54 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-abot-epc-basic-0: 10:34:54 DEBUG juju.worker.apicaller connecting with current password unit-abot-epc-basic-0: 10:34:54 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:34:54 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:34:54 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.migrationminion migration phase is now: NONE unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.upgrader abort check blocked until version event received unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.upgrader unblocking abort check unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.logger logger setup unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.leadership abot-epc-basic/0 making initial claim for abot-epc-basic leadership unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 10:34:55 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 10:34:55 DEBUG juju.network "lxdbr0" has addresses [fe80::d443:41ff:fea8:c795/64 fe80::1/64] unit-abot-epc-basic-0: 10:34:55 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-abot-epc-basic-0: 10:34:55 DEBUG juju.network including address public:172.30.9.215 for machine unit-abot-epc-basic-0: 10:34:55 DEBUG juju.network including address local-cloud:192.168.121.15 for machine unit-abot-epc-basic-0: 10:34:55 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-abot-epc-basic-0: 10:34:55 DEBUG juju.network including address local-machine:::1 for machine unit-abot-epc-basic-0: 10:34:55 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] unit-abot-epc-basic-0: 10:34:55 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] machine-0: 10:34:55 INFO juju.tools.lxdclient using LXD API version "1.0" unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.leadership abot-epc-basic/0 promoted to leadership of abot-epc-basic unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.dependency "uniter" manifold worker started machine-0: 10:34:55 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-abot-epc-basic-0: 10:34:55 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-abot-epc-basic-0 unit-abot-epc-basic-0: 10:34:55 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-xenial-amd64 unit-abot-epc-basic-0: 10:34:55 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-xenial-amd64/jujud unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-abot-epc-basic-0/run.socket unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.uniter unit "abot-epc-basic/0" started unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.uniter resuming charm install unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.operation running operation install local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.operation preparing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter juju-run listener running unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.uniter.charm downloading local:xenial/abot-epc-basic-1 from API server unit-abot-epc-basic-0: 10:34:55 INFO juju.downloader downloading from local:xenial/abot-epc-basic-1 unit-abot-epc-basic-0: 10:34:55 DEBUG httpbakery client do GET https://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/charms?file=%2A&url=local%3Axenial%2Fabot-epc-basic-1 { unit-abot-epc-basic-0: 10:34:55 DEBUG httpbakery } -> error unit-abot-epc-basic-0: 10:34:55 INFO juju.downloader download complete ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 10:34:55 INFO juju.downloader download verified ("local:xenial/abot-epc-basic-1") unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.operation executing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.charm deploying charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.operation committing operation "install local:xenial/abot-epc-basic-1" unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.uniter hooks are retried true unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.remotestate got service change unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.uniter.storage initial storage attachments ready unit-abot-epc-basic-0: 10:34:55 INFO juju.worker.uniter found queued "install" hook unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.operation running operation run install hook unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-abot-epc-basic-0: 10:34:55 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-abot-epc-basic-0: 10:34:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:34:55 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:34:55 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:34:55 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Checking sudo privileges >> unit-abot-epc-basic-0: 10:34:55 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Application Name abot-functest-basic >> unit-abot-epc-basic-0: 10:34:55 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Version 3.1.1 >> unit-abot-epc-basic-0: 10:34:55 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: External Tester none >> unit-abot-epc-basic-0: 10:34:56 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-abot-epc-basic-0: 10:34:56 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-abot-epc-basic-0: 10:34:56 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-abot-epc-basic-0: 10:34:56 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk-headless openjdk-8-jre openjdk-8-jre-headless unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install x11-common x11proto-core-dev x11proto-input-dev x11proto-kb-dev unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install default-jre libasound2-plugins alsa-utils cups-common librsvg2-common gvfs unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libice-doc liblcms2-utils pcscd pulseaudio lm-sensors libsm-doc libxcb-doc unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxt-doc openjdk-8-demo openjdk-8-source visualvm icedtea-8-plugin unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libnss-mdns fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install fonts-wqy-zenhei fonts-indic unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install ca-certificates-java fontconfig fontconfig-config fonts-dejavu-core unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install fonts-dejavu-extra hicolor-icon-theme java-common libasound2 libasound2-data unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libasyncns0 libatk1.0-0 libatk1.0-data libavahi-client3 libavahi-common-data unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libavahi-common3 libcairo2 libcups2 libdatrie1 libdrm-amdgpu1 libdrm-intel1 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libdrm-nouveau2 libdrm-radeon1 libflac8 libfontconfig1 libgdk-pixbuf2.0-0 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libgdk-pixbuf2.0-common libgif7 libgl1-mesa-dri libgl1-mesa-glx unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libglapi-mesa libgraphite2-3 libgtk2.0-0 libgtk2.0-bin libgtk2.0-common unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libharfbuzz0b libice-dev libice6 libjbig0 libjpeg-turbo8 libjpeg8 liblcms2-2 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libllvm6.0 libogg0 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libpciaccess0 libpcsclite1 libpixman-1-0 libpthread-stubs0-dev libpulse0 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libsensors4 libsm-dev libsm6 libsndfile1 libthai-data libthai0 libtiff5 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libtxc-dxtn-s2tc0 libvorbis0a libvorbisenc2 libx11-dev libx11-doc unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libx11-xcb1 libxau-dev libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb1-dev unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxcomposite1 libxcursor1 libxdamage1 libxdmcp-dev libxfixes3 libxi6 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxinerama1 libxrandr2 libxrender1 libxshmfence1 libxt-dev libxt6 libxtst6 unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install libxxf86vm1 openjdk-8-jdk openjdk-8-jdk-headless openjdk-8-jre unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install openjdk-8-jre-headless x11-common x11proto-core-dev x11proto-input-dev unit-abot-epc-basic-0: 10:34:57 DEBUG unit.abot-epc-basic/0.install x11proto-kb-dev xorg-sgml-doctools xtrans-dev unit-abot-epc-basic-0: 10:34:58 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 97 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:34:58 DEBUG unit.abot-epc-basic/0.install Need to get 68.8 MB of archives. unit-abot-epc-basic-0: 10:34:58 DEBUG unit.abot-epc-basic/0.install After this operation, 395 MB of additional disk space will be used. unit-abot-epc-basic-0: 10:34:58 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-core all 2.35-1 [1039 kB] unit-abot-epc-basic-0: 10:34:59 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] unit-abot-epc-basic-0: 10:34:59 DEBUG unit.abot-epc-basic/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfontconfig1 amd64 2.11.94-0ubuntu1.1 [131 kB] unit-abot-epc-basic-0: 10:34:59 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 fontconfig amd64 2.11.94-0ubuntu1.1 [178 kB] unit-abot-epc-basic-0: 10:34:59 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasyncns0 amd64 0.8-5build1 [12.3 kB] unit-abot-epc-basic-0: 10:34:59 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] unit-abot-epc-basic-0: 10:34:59 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice6 amd64 2:1.0.9-1 [39.2 kB] unit-abot-epc-basic-0: 10:34:59 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libjpeg-turbo8 amd64 1.4.2-0ubuntu3.1 [111 kB] unit-abot-epc-basic-0: 10:35:00 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: 10:35:00 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: 10:35:00 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: 10:35:00 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: 10:35:00 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: 10:35:00 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: 10:35:00 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: 10:35:01 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: 10:35:01 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: 10:35:01 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: 10:35:01 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: 10:35:01 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: 10:35:01 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: 10:35:01 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: 10:35:01 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: 10:35:02 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: 10:35:02 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: 10:35:02 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] unit-abot-epc-basic-0: 10:35:02 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpcsclite1 amd64 1.8.14-1ubuntu1.16.04.1 [21.4 kB] unit-abot-epc-basic-0: 10:35:02 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxi6 amd64 2:1.7.6-1 [28.6 kB] unit-abot-epc-basic-0: 10:35:03 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrender1 amd64 1:0.9.9-0ubuntu1 [18.5 kB] unit-abot-epc-basic-0: 10:35:03 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre-headless amd64 8u181-b13-0ubuntu0.16.04.1 [27.0 MB] unit-abot-epc-basic-0: 10:35:04 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] unit-abot-epc-basic-0: 10:35:04 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-dejavu-extra all 2.35-1 [1749 kB] unit-abot-epc-basic-0: 10:35:04 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 hicolor-icon-theme all 0.15-0ubuntu1.1 [7698 B] unit-abot-epc-basic-0: 10:35:05 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2-data all 1.1.0-0ubuntu1 [29.4 kB] unit-abot-epc-basic-0: 10:35:05 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libasound2 amd64 1.1.0-0ubuntu1 [350 kB] unit-abot-epc-basic-0: 10:35:05 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-data all 2.18.0-1 [17.1 kB] unit-abot-epc-basic-0: 10:35:05 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libatk1.0-0 amd64 2.18.0-1 [56.9 kB] unit-abot-epc-basic-0: 10:35:05 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpixman-1-0 amd64 0.33.6-1 [231 kB] unit-abot-epc-basic-0: 10:35:05 DEBUG unit.abot-epc-basic/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render0 amd64 1.11.1-1ubuntu1 [11.4 kB] unit-abot-epc-basic-0: 10:35:05 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-shm0 amd64 1.11.1-1ubuntu1 [5588 B] unit-abot-epc-basic-0: 10:35:06 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libcairo2 amd64 1.14.6-1 [555 kB] unit-abot-epc-basic-0: 10:35:06 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libdatrie1 amd64 0.2.10-2 [17.3 kB] unit-abot-epc-basic-0: 10:35:06 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-amdgpu1 amd64 2.4.91-2~16.04.1 [18.9 kB] unit-abot-epc-basic-0: 10:35:06 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpciaccess0 amd64 0.13.4-1 [18.1 kB] unit-abot-epc-basic-0: 10:35:06 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-intel1 amd64 2.4.91-2~16.04.1 [59.9 kB] unit-abot-epc-basic-0: 10:35:06 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-nouveau2 amd64 2.4.91-2~16.04.1 [16.3 kB] unit-abot-epc-basic-0: 10:35:06 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm-radeon1 amd64 2.4.91-2~16.04.1 [21.5 kB] unit-abot-epc-basic-0: 10:35:06 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libflac8 amd64 1.3.1-4 [210 kB] unit-abot-epc-basic-0: 10:35:07 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtiff5 amd64 4.0.6-1ubuntu0.4 [148 kB] unit-abot-epc-basic-0: 10:35:07 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-common all 2.32.2-1ubuntu1.5 [10.3 kB] unit-abot-epc-basic-0: 10:35:07 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.32.2-1ubuntu1.5 [159 kB] unit-abot-epc-basic-0: 10:35:07 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgif7 amd64 5.1.4-0.3~16.04 [30.5 kB] unit-abot-epc-basic-0: 10:35:07 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~16.04.1 [23.4 kB] unit-abot-epc-basic-0: 10:35:07 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2~16.04.1 [14.3 MB] unit-abot-epc-basic-0: 10:35:08 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsensors4 amd64 1:3.4.0-2 [28.4 kB] unit-abot-epc-basic-0: 10:35:08 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~16.04.1 [6080 kB] unit-abot-epc-basic-0: 10:35:09 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-xcb1 amd64 2:1.6.3-1ubuntu2.1 [9044 B] unit-abot-epc-basic-0: 10:35:09 DEBUG unit.abot-epc-basic/0.install Get:58 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri2-0 amd64 1.11.1-1ubuntu1 [6882 B] unit-abot-epc-basic-0: 10:35:09 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-dri3-0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 10:35:09 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-glx0 amd64 1.11.1-1ubuntu1 [20.9 kB] unit-abot-epc-basic-0: 10:35:09 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-present0 amd64 1.11.1-1ubuntu1 [5218 B] unit-abot-epc-basic-0: 10:35:09 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-sync1 amd64 1.11.1-1ubuntu1 [8324 B] unit-abot-epc-basic-0: 10:35:09 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~16.04.1 [132 kB] unit-abot-epc-basic-0: 10:35:10 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgraphite2-3 amd64 1.3.10-0ubuntu0.16.04.1 [71.7 kB] unit-abot-epc-basic-0: 10:35:10 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-common all 2.24.30-1ubuntu1.16.04.2 [123 kB] unit-abot-epc-basic-0: 10:35:10 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai-data all 0.1.24-2 [131 kB] unit-abot-epc-basic-0: 10:35:10 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libthai0 amd64 0.1.24-2 [17.3 kB] unit-abot-epc-basic-0: 10:35:10 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpango-1.0-0 amd64 1.38.1-1 [148 kB] unit-abot-epc-basic-0: 10:35:10 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libharfbuzz0b amd64 1.0.1-1ubuntu0.1 [140 kB] unit-abot-epc-basic-0: 10:35:10 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangoft2-1.0-0 amd64 1.38.1-1 [33.3 kB] unit-abot-epc-basic-0: 10:35:11 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpangocairo-1.0-0 amd64 1.38.1-1 [20.5 kB] unit-abot-epc-basic-0: 10:35:11 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libxcursor1 amd64 1:1.1.14-1ubuntu0.16.04.2 [19.9 kB] unit-abot-epc-basic-0: 10:35:11 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxrandr2 amd64 2:1.5.0-1 [17.6 kB] unit-abot-epc-basic-0: 10:35:11 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-0 amd64 2.24.30-1ubuntu1.16.04.2 [1775 kB] unit-abot-epc-basic-0: 10:35:11 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgtk2.0-bin amd64 2.24.30-1ubuntu1.16.04.2 [9834 B] unit-abot-epc-basic-0: 10:35:11 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] unit-abot-epc-basic-0: 10:35:12 DEBUG unit.abot-epc-basic/0.install Get:77 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 x11proto-core-dev all 7.0.31-1~ubuntu16.04.2 [254 kB] unit-abot-epc-basic-0: 10:35:12 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libice-dev amd64 2:1.0.9-1 [44.9 kB] unit-abot-epc-basic-0: 10:35:12 DEBUG unit.abot-epc-basic/0.install Get:79 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] unit-abot-epc-basic-0: 10:35:12 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbis0a amd64 1.3.5-3ubuntu0.2 [86.0 kB] unit-abot-epc-basic-0: 10:35:12 DEBUG unit.abot-epc-basic/0.install Get:81 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libvorbisenc2 amd64 1.3.5-3ubuntu0.2 [70.6 kB] unit-abot-epc-basic-0: 10:35:12 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsndfile1 amd64 1.0.25-10ubuntu0.16.04.1 [138 kB] unit-abot-epc-basic-0: 10:35:12 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpulse0 amd64 1:8.0-0ubuntu3.10 [249 kB] unit-abot-epc-basic-0: 10:35:13 DEBUG unit.abot-epc-basic/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libsm-dev amd64 2:1.2.2-1 [16.2 kB] unit-abot-epc-basic-0: 10:35:13 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] unit-abot-epc-basic-0: 10:35:13 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp-dev amd64 1:1.1.2-1.1 [25.1 kB] unit-abot-epc-basic-0: 10:35:13 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-input-dev all 2.3.1-1 [118 kB] unit-abot-epc-basic-0: 10:35:13 DEBUG unit.abot-epc-basic/0.install Get:88 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 x11proto-kb-dev all 1.0.7-0ubuntu1 [224 kB] unit-abot-epc-basic-0: 10:35:13 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] unit-abot-epc-basic-0: 10:35:13 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1-dev amd64 1.11.1-1ubuntu1 [74.2 kB] unit-abot-epc-basic-0: 10:35:14 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-dev amd64 2:1.6.3-1ubuntu2.1 [640 kB] unit-abot-epc-basic-0: 10:35:14 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-doc all 2:1.6.3-1ubuntu2.1 [1470 kB] unit-abot-epc-basic-0: 10:35:14 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt6 amd64 1:1.1.5-0ubuntu1 [160 kB] unit-abot-epc-basic-0: 10:35:14 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxt-dev amd64 1:1.1.5-0ubuntu1 [394 kB] unit-abot-epc-basic-0: 10:35:14 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jre amd64 8u181-b13-0ubuntu0.16.04.1 [69.4 kB] unit-abot-epc-basic-0: 10:35:14 DEBUG unit.abot-epc-basic/0.install Get:96 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk-headless amd64 8u181-b13-0ubuntu0.16.04.1 [8180 kB] unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 openjdk-8-jdk amd64 8u181-b13-0ubuntu0.16.04.1 [453 kB] unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 30% Extracting templates from packages: 61% Extracting templates from packages: 92% Extracting templates from packages: 100% unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Fetched 68.8 MB in 17s (3915 kB/s) unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-core. unit-abot-epc-basic-0: 10:35:15 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: 10:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig-config. unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1:amd64. unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fontconfig. unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fontconfig_2.11.94-0ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasyncns0:amd64. unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasyncns0_0.8-5build1_amd64.deb ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-common. unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install dpkg-query: no packages found matching nux-tools unit-abot-epc-basic-0: 10:35:15 DEBUG unit.abot-epc-basic/0.install Unpacking x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice6:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice6_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblcms2-2:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblcms2-2_2.6-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libogg0:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libogg0_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm6:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite1:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage1:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes3:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama1:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence1:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence1_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst6:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig0:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig0_2.1-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:16 DEBUG unit.abot-epc-basic/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package java-common. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../java-common_0.56ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-common3:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libavahi-client3:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.2_amd64.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcups2:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcups2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcsclite1:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi6:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi6_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender1:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre-headless:amd64. unit-abot-epc-basic-0: 10:35:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:18 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ca-certificates-java. unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-dejavu-extra. unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-dejavu-extra_2.35-1_all.deb ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hicolor-icon-theme. unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../hicolor-icon-theme_0.15-0ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2-data. unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2-data_1.1.0-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasound2:amd64. unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasound2_1.1.0-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-data. unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-data_2.18.0-1_all.deb ... unit-abot-epc-basic-0: 10:35:21 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-0:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-0:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-0_0.33.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdatrie1:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdatrie1_0.2.10-2_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-amdgpu1:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-amdgpu1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpciaccess0:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpciaccess0_0.13.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-intel1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-nouveau2_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdrm-radeon1_2.4.91-2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:22 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libflac8:amd64. unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libflac8_1.3.1-4_amd64.deb ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtiff5:amd64. unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtiff5_4.0.6-1ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-common. unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-common_2.32.2-1ubuntu1.5_all.deb ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgdk-pixbuf2.0-0_2.32.2-1ubuntu1.5_amd64.deb ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgif7:amd64. unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgif7_5.1.4-0.3~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglapi-mesa_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm6.0:amd64. unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm6.0_1%3a6.0-1ubuntu2~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:23 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 10:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsensors4:amd64. unit-abot-epc-basic-0: 10:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsensors4_1%3a3.4.0-2_amd64.deb ... unit-abot-epc-basic-0: 10:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 10:35:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-abot-epc-basic-0: 10:35:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-dri_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:26 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present0:amd64. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl1-mesa-glx_18.0.5-0ubuntu0~16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphite2-3:amd64. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphite2-3_1.3.10-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-common. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-common_2.24.30-1ubuntu1.16.04.2_all.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai-data. unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai-data_0.1.24-2_all.deb ... unit-abot-epc-basic-0: 10:35:27 DEBUG unit.abot-epc-basic/0.install Unpacking libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libthai0:amd64. unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libthai0_0.1.24-2_amd64.deb ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango-1.0-0:amd64. unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz0b:amd64. unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz0b_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoft2-1.0-0:amd64. unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoft2-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangocairo-1.0-0:amd64. unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangocairo-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor1:amd64. unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor1_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr2:amd64. unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-0:amd64. unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-0_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:35:28 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk2.0-bin. unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk2.0-bin_2.24.30-1ubuntu1.16.04.2_amd64.deb ... unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xorg-sgml-doctools. unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xorg-sgml-doctools_1%3a1.11-1_all.deb ... unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-core-dev. unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-core-dev_7.0.31-1~ubuntu16.04.2_all.deb ... unit-abot-epc-basic-0: 10:35:29 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libice-dev:amd64. unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libice-dev_2%3a1.0.9-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbis0a:amd64. unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbis0a_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvorbisenc2:amd64. unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvorbisenc2_1.3.5-3ubuntu0.2_amd64.deb ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsndfile1:amd64. unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsndfile1_1.0.25-10ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:30 DEBUG unit.abot-epc-basic/0.install Unpacking libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpulse0:amd64. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpulse0_1%3a8.0-0ubuntu3.10_amd64.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsm-dev:amd64. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsm-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxau-dev:amd64. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxau-dev_1%3a1.0.8-1_amd64.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdmcp-dev:amd64. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdmcp-dev_1%3a1.1.2-1.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-input-dev. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-input-dev_2.3.1-1_all.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-kb-dev. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-kb-dev_1.0.7-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xtrans-dev. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xtrans-dev_1.3.5-1_all.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb1-dev:amd64. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb1-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-dev:amd64. unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-dev_2%3a1.6.3-1ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:31 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-doc. unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-doc_2%3a1.6.3-1ubuntu2.1_all.deb ... unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt6:amd64. unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt6_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxt-dev:amd64. unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxt-dev_1%3a1.1.5-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jre:amd64. unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jre_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:32 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk-headless:amd64. unit-abot-epc-basic-0: 10:35:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk-headless_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:33 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk-headless:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package openjdk-8-jdk:amd64. unit-abot-epc-basic-0: 10:35:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../openjdk-8-jdk_8u181-b13-0ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:35:34 DEBUG unit.abot-epc-basic/0.install Unpacking openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-core (2.35-1) ... unit-abot-epc-basic-0: 10:35:35 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:35:36 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:35:36 DEBUG unit.abot-epc-basic/0.install Setting up fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Regenerating fonts cache... done. unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libasyncns0:amd64 (0.8-5build1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up x11-common (1:7.7+13ubuntu3.1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libice6:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up liblcms2-2:amd64 (2.6-3ubuntu2) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libogg0:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libsm6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage1:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes3:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence1:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:35:38 DEBUG unit.abot-epc-basic/0.install Setting up libjbig0:amd64 (2.1-3.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up java-common (0.56ubuntu2) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common-data:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-common3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libavahi-client3:amd64 (0.6.32~rc+dfsg-1ubuntu2.2) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libcups2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libpcsclite1:amd64 (1.8.14-1ubuntu1.16.04.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libxi6:amd64 (2:1.7.6-1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libxrender1:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up fonts-dejavu-extra (2.35-1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libasound2-data (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libasound2:amd64 (1.1.0-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-data (2.18.0-1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-0:amd64 (2.18.0-1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-0:amd64 (0.33.6-1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libdatrie1:amd64 (0.2.10-2) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-amdgpu1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libpciaccess0:amd64 (0.13.4-1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-intel1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-nouveau2:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-radeon1:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libflac8:amd64 (1.3.1-4) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libtiff5:amd64 (4.0.6-1ubuntu0.4) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-common (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libgif7:amd64 (5.1.4-0.3~16.04) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2~16.04.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libsensors4:amd64 (1:3.4.0-2) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:39 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:40 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: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libgraphite2-3:amd64 (1.3.10-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-common (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libthai-data (0.1.24-2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libthai0:amd64 (0.1.24-2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libpango-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz0b:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libpangoft2-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libpangocairo-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcursor1:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr2:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-0:amd64 (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libgtk2.0-bin (2.24.30-1ubuntu1.16.04.2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up xorg-sgml-doctools (1:1.11-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-core-dev (7.0.31-1~ubuntu16.04.2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libice-dev:amd64 (2:1.0.9-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libvorbis0a:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libvorbisenc2:amd64 (1.3.5-3ubuntu0.2) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libsndfile1:amd64 (1.0.25-10ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libpulse0:amd64 (1:8.0-0ubuntu3.10) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libsm-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxau-dev:amd64 (1:1.0.8-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxdmcp-dev:amd64 (1:1.1.2-1.1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-input-dev (2.3.1-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-kb-dev (1.0.7-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up xtrans-dev (1.3.5-1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxcb1-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libx11-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libx11-doc (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxt6:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install Setting up libxt-dev:amd64 (1:1.1.5-0ubuntu1) ... unit-abot-epc-basic-0: 10:35:40 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: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode unit-abot-epc-basic-0: 10:35:40 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Setting up ca-certificates-java (20160321ubuntu1) ... unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Trusted_Services_root.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Class_2_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Commercial_Root_CA_1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Microsec_e-Szigno_Root_CA_2009.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA_2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:ISRG_Root_X1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3_G3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Root_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:CFCA_EV_ROOT.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Deutsche_Telekom_Root_CA_2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:EC-ACC.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:LuxTrust_Global_Root_2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_4.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Trusted_Root_G4.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:E-Tugra_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Chambers_of_Commerce_Root_-_2008.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_1_G3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Actalis_Authentication_Root_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:SZAFIR_ROOT_CA2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Taiwan_GRCA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Low-Value_Services_Root.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Root_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_ACES_CA_X6.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Qualified_Certificates_Root.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium_ECC.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Certigna.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:certSIGN_ROOT_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Atos_TrustedRoot_2011.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Visa_eCommerce_Root.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2_G3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_AAA_Services_root.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Global_Root_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Sonera_Class_2_Root_CA.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:thawte_Primary_Root_CA_-_G3.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_CA_1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:PSCProcert.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Global_Chambersign_Root_-_2008.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:USERTrust_RSA_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:ACCVRAIZ1.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Networking.pem unit-abot-epc-basic-0: 10:35:41 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureSign_RootCA11.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust_Root_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Swisscom_Root_EV_CA_2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Global_CA_2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Baltimore_CyberTrust_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:SecureTrust_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:COMODO_ECC_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Silver_CA_-_G2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:ePKI_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_G2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Premium.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Certum_Trusted_Network_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_External_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:UTN_USERFirst_Hardware_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:XRamp_Global_CA_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Class_2_Primary_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Secure_Global_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_3_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:TeliaSonera_Root_CA_v1.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Certplus_Root_CA_G2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:AffirmTrust_Commercial.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:SwissSign_Gold_CA_-_G2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Starfield_Class_2_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Trustis_FPS_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Izenpe.com.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Buypass_Class_2_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_G2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_RootCA2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Comodo_Secure_Services_root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:AC_RAIZ_FNMT-RCM.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:CNNIC_ROOT.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:EE_Certification_Centre_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Network_Solutions_Certificate_Authority.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Hongkong_Post_Root_CA_1.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:T-TeleSec_GlobalRoot_Class_3.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Amazon_Root_CA_3.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:AddTrust_Public_Services_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_Root_CA_-_R2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Universal_CA_2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Assured_ID_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:VeriSign_Universal_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:CA_Disig_Root_R2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Certinomis_-_Autorité_Racine.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Camerfirma_Global_Chambersign_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:TWCA_Root_Certification_Authority.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:ACEDICOM_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Security_Communication_EV_RootCA1.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:DST_Root_CA_X3.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:Cybertrust_Global_Root.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:QuoVadis_Root_CA_2.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:DigiCert_Global_Root_CA.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Adding debian:OpenTrust_Root_CA_G3.pem unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jre:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/policytool to provide /usr/bin/policytool (policytool) in auto mode unit-abot-epc-basic-0: 10:35:42 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: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/idlj to provide /usr/bin/idlj (idlj) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsimport to provide /usr/bin/wsimport (wsimport) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jsadebugd to provide /usr/bin/jsadebugd (jsadebugd) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/native2ascii to provide /usr/bin/native2ascii (native2ascii) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javah to provide /usr/bin/javah (javah) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jhat to provide /usr/bin/jhat (jhat) in auto mode unit-abot-epc-basic-0: 10:35:42 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: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/extcheck to provide /usr/bin/extcheck (extcheck) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/schemagen to provide /usr/bin/schemagen (schemagen) in auto mode unit-abot-epc-basic-0: 10:35:42 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: 10:35:42 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: 10:35:42 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: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/wsgen to provide /usr/bin/wsgen (wsgen) in auto mode unit-abot-epc-basic-0: 10:35:42 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: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Setting up openjdk-8-jdk:amd64 (8u181-b13-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/bin/appletviewer to provide /usr/bin/appletviewer (appletviewer) in auto mode unit-abot-epc-basic-0: 10:35:42 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: 10:35:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Processing triggers for ca-certificates (20170717~16.04.1) ... unit-abot-epc-basic-0: 10:35:42 DEBUG unit.abot-epc-basic/0.install Updating certificates in /etc/ssl/certs... unit-abot-epc-basic-0: 10:35:43 DEBUG unit.abot-epc-basic/0.install 0 added, 0 removed; done. unit-abot-epc-basic-0: 10:35:43 DEBUG unit.abot-epc-basic/0.install Running hooks in /etc/ca-certificates/update.d... unit-abot-epc-basic-0: 10:35:43 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:35:43 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:35:43 DEBUG unit.abot-epc-basic/0.install done. unit-abot-epc-basic-0: 10:35:44 DEBUG unit.abot-epc-basic/0.install --2018-09-02 10:35:44-- http://115.249.81.187:8080/rebaca/abot-functest-basic_3.1.1_all.deb unit-abot-epc-basic-0: 10:35:44 DEBUG unit.abot-epc-basic/0.install Connecting to 115.249.81.187:8080... connected. unit-abot-epc-basic-0: 10:35:44 DEBUG unit.abot-epc-basic/0.install HTTP request sent, awaiting response... 200 OK unit-abot-epc-basic-0: 10:35:44 DEBUG unit.abot-epc-basic/0.install Length: 47812762 (46M) [application/x-debian-package] unit-abot-epc-basic-0: 10:35:44 DEBUG unit.abot-epc-basic/0.install Saving to: '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' unit-abot-epc-basic-0: 10:35:44 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:35:45 DEBUG unit.abot-epc-basic/0.install 0K .......... .......... .......... .......... .......... 0% 94.1K 8m16s unit-abot-epc-basic-0: 10:35:45 DEBUG unit.abot-epc-basic/0.install 50K .......... .......... .......... .......... .......... 0% 188K 6m11s unit-abot-epc-basic-0: 10:35:45 DEBUG unit.abot-epc-basic/0.install 100K .......... .......... .......... .......... .......... 0% 12.1M 4m9s unit-abot-epc-basic-0: 10:35:45 DEBUG unit.abot-epc-basic/0.install 150K .......... .......... .......... .......... .......... 0% 11.1M 3m7s unit-abot-epc-basic-0: 10:35:45 DEBUG unit.abot-epc-basic/0.install 200K .......... .......... .......... .......... .......... 0% 192K 3m18s unit-abot-epc-basic-0: 10:35:45 DEBUG unit.abot-epc-basic/0.install 250K .......... .......... .......... .......... .......... 0% 11.5M 2m46s unit-abot-epc-basic-0: 10:35:45 DEBUG unit.abot-epc-basic/0.install 300K .......... .......... .......... .......... .......... 0% 11.2M 2m22s unit-abot-epc-basic-0: 10:35:45 DEBUG unit.abot-epc-basic/0.install 350K .......... .......... .......... .......... .......... 0% 11.1M 2m5s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 400K .......... .......... .......... .......... .......... 0% 200K 2m17s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 450K .......... .......... .......... .......... .......... 1% 11.3M 2m3s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 500K .......... .......... .......... .......... .......... 1% 10.9M 1m52s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 550K .......... .......... .......... .......... .......... 1% 11.8M 1m43s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 600K .......... .......... .......... .......... .......... 1% 10.7M 95s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 650K .......... .......... .......... .......... .......... 1% 11.7M 89s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 700K .......... .......... .......... .......... .......... 1% 11.1M 83s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 750K .......... .......... .......... .......... .......... 1% 10.9M 78s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 800K .......... .......... .......... .......... .......... 1% 3.90M 74s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 850K .......... .......... .......... .......... .......... 1% 223K 81s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 900K .......... .......... .......... .......... .......... 2% 10.9M 77s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 950K .......... .......... .......... .......... .......... 2% 11.4M 73s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1000K .......... .......... .......... .......... .......... 2% 11.5M 70s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1050K .......... .......... .......... .......... .......... 2% 11.0M 67s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1100K .......... .......... .......... .......... .......... 2% 11.2M 64s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1150K .......... .......... .......... .......... .......... 2% 11.1M 62s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1200K .......... .......... .......... .......... .......... 2% 11.4M 59s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1250K .......... .......... .......... .......... .......... 2% 11.1M 57s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1300K .......... .......... .......... .......... .......... 2% 10.8M 55s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1350K .......... .......... .......... .......... .......... 2% 11.7M 53s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1400K .......... .......... .......... .......... .......... 3% 11.3M 51s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1450K .......... .......... .......... .......... .......... 3% 11.3M 50s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1500K .......... .......... .......... .......... .......... 3% 10.9M 48s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1550K .......... .......... .......... .......... .......... 3% 88.1K 63s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1600K .......... .......... .......... .......... .......... 3% 59.9M 61s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1650K .......... .......... .......... .......... .......... 3% 59.4M 59s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1700K .......... .......... .......... .......... .......... 3% 69.2M 57s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1750K .......... .......... .......... .......... .......... 3% 62.8M 55s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1800K .......... .......... .......... .......... .......... 3% 77.0M 54s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1850K .......... .......... .......... .......... .......... 4% 73.4M 52s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1900K .......... .......... .......... .......... .......... 4% 104M 51s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 1950K .......... .......... .......... .......... .......... 4% 94.4M 50s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2000K .......... .......... .......... .......... .......... 4% 111M 48s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2050K .......... .......... .......... .......... .......... 4% 100M 47s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2100K .......... .......... .......... .......... .......... 4% 106M 46s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2150K .......... .......... .......... .......... .......... 4% 87.2M 45s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2200K .......... .......... .......... .......... .......... 4% 106M 44s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2250K .......... .......... .......... .......... .......... 4% 91.9M 43s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2300K .......... .......... .......... .......... .......... 5% 94.0M 42s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2350K .......... .......... .......... .......... .......... 5% 72.7M 41s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2400K .......... .......... .......... .......... .......... 5% 93.0M 40s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2450K .......... .......... .......... .......... .......... 5% 88.1M 39s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2500K .......... .......... .......... .......... .......... 5% 100M 39s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2550K .......... .......... .......... .......... .......... 5% 81.5M 38s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2600K .......... .......... .......... .......... .......... 5% 94.8M 37s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2650K .......... .......... .......... .......... .......... 5% 94.2M 36s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2700K .......... .......... .......... .......... .......... 5% 94.0M 36s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2750K .......... .......... .......... .......... .......... 5% 83.2M 35s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2800K .......... .......... .......... .......... .......... 6% 94.7M 34s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2850K .......... .......... .......... .......... .......... 6% 94.6M 34s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2900K .......... .......... .......... .......... .......... 6% 95.5M 33s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 2950K .......... .......... .......... .......... .......... 6% 87.5M 33s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 3000K .......... .......... .......... .......... .......... 6% 99.3M 32s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 3050K .......... .......... .......... .......... .......... 6% 105M 31s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 3100K .......... .......... .......... .......... .......... 6% 98.4M 31s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 3150K .......... .......... .......... .......... .......... 6% 91.8M 30s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 3200K .......... .......... .......... .......... .......... 6% 101M 30s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 3250K .......... .......... .......... .......... .......... 7% 91.6M 29s unit-abot-epc-basic-0: 10:35:46 DEBUG unit.abot-epc-basic/0.install 3300K .......... .......... .......... .......... .......... 7% 96.1M 29s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3350K .......... .......... .......... .......... .......... 7% 84.7M 29s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3400K .......... .......... .......... .......... .......... 7% 96.5M 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3450K .......... .......... .......... .......... .......... 7% 101M 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3500K .......... .......... .......... .......... .......... 7% 98.6M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3550K .......... .......... .......... .......... .......... 7% 328K 29s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3600K .......... .......... .......... .......... .......... 7% 540K 29s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3650K .......... .......... .......... .......... .......... 7% 11.0M 29s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3700K .......... .......... .......... .......... .......... 8% 11.3M 29s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3750K .......... .......... .......... .......... .......... 8% 11.5M 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3800K .......... .......... .......... .......... .......... 8% 11.1M 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3850K .......... .......... .......... .......... .......... 8% 11.3M 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3900K .......... .......... .......... .......... .......... 8% 11.0M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 3950K .......... .......... .......... .......... .......... 8% 10.9M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4000K .......... .......... .......... .......... .......... 8% 11.5M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4050K .......... .......... .......... .......... .......... 8% 11.3M 26s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4100K .......... .......... .......... .......... .......... 8% 11.5M 26s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4150K .......... .......... .......... .......... .......... 8% 185K 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4200K .......... .......... .......... .......... .......... 9% 14.4M 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4250K .......... .......... .......... .......... .......... 9% 13.1M 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4300K .......... .......... .......... .......... .......... 9% 12.0M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4350K .......... .......... .......... .......... .......... 9% 12.1M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4400K .......... .......... .......... .......... .......... 9% 465K 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4450K .......... .......... .......... .......... .......... 9% 15.4M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4500K .......... .......... .......... .......... .......... 9% 549K 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4550K .......... .......... .......... .......... .......... 9% 15.5M 28s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4600K .......... .......... .......... .......... .......... 9% 17.6M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4650K .......... .......... .......... .......... .......... 10% 10.5M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4700K .......... .......... .......... .......... .......... 10% 14.0M 27s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4750K .......... .......... .......... .......... .......... 10% 64.9M 26s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4800K .......... .......... .......... .......... .......... 10% 77.0M 26s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4850K .......... .......... .......... .......... .......... 10% 76.7M 26s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4900K .......... .......... .......... .......... .......... 10% 76.9M 26s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 4950K .......... .......... .......... .......... .......... 10% 66.7M 25s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5000K .......... .......... .......... .......... .......... 10% 74.4M 25s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5050K .......... .......... .......... .......... .......... 10% 75.2M 25s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5100K .......... .......... .......... .......... .......... 11% 90.2M 24s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5150K .......... .......... .......... .......... .......... 11% 75.3M 24s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5200K .......... .......... .......... .......... .......... 11% 91.1M 24s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5250K .......... .......... .......... .......... .......... 11% 83.8M 24s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5300K .......... .......... .......... .......... .......... 11% 72.5M 23s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5350K .......... .......... .......... .......... .......... 11% 73.5M 23s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5400K .......... .......... .......... .......... .......... 11% 87.7M 23s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5450K .......... .......... .......... .......... .......... 11% 31.0M 23s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5500K .......... .......... .......... .......... .......... 11% 10.8M 23s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5550K .......... .......... .......... .......... .......... 11% 9.65M 22s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5600K .......... .......... .......... .......... .......... 12% 10.1M 22s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5650K .......... .......... .......... .......... .......... 12% 9.41M 22s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5700K .......... .......... .......... .......... .......... 12% 9.66M 22s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5750K .......... .......... .......... .......... .......... 12% 11.3M 22s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5800K .......... .......... .......... .......... .......... 12% 11.0M 21s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5850K .......... .......... .......... .......... .......... 12% 11.3M 21s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5900K .......... .......... .......... .......... .......... 12% 11.3M 21s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 5950K .......... .......... .......... .......... .......... 12% 10.9M 21s unit-abot-epc-basic-0: 10:35:47 DEBUG unit.abot-epc-basic/0.install 6000K .......... .......... .......... .......... .......... 12% 482K 21s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6050K .......... .......... .......... .......... .......... 13% 539K 22s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6100K .......... .......... .......... .......... .......... 13% 10.5M 22s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6150K .......... .......... .......... .......... .......... 13% 6.57M 22s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6200K .......... .......... .......... .......... .......... 13% 11.2M 21s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6250K .......... .......... .......... .......... .......... 13% 11.1M 21s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6300K .......... .......... .......... .......... .......... 13% 11.3M 21s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6350K .......... .......... .......... .......... .......... 13% 11.1M 21s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6400K .......... .......... .......... .......... .......... 13% 11.3M 21s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6450K .......... .......... .......... .......... .......... 13% 11.4M 21s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6500K .......... .......... .......... .......... .......... 14% 10.5M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6550K .......... .......... .......... .......... .......... 14% 10.3M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6600K .......... .......... .......... .......... .......... 14% 9.92M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6650K .......... .......... .......... .......... .......... 14% 11.3M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6700K .......... .......... .......... .......... .......... 14% 11.1M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6750K .......... .......... .......... .......... .......... 14% 10.6M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6800K .......... .......... .......... .......... .......... 14% 498K 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6850K .......... .......... .......... .......... .......... 14% 6.77M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6900K .......... .......... .......... .......... .......... 14% 540K 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 6950K .......... .......... .......... .......... .......... 14% 10.9M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7000K .......... .......... .......... .......... .......... 15% 6.43M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7050K .......... .......... .......... .......... .......... 15% 11.7M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7100K .......... .......... .......... .......... .......... 15% 11.2M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7150K .......... .......... .......... .......... .......... 15% 10.9M 20s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7200K .......... .......... .......... .......... .......... 15% 11.4M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7250K .......... .......... .......... .......... .......... 15% 11.2M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7300K .......... .......... .......... .......... .......... 15% 11.2M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7350K .......... .......... .......... .......... .......... 15% 11.2M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7400K .......... .......... .......... .......... .......... 15% 11.0M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7450K .......... .......... .......... .......... .......... 16% 10.0M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7500K .......... .......... .......... .......... .......... 16% 10.9M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7550K .......... .......... .......... .......... .......... 16% 11.2M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7600K .......... .......... .......... .......... .......... 16% 11.4M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7650K .......... .......... .......... .......... .......... 16% 10.8M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7700K .......... .......... .......... .......... .......... 16% 488K 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7750K .......... .......... .......... .......... .......... 16% 540K 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7800K .......... .......... .......... .......... .......... 16% 9.94M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7850K .......... .......... .......... .......... .......... 16% 7.29M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7900K .......... .......... .......... .......... .......... 17% 9.77M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 7950K .......... .......... .......... .......... .......... 17% 11.2M 19s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8000K .......... .......... .......... .......... .......... 17% 11.1M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8050K .......... .......... .......... .......... .......... 17% 11.4M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8100K .......... .......... .......... .......... .......... 17% 11.2M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8150K .......... .......... .......... .......... .......... 17% 11.0M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8200K .......... .......... .......... .......... .......... 17% 11.1M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8250K .......... .......... .......... .......... .......... 17% 11.5M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8300K .......... .......... .......... .......... .......... 17% 11.2M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8350K .......... .......... .......... .......... .......... 17% 11.2M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8400K .......... .......... .......... .......... .......... 18% 11.2M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8450K .......... .......... .......... .......... .......... 18% 11.0M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8500K .......... .......... .......... .......... .......... 18% 11.4M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8550K .......... .......... .......... .......... .......... 18% 491K 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8600K .......... .......... .......... .......... .......... 18% 8.27M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8650K .......... .......... .......... .......... .......... 18% 547K 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8700K .......... .......... .......... .......... .......... 18% 5.32M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8750K .......... .......... .......... .......... .......... 18% 11.2M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8800K .......... .......... .......... .......... .......... 18% 11.5M 18s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8850K .......... .......... .......... .......... .......... 19% 11.0M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8900K .......... .......... .......... .......... .......... 19% 11.1M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 8950K .......... .......... .......... .......... .......... 19% 11.3M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9000K .......... .......... .......... .......... .......... 19% 11.1M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9050K .......... .......... .......... .......... .......... 19% 11.0M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9100K .......... .......... .......... .......... .......... 19% 11.6M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9150K .......... .......... .......... .......... .......... 19% 10.9M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9200K .......... .......... .......... .......... .......... 19% 11.1M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9250K .......... .......... .......... .......... .......... 19% 11.5M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9300K .......... .......... .......... .......... .......... 20% 11.0M 17s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9350K .......... .......... .......... .......... .......... 20% 11.1M 16s unit-abot-epc-basic-0: 10:35:48 DEBUG unit.abot-epc-basic/0.install 9400K .......... .......... .......... .......... .......... 20% 11.2M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9450K .......... .......... .......... .......... .......... 20% 499K 17s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9500K .......... .......... .......... .......... .......... 20% 542K 17s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9550K .......... .......... .......... .......... .......... 20% 9.55M 17s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9600K .......... .......... .......... .......... .......... 20% 5.53M 17s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9650K .......... .......... .......... .......... .......... 20% 10.8M 17s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9700K .......... .......... .......... .......... .......... 20% 10.6M 17s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9750K .......... .......... .......... .......... .......... 20% 11.2M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9800K .......... .......... .......... .......... .......... 21% 11.0M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9850K .......... .......... .......... .......... .......... 21% 11.2M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9900K .......... .......... .......... .......... .......... 21% 11.1M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 9950K .......... .......... .......... .......... .......... 21% 11.7M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10000K .......... .......... .......... .......... .......... 21% 10.7M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10050K .......... .......... .......... .......... .......... 21% 11.3M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10100K .......... .......... .......... .......... .......... 21% 11.7M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10150K .......... .......... .......... .......... .......... 21% 10.8M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10200K .......... .......... .......... .......... .......... 21% 11.1M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10250K .......... .......... .......... .......... .......... 22% 11.3M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10300K .......... .......... .......... .......... .......... 22% 510K 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10350K .......... .......... .......... .......... .......... 22% 7.53M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10400K .......... .......... .......... .......... .......... 22% 542K 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10450K .......... .......... .......... .......... .......... 22% 10.1M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10500K .......... .......... .......... .......... .......... 22% 5.39M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10550K .......... .......... .......... .......... .......... 22% 10.8M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10600K .......... .......... .......... .......... .......... 22% 10.2M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10650K .......... .......... .......... .......... .......... 22% 11.8M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10700K .......... .......... .......... .......... .......... 23% 10.7M 16s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10750K .......... .......... .......... .......... .......... 23% 11.7M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10800K .......... .......... .......... .......... .......... 23% 10.8M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10850K .......... .......... .......... .......... .......... 23% 11.2M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10900K .......... .......... .......... .......... .......... 23% 10.9M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 10950K .......... .......... .......... .......... .......... 23% 11.2M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11000K .......... .......... .......... .......... .......... 23% 10.9M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11050K .......... .......... .......... .......... .......... 23% 11.4M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11100K .......... .......... .......... .......... .......... 23% 11.0M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11150K .......... .......... .......... .......... .......... 23% 11.4M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11200K .......... .......... .......... .......... .......... 24% 505K 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11250K .......... .......... .......... .......... .......... 24% 543K 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11300K .......... .......... .......... .......... .......... 24% 9.78M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11350K .......... .......... .......... .......... .......... 24% 5.30M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11400K .......... .......... .......... .......... .......... 24% 10.5M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11450K .......... .......... .......... .......... .......... 24% 10.1M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11500K .......... .......... .......... .......... .......... 24% 10.4M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11550K .......... .......... .......... .......... .......... 24% 11.2M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11600K .......... .......... .......... .......... .......... 24% 11.2M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11650K .......... .......... .......... .......... .......... 25% 11.2M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11700K .......... .......... .......... .......... .......... 25% 11.3M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11750K .......... .......... .......... .......... .......... 25% 11.1M 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11800K .......... .......... .......... .......... .......... 25% 10.9M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11850K .......... .......... .......... .......... .......... 25% 11.0M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11900K .......... .......... .......... .......... .......... 25% 11.0M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 11950K .......... .......... .......... .......... .......... 25% 11.3M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12000K .......... .......... .......... .......... .......... 25% 11.2M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12050K .......... .......... .......... .......... .......... 25% 8.58M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12100K .......... .......... .......... .......... .......... 26% 511K 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12150K .......... .......... .......... .......... .......... 26% 546K 15s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12200K .......... .......... .......... .......... .......... 26% 7.26M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12250K .......... .......... .......... .......... .......... 26% 6.67M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12300K .......... .......... .......... .......... .......... 26% 9.76M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12350K .......... .......... .......... .......... .......... 26% 10.8M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12400K .......... .......... .......... .......... .......... 26% 10.0M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12450K .......... .......... .......... .......... .......... 26% 11.1M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12500K .......... .......... .......... .......... .......... 26% 11.1M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12550K .......... .......... .......... .......... .......... 26% 11.0M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12600K .......... .......... .......... .......... .......... 27% 11.3M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12650K .......... .......... .......... .......... .......... 27% 11.2M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12700K .......... .......... .......... .......... .......... 27% 11.0M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12750K .......... .......... .......... .......... .......... 27% 11.5M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12800K .......... .......... .......... .......... .......... 27% 10.4M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12850K .......... .......... .......... .......... .......... 27% 11.3M 14s unit-abot-epc-basic-0: 10:35:49 DEBUG unit.abot-epc-basic/0.install 12900K .......... .......... .......... .......... .......... 27% 11.0M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 12950K .......... .......... .......... .......... .......... 27% 514K 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13000K .......... .......... .......... .......... .......... 27% 7.89M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13050K .......... .......... .......... .......... .......... 28% 533K 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13100K .......... .......... .......... .......... .......... 28% 10.8M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13150K .......... .......... .......... .......... .......... 28% 6.79M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13200K .......... .......... .......... .......... .......... 28% 9.41M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13250K .......... .......... .......... .......... .......... 28% 10.9M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13300K .......... .......... .......... .......... .......... 28% 10.7M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13350K .......... .......... .......... .......... .......... 28% 10.8M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13400K .......... .......... .......... .......... .......... 28% 11.0M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13450K .......... .......... .......... .......... .......... 28% 11.1M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13500K .......... .......... .......... .......... .......... 29% 11.3M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13550K .......... .......... .......... .......... .......... 29% 10.7M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13600K .......... .......... .......... .......... .......... 29% 11.4M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13650K .......... .......... .......... .......... .......... 29% 11.1M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13700K .......... .......... .......... .......... .......... 29% 10.4M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13750K .......... .......... .......... .......... .......... 29% 11.1M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13800K .......... .......... .......... .......... .......... 29% 137K 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13850K .......... .......... .......... .......... .......... 29% 21.8M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13900K .......... .......... .......... .......... .......... 29% 91.3M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 13950K .......... .......... .......... .......... .......... 29% 70.9M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14000K .......... .......... .......... .......... .......... 30% 92.6M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14050K .......... .......... .......... .......... .......... 30% 83.5M 14s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14100K .......... .......... .......... .......... .......... 30% 83.1M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14150K .......... .......... .......... .......... .......... 30% 64.0M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14200K .......... .......... .......... .......... .......... 30% 87.2M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14250K .......... .......... .......... .......... .......... 30% 102M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14300K .......... .......... .......... .......... .......... 30% 105M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14350K .......... .......... .......... .......... .......... 30% 88.2M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14400K .......... .......... .......... .......... .......... 30% 330K 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14450K .......... .......... .......... .......... .......... 31% 914K 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14500K .......... .......... .......... .......... .......... 31% 51.7M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14550K .......... .......... .......... .......... .......... 31% 24.3M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14600K .......... .......... .......... .......... .......... 31% 15.1M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14650K .......... .......... .......... .......... .......... 31% 1.18M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14700K .......... .......... .......... .......... .......... 31% 8.50M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14750K .......... .......... .......... .......... .......... 31% 72.6M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14800K .......... .......... .......... .......... .......... 31% 69.4M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14850K .......... .......... .......... .......... .......... 31% 75.5M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14900K .......... .......... .......... .......... .......... 32% 68.8M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 14950K .......... .......... .......... .......... .......... 32% 71.1M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 15000K .......... .......... .......... .......... .......... 32% 73.1M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 15050K .......... .......... .......... .......... .......... 32% 84.8M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 15100K .......... .......... .......... .......... .......... 32% 563K 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 15150K .......... .......... .......... .......... .......... 32% 4.73M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 15200K .......... .......... .......... .......... .......... 32% 5.37M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 15250K .......... .......... .......... .......... .......... 32% 6.61M 13s unit-abot-epc-basic-0: 10:35:50 DEBUG unit.abot-epc-basic/0.install 15300K .......... .......... .......... .......... .......... 32% 6.93M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15350K .......... .......... .......... .......... .......... 32% 6.40M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15400K .......... .......... .......... .......... .......... 33% 4.71M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15450K .......... .......... .......... .......... .......... 33% 5.46M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15500K .......... .......... .......... .......... .......... 33% 855K 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15550K .......... .......... .......... .......... .......... 33% 11.8M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15600K .......... .......... .......... .......... .......... 33% 11.0M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15650K .......... .......... .......... .......... .......... 33% 1.26M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15700K .......... .......... .......... .......... .......... 33% 6.55M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15750K .......... .......... .......... .......... .......... 33% 522K 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15800K .......... .......... .......... .......... .......... 33% 5.28M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15850K .......... .......... .......... .......... .......... 34% 6.62M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15900K .......... .......... .......... .......... .......... 34% 6.32M 13s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 15950K .......... .......... .......... .......... .......... 34% 7.50M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16000K .......... .......... .......... .......... .......... 34% 6.57M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16050K .......... .......... .......... .......... .......... 34% 4.61M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16100K .......... .......... .......... .......... .......... 34% 4.17M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16150K .......... .......... .......... .......... .......... 34% 906K 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16200K .......... .......... .......... .......... .......... 34% 11.0M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16250K .......... .......... .......... .......... .......... 34% 11.0M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16300K .......... .......... .......... .......... .......... 35% 1.28M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16350K .......... .......... .......... .......... .......... 35% 7.01M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16400K .......... .......... .......... .......... .......... 35% 532K 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16450K .......... .......... .......... .......... .......... 35% 4.65M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16500K .......... .......... .......... .......... .......... 35% 6.55M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16550K .......... .......... .......... .......... .......... 35% 6.79M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16600K .......... .......... .......... .......... .......... 35% 6.82M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16650K .......... .......... .......... .......... .......... 35% 6.84M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16700K .......... .......... .......... .......... .......... 35% 4.99M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16750K .......... .......... .......... .......... .......... 35% 5.93M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16800K .......... .......... .......... .......... .......... 36% 861K 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16850K .......... .......... .......... .......... .......... 36% 9.50M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16900K .......... .......... .......... .......... .......... 36% 9.99M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 16950K .......... .......... .......... .......... .......... 36% 11.3M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17000K .......... .......... .......... .......... .......... 36% 1.23M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17050K .......... .......... .......... .......... .......... 36% 542K 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17100K .......... .......... .......... .......... .......... 36% 5.21M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17150K .......... .......... .......... .......... .......... 36% 5.63M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17200K .......... .......... .......... .......... .......... 36% 7.73M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17250K .......... .......... .......... .......... .......... 37% 5.70M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17300K .......... .......... .......... .......... .......... 37% 9.29M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17350K .......... .......... .......... .......... .......... 37% 6.45M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17400K .......... .......... .......... .......... .......... 37% 5.22M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17450K .......... .......... .......... .......... .......... 37% 4.51M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17500K .......... .......... .......... .......... .......... 37% 906K 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17550K .......... .......... .......... .......... .......... 37% 10.6M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17600K .......... .......... .......... .......... .......... 37% 8.76M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17650K .......... .......... .......... .......... .......... 37% 11.2M 12s unit-abot-epc-basic-0: 10:35:51 DEBUG unit.abot-epc-basic/0.install 17700K .......... .......... .......... .......... .......... 38% 1.26M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 17750K .......... .......... .......... .......... .......... 38% 544K 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 17800K .......... .......... .......... .......... .......... 38% 5.65M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 17850K .......... .......... .......... .......... .......... 38% 5.52M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 17900K .......... .......... .......... .......... .......... 38% 7.63M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 17950K .......... .......... .......... .......... .......... 38% 7.02M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18000K .......... .......... .......... .......... .......... 38% 7.48M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18050K .......... .......... .......... .......... .......... 38% 6.35M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18100K .......... .......... .......... .......... .......... 38% 5.80M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18150K .......... .......... .......... .......... .......... 38% 176K 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18200K .......... .......... .......... .......... .......... 39% 6.67M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18250K .......... .......... .......... .......... .......... 39% 85.0M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18300K .......... .......... .......... .......... .......... 39% 72.9M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18350K .......... .......... .......... .......... .......... 39% 547K 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18400K .......... .......... .......... .......... .......... 39% 19.6M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18450K .......... .......... .......... .......... .......... 39% 60.8M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18500K .......... .......... .......... .......... .......... 39% 59.1M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18550K .......... .......... .......... .......... .......... 39% 72.1M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18600K .......... .......... .......... .......... .......... 39% 80.4M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18650K .......... .......... .......... .......... .......... 40% 86.5M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18700K .......... .......... .......... .......... .......... 40% 85.9M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18750K .......... .......... .......... .......... .......... 40% 76.4M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18800K .......... .......... .......... .......... .......... 40% 346K 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18850K .......... .......... .......... .......... .......... 40% 837K 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18900K .......... .......... .......... .......... .......... 40% 81.9M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 18950K .......... .......... .......... .......... .......... 40% 64.3M 12s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19000K .......... .......... .......... .......... .......... 40% 77.2M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19050K .......... .......... .......... .......... .......... 40% 78.7M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19100K .......... .......... .......... .......... .......... 41% 81.5M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19150K .......... .......... .......... .......... .......... 41% 68.0M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19200K .......... .......... .......... .......... .......... 41% 81.8M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19250K .......... .......... .......... .......... .......... 41% 90.7M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19300K .......... .......... .......... .......... .......... 41% 88.2M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19350K .......... .......... .......... .......... .......... 41% 6.29M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19400K .......... .......... .......... .......... .......... 41% 1.20M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19450K .......... .......... .......... .......... .......... 41% 522K 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19500K .......... .......... .......... .......... .......... 41% 4.09M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19550K .......... .......... .......... .......... .......... 41% 4.98M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19600K .......... .......... .......... .......... .......... 42% 4.55M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19650K .......... .......... .......... .......... .......... 42% 5.44M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19700K .......... .......... .......... .......... .......... 42% 3.43M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19750K .......... .......... .......... .......... .......... 42% 6.77M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19800K .......... .......... .......... .......... .......... 42% 893K 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19850K .......... .......... .......... .......... .......... 42% 6.91M 11s unit-abot-epc-basic-0: 10:35:52 DEBUG unit.abot-epc-basic/0.install 19900K .......... .......... .......... .......... .......... 42% 1.19M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 19950K .......... .......... .......... .......... .......... 42% 1.05M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20000K .......... .......... .......... .......... .......... 42% 844K 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20050K .......... .......... .......... .......... .......... 43% 4.27M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20100K .......... .......... .......... .......... .......... 43% 5.95M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20150K .......... .......... .......... .......... .......... 43% 4.36M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20200K .......... .......... .......... .......... .......... 43% 4.28M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20250K .......... .......... .......... .......... .......... 43% 4.93M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20300K .......... .......... .......... .......... .......... 43% 889K 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20350K .......... .......... .......... .......... .......... 43% 6.98M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20400K .......... .......... .......... .......... .......... 43% 4.97M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20450K .......... .......... .......... .......... .......... 43% 1.26M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20500K .......... .......... .......... .......... .......... 44% 527K 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20550K .......... .......... .......... .......... .......... 44% 3.87M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20600K .......... .......... .......... .......... .......... 44% 5.72M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20650K .......... .......... .......... .......... .......... 44% 4.56M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20700K .......... .......... .......... .......... .......... 44% 5.38M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20750K .......... .......... .......... .......... .......... 44% 4.30M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20800K .......... .......... .......... .......... .......... 44% 5.88M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20850K .......... .......... .......... .......... .......... 44% 889K 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20900K .......... .......... .......... .......... .......... 44% 6.44M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 20950K .......... .......... .......... .......... .......... 44% 4.73M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21000K .......... .......... .......... .......... .......... 45% 1.29M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21050K .......... .......... .......... .......... .......... 45% 516K 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21100K .......... .......... .......... .......... .......... 45% 4.40M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21150K .......... .......... .......... .......... .......... 45% 6.30M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21200K .......... .......... .......... .......... .......... 45% 4.77M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21250K .......... .......... .......... .......... .......... 45% 5.33M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21300K .......... .......... .......... .......... .......... 45% 3.63M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21350K .......... .......... .......... .......... .......... 45% 7.10M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21400K .......... .......... .......... .......... .......... 45% 899K 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21450K .......... .......... .......... .......... .......... 46% 6.66M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21500K .......... .......... .......... .......... .......... 46% 1.27M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21550K .......... .......... .......... .......... .......... 46% 5.22M 10s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21600K .......... .......... .......... .......... .......... 46% 519K 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21650K .......... .......... .......... .......... .......... 46% 4.86M 11s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21700K .......... .......... .......... .......... .......... 46% 5.47M 10s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21750K .......... .......... .......... .......... .......... 46% 4.85M 10s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21800K .......... .......... .......... .......... .......... 46% 5.59M 10s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21850K .......... .......... .......... .......... .......... 46% 3.74M 10s unit-abot-epc-basic-0: 10:35:53 DEBUG unit.abot-epc-basic/0.install 21900K .......... .......... .......... .......... .......... 47% 7.37M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 21950K .......... .......... .......... .......... .......... 47% 902K 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22000K .......... .......... .......... .......... .......... 47% 6.38M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22050K .......... .......... .......... .......... .......... 47% 5.19M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22100K .......... .......... .......... .......... .......... 47% 1.27M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22150K .......... .......... .......... .......... .......... 47% 519K 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22200K .......... .......... .......... .......... .......... 47% 4.97M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22250K .......... .......... .......... .......... .......... 47% 5.46M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22300K .......... .......... .......... .......... .......... 47% 4.85M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22350K .......... .......... .......... .......... .......... 47% 5.54M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22400K .......... .......... .......... .......... .......... 48% 5.11M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22450K .......... .......... .......... .......... .......... 48% 4.86M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22500K .......... .......... .......... .......... .......... 48% 926K 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22550K .......... .......... .......... .......... .......... 48% 6.40M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22600K .......... .......... .......... .......... .......... 48% 6.92M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22650K .......... .......... .......... .......... .......... 48% 1.19M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22700K .......... .......... .......... .......... .......... 48% 533K 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22750K .......... .......... .......... .......... .......... 48% 5.42M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22800K .......... .......... .......... .......... .......... 48% 4.11M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22850K .......... .......... .......... .......... .......... 49% 7.20M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22900K .......... .......... .......... .......... .......... 49% 4.43M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 22950K .......... .......... .......... .......... .......... 49% 7.37M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23000K .......... .......... .......... .......... .......... 49% 3.50M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23050K .......... .......... .......... .......... .......... 49% 6.23M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23100K .......... .......... .......... .......... .......... 49% 934K 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23150K .......... .......... .......... .......... .......... 49% 6.71M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23200K .......... .......... .......... .......... .......... 49% 1.30M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23250K .......... .......... .......... .......... .......... 49% 5.25M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23300K .......... .......... .......... .......... .......... 50% 521K 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23350K .......... .......... .......... .......... .......... 50% 4.91M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23400K .......... .......... .......... .......... .......... 50% 5.79M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23450K .......... .......... .......... .......... .......... 50% 4.97M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23500K .......... .......... .......... .......... .......... 50% 5.61M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23550K .......... .......... .......... .......... .......... 50% 5.04M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23600K .......... .......... .......... .......... .......... 50% 4.85M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23650K .......... .......... .......... .......... .......... 50% 948K 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23700K .......... .......... .......... .......... .......... 50% 5.86M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23750K .......... .......... .......... .......... .......... 50% 6.72M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23800K .......... .......... .......... .......... .......... 51% 1.25M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23850K .......... .......... .......... .......... .......... 51% 597K 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23900K .......... .......... .......... .......... .......... 51% 2.41M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 23950K .......... .......... .......... .......... .......... 51% 4.16M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 24000K .......... .......... .......... .......... .......... 51% 7.18M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 24050K .......... .......... .......... .......... .......... 51% 5.01M 10s unit-abot-epc-basic-0: 10:35:54 DEBUG unit.abot-epc-basic/0.install 24100K .......... .......... .......... .......... .......... 51% 5.90M 10s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24150K .......... .......... .......... .......... .......... 51% 3.95M 10s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24200K .......... .......... .......... .......... .......... 51% 6.69M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24250K .......... .......... .......... .......... .......... 52% 922K 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24300K .......... .......... .......... .......... .......... 52% 6.92M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24350K .......... .......... .......... .......... .......... 52% 5.07M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24400K .......... .......... .......... .......... .......... 52% 1.28M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24450K .......... .......... .......... .......... .......... 52% 536K 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24500K .......... .......... .......... .......... .......... 52% 4.94M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24550K .......... .......... .......... .......... .......... 52% 180K 10s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24600K .......... .......... .......... .......... .......... 52% 74.2M 10s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24650K .......... .......... .......... .......... .......... 52% 71.6M 10s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24700K .......... .......... .......... .......... .......... 53% 75.1M 10s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24750K .......... .......... .......... .......... .......... 53% 70.1M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24800K .......... .......... .......... .......... .......... 53% 81.6M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24850K .......... .......... .......... .......... .......... 53% 83.2M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24900K .......... .......... .......... .......... .......... 53% 84.7M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 24950K .......... .......... .......... .......... .......... 53% 75.7M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25000K .......... .......... .......... .......... .......... 53% 92.2M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25050K .......... .......... .......... .......... .......... 53% 90.5M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25100K .......... .......... .......... .......... .......... 53% 98.8M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25150K .......... .......... .......... .......... .......... 53% 84.2M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25200K .......... .......... .......... .......... .......... 54% 10.9M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25250K .......... .......... .......... .......... .......... 54% 4.49M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25300K .......... .......... .......... .......... .......... 54% 3.06M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25350K .......... .......... .......... .......... .......... 54% 881K 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25400K .......... .......... .......... .......... .......... 54% 4.71M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25450K .......... .......... .......... .......... .......... 54% 1.14M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25500K .......... .......... .......... .......... .......... 54% 511K 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25550K .......... .......... .......... .......... .......... 54% 3.27M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25600K .......... .......... .......... .......... .......... 54% 6.92M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25650K .......... .......... .......... .......... .......... 55% 4.05M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25700K .......... .......... .......... .......... .......... 55% 3.79M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25750K .......... .......... .......... .......... .......... 55% 3.64M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25800K .......... .......... .......... .......... .......... 55% 876K 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25850K .......... .......... .......... .......... .......... 55% 3.87M 9s unit-abot-epc-basic-0: 10:35:55 DEBUG unit.abot-epc-basic/0.install 25900K .......... .......... .......... .......... .......... 55% 1.21M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 25950K .......... .......... .......... .......... .......... 55% 511K 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26000K .......... .......... .......... .......... .......... 55% 3.32M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26050K .......... .......... .......... .......... .......... 55% 8.18M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26100K .......... .......... .......... .......... .......... 56% 3.61M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26150K .......... .......... .......... .......... .......... 56% 3.32M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26200K .......... .......... .......... .......... .......... 56% 3.77M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26250K .......... .......... .......... .......... .......... 56% 900K 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26300K .......... .......... .......... .......... .......... 56% 3.25M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26350K .......... .......... .......... .......... .......... 56% 680K 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26400K .......... .......... .......... .......... .......... 56% 812K 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26450K .......... .......... .......... .......... .......... 56% 3.37M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26500K .......... .......... .......... .......... .......... 56% 6.92M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26550K .......... .......... .......... .......... .......... 56% 3.75M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26600K .......... .......... .......... .......... .......... 57% 3.45M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26650K .......... .......... .......... .......... .......... 57% 888K 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26700K .......... .......... .......... .......... .......... 57% 4.38M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26750K .......... .......... .......... .......... .......... 57% 1.25M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26800K .......... .......... .......... .......... .......... 57% 564K 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26850K .......... .......... .......... .......... .......... 57% 2.14M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26900K .......... .......... .......... .......... .......... 57% 3.73M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 26950K .......... .......... .......... .......... .......... 57% 7.03M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27000K .......... .......... .......... .......... .......... 57% 3.68M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27050K .......... .......... .......... .......... .......... 58% 4.01M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27100K .......... .......... .......... .......... .......... 58% 2.45M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27150K .......... .......... .......... .......... .......... 58% 1.01M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27200K .......... .......... .......... .......... .......... 58% 3.23M 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27250K .......... .......... .......... .......... .......... 58% 1.23M 8s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27300K .......... .......... .......... .......... .......... 58% 529K 9s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27350K .......... .......... .......... .......... .......... 58% 3.45M 8s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27400K .......... .......... .......... .......... .......... 58% 8.12M 8s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27450K .......... .......... .......... .......... .......... 58% 3.83M 8s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27500K .......... .......... .......... .......... .......... 59% 4.39M 8s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27550K .......... .......... .......... .......... .......... 59% 3.48M 8s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27600K .......... .......... .......... .......... .......... 59% 892K 8s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27650K .......... .......... .......... .......... .......... 59% 4.46M 8s unit-abot-epc-basic-0: 10:35:56 DEBUG unit.abot-epc-basic/0.install 27700K .......... .......... .......... .......... .......... 59% 1.18M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 27750K .......... .......... .......... .......... .......... 59% 521K 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 27800K .......... .......... .......... .......... .......... 59% 3.24M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 27850K .......... .......... .......... .......... .......... 59% 6.84M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 27900K .......... .......... .......... .......... .......... 59% 4.79M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 27950K .......... .......... .......... .......... .......... 59% 4.74M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28000K .......... .......... .......... .......... .......... 60% 3.11M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28050K .......... .......... .......... .......... .......... 60% 926K 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28100K .......... .......... .......... .......... .......... 60% 4.38M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28150K .......... .......... .......... .......... .......... 60% 1.22M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28200K .......... .......... .......... .......... .......... 60% 558K 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28250K .......... .......... .......... .......... .......... 60% 2.26M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28300K .......... .......... .......... .......... .......... 60% 4.63M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28350K .......... .......... .......... .......... .......... 60% 8.05M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28400K .......... .......... .......... .......... .......... 60% 3.70M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28450K .......... .......... .......... .......... .......... 61% 4.39M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28500K .......... .......... .......... .......... .......... 61% 3.77M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28550K .......... .......... .......... .......... .......... 61% 904K 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28600K .......... .......... .......... .......... .......... 61% 4.82M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28650K .......... .......... .......... .......... .......... 61% 1.18M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28700K .......... .......... .......... .......... .......... 61% 519K 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28750K .......... .......... .......... .......... .......... 61% 3.48M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28800K .......... .......... .......... .......... .......... 61% 6.94M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28850K .......... .......... .......... .......... .......... 61% 4.88M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28900K .......... .......... .......... .......... .......... 62% 4.96M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 28950K .......... .......... .......... .......... .......... 62% 3.59M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29000K .......... .......... .......... .......... .......... 62% 899K 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29050K .......... .......... .......... .......... .......... 62% 4.05M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29100K .......... .......... .......... .......... .......... 62% 1.28M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29150K .......... .......... .......... .......... .......... 62% 1.03M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29200K .......... .......... .......... .......... .......... 62% 795K 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29250K .......... .......... .......... .......... .......... 62% 4.52M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29300K .......... .......... .......... .......... .......... 62% 6.79M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29350K .......... .......... .......... .......... .......... 62% 4.45M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29400K .......... .......... .......... .......... .......... 63% 4.68M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29450K .......... .......... .......... .......... .......... 63% 3.07M 8s unit-abot-epc-basic-0: 10:35:57 DEBUG unit.abot-epc-basic/0.install 29500K .......... .......... .......... .......... .......... 63% 941K 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29550K .......... .......... .......... .......... .......... 63% 4.69M 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29600K .......... .......... .......... .......... .......... 63% 1.21M 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29650K .......... .......... .......... .......... .......... 63% 533K 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29700K .......... .......... .......... .......... .......... 63% 2.93M 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29750K .......... .......... .......... .......... .......... 63% 5.52M 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29800K .......... .......... .......... .......... .......... 63% 2.91M 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29850K .......... .......... .......... .......... .......... 64% 5.60M 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29900K .......... .......... .......... .......... .......... 64% 11.2M 8s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 29950K .......... .......... .......... .......... .......... 64% 3.60M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30000K .......... .......... .......... .......... .......... 64% 887K 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30050K .......... .......... .......... .......... .......... 64% 6.94M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30100K .......... .......... .......... .......... .......... 64% 1.16M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30150K .......... .......... .......... .......... .......... 64% 529K 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30200K .......... .......... .......... .......... .......... 64% 3.54M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30250K .......... .......... .......... .......... .......... 64% 3.48M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30300K .......... .......... .......... .......... .......... 65% 3.42M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30350K .......... .......... .......... .......... .......... 65% 7.97M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30400K .......... .......... .......... .......... .......... 65% 9.83M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30450K .......... .......... .......... .......... .......... 65% 3.89M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30500K .......... .......... .......... .......... .......... 65% 885K 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30550K .......... .......... .......... .......... .......... 65% 5.79M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30600K .......... .......... .......... .......... .......... 65% 1.18M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30650K .......... .......... .......... .......... .......... 65% 519K 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30700K .......... .......... .......... .......... .......... 65% 4.33M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30750K .......... .......... .......... .......... .......... 65% 2.77M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30800K .......... .......... .......... .......... .......... 66% 4.42M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30850K .......... .......... .......... .......... .......... 66% 8.14M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30900K .......... .......... .......... .......... .......... 66% 9.28M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 30950K .......... .......... .......... .......... .......... 66% 1.80M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31000K .......... .......... .......... .......... .......... 66% 1.18M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31050K .......... .......... .......... .......... .......... 66% 5.76M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31100K .......... .......... .......... .......... .......... 66% 1.18M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31150K .......... .......... .......... .......... .......... 66% 520K 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31200K .......... .......... .......... .......... .......... 66% 2.78M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31250K .......... .......... .......... .......... .......... 67% 4.25M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31300K .......... .......... .......... .......... .......... 67% 4.30M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31350K .......... .......... .......... .......... .......... 67% 9.15M 7s unit-abot-epc-basic-0: 10:35:58 DEBUG unit.abot-epc-basic/0.install 31400K .......... .......... .......... .......... .......... 67% 9.05M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31450K .......... .......... .......... .......... .......... 67% 906K 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31500K .......... .......... .......... .......... .......... 67% 3.70M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31550K .......... .......... .......... .......... .......... 67% 5.47M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31600K .......... .......... .......... .......... .......... 67% 1.18M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31650K .......... .......... .......... .......... .......... 67% 521K 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31700K .......... .......... .......... .......... .......... 67% 2.79M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31750K .......... .......... .......... .......... .......... 68% 4.26M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31800K .......... .......... .......... .......... .......... 68% 4.27M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31850K .......... .......... .......... .......... .......... 68% 8.53M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31900K .......... .......... .......... .......... .......... 68% 10.6M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 31950K .......... .......... .......... .......... .......... 68% 905K 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32000K .......... .......... .......... .......... .......... 68% 3.67M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32050K .......... .......... .......... .......... .......... 68% 5.47M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32100K .......... .......... .......... .......... .......... 68% 1.18M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32150K .......... .......... .......... .......... .......... 68% 524K 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32200K .......... .......... .......... .......... .......... 69% 2.74M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32250K .......... .......... .......... .......... .......... 69% 4.14M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32300K .......... .......... .......... .......... .......... 69% 4.19M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32350K .......... .......... .......... .......... .......... 69% 9.08M 7s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32400K .......... .......... .......... .......... .......... 69% 8.30M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32450K .......... .......... .......... .......... .......... 69% 1.87M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32500K .......... .......... .......... .......... .......... 69% 1.18M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32550K .......... .......... .......... .......... .......... 69% 5.64M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32600K .......... .......... .......... .......... .......... 69% 1.17M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32650K .......... .......... .......... .......... .......... 70% 534K 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32700K .......... .......... .......... .......... .......... 70% 2.51M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32750K .......... .......... .......... .......... .......... 70% 4.16M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32800K .......... .......... .......... .......... .......... 70% 4.17M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32850K .......... .......... .......... .......... .......... 70% 8.95M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32900K .......... .......... .......... .......... .......... 70% 11.0M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 32950K .......... .......... .......... .......... .......... 70% 3.78M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 33000K .......... .......... .......... .......... .......... 70% 896K 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 33050K .......... .......... .......... .......... .......... 70% 5.59M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 33100K .......... .......... .......... .......... .......... 70% 1.21M 6s unit-abot-epc-basic-0: 10:35:59 DEBUG unit.abot-epc-basic/0.install 33150K .......... .......... .......... .......... .......... 71% 533K 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33200K .......... .......... .......... .......... .......... 71% 2.39M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33250K .......... .......... .......... .......... .......... 71% 4.25M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33300K .......... .......... .......... .......... .......... 71% 4.22M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33350K .......... .......... .......... .......... .......... 71% 8.55M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33400K .......... .......... .......... .......... .......... 71% 10.8M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33450K .......... .......... .......... .......... .......... 71% 3.79M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33500K .......... .......... .......... .......... .......... 71% 907K 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33550K .......... .......... .......... .......... .......... 71% 6.36M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33600K .......... .......... .......... .......... .......... 72% 1.20M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33650K .......... .......... .......... .......... .......... 72% 534K 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33700K .......... .......... .......... .......... .......... 72% 2.23M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33750K .......... .......... .......... .......... .......... 72% 4.52M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33800K .......... .......... .......... .......... .......... 72% 4.12M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33850K .......... .......... .......... .......... .......... 72% 7.76M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33900K .......... .......... .......... .......... .......... 72% 10.8M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 33950K .......... .......... .......... .......... .......... 72% 3.84M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34000K .......... .......... .......... .......... .......... 72% 959K 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34050K .......... .......... .......... .......... .......... 73% 4.54M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34100K .......... .......... .......... .......... .......... 73% 1.21M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34150K .......... .......... .......... .......... .......... 73% 568K 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34200K .......... .......... .......... .......... .......... 73% 1.85M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34250K .......... .......... .......... .......... .......... 73% 5.81M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34300K .......... .......... .......... .......... .......... 73% 4.21M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34350K .......... .......... .......... .......... .......... 73% 4.70M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34400K .......... .......... .......... .......... .......... 73% 9.74M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34450K .......... .......... .......... .......... .......... 73% 4.29M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34500K .......... .......... .......... .......... .......... 73% 945K 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34550K .......... .......... .......... .......... .......... 74% 4.57M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34600K .......... .......... .......... .......... .......... 74% 1.31M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34650K .......... .......... .......... .......... .......... 74% 561K 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34700K .......... .......... .......... .......... .......... 74% 2.47M 6s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34750K .......... .......... .......... .......... .......... 74% 3.16M 5s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34800K .......... .......... .......... .......... .......... 74% 4.04M 5s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34850K .......... .......... .......... .......... .......... 74% 4.26M 5s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34900K .......... .......... .......... .......... .......... 74% 8.98M 5s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 34950K .......... .......... .......... .......... .......... 74% 4.60M 5s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 35000K .......... .......... .......... .......... .......... 75% 939K 5s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 35050K .......... .......... .......... .......... .......... 75% 5.35M 5s unit-abot-epc-basic-0: 10:36:00 DEBUG unit.abot-epc-basic/0.install 35100K .......... .......... .......... .......... .......... 75% 1.25M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35150K .......... .......... .......... .......... .......... 75% 590K 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35200K .......... .......... .......... .......... .......... 75% 2.20M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35250K .......... .......... .......... .......... .......... 75% 2.85M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35300K .......... .......... .......... .......... .......... 75% 3.85M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35350K .......... .......... .......... .......... .......... 75% 4.37M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35400K .......... .......... .......... .......... .......... 75% 9.06M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35450K .......... .......... .......... .......... .......... 76% 4.55M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35500K .......... .......... .......... .......... .......... 76% 951K 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35550K .......... .......... .......... .......... .......... 76% 5.32M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35600K .......... .......... .......... .......... .......... 76% 1.26M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35650K .......... .......... .......... .......... .......... 76% 590K 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35700K .......... .......... .......... .......... .......... 76% 2.12M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35750K .......... .......... .......... .......... .......... 76% 2.84M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35800K .......... .......... .......... .......... .......... 76% 3.94M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35850K .......... .......... .......... .......... .......... 76% 4.27M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35900K .......... .......... .......... .......... .......... 76% 9.77M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 35950K .......... .......... .......... .......... .......... 77% 4.55M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36000K .......... .......... .......... .......... .......... 77% 940K 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36050K .......... .......... .......... .......... .......... 77% 5.57M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36100K .......... .......... .......... .......... .......... 77% 1.27M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36150K .......... .......... .......... .......... .......... 77% 597K 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36200K .......... .......... .......... .......... .......... 77% 2.00M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36250K .......... .......... .......... .......... .......... 77% 2.74M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36300K .......... .......... .......... .......... .......... 77% 4.31M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36350K .......... .......... .......... .......... .......... 77% 4.01M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36400K .......... .......... .......... .......... .......... 78% 10.6M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36450K .......... .......... .......... .......... .......... 78% 6.60M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36500K .......... .......... .......... .......... .......... 78% 883K 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36550K .......... .......... .......... .......... .......... 78% 5.99M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36600K .......... .......... .......... .......... .......... 78% 1.26M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36650K .......... .......... .......... .......... .......... 78% 1.04M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36700K .......... .......... .......... .......... .......... 78% 816K 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36750K .......... .......... .......... .......... .......... 78% 2.69M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36800K .......... .......... .......... .......... .......... 78% 4.61M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36850K .......... .......... .......... .......... .......... 79% 3.75M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36900K .......... .......... .......... .......... .......... 79% 7.92M 5s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 36950K .......... .......... .......... .......... .......... 79% 11.0M 4s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 37000K .......... .......... .......... .......... .......... 79% 867K 4s unit-abot-epc-basic-0: 10:36:01 DEBUG unit.abot-epc-basic/0.install 37050K .......... .......... .......... .......... .......... 79% 5.67M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37100K .......... .......... .......... .......... .......... 79% 1.33M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37150K .......... .......... .......... .......... .......... 79% 2.79M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37200K .......... .......... .......... .......... .......... 79% 545K 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37250K .......... .......... .......... .......... .......... 79% 2.64M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37300K .......... .......... .......... .......... .......... 79% 4.68M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37350K .......... .......... .......... .......... .......... 80% 3.71M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37400K .......... .......... .......... .......... .......... 80% 7.17M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37450K .......... .......... .......... .......... .......... 80% 10.2M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37500K .......... .......... .......... .......... .......... 80% 884K 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37550K .......... .......... .......... .......... .......... 80% 5.08M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37600K .......... .......... .......... .......... .......... 80% 3.05M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37650K .......... .......... .......... .......... .......... 80% 1.35M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37700K .......... .......... .......... .......... .......... 80% 545K 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37750K .......... .......... .......... .......... .......... 80% 2.47M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37800K .......... .......... .......... .......... .......... 81% 4.86M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37850K .......... .......... .......... .......... .......... 81% 3.59M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37900K .......... .......... .......... .......... .......... 81% 7.04M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 37950K .......... .......... .......... .......... .......... 81% 10.7M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38000K .......... .......... .......... .......... .......... 81% 908K 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38050K .......... .......... .......... .......... .......... 81% 4.26M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38100K .......... .......... .......... .......... .......... 81% 4.82M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38150K .......... .......... .......... .......... .......... 81% 1.22M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38200K .......... .......... .......... .......... .......... 81% 541K 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38250K .......... .......... .......... .......... .......... 82% 2.38M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38300K .......... .......... .......... .......... .......... 82% 4.70M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38350K .......... .......... .......... .......... .......... 82% 3.82M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38400K .......... .......... .......... .......... .......... 82% 6.64M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38450K .......... .......... .......... .......... .......... 82% 9.35M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38500K .......... .......... .......... .......... .......... 82% 917K 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38550K .......... .......... .......... .......... .......... 82% 4.14M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38600K .......... .......... .......... .......... .......... 82% 7.09M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38650K .......... .......... .......... .......... .......... 82% 1.13M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38700K .......... .......... .......... .......... .......... 82% 568K 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38750K .......... .......... .......... .......... .......... 83% 2.13M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38800K .......... .......... .......... .......... .......... 83% 4.22M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38850K .......... .......... .......... .......... .......... 83% 3.72M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38900K .......... .......... .......... .......... .......... 83% 6.09M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 38950K .......... .......... .......... .......... .......... 83% 9.65M 4s unit-abot-epc-basic-0: 10:36:02 DEBUG unit.abot-epc-basic/0.install 39000K .......... .......... .......... .......... .......... 83% 4.15M 4s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39050K .......... .......... .......... .......... .......... 83% 923K 4s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39100K .......... .......... .......... .......... .......... 83% 8.17M 4s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39150K .......... .......... .......... .......... .......... 83% 1.18M 4s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39200K .......... .......... .......... .......... .......... 84% 593K 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39250K .......... .......... .......... .......... .......... 84% 2.13M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39300K .......... .......... .......... .......... .......... 84% 2.81M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39350K .......... .......... .......... .......... .......... 84% 3.72M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39400K .......... .......... .......... .......... .......... 84% 6.66M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39450K .......... .......... .......... .......... .......... 84% 7.93M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39500K .......... .......... .......... .......... .......... 84% 6.08M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39550K .......... .......... .......... .......... .......... 84% 881K 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39600K .......... .......... .......... .......... .......... 84% 7.64M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39650K .......... .......... .......... .......... .......... 85% 1.18M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39700K .......... .......... .......... .......... .......... 85% 624K 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39750K .......... .......... .......... .......... .......... 85% 1.92M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39800K .......... .......... .......... .......... .......... 85% 2.93M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39850K .......... .......... .......... .......... .......... 85% 3.46M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39900K .......... .......... .......... .......... .......... 85% 5.55M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 39950K .......... .......... .......... .......... .......... 85% 7.26M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40000K .......... .......... .......... .......... .......... 85% 8.83M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40050K .......... .......... .......... .......... .......... 85% 896K 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40100K .......... .......... .......... .......... .......... 85% 4.74M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40150K .......... .......... .......... .......... .......... 86% 1.36M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40200K .......... .......... .......... .......... .......... 86% 1.03M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40250K .......... .......... .......... .......... .......... 86% 832K 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40300K .......... .......... .......... .......... .......... 86% 2.47M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40350K .......... .......... .......... .......... .......... 86% 5.04M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40400K .......... .......... .......... .......... .......... 86% 4.01M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40450K .......... .......... .......... .......... .......... 86% 6.24M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40500K .......... .......... .......... .......... .......... 86% 9.22M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40550K .......... .......... .......... .......... .......... 86% 932K 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40600K .......... .......... .......... .......... .......... 87% 4.19M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40650K .......... .......... .......... .......... .......... 87% 5.42M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40700K .......... .......... .......... .......... .......... 87% 1.22M 3s unit-abot-epc-basic-0: 10:36:03 DEBUG unit.abot-epc-basic/0.install 40750K .......... .......... .......... .......... .......... 87% 554K 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 40800K .......... .......... .......... .......... .......... 87% 2.05M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 40850K .......... .......... .......... .......... .......... 87% 4.74M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 40900K .......... .......... .......... .......... .......... 87% 4.12M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 40950K .......... .......... .......... .......... .......... 87% 5.58M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41000K .......... .......... .......... .......... .......... 87% 11.1M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41050K .......... .......... .......... .......... .......... 88% 5.91M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41100K .......... .......... .......... .......... .......... 88% 876K 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41150K .......... .......... .......... .......... .......... 88% 7.95M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41200K .......... .......... .......... .......... .......... 88% 1.12M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41250K .......... .......... .......... .......... .......... 88% 633K 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41300K .......... .......... .......... .......... .......... 88% 1.92M 3s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41350K .......... .......... .......... .......... .......... 88% 3.38M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41400K .......... .......... .......... .......... .......... 88% 3.50M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41450K .......... .......... .......... .......... .......... 88% 5.94M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41500K .......... .......... .......... .......... .......... 88% 6.60M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41550K .......... .......... .......... .......... .......... 89% 7.34M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41600K .......... .......... .......... .......... .......... 89% 954K 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41650K .......... .......... .......... .......... .......... 89% 4.13M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41700K .......... .......... .......... .......... .......... 89% 1.39M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41750K .......... .......... .......... .......... .......... 89% 2.61M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41800K .......... .......... .......... .......... .......... 89% 585K 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41850K .......... .......... .......... .......... .......... 89% 2.03M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41900K .......... .......... .......... .......... .......... 89% 5.11M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 41950K .......... .......... .......... .......... .......... 89% 4.38M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42000K .......... .......... .......... .......... .......... 90% 5.60M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42050K .......... .......... .......... .......... .......... 90% 10.2M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42100K .......... .......... .......... .......... .......... 90% 4.92M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42150K .......... .......... .......... .......... .......... 90% 900K 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42200K .......... .......... .......... .......... .......... 90% 9.51M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42250K .......... .......... .......... .......... .......... 90% 1.11M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42300K .......... .......... .......... .......... .......... 90% 667K 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42350K .......... .......... .......... .......... .......... 90% 1.68M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42400K .......... .......... .......... .......... .......... 90% 3.29M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42450K .......... .......... .......... .......... .......... 91% 3.07M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42500K .......... .......... .......... .......... .......... 91% 7.60M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42550K .......... .......... .......... .......... .......... 91% 7.12M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42600K .......... .......... .......... .......... .......... 91% 9.32M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42650K .......... .......... .......... .......... .......... 91% 946K 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42700K .......... .......... .......... .......... .......... 91% 4.03M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42750K .......... .......... .......... .......... .......... 91% 3.53M 2s unit-abot-epc-basic-0: 10:36:04 DEBUG unit.abot-epc-basic/0.install 42800K .......... .......... .......... .......... .......... 91% 1.38M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 42850K .......... .......... .......... .......... .......... 91% 578K 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 42900K .......... .......... .......... .......... .......... 91% 2.02M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 42950K .......... .......... .......... .......... .......... 92% 4.48M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43000K .......... .......... .......... .......... .......... 92% 3.78M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43050K .......... .......... .......... .......... .......... 92% 7.95M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43100K .......... .......... .......... .......... .......... 92% 6.65M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43150K .......... .......... .......... .......... .......... 92% 7.85M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43200K .......... .......... .......... .......... .......... 92% 970K 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43250K .......... .......... .......... .......... .......... 92% 4.13M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43300K .......... .......... .......... .......... .......... 92% 1.21M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43350K .......... .......... .......... .......... .......... 92% 1.15M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43400K .......... .......... .......... .......... .......... 93% 884K 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43450K .......... .......... .......... .......... .......... 93% 2.17M 2s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43500K .......... .......... .......... .......... .......... 93% 5.03M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43550K .......... .......... .......... .......... .......... 93% 4.14M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43600K .......... .......... .......... .......... .......... 93% 6.68M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43650K .......... .......... .......... .......... .......... 93% 7.07M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43700K .......... .......... .......... .......... .......... 93% 7.91M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43750K .......... .......... .......... .......... .......... 93% 971K 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43800K .......... .......... .......... .......... .......... 93% 4.46M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43850K .......... .......... .......... .......... .......... 94% 1.22M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43900K .......... .......... .......... .......... .......... 94% 1.14M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 43950K .......... .......... .......... .......... .......... 94% 888K 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44000K .......... .......... .......... .......... .......... 94% 2.15M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44050K .......... .......... .......... .......... .......... 94% 5.23M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44100K .......... .......... .......... .......... .......... 94% 4.23M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44150K .......... .......... .......... .......... .......... 94% 6.75M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44200K .......... .......... .......... .......... .......... 94% 6.95M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44250K .......... .......... .......... .......... .......... 94% 8.09M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44300K .......... .......... .......... .......... .......... 94% 989K 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44350K .......... .......... .......... .......... .......... 95% 3.99M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44400K .......... .......... .......... .......... .......... 95% 1.48M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44450K .......... .......... .......... .......... .......... 95% 1.00M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44500K .......... .......... .......... .......... .......... 95% 905K 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44550K .......... .......... .......... .......... .......... 95% 2.18M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44600K .......... .......... .......... .......... .......... 95% 5.00M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44650K .......... .......... .......... .......... .......... 95% 3.91M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44700K .......... .......... .......... .......... .......... 95% 7.90M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44750K .......... .......... .......... .......... .......... 95% 6.10M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44800K .......... .......... .......... .......... .......... 96% 9.51M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44850K .......... .......... .......... .......... .......... 96% 979K 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44900K .......... .......... .......... .......... .......... 96% 4.17M 1s unit-abot-epc-basic-0: 10:36:05 DEBUG unit.abot-epc-basic/0.install 44950K .......... .......... .......... .......... .......... 96% 3.23M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45000K .......... .......... .......... .......... .......... 96% 1.43M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45050K .......... .......... .......... .......... .......... 96% 621K 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45100K .......... .......... .......... .......... .......... 96% 2.19M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45150K .......... .......... .......... .......... .......... 96% 3.32M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45200K .......... .......... .......... .......... .......... 96% 3.44M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45250K .......... .......... .......... .......... .......... 97% 8.37M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45300K .......... .......... .......... .......... .......... 97% 5.97M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45350K .......... .......... .......... .......... .......... 97% 8.54M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45400K .......... .......... .......... .......... .......... 97% 4.56M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45450K .......... .......... .......... .......... .......... 97% 973K 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45500K .......... .......... .......... .......... .......... 97% 7.32M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45550K .......... .......... .......... .......... .......... 97% 1.17M 1s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45600K .......... .......... .......... .......... .......... 97% 1.12M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45650K .......... .......... .......... .......... .......... 97% 970K 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45700K .......... .......... .......... .......... .......... 97% 2.21M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45750K .......... .......... .......... .......... .......... 98% 5.77M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45800K .......... .......... .......... .......... .......... 98% 3.85M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45850K .......... .......... .......... .......... .......... 98% 8.18M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45900K .......... .......... .......... .......... .......... 98% 6.43M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 45950K .......... .......... .......... .......... .......... 98% 9.36M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46000K .......... .......... .......... .......... .......... 98% 1012K 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46050K .......... .......... .......... .......... .......... 98% 3.78M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46100K .......... .......... .......... .......... .......... 98% 8.04M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46150K .......... .......... .......... .......... .......... 98% 1.16M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46200K .......... .......... .......... .......... .......... 99% 656K 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46250K .......... .......... .......... .......... .......... 99% 2.18M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46300K .......... .......... .......... .......... .......... 99% 2.61M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46350K .......... .......... .......... .......... .......... 99% 5.90M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46400K .......... .......... .......... .......... .......... 99% 4.31M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46450K .......... .......... .......... .......... .......... 99% 7.43M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46500K .......... .......... .......... .......... .......... 99% 6.58M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46550K .......... .......... .......... .......... .......... 99% 9.38M 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46600K .......... .......... .......... .......... .......... 99% 1010K 0s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 46650K .......... .......... .......... .......... .. 100% 3.81M=22s unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install 2018-09-02 10:36:06 (2.07 MB/s) - '/var/lib/abot-functest-basic/payload/abot-functest-basic_3.1.1_all.deb' saved [47812762/47812762] unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Download Debian abot-functest-basic_3.1.1_all.deb >> unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package abot-epc-basic. unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install (Reading database ... 57381 files and directories currently installed.) unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../abot-functest-basic_3.1.1_all.deb ... unit-abot-epc-basic-0: 10:36:06 DEBUG unit.abot-epc-basic/0.install Unpacking abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install dpkg: dependency problems prevent configuration of abot-epc-basic: unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on maven; however: unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Package maven is not installed. unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on apache2; however: unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Package apache2 is not installed. unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install abot-epc-basic depends on python-pip; however: unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Package python-pip is not installed. unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install dpkg: error processing package abot-epc-basic (--install): unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install dependency problems - leaving unconfigured unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Errors were encountered while processing: unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install abot-epc-basic unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Correcting dependencies... Done unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install binutils-doc cpp-doc gcc-5-locales debian-keyring g++-multilib unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg junit-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libclassworlds-java-doc libcommons-httpclient-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libavalon-framework-java libcommons-logging-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libjsr305-java-doc liblog4j1.2-java-doc libobjenesis-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-cipher-java-doc libplexus-classworlds-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java-doc libplexus-cli-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java-doc libplexus-interactivity-api-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libspring-beans-java libspring-context-java libspring-core-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libspring-web-java libxerces2-java-doc libxerces2-java-gcj unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc python-doc unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install python-tk python-setuptools-doc python2.7-doc binfmt-support unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install openssl-blacklist unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install ant ant-optional apache2 apache2-bin apache2-data apache2-utils binutils unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install build-essential cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc gcc-5 junit junit4 unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libaopalliance-java libapache-pom-java libapr1 libaprutil1 unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libaprutil1-dbd-sqlite3 libaprutil1-ldap libasan2 libasm4-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libatinject-jsr330-api-java libatomic1 libbsh-java libc-dev-bin libc6-dev unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcc1-0 libcdi-api-java libcglib3-java libcilkrts5 libclassworlds-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-cli-java libcommons-codec-java libcommons-httpclient-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-io-java libcommons-lang-java libcommons-lang3-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-logging-java libcommons-net-java libcommons-net2-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libcommons-parent-java libdom4j-java libdoxia-core-java libdpkg-perl unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libfile-fcntllock-perl libgcc-5-dev libgeronimo-interceptor-3.0-spec-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libjdom1-java libjetty-java libjsch-java libjsoup-java libjsr305-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install liblog4j1.2-java liblsan0 liblua5.1-0 libmaven-parent-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libmaven2-core-java libmaven3-core-java libmpc3 libmpx0 libobjenesis-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-ant-factory-java libplexus-archiver-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-classworlds2-java libplexus-cli-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-component-annotations-java libplexus-component-metadata-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-container-default-java libplexus-container-default1.5-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-containers-java libplexus-containers1.5-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-interactivity-api-java libplexus-interpolation-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libplexus-utils2-java libpython-all-dev libpython-dev libpython-stdlib unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libqdox2-java libquadmath0 libservlet2.5-java libservlet3.1-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libtsan0 libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libxerces2-java libxml-commons-external-java libxml-commons-resolver1.1-java unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install libxom-java libxpp2-java libxpp3-java linux-libc-dev make manpages-dev maven unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install python python-all python-all-dev python-dev python-minimal python-pip unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7 unit-abot-epc-basic-0: 10:36:09 DEBUG unit.abot-epc-basic/0.install python2.7-dev python2.7-minimal ssl-cert unit-abot-epc-basic-0: 10:36:10 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 147 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:36:10 DEBUG unit.abot-epc-basic/0.install 1 not fully installed or removed. unit-abot-epc-basic-0: 10:36:10 DEBUG unit.abot-epc-basic/0.install Need to get 103 MB of archives. unit-abot-epc-basic-0: 10:36:10 DEBUG unit.abot-epc-basic/0.install After this operation, 255 MB of additional disk space will be used. unit-abot-epc-basic-0: 10:36:10 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-codec-java all 1.10-1 [232 kB] unit-abot-epc-basic-0: 10:36:10 DEBUG unit.abot-epc-basic/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libapache-pom-java all 10-2build1 [4022 B] unit-abot-epc-basic-0: 10:36:11 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: 10:36:11 DEBUG unit.abot-epc-basic/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] unit-abot-epc-basic-0: 10:36:11 DEBUG unit.abot-epc-basic/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpcore-java all 4.4.4-1 [573 kB] unit-abot-epc-basic-0: 10:36:11 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhttpclient-java all 4.5.1-1 [694 kB] unit-abot-epc-basic-0: 10:36:12 DEBUG unit.abot-epc-basic/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libslf4j-java all 1.7.14-3 [124 kB] unit-abot-epc-basic-0: 10:36:12 DEBUG unit.abot-epc-basic/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-httpclient-java all 3.1-12 [279 kB] unit-abot-epc-basic-0: 10:36:12 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-io-java all 2.4-2 [176 kB] unit-abot-epc-basic-0: 10:36:12 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net2-java all 2.2-2 [194 kB] unit-abot-epc-basic-0: 10:36:12 DEBUG unit.abot-epc-basic/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] unit-abot-epc-basic-0: 10:36:12 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsoup-java all 1.8.3-1 [298 kB] unit-abot-epc-basic-0: 10:36:12 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] unit-abot-epc-basic-0: 10:36:13 DEBUG unit.abot-epc-basic/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] unit-abot-epc-basic-0: 10:36:13 DEBUG unit.abot-epc-basic/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguava-java all 19.0-1 [2028 kB] unit-abot-epc-basic-0: 10:36:13 DEBUG unit.abot-epc-basic/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] unit-abot-epc-basic-0: 10:36:13 DEBUG unit.abot-epc-basic/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] unit-abot-epc-basic-0: 10:36:13 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] unit-abot-epc-basic-0: 10:36:14 DEBUG unit.abot-epc-basic/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] unit-abot-epc-basic-0: 10:36:14 DEBUG unit.abot-epc-basic/0.install Get:20 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxerces2-java all 2.11.0-7 [1362 kB] unit-abot-epc-basic-0: 10:36:14 DEBUG unit.abot-epc-basic/0.install Get:21 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxalan2-java all 2.7.1-9 [3166 kB] unit-abot-epc-basic-0: 10:36:14 DEBUG unit.abot-epc-basic/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interpolation-java all 1.21-1 [61.3 kB] unit-abot-epc-basic-0: 10:36:14 DEBUG unit.abot-epc-basic/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils-java all 1:1.5.15-4 [210 kB] unit-abot-epc-basic-0: 10:36:15 DEBUG unit.abot-epc-basic/0.install Get:24 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxbean-java all 4.5-1 [815 kB] unit-abot-epc-basic-0: 10:36:15 DEBUG unit.abot-epc-basic/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] unit-abot-epc-basic-0: 10:36:15 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] unit-abot-epc-basic-0: 10:36:15 DEBUG unit.abot-epc-basic/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon-java all 1.0.0-7 [133 kB] unit-abot-epc-basic-0: 10:36:15 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeclipse-aether-java all 1.0.2-1 [564 kB] unit-abot-epc-basic-0: 10:36:15 DEBUG unit.abot-epc-basic/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] unit-abot-epc-basic-0: 10:36:16 DEBUG unit.abot-epc-basic/0.install Get:30 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang3-java all 3.4-1 [380 kB] unit-abot-epc-basic-0: 10:36:16 DEBUG unit.abot-epc-basic/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libaopalliance-java all 20070526-5 [9214 B] unit-abot-epc-basic-0: 10:36:16 DEBUG unit.abot-epc-basic/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libguice-java all 4.0-2 [836 kB] unit-abot-epc-basic-0: 10:36:16 DEBUG unit.abot-epc-basic/0.install Get:33 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit all 3.8.2-8build1 [106 kB] unit-abot-epc-basic-0: 10:36:16 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cipher-java all 1.7-1 [14.5 kB] unit-abot-epc-basic-0: 10:36:16 DEBUG unit.abot-epc-basic/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] unit-abot-epc-basic-0: 10:36:16 DEBUG unit.abot-epc-basic/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-utils2-java all 3.0.22-1 [235 kB] unit-abot-epc-basic-0: 10:36:16 DEBUG unit.abot-epc-basic/0.install Get:37 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default1.5-java all 1.6-2 [186 kB] unit-abot-epc-basic-0: 10:36:17 DEBUG unit.abot-epc-basic/0.install Get:38 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-annotations-java all 1.6-2 [6662 B] unit-abot-epc-basic-0: 10:36:17 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: 10:36:17 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] unit-abot-epc-basic-0: 10:36:17 DEBUG unit.abot-epc-basic/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjdom1-java all 1.1.3-1 [150 kB] unit-abot-epc-basic-0: 10:36:17 DEBUG unit.abot-epc-basic/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libclassworlds-java all 1.1-final-5 [39.3 kB] unit-abot-epc-basic-0: 10:36:17 DEBUG unit.abot-epc-basic/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] unit-abot-epc-basic-0: 10:36:17 DEBUG unit.abot-epc-basic/0.install Get:44 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] unit-abot-epc-basic-0: 10:36:18 DEBUG unit.abot-epc-basic/0.install Get:45 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] unit-abot-epc-basic-0: 10:36:18 DEBUG unit.abot-epc-basic/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] unit-abot-epc-basic-0: 10:36:18 DEBUG unit.abot-epc-basic/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-io-java all 1.0~alpha5-2 [44.7 kB] unit-abot-epc-basic-0: 10:36:18 DEBUG unit.abot-epc-basic/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-archiver-java all 2.2-1 [171 kB] unit-abot-epc-basic-0: 10:36:18 DEBUG unit.abot-epc-basic/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] unit-abot-epc-basic-0: 10:36:18 DEBUG unit.abot-epc-basic/0.install Get:50 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7708 B] unit-abot-epc-basic-0: 10:36:19 DEBUG unit.abot-epc-basic/0.install Get:51 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] unit-abot-epc-basic-0: 10:36:19 DEBUG unit.abot-epc-basic/0.install Get:52 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven2-core-java all 2.2.1-24 [710 kB] unit-abot-epc-basic-0: 10:36:19 DEBUG unit.abot-epc-basic/0.install Get:53 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-cli-java all 1.2-5 [9700 B] unit-abot-epc-basic-0: 10:36:19 DEBUG unit.abot-epc-basic/0.install Get:54 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libqdox2-java all 2.0~M3-2 [257 kB] unit-abot-epc-basic-0: 10:36:19 DEBUG unit.abot-epc-basic/0.install Get:55 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-component-metadata-java all 1.6-2 [103 kB] unit-abot-epc-basic-0: 10:36:19 DEBUG unit.abot-epc-basic/0.install Get:56 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libplexus-containers1.5-java all 1.6-2 [2410 B] unit-abot-epc-basic-0: 10:36:19 DEBUG unit.abot-epc-basic/0.install Get:57 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7284 B] unit-abot-epc-basic-0: 10:36:20 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: 10:36:20 DEBUG unit.abot-epc-basic/0.install Get:59 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcdi-api-java all 1.0-2 [31.9 kB] unit-abot-epc-basic-0: 10:36:20 DEBUG unit.abot-epc-basic/0.install Get:60 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-inject-java all 0.3.2-1 [347 kB] unit-abot-epc-basic-0: 10:36:20 DEBUG unit.abot-epc-basic/0.install Get:61 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libsisu-plexus-java all 0.3.2-1 [182 kB] unit-abot-epc-basic-0: 10:36:20 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] unit-abot-epc-basic-0: 10:36:20 DEBUG unit.abot-epc-basic/0.install Get:63 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 junit4 all 4.12-4ubuntu1 [279 kB] unit-abot-epc-basic-0: 10:36:20 DEBUG unit.abot-epc-basic/0.install Get:64 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] unit-abot-epc-basic-0: 10:36:21 DEBUG unit.abot-epc-basic/0.install Get:65 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libcglib3-java all 3.1+dfsg-1 [726 kB] unit-abot-epc-basic-0: 10:36:21 DEBUG unit.abot-epc-basic/0.install Get:66 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libobjenesis-java all 2.2-1 [44.3 kB] unit-abot-epc-basic-0: 10:36:21 DEBUG unit.abot-epc-basic/0.install Get:67 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libeasymock-java all 3.3.1+ds-3 [88.3 kB] unit-abot-epc-basic-0: 10:36:21 DEBUG unit.abot-epc-basic/0.install Get:68 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] unit-abot-epc-basic-0: 10:36:21 DEBUG unit.abot-epc-basic/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libjetty-java all 6.1.26-5 [721 kB] unit-abot-epc-basic-0: 10:36:21 DEBUG unit.abot-epc-basic/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 liblog4j1.2-java all 1.2.17-7ubuntu1 [426 kB] unit-abot-epc-basic-0: 10:36:22 DEBUG unit.abot-epc-basic/0.install Get:71 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven-parent-java all 21-2 [5786 B] unit-abot-epc-basic-0: 10:36:22 DEBUG unit.abot-epc-basic/0.install Get:72 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libwagon2-java all 2.10-3 [2144 kB] unit-abot-epc-basic-0: 10:36:22 DEBUG unit.abot-epc-basic/0.install Get:73 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libmaven3-core-java all 3.3.9-3 [1446 kB] unit-abot-epc-basic-0: 10:36:22 DEBUG unit.abot-epc-basic/0.install Get:74 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 maven all 3.3.9-3 [17.4 kB] unit-abot-epc-basic-0: 10:36:22 DEBUG unit.abot-epc-basic/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libapr1 amd64 1.5.2-3 [86.0 kB] unit-abot-epc-basic-0: 10:36:22 DEBUG unit.abot-epc-basic/0.install Get:76 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1 amd64 1.5.4-1build1 [77.1 kB] unit-abot-epc-basic-0: 10:36:23 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: 10:36:23 DEBUG unit.abot-epc-basic/0.install Get:78 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaprutil1-ldap amd64 1.5.4-1build1 [8720 B] unit-abot-epc-basic-0: 10:36:23 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: 10:36:23 DEBUG unit.abot-epc-basic/0.install Get:80 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-bin amd64 2.4.18-2ubuntu3.9 [925 kB] unit-abot-epc-basic-0: 10:36:23 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: 10:36:23 DEBUG unit.abot-epc-basic/0.install Get:82 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2-data all 2.4.18-2ubuntu3.9 [162 kB] unit-abot-epc-basic-0: 10:36:23 DEBUG unit.abot-epc-basic/0.install Get:83 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apache2 amd64 2.4.18-2ubuntu3.9 [86.6 kB] unit-abot-epc-basic-0: 10:36:24 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: 10:36:24 DEBUG unit.abot-epc-basic/0.install Get:85 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [340 kB] unit-abot-epc-basic-0: 10:36:24 DEBUG unit.abot-epc-basic/0.install Get:86 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-minimal amd64 2.7.12-1ubuntu0~16.04.3 [1261 kB] unit-abot-epc-basic-0: 10:36:24 DEBUG unit.abot-epc-basic/0.install Get:87 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-minimal amd64 2.7.12-1~16.04 [28.1 kB] unit-abot-epc-basic-0: 10:36:24 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: 10:36:24 DEBUG unit.abot-epc-basic/0.install Get:89 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7 amd64 2.7.12-1ubuntu0~16.04.3 [224 kB] unit-abot-epc-basic-0: 10:36:24 DEBUG unit.abot-epc-basic/0.install Get:90 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-stdlib amd64 2.7.12-1~16.04 [7768 B] unit-abot-epc-basic-0: 10:36:25 DEBUG unit.abot-epc-basic/0.install Get:91 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python amd64 2.7.12-1~16.04 [137 kB] unit-abot-epc-basic-0: 10:36:25 DEBUG unit.abot-epc-basic/0.install Get:92 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] unit-abot-epc-basic-0: 10:36:25 DEBUG unit.abot-epc-basic/0.install Get:93 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB] unit-abot-epc-basic-0: 10:36:25 DEBUG unit.abot-epc-basic/0.install Get:94 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant all 1.9.6-1ubuntu1.1 [1899 kB] unit-abot-epc-basic-0: 10:36:25 DEBUG unit.abot-epc-basic/0.install Get:95 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] unit-abot-epc-basic-0: 10:36:25 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: 10:36:26 DEBUG unit.abot-epc-basic/0.install Get:97 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu10 [68.7 kB] unit-abot-epc-basic-0: 10:36:26 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: 10:36:26 DEBUG unit.abot-epc-basic/0.install Get:99 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu10 [2079 kB] unit-abot-epc-basic-0: 10:36:26 DEBUG unit.abot-epc-basic/0.install Get:100 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB] unit-abot-epc-basic-0: 10:36:26 DEBUG unit.abot-epc-basic/0.install Get:101 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.10 [7671 kB] unit-abot-epc-basic-0: 10:36:27 DEBUG unit.abot-epc-basic/0.install Get:102 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB] unit-abot-epc-basic-0: 10:36:27 DEBUG unit.abot-epc-basic/0.install Get:103 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.10 [38.8 kB] unit-abot-epc-basic-0: 10:36:27 DEBUG unit.abot-epc-basic/0.install Get:104 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.10 [55.1 kB] unit-abot-epc-basic-0: 10:36:28 DEBUG unit.abot-epc-basic/0.install Get:105 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.10 [27.4 kB] unit-abot-epc-basic-0: 10:36:28 DEBUG unit.abot-epc-basic/0.install Get:106 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.10 [8888 B] unit-abot-epc-basic-0: 10:36:28 DEBUG unit.abot-epc-basic/0.install Get:107 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.10 [264 kB] unit-abot-epc-basic-0: 10:36:28 DEBUG unit.abot-epc-basic/0.install Get:108 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.10 [105 kB] unit-abot-epc-basic-0: 10:36:29 DEBUG unit.abot-epc-basic/0.install Get:109 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.10 [244 kB] unit-abot-epc-basic-0: 10:36:29 DEBUG unit.abot-epc-basic/0.install Get:110 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.10 [95.3 kB] unit-abot-epc-basic-0: 10:36:29 DEBUG unit.abot-epc-basic/0.install Get:111 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.10 [40.1 kB] unit-abot-epc-basic-0: 10:36:29 DEBUG unit.abot-epc-basic/0.install Get:112 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.10 [9764 B] unit-abot-epc-basic-0: 10:36:29 DEBUG unit.abot-epc-basic/0.install Get:113 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.10 [131 kB] unit-abot-epc-basic-0: 10:36:29 DEBUG unit.abot-epc-basic/0.install Get:114 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [2228 kB] unit-abot-epc-basic-0: 10:36:30 DEBUG unit.abot-epc-basic/0.install Get:115 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.10 [8426 kB] unit-abot-epc-basic-0: 10:36:31 DEBUG unit.abot-epc-basic/0.install Get:116 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B] unit-abot-epc-basic-0: 10:36:31 DEBUG unit.abot-epc-basic/0.install Get:117 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.10 [1426 kB] unit-abot-epc-basic-0: 10:36:31 DEBUG unit.abot-epc-basic/0.install Get:118 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.10 [8319 kB] unit-abot-epc-basic-0: 10:36:31 DEBUG unit.abot-epc-basic/0.install Get:119 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B] unit-abot-epc-basic-0: 10:36:31 DEBUG unit.abot-epc-basic/0.install Get:120 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB] unit-abot-epc-basic-0: 10:36:32 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.4 [195 kB] unit-abot-epc-basic-0: 10:36:32 DEBUG unit.abot-epc-basic/0.install Get:122 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.4 [584 kB] unit-abot-epc-basic-0: 10:36:32 DEBUG unit.abot-epc-basic/0.install Get:123 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B] unit-abot-epc-basic-0: 10:36:32 DEBUG unit.abot-epc-basic/0.install Get:124 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB] unit-abot-epc-basic-0: 10:36:32 DEBUG unit.abot-epc-basic/0.install Get:125 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB] unit-abot-epc-basic-0: 10:36:32 DEBUG unit.abot-epc-basic/0.install Get:126 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] unit-abot-epc-basic-0: 10:36:33 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: 10:36:33 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] unit-abot-epc-basic-0: 10:36:33 DEBUG unit.abot-epc-basic/0.install Get:129 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp2-java all 2.1.10-7build1 [162 kB] unit-abot-epc-basic-0: 10:36:33 DEBUG unit.abot-epc-basic/0.install Get:130 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxpp3-java all 1.1.4c-2build1 [364 kB] unit-abot-epc-basic-0: 10:36:33 DEBUG unit.abot-epc-basic/0.install Get:131 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] unit-abot-epc-basic-0: 10:36:33 DEBUG unit.abot-epc-basic/0.install Get:132 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.3 [115 kB] unit-abot-epc-basic-0: 10:36:33 DEBUG unit.abot-epc-basic/0.install Get:133 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB] unit-abot-epc-basic-0: 10:36:34 DEBUG unit.abot-epc-basic/0.install Get:134 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7 amd64 2.7.12-1ubuntu0~16.04.3 [1070 kB] unit-abot-epc-basic-0: 10:36:34 DEBUG unit.abot-epc-basic/0.install Get:135 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [27.8 MB] unit-abot-epc-basic-0: 10:36:35 DEBUG unit.abot-epc-basic/0.install Get:136 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-dev amd64 2.7.12-1~16.04 [7840 B] unit-abot-epc-basic-0: 10:36:35 DEBUG unit.abot-epc-basic/0.install Get:137 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython-all-dev amd64 2.7.12-1~16.04 [1006 B] unit-abot-epc-basic-0: 10:36:35 DEBUG unit.abot-epc-basic/0.install Get:138 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libxom-java all 1.2.10-1 [170 kB] unit-abot-epc-basic-0: 10:36:35 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB] unit-abot-epc-basic-0: 10:36:36 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: 10:36:36 DEBUG unit.abot-epc-basic/0.install Get:141 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python2.7-dev amd64 2.7.12-1ubuntu0~16.04.3 [276 kB] unit-abot-epc-basic-0: 10:36:36 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: 10:36:36 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: 10:36:36 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: 10:36:36 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: 10:36:36 DEBUG unit.abot-epc-basic/0.install Get:146 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 python-wheel all 0.29.0-1 [48.0 kB] unit-abot-epc-basic-0: 10:36:37 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: 10:36:37 DEBUG unit.abot-epc-basic/0.install Extracting templates from packages: 20% Extracting templates from packages: 40% Extracting templates from packages: 61% Extracting templates from packages: 81% Extracting templates from packages: 100% unit-abot-epc-basic-0: 10:36:37 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 10:36:37 DEBUG unit.abot-epc-basic/0.install Fetched 103 MB in 27s (3732 kB/s) unit-abot-epc-basic-0: 10:36:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-codec-java. unit-abot-epc-basic-0: 10:36:38 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: 10:36:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... unit-abot-epc-basic-0: 10:36:39 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapache-pom-java. unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-parent-java. unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-logging-java. unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... unit-abot-epc-basic-0: 10:36:40 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpcore-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttpclient-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslf4j-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-httpclient-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-io-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net2-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsch-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoup-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatinject-jsr330-api-java. unit-abot-epc-basic-0: 10:36:41 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: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsr305-java. unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... unit-abot-epc-basic-0: 10:36:41 DEBUG unit.abot-epc-basic/0.install Unpacking libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguava-java. unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguava-java_19.0-1_all.deb ... unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking libguava-java (19.0-1) ... unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds-java. unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxp1.3-java. unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 10:36:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-resolver1.1-java. unit-abot-epc-basic-0: 10:36:42 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: 10:36:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-commons-external-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxerces2-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxalan2-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interpolation-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxbean-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxbean-java_4.5-1_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-interactivity-api-java. unit-abot-epc-basic-0: 10:36:43 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: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeclipse-aether-java. unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... unit-abot-epc-basic-0: 10:36:43 DEBUG unit.abot-epc-basic/0.install Unpacking libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-cli-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang3-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaopalliance-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libguice-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libguice-java_4.0-2_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libguice-java (4.0-2) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit_3.8.2-8build1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cipher-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-classworlds2-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-utils2-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default1.5-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-annotations-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasm4-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjaxen-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjdom1-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclassworlds-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-lang-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdoxia-core-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-container-default-java. unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... unit-abot-epc-basic-0: 10:36:44 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-ant-factory-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-io-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-archiver-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-archiver-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbsh-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-bsh-factory-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-sec-dispatcher-java. unit-abot-epc-basic-0: 10:36:45 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: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven2-core-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-cli-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqdox2-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-component-metadata-java. unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:36:45 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplexus-containers1.5-java. unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet3.1-java. unit-abot-epc-basic-0: 10:36:46 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: 10:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdi-api-java. unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-inject-java. unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsisu-plexus-java. unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhamcrest-java. unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package junit4. unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:36:46 DEBUG unit.abot-epc-basic/0.install Unpacking junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcommons-net-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcglib3-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjenesis-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libeasymock-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libservlet2.5-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjetty-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjetty-java_6.1.26-5_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblog4j1.2-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven-parent-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwagon2-java. unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... unit-abot-epc-basic-0: 10:36:47 DEBUG unit.abot-epc-basic/0.install Unpacking libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmaven3-core-java. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package maven. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking maven (3.3.9-3) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libapr1:amd64. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libapr1_1.5.2-3_amd64.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1:amd64. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-dbd-sqlite3:amd64. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-dbd-sqlite3_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaprutil1-ldap:amd64. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaprutil1-ldap_1.5.4-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblua5.1-0:amd64. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblua5.1-0_5.1.5-8ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-bin. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-bin_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-utils. unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-utils_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 10:36:48 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2-data. unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2-data_2.4.18-2ubuntu3.9_all.deb ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package apache2. unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../apache2_2.4.18-2ubuntu3.9_amd64.deb ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip-whl. unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-minimal:amd64. unit-abot-epc-basic-0: 10:36:49 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: 10:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-minimal:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-minimal. unit-abot-epc-basic-0: 10:36:49 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: 10:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-minimal. unit-abot-epc-basic-0: 10:36:49 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: 10:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-stdlib:amd64. unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-stdlib_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:36:49 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-stdlib:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7. unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-stdlib:amd64. unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-stdlib_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 10:36:50 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 10:36:51 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: 10:36:51 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-minimal (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Setting up python-minimal (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python. unit-abot-epc-basic-0: 10:36:51 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: 10:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pip. unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpc3:amd64. unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant. unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:36:51 DEBUG unit.abot-epc-basic/0.install Unpacking ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ant-optional. unit-abot-epc-basic-0: 10:36:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... unit-abot-epc-basic-0: 10:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package binutils. unit-abot-epc-basic-0: 10:36:52 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: 10:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking binutils (2.26.1-1ubuntu1~16.04.6) ... unit-abot-epc-basic-0: 10:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc-dev-bin. unit-abot-epc-basic-0: 10:36:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc-dev-bin_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 10:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:36:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-abot-epc-basic-0: 10:36:52 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: 10:36:52 DEBUG unit.abot-epc-basic/0.install Unpacking linux-libc-dev:amd64 (4.4.0-134.160) ... unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dev:amd64. unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dev_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libisl15:amd64. unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Unpacking libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp-5. unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:53 DEBUG unit.abot-epc-basic/0.install Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cpp. unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcc1-0:amd64. unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgomp1:amd64. unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libitm1:amd64. unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatomic1:amd64. unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:54 DEBUG unit.abot-epc-basic/0.install Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasan2:amd64. unit-abot-epc-basic-0: 10:36:55 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: 10:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblsan0:amd64. unit-abot-epc-basic-0: 10:36:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtsan0:amd64. unit-abot-epc-basic-0: 10:36:55 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: 10:36:55 DEBUG unit.abot-epc-basic/0.install Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libubsan0:amd64. unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcilkrts5:amd64. unit-abot-epc-basic-0: 10:36:56 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: 10:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmpx0:amd64. unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libquadmath0:amd64. unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcc-5-dev:amd64. unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc-5. unit-abot-epc-basic-0: 10:36:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:57 DEBUG unit.abot-epc-basic/0.install Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gcc. unit-abot-epc-basic-0: 10:36:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:36:57 DEBUG unit.abot-epc-basic/0.install Unpacking gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:36:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libstdc++-5-dev:amd64. unit-abot-epc-basic-0: 10:36:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:58 DEBUG unit.abot-epc-basic/0.install Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++-5. unit-abot-epc-basic-0: 10:36:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.10_amd64.deb ... unit-abot-epc-basic-0: 10:36:58 DEBUG unit.abot-epc-basic/0.install Unpacking g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:36:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package g++. unit-abot-epc-basic-0: 10:36:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:36:59 DEBUG unit.abot-epc-basic/0.install Unpacking g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package make. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/make_4.1-6_amd64.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking make (4.1-6) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdpkg-perl. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dpkg-dev. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.4_all.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package build-essential. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfakeroot:amd64. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fakeroot. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp2-java. unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 10:37:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpp3-java. unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdom4j-java. unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7:amd64. unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:37:01 DEBUG unit.abot-epc-basic/0.install Unpacking libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-dev:amd64. unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpython-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpython-all-dev:amd64. unit-abot-epc-basic-0: 10:37:04 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: 10:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxom-java. unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking libxom-java (1.2.10-1) ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package manpages-dev. unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../manpages-dev_4.04-2_all.deb ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all. unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:37:04 DEBUG unit.abot-epc-basic/0.install Unpacking python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python2.7-dev. unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.3_amd64.deb ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-dev. unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-all-dev. unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-all-dev_2.7.12-1~16.04_amd64.deb ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-pkg-resources. unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-pkg-resources_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking python-pkg-resources (20.7.0-1) ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-setuptools. unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking python-setuptools (20.7.0-1) ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package python-wheel. unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking python-wheel (0.29.0-1) ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ssl-cert. unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ssl-cert_1.0.37_all.deb ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Unpacking ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 10:37:05 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-codec-java (1.10-1) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libapache-pom-java (10-2build1) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-parent-java (39-3) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-logging-java (1.2-1+build1) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libhttpcore-java (4.4.4-1) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libhttpclient-java (4.5.1-1) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libslf4j-java (1.7.14-3) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-httpclient-java (3.1-12) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-io-java (2.4-2) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net2-java (2.2-2) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libjsch-java (0.1.53-1ubuntu1) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libjsoup-java (1.8.3-1) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libjsr305-java (0.1~+svn49-9) ... unit-abot-epc-basic-0: 10:37:08 DEBUG unit.abot-epc-basic/0.install Setting up libguava-java (19.0-1) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds-java (1.5.0-5) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libxml-commons-external-java (1.4.01-2build1) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libxerces2-java (2.11.0-7) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libxalan2-java (2.7.1-9) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interpolation-java (1.21-1) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils-java (1:1.5.15-4) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libxbean-java (4.5-1) ... unit-abot-epc-basic-0: 10:37:09 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... unit-abot-epc-basic-0: 10:37:10 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... unit-abot-epc-basic-0: 10:37:10 DEBUG unit.abot-epc-basic/0.install Setting up libwagon-java (1.0.0-7) ... unit-abot-epc-basic-0: 10:37:10 DEBUG unit.abot-epc-basic/0.install Setting up libeclipse-aether-java (1.0.2-1) ... unit-abot-epc-basic-0: 10:37:10 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang3-java (3.4-1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libaopalliance-java (20070526-5) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libguice-java (4.0-2) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up junit (3.8.2-8build1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cipher-java (1.7-1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-classworlds2-java (2.5.2-1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-utils2-java (3.0.22-1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-container-default1.5-java (1.6-2) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-annotations-java (1.6-2) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libasm4-java (5.0.4-1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libjaxen-java (1.1.6-1ubuntu1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libjdom1-java (1.1.3-1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libclassworlds-java (1.1-final-5) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-lang-java (2.6-6ubuntu2) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... unit-abot-epc-basic-0: 10:37:11 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: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-io-java (1.0~alpha5-2) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-archiver-java (2.2-1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libbsh-java (2.0b4-17ubuntu1) ... unit-abot-epc-basic-0: 10:37:11 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libmaven2-core-java (2.2.1-24) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-cli-java (1.2-5) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libqdox2-java (2.0~M3-2) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-component-metadata-java (1.6-2) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libplexus-containers1.5-java (1.6-2) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libservlet3.1-java (8.0.32-1ubuntu1.7) ... unit-abot-epc-basic-0: 10:37:12 DEBUG unit.abot-epc-basic/0.install Setting up libcdi-api-java (1.0-2) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-inject-java (0.3.2-1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libsisu-plexus-java (0.3.2-1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libhamcrest-java (1.3-5ubuntu1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up junit4 (4.12-4ubuntu1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libcommons-net-java (3.4-2ubuntu2) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libcglib3-java (3.1+dfsg-1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libobjenesis-java (2.2-1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libeasymock-java (3.3.1+ds-3) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libservlet2.5-java (6.0.45+dfsg-1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libjetty-java (6.1.26-5) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libmaven-parent-java (21-2) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libwagon2-java (2.10-3) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libmaven3-core-java (3.3.9-3) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up maven (3.3.9-3) ... unit-abot-epc-basic-0: 10:37:13 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: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libapr1:amd64 (1.5.2-3) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-dbd-sqlite3:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:37:13 DEBUG unit.abot-epc-basic/0.install Setting up libaprutil1-ldap:amd64 (1.5.4-1build1) ... unit-abot-epc-basic-0: 10:37:14 DEBUG unit.abot-epc-basic/0.install Setting up liblua5.1-0:amd64 (5.1.5-8ubuntu1) ... unit-abot-epc-basic-0: 10:37:14 DEBUG unit.abot-epc-basic/0.install Setting up apache2-bin (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:37:14 DEBUG unit.abot-epc-basic/0.install Setting up apache2-utils (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:37:14 DEBUG unit.abot-epc-basic/0.install Setting up apache2-data (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:37:14 DEBUG unit.abot-epc-basic/0.install Setting up apache2 (2.4.18-2ubuntu3.9) ... unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module mpm_event. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module authz_core. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module authz_host. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module authn_core. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module auth_basic. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module access_compat. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module authn_file. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module authz_user. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module alias. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module dir. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module autoindex. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module env. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module mime. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module negotiation. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module setenvif. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module filter. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module deflate. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling module status. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling conf charset. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling conf localized-error-pages. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling conf other-vhosts-access-log. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling conf security. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling conf serve-cgi-bin. unit-abot-epc-basic-0: 10:37:16 DEBUG unit.abot-epc-basic/0.install Enabling site 000-default. unit-abot-epc-basic-0: 10:37:18 DEBUG unit.abot-epc-basic/0.install Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 10:37:18 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: 10:37:18 DEBUG unit.abot-epc-basic/0.install Setting up python2.7 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:37:18 DEBUG unit.abot-epc-basic/0.install Setting up libpython-stdlib:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:37:18 DEBUG unit.abot-epc-basic/0.install Setting up python (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:37:18 DEBUG unit.abot-epc-basic/0.install Setting up python-pip (8.1.1-2ubuntu0.4) ... unit-abot-epc-basic-0: 10:37:19 DEBUG unit.abot-epc-basic/0.install Setting up abot-epc-basic (3.1.1) ... unit-abot-epc-basic-0: 10:37:19 DEBUG unit.abot-epc-basic/0.install Inside postinstall - configure called unit-abot-epc-basic-0: 10:37:19 DEBUG unit.abot-epc-basic/0.install Current directory : / unit-abot-epc-basic-0: 10:37:19 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 10:37:21 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:37:21 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: 10:37:22 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 7.8 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 553.6 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 887.6 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 516.1 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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/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: 10:37:22 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: 10:37:22 DEBUG unit.abot-epc-basic/0.install 3/7 KB 6/7 KB 7/7 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-install-plugin/2.5.2/maven-install-plugin-2.5.2.pom (7 KB at 368.7 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 DEBUG unit.abot-epc-basic/0.install 2/10 KB 5/10 KB 7/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: 10:37:22 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: 10:37:22 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 973.9 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 597.5 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 1115.1 KB/sec) unit-abot-epc-basic-0: 10:37:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:22 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 10:37:22 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:22 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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: 10:37:22 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 79.2 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 911.8 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 879.2 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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: 10:37:22 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: 10:37:22 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 112.8 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 133.0 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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: 10:37:22 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: 10:37:22 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 477.7 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 KB at 629.9 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 43.4 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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: 10:37:22 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: 10:37:22 DEBUG unit.abot-epc-basic/0.install 2/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 241.0 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 32.0 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 311.3 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 69.6 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 352.4 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 152.7 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 111.6 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (4 KB at 151.5 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 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 130.5 KB/sec) unit-abot-epc-basic-0: 10:37:22 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: 10:37:22 DEBUG unit.abot-epc-basic/0.install 1/2 KB 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 102.9 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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 45.2 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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-registry/2.2.1/maven-plugin-registry-2.2.1.pom (2 KB at 99.1 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37: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-codec/commons-codec/1.6/commons-codec-1.6.pom (11 KB at 518.8 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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 1860.7 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/9/apache-9.pom (15 KB at 870.9 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 1/4 KB 4/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 127.5 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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 310.5 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 3/32 KB 5/32 KB 8/32 KB 11/32 KB 13/32 KB 16/32 KB 19/32 KB 21/32 KB 24/32 KB 27/32 KB 29/32 KB 32/32 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/23/maven-parent-23.pom (32 KB at 1591.1 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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 909.8 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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 52.4 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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 219.4 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 3/20 KB 3/20 KB 6/20 KB 8/20 KB 11/20 KB 14/20 KB 17/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 KB at 1174.5 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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 440.0 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 KB at 882.8 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 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: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 3/13 KB 6/13 KB 9/13 KB 11/13 KB 13/13 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (13 KB at 236.9 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 3/153 KB 5/153 KB 8/153 KB 11/153 KB 13/153 KB 13/153 KB 3/30 KB 13/153 KB 6/30 KB 13/153 KB 9/30 KB 13/153 KB 11/30 KB 3/48 KB 13/153 KB 11/30 KB 6/48 KB 13/153 KB 11/30 KB 3/35 KB 6/48 KB 13/153 KB 11/30 KB 6/35 KB 6/48 KB 13/153 KB 11/30 KB 9/35 KB 9/48 KB 13/153 KB 11/30 KB 9/35 KB 6/48 KB 13/153 KB 11/30 KB 9/35 KB 9/48 KB 16/153 KB 11/30 KB 11/35 KB 9/48 KB 19/153 KB 11/30 KB 11/35 KB 9/48 KB 16/153 KB 11/30 KB 11/35 KB 11/48 KB 19/153 KB 11/30 KB 11/35 KB 3/50 KB 11/48 KB 19/153 KB 11/30 KB 11/35 KB 3/50 KB 11/48 KB 21/153 KB 11/30 KB 11/35 KB 5/50 KB 11/48 KB 21/153 KB 11/30 KB 11/35 KB 5/50 KB 11/48 KB 21/153 KB 14/30 KB 11/35 KB 5/50 KB 11/48 KB 24/153 KB 14/30 KB 11/35 KB 8/50 KB 11/48 KB 24/153 KB 14/30 KB 11/35 KB 11/50 KB 11/48 KB 24/153 KB 14/30 KB 11/35 KB 11/50 KB 11/48 KB 27/153 KB 14/30 KB 11/35 KB 13/50 KB 11/48 KB 27/153 KB 14/30 KB 11/35 KB 13/50 KB 14/48 KB 27/153 KB 14/30 KB 11/35 KB 13/50 KB 14/48 KB 27/153 KB 16/30 KB 11/35 KB 13/50 KB 14/48 KB 29/153 KB 16/30 KB 11/35 KB 16/50 KB 14/48 KB 29/153 KB 16/30 KB 14/35 KB 16/50 KB 14/48 KB 29/153 KB 16/30 KB 14/35 KB 16/50 KB 14/48 KB 29/153 KB 19/30 KB 14/35 KB 16/50 KB 14/48 KB 32/153 KB 19/30 KB 14/35 KB 19/50 KB 14/48 KB 32/153 KB 19/30 KB 14/35 KB 21/50 KB 14/48 KB 32/153 KB 19/30 KB 14/35 KB 21/50 KB 14/48 KB 32/153 KB 22/30 KB 14/35 KB 21/50 KB 16/48 KB 32/153 KB 22/30 KB 14/35 KB 24/50 KB 16/48 KB 32/153 KB 22/30 KB 16/35 KB 24/50 KB 16/48 KB 32/153 KB 22/30 KB 16/35 KB 24/50 KB 16/48 KB 32/153 KB 25/30 KB 16/35 KB 24/50 KB 19/48 KB 32/153 KB 25/30 KB 16/35 KB 27/50 KB 19/48 KB 32/153 KB 25/30 KB 16/35 KB 29/50 KB 22/48 KB 32/153 KB 27/30 KB 16/35 KB 27/50 KB 22/48 KB 32/153 KB 27/30 KB 16/35 KB 27/50 KB 19/48 KB 32/153 KB 27/30 KB 19/35 KB 29/50 KB 22/48 KB 36/153 KB 27/30 KB 19/35 KB 29/50 KB 22/48 KB 36/153 KB 30/30 KB 22/35 KB 29/50 KB 22/48 KB 36/153 KB 30/30 KB 22/35 KB 29/50 KB 25/48 KB 36/153 KB 30/30 KB 22/35 KB 29/50 KB 27/48 KB 36/153 KB 30/30 KB 25/35 KB 29/50 KB 27/48 KB 36/153 KB 30/30 KB 25/35 KB 29/50 KB 30/48 KB 36/153 KB 30/30 KB 16/35 KB 29/50 KB 22/48 KB 36/153 KB 27/30 KB 25/35 KB 29/50 KB 30/48 KB 40/153 KB 30/30 KB 25/35 KB 29/50 KB 30/48 KB 44/153 KB 30/30 KB 27/35 KB 29/50 KB 30/48 KB 44/153 KB 30/30 KB 27/35 KB 29/50 KB 32/48 KB 44/153 KB 30/30 KB 27/35 KB 29/50 KB 32/48 KB 48/153 KB 30/30 KB 27/35 KB 32/50 KB 32/48 KB 48/153 KB 30/30 KB 30/35 KB 36/50 KB 32/48 KB 52/153 KB 30/30 KB 30/35 KB 32/50 KB 32/48 KB 52/153 KB 30/30 KB 30/35 KB 32/50 KB 32/48 KB 48/153 KB 30/30 KB 32/35 KB 36/50 KB 32/48 KB 52/153 KB 30/30 KB 35/35 KB 36/50 KB 32/48 KB 52/153 KB 30/30 KB 35/35 KB 36/50 KB 32/48 KB 56/153 KB 30/30 KB 35/35 KB 36/50 KB 32/48 KB 60/153 KB 30/30 KB 35/35 KB 36/50 KB 32/48 KB 64/153 KB 30/30 KB 35/35 KB 36/50 KB 32/48 KB 68/153 KB 30/30 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 460.5 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 35/35 KB 40/50 KB 32/48 KB 68/153 KB 30/30 KB 35/35 KB 40/50 KB 36/48 KB 72/153 KB 35/35 KB 44/50 KB 40/48 KB 72/153 KB 35/35 KB 44/50 KB 44/48 KB 72/153 KB 35/35 KB 44/50 KB 48/48 KB 72/153 KB 35/35 KB 44/50 KB 36/48 KB 72/153 KB 35/35 KB 48/50 KB 48/48 KB 72/153 KB 35/35 KB 48/50 KB 48/48 KB 72/153 KB 35/35 KB 50/50 KB 48/48 KB 76/153 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 500.5 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 50/50 KB 48/48 KB 76/153 KB 50/50 KB 48/48 KB 80/153 KB 3/190 KB 50/50 KB 48/48 KB 80/153 KB 5/190 KB 50/50 KB 48/48 KB 80/153 KB 5/190 KB 50/50 KB 48/48 KB 84/153 KB 8/190 KB 50/50 KB 88/153 KB 8/190 KB 50/50 KB 92/153 KB 8/190 KB 50/50 KB 84/153 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (48 KB at 630.2 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (50 KB at 710.6 KB/sec) unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install 11/190 KB 50/50 KB 3/119 KB 92/153 KB 8/190 KB 50/50 KB 3/119 KB 92/153 KB 13/190 KB 3/119 KB 96/153 KB 16/190 KB 6/119 KB 96/153 KB 11/190 KB 3/119 KB 96/153 KB 13/190 KB 6/119 KB 96/153 KB 16/190 KB 9/119 KB 96/153 KB 16/190 KB 9/119 KB 100/153 KB 19/190 KB 11/119 KB 104/153 KB 19/190 KB 11/119 KB 100/153 KB 16/190 KB 11/119 KB 100/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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 19/190 KB 14/119 KB 104/153 KB 21/190 KB 14/119 KB 104/153 KB 21/190 KB 14/119 KB 108/153 KB 24/190 KB 14/119 KB 112/153 KB 24/190 KB 16/119 KB 116/153 KB 24/190 KB 14/119 KB 108/153 KB 24/190 KB 16/119 KB 4/37 KB 116/153 KB 24/190 KB 16/119 KB 112/153 KB 24/190 KB 19/119 KB 4/37 KB 116/153 KB 27/190 KB 19/119 KB 4/37 KB 116/153 KB 27/190 KB 19/119 KB 8/37 KB 116/153 KB 29/190 KB 22/119 KB 12/37 KB 120/153 KB 29/190 KB 22/119 KB 16/37 KB 120/153 KB 29/190 KB 3/86 KB 22/119 KB 16/37 KB 120/153 KB 29/190 KB 22/119 KB 8/37 KB 120/153 KB 29/190 KB 22/119 KB 8/37 KB 116/153 KB 32/190 KB 3/86 KB 22/119 KB 16/37 KB 120/153 KB 36/190 KB 3/86 KB 22/119 KB 16/37 KB 120/153 KB 40/190 KB 6/86 KB 22/119 KB 20/37 KB 124/153 KB 44/190 KB 6/86 KB 22/119 KB 20/37 KB 124/153 KB 27/190 KB 22/119 KB 8/37 KB 116/153 KB 44/190 KB 6/86 KB 25/119 KB 20/37 KB 124/153 KB 44/190 KB 6/86 KB 27/119 KB 20/37 KB 124/153 KB 36/190 KB 6/86 KB 22/119 KB 20/37 KB 124/153 KB 36/190 KB 6/86 KB 22/119 KB 16/37 KB 124/153 KB 44/190 KB 9/86 KB 27/119 KB 20/37 KB 124/153 KB 44/190 KB 11/86 KB 30/119 KB 24/37 KB 124/153 KB 36/190 KB 3/86 KB 22/119 KB 16/37 KB 124/153 KB 44/190 KB 11/86 KB 30/119 KB 24/37 KB 128/153 KB 44/190 KB 11/86 KB 30/119 KB 24/37 KB 132/153 KB 44/190 KB 11/86 KB 30/119 KB 24/37 KB 136/153 KB 44/190 KB 9/86 KB 30/119 KB 24/37 KB 124/153 KB 44/190 KB 9/86 KB 27/119 KB 24/37 KB 124/153 KB 48/190 KB 14/86 KB 30/119 KB 28/37 KB 140/153 KB 48/190 KB 14/86 KB 30/119 KB 32/37 KB 140/153 KB 48/190 KB 14/86 KB 30/119 KB 24/37 KB 136/153 KB 48/190 KB 11/86 KB 30/119 KB 24/37 KB 136/153 KB 52/190 KB 14/86 KB 32/119 KB 32/37 KB 140/153 KB 56/190 KB 16/86 KB 32/119 KB 36/37 KB 140/153 KB 48/190 KB 14/86 KB 32/119 KB 32/37 KB 140/153 KB 56/190 KB 16/86 KB 36/119 KB 36/37 KB 140/153 KB 56/190 KB 16/86 KB 40/119 KB 36/37 KB 140/153 KB 52/190 KB 16/86 KB 32/119 KB 36/37 KB 140/153 KB 52/190 KB 14/86 KB 32/119 KB 36/37 KB 140/153 KB 56/190 KB 16/86 KB 40/119 KB 37/37 KB 140/153 KB 48/190 KB 14/86 KB 30/119 KB 36/37 KB 140/153 KB 56/190 KB 16/86 KB 40/119 KB 37/37 KB 144/153 KB 56/190 KB 16/86 KB 40/119 KB 37/37 KB 148/153 KB 56/190 KB 19/86 KB 44/119 KB 37/37 KB 152/153 KB 60/190 KB 19/86 KB 44/119 KB 37/37 KB 153/153 KB 56/190 KB 19/86 KB 44/119 KB 37/37 KB 148/153 KB 56/190 KB 19/86 KB 40/119 KB 37/37 KB 148/153 KB 60/190 KB 22/86 KB 44/119 KB 37/37 KB 153/153 KB 60/190 KB 19/86 KB 44/119 KB 37/37 KB 152/153 KB 64/190 KB 22/86 KB 48/119 KB 37/37 KB 153/153 KB 60/190 KB 22/86 KB 48/119 KB 37/37 KB 153/153 KB 64/190 KB 25/86 KB 48/119 KB 37/37 KB 153/153 KB 68/190 KB 25/86 KB 48/119 KB 37/37 KB 153/153 KB 72/190 KB 27/86 KB 52/119 KB 37/37 KB 153/153 KB 76/190 KB 27/86 KB 52/119 KB 37/37 KB 153/153 KB 68/190 KB 27/86 KB 48/119 KB 37/37 KB 153/153 KB 76/190 KB 30/86 KB 52/119 KB 37/37 KB 153/153 KB 68/190 KB 27/86 KB 52/119 KB 37/37 KB 153/153 KB 76/190 KB 30/86 KB 56/119 KB 37/37 KB 153/153 KB 76/190 KB 32/86 KB 60/119 KB 37/37 KB 153/153 KB 76/190 KB 30/86 KB 60/119 KB 37/37 KB 153/153 KB 76/190 KB 32/86 KB 64/119 KB 37/37 KB 153/153 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 1315.7 KB/sec) unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install 80/190 KB 36/86 KB 68/119 KB 37/37 KB 80/190 KB 32/86 KB 68/119 KB 37/37 KB 84/190 KB 36/86 KB 68/119 KB 37/37 KB 80/190 KB 32/86 KB 68/119 KB 37/37 KB 84/190 KB 40/86 KB 72/119 KB 37/37 KB 84/190 KB 40/86 KB 68/119 KB 37/37 KB 84/190 KB 44/86 KB 72/119 KB 37/37 KB 88/190 KB 44/86 KB 72/119 KB 37/37 KB 88/190 KB 48/86 KB 76/119 KB 37/37 KB 88/190 KB 44/86 KB 76/119 KB 37/37 KB 88/190 KB 48/86 KB 80/119 KB 37/37 KB 92/190 KB 48/86 KB 80/119 KB 37/37 KB 96/190 KB 48/86 KB 80/119 KB 37/37 KB 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 100/190 KB 48/86 KB 80/119 KB 37/37 KB 104/190 KB 52/86 KB 84/119 KB 37/37 KB 100/190 KB 52/86 KB 84/119 KB 37/37 KB 100/190 KB 48/86 KB 84/119 KB 37/37 KB 108/190 KB 56/86 KB 88/119 KB 37/37 KB 108/190 KB 56/86 KB 92/119 KB 37/37 KB 108/190 KB 56/86 KB 88/119 KB 37/37 KB 108/190 KB 60/86 KB 92/119 KB 37/37 KB 108/190 KB 64/86 KB 92/119 KB 37/37 KB 108/190 KB 64/86 KB 96/119 KB 37/37 KB 108/190 KB 64/86 KB 96/119 KB 37/37 KB 112/190 KB 64/86 KB 96/119 KB 37/37 KB 112/190 KB 68/86 KB 96/119 KB 37/37 KB 116/190 KB 72/86 KB 100/119 KB 37/37 KB 116/190 KB 76/86 KB 100/119 KB 37/37 KB 116/190 KB 80/86 KB 100/119 KB 37/37 KB 116/190 KB 68/86 KB 100/119 KB 37/37 KB 112/190 KB 68/86 KB 100/119 KB 37/37 KB 116/190 KB 80/86 KB 104/119 KB 37/37 KB 116/190 KB 80/86 KB 108/119 KB 37/37 KB 120/190 KB 80/86 KB 108/119 KB 37/37 KB 120/190 KB 80/86 KB 112/119 KB 37/37 KB 124/190 KB 80/86 KB 112/119 KB 37/37 KB 128/190 KB 80/86 KB 112/119 KB 37/37 KB 132/190 KB 84/86 KB 112/119 KB 37/37 KB 136/190 KB 84/86 KB 116/119 KB 140/190 KB 84/86 KB 116/119 KB 144/190 KB 84/86 KB 116/119 KB 128/190 KB 84/86 KB 112/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 321.4 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 144/190 KB 86/86 KB 116/119 KB 132/190 KB 84/86 KB 116/119 KB 37/37 KB 144/190 KB 86/86 KB 119/119 KB 144/190 KB 86/86 KB 4/66 KB 119/119 KB 144/190 KB 86/86 KB 8/66 KB 119/119 KB 144/190 KB 86/86 KB 12/66 KB 119/119 KB 144/190 KB 86/86 KB 16/66 KB 119/119 KB 144/190 KB 86/86 KB 20/66 KB 119/119 KB 144/190 KB 86/86 KB 24/66 KB 119/119 KB 144/190 KB 86/86 KB 3/26 KB 24/66 KB 119/119 KB 144/190 KB 86/86 KB 6/26 KB 24/66 KB 119/119 KB 144/190 KB 86/86 KB 6/26 KB 28/66 KB 119/119 KB 144/190 KB 86/86 KB 9/26 KB 28/66 KB 119/119 KB 144/190 KB 86/86 KB 11/26 KB 28/66 KB 119/119 KB 144/190 KB 86/86 KB 14/26 KB 28/66 KB 119/119 KB 144/190 KB 86/86 KB 14/26 KB 32/66 KB 119/119 KB 144/190 KB 86/86 KB 14/26 KB 36/66 KB 119/119 KB 148/190 KB 86/86 KB 16/26 KB 40/66 KB 119/119 KB 148/190 KB 86/86 KB 16/26 KB 44/66 KB 119/119 KB 148/190 KB 86/86 KB 16/26 KB 36/66 KB 119/119 KB 144/190 KB 86/86 KB 16/26 KB 36/66 KB 119/119 KB 148/190 KB 86/86 KB 19/26 KB 44/66 KB 119/119 KB 148/190 KB 86/86 KB 22/26 KB 44/66 KB 119/119 KB 152/190 KB 86/86 KB 22/26 KB 44/66 KB 119/119 KB 152/190 KB 86/86 KB 25/26 KB 44/66 KB 119/119 KB 152/190 KB 86/86 KB 26/26 KB 44/66 KB 119/119 KB 156/190 KB 86/86 KB 26/26 KB 44/66 KB 119/119 KB 160/190 KB 86/86 KB 26/26 KB 44/66 KB 119/119 KB 160/190 KB 86/86 KB 26/26 KB 48/66 KB 119/119 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (86 KB at 668.2 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/junit/junit/3.8.1/junit-3.8.1.jar (119 KB at 923.7 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 164/190 KB 26/26 KB 48/66 KB 168/190 KB 52/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 188.4 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 164/190 KB 26/26 KB 52/66 KB 172/190 KB 56/66 KB 172/190 KB 60/66 KB 172/190 KB 64/66 KB 172/190 KB 66/66 KB 172/190 KB 52/66 KB 176/190 KB 66/66 KB 180/190 KB 66/66 KB 184/190 KB 3/324 KB 66/66 KB 3/79 KB 180/190 KB 3/324 KB 66/66 KB 3/79 KB 180/190 KB 3/324 KB 66/66 KB 188/190 KB 6/324 KB 66/66 KB 3/79 KB 188/190 KB 6/324 KB 66/66 KB 6/79 KB 188/190 KB 6/324 KB 66/66 KB 6/79 KB 190/190 KB 6/324 KB 66/66 KB 6/79 KB 190/190 KB 6/324 KB 66/66 KB 9/79 KB 190/190 KB 9/324 KB 66/66 KB 9/79 KB 190/190 KB 11/324 KB 66/66 KB 9/79 KB 190/190 KB 11/324 KB 66/66 KB 11/79 KB 190/190 KB 14/324 KB 66/66 KB 11/79 KB 190/190 KB 16/324 KB 66/66 KB 14/79 KB 190/190 KB 16/324 KB 66/66 KB 14/79 KB 3/228 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 458.3 KB/sec) unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install 190/190 KB 14/324 KB 66/66 KB 14/79 KB 190/190 KB 19/324 KB 16/79 KB 6/228 KB 190/190 KB 19/324 KB 14/79 KB 6/228 KB 190/190 KB 16/324 KB 14/79 KB 6/228 KB 190/190 KB 19/324 KB 16/79 KB 9/228 KB 190/190 KB 19/324 KB 16/79 KB 11/228 KB 190/190 KB 19/324 KB 16/79 KB 14/228 KB 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 190/190 KB 19/324 KB 19/79 KB 16/228 KB 190/190 KB 22/324 KB 19/79 KB 19/228 KB 190/190 KB 22/324 KB 19/79 KB 22/228 KB 190/190 KB 22/324 KB 19/79 KB 25/228 KB 190/190 KB 19/324 KB 19/79 KB 14/228 KB 190/190 KB 22/324 KB 19/79 KB 16/228 KB 190/190 KB 22/324 KB 22/79 KB 25/228 KB 190/190 KB 25/324 KB 22/79 KB 25/228 KB 190/190 KB 25/324 KB 25/79 KB 25/228 KB 190/190 KB 25/324 KB 27/79 KB 25/228 KB 27/324 KB 30/79 KB 25/228 KB 27/324 KB 27/79 KB 25/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 1255.9 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install 30/324 KB 30/79 KB 27/228 KB 27/324 KB 30/79 KB 27/228 KB 32/324 KB 30/79 KB 27/228 KB 36/324 KB 32/79 KB 27/228 KB 40/324 KB 32/79 KB 30/228 KB 3/152 KB 44/324 KB 32/79 KB 30/228 KB 3/152 KB 32/324 KB 32/79 KB 27/228 KB 36/324 KB 32/79 KB 30/228 KB 3/152 KB 44/324 KB 32/79 KB 32/228 KB 3/152 KB 44/324 KB 36/79 KB 36/228 KB 3/152 KB 36/324 KB 32/79 KB 27/228 KB 3/152 KB 48/324 KB 36/79 KB 36/228 KB 6/152 KB 48/324 KB 36/79 KB 36/228 KB 9/152 KB 48/324 KB 36/79 KB 36/228 KB 11/152 KB 48/324 KB 36/79 KB 36/228 KB 3/152 KB 52/324 KB 36/79 KB 36/228 KB 11/152 KB 56/324 KB 36/79 KB 40/228 KB 14/152 KB 4/32 KB 60/324 KB 36/79 KB 40/228 KB 14/152 KB 4/32 KB 44/324 KB 36/79 KB 32/228 KB 3/152 KB 60/324 KB 40/79 KB 40/228 KB 14/152 KB 4/32 KB 60/324 KB 44/79 KB 40/228 KB 14/152 KB 4/32 KB 60/324 KB 48/79 KB 40/228 KB 14/152 KB 4/32 KB 60/324 KB 52/79 KB 40/228 KB 14/152 KB 4/32 KB 60/324 KB 56/79 KB 40/228 KB 14/152 KB 4/32 KB 60/324 KB 60/79 KB 40/228 KB 14/152 KB 4/32 KB 52/324 KB 36/79 KB 40/228 KB 14/152 KB 4/32 KB 52/324 KB 36/79 KB 40/228 KB 14/152 KB 60/324 KB 60/79 KB 44/228 KB 14/152 KB 4/32 KB 60/324 KB 60/79 KB 48/228 KB 14/152 KB 4/32 KB 60/324 KB 60/79 KB 52/228 KB 14/152 KB 4/32 KB 52/324 KB 36/79 KB 36/228 KB 14/152 KB 64/324 KB 64/79 KB 52/228 KB 16/152 KB 8/32 KB 64/324 KB 64/79 KB 52/228 KB 19/152 KB 8/32 KB 64/324 KB 64/79 KB 52/228 KB 22/152 KB 8/32 KB 64/324 KB 64/79 KB 52/228 KB 14/152 KB 8/32 KB 64/324 KB 60/79 KB 52/228 KB 14/152 KB 8/32 KB 68/324 KB 64/79 KB 52/228 KB 22/152 KB 8/32 KB 72/324 KB 68/79 KB 56/228 KB 25/152 KB 8/32 KB 60/324 KB 60/79 KB 52/228 KB 14/152 KB 8/32 KB 72/324 KB 68/79 KB 56/228 KB 25/152 KB 12/32 KB 72/324 KB 68/79 KB 56/228 KB 25/152 KB 16/32 KB 72/324 KB 68/79 KB 56/228 KB 25/152 KB 20/32 KB 72/324 KB 68/79 KB 56/228 KB 25/152 KB 24/32 KB 68/324 KB 68/79 KB 56/228 KB 25/152 KB 8/32 KB 68/324 KB 64/79 KB 56/228 KB 25/152 KB 8/32 KB 72/324 KB 68/79 KB 60/228 KB 25/152 KB 24/32 KB 72/324 KB 68/79 KB 64/228 KB 25/152 KB 24/32 KB 72/324 KB 68/79 KB 68/228 KB 25/152 KB 24/32 KB 68/324 KB 64/79 KB 52/228 KB 25/152 KB 8/32 KB 76/324 KB 72/79 KB 68/228 KB 27/152 KB 28/32 KB 76/324 KB 72/79 KB 68/228 KB 30/152 KB 28/32 KB 76/324 KB 72/79 KB 68/228 KB 32/152 KB 28/32 KB 76/324 KB 72/79 KB 68/228 KB 25/152 KB 28/32 KB 72/324 KB 72/79 KB 68/228 KB 25/152 KB 28/32 KB 76/324 KB 72/79 KB 68/228 KB 32/152 KB 32/32 KB 72/324 KB 72/79 KB 68/228 KB 25/152 KB 24/32 KB 76/324 KB 76/79 KB 68/228 KB 32/152 KB 32/32 KB 76/324 KB 79/79 KB 68/228 KB 32/152 KB 32/32 KB 80/324 KB 79/79 KB 68/228 KB 32/152 KB 32/32 KB 80/324 KB 79/79 KB 68/228 KB 36/152 KB 32/32 KB 84/324 KB 79/79 KB 72/228 KB 40/152 KB 32/32 KB 84/324 KB 79/79 KB 72/228 KB 44/152 KB 32/32 KB 84/324 KB 79/79 KB 72/228 KB 36/152 KB 32/32 KB 80/324 KB 79/79 KB 72/228 KB 36/152 KB 32/32 KB 84/324 KB 79/79 KB 76/228 KB 44/152 KB 32/32 KB 84/324 KB 79/79 KB 80/228 KB 44/152 KB 32/32 KB 84/324 KB 79/79 KB 84/228 KB 44/152 KB 32/32 KB 88/324 KB 79/79 KB 84/228 KB 48/152 KB 32/32 KB 88/324 KB 79/79 KB 84/228 KB 44/152 KB 32/32 KB 92/324 KB 79/79 KB 84/228 KB 48/152 KB 32/32 KB 96/324 KB 79/79 KB 84/228 KB 48/152 KB 32/32 KB 96/324 KB 79/79 KB 88/228 KB 48/152 KB 32/32 KB 96/324 KB 79/79 KB 92/228 KB 48/152 KB 32/32 KB 96/324 KB 79/79 KB 96/228 KB 48/152 KB 32/32 KB 100/324 KB 79/79 KB 96/228 K unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install B 48/152 KB 32/32 KB 100/324 KB 79/79 KB 96/228 KB 52/152 KB 32/32 KB 100/324 KB 79/79 KB 96/228 KB 56/152 KB 32/32 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 KB at 175.8 KB/sec) unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install 104/324 KB 79/79 KB 96/228 KB 56/152 KB 108/324 KB 79/79 KB 96/228 KB 60/152 KB 112/324 KB 79/79 KB 100/228 KB 60/152 KB 116/324 KB 100/228 KB 60/152 KB 104/324 KB 79/79 KB 96/228 KB 60/152 KB 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (79 KB at 433.4 KB/sec) unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install 116/324 KB 100/228 KB 64/152 KB 108/324 KB 79/79 KB 100/228 KB 60/152 KB 116/324 KB 104/228 KB 64/152 KB 116/324 KB 108/228 KB 64/152 KB 116/324 KB 112/228 KB 68/152 KB 116/324 KB 116/228 KB 68/152 KB 116/324 KB 108/228 KB 68/152 KB 120/324 KB 116/228 KB 72/152 KB 120/324 KB 116/228 KB 76/152 KB 120/324 KB 116/228 KB 80/152 KB 120/324 KB 116/228 KB 68/152 KB 124/324 KB 116/228 KB 80/152 KB 128/324 KB 116/228 KB 80/152 KB 128/324 KB 120/228 KB 80/152 KB 128/324 KB 124/228 KB 80/152 KB 128/324 KB 128/228 KB 80/152 KB 128/324 KB 132/228 KB 80/152 KB 132/324 KB 136/228 KB 84/152 KB 132/324 KB 132/228 KB 84/152 KB 132/324 KB 132/228 KB 80/152 KB 136/324 KB 136/228 KB 84/152 KB 136/324 KB 136/228 KB 88/152 KB 136/324 KB 136/228 KB 92/152 KB 140/324 KB 136/228 KB 92/152 KB 144/324 KB 136/228 KB 92/152 KB 4/234 KB 144/324 KB 136/228 KB 96/152 KB 8/234 KB 144/324 KB 136/228 KB 96/152 KB 12/234 KB 144/324 KB 136/228 KB 96/152 KB 144/324 KB 136/228 KB 96/152 KB 16/234 KB 144/324 KB 136/228 KB 96/152 KB 16/234 KB 144/324 KB 140/228 KB 96/152 KB 16/234 KB 148/324 KB 144/228 KB 96/152 KB 16/234 KB 148/324 KB 148/228 KB 96/152 KB 20/234 KB 148/324 KB 152/228 KB 100/152 KB 20/234 KB 148/324 KB 156/228 KB 100/152 KB 16/234 KB 148/324 KB 140/228 KB 96/152 KB 20/234 KB 148/324 KB 148/228 KB 100/152 KB 20/234 KB 148/324 KB 148/228 KB 96/152 KB 20/234 KB 148/324 KB 156/228 KB 104/152 KB 24/234 KB 152/324 KB 156/228 KB 104/152 KB 24/234 KB 148/324 KB 156/228 KB 104/152 KB 24/234 KB 152/324 KB 156/228 KB 108/152 KB 28/234 KB 156/324 KB 156/228 KB 108/152 KB 32/234 KB 156/324 KB 156/228 KB 108/152 KB 24/234 KB 156/324 KB 156/228 KB 108/152 KB 32/234 KB 156/324 KB 156/228 KB 112/152 KB 32/234 KB 160/324 KB 156/228 KB 112/152 KB 32/234 KB 164/324 KB 156/228 KB 112/152 KB 36/234 KB 168/324 KB 160/228 KB 116/152 KB 36/234 KB 172/324 KB 160/228 KB 116/152 KB 36/234 KB 164/324 KB 160/228 KB 116/152 KB 40/234 KB 172/324 KB 160/228 KB 116/152 KB 32/234 KB 164/324 KB 160/228 KB 116/152 KB 32/234 KB 164/324 KB 160/228 KB 112/152 KB 40/234 KB 172/324 KB 164/228 KB 116/152 KB 44/234 KB 172/324 KB 168/228 KB 120/152 KB 44/234 KB 172/324 KB 164/228 KB 120/152 KB 44/234 KB 172/324 KB 164/228 KB 116/152 KB 44/234 KB 172/324 KB 168/228 KB 124/152 KB 48/234 KB 172/324 KB 168/228 KB 124/152 KB 48/234 KB 172/324 KB 168/228 KB 128/152 KB 48/234 KB 176/324 KB 172/228 KB 128/152 KB 48/234 KB 176/324 KB 176/228 KB 128/152 KB 48/234 KB 176/324 KB 168/228 KB 128/152 KB 52/234 KB 176/324 KB 176/228 KB 128/152 KB 56/234 KB 180/324 KB 180/228 KB 132/152 KB 60/234 KB 180/324 KB 180/228 KB 132/152 KB 52/234 KB 180/324 KB 180/228 KB 132/152 KB 52/234 KB 180/324 KB 176/228 KB 132/152 KB 52/234 KB 176/324 KB 176/228 KB 132/152 KB 60/234 KB 180/324 KB 180/228 KB 136/152 KB 60/234 KB 180/324 KB 180/228 KB 140/152 KB 64/234 KB 184/324 KB 184/228 KB 144/152 KB 64/234 KB 184/324 KB 184/228 KB 140/152 KB 64/234 KB 184/324 KB 180/228 KB 140/152 KB 64/234 KB 180/324 KB 180/228 KB 140/152 KB 64/234 KB 188/324 KB 184/228 KB 144/152 KB 64/234 KB 192/324 KB 184/228 KB 144/152 KB 64/234 KB 196/324 KB 188/228 KB 144/152 KB 68/234 KB 200/324 KB 188/228 KB 148/152 KB 64/234 KB 192/324 KB 188/228 KB 144/152 KB 68/234 KB 200/324 KB 192/228 KB 148/152 KB 68/234 KB 200/324 KB 196/228 KB 148/152 KB 68/234 KB 200/324 KB 200/228 KB 148/152 KB 68/234 KB 196/324 KB 188/228 KB 148/152 KB 64/234 KB 19 unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install 6/324 KB 188/228 KB 148/152 KB 68/234 KB 204/324 KB 200/228 KB 152/152 KB 72/234 KB 204/324 KB 200/228 KB 152/152 KB 76/234 KB 204/324 KB 200/228 KB 152/152 KB 80/234 KB 204/324 KB 200/228 KB 152/152 KB 68/234 KB 204/324 KB 200/228 KB 148/152 KB 80/234 KB 208/324 KB 200/228 KB 152/152 KB 80/234 KB 208/324 KB 204/228 KB 152/152 KB 80/234 KB 208/324 KB 208/228 KB 152/152 KB 84/234 KB 212/324 KB 212/228 KB 152/152 KB 84/234 KB 212/324 KB 216/228 KB 152/152 KB 84/234 KB 212/324 KB 208/228 KB 152/152 KB 88/234 KB 212/324 KB 216/228 KB 152/152 KB 80/234 KB 212/324 KB 208/228 KB 152/152 KB 88/234 KB 216/324 KB 216/228 KB 152/152 KB 92/234 KB 216/324 KB 216/228 KB 152/152 KB 92/234 KB 220/324 KB 216/228 KB 152/152 KB 96/234 KB 224/324 KB 216/228 KB 152/152 KB 96/234 KB 220/324 KB 216/228 KB 152/152 KB 100/234 KB 224/324 KB 216/228 KB 152/152 KB 104/234 KB 228/324 KB 220/228 KB 152/152 KB 108/234 KB 228/324 KB 220/228 KB 152/152 KB 112/234 KB 228/324 KB 220/228 KB 152/152 KB 116/234 KB 228/324 KB 220/228 KB 120/234 KB 228/324 KB 220/228 KB 100/234 KB 228/324 KB 220/228 KB 152/152 KB 100/234 KB 224/324 KB 220/228 KB 152/152 KB 120/234 KB 228/324 KB 224/228 KB 120/234 KB 228/324 KB 228/228 KB 120/234 KB 232/324 KB 228/228 KB 120/234 KB 236/324 KB 228/228 KB 120/234 KB 240/324 KB 228/228 KB 124/234 KB 240/324 KB 228/228 KB 128/234 KB 240/324 KB 228/228 KB 132/234 KB 240/324 KB 228/228 KB 136/234 KB 244/324 KB 228/228 KB 140/234 KB 244/324 KB 228/228 KB 144/234 KB 244/324 KB 228/228 KB 132/234 KB 244/324 KB 228/228 KB 144/234 KB 248/324 KB 228/228 KB 144/234 KB 252/324 KB 228/228 KB 144/234 KB 256/324 KB 228/228 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 683.8 KB/sec) unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install 144/234 KB 260/324 KB 228/228 KB 144/234 KB 264/324 KB 228/228 KB 144/234 KB 268/324 KB 228/228 KB 144/234 KB 271/324 KB 228/228 KB 144/234 KB 275/324 KB 228/228 KB 148/234 KB 279/324 KB 148/234 KB 283/324 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (228 KB at 992.6 KB/sec) unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install 148/234 KB 275/324 KB 228/228 KB 152/234 KB 283/324 KB 156/234 KB 283/324 KB 160/234 KB 283/324 KB 160/234 KB 287/324 KB 160/234 KB 291/324 KB 164/234 KB 295/324 KB 164/234 KB 299/324 KB 164/234 KB 303/324 KB 164/234 KB 291/324 KB 168/234 KB 303/324 KB 172/234 KB 303/324 KB 176/234 KB 303/324 KB 180/234 KB 303/324 KB 184/234 KB 307/324 KB 188/234 KB 307/324 KB 192/234 KB 307/324 KB 180/234 KB 307/324 KB 192/234 KB 311/324 KB 192/234 KB 315/324 KB 192/234 KB 319/324 KB 196/234 KB 319/324 KB 200/234 KB 323/324 KB 204/234 KB 323/324 KB 208/234 KB 323/324 KB 196/234 KB 323/324 KB 208/234 KB 324/324 KB 212/234 KB 324/324 KB 216/234 KB 324/324 KB 220/234 KB 324/324 KB 224/234 KB 324/324 KB 228/234 KB 324/324 KB 232/234 KB 324/324 KB 234/234 KB 324/324 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 1333.1 KB/sec) unit-abot-epc-basic-0: 10:37:23 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 944.7 KB/sec) unit-abot-epc-basic-0: 10:37:23 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: 10:37:23 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall5496571340769066067.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: 10:37:23 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 2.762 s unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T10:37:23+00:00 unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:23 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 10:37:25 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:37:25 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:25 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 10:37:25 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:25 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:25 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: 10:37:26 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: 10:37:26 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall6428544006923479363.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: 10:37:26 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:26 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:37:26 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:26 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.662 s unit-abot-epc-basic-0: 10:37:26 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T10:37:26+00:00 unit-abot-epc-basic-0: 10:37:26 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 10:37:26 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:26 DEBUG unit.abot-epc-basic/0.install Invoking mvn on jar files unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] Building Maven Stub Project (No POM) 1 unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:28 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: 10:37:28 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: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1654885084335003787.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: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 0.660 s unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T10:37:28+00:00 unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/server.bat unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.xml unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.properties unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/private/private.xml unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/nbproject/project.properties unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/bin/ unit-abot-epc-basic-0: 10:37:28 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltoimage unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/bin/wkhtmltopdf unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fastnumbers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/locale.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/py23.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/pathlib.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/compat/fake_fastnumbers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/ns_enum.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/_version.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/unicode_numbers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/natsort.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/utils.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/natsort/__main__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_unicodefun.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/globals.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_textwrap.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/termui.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/formatting.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_winconsole.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/core.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_bashcomplete.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/exceptions.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/testing.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/parser.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/types.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/utils.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_termui_impl.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/decorators.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/click/_compat.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.c unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_native.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_speedups.pyd unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_compat.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/markupsafe/_constants.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/meta.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/defaults.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/ext.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/optimizer.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/lexer.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/tests.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/filters.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/exceptions.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_stringdefs.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/environment.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/parser.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/runtime.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/loaders.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/compiler.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/visitor.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/bccache.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/utils.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/constants.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/sandbox.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/_compat.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/debug.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/jinja2/nodes.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/json.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/globals.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/views.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/wrappers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/logging.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ctx.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/config.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/helpers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/testing.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/templating.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/ext/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/app.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/sessions.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/signals.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/cli.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/exthook.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/debughelpers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/_compat.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/__main__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/flask/blueprints.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/itsdangerous.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/filesystem.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wrappers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/posixemulation.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/routing.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/serving.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/useragents.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/http.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/jsrouting.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/fixers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/wrappers.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/limiter.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/cache.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/lint.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/securecookie.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/atom.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/sessions.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/testtools.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/iterio.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/contrib/profiler.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/test.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/exceptions.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/wsgi.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/datastructures.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_internal.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/formparser.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/local.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/utils.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/script.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/security.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/testapp.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/urls.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_compat.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/_reloader.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/__init__.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/tbtools.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/console.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/less.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/more.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/source.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/jquery.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/debugger.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/console.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/style.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/ubuntu.ttf unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/shared/FONT_LICENSE unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/pymodules/werkzeug/debug/repr.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/app.py unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/index.html unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/README.md unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/log/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/log/TestAutomationLog.log unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/dashboard.html unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/config.html unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/main.html unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/firstpage.html unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/templates/artifacts.html unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives.zip unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/config/appconfig.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/services/pyService.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/baseController.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/configController.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/controllers/featurefileController.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/resizer.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/treeView.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/externalHtml.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/directives/xmlPrettify.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/app.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/utility/routes.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/apps/main.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/r.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/require/2.1.15/require.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-bootstrap/ unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/jqx/jqx-all.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-aria.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-animate.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular-material/angular-material.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/.bower.json unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/bower.json unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/LICENSE unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/lodash/lodash.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/.bower.json unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/bower.json unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone-min.map unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/backbone.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/backbone/LICENSE unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.browserify-bundle.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.chess.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.logic.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.webpack-bundle.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.org.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.pn.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.layout.DirectedGraph.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint1.0.1.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.erd.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.nowrap.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/geometry.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.ui.tooltip.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/vectorizer.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.uml.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.fsa.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.core.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/JointJsBundle/jointjs/joint.shapes.devs.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/1.5.0/angular.min.js.map unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-sanitize/angular-sanitize.min.js unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/ngstorage/ngStorage.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-local-storage/ unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.js unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/dist/dialogs.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/.bower.json unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/karma.conf.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/index.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/bower.json unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/tests/ unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-dialog-service/LICENSE unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-logger/angular-logger.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-resource/angular-resource.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-idle/angular-idle.map unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/angular/components/angular-ui-router/ unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/nanoscroller/nanoscroller.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/vkbeautify.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/run_prettify.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/xmlParser/prettify.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery.ui-contextmenu.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/ unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/images/ unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/package.json unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/external/jquery/ unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/LICENSE.txt unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/AUTHORS.txt unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-ui-1.12.0/index.html unit-abot-epc-basic-0: 10:37:29 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: 10:37:29 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: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/jquery-2.2.3.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/Jquery/taphold.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/common.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/theme.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.easing.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jquery.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/bootstrap.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/custom.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/angular-treeview/angular.treeview.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/jqueryFileTree.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajax.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/js/lib/custom/ajaxRequest.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/ABOT_logo.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/green_tick.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg2.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/play.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/file.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/plus.jpg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/pcap.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/close_dialog.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/sun1.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/log.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/gray_alert.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/html.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/delete.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/header_bg1.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/red_alert.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/download.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/folder-closed.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/xml.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/minus.jpg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/cloud.png unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/right_arrow.jpg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/pngs/spinner.gif unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/plus sign.svg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/X sign.svg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/close.svg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/images/svg_image/add-button-inside-black-circle.svg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/epc_config.properties unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/configsip.properties unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/ims_config.properties unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/timer_config.properties unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties_old unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/config/config.properties unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/styles.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/font-awesome.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/tree-ui.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_cust.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.eot unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfontd41d.eot unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.svg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.woff unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.ttf unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont.eot unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.woff2 unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/fonts/fontawesome-webfont3295.ttf unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/custom_1.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/apps/theme.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jqx/jqx.base.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular/angular-material.min.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/npm.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/modernizr.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.min.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/js/bootstrap.js unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.svg unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/fonts/glyphicons-halflings-regular.eot unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css.map unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css.map unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css.map unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.min.css.map unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.min.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/bootstrap/css/bootstrap-theme.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/angular-treeview/angular.treeview.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/ unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.ui.tooltip.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint1.0.1.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.min.css unit-abot-epc-basic-0: 10:37:29 DEBUG unit.abot-epc-basic/0.install abot/static/css/lib/jointjs/joint.core.min.css unit-abot-epc-basic-0: 10:37:30 DEBUG unit.abot-epc-basic/0.install Collecting elasticsearch unit-abot-epc-basic-0: 10:37:30 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: 10:37:30 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 2.3MB/s eta 0:00:01  17% |##### | 20kB 3.7MB/s eta 0:00:01  25% |######## | 30kB 3.1MB/s eta 0:00:01  34% |########## | 40kB 4.1MB/s eta 0:00:01  42% |############# | 51kB 4.5MB/s eta 0:00:01  51% |################ | 61kB 5.2MB/s eta 0:00:01  59% |################### | 71kB 4.8MB/s eta 0:00:01  68% |##################### | 81kB 5.4MB/s eta 0:00:01  76% |######################## | 92kB 6.0MB/s eta 0:00:01  85% |########################### | 102kB 6.4MB/s eta 0:00:01  93% |############################## | 112kB 8.2MB/s eta 0:00:01  100% |################################| 122kB 5.4MB/s unit-abot-epc-basic-0: 10:37:30 DEBUG unit.abot-epc-basic/0.install [?25hCollecting urllib3>=1.21.1 (from elasticsearch) unit-abot-epc-basic-0: 10:37:30 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: 10:37:30 DEBUG unit.abot-epc-basic/0.install [?25l  7% |## | 10kB 37.0MB/s eta 0:00:01  15% |#### | 20kB 36.6MB/s eta 0:00:01  23% |####### | 30kB 32.4MB/s eta 0:00:01  30% |######### | 40kB 34.6MB/s eta 0:00:01  38% |############ | 51kB 37.3MB/s eta 0:00:01  46% |############## | 61kB 39.0MB/s eta 0:00:01  53% |################# | 71kB 39.2MB/s eta 0:00:01  61% |################### | 81kB 40.5MB/s eta 0:00:01  69% |###################### | 92kB 42.0MB/s eta 0:00:01  76% |######################## | 102kB 42.9MB/s eta 0:00:01  84% |########################### | 112kB 45.0MB/s eta 0:00:01  92% |############################# | 122kB 47.2MB/s eta 0:00:01  99% |############################### | 133kB 27.9MB/s eta 0:00:01  100% |################################| 143kB 6.4MB/s unit-abot-epc-basic-0: 10:37:30 DEBUG unit.abot-epc-basic/0.install [?25hInstalling collected packages: urllib3, elasticsearch unit-abot-epc-basic-0: 10:37:30 DEBUG unit.abot-epc-basic/0.install Successfully installed elasticsearch-6.3.1 urllib3-1.23 unit-abot-epc-basic-0: 10:37:30 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: 10:37:30 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 10:37:31 DEBUG unit.abot-epc-basic/0.install Collecting flask unit-abot-epc-basic-0: 10:37:31 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: 10:37:31 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 34.6MB/s eta 0:00:01  22% |####### | 20kB 3.4MB/s eta 0:00:01  33% |########## | 30kB 4.0MB/s eta 0:00:01  44% |############## | 40kB 3.9MB/s eta 0:00:01  56% |################# | 51kB 4.2MB/s eta 0:00:01  67% |##################### | 61kB 4.9MB/s eta 0:00:01  78% |######################### | 71kB 5.6MB/s eta 0:00:01  89% |############################ | 81kB 6.3MB/s eta 0:00:01  100% |################################| 92kB 4.2MB/s unit-abot-epc-basic-0: 10:37:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Jinja2>=2.10 (from flask) unit-abot-epc-basic-0: 10:37:31 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: 10:37:31 DEBUG unit.abot-epc-basic/0.install [?25l  8% |## | 10kB 48.8MB/s eta 0:00:01  16% |##### | 20kB 12.8MB/s eta 0:00:01  24% |####### | 30kB 17.3MB/s eta 0:00:01  32% |########## | 40kB 8.7MB/s eta 0:00:01  40% |############ | 51kB 9.0MB/s eta 0:00:01  48% |############### | 61kB 10.5MB/s eta 0:00:01  56% |################## | 71kB 9.2MB/s eta 0:00:01  64% |#################### | 81kB 10.2MB/s eta 0:00:01  72% |####################### | 92kB 9.4MB/s eta 0:00:01  81% |######################### | 102kB 8.5MB/s eta 0:00:01  89% |############################ | 112kB 8.5MB/s eta 0:00:01  97% |############################### | 122kB 8.8MB/s eta 0:00:01  100% |################################| 133kB 5.1MB/s unit-abot-epc-basic-0: 10:37:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting itsdangerous>=0.24 (from flask) unit-abot-epc-basic-0: 10:37:31 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: 10:37:31 DEBUG unit.abot-epc-basic/0.install [?25l  22% |####### | 10kB 50.2MB/s eta 0:00:01  44% |############## | 20kB 15.9MB/s eta 0:00:01  66% |##################### | 30kB 20.5MB/s eta 0:00:01  88% |############################ | 40kB 9.8MB/s eta 0:00:01  100% |################################| 51kB 7.2MB/s unit-abot-epc-basic-0: 10:37:31 DEBUG unit.abot-epc-basic/0.install [?25hCollecting Werkzeug>=0.14 (from flask) unit-abot-epc-basic-0: 10:37:32 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: 10:37:32 DEBUG unit.abot-epc-basic/0.install [?25l  3% |# | 10kB 28.2MB/s eta 0:00:01  6% |## | 20kB 20.9MB/s eta 0:00:01  9% |### | 30kB 26.6MB/s eta 0:00:01  12% |#### | 40kB 10.1MB/s eta 0:00:01  15% |##### | 51kB 9.6MB/s eta 0:00:01  19% |###### | 61kB 11.2MB/s eta 0:00:01  22% |####### | 71kB 11.2MB/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 8.9MB/s eta 0:00:01  34% |########### | 112kB 9.0MB/s eta 0:00:01  38% |############ | 122kB 9.2MB/s eta 0:00:01  41% |############# | 133kB 7.5MB/s eta 0:00:01  44% |############## | 143kB 9.3MB/s eta 0:00:01  47% |############### | 153kB 8.7MB/s eta 0:00:01  50% |################ | 163kB 8.3MB/s eta 0:00:01  53% |################# | 174kB 8.8MB/s eta 0:00:01  57% |################## | 184kB 9.0MB/s eta 0:00:01  60% |################### | 194kB 9.0MB/s eta 0:00:01  63% |#################### | 204kB 9.4MB/s eta 0:00:01  66% |##################### | 215kB 7.7MB/s eta 0:00:01  69% |###################### | 225kB 7.8MB/s eta 0:00:01  72% |####################### | 235kB 9.1MB/s eta 0:00:01  76% |######################## | 245kB 8.2MB/s eta 0:00:01  79% |######################### | 256kB 9.7MB/s eta 0:00:01  82% |########################## | 266kB 8.2MB/s eta 0:00:01  85% |########################### | 276kB 8.2MB/s eta 0:00:01  88% |############################ | 286kB 9.4MB/s eta 0:00:01  91% |############################# | 296kB 8.9MB/s eta 0:00:01  95% |############################## | 307kB 9.8MB/s eta 0:00:01  98% |############################### | 317kB 10.0MB/s eta 0:00:01  100% |################################| 327kB 3.5MB/s unit-abot-epc-basic-0: 10:37:32 DEBUG unit.abot-epc-basic/0.install [?25hCollecting click>=5.1 (from flask) unit-abot-epc-basic-0: 10:37:32 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: 10:37:32 DEBUG unit.abot-epc-basic/0.install [?25l  14% |#### | 10kB 51.7MB/s eta 0:00:01  28% |######### | 20kB 27.4MB/s eta 0:00:01  43% |############# | 30kB 33.4MB/s eta 0:00:01  57% |################## | 40kB 24.0MB/s eta 0:00:01  71% |####################### | 51kB 10.0MB/s eta 0:00:01  86% |########################### | 61kB 11.4MB/s eta 0:00:01  100% |################################| 71kB 7.4MB/s unit-abot-epc-basic-0: 10:37:32 DEBUG unit.abot-epc-basic/0.install [?25hCollecting MarkupSafe>=0.23 (from Jinja2>=2.10->flask) unit-abot-epc-basic-0: 10:37:32 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: 10:37:32 DEBUG unit.abot-epc-basic/0.install Building wheels for collected packages: itsdangerous, MarkupSafe unit-abot-epc-basic-0: 10:37:32 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for itsdangerous ... [?25l- done unit-abot-epc-basic-0: 10:37:32 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5 unit-abot-epc-basic-0: 10:37:32 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for MarkupSafe ... [?25l- \ done unit-abot-epc-basic-0: 10:37:32 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/33/56/20/ebe49a5c612fffe1c5a632146b16596f9e64676768661e4e46 unit-abot-epc-basic-0: 10:37:32 DEBUG unit.abot-epc-basic/0.install Successfully built itsdangerous MarkupSafe unit-abot-epc-basic-0: 10:37:32 DEBUG unit.abot-epc-basic/0.install Installing collected packages: MarkupSafe, Jinja2, itsdangerous, Werkzeug, click, flask unit-abot-epc-basic-0: 10:37:33 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: 10:37:33 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: 10:37:33 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 10:37:33 DEBUG unit.abot-epc-basic/0.install Collecting bs4 unit-abot-epc-basic-0: 10:37:33 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: 10:37:33 DEBUG unit.abot-epc-basic/0.install Collecting beautifulsoup4 (from bs4) unit-abot-epc-basic-0: 10:37:34 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: 10:37:34 DEBUG unit.abot-epc-basic/0.install [?25l  11% |### | 10kB 10.0MB/s eta 0:00:01  22% |####### | 20kB 4.0MB/s eta 0:00:01  33% |########## | 30kB 4.6MB/s eta 0:00:01  45% |############## | 40kB 3.9MB/s eta 0:00:01  56% |################## | 51kB 4.5MB/s eta 0:00:01  67% |##################### | 61kB 5.3MB/s eta 0:00:01  79% |######################### | 71kB 5.4MB/s eta 0:00:01  90% |############################ | 81kB 5.3MB/s eta 0:00:01  100% |################################| 92kB 4.4MB/s unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install [?25hBuilding wheels for collected packages: bs4 unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install Running setup.py bdist_wheel for bs4 ... [?25l- done unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install [?25h Stored in directory: /root/.cache/pip/wheels/a0/b0/b2/4f80b9456b87abedbc0bf2d52235414c3467d8889be38dd472 unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install Successfully built bs4 unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install Installing collected packages: beautifulsoup4, bs4 unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install Successfully installed beautifulsoup4-4.6.3 bs4-0.0.1 unit-abot-epc-basic-0: 10:37:34 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: 10:37:34 DEBUG unit.abot-epc-basic/0.install You should consider upgrading via the 'pip install --upgrade pip' command. unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install Running the test with the tags local-commands unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install Running the test with the tags @local-commands unit-abot-epc-basic-0: 10:37:34 DEBUG unit.abot-epc-basic/0.install Creating the Target JUnit file... unit-abot-epc-basic-0: 10:37:36 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:37:36 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:36 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:36 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 10:37:36 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:36 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: 10:37:37 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 9.1 KB/sec) unit-abot-epc-basic-0: 10:37:37 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: 10:37:37 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 215.2 KB/sec) unit-abot-epc-basic-0: 10:37:37 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: 10:37:37 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 391.8 KB/sec) unit-abot-epc-basic-0: 10:37:37 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: 10:37:37 DEBUG unit.abot-epc-basic/0.install 3/15 KB 5/15 KB 8/15 KB 11/15 KB 13/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/7/apache-7.pom (15 KB at 256.2 KB/sec) unit-abot-epc-basic-0: 10:37:37 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: 10:37:37 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/plugins/maven-install-plugin/2.3.1/maven-install-plugin-2.3.1.jar (23 KB at 370.4 KB/sec) unit-abot-epc-basic-0: 10:37:37 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:37 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:37:37 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: 10:37:37 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 33.0 KB/sec) unit-abot-epc-basic-0: 10:37:37 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: 10:37:37 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 192.1 KB/sec) unit-abot-epc-basic-0: 10:37:37 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: 10:37:37 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 280.8 KB/sec) unit-abot-epc-basic-0: 10:37:37 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: 10:37:37 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 69.8 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37: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-utils/3.0/plexus-utils-3.0.pom (4 KB at 84.5 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 177.4 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 DEBUG unit.abot-epc-basic/0.install 3/9 KB 6/9 KB 9/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 185.6 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 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: 10:37: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/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 KB at 241.5 KB/sec) unit-abot-epc-basic-0: 10:37:38 DEBUG unit.abot-epc-basic/0.install 3/221 KB 5/221 KB 8/221 KB 11/221 KB 13/221 KB 16/221 KB 19/221 KB 21/221 KB 24/221 KB 27/221 KB 29/221 KB 32/221 KB 36/221 KB 40/221 KB 44/221 KB 48/221 KB 52/221 KB 56/221 KB 60/221 KB 64/221 KB 68/221 KB 72/221 KB 76/221 KB 80/221 KB 84/221 KB 88/221 KB 92/221 KB 96/221 KB 100/221 KB 104/221 KB 108/221 KB 112/221 KB 116/221 KB 120/221 KB 124/221 KB 128/221 KB 132/221 KB 136/221 KB 140/221 KB 144/221 KB 148/221 KB 152/221 KB 156/221 KB 160/221 KB 164/221 KB 168/221 KB 172/221 KB 176/221 KB 180/221 KB 184/221 KB 188/221 KB 192/221 KB 196/221 KB 200/221 KB 204/221 KB 208/221 KB 212/221 KB 216/221 KB 220/221 KB 221/221 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 1138.0 KB/sec) unit-abot-epc-basic-0: 10:37:38 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 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: 10:37:38 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (3 KB at 54.8 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2 KB at 39.1 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37: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-model/2.0.6/maven-model-2.0.6.pom (3 KB at 64.7 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 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 44.4 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 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 203.7 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 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 43.0 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37: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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (3 KB at 59.5 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37: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.0.6/maven-repository-metadata-2.0.6.pom (2 KB at 38.4 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37:38 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 34.2 KB/sec) unit-abot-epc-basic-0: 10:37:38 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: 10:37: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.0.6/maven-plugin-registry-2.0.6.pom (2 KB at 38.8 KB/sec) unit-abot-epc-basic-0: 10:37:39 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: 10:37: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/2.0.5/plexus-utils-2.0.5.pom (4 KB at 70.8 KB/sec) unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install 3/17 KB 5/17 KB 8/17 KB 11/17 KB 13/17 KB 16/17 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 KB at 314.8 KB/sec) unit-abot-epc-basic-0: 10:37:39 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 machine-1: 10:37:39 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-1: 10:37:39 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-1/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "1", "--debug"} machine-1: 10:37:39 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 10:37:39 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 23.0 KB/sec) unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 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 97.2 KB/sec) unit-abot-epc-basic-0: 10:37:39 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 machine-1: 10:37:39 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 10:37:39 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-1: 10:37:39 DEBUG juju.worker start "engine" machine-1: 10:37:39 INFO juju.worker start "engine" machine-1: 10:37:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-1: 10:37:39 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-1: 10:37:39 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-1" machine-1: 10:37:39 DEBUG juju.worker "engine" started machine-1: 10:37:39 DEBUG juju.worker.introspection stats worker now serving machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 10:37:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "agent" manifold worker started machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-1: 10:37:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-1: 10:37:39 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 10:37:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: unit-abot-epc-basic-0: 10:37:39 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 156.9 KB/sec) unit-abot-epc-basic-0: 10:37:39 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 machine-1: 10:37:39 DEBUG juju.worker.apicaller connecting with old password machine-1: 10:37:39 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-1: 10:37:39 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-1: 10:37:39 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-1: 10:37:39 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install 3/8 KB 5/8 KB 8/8 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (8 KB at 168.9 KB/sec) machine-1: 10:37:39 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-1: 10:37:39 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 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: 10:37:39 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: 10:37:39 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 machine-1: 10:37:39 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-1: 10:37:39 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:37:39 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.jar machine-1: 10:37:39 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install 3/114 KB 5/114 KB 3/35 KB 3/114 KB 3/35 KB 5/114 KB 6/35 KB 8/114 KB 6/35 KB 8/114 KB 9/35 KB 11/114 KB 9/35 KB 13/114 KB 9/35 KB 16/114 KB 9/35 KB 16/114 KB 11/35 KB 19/114 KB 11/35 KB 19/114 KB 14/35 KB 19/114 KB 16/35 KB 19/114 KB 19/35 KB 19/114 KB 22/35 KB 19/114 KB 25/35 KB 21/114 KB 27/35 KB 21/114 KB 25/35 KB 24/114 KB 27/35 KB 24/114 KB 30/35 KB 27/114 KB 30/35 KB 29/114 KB 30/35 KB 29/114 KB 32/35 KB 29/114 KB 35/35 KB 32/114 KB 35/35 KB 36/114 KB 35/35 KB 40/114 KB 35/35 KB 44/114 KB 35/35 KB 48/114 KB 35/35 KB 52/114 KB 35/35 KB 56/114 KB 35/35 KB 60/114 KB 35/35 KB 64/114 KB 35/35 KB 68/114 KB 35/35 KB 72/114 KB 35/35 KB 76/114 KB 35/35 KB 80/114 KB 35/35 KB 84/114 KB 35/35 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 537.7 KB/sec) unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install 88/114 KB 92/114 KB 96/114 KB 100/114 KB 104/114 KB 108/114 KB 112/114 KB 114/114 KB 3/48 KB 114/114 KB 4/48 KB 3/29 KB 114/114 KB 3/48 KB 3/29 KB 114/114 KB 3/85 KB 4/48 KB 5/29 KB 114/114 KB 3/85 KB 4/48 KB 8/29 KB 114/114 KB 3/85 KB 4/48 KB 11/29 KB 114/114 KB 3/85 KB 4/48 KB 3/29 KB 114/114 KB 5/85 KB 4/48 KB 11/29 KB 114/114 KB 8/85 KB 4/48 KB 11/29 KB 114/114 KB 11/85 KB 4/48 KB 11/29 KB 114/114 KB 13/85 KB 4/48 KB 11/29 KB 114/114 KB 13/85 KB 7/48 KB 13/29 KB 114/114 KB 13/85 KB 7/48 KB 13/29 KB 114/114 KB 13/85 KB 8/48 KB 13/29 KB 114/114 KB 13/85 KB 11/48 KB 13/29 KB 114/114 KB 13/85 KB 12/48 KB 13/29 KB 114/114 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (114 KB at 1246.8 KB/sec) unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install 3/56 KB 13/85 KB 15/48 KB 13/29 KB 3/56 KB 16/85 KB 15/48 KB 16/29 KB 3/56 KB 16/85 KB 16/48 KB 16/29 KB 3/56 KB 13/85 KB 12/48 KB 13/29 KB 6/56 KB 16/85 KB 16/48 KB 16/29 KB 9/56 KB 16/85 KB 16/48 KB 16/29 KB 11/56 KB 16/85 KB 16/48 KB 16/29 KB 3/56 KB 13/85 KB 15/48 KB 16/29 KB 11/56 KB 19/85 KB 19/48 KB 19/29 KB 11/56 KB 19/85 KB 19/48 KB 21/29 KB 11/56 KB 19/85 KB 19/48 KB 16/29 KB 11/56 KB 19/85 KB 20/48 KB 21/29 KB 11/56 KB 19/85 KB 23/48 KB 21/29 KB 11/56 KB 19/85 KB 16/48 KB 16/29 KB 11/56 KB 21/85 KB 23/48 KB 21/29 KB 11/56 KB 21/85 KB 23/48 KB 24/29 KB 11/56 KB 21/85 KB 24/48 KB 24/29 KB 11/56 KB 24/85 KB 24/48 KB 24/29 KB 14/56 KB 24/85 KB 24/48 KB 24/29 KB 16/56 KB 24/85 KB 24/48 KB 24/29 KB 16/56 KB 24/85 KB 24/48 KB 27/29 KB 16/56 KB 24/85 KB 27/48 KB 27/29 KB 16/56 KB 27/85 KB 28/48 KB 27/29 KB 16/56 KB 27/85 KB 27/48 KB 27/29 KB 16/56 KB 27/85 KB 28/48 KB 29/29 KB 16/56 KB 29/85 KB 28/48 KB 29/29 KB 16/56 KB 29/85 KB 31/48 KB 29/29 KB 19/56 KB 29/85 KB 31/48 KB 29/29 KB 19/56 KB 29/85 KB 32/48 KB 29/29 KB 19/56 KB 32/85 KB 32/48 KB 29/29 KB 19/56 KB 32/85 KB 35/48 KB 29/29 KB 19/56 KB 32/85 KB 36/48 KB 29/29 KB 22/56 KB 32/85 KB 36/48 KB 29/29 KB 25/56 KB 32/85 KB 36/48 KB 29/29 KB 27/56 KB 32/85 KB 36/48 KB 29/29 KB 30/56 KB 32/85 KB 36/48 KB 29/29 KB 32/56 KB 32/85 KB 36/48 KB 29/29 KB 32/56 KB 32/85 KB 39/48 KB 29/29 KB 32/56 KB 32/85 KB 40/48 KB 29/29 KB 36/56 KB 32/85 KB 40/48 KB 29/29 KB 40/56 KB 32/85 KB 40/48 KB 29/29 KB 44/56 KB 32/85 KB 43/48 KB 29/29 KB 44/56 KB 32/85 KB 46/48 KB 29/29 KB 44/56 KB 32/85 KB 46/48 KB 29/29 KB 48/56 KB 32/85 KB 46/48 KB 29/29 KB 48/56 KB 36/85 KB 46/48 KB 29/29 KB 48/56 KB 40/85 KB 46/48 KB 29/29 KB 48/56 KB 44/85 KB 46/48 KB 29/29 KB 48/56 KB 48/85 KB 46/48 KB 29/29 KB 48/56 KB 48/85 KB 48/48 KB 29/29 KB 48/56 KB 48/85 KB 48/48 KB 29/29 KB 48/56 KB 48/85 KB 48/48 KB 29/29 KB 4/24 KB 48/56 KB 48/85 KB 48/48 KB 29/29 KB 8/24 KB 48/56 KB 48/85 KB 48/48 KB 29/29 KB 12/24 KB 52/56 KB 48/85 KB 48/48 KB 29/29 KB 16/24 KB 52/56 KB 48/85 KB 48/48 KB 29/29 KB 20/24 KB 52/56 KB 48/85 KB 48/48 KB 29/29 KB 24/24 KB 52/56 KB 48/85 KB 48/48 KB 29/29 KB 24/24 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 241.4 KB/sec) unit-abot-epc-basic-0: 10:37:39 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.jar unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install 52/56 KB 52/85 KB 48/48 KB 24/24 KB 52/56 KB 56/85 KB 48/48 KB 24/24 KB 52/56 KB 60/85 KB 48/48 KB 24/24 KB 52/56 KB 64/85 KB 48/48 KB 24/24 KB 52/56 KB 68/85 KB 48/48 KB 24/24 KB 52/56 KB 72/85 KB 48/48 KB 24/24 KB 52/56 KB 76/85 KB 48/48 KB 24/24 KB 52/56 KB 80/85 KB 48/48 KB 24/24 KB 52/56 KB 84/85 KB 48/48 KB 24/24 KB 56/56 KB 84/85 KB 48/48 KB 24/24 KB 52/56 KB 84/85 KB 48/48 KB 24/24 KB 56/56 KB 85/85 KB 48/48 KB 24/24 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 345.0 KB/sec) unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install 56/56 KB 85/85 KB 24/24 KB 3/86 KB 56/56 KB 85/85 KB 5/86 KB 56/56 KB 85/85 KB 8/86 KB 56/56 KB 85/85 KB 11/86 KB 56/56 KB 85/85 KB 13/86 KB 56/56 KB 85/85 KB 16/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 169.5 KB/sec) unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install 56/56 KB 85/85 KB 19/86 KB 56/56 KB 85/85 KB 21/86 KB 56/56 KB 85/85 KB 24/86 KB 56/56 KB 85/85 KB 27/86 KB 56/56 KB 85/85 KB 29/86 KB 56/56 KB 85/85 KB 32/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 367.9 KB/sec) unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (85 KB at 551.4 KB/sec) unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install 3/218 KB 32/86 KB 5/218 KB 32/86 KB 8/218 KB 32/86 KB 11/218 KB 32/86 KB 13/218 KB 32/86 KB 16/218 KB 32/86 KB 16/218 KB 36/86 KB 16/218 KB 40/86 KB 16/218 KB 44/86 KB 16/218 KB 48/86 KB 19/218 KB 48/86 KB 21/218 KB 48/86 KB 24/218 KB 48/86 KB 27/218 KB 48/86 KB 29/218 KB 48/86 KB 32/218 KB 48/86 KB 32/218 KB 52/86 KB 32/218 KB 56/86 KB 32/218 KB 60/86 KB 32/218 KB 64/86 KB 4/12 KB 32/218 KB 64/86 KB 8/12 KB 36/218 KB 68/86 KB 12/12 KB 36/218 KB 68/86 KB 12/12 KB 36/218 KB 68/86 KB 4/12 KB 36/218 KB 68/86 KB 4/12 KB 32/218 KB 68/86 KB 12/12 KB 36/218 KB 72/86 KB 12/12 KB 40/218 KB 76/86 KB 12/12 KB 40/218 KB 76/86 KB 12/12 KB 44/218 KB 80/86 KB 12/12 KB 44/218 KB 80/86 KB 12/12 KB 48/218 KB 80/86 KB 12/12 KB 48/218 KB 84/86 KB 12/12 KB 48/218 KB 86/86 KB 12/12 KB 52/218 KB 86/86 KB 12/12 KB 56/218 KB 86/86 KB 12/12 KB 60/218 KB 86/86 KB 12/12 KB 64/218 KB 86/86 KB 12/12 KB 68/218 KB 86/86 KB 12/12 KB 72/218 KB 86/86 KB 12/12 KB 76/218 KB 86/86 KB 12/12 KB 80/218 KB 86/86 KB 12/12 KB 84/218 KB 86/86 KB 12/12 KB 88/218 KB 86/86 KB 12/12 KB 92/218 KB 86/86 KB 12/12 KB 96/218 KB 86/86 KB 12/12 KB 100/218 KB 86/86 KB 12/12 KB 104/218 KB 86/86 KB 12/12 KB 108/218 KB 86/86 KB 12/12 KB 112/218 KB 86/86 KB 12/12 KB 116/218 KB 86/86 KB 12/12 KB 120/218 KB 86/86 KB 12/12 KB 124/218 KB 86/86 KB 12/12 KB 128/218 KB 86/86 KB 12/12 KB 132/218 KB 86/86 KB 12/12 KB 136/218 KB 86/86 KB 12/12 KB 140/218 KB 86/86 KB 12/12 KB 144/218 KB 86/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 KB at 61.9 KB/sec) unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (86 KB at 453.8 KB/sec) unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install 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 977.3 KB/sec) unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1290054933409851893.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall2048639349696483444.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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall1731789887048082589.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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall7352559921354474921.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4738823976703161157.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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:39 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: 10:37:39 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: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Installing /tmp/mvninstall4103280192070117233.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 3.437 s unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T10:37:39+00:00 unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 11M/60M unit-abot-epc-basic-0: 10:37:39 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ machine-1: 10:37:40 DEBUG juju.worker.apicaller connected machine-1: 10:37:40 DEBUG juju.worker.apicaller changing password... machine-1: 10:37:40 DEBUG juju.worker.apicaller password changed machine-1: 10:37:40 DEBUG juju.api RPC connection died machine-1: 10:37:40 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-1: 10:37:40 DEBUG juju.worker.apicaller connecting with current password machine-1: 10:37:40 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-1: 10:37:40 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-1: 10:37:40 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-1: 10:37:40 DEBUG juju.worker.apicaller connected machine-1: 10:37:40 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 INFO juju.worker.upgrader abort check blocked until version event received machine-1: 10:37:40 INFO juju.worker.upgrader unblocking abort check machine-1: 10:37:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-1: 10:37:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-1: 10:37:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-1: 10:37:40 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-1: 10:37:40 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-1: 10:37:40 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-1: 10:37:40 INFO juju.worker.migrationminion migration phase is now: NONE machine-1: 10:37:40 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-1: 10:37:40 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:37:40 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:37:40 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-1: 10:37:40 INFO juju.worker.authenticationworker "machine-1" key updater worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-1: 10:37:40 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 1 machine-1: 10:37:40 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-1: 10:37:40 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} machine-1: 10:37:40 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-1: 10:37:40 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: 10:37:40 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-1: 10:37:40 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-1: 10:37:40 DEBUG juju.worker.dependency "machiner" manifold worker started machine-1: 10:37:40 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 10:37:40 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:37:40 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:37:40 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 10:37:40 DEBUG juju.network including address local-cloud:192.168.121.9 for machine machine-1: 10:37:40 DEBUG juju.network including address local-machine:::1 for machine machine-1: 10:37:40 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-machine:::1] machine-1: 10:37:40 INFO juju.worker.machiner setting addresses for "machine-1" to [local-machine:127.0.0.1 local-cloud:192.168.121.9 local-machine:::1] machine-1: 10:37:40 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-1: 10:37:40 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-1: 10:37:40 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.logger logger setup machine-1: 10:37:40 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-1: 10:37:40 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-1: 10:37:40 DEBUG juju.network no lxc bridge addresses to filter for machine machine-1: 10:37:40 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:37:40 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-1: 10:37:40 DEBUG juju.network including address public:172.30.9.215 for machine machine-1: 10:37:40 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-1: 10:37:40 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-1: 10:37:40 DEBUG juju.network including address local-machine:::1 for machine machine-1: 10:37:40 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] machine-1: 10:37:40 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] machine-1: 10:37:40 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] machine-1: 10:37:40 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-1: 10:37:40 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-1: 10:37:40 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-1: 10:37:40 DEBUG juju.worker.reboot Reboot worker got action: noop machine-1: 10:37:40 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-1: 10:37:40 INFO juju.worker.deployer checking unit "mysql/0" machine-1: 10:37:40 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-1: 10:37:40 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-1: 10:37:40 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-1: 10:37:40 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-1: 10:37:40 INFO juju.worker.machiner "machine-1" started machine-1: 10:37:40 INFO juju.worker.deployer deploying unit "mysql/0" machine-1: 10:37:40 DEBUG juju.worker start "1-container-watcher" machine-1: 10:37:40 DEBUG juju.worker start "stateconverter" machine-1: 10:37:40 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-1: 10:37:40 INFO juju.worker start "1-container-watcher" machine-1: 10:37:40 DEBUG juju.worker "1-container-watcher" started machine-1: 10:37:40 INFO juju.worker start "stateconverter" machine-1: 10:37:40 DEBUG juju.worker "stateconverter" started machine-1: 10:37:40 DEBUG juju.cmd.jujud upgrades done, starting worker "1-container-watcher" machine-1: 10:37:40 DEBUG juju.service discovered init system "upstart" from local host machine-1: 10:37:40 DEBUG juju.worker.deployer state addresses: ["192.168.121.15:37017"] machine-1: 10:37:40 DEBUG juju.worker.deployer API addresses: ["192.168.121.15:17070" "172.30.9.215:17070"] machine-1: 10:37:41 INFO juju.service Installing and starting service &{Service:{Name:jujud-unit-mysql-0 Conf:{Desc:juju unit agent for mysql/0 Transient:false AfterStopped: Env:map[JUJU_CONTAINER_TYPE:] Limit:map[] Timeout:300 ExecStart:'/var/lib/juju/tools/unit-mysql-0/jujud' unit --data-dir '/var/lib/juju' --unit-name mysql/0 --debug ExecStopPost: Logfile:/var/log/juju/unit-mysql-0.log ExtraScript: ServiceBinary:/var/lib/juju/tools/unit-mysql-0/jujud ServiceArgs:[unit --data-dir /var/lib/juju --unit-name mysql/0 --debug]}}} unit-mysql-0: 10:37:41 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-mysql-0: 10:37:41 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-mysql-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "mysql/0", "--debug"} unit-mysql-0: 10:37:41 DEBUG juju.agent read agent config, format "2.0" unit-mysql-0: 10:37:41 DEBUG juju.worker start "api" unit-mysql-0: 10:37:41 INFO juju.worker start "api" unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "agent" manifold worker started unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-mysql-0" unit-mysql-0: 10:37:41 DEBUG juju.worker "api" started unit-mysql-0: 10:37:41 DEBUG juju.worker.introspection stats worker now serving unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-mysql-0: 10:37:41 DEBUG juju.worker.apicaller connecting with old password unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-mysql-0: 10:37:41 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-mysql-0: 10:37:41 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-mysql-0: 10:37:41 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-1: 10:37:41 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:dd:7e:0c 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.9 [] [] []} {2 fa:16:3e:dd:7e:0c 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 10:37:41 DEBUG unit.abot-epc-basic/0.install [INFO] Scanning for projects... unit-mysql-0: 10:37:41 DEBUG juju.worker.apicaller connected unit-mysql-0: 10:37:41 DEBUG juju.worker.apicaller changing password... unit-mysql-0: 10:37:41 DEBUG juju.worker.apicaller password changed unit-mysql-0: 10:37:41 DEBUG juju.api RPC connection died unit-mysql-0: 10:37:41 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-mysql-0: 10:37:41 DEBUG juju.worker.apicaller connecting with current password unit-mysql-0: 10:37:41 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-mysql-0: 10:37:41 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-mysql-0: 10:37:41 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:37:41 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:37:41 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:37:41 DEBUG unit.abot-epc-basic/0.install [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 10:37:41 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-mysql-0: 10:37:42 DEBUG juju.worker.apicaller connected unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-mysql-0: 10:37:42 INFO juju.worker.migrationminion migration phase is now: NONE unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 10:37:42 INFO juju.worker.upgrader abort check blocked until version event received unit-mysql-0: 10:37:42 INFO juju.worker.upgrader unblocking abort check unit-mysql-0: 10:37:42 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-mysql-0: 10:37:42 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} unit-mysql-0: 10:37:42 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-abot-epc-basic-0: 10:37:42 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom unit-mysql-0: 10:37:42 DEBUG juju.network no lxc bridge addresses to filter for machine unit-mysql-0: 10:37:42 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 10:37:42 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-mysql-0: 10:37:42 DEBUG juju.network including address public:172.30.9.215 for machine unit-mysql-0: 10:37:42 DEBUG juju.network including address local-cloud:192.168.121.15 for machine unit-mysql-0: 10:37:42 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-mysql-0: 10:37:42 DEBUG juju.network including address local-machine:::1 for machine unit-mysql-0: 10:37:42 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] unit-mysql-0: 10:37:42 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] unit-mysql-0: 10:37:42 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-mysql-0: 10:37:42 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-mysql-0: 10:37:42 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-mysql-0: 10:37:42 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.logger logger setup unit-mysql-0: 10:37:42 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-mysql-0: 10:37:42 DEBUG juju.worker.leadership mysql/0 making initial claim for mysql leadership unit-mysql-0: 10:37:42 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-mysql-0: 10:37:42 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-mysql-0: 10:37:42 INFO juju.worker.leadership mysql/0 promoted to leadership of mysql unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-mysql-0: 10:37:42 DEBUG juju.worker.dependency "uniter" manifold worker started unit-mysql-0: 10:37:42 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-mysql-0 unit-mysql-0: 10:37:42 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-mysql-0: 10:37:42 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-mysql-0/run.socket unit-mysql-0: 10:37:42 INFO juju.worker.uniter unit "mysql/0" started unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter juju-run listener running unit-mysql-0: 10:37:42 INFO juju.worker.uniter resuming charm install unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.operation running operation install cs:mysql-55 unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.operation preparing operation "install cs:mysql-55" unit-mysql-0: 10:37:42 INFO juju.worker.uniter.charm downloading cs:mysql-55 from API server unit-mysql-0: 10:37:42 INFO juju.downloader downloading from cs:mysql-55 unit-mysql-0: 10:37:42 DEBUG httpbakery client do GET https://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/charms?file=%2A&url=cs%3Amysql-55 { unit-mysql-0: 10:37:42 DEBUG httpbakery } -> error unit-mysql-0: 10:37:42 INFO juju.downloader download complete ("cs:mysql-55") unit-mysql-0: 10:37:42 INFO juju.downloader download verified ("cs:mysql-55") unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.operation executing operation "install cs:mysql-55" unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.charm preparing to deploy charm "cs:mysql-55" unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.charm deploying charm "cs:mysql-55" unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.charm finishing deploy of charm "cs:mysql-55" unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.operation committing operation "install cs:mysql-55" unit-mysql-0: 10:37:42 INFO juju.worker.uniter hooks are retried true unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.remotestate got service change unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.remotestate got unit change unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-mysql-0: 10:37:42 INFO juju.worker.uniter.storage initial storage attachments ready unit-mysql-0: 10:37:42 INFO juju.worker.uniter found queued "install" hook unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.operation running operation run install hook unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-mysql-0: 10:37:42 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install dpkg-query: package 'python-netaddr' is not installed and no information is available unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 10:37: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/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8 KB at 16.1 KB/sec) unit-abot-epc-basic-0: 10:37:42 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: 10:37:42 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: 10:37:42 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: 10:37:42 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 907.7 KB/sec) unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 10:37:42 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: 10:37:42 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 657.4 KB/sec) unit-abot-epc-basic-0: 10:37:42 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-mysql-0: 10:37:42 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install ipython python-netaddr-docs unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:37:42 DEBUG unit.mysql/0.install python-netaddr unit-abot-epc-basic-0: 10:37:42 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 1029.5 KB/sec) unit-abot-epc-basic-0: 10:37:42 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: 10:37:42 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 430.0 KB/sec) unit-abot-epc-basic-0: 10:37:42 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: 10:37:42 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 1269.8 KB/sec) unit-abot-epc-basic-0: 10:37:42 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: 10:37:43 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 301.9 KB/sec) unit-abot-epc-basic-0: 10:37:43 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: 10:37:43 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 720.8 KB/sec) unit-abot-epc-basic-0: 10:37:43 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: 10:37:43 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 1295.1 KB/sec) unit-abot-epc-basic-0: 10:37:43 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: 10:37:43 DEBUG unit.abot-epc-basic/0.install 3/16 KB 6/16 KB 9/16 KB 11/16 KB 14/16 KB 16/16 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/16/apache-16.pom (16 KB at 716.0 KB/sec) unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.19.1/maven-surefire-plugin-2.19.1.jar unit-abot-epc-basic-0: 10:37:43 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 961.6 KB/sec) unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install Need to get 849 kB of archives. unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install After this operation, 4216 kB of additional disk space will be used. unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-netaddr all 0.7.10-1ubuntu1.1 [849 kB] unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (6 KB at 284.9 KB/sec) unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install 3/34 KB 5/34 KB 8/34 KB 11/34 KB 13/34 KB 16/34 KB 19/34 KB 21/34 KB 24/34 KB 27/34 KB 29/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 KB at 1384.4 KB/sec) unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.pom unit-abot-epc-basic-0: 10:37:43 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 363.3 KB/sec) unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom unit-abot-epc-basic-0: 10:37:43 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: 10:37:43 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: 10:37:43 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/maven-cucumber-reporting/0.1.0/maven-cucumber-reporting-0.1.0.jar (9 KB at 367.1 KB/sec) unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 10:37:43 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm-deps/1.0.5/cucumber-jvm-deps-1.0.5.pom unit-abot-epc-basic-0: 10:37:43 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 211.0 KB/sec) unit-abot-epc-basic-0: 10:37:43 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: 10:37:43 DEBUG unit.mysql/0.install Fetched 849 kB in 0s (1153 kB/s) unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install Selecting previously unselected package python-netaddr. unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install (Reading database ... 78141 files and directories currently installed.) unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install Preparing to unpack .../python-netaddr_0.7.10-1ubuntu1.1_all.deb ... unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install Unpacking python-netaddr (0.7.10-1ubuntu1.1) ... unit-mysql-0: 10:37:43 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install Setting up python-netaddr (0.7.10-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:37:44 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: 10:37:44 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 412.1 KB/sec) unit-abot-epc-basic-0: 10:37:44 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/6/oss-parent-6.pom unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install dpkg-query: package 'python-netifaces' is not installed and no information is available unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 10:37:44 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: 10:37:44 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: 10:37:44 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-mysql-0: 10:37:44 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install python-netifaces unit-abot-epc-basic-0: 10:37:44 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: 10:37:44 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 168.5 KB/sec) unit-abot-epc-basic-0: 10:37:44 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: 10:37:44 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: 10:37:44 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.pom (3 KB at 146.1 KB/sec) unit-abot-epc-basic-0: 10:37:44 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: 10:37:44 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install Need to get 11.3 kB of archives. unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install After this operation, 63.5 kB of additional disk space will be used. unit-mysql-0: 10:37:44 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-netifaces amd64 0.8-3build1 [11.3 kB] unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Fetched 11.3 kB in 0s (26.0 kB/s) unit-abot-epc-basic-0: 10:37:45 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom unit-abot-epc-basic-0: 10:37:45 DEBUG unit.abot-epc-basic/0.install 3/36 KB 5/36 KB 8/36 KB 11/36 KB 13/36 KB 16/36 KB 19/36 KB 21/36 KB 24/36 KB 27/36 KB 29/36 KB 32/36 KB 35/36 KB 36/36 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-jvm/1.2.2/cucumber-jvm-1.2.2.pom (36 KB at 1097.6 KB/sec) unit-abot-epc-basic-0: 10:37:45 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: 10:37:45 DEBUG unit.mysql/0.install Selecting previously unselected package python-netifaces. unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install (Reading database ... 78181 files and directories currently installed.) unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Preparing to unpack .../python-netifaces_0.8-3build1_amd64.deb ... unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Unpacking python-netifaces (0.8-3build1) ... unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Setting up python-netifaces (0.8-3build1) ... unit-abot-epc-basic-0: 10:37:45 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: 10:37:45 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 220.9 KB/sec) unit-abot-epc-basic-0: 10:37:45 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: 10:37:45 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: 10:37:45 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 211.4 KB/sec) unit-abot-epc-basic-0: 10:37:45 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: 10:37:45 DEBUG unit.mysql/0.install dpkg-query: package 'python-pip' is not installed and no information is available unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Use dpkg --info (= dpkg-deb --info) to examine archive files, unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install and dpkg --contents (= dpkg-deb --contents) to list their contents. unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Reading package lists... unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Reading state information... unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip-whl unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-requests-whl python-setuptools-whl python-six-whl python-urllib3-whl unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-wheel python3-pkg-resources unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libquadmath0-dbg glibc-doc libstdc++-4.8-doc make-doc python-genshi unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python3-setuptools unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install Recommended packages: unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-dev-all unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install binutils build-essential cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install gcc-4.8 libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libalgorithm-merge-perl libasan0 libatomic1 libc-dev-bin libc6-dev unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libcloog-isl4 libdpkg-perl libfakeroot libfile-fcntllock-perl libgcc-4.8-dev unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libgmp10 libgomp1 libisl10 libitm1 libmpc3 libmpfr4 libquadmath0 unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install libstdc++-4.8-dev libtsan0 linux-libc-dev make manpages-dev unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-chardet-whl python-colorama python-colorama-whl python-distlib unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-distlib-whl python-html5lib python-html5lib-whl python-pip unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-pip-whl python-requests-whl python-setuptools-whl python-six-whl unit-mysql-0: 10:37:45 DEBUG unit.mysql/0.install python-urllib3-whl python-wheel python3-pkg-resources unit-abot-epc-basic-0: 10:37:45 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: 10:37:45 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 167.1 KB/sec) unit-abot-epc-basic-0: 10:37:45 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/info/cukes/cucumber-jvm-deps/1.0.3/cucumber-jvm-deps-1.0.3.pom unit-abot-epc-basic-0: 10:37:46 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: 10:37:46 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 309.0 KB/sec) unit-abot-epc-basic-0: 10:37:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/junit/junit/4.11/junit-4.11.pom unit-mysql-0: 10:37:46 DEBUG unit.mysql/0.install 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:37:46 DEBUG unit.mysql/0.install Need to get 40.9 MB of archives. unit-mysql-0: 10:37:46 DEBUG unit.mysql/0.install After this operation, 119 MB of additional disk space will be used. unit-mysql-0: 10:37:46 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.4 [63.1 kB] unit-abot-epc-basic-0: 10:37:46 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.pom unit-abot-epc-basic-0: 10:37:46 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 127.2 KB/sec) unit-abot-epc-basic-0: 10:37:46 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: 10:37:46 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: 10:37:46 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 41.6 KB/sec) unit-abot-epc-basic-0: 10:37:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom unit-mysql-0: 10:37:46 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-abot-epc-basic-0: 10:37:46 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: 10:37:46 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 80.2 KB/sec) unit-abot-epc-basic-0: 10:37:46 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jcraft/jsch/0.1.51/jsch-0.1.51.pom unit-mysql-0: 10:37:46 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] unit-abot-epc-basic-0: 10:37:47 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: 10:37:47 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 143.6 KB/sec) unit-mysql-0: 10:37:47 DEBUG unit.mysql/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] unit-abot-epc-basic-0: 10:37:47 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: 10:37:47 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: 10:37:47 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 94.5 KB/sec) unit-abot-epc-basic-0: 10:37:47 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: 10:37:47 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: 10:37:47 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: 10:37:47 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/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 KB at 683.3 KB/sec) unit-abot-epc-basic-0: 10:37:47 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: 10:37:47 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.4 [23.1 kB] unit-mysql-0: 10:37:47 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.4 [28.6 kB] unit-abot-epc-basic-0: 10:37:47 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: 10:37:47 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.pom (9 KB at 564.5 KB/sec) unit-abot-epc-basic-0: 10:37:47 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: 10:37:48 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: 10:37:48 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: 10:37:48 DEBUG unit.abot-epc-basic/0.install 3/53 KB 5/53 KB 8/53 KB 11/53 KB 13/53 KB 16/53 KB 19/53 KB 21/53 KB 24/53 KB 27/53 KB 29/53 KB 32/53 KB 36/53 KB 40/53 KB 44/53 KB 48/53 KB 52/53 KB 53/53 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j/2.7/log4j-2.7.pom (53 KB at 1637.4 KB/sec) unit-abot-epc-basic-0: 10:37:48 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: 10:37:48 DEBUG unit.mysql/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.4 [126 kB] unit-mysql-0: 10:37:48 DEBUG unit.mysql/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.4 [94.8 kB] unit-mysql-0: 10:37:48 DEBUG unit.mysql/0.install Get:11 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] unit-abot-epc-basic-0: 10:37:48 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: 10:37:48 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: 10:37:48 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: 10:37:48 DEBUG unit.mysql/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] unit-abot-epc-basic-0: 10:37:48 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: 10:37:48 DEBUG unit.abot-epc-basic/0.install 3/11 KB 5/11 KB 8/11 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.pom (11 KB at 670.4 KB/sec) unit-abot-epc-basic-0: 10:37:48 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: 10:37:49 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-abot-epc-basic-0: 10:37:49 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-mysql-0: 10:37:49 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: 10:37:49 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 233.3 KB/sec) unit-abot-epc-basic-0: 10:37:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/sonatype/oss/oss-parent/4/oss-parent-4.pom unit-mysql-0: 10:37:49 DEBUG unit.mysql/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.14 [1913 kB] unit-abot-epc-basic-0: 10:37:49 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: 10:37:49 DEBUG unit.abot-epc-basic/0.install 3/4 KB 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 162.8 KB/sec) unit-abot-epc-basic-0: 10:37:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.pom unit-abot-epc-basic-0: 10:37:49 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-mysql-0: 10:37:49 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: 10:37:49 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 152.0 KB/sec) unit-abot-epc-basic-0: 10:37:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-logging/commons-logging/1.2/commons-logging-1.2.pom unit-abot-epc-basic-0: 10:37:49 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: 10:37:49 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 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 KB at 721.4 KB/sec) unit-abot-epc-basic-0: 10:37:49 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/34/commons-parent-34.pom unit-mysql-0: 10:37:49 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-mysql-0: 10:37:50 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: 10:37:50 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: 10:37:50 DEBUG unit.abot-epc-basic/0.install 3/55 KB 6/55 KB 9/55 KB 11/55 KB 14/55 KB 16/55 KB 19/55 KB 22/55 KB 25/55 KB 27/55 KB 30/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 1951.1 KB/sec) unit-abot-epc-basic-0: 10:37:50 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-mysql-0: 10:37:50 DEBUG unit.mysql/0.install Get:19 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.4 [5040 kB] unit-abot-epc-basic-0: 10:37:50 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: 10:37:50 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 350.9 KB/sec) unit-abot-epc-basic-0: 10:37:50 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: 10:37:50 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: 10:37:50 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: 10:37:50 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 186.7 KB/sec) unit-abot-epc-basic-0: 10:37:50 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/aopalliance/aopalliance/1.0/aopalliance-1.0.pom unit-mysql-0: 10:37:50 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: 10:37:50 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: 10:37:50 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 23.6 KB/sec) unit-abot-epc-basic-0: 10:37:50 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: 10:37:50 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: 10:37:51 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: 10:37:51 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.2.2.RELEASE/spring-beans-4.2.2.RELEASE.pom (3 KB at 162.8 KB/sec) unit-abot-epc-basic-0: 10:37:51 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: 10:37:51 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: 10:37:51 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.2.2.RELEASE/spring-expression-4.2.2.RELEASE.pom (2 KB at 93.5 KB/sec) unit-abot-epc-basic-0: 10:37:51 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: 10:37:51 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: 10:37:51 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 339.3 KB/sec) unit-abot-epc-basic-0: 10:37:51 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: 10:37:51 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: 10:37:51 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: 10:37:51 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 32.9 KB/sec) unit-abot-epc-basic-0: 10:37:51 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: 10:37:51 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: 10:37:51 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: 10:37:51 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-io/commons-io/1.3.2/commons-io-1.3.2.pom (10 KB at 593.6 KB/sec) unit-abot-epc-basic-0: 10:37:51 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: 10:37:52 DEBUG unit.mysql/0.install Get:25 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.8 [179 kB] unit-abot-epc-basic-0: 10:37:52 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: 10:37:52 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/commons/commons-parent/3/commons-parent-3.pom (12 KB at 549.2 KB/sec) unit-abot-epc-basic-0: 10:37:52 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/apache/4/apache-4.pom unit-mysql-0: 10:37:52 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: 10:37:52 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: 10:37:52 DEBUG unit.abot-epc-basic/0.install 3/5 KB 5/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/apache/4/apache-4.pom (5 KB at 258.2 KB/sec) unit-mysql-0: 10:37:52 DEBUG unit.mysql/0.install Get:27 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] unit-abot-epc-basic-0: 10:37:52 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: 10:37:52 DEBUG unit.mysql/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-abot-epc-basic-0: 10:37:52 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: 10:37:52 DEBUG unit.abot-epc-basic/0.install 3/20 KB 5/20 KB 8/20 KB 11/20 KB 13/20 KB 16/20 KB 19/20 KB 20/20 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.pom (20 KB at 1105.5 KB/sec) unit-abot-epc-basic-0: 10:37:52 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: 10:37:52 DEBUG unit.mysql/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] unit-mysql-0: 10:37:52 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: 10:37:52 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/33/commons-parent-33.pom unit-abot-epc-basic-0: 10:37:52 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 1994.0 KB/sec) unit-abot-epc-basic-0: 10:37:52 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-mysql-0: 10:37:52 DEBUG unit.mysql/0.install Get:31 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] unit-mysql-0: 10:37:53 DEBUG unit.mysql/0.install Get:32 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] unit-abot-epc-basic-0: 10:37:53 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: 10:37:53 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 99.1 KB/sec) unit-abot-epc-basic-0: 10:37:53 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/pcap4j/pcap4j/1.2.1/pcap4j-1.2.1.pom unit-mysql-0: 10:37:53 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-abot-epc-basic-0: 10:37:53 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-mysql-0: 10:37:53 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: 10:37:53 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: 10:37:53 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: 10:37:53 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: 10:37:53 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: 10:37:53 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 54.2 KB/sec) unit-abot-epc-basic-0: 10:37:53 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: 10:37:53 DEBUG unit.mysql/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] unit-mysql-0: 10:37:53 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: 10:37:53 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: 10:37:53 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.pom (3 KB at 138.2 KB/sec) unit-abot-epc-basic-0: 10:37:53 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: 10:37:53 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: 10:37:54 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: 10:37:54 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 627.2 KB/sec) unit-mysql-0: 10:37:54 DEBUG unit.mysql/0.install Get:39 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] unit-abot-epc-basic-0: 10:37:54 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: 10:37:54 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-abot-epc-basic-0: 10:37:54 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: 10:37:54 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 128.0 KB/sec) unit-abot-epc-basic-0: 10:37:54 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: 10:37:54 DEBUG unit.mysql/0.install Get:41 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] unit-mysql-0: 10:37:54 DEBUG unit.mysql/0.install Get:42 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] unit-abot-epc-basic-0: 10:37:54 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: 10:37:54 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 53.7 KB/sec) unit-abot-epc-basic-0: 10:37:54 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.pom unit-mysql-0: 10:37:54 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: 10:37:54 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: 10:37:54 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: 10:37:54 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 56.5 KB/sec) unit-abot-epc-basic-0: 10:37:54 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: 10:37:54 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: 10:37:55 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom unit-abot-epc-basic-0: 10:37:55 DEBUG unit.abot-epc-basic/0.install 3/9 KB 5/9 KB 8/9 KB 9/9 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.pom (9 KB at 550.5 KB/sec) unit-abot-epc-basic-0: 10:37:55 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: 10:37:55 DEBUG unit.mysql/0.install Get:46 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] unit-abot-epc-basic-0: 10:37:55 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: 10:37:55 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/oss/oss-parent/9/oss-parent-9.pom (7 KB at 400.9 KB/sec) unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Get:47 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] unit-abot-epc-basic-0: 10:37:55 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: 10:37:55 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: 10:37:55 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 247.4 KB/sec) unit-abot-epc-basic-0: 10:37:55 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-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Get:48 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] unit-abot-epc-basic-0: 10:37:55 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: 10:37:55 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 758.0 KB/sec) unit-abot-epc-basic-0: 10:37:55 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Extracting templates from packages: 61% Extracting templates from packages: 100% unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Fetched 40.9 MB in 9s (4135 kB/s) unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Selecting previously unselected package libasan0:amd64. unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install (Reading database ... 78191 files and directories currently installed.) unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Selecting previously unselected package libatomic1:amd64. unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Selecting previously unselected package libgmp10:amd64. unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-mysql-0: 10:37:55 DEBUG unit.mysql/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Selecting previously unselected package libisl10:amd64. unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-abot-epc-basic-0: 10:37:56 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: 10:37:56 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 250.7 KB/sec) unit-abot-epc-basic-0: 10:37:56 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: 10:37:56 DEBUG unit.mysql/0.install Selecting previously unselected package libgomp1:amd64. unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Selecting previously unselected package libitm1:amd64. unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:37:56 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-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:37:56 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: 10:37:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Selecting previously unselected package libmpfr4:amd64. unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-abot-epc-basic-0: 10:37:56 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/11/commons-parent-11.pom unit-abot-epc-basic-0: 10:37:56 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 802.4 KB/sec) unit-abot-epc-basic-0: 10:37:56 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-net/commons-net/3.0.1/commons-net-3.0.1.pom unit-abot-epc-basic-0: 10:37:56 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: 10:37:56 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 995.8 KB/sec) unit-abot-epc-basic-0: 10:37:56 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: 10:37:56 DEBUG unit.mysql/0.install Selecting previously unselected package libquadmath0:amd64. unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:37:56 DEBUG unit.mysql/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Selecting previously unselected package libtsan0:amd64. unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:37:57 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: 10:37:57 DEBUG unit.abot-epc-basic/0.install 3/34 KB 6/34 KB 9/34 KB 11/34 KB 14/34 KB 16/34 KB 19/34 KB 22/34 KB 25/34 KB 27/34 KB 30/34 KB 32/34 KB 34/34 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/21/commons-parent-21.pom (34 KB at 1508.9 KB/sec) unit-abot-epc-basic-0: 10:37:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Selecting previously unselected package libmpc3:amd64. unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Selecting previously unselected package binutils. unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-abot-epc-basic-0: 10:37:57 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.pom unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-abot-epc-basic-0: 10:37:57 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 183.0 KB/sec) unit-abot-epc-basic-0: 10:37:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-core/2.8.7/jackson-core-2.8.7.pom unit-abot-epc-basic-0: 10:37:57 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: 10:37:57 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 278.3 KB/sec) unit-abot-epc-basic-0: 10:37:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom unit-abot-epc-basic-0: 10:37:57 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: 10:37:57 DEBUG unit.abot-epc-basic/0.install 3/8 KB 6/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 458.0 KB/sec) unit-abot-epc-basic-0: 10:37:57 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/oss-parent/27/oss-parent-27.pom unit-abot-epc-basic-0: 10:37:57 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: 10:37:57 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/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 KB at 767.1 KB/sec) unit-abot-epc-basic-0: 10:37:57 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: 10:37:57 DEBUG unit.mysql/0.install Selecting previously unselected package libc-dev-bin. unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-mysql-0: 10:37:57 DEBUG unit.mysql/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-abot-epc-basic-0: 10:37:58 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: 10:37: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/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.pom (9 KB at 417.8 KB/sec) unit-abot-epc-basic-0: 10:37:58 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: 10:37:58 DEBUG unit.mysql/0.install Selecting previously unselected package libc6-dev:amd64. unit-mysql-0: 10:37:58 DEBUG unit.mysql/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-mysql-0: 10:37:58 DEBUG unit.mysql/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:37:58 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: 10:37:58 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: 10:37:58 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: 10:37:58 DEBUG unit.mysql/0.install Selecting previously unselected package cpp-4.8. unit-mysql-0: 10:37:58 DEBUG unit.mysql/0.install Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:37:58 DEBUG unit.mysql/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:37:58 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: 10:37:58 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 57.8 KB/sec) unit-abot-epc-basic-0: 10:37:58 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom unit-abot-epc-basic-0: 10:37:58 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: 10:37:58 DEBUG unit.abot-epc-basic/0.install 1016/1016 B Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1016 B at 62.0 KB/sec) unit-abot-epc-basic-0: 10:37:58 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom unit-abot-epc-basic-0: 10:37:58 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: 10:37:58 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: 10:37:58 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: 10:37:59 DEBUG unit.mysql/0.install Selecting previously unselected package cpp. unit-mysql-0: 10:37:59 DEBUG unit.mysql/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:37:59 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/woodstox/stax2-api/3.1.0/stax2-api-3.1.0.pom unit-abot-epc-basic-0: 10:37:59 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 81.2 KB/sec) unit-abot-epc-basic-0: 10:37:59 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: 10:37:59 DEBUG unit.mysql/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 10:37:59 DEBUG unit.mysql/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-mysql-0: 10:37:59 DEBUG unit.mysql/0.install Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:37:59 DEBUG unit.mysql/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:37:59 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: 10:37:59 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 58.7 KB/sec) unit-abot-epc-basic-0: 10:37:59 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: 10:38:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.8/jackson-annotations-2.8.8.pom unit-abot-epc-basic-0: 10:38:00 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 112.8 KB/sec) unit-abot-epc-basic-0: 10:38:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/fasterxml/jackson/core/jackson-databind/2.8.8/jackson-databind-2.8.8.pom unit-abot-epc-basic-0: 10:38:00 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: 10:38:00 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-databind/2.8.8/jackson-databind-2.8.8.pom (6 KB at 331.2 KB/sec) unit-abot-epc-basic-0: 10:38:00 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: 10:38:00 DEBUG unit.mysql/0.install Selecting previously unselected package gcc-4.8. unit-mysql-0: 10:38:00 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: 10:38:00 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.8.0/jackson-annotations-2.8.0.pom unit-abot-epc-basic-0: 10:38:00 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 100.3 KB/sec) unit-abot-epc-basic-0: 10:38:00 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: 10:38:00 DEBUG unit.mysql/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:38:00 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: 10:38:00 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 330.5 KB/sec) unit-abot-epc-basic-0: 10:38:00 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.pom unit-abot-epc-basic-0: 10:38:01 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: 10:38:01 DEBUG unit.abot-epc-basic/0.install 3/31 KB 6/31 KB 9/31 KB 11/31 KB 14/31 KB 16/31 KB 19/31 KB 22/31 KB 25/31 KB 27/31 KB 30/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 1013.3 KB/sec) unit-abot-epc-basic-0: 10:38:01 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: 10:38:01 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: 10:38:01 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 208.5 KB/sec) unit-abot-epc-basic-0: 10:38:01 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: 10:38:01 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: 10:38:01 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 879.2 KB/sec) unit-abot-epc-basic-0: 10:38:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.pom unit-abot-epc-basic-0: 10:38:01 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: 10:38:01 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 131.0 KB/sec) unit-abot-epc-basic-0: 10:38:01 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom unit-abot-epc-basic-0: 10:38:01 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: 10:38:01 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/com/jayway/jsonpath/json-path-parent/0.9.1/json-path-parent-0.9.1.pom (11 KB at 570.9 KB/sec) unit-abot-epc-basic-0: 10:38:01 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: 10:38:02 DEBUG unit.mysql/0.install Selecting previously unselected package gcc. unit-mysql-0: 10:38:02 DEBUG unit.mysql/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 10:38:02 DEBUG unit.mysql/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-mysql-0: 10:38:02 DEBUG unit.mysql/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-abot-epc-basic-0: 10:38:02 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-mysql-0: 10:38:02 DEBUG unit.mysql/0.install Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:38:02 DEBUG unit.mysql/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:38:02 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 116.0 KB/sec) unit-abot-epc-basic-0: 10:38:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/net/minidev/parent/1.2/parent-1.2.pom unit-abot-epc-basic-0: 10:38:02 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: 10:38:02 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 503.0 KB/sec) unit-abot-epc-basic-0: 10:38:02 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: 10:38:02 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: 10:38:02 DEBUG unit.abot-epc-basic/0.install 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: 10:38:02 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: 10:38:02 DEBUG unit.mysql/0.install Selecting previously unselected package g++-4.8. unit-mysql-0: 10:38:02 DEBUG unit.mysql/0.install Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-mysql-0: 10:38:02 DEBUG unit.mysql/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:38:02 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: 10:38:02 DEBUG unit.abot-epc-basic/0.install 3/12 KB 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 KB at 606.7 KB/sec) unit-abot-epc-basic-0: 10:38:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom unit-abot-epc-basic-0: 10:38:02 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: 10:38:02 DEBUG unit.abot-epc-basic/0.install 3/5 KB 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: 10:38:02 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom unit-abot-epc-basic-0: 10:38:03 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: 10:38:03 DEBUG unit.abot-epc-basic/0.install 3/12 KB 5/12 KB 8/12 KB 11/12 KB 12/12 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 KB at 539.5 KB/sec) unit-abot-epc-basic-0: 10:38:03 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/project/7/project-7.pom unit-abot-epc-basic-0: 10:38:03 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: 10:38:03 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: 10:38:03 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-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package g++. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package make. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package libdpkg-perl. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package dpkg-dev. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package build-essential. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking build-essential (11.6ubuntu6) ... unit-abot-epc-basic-0: 10:38:03 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: 10:38:03 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (6 KB at 317.9 KB/sec) unit-abot-epc-basic-0: 10:38:03 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-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package libfakeroot:amd64. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package fakeroot. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-abot-epc-basic-0: 10:38:03 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: 10:38:03 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 883.7 KB/sec) unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-abot-epc-basic-0: 10:38:03 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-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 10:38:03 DEBUG unit.mysql/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Selecting previously unselected package manpages-dev. unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:04 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: 10:38:04 DEBUG unit.abot-epc-basic/0.install 3/18 KB 6/18 KB 9/18 KB 11/18 KB 14/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 746.8 KB/sec) unit-abot-epc-basic-0: 10:38:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/28/commons-parent-28.pom unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Selecting previously unselected package python3-pkg-resources. unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Unpacking python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:38:04 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: 10:38:04 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 1749.1 KB/sec) unit-abot-epc-basic-0: 10:38:04 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.pom unit-abot-epc-basic-0: 10:38:04 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: 10:38:04 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 311.6 KB/sec) unit-abot-epc-basic-0: 10:38:04 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: 10:38:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-chardet-whl. unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... unit-abot-epc-basic-0: 10:38:04 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-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama. unit-abot-epc-basic-0: 10:38:04 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-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:38:04 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-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Unpacking python-colorama (0.2.5-0.1ubuntu2) ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-colorama-whl. unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib. unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Unpacking python-distlib (0.1.8-1ubuntu1) ... unit-mysql-0: 10:38:04 DEBUG unit.mysql/0.install Selecting previously unselected package python-distlib-whl. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:38:05 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-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-html5lib-whl. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:38:05 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-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:38:05 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-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-six-whl. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-six-whl (1.5.2-1ubuntu1) ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-urllib3-whl. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-requests-whl. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-setuptools-whl. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip-whl. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-pip-whl (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 10:38:05 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: 10:38:05 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 369.2 KB/sec) unit-abot-epc-basic-0: 10:38:05 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-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-pip. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-pip (1.5.4-1ubuntu4) ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Selecting previously unselected package python-wheel. unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... unit-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Unpacking python-wheel (0.24.0-1~ubuntu1) ... unit-abot-epc-basic-0: 10:38:05 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: 10:38:05 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-mysql-0: 10:38:05 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:05 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom unit-abot-epc-basic-0: 10:38:05 DEBUG unit.abot-epc-basic/0.install 503 B Downloaded: http://repo.bodar.com/com/googlecode/totallylazy/totallylazy/1.81/totallylazy-1.81.pom (503 B at 1.6 KB/sec) unit-abot-epc-basic-0: 10:38:05 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: 10:38:06 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: 10:38:06 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: 10:38:06 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: 10:38:06 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: 10:38:06 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 523.3 KB/sec) unit-abot-epc-basic-0: 10:38:06 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.pom unit-abot-epc-basic-0: 10:38:06 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: 10:38:06 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 623.7 KB/sec) unit-abot-epc-basic-0: 10:38:06 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: 10:38:06 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: 10:38:06 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 642.7 KB/sec) unit-abot-epc-basic-0: 10:38:06 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: 10:38:06 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: 10:38:06 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 1070.8 KB/sec) unit-abot-epc-basic-0: 10:38:06 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: 10:38:07 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: 10:38:07 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: 10:38:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 10:38:07 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.pom unit-abot-epc-basic-0: 10:38:07 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: 10:38:07 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: 10:38:07 DEBUG unit.mysql/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:38:07 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: 10:38:07 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 750.4 KB/sec) unit-abot-epc-basic-0: 10:38:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.pom unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:38:07 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: 10:38:07 DEBUG unit.mysql/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:38:07 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 177.4 KB/sec) unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:07 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/google/5/google-5.pom unit-mysql-0: 10:38:07 DEBUG unit.mysql/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-abot-epc-basic-0: 10:38:08 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: 10:38:08 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 160.0 KB/sec) unit-abot-epc-basic-0: 10:38:08 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: 10:38:08 DEBUG unit.mysql/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-abot-epc-basic-0: 10:38:08 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: 10:38:08 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 54.8 KB/sec) unit-abot-epc-basic-0: 10:38:08 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: 10:38:08 DEBUG unit.mysql/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up make (3.81-8.2ubuntu3) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-abot-epc-basic-0: 10:38:08 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: 10:38:08 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 673.5 KB/sec) unit-abot-epc-basic-0: 10:38:08 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/commons/commons-parent/24/commons-parent-24.pom unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up build-essential (11.6ubuntu6) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-mysql-0: 10:38:08 DEBUG unit.mysql/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:09 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-mysql-0: 10:38:09 DEBUG unit.mysql/0.install Setting up python3-pkg-resources (3.3-1ubuntu2) ... unit-abot-epc-basic-0: 10:38:09 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 1709.5 KB/sec) unit-abot-epc-basic-0: 10:38:09 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-mysql-0: 10:38:09 DEBUG unit.mysql/0.install Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... unit-mysql-0: 10:38:09 DEBUG unit.mysql/0.install Setting up python-colorama (0.2.5-0.1ubuntu2) ... unit-abot-epc-basic-0: 10:38:09 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: 10:38:09 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 296.4 KB/sec) unit-mysql-0: 10:38:09 DEBUG unit.mysql/0.install Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... unit-mysql-0: 10:38:09 DEBUG unit.mysql/0.install Setting up python-distlib (0.1.8-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:09 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: 10:38:09 DEBUG unit.mysql/0.install Setting up python-distlib-whl (0.1.8-1ubuntu1) ... unit-mysql-0: 10:38:09 DEBUG unit.mysql/0.install Setting up python-html5lib (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:38:09 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: 10:38:09 DEBUG unit.mysql/0.install Setting up python-html5lib-whl (0.999-3~ubuntu1) ... unit-abot-epc-basic-0: 10:38:09 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 35.0 KB/sec) unit-abot-epc-basic-0: 10:38:09 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: 10:38:09 DEBUG unit.mysql/0.install Setting up python-six-whl (1.5.2-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:09 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: 10:38:09 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 382.9 KB/sec) unit-abot-epc-basic-0: 10:38:09 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: 10:38:09 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: 10:38:09 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/maven-parent/4/maven-parent-4.pom (10 KB at 610.1 KB/sec) unit-abot-epc-basic-0: 10:38:09 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: 10:38:10 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.5 KB/sec) unit-abot-epc-basic-0: 10:38:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom unit-mysql-0: 10:38:10 DEBUG unit.mysql/0.install Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... unit-mysql-0: 10:38:10 DEBUG unit.mysql/0.install Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... unit-mysql-0: 10:38:10 DEBUG unit.mysql/0.install Setting up python-setuptools-whl (3.3-1ubuntu2) ... unit-mysql-0: 10:38:10 DEBUG unit.mysql/0.install Setting up python-pip-whl (1.5.4-1ubuntu4) ... unit-mysql-0: 10:38:10 DEBUG unit.mysql/0.install Setting up python-pip (1.5.4-1ubuntu4) ... unit-abot-epc-basic-0: 10:38:10 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: 10:38:10 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.pom (6 KB at 337.9 KB/sec) unit-abot-epc-basic-0: 10:38:10 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: 10:38:10 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: 10:38:10 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: 10:38:10 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: 10:38:10 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: 10:38:10 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-mysql-0: 10:38:10 DEBUG unit.mysql/0.install Setting up python-wheel (0.24.0-1~ubuntu1) ... unit-mysql-0: 10:38:10 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:38:10 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: 10:38:10 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: 10:38:10 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: 10:38:10 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: 10:38:10 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: 10:38:10 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: 10:38:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar unit-abot-epc-basic-0: 10:38:10 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar unit-abot-epc-basic-0: 10:38:11 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: 10:38:11 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: 10:38:11 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: 10:38:11 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 10:38:11 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: 10:38:11 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-mysql-0: 10:38:11 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 10:38:11 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-mysql-0: 10:38:11 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:38:11 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 10:38:11 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: 10:38:11 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: 10:38:11 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-mysql-0: 10:38:11 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:38:11 DEBUG unit.mysql/0.install python-dnspython unit-abot-epc-basic-0: 10:38:11 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: 10:38:11 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: 10:38:11 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: 10:38:11 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: 10:38:11 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: 10:38:11 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-mysql-0: 10:38:11 DEBUG unit.mysql/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:38:11 DEBUG unit.mysql/0.install Need to get 83.1 kB of archives. unit-mysql-0: 10:38:11 DEBUG unit.mysql/0.install After this operation, 545 kB of additional disk space will be used. unit-mysql-0: 10:38:11 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-dnspython all 1.11.1-1build1 [83.1 kB] unit-abot-epc-basic-0: 10:38:11 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar unit-mysql-0: 10:38:12 DEBUG unit.mysql/0.install Fetched 83.1 kB in 0s (174 kB/s) unit-abot-epc-basic-0: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38: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.jar unit-mysql-0: 10:38:12 DEBUG unit.mysql/0.install Selecting previously unselected package python-dnspython. unit-mysql-0: 10:38:12 DEBUG unit.mysql/0.install (Reading database ... 83319 files and directories currently installed.) unit-mysql-0: 10:38:12 DEBUG unit.mysql/0.install Preparing to unpack .../python-dnspython_1.11.1-1build1_all.deb ... unit-abot-epc-basic-0: 10:38: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.jar unit-abot-epc-basic-0: 10:38: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.jar unit-abot-epc-basic-0: 10:38:12 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: 10:38:12 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: 10:38:12 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-mysql-0: 10:38:12 DEBUG unit.mysql/0.install Unpacking python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:12 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: 10:38:13 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: 10:38:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/velocity/velocity/1.7/velocity-1.7.jar unit-mysql-0: 10:38:13 DEBUG unit.mysql/0.install Setting up python-dnspython (1.11.1-1build1) ... unit-abot-epc-basic-0: 10:38:13 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: 10:38:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar unit-abot-epc-basic-0: 10:38:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar unit-abot-epc-basic-0: 10:38:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/com/google/guava/guava/r09/guava-r09.jar unit-abot-epc-basic-0: 10:38:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 10:38:13 DEBUG unit.abot-epc-basic/0.install Downloading: http://repo.bodar.com/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 10:38:13 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.jar unit-abot-epc-basic-0: 10:38:13 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: 10:38:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:38:13 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:38:13 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:38:13 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 10:38:13 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 10:38:14 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 10:38:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-mysql-0: 10:38:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 4/966 KB 8/966 KB 12/966 KB 14/966 KB 18/966 KB 22/966 KB 26/966 KB 29/966 KB 33/966 KB 37/966 KB 41/966 KB 41/966 KB 45/966 KB 47/966 KB 49/966 KB 53/966 KB 57/966 KB 61/966 KB 63/966 KB 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 210.3 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 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: 10:38:15 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: 10:38:15 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: 10:38:15 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: 10:38:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 3/590 KB 5/590 KB 8/590 KB 11/590 KB 13/590 KB 16/590 KB 19/590 KB 21/590 KB 24/590 KB 27/590 KB 29/590 KB 32/590 KB 36/590 KB 40/590 KB 44/590 KB 48/590 KB 52/590 KB 56/590 KB 60/590 KB 64/590 KB 68/590 KB 72/590 KB 76/590 KB 80/590 KB 84/590 KB 88/590 KB 92/590 KB 96/590 KB 100/590 KB 104/590 KB 108/590 KB 112/590 KB 116/590 KB 120/590 KB 124/590 KB 128/590 KB 132/590 KB 136/590 KB 140/590 KB 144/590 KB 148/590 KB 152/590 KB 156/590 KB 160/590 KB 164/590 KB 168/590 KB 172/590 KB 176/590 KB 180/590 KB 184/590 KB 188/590 KB 192/590 KB 196/590 KB 200/590 KB 204/590 KB 208/590 KB 212/590 KB 216/590 KB 220/590 KB 224/590 KB 228/590 KB 232/590 KB 236/590 KB 240/590 KB 244/590 KB 248/590 KB 252/590 KB 256/590 KB 260/590 KB 264/590 KB 268/590 KB 272/590 KB 276/590 KB 280/590 KB 284/590 KB 288/590 KB 292/590 KB 296/590 KB 300/590 KB 304/590 KB 308/590 KB 312/590 KB 316/590 KB 320/590 KB 324/590 KB 328/590 KB 332/590 KB 336/590 KB 340/590 KB 344/590 KB 348/590 KB 352/590 KB 356/590 KB 360/590 KB 364/590 KB 368/590 KB 372/590 KB 376/590 KB 380/590 KB 384/590 KB 388/590 KB 392/590 KB 396/590 KB 400/590 KB 404/590 KB 408/590 KB 412/590 KB 416/590 KB 420/590 KB 424/590 KB 428/590 KB 432/590 KB 436/590 KB 440/590 KB 444/590 KB 448/590 KB 452/590 KB 456/590 KB 460/590 KB 464/590 KB 468/590 KB 472/590 KB 476/590 KB 480/590 KB 484/590 KB 488/590 KB 492/590 KB 496/590 KB 500/590 KB 504/590 KB 508/590 KB 512/590 KB 516/590 KB 520/590 KB 524/590 KB 528/590 KB 532/590 KB 536/590 KB 540/590 KB 544/590 KB 548/590 KB 552/590 KB 556/590 KB 560/590 KB 564/590 KB 568/590 KB 572/590 KB 576/590 KB 580/590 KB 584/590 KB 588/590 KB 590/590 KB 3/240 KB 590/590 KB 5/240 KB 590/590 KB 8/240 KB 590/590 KB 11/240 KB 590/590 KB 13/240 KB 590/590 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 3957.4 KB/sec) unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 13/240 KB 3/10 KB 13/240 KB 5/10 KB 13/240 KB 8/10 KB 13/240 KB 10/10 KB 13/240 KB 3/44 KB 10/10 KB 13/240 KB 6/44 KB 10/10 KB 13/240 KB 9/44 KB 10/10 KB 13/240 KB 11/44 KB 10/10 KB 13/240 KB 14/44 KB 10/10 KB 13/240 KB 16/44 KB 10/10 KB 13/240 KB 19/44 KB 10/10 KB 13/240 KB 22/44 KB 10/10 KB 13/240 KB 25/44 KB 10/10 KB 13/240 KB 27/44 KB 10/10 KB 13/240 KB 30/44 KB 10/10 KB 13/240 KB 32/44 KB 10/10 KB 13/240 KB 36/44 KB 10/10 KB 13/240 KB 40/44 KB 10/10 KB 13/240 KB 44/44 KB 10/10 KB 13/240 KB 44/44 KB 10/10 KB 3/232 KB 13/240 KB 44/44 KB 10/10 KB 5/232 KB 13/240 KB 44/44 KB 10/10 KB 8/232 KB 13/240 KB 44/44 KB 10/10 KB 11/232 KB 13/240 KB 44/44 KB 10/10 KB 13/232 KB 16/240 KB 44/44 KB 10/10 KB 13/232 KB 19/240 KB 44/44 KB 10/10 KB 13/232 KB 21/240 KB 10/10 KB 13/232 KB Downloaded: https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (44 KB at 268.1 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 24/240 KB 10/10 KB 13/232 KB 27/240 KB 10/10 KB 13/232 KB 29/240 KB 10/10 KB 13/232 KB 32/240 KB 10/10 KB 13/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-spring/1.2.2/cucumber-spring-1.2.2.jar (10 KB at 57.4 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 32/240 KB 13/232 KB 4/258 KB 32/240 KB 13/232 KB 8/258 KB 32/240 KB 13/232 KB 12/258 KB 32/240 KB 13/232 KB 16/258 KB 32/240 KB 13/232 KB 20/258 KB 32/240 KB 13/232 KB 24/258 KB 32/240 KB 13/232 KB 28/258 KB 32/240 KB 13/232 KB 32/258 KB 32/240 KB 13/232 KB 36/258 KB 32/240 KB 13/232 KB 40/258 KB 32/240 KB 13/232 KB 44/258 KB 32/240 KB 13/232 KB 48/258 KB 32/240 KB 16/232 KB 48/258 KB 32/240 KB 16/232 KB 52/258 KB 32/240 KB 16/232 KB 56/258 KB 32/240 KB 19/232 KB 56/258 KB 32/240 KB 19/232 KB 60/258 KB 32/240 KB 19/232 KB 64/258 KB 32/240 KB 21/232 KB 64/258 KB 32/240 KB 24/232 KB 64/258 KB 32/240 KB 24/232 KB 68/258 KB 32/240 KB 24/232 KB 72/258 KB 32/240 KB 24/232 KB 76/258 KB 32/240 KB 24/232 KB 80/258 KB 36/240 KB 24/232 KB 80/258 KB 40/240 KB 24/232 KB 80/258 KB 40/240 KB 27/232 KB 80/258 KB 44/240 KB 27/232 KB 80/258 KB 48/240 KB 27/232 KB 80/258 KB 48/240 KB 27/232 KB 84/258 KB 48/240 KB 27/232 KB 88/258 KB 48/240 KB 27/232 KB 92/258 KB 48/240 KB 27/232 KB 96/258 KB 48/240 KB 29/232 KB 96/258 KB 48/240 KB 29/232 KB 100/258 KB 48/240 KB 29/232 KB 104/258 KB 48/240 KB 29/232 KB 108/258 KB 48/240 KB 29/232 KB 112/258 KB 48/240 KB 32/232 KB 112/258 KB 48/240 KB 32/232 KB 116/258 KB 52/240 KB 32/232 KB 116/258 KB 56/240 KB 32/232 KB 116/258 KB 60/240 KB 32/232 KB 116/258 KB 64/240 KB 32/232 KB 116/258 KB 64/240 KB 32/232 KB 120/258 KB 64/240 KB 32/232 KB 124/258 KB 64/240 KB 32/232 KB 128/258 KB 64/240 KB 32/232 KB 132/258 KB 64/240 KB 32/232 KB 136/258 KB 64/240 KB 32/232 KB 140/258 KB 64/240 KB 32/232 KB 144/258 KB 64/240 KB 32/232 KB 148/258 KB 64/240 KB 32/232 KB 152/258 KB 64/240 KB 32/232 KB 156/258 KB 64/240 KB 32/232 KB 160/258 KB 3/1710 KB 64/240 KB 32/232 KB 160/258 KB 5/1710 KB 64/240 KB 32/232 KB 160/258 KB 8/1710 KB 68/240 KB 32/232 KB 160/258 KB 11/1710 KB 68/240 KB 32/232 KB 160/258 KB 13/1710 KB 68/240 KB 32/232 KB 160/258 KB 5/1710 KB 68/240 KB 32/232 KB 160/258 KB 13/1710 KB 72/240 KB 32/232 KB 160/258 KB 13/1710 KB 76/240 KB 32/232 KB 160/258 KB 13/1710 KB 80/240 KB 32/232 KB 160/258 KB 13/1710 KB 80/240 KB 32/232 KB 164/258 KB 13/1710 KB 80/240 KB 32/232 KB 168/258 KB 13/1710 KB 80/240 KB 32/232 KB 172/258 KB 13/1710 KB 80/240 KB 32/232 KB 176/258 KB 13/1710 KB 80/240 KB 32/232 KB 180/258 KB 13/1710 KB 80/240 KB 32/232 KB 184/258 KB 13/1710 KB 80/240 KB 32/232 KB 188/258 KB 13/1710 KB 80/240 KB 32/232 KB 192/258 KB 13/1710 KB 80/240 KB 32/232 KB 196/258 KB 13/1710 KB 80/240 KB 32/232 KB 200/258 KB 13/1710 KB 80/240 KB 32/232 KB 204/258 KB 13/1710 KB 80/240 KB 32/232 KB 208/258 KB 13/1710 KB 80/240 KB 32/232 KB 212/258 KB 16/1710 KB 80/240 KB 36/232 KB 212/258 KB 13/1710 KB 80/240 KB 36/232 KB 212/258 KB 16/1710 KB 80/240 KB 40/232 KB 216/258 KB 16/1710 KB 80/240 KB 44/232 KB 216/258 KB 19/1710 KB 80/240 KB 48/232 KB 216/258 KB 19/1710 KB 80/240 KB 52/232 KB 216/258 KB 19/1710 KB 80/240 KB 56/232 KB 216/258 KB 19/1710 KB 80/240 KB 60/232 KB 216/258 KB 19/1710 KB 80/240 KB 64/232 KB 216/258 KB 19/1710 KB 80/240 KB 44/232 KB 216/258 KB 19/1710 KB 80/240 KB 64/232 KB 216/258 KB 19/1710 KB 80/240 KB 64/232 KB 220/258 KB 21/1710 KB 80/240 KB 64/232 KB 224/258 KB 19/1710 KB 80/240 KB 64/232 KB 224/258 KB 21/1710 KB 80/240 KB 64/232 KB 228/258 KB 21/1710 KB 80/240 KB 64/232 KB 232/258 KB 21/1710 KB 80/240 KB 64/232 KB 236/258 KB 21/1710 KB 80/240 KB 64/232 KB 240/258 KB 24/171 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 0 KB 80/240 KB 64/232 KB 240/258 KB 24/1710 KB 80/240 KB 64/232 KB 244/258 KB 24/1710 KB 80/240 KB 64/232 KB 248/258 KB 24/1710 KB 80/240 KB 64/232 KB 252/258 KB 27/1710 KB 80/240 KB 64/232 KB 252/258 KB 27/1710 KB 80/240 KB 64/232 KB 256/258 KB 27/1710 KB 80/240 KB 64/232 KB 258/258 KB 29/1710 KB 80/240 KB 64/232 KB 258/258 KB 29/1710 KB 80/240 KB 64/232 KB 3/223 KB 258/258 KB 29/1710 KB 84/240 KB 64/232 KB 5/223 KB 258/258 KB 29/1710 KB 84/240 KB 64/232 KB 8/223 KB 258/258 KB 29/1710 KB 84/240 KB 64/232 KB 11/223 KB 258/258 KB 29/1710 KB 84/240 KB 64/232 KB 13/223 KB 258/258 KB 29/1710 KB 84/240 KB 64/232 KB 16/223 KB 258/258 KB 29/1710 KB 84/240 KB 64/232 KB 19/223 KB 258/258 KB 32/1710 KB 84/240 KB 64/232 KB 21/223 KB 258/258 KB 32/1710 KB 84/240 KB 64/232 KB 24/223 KB 258/258 KB 32/1710 KB 84/240 KB 68/232 KB 27/223 KB 258/258 KB 32/1710 KB 84/240 KB 68/232 KB 29/223 KB 258/258 KB 29/1710 KB 84/240 KB 64/232 KB 3/223 KB 258/258 KB 32/1710 KB 88/240 KB 68/232 KB 29/223 KB 258/258 KB 32/1710 KB 92/240 KB 68/232 KB 29/223 KB 258/258 KB 32/1710 KB 96/240 KB 68/232 KB 29/223 KB 258/258 KB 32/1710 KB 100/240 KB 68/232 KB 29/223 KB 258/258 KB 32/1710 KB 104/240 KB 68/232 KB 29/223 KB 258/258 KB 32/1710 KB 108/240 KB 68/232 KB 29/223 KB 258/258 KB 32/1710 KB 112/240 KB 68/232 KB 29/223 KB 258/258 KB 32/1710 KB 116/240 KB 68/232 KB 29/223 KB 258/258 KB 32/1710 KB 84/240 KB 68/232 KB 24/223 KB 258/258 KB 32/1710 KB 84/240 KB 64/232 KB 19/223 KB 258/258 KB 32/1710 KB 116/240 KB 68/232 KB 32/223 KB 258/258 KB 32/1710 KB 116/240 KB 72/232 KB 32/223 KB 258/258 KB 32/1710 KB 116/240 KB 76/232 KB 32/223 KB 258/258 KB 32/1710 KB 120/240 KB 76/232 KB 32/223 KB 258/258 KB 32/1710 KB 124/240 KB 80/232 KB 32/223 KB 258/258 KB 32/1710 KB 128/240 KB 80/232 KB 32/223 KB 258/258 KB 32/1710 KB 120/240 KB 80/232 KB 32/223 KB 258/258 KB 32/1710 KB 132/240 KB 80/232 KB 32/223 KB 258/258 KB 32/1710 KB 136/240 KB 80/232 KB 32/223 KB 258/258 KB 32/1710 KB 140/240 KB 80/232 KB 32/223 KB 258/258 KB 32/1710 KB 144/240 KB 80/232 KB 32/223 KB 258/258 KB 32/1710 KB 144/240 KB 84/232 KB 32/223 KB 258/258 KB 32/1710 KB 144/240 KB 88/232 KB 32/223 KB 258/258 KB 32/1710 KB 144/240 KB 92/232 KB 32/223 KB 258/258 KB 32/1710 KB 144/240 KB 96/232 KB 32/223 KB 258/258 KB 32/1710 KB 144/240 KB 96/232 KB 36/223 KB 258/258 KB 32/1710 KB 144/240 KB 96/232 KB 40/223 KB 258/258 KB 32/1710 KB 144/240 KB 96/232 KB 44/223 KB 258/258 KB 32/1710 KB 144/240 KB 96/232 KB 48/223 KB 258/258 KB Downloaded: https://repo.maven.apache.org/maven2/com/jcraft/jsch/0.1.51/jsch-0.1.51.jar (258 KB at 1125.1 KB/sec) unit-abot-epc-basic-0: 10:38:15 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-mysql-0: 10:38:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 32/1710 KB 144/240 KB 96/232 KB 52/223 KB 32/1710 KB 144/240 KB 96/232 KB 56/223 KB 32/1710 KB 144/240 KB 96/232 KB 60/223 KB 32/1710 KB 144/240 KB 96/232 KB 64/223 KB 32/1710 KB 144/240 KB 100/232 KB 64/223 KB 36/1710 KB 144/240 KB 104/232 KB 64/223 KB 36/1710 KB 144/240 KB 108/232 KB 64/223 KB 36/1710 KB 144/240 KB 112/232 KB 64/223 KB 36/1710 KB 144/240 KB 100/232 KB 64/223 KB 40/1710 KB 144/240 KB 112/232 KB 64/223 KB 44/1710 KB 144/240 KB 112/232 KB 64/223 KB 48/1710 KB 144/240 KB 112/232 KB 64/223 KB 52/1710 KB 144/240 KB 112/232 KB 64/223 KB 56/1710 KB 144/240 KB 112/232 KB 64/223 KB 60/1710 KB 144/240 KB 112/232 KB 64/223 KB 64/1710 KB 144/240 KB 112/232 KB 64/223 KB 64/1710 KB 144/240 KB 112/232 KB 68/223 KB 64/1710 KB 144/240 KB 112/232 KB 72/223 KB 64/1710 KB 144/240 KB 112/232 KB 76/223 KB 64/1710 KB 144/240 KB 112/232 KB 80/223 KB 64/1710 KB 144/240 KB 4/208 KB 112/232 KB 80/223 KB 64/1710 KB 144/240 KB 8/208 KB 112/232 KB 80/223 KB 64/1710 KB 144/240 KB 12/208 KB 112/232 KB 80/223 KB 64/1710 KB 144/240 KB 16/208 KB 112/232 KB 80/223 KB 64/1710 KB 144/240 KB 20/208 KB 112/232 KB 80/223 KB 64/1710 KB 144/240 KB 20/208 KB 116/232 KB 80/223 KB 64/1710 KB 144/240 KB 20/208 KB 120/232 KB 80/223 KB 64/1710 KB 144/240 KB 20/208 KB 124/232 KB 80/223 KB 64/1710 KB 144/240 KB 20/208 KB 128/232 KB 80/223 KB 68/1710 KB 144/240 KB 20/208 KB 128/232 KB 80/223 KB 72/1710 KB 144/240 KB 20/208 KB 128/232 KB 80/223 KB 76/1710 KB 144/240 KB 20/208 KB 128/232 KB 80/223 KB 80/1710 KB 144/240 KB 20/208 KB 128/232 KB 80/223 KB 80/1710 KB 144/240 KB 24/208 KB 128/232 KB 80/223 KB 80/1710 KB 144/240 KB 24/208 KB 128/232 KB 84/223 KB 80/1710 KB 144/240 KB 24/208 KB 128/232 KB 88/223 KB 80/1710 KB 148/240 KB 24/208 KB 128/232 KB 92/223 KB 80/1710 KB 148/240 KB 24/208 KB 128/232 KB 96/223 KB 80/1710 KB 148/240 KB 24/208 KB 128/232 KB 88/223 KB 80/1710 KB 152/240 KB 24/208 KB 128/232 KB 96/223 KB 80/1710 KB 156/240 KB 24/208 KB 128/232 KB 96/223 KB 80/1710 KB 160/240 KB 24/208 KB 128/232 KB 96/223 KB 80/1710 KB 160/240 KB 28/208 KB 128/232 KB 96/223 KB 80/1710 KB 160/240 KB 32/208 KB 128/232 KB 96/223 KB 80/1710 KB 160/240 KB 36/208 KB 128/232 KB 96/223 KB 80/1710 KB 160/240 KB 40/208 KB 128/232 KB 96/223 KB 80/1710 KB 160/240 KB 44/208 KB 128/232 KB 96/223 KB 80/1710 KB 160/240 KB 48/208 KB 128/232 KB 96/223 KB 80/1710 KB 160/240 KB 48/208 KB 128/232 KB 100/223 KB 80/1710 KB 160/240 KB 48/208 KB 128/232 KB 104/223 KB 80/1710 KB 160/240 KB 48/208 KB 128/232 KB 108/223 KB 80/1710 KB 160/240 KB 48/208 KB 132/232 KB 108/223 KB 80/1710 KB 160/240 KB 48/208 KB 136/232 KB 108/223 KB 80/1710 KB 160/240 KB 48/208 KB 140/232 KB 108/223 KB 80/1710 KB 160/240 KB 48/208 KB 144/232 KB 108/223 KB 80/1710 KB 160/240 KB 48/208 KB 144/232 KB 112/223 KB 80/1710 KB 160/240 KB 52/208 KB 144/232 KB 112/223 KB 80/1710 KB 160/240 KB 56/208 KB 144/232 KB 116/223 KB 80/1710 KB 160/240 KB 60/208 KB 144/232 KB 116/223 KB 80/1710 KB 160/240 KB 64/208 KB 144/232 KB 116/223 KB 80/1710 KB 160/240 KB 52/208 KB 144/232 KB 116/223 KB 80/1710 KB 160/240 KB 64/208 KB 144/232 KB 120/223 KB 80/1710 KB 160/240 KB 64/208 KB 144/232 KB 124/223 KB 80/1710 KB 160/240 KB 64/208 KB 144/232 KB 128/223 KB 80/1710 KB 160/240 KB 68/208 KB 144/232 KB 128/223 KB 80/1710 KB 160/240 KB 72/208 KB 144/232 KB 128/223 KB 80/1710 KB 160/240 KB 76/208 KB 144/232 KB 128/223 KB 80/1710 KB 164/240 K unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install B 80/208 KB 144/232 KB 132/223 KB 80/1710 KB 164/240 KB 76/208 KB 144/232 KB 132/223 KB 80/1710 KB 164/240 KB 76/208 KB 144/232 KB 128/223 KB 80/1710 KB 168/240 KB 80/208 KB 144/232 KB 132/223 KB 80/1710 KB 172/240 KB 80/208 KB 144/232 KB 132/223 KB 80/1710 KB 176/240 KB 80/208 KB 144/232 KB 132/223 KB 80/1710 KB 176/240 KB 80/208 KB 144/232 KB 136/223 KB 80/1710 KB 176/240 KB 80/208 KB 144/232 KB 140/223 KB 80/1710 KB 176/240 KB 80/208 KB 144/232 KB 144/223 KB 84/1710 KB 176/240 KB 80/208 KB 144/232 KB 144/223 KB 88/1710 KB 176/240 KB 80/208 KB 144/232 KB 144/223 KB 92/1710 KB 176/240 KB 80/208 KB 144/232 KB 144/223 KB 96/1710 KB 176/240 KB 80/208 KB 144/232 KB 144/223 KB 96/1710 KB 176/240 KB 84/208 KB 144/232 KB 144/223 KB 96/1710 KB 176/240 KB 88/208 KB 144/232 KB 144/223 KB 96/1710 KB 176/240 KB 92/208 KB 148/232 KB 144/223 KB 96/1710 KB 176/240 KB 92/208 KB 152/232 KB 144/223 KB 96/1710 KB 176/240 KB 92/208 KB 156/232 KB 144/223 KB 96/1710 KB 176/240 KB 92/208 KB 160/232 KB 144/223 KB 96/1710 KB 176/240 KB 92/208 KB 144/232 KB 144/223 KB 96/1710 KB 180/240 KB 92/208 KB 160/232 KB 144/223 KB 96/1710 KB 184/240 KB 92/208 KB 160/232 KB 144/223 KB 96/1710 KB 188/240 KB 92/208 KB 160/232 KB 144/223 KB 96/1710 KB 192/240 KB 92/208 KB 160/232 KB 144/223 KB 96/1710 KB 192/240 KB 96/208 KB 160/232 KB 144/223 KB 96/1710 KB 192/240 KB 100/208 KB 160/232 KB 144/223 KB 96/1710 KB 192/240 KB 104/208 KB 160/232 KB 144/223 KB 96/1710 KB 192/240 KB 108/208 KB 160/232 KB 144/223 KB 100/1710 KB 192/240 KB 108/208 KB 160/232 KB 144/223 KB 104/1710 KB 192/240 KB 108/208 KB 160/232 KB 144/223 KB 108/1710 KB 192/240 KB 108/208 KB 160/232 KB 144/223 KB 112/1710 KB 192/240 KB 108/208 KB 160/232 KB 144/223 KB 112/1710 KB 192/240 KB 112/208 KB 160/232 KB 144/223 KB 112/1710 KB 192/240 KB 112/208 KB 160/232 KB 148/223 KB 112/1710 KB 192/240 KB 112/208 KB 160/232 KB 152/223 KB 112/1710 KB 192/240 KB 112/208 KB 160/232 KB 156/223 KB 112/1710 KB 192/240 KB 112/208 KB 160/232 KB 160/223 KB 112/1710 KB 192/240 KB 116/208 KB 160/232 KB 160/223 KB 112/1710 KB 192/240 KB 120/208 KB 160/232 KB 160/223 KB 112/1710 KB 192/240 KB 124/208 KB 160/232 KB 160/223 KB 112/1710 KB 192/240 KB 128/208 KB 160/232 KB 160/223 KB 112/1710 KB 192/240 KB 128/208 KB 164/232 KB 160/223 KB 112/1710 KB 192/240 KB 128/208 KB 168/232 KB 160/223 KB 112/1710 KB 192/240 KB 128/208 KB 172/232 KB 160/223 KB 112/1710 KB 196/240 KB 128/208 KB 176/232 KB 160/223 KB 112/1710 KB 196/240 KB 128/208 KB 172/232 KB 160/223 KB 116/1710 KB 200/240 KB 128/208 KB 176/232 KB 160/223 KB 116/1710 KB 204/240 KB 128/208 KB 176/232 KB 160/223 KB 116/1710 KB 208/240 KB 128/208 KB 176/232 KB 160/223 KB 116/1710 KB 196/240 KB 128/208 KB 176/232 KB 160/223 KB 120/1710 KB 208/240 KB 128/208 KB 176/232 KB 160/223 KB 124/1710 KB 208/240 KB 128/208 KB 176/232 KB 160/223 KB 128/1710 KB 208/240 KB 128/208 KB 176/232 KB 160/223 KB 128/1710 KB 208/240 KB 128/208 KB 176/232 KB 164/223 KB 128/1710 KB 208/240 KB 128/208 KB 176/232 KB 168/223 KB 128/1710 KB 208/240 KB 128/208 KB 176/232 KB 172/223 KB 128/1710 KB 208/240 KB 128/208 KB 176/232 KB 176/223 KB 128/1710 KB 208/240 KB 132/208 KB 176/232 KB 176/223 KB 128/1710 KB 208/240 KB 132/208 KB 176/232 KB 180/223 KB 128/1710 KB 208/240 KB 132/208 KB 176/232 KB 184/223 KB 128/1710 KB 208/240 KB 132/208 KB 176/232 KB 188/223 KB 128/1710 KB 208/240 KB 132/208 KB 176/232 KB 192/223 KB 128/1710 KB 208 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install /240 KB 136/208 KB 176/232 KB 192/223 KB 128/1710 KB 208/240 KB 140/208 KB 176/232 KB 192/223 KB 128/1710 KB 208/240 KB 144/208 KB 176/232 KB 192/223 KB 132/1710 KB 208/240 KB 144/208 KB 176/232 KB 192/223 KB 136/1710 KB 212/240 KB 144/208 KB 180/232 KB 192/223 KB 140/1710 KB 212/240 KB 144/208 KB 180/232 KB 192/223 KB 144/1710 KB 212/240 KB 144/208 KB 180/232 KB 192/223 KB 132/1710 KB 212/240 KB 144/208 KB 180/232 KB 192/223 KB 144/1710 KB 216/240 KB 144/208 KB 180/232 KB 192/223 KB 144/1710 KB 220/240 KB 144/208 KB 180/232 KB 192/223 KB 144/1710 KB 224/240 KB 144/208 KB 180/232 KB 192/223 KB 132/1710 KB 208/240 KB 144/208 KB 180/232 KB 192/223 KB 144/1710 KB 224/240 KB 144/208 KB 184/232 KB 192/223 KB 144/1710 KB 224/240 KB 144/208 KB 188/232 KB 192/223 KB 144/1710 KB 224/240 KB 144/208 KB 192/232 KB 192/223 KB 144/1710 KB 224/240 KB 144/208 KB 192/232 KB 196/223 KB 144/1710 KB 224/240 KB 144/208 KB 192/232 KB 200/223 KB 144/1710 KB 224/240 KB 144/208 KB 192/232 KB 204/223 KB 144/1710 KB 224/240 KB 144/208 KB 192/232 KB 208/223 KB 144/1710 KB 224/240 KB 148/208 KB 192/232 KB 208/223 KB 144/1710 KB 224/240 KB 152/208 KB 192/232 KB 208/223 KB 144/1710 KB 224/240 KB 156/208 KB 192/232 KB 208/223 KB 144/1710 KB 224/240 KB 160/208 KB 192/232 KB 208/223 KB 144/1710 KB 224/240 KB 160/208 KB 192/232 KB 212/223 KB 144/1710 KB 224/240 KB 160/208 KB 192/232 KB 216/223 KB 144/1710 KB 224/240 KB 160/208 KB 192/232 KB 220/223 KB 144/1710 KB 224/240 KB 160/208 KB 192/232 KB 223/223 KB 144/1710 KB 228/240 KB 160/208 KB 192/232 KB 223/223 KB 144/1710 KB 232/240 KB 160/208 KB 192/232 KB 223/223 KB 144/1710 KB 236/240 KB 160/208 KB 192/232 KB 223/223 KB 144/1710 KB 240/240 KB 160/208 KB 192/232 KB 223/223 KB 148/1710 KB 240/240 KB 160/208 KB 192/232 KB 223/223 KB 152/1710 KB 240/240 KB 160/208 KB 196/232 KB 223/223 KB 156/1710 KB 240/240 KB 160/208 KB 196/232 KB 223/223 KB 160/1710 KB 240/240 KB 160/208 KB 196/232 KB 223/223 KB 148/1710 KB 240/240 KB 160/208 KB 196/232 KB 223/223 KB 160/1710 KB 240/240 KB 160/208 KB 200/232 KB 223/223 KB 160/1710 KB 240/240 KB 160/208 KB 204/232 KB 223/223 KB 160/1710 KB 240/240 KB 160/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 164/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 168/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 172/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 176/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 180/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 184/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 188/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 192/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 196/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 200/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 204/208 KB 208/232 KB 223/223 KB 160/1710 KB 240/240 KB 208/208 KB 208/232 KB 223/223 KB 164/1710 KB 240/240 KB 208/208 KB 208/232 KB 223/223 KB 168/1710 KB 240/240 KB 208/208 KB 208/232 KB 223/223 KB 172/1710 KB 240/240 KB 208/208 KB 208/232 KB 223/223 KB 176/1710 KB 240/240 KB 208/208 KB 208/232 KB 223/223 KB 176/1710 KB 240/240 KB 208/208 KB 212/232 KB 223/223 KB 176/1710 KB 240/240 KB 208/208 KB 216/232 KB 223/223 KB 176/1710 KB 240/240 KB 208/208 KB 220/232 KB 223/223 KB 176/1710 KB 240/240 KB 208/208 KB 224/232 KB 223/223 KB 176/1710 KB 240/240 KB 208/208 KB 228/232 KB 223/223 KB 176/1710 KB 240/240 KB 208/208 KB 232/232 KB 223/223 KB 176/1710 KB 240/240 KB unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 208/208 KB 232/232 KB 223/223 KB 180/1710 KB 240/240 KB 208/208 KB 232/232 KB 223/223 KB 184/1710 KB 240/240 KB 208/208 KB 232/232 KB 223/223 KB 188/1710 KB 240/240 KB 208/208 KB 232/232 KB 223/223 KB 192/1710 KB 240/240 KB 208/208 KB 232/232 KB 223/223 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-core/1.2.2/cucumber-core-1.2.2.jar (208 KB at 721.3 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 196/1710 KB 240/240 KB 232/232 KB 223/223 KB 200/1710 KB 240/240 KB 232/232 KB 223/223 KB 204/1710 KB 240/240 KB 232/232 KB 223/223 KB 208/1710 KB 240/240 KB 232/232 KB 223/223 KB Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar (240 KB at 813.9 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java/1.2.2/cucumber-java-1.2.2.jar (223 KB at 755.2 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 208/1710 KB 4/38 KB 232/232 KB 208/1710 KB 8/38 KB 232/232 KB 208/1710 KB 12/38 KB 232/232 KB 208/1710 KB 16/38 KB 232/232 KB 212/1710 KB 16/38 KB 232/232 KB 216/1710 KB 16/38 KB 232/232 KB 220/1710 KB 16/38 KB 232/232 KB 224/1710 KB 16/38 KB 232/232 KB 224/1710 KB 20/38 KB 232/232 KB 224/1710 KB 24/38 KB 232/232 KB 224/1710 KB 28/38 KB 232/232 KB 224/1710 KB 32/38 KB 232/232 KB 224/1710 KB 36/38 KB 232/232 KB 224/1710 KB 38/38 KB 232/232 KB 228/1710 KB 38/38 KB 232/232 KB 232/1710 KB 38/38 KB 232/232 KB 236/1710 KB 38/38 KB 232/232 KB 240/1710 KB 38/38 KB 232/232 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-html/0.2.3/cucumber-html-0.2.3.jar (38 KB at 124.3 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 244/1710 KB 232/232 KB 248/1710 KB 252/1710 KB 256/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 752.9 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 260/1710 KB 264/1710 KB 264/1710 KB 3/214 KB 268/1710 KB 3/214 KB 272/1710 KB 3/214 KB 272/1710 KB 6/214 KB 272/1710 KB 9/214 KB 272/1710 KB 11/214 KB 272/1710 KB 14/214 KB 272/1710 KB 16/214 KB 272/1710 KB 19/214 KB 272/1710 KB 22/214 KB 272/1710 KB 25/214 KB 272/1710 KB 27/214 KB 272/1710 KB 30/214 KB 272/1710 KB 32/214 KB 276/1710 KB 32/214 KB 280/1710 KB 32/214 KB 284/1710 KB 32/214 KB 288/1710 KB 32/214 KB 288/1710 KB 36/214 KB 288/1710 KB 40/214 KB 288/1710 KB 44/214 KB 288/1710 KB 48/214 KB 288/1710 KB 48/214 KB 4/18 KB 288/1710 KB 48/214 KB 8/18 KB 288/1710 KB 48/214 KB 12/18 KB 288/1710 KB 48/214 KB 16/18 KB 288/1710 KB 48/214 KB 18/18 KB 288/1710 KB 48/214 KB 18/18 KB 4/531 KB 288/1710 KB 48/214 KB 18/18 KB 8/531 KB 288/1710 KB 48/214 KB 18/18 KB 12/531 KB 288/1710 KB 48/214 KB 18/18 KB 16/531 KB 292/1710 KB 48/214 KB 18/18 KB 16/531 KB 296/1710 KB 48/214 KB 18/18 KB 16/531 KB 300/1710 KB 48/214 KB 18/18 KB 16/531 KB 304/1710 KB 48/214 KB 18/18 KB 16/531 KB 304/1710 KB 52/214 KB 18/18 KB 16/531 KB 304/1710 KB 56/214 KB 18/18 KB 16/531 KB 304/1710 KB 60/214 KB 18/18 KB 16/531 KB 304/1710 KB 64/214 KB 18/18 KB 16/531 KB 304/1710 KB 68/214 KB 18/18 KB 16/531 KB 304/1710 KB 72/214 KB 18/18 KB 16/531 KB 304/1710 KB 76/214 KB 18/18 KB 16/531 KB 304/1710 KB 80/214 KB 18/18 KB 16/531 KB 304/1710 KB 84/214 KB 18/18 KB 16/531 KB 304/1710 KB 88/214 KB 18/18 KB 16/531 KB 304/1710 KB 92/214 KB 18/18 KB 16/531 KB 304/1710 KB 96/214 KB 18/18 KB 16/531 KB 304/1710 KB 96/214 KB 18/18 KB 20/531 KB 304/1710 KB 96/214 KB 18/18 KB 24/531 KB 304/1710 KB 96/214 KB 18/18 KB 28/531 KB 304/1710 KB 96/214 KB 18/18 KB 32/531 KB 308/1710 KB 96/214 KB 18/18 KB 32/531 KB 312/1710 KB 96/214 KB 18/18 KB 32/531 KB 316/1710 KB 96/214 KB 18/18 KB 32/531 KB 320/1710 KB 96/214 KB 18/18 KB 32/531 KB 320/1710 KB 100/214 KB 18/18 KB 32/531 KB 320/1710 KB 104/214 KB 18/18 KB 32/531 KB 320/1710 KB 108/214 KB 18/18 KB 32/531 KB 320/1710 KB 112/214 KB 18/18 KB 32/531 KB 320/1710 KB 116/214 KB 18/18 KB 32/531 KB 320/1710 KB 116/214 KB 18/18 KB 36/531 KB 320/1710 KB 116/214 KB 18/18 KB 40/531 KB 320/1710 KB 116/214 KB 18/18 KB 44/531 KB 320/1710 KB 116/214 KB 18/18 KB 48/531 KB 320/1710 KB 120/214 KB 18/18 KB 48/531 KB 320/1710 KB 124/214 KB 18/18 KB 48/531 KB 320/1710 KB 128/214 KB 18/18 KB 48/531 KB 320/1710 KB 132/214 KB 18/18 KB 48/531 KB 320/1710 KB 136/214 KB 18/18 KB 48/531 KB 324/1710 KB 140/214 KB 18/18 KB 48/531 KB 328/1710 KB 140/214 KB 18/18 KB 48/531 KB 4/1267 KB 332/1710 KB 140/214 KB 18/18 KB 48/531 KB 4/1267 KB 336/1710 KB 140/214 KB 18/18 KB 48/531 KB 4/1267 KB 324/1710 KB 140/214 KB 18/18 KB 48/531 KB 4/1267 KB 336/1710 KB 140/214 KB 18/18 KB 48/531 KB 8/1267 KB 336/1710 KB 140/214 KB 18/18 KB 48/531 KB 12/1267 KB 336/1710 KB 140/214 KB 18/18 KB 48/531 KB 16/1267 KB 320/1710 KB 140/214 KB 18/18 KB 48/531 KB 336/1710 KB 144/214 KB 18/18 KB 48/531 KB 16/1267 KB 336/1710 KB 148/214 KB 18/18 KB 48/531 KB 16/1267 KB 336/1710 KB 152/214 KB 18/18 KB 48/531 KB 16/1267 KB 336/1710 KB 156/214 KB 18/18 KB 48/531 KB 16/1267 KB 336/1710 KB 160/214 KB 18/18 KB 48/531 KB 16/1267 KB 340/1710 KB 160/214 KB 18/18 KB 48/531 KB 16/1267 KB 344/1710 KB 160/214 KB 18/18 KB 48/531 KB 16/1267 KB 348/1710 KB 160/214 KB 18/18 KB 48/531 KB 16/1267 KB 352/1710 KB 160/214 KB 18/18 KB 48/531 KB 16/1267 KB 352/1710 KB 164/214 KB 18/18 KB 48/531 KB 16/126 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 7 KB 352/1710 KB 168/214 KB 18/18 KB 48/531 KB 16/1267 KB 352/1710 KB 172/214 KB 18/18 KB 48/531 KB 16/1267 KB 352/1710 KB 176/214 KB 18/18 KB 48/531 KB 16/1267 KB 352/1710 KB 176/214 KB 18/18 KB 52/531 KB 16/1267 KB 352/1710 KB 176/214 KB 18/18 KB 56/531 KB 16/1267 KB 352/1710 KB 176/214 KB 18/18 KB 60/531 KB 16/1267 KB 352/1710 KB 176/214 KB 18/18 KB 64/531 KB 16/1267 KB 352/1710 KB 176/214 KB 18/18 KB 64/531 KB 20/1267 KB 352/1710 KB 176/214 KB 18/18 KB 64/531 KB 24/1267 KB 352/1710 KB 176/214 KB 18/18 KB 64/531 KB 28/1267 KB 352/1710 KB 176/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 180/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 184/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 188/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 192/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 196/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 200/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 204/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 208/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 212/214 KB 18/18 KB 64/531 KB 32/1267 KB 352/1710 KB 214/214 KB 18/18 KB 64/531 KB 32/1267 KB 356/1710 KB 214/214 KB 18/18 KB 64/531 KB 32/1267 KB 360/1710 KB 214/214 KB 18/18 KB 64/531 KB 32/1267 KB 364/1710 KB 214/214 KB 18/18 KB 64/531 KB 32/1267 KB 368/1710 KB 214/214 KB 18/18 KB 64/531 KB 32/1267 KB 368/1710 KB 214/214 KB 18/18 KB 68/531 KB 32/1267 KB 368/1710 KB 214/214 KB 18/18 KB 72/531 KB 32/1267 KB 368/1710 KB 214/214 KB 18/18 KB 76/531 KB 32/1267 KB 368/1710 KB 214/214 KB 18/18 KB 80/531 KB 32/1267 KB 368/1710 KB 214/214 KB 18/18 KB 80/531 KB 36/1267 KB 368/1710 KB 214/214 KB 18/18 KB 80/531 KB 40/1267 KB 368/1710 KB 214/214 KB 18/18 KB 80/531 KB 44/1267 KB 368/1710 KB 214/214 KB 18/18 KB 80/531 KB 48/1267 KB 372/1710 KB 214/214 KB 18/18 KB 80/531 KB 48/1267 KB 376/1710 KB 214/214 KB 18/18 KB 84/531 KB 48/1267 KB 380/1710 KB 214/214 KB 18/18 KB 84/531 KB 48/1267 KB 372/1710 KB 214/214 KB 18/18 KB 84/531 KB 48/1267 KB 380/1710 KB 214/214 KB 18/18 KB 88/531 KB 48/1267 KB 380/1710 KB 214/214 KB 18/18 KB 92/531 KB 48/1267 KB 384/1710 KB 214/214 KB 18/18 KB 96/531 KB 48/1267 KB 384/1710 KB 214/214 KB 18/18 KB 92/531 KB 48/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.7/log4j-api-2.7.jar (214 KB at 612.8 KB/sec) unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 388/1710 KB 18/18 KB 96/531 KB 48/1267 KB 392/1710 KB 18/18 KB 96/531 KB 48/1267 KB 396/1710 KB 18/18 KB 96/531 KB 48/1267 KB 400/1710 KB 18/18 KB 96/531 KB 48/1267 KB Downloading: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 400/1710 KB 18/18 KB 96/531 KB 52/1267 KB 400/1710 KB 18/18 KB 96/531 KB 56/1267 KB 400/1710 KB 18/18 KB 96/531 KB 60/1267 KB 400/1710 KB 18/18 KB 96/531 KB 64/1267 KB 400/1710 KB 18/18 KB 100/531 KB 64/1267 KB 400/1710 KB 18/18 KB 104/531 KB 64/1267 KB 400/1710 KB 18/18 KB 108/531 KB 64/1267 KB 400/1710 KB 18/18 KB 112/531 KB 64/1267 KB 404/1710 KB 18/18 KB 112/531 KB 64/1267 KB 408/1710 KB 18/18 KB 112/531 KB 64/1267 KB 412/1710 KB 18/18 KB 112/531 KB 64/1267 KB 416/1710 KB 18/18 KB 112/531 KB 64/1267 KB 416/1710 KB 18/18 KB 112/531 KB 68/1267 KB 416/1710 KB 18/18 KB 112/531 KB 72/1267 KB 416/1710 KB 18/18 KB 112/531 KB 76/1267 KB 416/1710 KB 18/18 KB 112/531 KB 80/1267 KB 416/1710 KB 18/18 KB 116/531 KB 80/1267 KB 416/1710 KB 18/18 KB 120/531 KB 80/1267 KB 416/1710 KB 18/18 KB 124/531 KB 80/1267 KB 416/1710 KB 18/18 KB 128/531 KB 80/1267 KB 416/1710 KB 18/18 KB 3/109 KB 128/531 KB 80/1267 KB 416/1710 KB 18/18 KB 6/109 KB 128/531 KB 80/1267 KB 416/1710 KB 18/18 KB 9/109 KB 128/531 KB 80/1267 KB 416/1710 KB 18/18 KB 11/109 KB 128/531 KB 80/1267 KB 416/1710 KB 18/18 KB 14/109 KB 128/531 KB 80/1267 KB 416/1710 KB 18/18 KB 16/109 KB 128/531 KB 80/1267 KB 416/1710 KB 18/18 KB 19/109 KB 128/531 KB 80/1267 KB 420/1710 KB 18/18 KB 19/109 KB 128/531 KB 80/1267 KB 424/1710 KB 18/18 KB 19/109 KB 128/531 KB 80/1267 KB 428/1710 KB 18/18 KB 19/109 KB 128/531 KB 80/1267 KB 432/1710 KB 18/18 KB 19/109 KB 128/531 KB 80/1267 KB 432/1710 KB 18/18 KB 22/109 KB 128/531 KB 80/1267 KB 432/1710 KB 18/18 KB 25/109 KB 128/531 KB 80/1267 KB 432/1710 KB 18/18 KB 27/109 KB 128/531 KB 80/1267 KB 432/1710 KB 18/18 KB 30/109 KB 128/531 KB 80/1267 KB 432/1710 KB 18/18 KB 32/109 KB 128/531 KB 80/1267 KB 432/1710 KB 18/18 KB 32/109 KB 132/531 KB 80/1267 KB 432/1710 KB 18/18 KB 32/109 KB 136/531 KB 84/1267 KB 432/1710 KB 18/18 KB 32/109 KB 140/531 KB 84/1267 KB 432/1710 KB 18/18 KB 32/109 KB 144/531 KB 84/1267 KB 432/1710 KB 18/18 KB 32/109 KB 132/531 KB 84/1267 KB 432/1710 KB 18/18 KB 32/109 KB 144/531 KB 88/1267 KB 432/1710 KB 18/18 KB 32/109 KB 144/531 KB 92/1267 KB 432/1710 KB 18/18 KB 32/109 KB 144/531 KB 96/1267 KB 436/1710 KB 18/18 KB 32/109 KB 144/531 KB 96/1267 KB 440/1710 KB 18/18 KB 32/109 KB 144/531 KB 96/1267 KB 444/1710 KB 18/18 KB 32/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 32/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 36/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 40/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 44/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 48/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 52/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 56/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 60/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 64/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 68/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 72/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 76/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 80/109 KB 144/531 KB 96/1267 KB 448/1710 KB 18/18 KB 80/109 KB 148/531 KB 96/1267 KB 448/1710 KB 18/18 KB 80/109 KB 152/531 KB 96/1267 KB 448/1710 KB 18/18 KB 80/109 KB 156/531 KB 96/1267 KB 448/1710 KB 18/18 KB 80/109 KB 160/531 KB 96/1267 KB 448/1710 KB 18/18 KB 84/109 KB 160/531 KB 96/1267 KB 448/1710 KB 18/18 KB 88/109 KB 160/531 KB 96/1267 KB 448/1710 KB 18/18 KB 92/109 KB 160/531 KB 96/1267 KB 448/1710 KB 18/18 KB 96/109 KB 160/531 KB 96/12 unit-mysql-0: 10:38:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 67 KB 448/1710 KB 18/18 KB 100/109 KB 160/531 KB 96/1267 KB 448/1710 KB 18/18 KB 104/109 KB 160/531 KB 96/1267 KB 448/1710 KB 18/18 KB 108/109 KB 160/531 KB 96/1267 KB 448/1710 KB 18/18 KB 109/109 KB 160/531 KB 96/1267 KB 448/1710 KB 18/18 KB 109/109 KB 160/531 KB 100/1267 KB 452/1710 KB 18/18 KB 109/109 KB 160/531 KB 104/1267 KB 452/1710 KB 18/18 KB 109/109 KB 160/531 KB 108/1267 KB 452/1710 KB 18/18 KB 109/109 KB 160/531 KB 112/1267 KB 452/1710 KB 18/18 KB 109/109 KB 160/531 KB 100/1267 KB 456/1710 KB 18/18 KB 109/109 KB 160/531 KB 112/1267 KB 460/1710 KB 18/18 KB 109/109 KB 160/531 KB 112/1267 KB 464/1710 KB 18/18 KB 109/109 KB 160/531 KB 112/1267 KB 464/1710 KB 18/18 KB 109/109 KB 164/531 KB 112/1267 KB 464/1710 KB 18/18 KB 109/109 KB 168/531 KB 112/1267 KB 464/1710 KB 18/18 KB 109/109 KB 172/531 KB 112/1267 KB 464/1710 KB 18/18 KB 109/109 KB 176/531 KB 112/1267 KB 464/1710 KB 18/18 KB 109/109 KB 176/531 KB 116/1267 KB 468/1710 KB 18/18 KB 109/109 KB 176/531 KB 116/1267 KB 472/1710 KB 18/18 KB 109/109 KB 176/531 KB 116/1267 KB 476/1710 KB 18/18 KB 109/109 KB 176/531 KB 116/1267 KB 480/1710 KB 18/18 KB 109/109 KB 176/531 KB 116/1267 KB 480/1710 KB 18/18 KB 109/109 KB 176/531 KB 120/1267 KB 480/1710 KB 18/18 KB 109/109 KB 176/531 KB 124/1267 KB 480/1710 KB 18/18 KB 109/109 KB 176/531 KB 128/1267 KB 480/1710 KB 18/18 KB 109/109 KB 180/531 KB 128/1267 KB 480/1710 KB 18/18 KB 109/109 KB 184/531 KB 128/1267 KB 480/1710 KB 18/18 KB 109/109 KB 188/531 KB 128/1267 KB 480/1710 KB 18/18 KB 109/109 KB 192/531 KB 128/1267 KB 484/1710 KB 18/18 KB 109/109 KB 192/531 KB 128/1267 KB 488/1710 KB 18/18 KB 109/109 KB 192/531 KB 128/1267 KB 492/1710 KB 18/18 KB 109/109 KB 192/531 KB 128/1267 KB 496/1710 KB 18/18 KB 109/109 KB 192/531 KB 128/1267 KB 496/1710 KB 18/18 KB 109/109 KB 192/531 KB 132/1267 KB 496/1710 KB 18/18 KB 109/109 KB 192/531 KB 136/1267 KB 496/1710 KB 18/18 KB 109/109 KB 192/531 KB 140/1267 KB 496/1710 KB 18/18 KB 109/109 KB 192/531 KB 144/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-pool/commons-pool/1.6/commons-pool-1.6.jar (109 KB at 285.6 KB/sec) unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 496/1710 KB 18/18 KB 196/531 KB 144/1267 KB 496/1710 KB 18/18 KB 200/531 KB 144/1267 KB 496/1710 KB 18/18 KB 204/531 KB 144/1267 KB 496/1710 KB 18/18 KB 208/531 KB 144/1267 KB 500/1710 KB 18/18 KB 208/531 KB 144/1267 KB 504/1710 KB 18/18 KB 208/531 KB 144/1267 KB 508/1710 KB 18/18 KB 208/531 KB 144/1267 KB 512/1710 KB 18/18 KB 208/531 KB 144/1267 KB 512/1710 KB 18/18 KB 212/531 KB 144/1267 KB 512/1710 KB 18/18 KB 216/531 KB 144/1267 KB 512/1710 KB 18/18 KB 220/531 KB 148/1267 KB 512/1710 KB 18/18 KB 224/531 KB 148/1267 KB 512/1710 KB 18/18 KB 216/531 KB 148/1267 KB 512/1710 KB 18/18 KB 224/531 KB 152/1267 KB 512/1710 KB 18/18 KB 224/531 KB 156/1267 KB 512/1710 KB 18/18 KB 224/531 KB 160/1267 KB 516/1710 KB 18/18 KB 224/531 KB 160/1267 KB 520/1710 KB 18/18 KB 224/531 KB 160/1267 KB 524/1710 KB 18/18 KB 224/531 KB 160/1267 KB 528/1710 KB 18/18 KB 224/531 KB 160/1267 KB 528/1710 KB 18/18 KB 228/531 KB 160/1267 KB 528/1710 KB 18/18 KB 232/531 KB 160/1267 KB 528/1710 KB 18/18 KB 236/531 KB 160/1267 KB 528/1710 KB 18/18 KB 240/531 KB 160/1267 KB 528/1710 KB 18/18 KB 240/531 KB 164/1267 KB 528/1710 KB 18/18 KB 240/531 KB 168/1267 KB 528/1710 KB 18/18 KB 240/531 KB 172/1267 KB 532/1710 KB 18/18 KB 240/531 KB 172/1267 KB 536/1710 KB 18/18 KB 240/531 KB 172/1267 KB 536/1710 KB 18/18 KB 240/531 KB 176/1267 KB 540/1710 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 4/80 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 8/80 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 12/80 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 16/80 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 20/80 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 24/80 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 28/80 KB 18/18 KB 240/531 KB 176/1267 KB 544/1710 KB 32/80 KB 18/18 KB 240/531 KB 176/1267 KB 548/1710 KB 32/80 KB 18/18 KB 244/531 KB 176/1267 KB 552/1710 KB 32/80 KB 18/18 KB 244/531 KB 176/1267 KB 556/1710 KB 32/80 KB 18/18 KB 244/531 KB 176/1267 KB 560/1710 KB 32/80 KB 18/18 KB 244/531 KB 176/1267 KB 544/1710 KB 32/80 KB 18/18 KB 244/531 KB 176/1267 KB 560/1710 KB 32/80 KB 18/18 KB 248/531 KB 176/1267 KB 560/1710 KB 32/80 KB 18/18 KB 252/531 KB 176/1267 KB 560/1710 KB 32/80 KB 18/18 KB 256/531 KB 176/1267 KB 560/1710 KB 32/80 KB 18/18 KB 256/531 KB 180/1267 KB 560/1710 KB 32/80 KB 18/18 KB 256/531 KB 184/1267 KB 560/1710 KB 32/80 KB 18/18 KB 256/531 KB 188/1267 KB 560/1710 KB 32/80 KB 18/18 KB 256/531 KB 192/1267 KB 560/1710 KB 36/80 KB 18/18 KB 256/531 KB 192/1267 KB 560/1710 KB 40/80 KB 18/18 KB 256/531 KB 192/1267 KB 564/1710 KB 40/80 KB 18/18 KB 256/531 KB 192/1267 KB 568/1710 KB 40/80 KB 18/18 KB 256/531 KB 192/1267 KB 571/1710 KB 40/80 KB 18/18 KB 256/531 KB 192/1267 KB 571/1710 KB 44/80 KB 18/18 KB 256/531 KB 192/1267 KB 571/1710 KB 48/80 KB 18/18 KB 256/531 KB 192/1267 KB 571/1710 KB 48/80 KB 18/18 KB 260/531 KB 192/1267 KB 571/1710 KB 48/80 KB 18/18 KB 264/531 KB 192/1267 KB 571/1710 KB 48/80 KB 18/18 KB 268/531 KB 192/1267 KB 571/1710 KB 48/80 KB 18/18 KB 272/531 KB 192/1267 KB 571/1710 KB 52/80 KB 18/18 KB 272/531 KB 192/1267 KB 571/1710 KB 56/80 KB 18/18 KB 272/531 KB 192/1267 KB 571/1710 KB 60/80 KB 18/18 KB 272/531 KB 192/1267 KB 571/1710 KB 64/80 KB 18/18 KB 272/531 KB 192/1267 KB 571/1710 KB 68/80 KB 18/18 KB 272/531 KB 192/1267 KB 571/1710 KB 72/80 KB 18/18 KB 272/531 KB 192/1267 KB 571/1710 KB 76/80 K unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install B 18/18 KB 272/531 KB 192/1267 KB 571/1710 KB 80/80 KB 18/18 KB 272/531 KB 192/1267 KB 575/1710 KB 80/80 KB 18/18 KB 272/531 KB 192/1267 KB 579/1710 KB 80/80 KB 18/18 KB 272/531 KB 192/1267 KB 583/1710 KB 80/80 KB 18/18 KB 272/531 KB 196/1267 KB 587/1710 KB 80/80 KB 18/18 KB 272/531 KB 196/1267 KB 579/1710 KB 80/80 KB 18/18 KB 272/531 KB 196/1267 KB 587/1710 KB 80/80 KB 18/18 KB 272/531 KB 200/1267 KB 587/1710 KB 80/80 KB 18/18 KB 272/531 KB 204/1267 KB 587/1710 KB 80/80 KB 18/18 KB 272/531 KB 208/1267 KB 587/1710 KB 80/80 KB 18/18 KB 276/531 KB 208/1267 KB 587/1710 KB 80/80 KB 18/18 KB 280/531 KB 208/1267 KB 587/1710 KB 80/80 KB 18/18 KB 284/531 KB 208/1267 KB 587/1710 KB 80/80 KB 18/18 KB 288/531 KB 208/1267 KB 591/1710 KB 80/80 KB 18/18 KB 288/531 KB 208/1267 KB 595/1710 KB 80/80 KB 18/18 KB 288/531 KB 208/1267 KB 599/1710 KB 80/80 KB 18/18 KB 288/531 KB 208/1267 KB 599/1710 KB 80/80 KB 18/18 KB 288/531 KB 212/1267 KB 599/1710 KB 80/80 KB 18/18 KB 288/531 KB 216/1267 KB 599/1710 KB 80/80 KB 18/18 KB 288/531 KB 220/1267 KB 599/1710 KB 80/80 KB 18/18 KB 288/531 KB 224/1267 KB 603/1710 KB 80/80 KB 18/18 KB 288/531 KB 224/1267 KB 603/1710 KB 18/18 KB 292/531 KB 224/1267 KB 603/1710 KB 18/18 KB 296/531 KB 224/1267 KB 603/1710 KB 18/18 KB 300/531 KB 224/1267 KB 603/1710 KB 18/18 KB 304/531 KB 224/1267 KB Downloaded: https://repo.maven.apache.org/maven2/net/sf/flexjson/flexjson/2.1/flexjson-2.1.jar (80 KB at 193.8 KB/sec) unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 607/1710 KB 18/18 KB 304/531 KB 224/1267 KB 611/1710 KB 18/18 KB 304/531 KB 224/1267 KB 615/1710 KB 18/18 KB 304/531 KB 224/1267 KB 619/1710 KB 18/18 KB 304/531 KB 224/1267 KB 619/1710 KB 18/18 KB 304/531 KB 228/1267 KB 619/1710 KB 18/18 KB 304/531 KB 232/1267 KB 619/1710 KB 18/18 KB 308/531 KB 236/1267 KB 619/1710 KB 18/18 KB 308/531 KB 240/1267 KB 619/1710 KB 18/18 KB 308/531 KB 232/1267 KB 619/1710 KB 18/18 KB 312/531 KB 240/1267 KB 619/1710 KB 18/18 KB 316/531 KB 240/1267 KB 619/1710 KB 18/18 KB 320/531 KB 240/1267 KB 623/1710 KB 18/18 KB 320/531 KB 240/1267 KB 627/1710 KB 18/18 KB 320/531 KB 240/1267 KB 631/1710 KB 18/18 KB 320/531 KB 240/1267 KB 635/1710 KB 18/18 KB 320/531 KB 240/1267 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-junit/1.2.2/cucumber-junit-1.2.2.jar (18 KB at 42.8 KB/sec) unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 635/1710 KB 320/531 KB 244/1267 KB 635/1710 KB 324/531 KB 248/1267 KB 635/1710 KB 324/531 KB 252/1267 KB 635/1710 KB 324/531 KB 256/1267 KB 635/1710 KB 324/531 KB 244/1267 KB 635/1710 KB 328/531 KB 256/1267 KB 635/1710 KB 332/531 KB 256/1267 KB 635/1710 KB 336/531 KB 256/1267 KB 639/1710 KB 336/531 KB 256/1267 KB 643/1710 KB 336/531 KB 256/1267 KB 647/1710 KB 336/531 KB 256/1267 KB 651/1710 KB 336/531 KB 256/1267 KB 651/1710 KB 4/1044 KB 336/531 KB 256/1267 KB 651/1710 KB 8/1044 KB 336/531 KB 256/1267 KB 651/1710 KB 8/1044 KB 340/531 KB 256/1267 KB 651/1710 KB 8/1044 KB 344/531 KB 256/1267 KB 651/1710 KB 8/1044 KB 348/531 KB 256/1267 KB 651/1710 KB 8/1044 KB 352/531 KB 256/1267 KB 651/1710 KB 8/1044 KB 352/531 KB 260/1267 KB 651/1710 KB 8/1044 KB 352/531 KB 264/1267 KB 651/1710 KB 8/1044 KB 352/531 KB 268/1267 KB 651/1710 KB 8/1044 KB 352/531 KB 272/1267 KB 655/1710 KB 8/1044 KB 352/531 KB 272/1267 KB 659/1710 KB 8/1044 KB 352/531 KB 272/1267 KB 663/1710 KB 8/1044 KB 352/531 KB 272/1267 KB 667/1710 KB 8/1044 KB 352/531 KB 272/1267 KB 667/1710 KB 12/1044 KB 352/531 KB 272/1267 KB 667/1710 KB 16/1044 KB 352/531 KB 272/1267 KB 667/1710 KB 20/1044 KB 352/531 KB 272/1267 KB 667/1710 KB 24/1044 KB 352/531 KB 272/1267 KB 667/1710 KB 28/1044 KB 352/531 KB 272/1267 KB 671/1710 KB 28/1044 KB 352/531 KB 272/1267 KB 675/1710 KB 28/1044 KB 352/531 KB 272/1267 KB 679/1710 KB 28/1044 KB 352/531 KB 272/1267 KB 683/1710 KB 28/1044 KB 352/531 KB 272/1267 KB 683/1710 KB 32/1044 KB 352/531 KB 272/1267 KB 683/1710 KB 32/1044 KB 356/531 KB 272/1267 KB 683/1710 KB 32/1044 KB 360/531 KB 272/1267 KB 683/1710 KB 32/1044 KB 364/531 KB 272/1267 KB 683/1710 KB 32/1044 KB 368/531 KB 272/1267 KB 683/1710 KB 36/1044 KB 368/531 KB 272/1267 KB 683/1710 KB 36/1044 KB 368/531 KB 276/1267 KB 683/1710 KB 36/1044 KB 368/531 KB 280/1267 KB 683/1710 KB 36/1044 KB 368/531 KB 284/1267 KB 683/1710 KB 36/1044 KB 368/531 KB 288/1267 KB 683/1710 KB 40/1044 KB 368/531 KB 288/1267 KB 683/1710 KB 44/1044 KB 368/531 KB 288/1267 KB 683/1710 KB 48/1044 KB 368/531 KB 288/1267 KB 683/1710 KB 48/1044 KB 372/531 KB 288/1267 KB 683/1710 KB 48/1044 KB 376/531 KB 288/1267 KB 683/1710 KB 48/1044 KB 380/531 KB 288/1267 KB 683/1710 KB 48/1044 KB 384/531 KB 288/1267 KB 687/1710 KB 48/1044 KB 384/531 KB 288/1267 KB 691/1710 KB 48/1044 KB 384/531 KB 288/1267 KB 695/1710 KB 48/1044 KB 384/531 KB 288/1267 KB 699/1710 KB 48/1044 KB 384/531 KB 288/1267 KB 699/1710 KB 52/1044 KB 384/531 KB 288/1267 KB 699/1710 KB 56/1044 KB 384/531 KB 288/1267 KB 699/1710 KB 60/1044 KB 384/531 KB 288/1267 KB 699/1710 KB 64/1044 KB 384/531 KB 288/1267 KB 699/1710 KB 68/1044 KB 384/531 KB 288/1267 KB 703/1710 KB 68/1044 KB 384/531 KB 292/1267 KB 699/1710 KB 68/1044 KB 384/531 KB 292/1267 KB 703/1710 KB 68/1044 KB 384/531 KB 296/1267 KB 703/1710 KB 68/1044 KB 384/531 KB 300/1267 KB 703/1710 KB 68/1044 KB 384/531 KB 304/1267 KB 707/1710 KB 68/1044 KB 384/531 KB 304/1267 KB 711/1710 KB 68/1044 KB 384/531 KB 304/1267 KB 715/1710 KB 68/1044 KB 384/531 KB 304/1267 KB 715/1710 KB 72/1044 KB 384/531 KB 304/1267 KB 715/1710 KB 76/1044 KB 384/531 KB 304/1267 KB 715/1710 KB 80/1044 KB 384/531 KB 304/1267 KB 715/1710 KB 80/1044 KB 388/531 KB 304/1267 KB 715/1710 KB 80/1044 KB 392/531 KB 304/1267 KB 715/1710 KB 80/1044 KB 396/531 KB 304/1267 KB 715/1710 KB 80/1044 KB 400/531 KB 304/1267 KB 715/1710 KB 84/1044 KB 400/531 KB 304/1267 KB 715/1710 KB 88/104 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 4 KB 400/531 KB 304/1267 KB 715/1710 KB 92/1044 KB 400/531 KB 304/1267 KB 715/1710 KB 96/1044 KB 400/531 KB 304/1267 KB 715/1710 KB 96/1044 KB 3/61 KB 400/531 KB 304/1267 KB 715/1710 KB 96/1044 KB 6/61 KB 400/531 KB 308/1267 KB 715/1710 KB 96/1044 KB 3/61 KB 400/531 KB 308/1267 KB 715/1710 KB 96/1044 KB 6/61 KB 400/531 KB 312/1267 KB 715/1710 KB 96/1044 KB 6/61 KB 400/531 KB 316/1267 KB 715/1710 KB 96/1044 KB 6/61 KB 400/531 KB 320/1267 KB 715/1710 KB 96/1044 KB 9/61 KB 400/531 KB 320/1267 KB 715/1710 KB 96/1044 KB 11/61 KB 400/531 KB 320/1267 KB 719/1710 KB 96/1044 KB 14/61 KB 400/531 KB 320/1267 KB 719/1710 KB 96/1044 KB 11/61 KB 400/531 KB 320/1267 KB 723/1710 KB 96/1044 KB 14/61 KB 400/531 KB 320/1267 KB 727/1710 KB 96/1044 KB 16/61 KB 404/531 KB 320/1267 KB 723/1710 KB 96/1044 KB 16/61 KB 404/531 KB 320/1267 KB 727/1710 KB 96/1044 KB 16/61 KB 408/531 KB 320/1267 KB 727/1710 KB 96/1044 KB 16/61 KB 412/531 KB 320/1267 KB 727/1710 KB 96/1044 KB 16/61 KB 416/531 KB 320/1267 KB 723/1710 KB 96/1044 KB 16/61 KB 400/531 KB 320/1267 KB 727/1710 KB 96/1044 KB 19/61 KB 416/531 KB 320/1267 KB 727/1710 KB 96/1044 KB 22/61 KB 416/531 KB 320/1267 KB 731/1710 KB 96/1044 KB 22/61 KB 416/531 KB 320/1267 KB 731/1710 KB 96/1044 KB 25/61 KB 416/531 KB 320/1267 KB 731/1710 KB 96/1044 KB 27/61 KB 416/531 KB 320/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 416/531 KB 320/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 416/531 KB 324/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 416/531 KB 328/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 420/531 KB 332/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 420/531 KB 336/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 420/531 KB 328/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 424/531 KB 336/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 428/531 KB 336/1267 KB 731/1710 KB 96/1044 KB 30/61 KB 432/531 KB 336/1267 KB 735/1710 KB 96/1044 KB 30/61 KB 432/531 KB 336/1267 KB 739/1710 KB 96/1044 KB 30/61 KB 432/531 KB 336/1267 KB 743/1710 KB 96/1044 KB 30/61 KB 432/531 KB 336/1267 KB 743/1710 KB 96/1044 KB 32/61 KB 432/531 KB 336/1267 KB 747/1710 KB 96/1044 KB 32/61 KB 432/531 KB 336/1267 KB 747/1710 KB 100/1044 KB 32/61 KB 432/531 KB 336/1267 KB 747/1710 KB 104/1044 KB 32/61 KB 432/531 KB 336/1267 KB 747/1710 KB 108/1044 KB 32/61 KB 432/531 KB 336/1267 KB 747/1710 KB 112/1044 KB 32/61 KB 432/531 KB 336/1267 KB 747/1710 KB 116/1044 KB 32/61 KB 432/531 KB 336/1267 KB 747/1710 KB 120/1044 KB 36/61 KB 432/531 KB 336/1267 KB 747/1710 KB 120/1044 KB 40/61 KB 432/531 KB 336/1267 KB 747/1710 KB 120/1044 KB 44/61 KB 432/531 KB 336/1267 KB 747/1710 KB 120/1044 KB 48/61 KB 432/531 KB 336/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 432/531 KB 336/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 436/531 KB 336/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 440/531 KB 340/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 444/531 KB 340/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 448/531 KB 340/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 436/531 KB 340/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 448/531 KB 344/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 448/531 KB 348/1267 KB 751/1710 KB 120/1044 KB 48/61 KB 448/531 KB 352/1267 KB 755/1710 KB 120/1044 KB 48/61 KB 448/531 KB 352/1267 KB 759/1710 KB 120/1044 KB 48/61 KB 448/531 KB 352/1267 KB 763/1710 KB 120/1044 KB 48/61 KB 448/531 KB 352/1267 KB 763/1710 KB 120/1044 KB 52/61 KB 448/531 KB 352/1267 KB 767/1710 KB 120/1044 KB 56/61 KB 448/531 KB 352/1267 KB 767/1710 KB 120/1044 KB 60/61 KB 44 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 8/531 KB 352/1267 KB 767/1710 KB 120/1044 KB 61/61 KB 448/531 KB 352/1267 KB 767/1710 KB 120/1044 KB 52/61 KB 448/531 KB 352/1267 KB 771/1710 KB 120/1044 KB 61/61 KB 448/531 KB 352/1267 KB 775/1710 KB 120/1044 KB 61/61 KB 448/531 KB 352/1267 KB 779/1710 KB 120/1044 KB 61/61 KB 448/531 KB 352/1267 KB 779/1710 KB 120/1044 KB 61/61 KB 452/531 KB 352/1267 KB 779/1710 KB 120/1044 KB 61/61 KB 456/531 KB 352/1267 KB 779/1710 KB 120/1044 KB 61/61 KB 460/531 KB 352/1267 KB 779/1710 KB 120/1044 KB 61/61 KB 464/531 KB 352/1267 KB 747/1710 KB 120/1044 KB 61/61 KB 464/531 KB 352/1267 KB 779/1710 KB 124/1044 KB 61/61 KB 464/531 KB 352/1267 KB 779/1710 KB 128/1044 KB 61/61 KB 464/531 KB 352/1267 KB 779/1710 KB 128/1044 KB 61/61 KB 464/531 KB 356/1267 KB 779/1710 KB 128/1044 KB 61/61 KB 464/531 KB 360/1267 KB 779/1710 KB 128/1044 KB 61/61 KB 464/531 KB 364/1267 KB 779/1710 KB 128/1044 KB 61/61 KB 464/531 KB 368/1267 KB 783/1710 KB 128/1044 KB 61/61 KB 464/531 KB 368/1267 KB 787/1710 KB 128/1044 KB 61/61 KB 464/531 KB 368/1267 KB 791/1710 KB 128/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 128/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 132/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 136/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 140/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 144/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 148/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 152/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 156/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 464/531 KB 368/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 468/531 KB 368/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 472/531 KB 368/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 476/531 KB 368/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 480/531 KB 368/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 480/531 KB 372/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 480/531 KB 376/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 480/531 KB 380/1267 KB 795/1710 KB 160/1044 KB 61/61 KB 480/531 KB 384/1267 KB 795/1710 KB 164/1044 KB 61/61 KB 480/531 KB 384/1267 KB 795/1710 KB 168/1044 KB 61/61 KB 480/531 KB 384/1267 KB 795/1710 KB 172/1044 KB 61/61 KB 480/531 KB 384/1267 KB 799/1710 KB 172/1044 KB 61/61 KB 480/531 KB 384/1267 KB 803/1710 KB 172/1044 KB 61/61 KB 480/531 KB 384/1267 KB 807/1710 KB 172/1044 KB 61/61 KB 480/531 KB 384/1267 KB 811/1710 KB 172/1044 KB 61/61 KB 480/531 KB 384/1267 KB 811/1710 KB 176/1044 KB 61/61 KB 480/531 KB 384/1267 KB 811/1710 KB 176/1044 KB 61/61 KB 484/531 KB 384/1267 KB 811/1710 KB 176/1044 KB 61/61 KB 488/531 KB 384/1267 KB 811/1710 KB 176/1044 KB 61/61 KB 492/531 KB 384/1267 KB 811/1710 KB 176/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 180/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 184/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 188/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 192/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 196/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 200/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 204/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 208/1044 KB 61/61 KB 496/531 KB 384/1267 KB 811/1710 KB 208/1044 KB 61/61 KB 496/531 KB 388/1267 KB 811/1710 KB 208/1044 KB 61/61 KB 496/531 KB 392/1267 KB 815/1710 KB 208/1044 KB 61/61 KB 496/531 KB 396/1267 KB 815/1710 KB 208/1044 KB 61/61 KB 496/531 KB 400/1267 KB 815/1710 KB 208/1044 KB 61/61 KB 496/531 KB unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 392/1267 KB 819/1710 KB 208/1044 KB 61/61 KB 496/531 KB 400/1267 KB 823/1710 KB 208/1044 KB 61/61 KB 496/531 KB 400/1267 KB 827/1710 KB 208/1044 KB 61/61 KB 500/531 KB 400/1267 KB 823/1710 KB 208/1044 KB 61/61 KB 500/531 KB 400/1267 KB 827/1710 KB 208/1044 KB 61/61 KB 504/531 KB 400/1267 KB 827/1710 KB 208/1044 KB 61/61 KB 508/531 KB 400/1267 KB 827/1710 KB 208/1044 KB 61/61 KB 512/531 KB 400/1267 KB 831/1710 KB 208/1044 KB 61/61 KB 512/531 KB 400/1267 KB 835/1710 KB 208/1044 KB 61/61 KB 516/531 KB 404/1267 KB 839/1710 KB 208/1044 KB 61/61 KB 516/531 KB 404/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 516/531 KB 404/1267 KB 831/1710 KB 208/1044 KB 61/61 KB 516/531 KB 404/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 516/531 KB 408/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 516/531 KB 412/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 516/531 KB 416/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 516/531 KB 420/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 516/531 KB 424/1267 KB 831/1710 KB 208/1044 KB 61/61 KB 516/531 KB 400/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 520/531 KB 424/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 524/531 KB 424/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 528/531 KB 424/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 531/531 KB 424/1267 KB 843/1710 KB 208/1044 KB 61/61 KB 531/531 KB 428/1267 KB 843/1710 KB 212/1044 KB 61/61 KB 531/531 KB 428/1267 KB 843/1710 KB 216/1044 KB 61/61 KB 531/531 KB 432/1267 KB 843/1710 KB 212/1044 KB 61/61 KB 531/531 KB 432/1267 KB 847/1710 KB 216/1044 KB 61/61 KB 531/531 KB 432/1267 KB 851/1710 KB 220/1044 KB 61/61 KB 531/531 KB 432/1267 KB 855/1710 KB 220/1044 KB 61/61 KB 531/531 KB 432/1267 KB 859/1710 KB 220/1044 KB 61/61 KB 531/531 KB 432/1267 KB 863/1710 KB 220/1044 KB 61/61 KB 531/531 KB 432/1267 KB 867/1710 KB 220/1044 KB 531/531 KB 436/1267 KB 871/1710 KB 220/1044 KB 531/531 KB 436/1267 KB 851/1710 KB 220/1044 KB 61/61 KB 531/531 KB 432/1267 KB 871/1710 KB 224/1044 KB 531/531 KB 436/1267 KB 863/1710 KB 220/1044 KB 531/531 KB 436/1267 KB 871/1710 KB 224/1044 KB 531/531 KB 440/1267 KB 871/1710 KB 224/1044 KB 531/531 KB 444/1267 KB 871/1710 KB 224/1044 KB 531/531 KB 448/1267 KB 871/1710 KB 228/1044 KB 531/531 KB 448/1267 KB 871/1710 KB 232/1044 KB 531/531 KB 448/1267 KB 871/1710 KB 236/1044 KB 531/531 KB 448/1267 KB 875/1710 KB 240/1044 KB 531/531 KB 448/1267 KB 875/1710 KB 240/1044 KB 531/531 KB 452/1267 KB 875/1710 KB 240/1044 KB 531/531 KB 456/1267 KB 875/1710 KB 240/1044 KB 531/531 KB 460/1267 KB 875/1710 KB 240/1044 KB 531/531 KB 464/1267 KB 875/1710 KB 244/1044 KB 531/531 KB 464/1267 KB 875/1710 KB 248/1044 KB 531/531 KB 464/1267 KB 875/1710 KB 252/1044 KB 531/531 KB 464/1267 KB 875/1710 KB 256/1044 KB 531/531 KB 464/1267 KB 875/1710 KB 236/1044 KB 531/531 KB 448/1267 KB Downloaded: https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (61 KB at 125.3 KB/sec) unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.2.2.RELEASE/spring-context-4.2.2.RELEASE.jar unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 875/1710 KB 256/1044 KB 531/531 KB 468/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 472/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 476/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 480/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 484/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 488/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 492/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 496/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 260/1044 KB 531/531 KB 468/1267 KB 875/1710 KB 264/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 268/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 272/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 276/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 280/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 284/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 288/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 292/1044 KB 531/531 KB 500/1267 KB 875/1710 KB 292/1044 KB 531/531 KB 504/1267 KB 875/1710 KB 292/1044 KB 531/531 KB 508/1267 KB 875/1710 KB 292/1044 KB 531/531 KB 512/1267 KB 875/1710 KB 296/1044 KB 531/531 KB 512/1267 KB 875/1710 KB 300/1044 KB 531/531 KB 512/1267 KB 875/1710 KB 304/1044 KB 531/531 KB 512/1267 KB 875/1710 KB 304/1044 KB 531/531 KB 516/1267 KB 875/1710 KB 308/1044 KB 531/531 KB 520/1267 KB 875/1710 KB 308/1044 KB 531/531 KB 524/1267 KB 875/1710 KB 308/1044 KB 531/531 KB 516/1267 KB 875/1710 KB 308/1044 KB 531/531 KB 528/1267 KB 875/1710 KB 312/1044 KB 531/531 KB 528/1267 KB 875/1710 KB 316/1044 KB 531/531 KB 528/1267 KB 875/1710 KB 320/1044 KB 532/1267 KB 875/1710 KB 316/1044 KB 532/1267 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (531 KB at 1052.2 KB/sec) unit-abot-epc-basic-0: 10:38:15 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-mysql-0: 10:38:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 875/1710 KB 324/1044 KB 532/1267 KB 875/1710 KB 324/1044 KB 536/1267 KB 875/1710 KB 324/1044 KB 540/1267 KB 875/1710 KB 324/1044 KB 544/1267 KB 875/1710 KB 328/1044 KB 544/1267 KB 875/1710 KB 332/1044 KB 544/1267 KB 875/1710 KB 336/1044 KB 544/1267 KB 879/1710 KB 336/1044 KB 544/1267 KB 883/1710 KB 336/1044 KB 544/1267 KB 887/1710 KB 336/1044 KB 544/1267 KB 891/1710 KB 336/1044 KB 544/1267 KB 895/1710 KB 336/1044 KB 544/1267 KB 899/1710 KB 336/1044 KB 544/1267 KB 903/1710 KB 336/1044 KB 544/1267 KB 907/1710 KB 336/1044 KB 544/1267 KB 911/1710 KB 336/1044 KB 544/1267 KB 915/1710 KB 336/1044 KB 544/1267 KB 919/1710 KB 336/1044 KB 544/1267 KB 923/1710 KB 336/1044 KB 544/1267 KB 927/1710 KB 336/1044 KB 544/1267 KB 931/1710 KB 336/1044 KB 544/1267 KB 935/1710 KB 336/1044 KB 544/1267 KB 939/1710 KB 336/1044 KB 544/1267 KB 943/1710 KB 336/1044 KB 544/1267 KB 947/1710 KB 336/1044 KB 544/1267 KB 951/1710 KB 336/1044 KB 544/1267 KB 955/1710 KB 336/1044 KB 544/1267 KB 955/1710 KB 340/1044 KB 544/1267 KB 959/1710 KB 344/1044 KB 548/1267 KB 959/1710 KB 348/1044 KB 548/1267 KB 959/1710 KB 352/1044 KB 548/1267 KB 959/1710 KB 340/1044 KB 548/1267 KB 955/1710 KB 340/1044 KB 548/1267 KB 959/1710 KB 352/1044 KB 552/1267 KB 959/1710 KB 352/1044 KB 556/1267 KB 963/1710 KB 352/1044 KB 560/1267 KB 963/1710 KB 352/1044 KB 556/1267 KB 967/1710 KB 352/1044 KB 560/1267 KB 971/1710 KB 352/1044 KB 560/1267 KB 971/1710 KB 352/1044 KB 564/1267 KB 975/1710 KB 356/1044 KB 568/1267 KB 975/1710 KB 356/1044 KB 572/1267 KB 975/1710 KB 356/1044 KB 576/1267 KB 975/1710 KB 356/1044 KB 564/1267 KB 971/1710 KB 356/1044 KB 564/1267 KB 975/1710 KB 360/1044 KB 576/1267 KB 975/1710 KB 364/1044 KB 576/1267 KB 979/1710 KB 368/1044 KB 576/1267 KB 979/1710 KB 364/1044 KB 576/1267 KB 983/1710 KB 368/1044 KB 576/1267 KB 987/1710 KB 368/1044 KB 576/1267 KB 987/1710 KB 372/1044 KB 576/1267 KB 987/1710 KB 376/1044 KB 576/1267 KB 991/1710 KB 380/1044 KB 576/1267 KB 991/1710 KB 384/1044 KB 576/1267 KB 991/1710 KB 376/1044 KB 576/1267 KB 995/1710 KB 384/1044 KB 576/1267 KB 999/1710 KB 384/1044 KB 576/1267 KB 1003/1710 KB 384/1044 KB 576/1267 KB 1007/1710 KB 384/1044 KB 576/1267 KB 1011/1710 KB 388/1044 KB 576/1267 KB 1007/1710 KB 388/1044 KB 576/1267 KB 1011/1710 KB 392/1044 KB 576/1267 KB 1011/1710 KB 396/1044 KB 576/1267 KB 1011/1710 KB 400/1044 KB 576/1267 KB 1015/1710 KB 400/1044 KB 576/1267 KB 1015/1710 KB 400/1044 KB 580/1267 KB 1015/1710 KB 400/1044 KB 584/1267 KB 1015/1710 KB 400/1044 KB 588/1267 KB 1015/1710 KB 400/1044 KB 592/1267 KB 1019/1710 KB 400/1044 KB 592/1267 KB 1023/1710 KB 400/1044 KB 592/1267 KB 1023/1710 KB 404/1044 KB 592/1267 KB 1023/1710 KB 408/1044 KB 592/1267 KB 1023/1710 KB 412/1044 KB 592/1267 KB 1023/1710 KB 416/1044 KB 592/1267 KB 1027/1710 KB 416/1044 KB 592/1267 KB 1031/1710 KB 416/1044 KB 592/1267 KB 1035/1710 KB 420/1044 KB 592/1267 KB 1031/1710 KB 420/1044 KB 592/1267 KB 1035/1710 KB 424/1044 KB 592/1267 KB 1035/1710 KB 428/1044 KB 592/1267 KB 1035/1710 KB 432/1044 KB 592/1267 KB 1035/1710 KB 436/1044 KB 592/1267 KB 1035/1710 KB 440/1044 KB 592/1267 KB 1035/1710 KB 444/1044 KB 592/1267 KB 1035/1710 KB 448/1044 KB 592/1267 KB 1035/1710 KB 452/1044 KB 592/1267 KB 1035/1710 KB 456/1044 KB 592/1267 KB 1035/1710 KB 460/1044 KB 592/1267 KB 1035/1710 KB 460/1044 KB 596/1267 KB 1035/1710 KB 460/1044 KB 600/1267 KB 1035/1710 KB 460/1044 KB 604/1267 KB 1035/1710 KB 460/1044 KB 608/1267 KB 1035/1710 KB 464 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install /1044 KB 608/1267 KB 1035/1710 KB 468/1044 KB 608/1267 KB 1035/1710 KB 4/1063 KB 468/1044 KB 608/1267 KB 1035/1710 KB 8/1063 KB 3/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 12/1063 KB 3/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 16/1063 KB 3/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 4/1063 KB 3/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 16/1063 KB 6/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 16/1063 KB 9/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 16/1063 KB 11/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 16/1063 KB 14/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 16/1063 KB 16/713 KB 468/1044 KB 612/1267 KB 1035/1710 KB 4/1063 KB 468/1044 KB 612/1267 KB 1039/1710 KB 16/1063 KB 16/713 KB 468/1044 KB 616/1267 KB 1039/1710 KB 16/1063 KB 16/713 KB 468/1044 KB 620/1267 KB 1039/1710 KB 16/1063 KB 16/713 KB 468/1044 KB 624/1267 KB 1039/1710 KB 20/1063 KB 19/713 KB 468/1044 KB 624/1267 KB 1039/1710 KB 20/1063 KB 22/713 KB 468/1044 KB 624/1267 KB 1039/1710 KB 16/1063 KB 16/713 KB 468/1044 KB 612/1267 KB 1039/1710 KB 20/1063 KB 22/713 KB 468/1044 KB 628/1267 KB 1039/1710 KB 20/1063 KB 22/713 KB 468/1044 KB 632/1267 KB 1039/1710 KB 20/1063 KB 22/713 KB 468/1044 KB 636/1267 KB 1039/1710 KB 20/1063 KB 16/713 KB 468/1044 KB 624/1267 KB 1043/1710 KB 24/1063 KB 22/713 KB 468/1044 KB 636/1267 KB 1043/1710 KB 28/1063 KB 22/713 KB 468/1044 KB 636/1267 KB 1043/1710 KB 32/1063 KB 22/713 KB 468/1044 KB 636/1267 KB 1043/1710 KB 20/1063 KB 22/713 KB 468/1044 KB 636/1267 KB 1047/1710 KB 32/1063 KB 22/713 KB 468/1044 KB 640/1267 KB 1043/1710 KB 32/1063 KB 25/713 KB 468/1044 KB 640/1267 KB 1047/1710 KB 32/1063 KB 25/713 KB 468/1044 KB 640/1267 KB 1051/1710 KB 32/1063 KB 25/713 KB 468/1044 KB 640/1267 KB 1051/1710 KB 32/1063 KB 27/713 KB 468/1044 KB 640/1267 KB 1051/1710 KB 32/1063 KB 30/713 KB 468/1044 KB 640/1267 KB 1051/1710 KB 36/1063 KB 32/713 KB 468/1044 KB 640/1267 KB 1051/1710 KB 36/1063 KB 30/713 KB 468/1044 KB 640/1267 KB 1055/1710 KB 40/1063 KB 32/713 KB 468/1044 KB 640/1267 KB 1055/1710 KB 44/1063 KB 32/713 KB 468/1044 KB 640/1267 KB 1055/1710 KB 48/1063 KB 32/713 KB 468/1044 KB 640/1267 KB 1055/1710 KB 36/1063 KB 32/713 KB 468/1044 KB 640/1267 KB 1059/1710 KB 48/1063 KB 36/713 KB 468/1044 KB 644/1267 KB 1063/1710 KB 48/1063 KB 36/713 KB 468/1044 KB 644/1267 KB 1067/1710 KB 48/1063 KB 36/713 KB 468/1044 KB 644/1267 KB 1055/1710 KB 48/1063 KB 36/713 KB 468/1044 KB 644/1267 KB 1055/1710 KB 48/1063 KB 32/713 KB 468/1044 KB 644/1267 KB 1067/1710 KB 48/1063 KB 40/713 KB 468/1044 KB 648/1267 KB 1067/1710 KB 48/1063 KB 40/713 KB 468/1044 KB 652/1267 KB 1067/1710 KB 48/1063 KB 40/713 KB 468/1044 KB 656/1267 KB 1067/1710 KB 52/1063 KB 40/713 KB 468/1044 KB 656/1267 KB 1067/1710 KB 56/1063 KB 40/713 KB 468/1044 KB 656/1267 KB 1067/1710 KB 52/1063 KB 40/713 KB 468/1044 KB 656/1267 KB 1067/1710 KB 56/1063 KB 44/713 KB 468/1044 KB 656/1267 KB 1067/1710 KB 56/1063 KB 48/713 KB 468/1044 KB 656/1267 KB 1067/1710 KB 60/1063 KB 48/713 KB 468/1044 KB 656/1267 KB 1071/1710 KB 60/1063 KB 48/713 KB 468/1044 KB 656/1267 KB 1075/1710 KB 60/1063 KB 48/713 KB 468/1044 KB 656/1267 KB 1079/1710 KB 64/1063 KB 48/713 KB 468/1044 KB 656/1267 KB 1075/1710 KB 64/1063 KB 48/713 KB 468/1044 KB 656/1267 KB 1083/1710 KB 64/1063 KB 48/713 KB 468/1044 KB 656/1267 KB 1083/1710 KB 64/1063 KB 48/713 KB 472/1044 KB 656/1267 KB 1083/1710 KB 64/1063 KB 52/713 KB 472/1044 KB 656/1267 KB 1083/1710 KB 64/1063 KB 52/713 KB 476/1044 KB 656/ unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 1267 KB 1083/1710 KB 64/1063 KB 52/713 KB 476/1044 KB 660/1267 KB 1083/1710 KB 64/1063 KB 52/713 KB 476/1044 KB 664/1267 KB 1083/1710 KB 64/1063 KB 52/713 KB 476/1044 KB 668/1267 KB 1083/1710 KB 64/1063 KB 52/713 KB 476/1044 KB 672/1267 KB 1083/1710 KB 64/1063 KB 56/713 KB 476/1044 KB 672/1267 KB 1087/1710 KB 68/1063 KB 60/713 KB 480/1044 KB 672/1267 KB 1087/1710 KB 68/1063 KB 64/713 KB 480/1044 KB 672/1267 KB 1087/1710 KB 68/1063 KB 56/713 KB 480/1044 KB 672/1267 KB 1083/1710 KB 68/1063 KB 56/713 KB 476/1044 KB 672/1267 KB 1087/1710 KB 72/1063 KB 64/713 KB 480/1044 KB 672/1267 KB 1087/1710 KB 76/1063 KB 64/713 KB 480/1044 KB 672/1267 KB 1087/1710 KB 80/1063 KB 64/713 KB 480/1044 KB 672/1267 KB 1087/1710 KB 68/1063 KB 56/713 KB 476/1044 KB 672/1267 KB 1091/1710 KB 80/1063 KB 68/713 KB 484/1044 KB 676/1267 KB 1095/1710 KB 80/1063 KB 68/713 KB 484/1044 KB 676/1267 KB 1099/1710 KB 80/1063 KB 68/713 KB 484/1044 KB 676/1267 KB 1087/1710 KB 80/1063 KB 68/713 KB 484/1044 KB 676/1267 KB 1099/1710 KB 80/1063 KB 72/713 KB 484/1044 KB 676/1267 KB 1099/1710 KB 80/1063 KB 76/713 KB 484/1044 KB 676/1267 KB 1099/1710 KB 80/1063 KB 80/713 KB 484/1044 KB 676/1267 KB 1087/1710 KB 80/1063 KB 64/713 KB 484/1044 KB 676/1267 KB 1087/1710 KB 80/1063 KB 64/713 KB 480/1044 KB 676/1267 KB 1099/1710 KB 80/1063 KB 80/713 KB 484/1044 KB 680/1267 KB 1099/1710 KB 80/1063 KB 80/713 KB 484/1044 KB 684/1267 KB 1099/1710 KB 80/1063 KB 80/713 KB 484/1044 KB 688/1267 KB 1099/1710 KB 80/1063 KB 80/713 KB 488/1044 KB 688/1267 KB 1099/1710 KB 80/1063 KB 80/713 KB 492/1044 KB 688/1267 KB 1099/1710 KB 80/1063 KB 80/713 KB 496/1044 KB 688/1267 KB 1103/1710 KB 80/1063 KB 80/713 KB 496/1044 KB 688/1267 KB 1103/1710 KB 84/1063 KB 80/713 KB 496/1044 KB 688/1267 KB 1103/1710 KB 88/1063 KB 80/713 KB 496/1044 KB 688/1267 KB 1103/1710 KB 92/1063 KB 80/713 KB 496/1044 KB 688/1267 KB 1107/1710 KB 96/1063 KB 80/713 KB 496/1044 KB 688/1267 KB 1107/1710 KB 92/1063 KB 80/713 KB 496/1044 KB 688/1267 KB 1111/1710 KB 96/1063 KB 80/713 KB 500/1044 KB 692/1267 KB 1115/1710 KB 96/1063 KB 80/713 KB 500/1044 KB 692/1267 KB 1107/1710 KB 96/1063 KB 80/713 KB 500/1044 KB 692/1267 KB 1115/1710 KB 96/1063 KB 80/713 KB 504/1044 KB 692/1267 KB 1115/1710 KB 100/1063 KB 84/713 KB 508/1044 KB 692/1267 KB 1115/1710 KB 100/1063 KB 84/713 KB 512/1044 KB 692/1267 KB 1107/1710 KB 96/1063 KB 80/713 KB 496/1044 KB 692/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 512/1044 KB 696/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 512/1044 KB 700/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 512/1044 KB 704/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 512/1044 KB 708/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 516/1044 KB 708/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 520/1044 KB 712/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 524/1044 KB 712/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 528/1044 KB 712/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 512/1044 KB 692/1267 KB 1115/1710 KB 100/1063 KB 84/713 KB 504/1044 KB 692/1267 KB 1115/1710 KB 96/1063 KB 84/713 KB 504/1044 KB 692/1267 KB 1119/1710 KB 100/1063 KB 88/713 KB 528/1044 KB 712/1267 KB 1119/1710 KB 100/1063 KB 92/713 KB 528/1044 KB 712/1267 KB 1119/1710 KB 100/1063 KB 96/713 KB 528/1044 KB 712/1267 KB 1119/1710 KB 104/1063 KB 96/713 KB 528/1044 KB 712/1267 KB 1119/1710 KB 108/1063 KB 96/713 KB 528/1044 KB 712/1267 KB 1119/1710 KB 112/1063 KB 96/713 KB 528/1044 KB 712/1267 KB 1119/1710 KB 100/1063 KB 84/713 KB 516/1044 KB 712/1267 K unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install B 1123/1710 KB 112/1063 KB 96/713 KB 528/1044 KB 716/1267 KB 1123/1710 KB 112/1063 KB 96/713 KB 528/1044 KB 720/1267 KB 1123/1710 KB 112/1063 KB 96/713 KB 528/1044 KB 712/1267 KB 1127/1710 KB 112/1063 KB 96/713 KB 528/1044 KB 720/1267 KB 1127/1710 KB 116/1063 KB 96/713 KB 528/1044 KB 724/1267 KB 1131/1710 KB 116/1063 KB 100/713 KB 532/1044 KB 728/1267 KB 1131/1710 KB 116/1063 KB 100/713 KB 532/1044 KB 732/1267 KB 1131/1710 KB 116/1063 KB 100/713 KB 532/1044 KB 736/1267 KB 1131/1710 KB 116/1063 KB 100/713 KB 532/1044 KB 724/1267 KB 1131/1710 KB 116/1063 KB 100/713 KB 536/1044 KB 736/1267 KB 1131/1710 KB 116/1063 KB 96/713 KB 528/1044 KB 724/1267 KB 1131/1710 KB 116/1063 KB 100/713 KB 528/1044 KB 724/1267 KB 1131/1710 KB 116/1063 KB 104/713 KB 536/1044 KB 736/1267 KB 1131/1710 KB 116/1063 KB 108/713 KB 536/1044 KB 736/1267 KB 1131/1710 KB 116/1063 KB 112/713 KB 536/1044 KB 736/1267 KB 1127/1710 KB 116/1063 KB 100/713 KB 532/1044 KB 728/1267 KB 1135/1710 KB 116/1063 KB 112/713 KB 536/1044 KB 736/1267 KB 1139/1710 KB 120/1063 KB 112/713 KB 536/1044 KB 736/1267 KB 1143/1710 KB 120/1063 KB 112/713 KB 536/1044 KB 736/1267 KB 1135/1710 KB 120/1063 KB 112/713 KB 536/1044 KB 736/1267 KB 1147/1710 KB 124/1063 KB 112/713 KB 536/1044 KB 736/1267 KB 1147/1710 KB 124/1063 KB 116/713 KB 536/1044 KB 736/1267 KB 1147/1710 KB 128/1063 KB 120/713 KB 540/1044 KB 736/1267 KB 1147/1710 KB 128/1063 KB 116/713 KB 540/1044 KB 736/1267 KB 1147/1710 KB 128/1063 KB 120/713 KB 544/1044 KB 736/1267 KB 1147/1710 KB 128/1063 KB 116/713 KB 536/1044 KB 736/1267 KB 1147/1710 KB 128/1063 KB 116/713 KB 536/1044 KB 736/1267 KB 1151/1710 KB 128/1063 KB 120/713 KB 544/1044 KB 736/1267 KB 1155/1710 KB 132/1063 KB 124/713 KB 548/1044 KB 740/1267 KB 1159/1710 KB 132/1063 KB 124/713 KB 548/1044 KB 740/1267 KB 1163/1710 KB 132/1063 KB 124/713 KB 548/1044 KB 740/1267 KB 1151/1710 KB 132/1063 KB 124/713 KB 548/1044 KB 740/1267 KB 1151/1710 KB 128/1063 KB 124/713 KB 544/1044 KB 736/1267 KB 1163/1710 KB 132/1063 KB 128/713 KB 548/1044 KB 740/1267 KB 1163/1710 KB 136/1063 KB 128/713 KB 548/1044 KB 740/1267 KB 1163/1710 KB 140/1063 KB 128/713 KB 548/1044 KB 740/1267 KB 1151/1710 KB 128/1063 KB 124/713 KB 548/1044 KB 740/1267 KB 1163/1710 KB 140/1063 KB 128/713 KB 552/1044 KB 740/1267 KB 1163/1710 KB 144/1063 KB 128/713 KB 556/1044 KB 740/1267 KB 1163/1710 KB 144/1063 KB 132/713 KB 560/1044 KB 740/1267 KB 1163/1710 KB 144/1063 KB 132/713 KB 564/1044 KB 740/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 568/1044 KB 740/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 572/1044 KB 740/1267 KB 1151/1710 KB 128/1063 KB 124/713 KB 544/1044 KB 740/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 572/1044 KB 744/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 572/1044 KB 748/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 572/1044 KB 752/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 572/1044 KB 756/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 572/1044 KB 760/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 572/1044 KB 764/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 572/1044 KB 768/1267 KB 1167/1710 KB 144/1063 KB 132/713 KB 564/1044 KB 740/1267 KB 1163/1710 KB 144/1063 KB 132/713 KB 556/1044 KB 740/1267 KB 1163/1710 KB 144/1063 KB 128/713 KB 552/1044 KB 740/1267 KB 1167/1710 KB 144/1063 KB 136/713 KB 572/1044 KB 768/1267 KB 1167/1710 KB 148/1063 KB 136/713 KB 572/1044 KB 768/1267 KB 1167/1710 KB 148/1063 KB 140/713 KB 572/1044 KB 768/1267 KB 1167/1710 KB 148/1063 KB 144/713 KB 572/1044 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install KB 768/1267 KB 1171/1710 KB 148/1063 KB 144/713 KB 572/1044 KB 768/1267 KB 1171/1710 KB 152/1063 KB 144/713 KB 572/1044 KB 768/1267 KB 1175/1710 KB 156/1063 KB 144/713 KB 572/1044 KB 768/1267 KB 1175/1710 KB 160/1063 KB 144/713 KB 572/1044 KB 768/1267 KB 1175/1710 KB 164/1063 KB 144/713 KB 572/1044 KB 768/1267 KB 1175/1710 KB 168/1063 KB 148/713 KB 576/1044 KB 772/1267 KB 1175/1710 KB 172/1063 KB 148/713 KB 576/1044 KB 772/1267 KB 1175/1710 KB 176/1063 KB 148/713 KB 576/1044 KB 772/1267 KB 1175/1710 KB 152/1063 KB 144/713 KB 572/1044 KB 768/1267 KB 1179/1710 KB 176/1063 KB 148/713 KB 576/1044 KB 772/1267 KB 1175/1710 KB 164/1063 KB 148/713 KB 576/1044 KB 772/1267 KB 1179/1710 KB 176/1063 KB 152/713 KB 576/1044 KB 772/1267 KB 1179/1710 KB 176/1063 KB 156/713 KB 576/1044 KB 772/1267 KB 1179/1710 KB 176/1063 KB 160/713 KB 576/1044 KB 772/1267 KB 1175/1710 KB 164/1063 KB 144/713 KB 576/1044 KB 772/1267 KB 1179/1710 KB 176/1063 KB 160/713 KB 576/1044 KB 776/1267 KB 1175/1710 KB 164/1063 KB 144/713 KB 576/1044 KB 768/1267 KB 1183/1710 KB 176/1063 KB 160/713 KB 580/1044 KB 776/1267 KB 1183/1710 KB 176/1063 KB 164/713 KB 584/1044 KB 780/1267 KB 1183/1710 KB 176/1063 KB 164/713 KB 588/1044 KB 780/1267 KB 1183/1710 KB 180/1063 KB 164/713 KB 588/1044 KB 780/1267 KB 1183/1710 KB 184/1063 KB 164/713 KB 592/1044 KB 780/1267 KB 1183/1710 KB 176/1063 KB 164/713 KB 580/1044 KB 780/1267 KB 1183/1710 KB 176/1063 KB 160/713 KB 580/1044 KB 780/1267 KB 1183/1710 KB 176/1063 KB 160/713 KB 576/1044 KB 776/1267 KB 1187/1710 KB 184/1063 KB 164/713 KB 592/1044 KB 780/1267 KB 1191/1710 KB 184/1063 KB 164/713 KB 592/1044 KB 780/1267 KB 1195/1710 KB 184/1063 KB 164/713 KB 592/1044 KB 784/1267 KB 1183/1710 KB 180/1063 KB 164/713 KB 592/1044 KB 780/1267 KB 1191/1710 KB 184/1063 KB 164/713 KB 592/1044 KB 784/1267 KB 1195/1710 KB 184/1063 KB 164/713 KB 592/1044 KB 788/1267 KB 1199/1710 KB 184/1063 KB 168/713 KB 596/1044 KB 792/1267 KB 1199/1710 KB 184/1063 KB 168/713 KB 596/1044 KB 796/1267 KB 1199/1710 KB 184/1063 KB 168/713 KB 596/1044 KB 800/1267 KB 1199/1710 KB 184/1063 KB 168/713 KB 596/1044 KB 788/1267 KB 1199/1710 KB 188/1063 KB 168/713 KB 600/1044 KB 800/1267 KB 1199/1710 KB 184/1063 KB 168/713 KB 592/1044 KB 788/1267 KB 1195/1710 KB 184/1063 KB 168/713 KB 592/1044 KB 788/1267 KB 1199/1710 KB 188/1063 KB 172/713 KB 600/1044 KB 800/1267 KB 1199/1710 KB 188/1063 KB 176/713 KB 600/1044 KB 800/1267 KB 1199/1710 KB 188/1063 KB 180/713 KB 600/1044 KB 800/1267 KB 1203/1710 KB 188/1063 KB 184/713 KB 604/1044 KB 804/1267 KB 1199/1710 KB 188/1063 KB 168/713 KB 596/1044 KB 800/1267 KB 1203/1710 KB 192/1063 KB 184/713 KB 604/1044 KB 804/1267 KB 1203/1710 KB 188/1063 KB 180/713 KB 604/1044 KB 804/1267 KB 1203/1710 KB 192/1063 KB 184/713 KB 608/1044 KB 804/1267 KB 1203/1710 KB 196/1063 KB 184/713 KB 608/1044 KB 804/1267 KB 1203/1710 KB 200/1063 KB 188/713 KB 612/1044 KB 804/1267 KB 1203/1710 KB 204/1063 KB 188/713 KB 612/1044 KB 804/1267 KB 1203/1710 KB 208/1063 KB 188/713 KB 612/1044 KB 804/1267 KB 1203/1710 KB 188/1063 KB 180/713 KB 600/1044 KB 804/1267 KB 1203/1710 KB 188/1063 KB 180/713 KB 600/1044 KB 800/1267 KB 1207/1710 KB 208/1063 KB 188/713 KB 612/1044 KB 804/1267 KB 1211/1710 KB 208/1063 KB 188/713 KB 612/1044 KB 804/1267 KB 1215/1710 KB 208/1063 KB 188/713 KB 612/1044 KB 804/1267 KB 1219/1710 KB 208/1063 KB 188/713 KB 612/1044 KB 808/1267 KB 1223/1710 KB 208/1063 KB 188/713 KB 612/1044 KB 808/1267 KB 1227/1710 KB 208/1063 KB unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 188/713 KB 612/1044 KB 808/1267 KB 1203/1710 KB 196/1063 KB 188/713 KB 612/1044 KB 804/1267 KB 1203/1710 KB 196/1063 KB 188/713 KB 608/1044 KB 804/1267 KB 1227/1710 KB 208/1063 KB 192/713 KB 612/1044 KB 808/1267 KB 1215/1710 KB 208/1063 KB 188/713 KB 612/1044 KB 808/1267 KB 1227/1710 KB 208/1063 KB 192/713 KB 612/1044 KB 812/1267 KB 1227/1710 KB 208/1063 KB 192/713 KB 612/1044 KB 816/1267 KB 1227/1710 KB 208/1063 KB 196/713 KB 612/1044 KB 816/1267 KB 1231/1710 KB 212/1063 KB 200/713 KB 616/1044 KB 820/1267 KB 1231/1710 KB 212/1063 KB 204/713 KB 616/1044 KB 820/1267 KB 1231/1710 KB 212/1063 KB 208/713 KB 616/1044 KB 820/1267 KB 1231/1710 KB 212/1063 KB 196/713 KB 616/1044 KB 820/1267 KB 1235/1710 KB 212/1063 KB 208/713 KB 616/1044 KB 820/1267 KB 1239/1710 KB 212/1063 KB 208/713 KB 616/1044 KB 820/1267 KB 1243/1710 KB 212/1063 KB 208/713 KB 616/1044 KB 820/1267 KB 1227/1710 KB 212/1063 KB 196/713 KB 616/1044 KB 820/1267 KB 1243/1710 KB 216/1063 KB 208/713 KB 616/1044 KB 820/1267 KB 1243/1710 KB 220/1063 KB 208/713 KB 616/1044 KB 820/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 616/1044 KB 820/1267 KB 1227/1710 KB 208/1063 KB 196/713 KB 616/1044 KB 820/1267 KB 1227/1710 KB 208/1063 KB 196/713 KB 616/1044 KB 816/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 620/1044 KB 820/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 624/1044 KB 820/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 624/1044 KB 824/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 624/1044 KB 828/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 624/1044 KB 832/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 628/1044 KB 832/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 632/1044 KB 832/1267 KB 1247/1710 KB 228/1063 KB 212/713 KB 636/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 212/713 KB 640/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 212/713 KB 632/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 216/713 KB 640/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 220/713 KB 640/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 224/713 KB 644/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 224/713 KB 648/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 224/713 KB 652/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 224/713 KB 656/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 208/713 KB 632/1044 KB 836/1267 KB 1243/1710 KB 228/1063 KB 208/713 KB 632/1044 KB 836/1267 KB 1243/1710 KB 224/1063 KB 208/713 KB 632/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 224/713 KB 656/1044 KB 840/1267 KB 1247/1710 KB 228/1063 KB 224/713 KB 640/1044 KB 836/1267 KB 1247/1710 KB 228/1063 KB 224/713 KB 656/1044 KB 844/1267 KB 1247/1710 KB 232/1063 KB 224/713 KB 656/1044 KB 844/1267 KB 1247/1710 KB 236/1063 KB 224/713 KB 656/1044 KB 848/1267 KB 1251/1710 KB 240/1063 KB 224/713 KB 656/1044 KB 848/1267 KB 1247/1710 KB 232/1063 KB 224/713 KB 656/1044 KB 848/1267 KB 1251/1710 KB 244/1063 KB 228/713 KB 656/1044 KB 848/1267 KB 1251/1710 KB 248/1063 KB 228/713 KB 660/1044 KB 852/1267 KB 1251/1710 KB 252/1063 KB 228/713 KB 660/1044 KB 852/1267 KB 1251/1710 KB 256/1063 KB 228/713 KB 660/1044 KB 852/1267 KB 1251/1710 KB 240/1063 KB 228/713 KB 656/1044 KB 848/1267 KB 1251/1710 KB 236/1063 KB 224/713 KB 656/1044 KB 848/1267 KB 1255/1710 KB 256/1063 KB 228/713 KB 660/1044 KB 852/1267 KB 1259/1710 KB 256/1063 KB 228/713 KB 660/1044 KB 852/1267 KB 1263/1710 KB 256/1063 KB 228/713 KB 660/1044 KB 852/1267 KB 1251/1710 KB 244/1063 KB 228/713 KB 660/1044 KB 852/1267 KB 1263/1710 KB 256/1063 KB 232/713 KB 660/1044 KB 856/1267 KB 1263/1 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 710 KB 256/1063 KB 232/713 KB 660/1044 KB 860/1267 KB 1263/1710 KB 256/1063 KB 232/713 KB 660/1044 KB 864/1267 KB 1251/1710 KB 244/1063 KB 228/713 KB 660/1044 KB 848/1267 KB 1267/1710 KB 256/1063 KB 232/713 KB 660/1044 KB 864/1267 KB 1263/1710 KB 256/1063 KB 232/713 KB 660/1044 KB 852/1267 KB 1267/1710 KB 256/1063 KB 236/713 KB 660/1044 KB 864/1267 KB 1267/1710 KB 256/1063 KB 240/713 KB 660/1044 KB 864/1267 KB 1267/1710 KB 256/1063 KB 240/713 KB 664/1044 KB 864/1267 KB 1271/1710 KB 256/1063 KB 240/713 KB 664/1044 KB 864/1267 KB 1275/1710 KB 256/1063 KB 244/713 KB 668/1044 KB 864/1267 KB 1279/1710 KB 256/1063 KB 244/713 KB 668/1044 KB 864/1267 KB 1283/1710 KB 260/1063 KB 244/713 KB 668/1044 KB 868/1267 KB 1271/1710 KB 256/1063 KB 244/713 KB 668/1044 KB 864/1267 KB 1271/1710 KB 256/1063 KB 240/713 KB 668/1044 KB 864/1267 KB 1287/1710 KB 260/1063 KB 244/713 KB 672/1044 KB 868/1267 KB 1287/1710 KB 260/1063 KB 248/713 KB 672/1044 KB 868/1267 KB 1287/1710 KB 260/1063 KB 252/713 KB 672/1044 KB 868/1267 KB 1287/1710 KB 260/1063 KB 256/713 KB 672/1044 KB 868/1267 KB 1279/1710 KB 260/1063 KB 244/713 KB 668/1044 KB 868/1267 KB 1287/1710 KB 264/1063 KB 256/713 KB 672/1044 KB 868/1267 KB 1287/1710 KB 268/1063 KB 256/713 KB 672/1044 KB 868/1267 KB 1287/1710 KB 272/1063 KB 256/713 KB 672/1044 KB 868/1267 KB 1279/1710 KB 256/1063 KB 244/713 KB 668/1044 KB 868/1267 KB 1287/1710 KB 272/1063 KB 256/713 KB 676/1044 KB 872/1267 KB 1287/1710 KB 272/1063 KB 256/713 KB 676/1044 KB 876/1267 KB 1287/1710 KB 272/1063 KB 256/713 KB 676/1044 KB 880/1267 KB 1287/1710 KB 272/1063 KB 256/713 KB 676/1044 KB 868/1267 KB 1287/1710 KB 272/1063 KB 256/713 KB 680/1044 KB 880/1267 KB 1287/1710 KB 272/1063 KB 256/713 KB 684/1044 KB 880/1267 KB 1287/1710 KB 272/1063 KB 256/713 KB 688/1044 KB 880/1267 KB 1287/1710 KB 260/1063 KB 244/713 KB 680/1044 KB 880/1267 KB 1291/1710 KB 272/1063 KB 256/713 KB 688/1044 KB 880/1267 KB 1291/1710 KB 272/1063 KB 260/713 KB 688/1044 KB 880/1267 KB 1291/1710 KB 272/1063 KB 264/713 KB 688/1044 KB 880/1267 KB 1291/1710 KB 272/1063 KB 268/713 KB 692/1044 KB 880/1267 KB 1291/1710 KB 276/1063 KB 272/713 KB 692/1044 KB 880/1267 KB 1291/1710 KB 280/1063 KB 272/713 KB 692/1044 KB 880/1267 KB 1291/1710 KB 284/1063 KB 272/713 KB 692/1044 KB 880/1267 KB 1295/1710 KB 288/1063 KB 272/713 KB 692/1044 KB 880/1267 KB 1291/1710 KB 272/1063 KB 264/713 KB 692/1044 KB 880/1267 KB 1295/1710 KB 288/1063 KB 272/713 KB 696/1044 KB 880/1267 KB 1295/1710 KB 288/1063 KB 272/713 KB 700/1044 KB 880/1267 KB 1295/1710 KB 288/1063 KB 272/713 KB 704/1044 KB 884/1267 KB 1295/1710 KB 284/1063 KB 272/713 KB 692/1044 KB 880/1267 KB 1291/1710 KB 280/1063 KB 272/713 KB 692/1044 KB 880/1267 KB 1295/1710 KB 288/1063 KB 272/713 KB 700/1044 KB 884/1267 KB 1295/1710 KB 288/1063 KB 272/713 KB 704/1044 KB 888/1267 KB 1295/1710 KB 288/1063 KB 272/713 KB 704/1044 KB 892/1267 KB 1295/1710 KB 288/1063 KB 272/713 KB 704/1044 KB 896/1267 KB 1299/1710 KB 288/1063 KB 272/713 KB 704/1044 KB 896/1267 KB 1303/1710 KB 288/1063 KB 272/713 KB 704/1044 KB 896/1267 KB 1303/1710 KB 288/1063 KB 276/713 KB 704/1044 KB 896/1267 KB 1307/1710 KB 288/1063 KB 280/713 KB 708/1044 KB 896/1267 KB 1307/1710 KB 288/1063 KB 284/713 KB 708/1044 KB 896/1267 KB 1307/1710 KB 292/1063 KB 284/713 KB 708/1044 KB 900/1267 KB 1307/1710 KB 292/1063 KB 288/713 KB 708/1044 KB 900/1267 KB 1307/1710 KB 296/1063 KB 288/713 KB 708/1044 KB 900/1267 KB 1307/1710 KB 300/1063 KB 288/713 KB 708/1044 KB unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 900/1267 KB 1307/1710 KB 304/1063 KB 288/713 KB 708/1044 KB 900/1267 KB 1307/1710 KB 288/1063 KB 276/713 KB 708/1044 KB 896/1267 KB 1307/1710 KB 288/1063 KB 276/713 KB 704/1044 KB 896/1267 KB 1311/1710 KB 304/1063 KB 288/713 KB 708/1044 KB 900/1267 KB 1315/1710 KB 304/1063 KB 288/713 KB 708/1044 KB 900/1267 KB 1319/1710 KB 304/1063 KB 288/713 KB 708/1044 KB 900/1267 KB 1323/1710 KB 304/1063 KB 288/713 KB 712/1044 KB 900/1267 KB 1307/1710 KB 288/1063 KB 284/713 KB 708/1044 KB 900/1267 KB 1323/1710 KB 308/1063 KB 292/713 KB 712/1044 KB 904/1267 KB 1323/1710 KB 308/1063 KB 292/713 KB 712/1044 KB 908/1267 KB 1323/1710 KB 308/1063 KB 292/713 KB 712/1044 KB 912/1267 KB 1327/1710 KB 308/1063 KB 292/713 KB 712/1044 KB 912/1267 KB 1323/1710 KB 308/1063 KB 292/713 KB 712/1044 KB 900/1267 KB 1327/1710 KB 312/1063 KB 292/713 KB 712/1044 KB 916/1267 KB 1323/1710 KB 304/1063 KB 292/713 KB 712/1044 KB 900/1267 KB 1319/1710 KB 304/1063 KB 288/713 KB 712/1044 KB 900/1267 KB 1327/1710 KB 312/1063 KB 292/713 KB 716/1044 KB 916/1267 KB 1327/1710 KB 312/1063 KB 292/713 KB 720/1044 KB 916/1267 KB 1327/1710 KB 312/1063 KB 296/713 KB 720/1044 KB 916/1267 KB 1327/1710 KB 312/1063 KB 300/713 KB 720/1044 KB 916/1267 KB 1327/1710 KB 312/1063 KB 304/713 KB 720/1044 KB 916/1267 KB 1327/1710 KB 308/1063 KB 292/713 KB 712/1044 KB 916/1267 KB 1327/1710 KB 312/1063 KB 304/713 KB 724/1044 KB 920/1267 KB 1327/1710 KB 312/1063 KB 304/713 KB 724/1044 KB 924/1267 KB 1327/1710 KB 316/1063 KB 304/713 KB 724/1044 KB 928/1267 KB 1331/1710 KB 316/1063 KB 304/713 KB 724/1044 KB 932/1267 KB 1331/1710 KB 316/1063 KB 308/713 KB 724/1044 KB 936/1267 KB 1331/1710 KB 316/1063 KB 308/713 KB 724/1044 KB 940/1267 KB 1331/1710 KB 316/1063 KB 308/713 KB 724/1044 KB 944/1267 KB 1327/1710 KB 312/1063 KB 304/713 KB 724/1044 KB 916/1267 KB 1331/1710 KB 316/1063 KB 308/713 KB 728/1044 KB 944/1267 KB 1331/1710 KB 316/1063 KB 308/713 KB 732/1044 KB 944/1267 KB 1331/1710 KB 316/1063 KB 308/713 KB 736/1044 KB 944/1267 KB 1331/1710 KB 316/1063 KB 308/713 KB 724/1044 KB 932/1267 KB 1331/1710 KB 316/1063 KB 304/713 KB 724/1044 KB 928/1267 KB 1327/1710 KB 316/1063 KB 304/713 KB 724/1044 KB 924/1267 KB 1331/1710 KB 320/1063 KB 308/713 KB 736/1044 KB 944/1267 KB 1335/1710 KB 320/1063 KB 308/713 KB 736/1044 KB 944/1267 KB 1339/1710 KB 320/1063 KB 308/713 KB 736/1044 KB 944/1267 KB 1339/1710 KB 324/1063 KB 308/713 KB 736/1044 KB 944/1267 KB 1343/1710 KB 328/1063 KB 312/713 KB 740/1044 KB 944/1267 KB 1343/1710 KB 332/1063 KB 312/713 KB 740/1044 KB 944/1267 KB 1343/1710 KB 336/1063 KB 312/713 KB 740/1044 KB 944/1267 KB 1343/1710 KB 324/1063 KB 312/713 KB 740/1044 KB 944/1267 KB 1343/1710 KB 336/1063 KB 312/713 KB 744/1044 KB 944/1267 KB 1343/1710 KB 336/1063 KB 312/713 KB 748/1044 KB 944/1267 KB 1343/1710 KB 336/1063 KB 312/713 KB 752/1044 KB 944/1267 KB 1343/1710 KB 324/1063 KB 312/713 KB 736/1044 KB 944/1267 KB 1347/1710 KB 336/1063 KB 312/713 KB 752/1044 KB 944/1267 KB 1351/1710 KB 336/1063 KB 312/713 KB 752/1044 KB 944/1267 KB 1355/1710 KB 336/1063 KB 312/713 KB 752/1044 KB 944/1267 KB 1339/1710 KB 324/1063 KB 312/713 KB 736/1044 KB 944/1267 KB 1355/1710 KB 336/1063 KB 316/713 KB 752/1044 KB 944/1267 KB 1355/1710 KB 336/1063 KB 320/713 KB 752/1044 KB 944/1267 KB 1355/1710 KB 336/1063 KB 324/713 KB 752/1044 KB 944/1267 KB 1355/1710 KB 336/1063 KB 328/713 KB 752/1044 KB 948/1267 KB 1359/1710 KB 336/1063 KB 332/713 KB 752/1044 KB 948/1267 KB 1355/1710 KB 336/1063 KB 324/ unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 713 KB 752/1044 KB 948/1267 KB 1359/1710 KB 340/1063 KB 332/713 KB 752/1044 KB 952/1267 KB 1359/1710 KB 340/1063 KB 336/713 KB 752/1044 KB 952/1267 KB 1359/1710 KB 340/1063 KB 332/713 KB 752/1044 KB 948/1267 KB 1359/1710 KB 344/1063 KB 336/713 KB 752/1044 KB 952/1267 KB 1359/1710 KB 348/1063 KB 336/713 KB 752/1044 KB 956/1267 KB 1359/1710 KB 352/1063 KB 340/713 KB 756/1044 KB 956/1267 KB 1359/1710 KB 336/1063 KB 328/713 KB 752/1044 KB 948/1267 KB 1359/1710 KB 348/1063 KB 340/713 KB 756/1044 KB 956/1267 KB 1363/1710 KB 352/1063 KB 340/713 KB 756/1044 KB 956/1267 KB 1363/1710 KB 352/1063 KB 340/713 KB 760/1044 KB 956/1267 KB 1367/1710 KB 352/1063 KB 340/713 KB 764/1044 KB 956/1267 KB 1367/1710 KB 352/1063 KB 340/713 KB 768/1044 KB 956/1267 KB 1367/1710 KB 356/1063 KB 340/713 KB 768/1044 KB 956/1267 KB 1367/1710 KB 360/1063 KB 340/713 KB 772/1044 KB 956/1267 KB 1367/1710 KB 364/1063 KB 340/713 KB 772/1044 KB 956/1267 KB 1367/1710 KB 368/1063 KB 340/713 KB 772/1044 KB 956/1267 KB 1359/1710 KB 348/1063 KB 340/713 KB 752/1044 KB 956/1267 KB 1359/1710 KB 344/1063 KB 336/713 KB 752/1044 KB 956/1267 KB 1367/1710 KB 368/1063 KB 340/713 KB 772/1044 KB 960/1267 KB 1367/1710 KB 368/1063 KB 344/713 KB 772/1044 KB 960/1267 KB 1367/1710 KB 368/1063 KB 348/713 KB 772/1044 KB 960/1267 KB 1367/1710 KB 368/1063 KB 352/713 KB 772/1044 KB 960/1267 KB 1367/1710 KB 356/1063 KB 340/713 KB 772/1044 KB 956/1267 KB 1367/1710 KB 352/1063 KB 340/713 KB 760/1044 KB 956/1267 KB 1371/1710 KB 368/1063 KB 352/713 KB 776/1044 KB 960/1267 KB 1375/1710 KB 368/1063 KB 352/713 KB 776/1044 KB 960/1267 KB 1379/1710 KB 368/1063 KB 352/713 KB 776/1044 KB 960/1267 KB 1383/1710 KB 368/1063 KB 352/713 KB 776/1044 KB 960/1267 KB 1387/1710 KB 368/1063 KB 352/713 KB 776/1044 KB 960/1267 KB 1391/1710 KB 368/1063 KB 352/713 KB 776/1044 KB 960/1267 KB 1395/1710 KB 372/1063 KB 356/713 KB 776/1044 KB 964/1267 KB 1399/1710 KB 372/1063 KB 356/713 KB 776/1044 KB 964/1267 KB 1367/1710 KB 368/1063 KB 352/713 KB 776/1044 KB 960/1267 KB 1403/1710 KB 372/1063 KB 356/713 KB 780/1044 KB 964/1267 KB 1403/1710 KB 372/1063 KB 356/713 KB 784/1044 KB 964/1267 KB 1391/1710 KB 372/1063 KB 356/713 KB 776/1044 KB 964/1267 KB 1391/1710 KB 368/1063 KB 356/713 KB 776/1044 KB 964/1267 KB 1391/1710 KB 368/1063 KB 352/713 KB 776/1044 KB 964/1267 KB 1403/1710 KB 372/1063 KB 356/713 KB 784/1044 KB 968/1267 KB 1403/1710 KB 372/1063 KB 356/713 KB 784/1044 KB 972/1267 KB 1403/1710 KB 372/1063 KB 356/713 KB 784/1044 KB 976/1267 KB 1403/1710 KB 372/1063 KB 356/713 KB 784/1044 KB 980/1267 KB 1403/1710 KB 372/1063 KB 360/713 KB 784/1044 KB 984/1267 KB 1403/1710 KB 376/1063 KB 360/713 KB 784/1044 KB 988/1267 KB 1403/1710 KB 372/1063 KB 360/713 KB 784/1044 KB 980/1267 KB 1403/1710 KB 376/1063 KB 364/713 KB 784/1044 KB 988/1267 KB 1403/1710 KB 376/1063 KB 368/713 KB 784/1044 KB 988/1267 KB 1403/1710 KB 376/1063 KB 360/713 KB 784/1044 KB 984/1267 KB 1403/1710 KB 380/1063 KB 368/713 KB 784/1044 KB 988/1267 KB 1403/1710 KB 384/1063 KB 368/713 KB 784/1044 KB 988/1267 KB 1403/1710 KB 384/1063 KB 368/713 KB 788/1044 KB 988/1267 KB 1403/1710 KB 384/1063 KB 368/713 KB 788/1044 KB 992/1267 KB 1403/1710 KB 384/1063 KB 368/713 KB 792/1044 KB 992/1267 KB 1403/1710 KB 384/1063 KB 368/713 KB 796/1044 KB 992/1267 KB 1403/1710 KB 384/1063 KB 368/713 KB 800/1044 KB 992/1267 KB 1403/1710 KB 372/1063 KB 356/713 KB 792/1044 KB 992/1267 KB 1403/1710 KB 388/1063 KB 372/713 KB 800/1044 KB 992/1267 KB 1407/1710 K unit-mysql-0: 10:38:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install B 392/1063 KB 372/713 KB 804/1044 KB 996/1267 KB 1407/1710 KB 396/1063 KB 372/713 KB 804/1044 KB 996/1267 KB 1403/1710 KB 384/1063 KB 372/713 KB 800/1044 KB 992/1267 KB 1407/1710 KB 396/1063 KB 376/713 KB 804/1044 KB 996/1267 KB 1407/1710 KB 396/1063 KB 380/713 KB 804/1044 KB 996/1267 KB 1407/1710 KB 396/1063 KB 384/713 KB 804/1044 KB 996/1267 KB 1407/1710 KB 388/1063 KB 372/713 KB 804/1044 KB 996/1267 KB 1411/1710 KB 396/1063 KB 384/713 KB 804/1044 KB 996/1267 KB 1415/1710 KB 396/1063 KB 384/713 KB 804/1044 KB 996/1267 KB 1419/1710 KB 400/1063 KB 384/713 KB 804/1044 KB 996/1267 KB 1403/1710 KB 388/1063 KB 372/713 KB 804/1044 KB 996/1267 KB 1403/1710 KB 388/1063 KB 372/713 KB 800/1044 KB 996/1267 KB 1419/1710 KB 400/1063 KB 384/713 KB 804/1044 KB 1000/1267 KB 1419/1710 KB 400/1063 KB 384/713 KB 804/1044 KB 1004/1267 KB 1419/1710 KB 400/1063 KB 384/713 KB 804/1044 KB 1008/1267 KB 1415/1710 KB 400/1063 KB 384/713 KB 804/1044 KB 996/1267 KB 1419/1710 KB 400/1063 KB 384/713 KB 808/1044 KB 1008/1267 KB 1419/1710 KB 400/1063 KB 384/713 KB 812/1044 KB 1008/1267 KB 1419/1710 KB 400/1063 KB 384/713 KB 816/1044 KB 1008/1267 KB 1419/1710 KB 400/1063 KB 388/713 KB 820/1044 KB 1008/1267 KB 1423/1710 KB 404/1063 KB 388/713 KB 824/1044 KB 1012/1267 KB 1423/1710 KB 404/1063 KB 388/713 KB 828/1044 KB 1012/1267 KB 1423/1710 KB 404/1063 KB 388/713 KB 832/1044 KB 1012/1267 KB 1419/1710 KB 400/1063 KB 388/713 KB 816/1044 KB 1008/1267 KB 1423/1710 KB 404/1063 KB 392/713 KB 832/1044 KB 1012/1267 KB 1423/1710 KB 404/1063 KB 396/713 KB 832/1044 KB 1012/1267 KB 1423/1710 KB 404/1063 KB 388/713 KB 820/1044 KB 1012/1267 KB 1419/1710 KB 404/1063 KB 388/713 KB 820/1044 KB 1012/1267 KB 1419/1710 KB 404/1063 KB 388/713 KB 820/1044 KB 1008/1267 KB 1423/1710 KB 408/1063 KB 396/713 KB 832/1044 KB 1012/1267 KB 1423/1710 KB 412/1063 KB 396/713 KB 832/1044 KB 1012/1267 KB 1427/1710 KB 412/1063 KB 400/713 KB 832/1044 KB 1016/1267 KB 1423/1710 KB 412/1063 KB 400/713 KB 832/1044 KB 1016/1267 KB 1423/1710 KB 412/1063 KB 396/713 KB 832/1044 KB 1016/1267 KB 1427/1710 KB 412/1063 KB 400/713 KB 832/1044 KB 1020/1267 KB 1431/1710 KB 412/1063 KB 400/713 KB 832/1044 KB 1024/1267 KB 1431/1710 KB 412/1063 KB 400/713 KB 832/1044 KB 1020/1267 KB 1435/1710 KB 416/1063 KB 400/713 KB 832/1044 KB 1024/1267 KB 1431/1710 KB 416/1063 KB 400/713 KB 832/1044 KB 1024/1267 KB 1435/1710 KB 416/1063 KB 404/713 KB 832/1044 KB 1024/1267 KB 1439/1710 KB 420/1063 KB 408/713 KB 836/1044 KB 1024/1267 KB 1439/1710 KB 420/1063 KB 412/713 KB 836/1044 KB 1024/1267 KB 1439/1710 KB 420/1063 KB 416/713 KB 836/1044 KB 1024/1267 KB 1439/1710 KB 420/1063 KB 404/713 KB 836/1044 KB 1024/1267 KB 1443/1710 KB 420/1063 KB 416/713 KB 836/1044 KB 1024/1267 KB 1443/1710 KB 420/1063 KB 416/713 KB 836/1044 KB 1028/1267 KB 1443/1710 KB 420/1063 KB 416/713 KB 836/1044 KB 1032/1267 KB 1435/1710 KB 420/1063 KB 404/713 KB 836/1044 KB 1024/1267 KB 1443/1710 KB 424/1063 KB 416/713 KB 836/1044 KB 1032/1267 KB 1443/1710 KB 428/1063 KB 416/713 KB 836/1044 KB 1032/1267 KB 1435/1710 KB 416/1063 KB 404/713 KB 836/1044 KB 1024/1267 KB 1443/1710 KB 428/1063 KB 416/713 KB 836/1044 KB 1036/1267 KB 1443/1710 KB 428/1063 KB 416/713 KB 840/1044 KB 1036/1267 KB 1443/1710 KB 428/1063 KB 416/713 KB 840/1044 KB 1040/1267 KB 1443/1710 KB 432/1063 KB 416/713 KB 844/1044 KB 1040/1267 KB 1443/1710 KB 432/1063 KB 416/713 KB 840/1044 KB 1040/1267 KB 1447/1710 KB 432/1063 KB 416/713 KB 844/1044 KB 1040/1267 KB 1451/1710 KB 4 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 32/1063 KB 416/713 KB 844/1044 KB 1040/1267 KB 1455/1710 KB 432/1063 KB 420/713 KB 848/1044 KB 1044/1267 KB 1459/1710 KB 436/1063 KB 420/713 KB 848/1044 KB 1044/1267 KB 1451/1710 KB 432/1063 KB 420/713 KB 848/1044 KB 1044/1267 KB 1451/1710 KB 432/1063 KB 420/713 KB 844/1044 KB 1044/1267 KB 1459/1710 KB 436/1063 KB 424/713 KB 848/1044 KB 1044/1267 KB 1459/1710 KB 436/1063 KB 428/713 KB 852/1044 KB 1044/1267 KB 1459/1710 KB 436/1063 KB 428/713 KB 856/1044 KB 1044/1267 KB 1451/1710 KB 432/1063 KB 416/713 KB 844/1044 KB 1044/1267 KB 1463/1710 KB 436/1063 KB 428/713 KB 856/1044 KB 1048/1267 KB 1463/1710 KB 436/1063 KB 428/713 KB 856/1044 KB 1052/1267 KB 1463/1710 KB 436/1063 KB 428/713 KB 856/1044 KB 1056/1267 KB 1463/1710 KB 436/1063 KB 428/713 KB 856/1044 KB 1044/1267 KB 1459/1710 KB 436/1063 KB 428/713 KB 852/1044 KB 1044/1267 KB 1455/1710 KB 436/1063 KB 420/713 KB 848/1044 KB 1044/1267 KB 1463/1710 KB 440/1063 KB 428/713 KB 860/1044 KB 1056/1267 KB 1463/1710 KB 444/1063 KB 428/713 KB 860/1044 KB 1056/1267 KB 1463/1710 KB 448/1063 KB 432/713 KB 860/1044 KB 1056/1267 KB 1467/1710 KB 448/1063 KB 432/713 KB 860/1044 KB 1056/1267 KB 1463/1710 KB 436/1063 KB 428/713 KB 860/1044 KB 1056/1267 KB 1467/1710 KB 448/1063 KB 432/713 KB 864/1044 KB 1056/1267 KB 1463/1710 KB 444/1063 KB 432/713 KB 860/1044 KB 1056/1267 KB 1467/1710 KB 448/1063 KB 436/713 KB 864/1044 KB 1056/1267 KB 1467/1710 KB 452/1063 KB 440/713 KB 868/1044 KB 1060/1267 KB 1467/1710 KB 452/1063 KB 444/713 KB 868/1044 KB 1060/1267 KB 1467/1710 KB 452/1063 KB 436/713 KB 868/1044 KB 1060/1267 KB 1467/1710 KB 452/1063 KB 436/713 KB 868/1044 KB 1056/1267 KB 1467/1710 KB 456/1063 KB 444/713 KB 868/1044 KB 1060/1267 KB 1467/1710 KB 456/1063 KB 444/713 KB 868/1044 KB 1064/1267 KB 1471/1710 KB 456/1063 KB 444/713 KB 868/1044 KB 1068/1267 KB 1467/1710 KB 448/1063 KB 436/713 KB 868/1044 KB 1056/1267 KB 1471/1710 KB 460/1063 KB 448/713 KB 868/1044 KB 1068/1267 KB 1471/1710 KB 456/1063 KB 448/713 KB 868/1044 KB 1068/1267 KB 1471/1710 KB 456/1063 KB 444/713 KB 868/1044 KB 1064/1267 KB 1475/1710 KB 460/1063 KB 448/713 KB 868/1044 KB 1068/1267 KB 1475/1710 KB 464/1063 KB 452/713 KB 872/1044 KB 1072/1267 KB 1475/1710 KB 464/1063 KB 448/713 KB 872/1044 KB 1072/1267 KB 1475/1710 KB 460/1063 KB 448/713 KB 872/1044 KB 1072/1267 KB 1475/1710 KB 460/1063 KB 448/713 KB 872/1044 KB 1068/1267 KB 1479/1710 KB 464/1063 KB 452/713 KB 872/1044 KB 1072/1267 KB 1483/1710 KB 464/1063 KB 452/713 KB 876/1044 KB 1072/1267 KB 1487/1710 KB 464/1063 KB 452/713 KB 876/1044 KB 1072/1267 KB 1491/1710 KB 468/1063 KB 456/713 KB 876/1044 KB 1076/1267 KB 1495/1710 KB 468/1063 KB 456/713 KB 876/1044 KB 1076/1267 KB 1499/1710 KB 468/1063 KB 456/713 KB 876/1044 KB 1076/1267 KB 1479/1710 KB 464/1063 KB 452/713 KB 876/1044 KB 1072/1267 KB 1499/1710 KB 468/1063 KB 456/713 KB 880/1044 KB 1076/1267 KB 1487/1710 KB 468/1063 KB 456/713 KB 876/1044 KB 1076/1267 KB 1499/1710 KB 468/1063 KB 460/713 KB 880/1044 KB 1076/1267 KB 1499/1710 KB 468/1063 KB 464/713 KB 880/1044 KB 1076/1267 KB 1487/1710 KB 468/1063 KB 452/713 KB 876/1044 KB 1076/1267 KB 1499/1710 KB 468/1063 KB 464/713 KB 880/1044 KB 1080/1267 KB 1487/1710 KB 468/1063 KB 452/713 KB 876/1044 KB 1072/1267 KB 1499/1710 KB 472/1063 KB 464/713 KB 880/1044 KB 1080/1267 KB 1499/1710 KB 476/1063 KB 464/713 KB 880/1044 KB 1080/1267 KB 1499/1710 KB 480/1063 KB 464/713 KB 880/1044 KB 1080/1267 KB 1499/1710 KB 480/1063 KB 464/713 KB 884/1044 KB 1084/1267 KB 1499/171 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 0 KB 480/1063 KB 464/713 KB 888/1044 KB 1084/1267 KB 1499/1710 KB 484/1063 KB 464/713 KB 892/1044 KB 1084/1267 KB 1499/1710 KB 484/1063 KB 464/713 KB 896/1044 KB 1084/1267 KB 1503/1710 KB 484/1063 KB 464/713 KB 900/1044 KB 1084/1267 KB 1503/1710 KB 484/1063 KB 468/713 KB 904/1044 KB 1084/1267 KB 1503/1710 KB 484/1063 KB 468/713 KB 908/1044 KB 1084/1267 KB 1499/1710 KB 480/1063 KB 464/713 KB 880/1044 KB 1084/1267 KB 1503/1710 KB 484/1063 KB 468/713 KB 908/1044 KB 1088/1267 KB 1503/1710 KB 484/1063 KB 468/713 KB 908/1044 KB 1092/1267 KB 1503/1710 KB 484/1063 KB 468/713 KB 908/1044 KB 1096/1267 KB 1503/1710 KB 484/1063 KB 468/713 KB 908/1044 KB 1100/1267 KB 1503/1710 KB 484/1063 KB 468/713 KB 900/1044 KB 1084/1267 KB 1503/1710 KB 484/1063 KB 472/713 KB 908/1044 KB 1104/1267 KB 1503/1710 KB 484/1063 KB 476/713 KB 908/1044 KB 1104/1267 KB 1503/1710 KB 484/1063 KB 480/713 KB 908/1044 KB 1104/1267 KB 1503/1710 KB 484/1063 KB 464/713 KB 896/1044 KB 1084/1267 KB 1499/1710 KB 484/1063 KB 464/713 KB 888/1044 KB 1084/1267 KB 1503/1710 KB 488/1063 KB 480/713 KB 908/1044 KB 1104/1267 KB 1507/1710 KB 492/1063 KB 480/713 KB 908/1044 KB 1104/1267 KB 1507/1710 KB 496/1063 KB 480/713 KB 908/1044 KB 1104/1267 KB 1507/1710 KB 492/1063 KB 480/713 KB 908/1044 KB 1104/1267 KB 1511/1710 KB 496/1063 KB 480/713 KB 908/1044 KB 1104/1267 KB 1515/1710 KB 496/1063 KB 484/713 KB 908/1044 KB 1104/1267 KB 1503/1710 KB 484/1063 KB 468/713 KB 908/1044 KB 1104/1267 KB 1519/1710 KB 496/1063 KB 484/713 KB 908/1044 KB 1104/1267 KB 1523/1710 KB 500/1063 KB 484/713 KB 912/1044 KB 1108/1267 KB 1527/1710 KB 500/1063 KB 484/713 KB 912/1044 KB 1108/1267 KB 1511/1710 KB 496/1063 KB 484/713 KB 908/1044 KB 1104/1267 KB 1527/1710 KB 500/1063 KB 488/713 KB 912/1044 KB 1108/1267 KB 1527/1710 KB 500/1063 KB 492/713 KB 912/1044 KB 1108/1267 KB 1527/1710 KB 500/1063 KB 496/713 KB 912/1044 KB 1108/1267 KB 1519/1710 KB 500/1063 KB 484/713 KB 912/1044 KB 1108/1267 KB 1519/1710 KB 500/1063 KB 484/713 KB 912/1044 KB 1104/1267 KB 1519/1710 KB 496/1063 KB 484/713 KB 912/1044 KB 1104/1267 KB 1527/1710 KB 500/1063 KB 496/713 KB 916/1044 KB 1108/1267 KB 1527/1710 KB 504/1063 KB 496/713 KB 916/1044 KB 1112/1267 KB 1527/1710 KB 504/1063 KB 496/713 KB 916/1044 KB 1116/1267 KB 1527/1710 KB 504/1063 KB 496/713 KB 920/1044 KB 1120/1267 KB 1527/1710 KB 504/1063 KB 496/713 KB 916/1044 KB 1108/1267 KB 1531/1710 KB 508/1063 KB 496/713 KB 920/1044 KB 1120/1267 KB 1531/1710 KB 512/1063 KB 496/713 KB 920/1044 KB 1120/1267 KB 1531/1710 KB 516/1063 KB 496/713 KB 920/1044 KB 1120/1267 KB 1531/1710 KB 520/1063 KB 500/713 KB 920/1044 KB 1120/1267 KB 1531/1710 KB 524/1063 KB 500/713 KB 920/1044 KB 1120/1267 KB 1531/1710 KB 528/1063 KB 500/713 KB 920/1044 KB 1120/1267 KB 1531/1710 KB 504/1063 KB 496/713 KB 920/1044 KB 1120/1267 KB 1527/1710 KB 504/1063 KB 496/713 KB 920/1044 KB 1116/1267 KB 1531/1710 KB 528/1063 KB 500/713 KB 924/1044 KB 1120/1267 KB 1531/1710 KB 528/1063 KB 500/713 KB 928/1044 KB 1120/1267 KB 1535/1710 KB 528/1063 KB 500/713 KB 928/1044 KB 1120/1267 KB 1539/1710 KB 528/1063 KB 500/713 KB 932/1044 KB 1120/1267 KB 1531/1710 KB 516/1063 KB 500/713 KB 920/1044 KB 1120/1267 KB 1539/1710 KB 528/1063 KB 504/713 KB 932/1044 KB 1120/1267 KB 1539/1710 KB 528/1063 KB 508/713 KB 932/1044 KB 1120/1267 KB 1539/1710 KB 528/1063 KB 512/713 KB 932/1044 KB 1120/1267 KB 1539/1710 KB 528/1063 KB 512/713 KB 932/1044 KB 1124/1267 KB 1539/1710 KB 528/1063 KB 512/713 KB 932/1044 KB 1128/1267 KB unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 1535/1710 KB 528/1063 KB 500/713 KB 932/1044 KB 1120/1267 KB 1539/1710 KB 528/1063 KB 512/713 KB 932/1044 KB 1132/1267 KB 1543/1710 KB 528/1063 KB 516/713 KB 936/1044 KB 1136/1267 KB 1543/1710 KB 532/1063 KB 516/713 KB 936/1044 KB 1136/1267 KB 1543/1710 KB 536/1063 KB 516/713 KB 936/1044 KB 1136/1267 KB 1543/1710 KB 540/1063 KB 516/713 KB 936/1044 KB 1136/1267 KB 1543/1710 KB 544/1063 KB 516/713 KB 936/1044 KB 1136/1267 KB 1543/1710 KB 528/1063 KB 516/713 KB 936/1044 KB 1132/1267 KB 1543/1710 KB 528/1063 KB 512/713 KB 936/1044 KB 1132/1267 KB 1539/1710 KB 528/1063 KB 512/713 KB 936/1044 KB 1132/1267 KB 1547/1710 KB 544/1063 KB 516/713 KB 936/1044 KB 1136/1267 KB 1547/1710 KB 544/1063 KB 516/713 KB 940/1044 KB 1136/1267 KB 1547/1710 KB 544/1063 KB 516/713 KB 944/1044 KB 1136/1267 KB 1551/1710 KB 544/1063 KB 516/713 KB 944/1044 KB 1136/1267 KB 1555/1710 KB 548/1063 KB 520/713 KB 948/1044 KB 1140/1267 KB 1559/1710 KB 548/1063 KB 520/713 KB 948/1044 KB 1140/1267 KB 1563/1710 KB 548/1063 KB 520/713 KB 948/1044 KB 1140/1267 KB 1551/1710 KB 548/1063 KB 520/713 KB 948/1044 KB 1140/1267 KB 1551/1710 KB 544/1063 KB 520/713 KB 948/1044 KB 1140/1267 KB 1563/1710 KB 548/1063 KB 524/713 KB 948/1044 KB 1140/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 948/1044 KB 1140/1267 KB 1551/1710 KB 544/1063 KB 516/713 KB 948/1044 KB 1140/1267 KB 1551/1710 KB 544/1063 KB 516/713 KB 948/1044 KB 1136/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 948/1044 KB 1144/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 952/1044 KB 1144/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 956/1044 KB 1144/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 960/1044 KB 1148/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 956/1044 KB 1148/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 960/1044 KB 1152/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 964/1044 KB 1152/1267 KB 1567/1710 KB 552/1063 KB 532/713 KB 968/1044 KB 1156/1267 KB 1567/1710 KB 552/1063 KB 532/713 KB 972/1044 KB 1156/1267 KB 1567/1710 KB 552/1063 KB 532/713 KB 976/1044 KB 1156/1267 KB 1567/1710 KB 552/1063 KB 532/713 KB 964/1044 KB 1156/1267 KB 1567/1710 KB 552/1063 KB 536/713 KB 976/1044 KB 1156/1267 KB 1567/1710 KB 552/1063 KB 540/713 KB 976/1044 KB 1156/1267 KB 1567/1710 KB 552/1063 KB 528/713 KB 964/1044 KB 1156/1267 KB 1563/1710 KB 552/1063 KB 528/713 KB 964/1044 KB 1156/1267 KB 1567/1710 KB 556/1063 KB 540/713 KB 976/1044 KB 1156/1267 KB 1567/1710 KB 560/1063 KB 540/713 KB 976/1044 KB 1156/1267 KB 1571/1710 KB 560/1063 KB 540/713 KB 976/1044 KB 1156/1267 KB 1575/1710 KB 560/1063 KB 544/713 KB 976/1044 KB 1156/1267 KB 1563/1710 KB 548/1063 KB 528/713 KB 964/1044 KB 1156/1267 KB 1575/1710 KB 560/1063 KB 544/713 KB 976/1044 KB 1160/1267 KB 1571/1710 KB 560/1063 KB 544/713 KB 976/1044 KB 1156/1267 KB 1579/1710 KB 560/1063 KB 544/713 KB 976/1044 KB 1160/1267 KB 1579/1710 KB 560/1063 KB 548/713 KB 976/1044 KB 1160/1267 KB 1583/1710 KB 564/1063 KB 552/713 KB 980/1044 KB 1164/1267 KB 1583/1710 KB 564/1063 KB 556/713 KB 980/1044 KB 1164/1267 KB 1583/1710 KB 564/1063 KB 560/713 KB 980/1044 KB 1164/1267 KB 1583/1710 KB 564/1063 KB 548/713 KB 980/1044 KB 1164/1267 KB 1583/1710 KB 568/1063 KB 560/713 KB 980/1044 KB 1164/1267 KB 1583/1710 KB 572/1063 KB 560/713 KB 980/1044 KB 1164/1267 KB 1583/1710 KB 576/1063 KB 560/713 KB 980/1044 KB 1164/1267 KB 1583/1710 KB 560/1063 KB 548/713 KB 980/1044 KB 1164/1267 KB 1583/1710 KB 560/1063 KB 548/713 KB 976/1044 KB 1164/1267 KB 1579/1710 KB 560/1063 KB 548/713 KB 976/1044 KB 1164/12 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 67 KB 1583/1710 KB 576/1063 KB 560/713 KB 980/1044 KB 1168/1267 KB 1583/1710 KB 576/1063 KB 560/713 KB 980/1044 KB 1172/1267 KB 1587/1710 KB 576/1063 KB 560/713 KB 984/1044 KB 1176/1267 KB 1587/1710 KB 576/1063 KB 560/713 KB 984/1044 KB 1180/1267 KB 1587/1710 KB 580/1063 KB 560/713 KB 984/1044 KB 1184/1267 KB 1587/1710 KB 580/1063 KB 560/713 KB 984/1044 KB 1188/1267 KB 1587/1710 KB 576/1063 KB 560/713 KB 984/1044 KB 1172/1267 KB 1591/1710 KB 580/1063 KB 564/713 KB 984/1044 KB 1188/1267 KB 1583/1710 KB 576/1063 KB 560/713 KB 984/1044 KB 1172/1267 KB 1591/1710 KB 580/1063 KB 564/713 KB 988/1044 KB 1188/1267 KB 1591/1710 KB 580/1063 KB 564/713 KB 992/1044 KB 1188/1267 KB 1595/1710 KB 580/1063 KB 564/713 KB 992/1044 KB 1188/1267 KB 1595/1710 KB 580/1063 KB 564/713 KB 996/1044 KB 1188/1267 KB 1599/1710 KB 580/1063 KB 564/713 KB 1000/1044 KB 1188/1267 KB 1599/1710 KB 580/1063 KB 564/713 KB 1004/1044 KB 1188/1267 KB 1599/1710 KB 580/1063 KB 564/713 KB 1008/1044 KB 1188/1267 KB 1587/1710 KB 580/1063 KB 564/713 KB 984/1044 KB 1188/1267 KB 1587/1710 KB 580/1063 KB 560/713 KB 984/1044 KB 1180/1267 KB 1599/1710 KB 584/1063 KB 564/713 KB 1008/1044 KB 1188/1267 KB 1599/1710 KB 588/1063 KB 564/713 KB 1008/1044 KB 1188/1267 KB 1599/1710 KB 588/1063 KB 568/713 KB 1008/1044 KB 1188/1267 KB 1599/1710 KB 592/1063 KB 572/713 KB 1008/1044 KB 1188/1267 KB 1599/1710 KB 592/1063 KB 576/713 KB 1008/1044 KB 1188/1267 KB 1599/1710 KB 580/1063 KB 564/713 KB 996/1044 KB 1188/1267 KB 1599/1710 KB 592/1063 KB 568/713 KB 1008/1044 KB 1188/1267 KB 1603/1710 KB 592/1063 KB 576/713 KB 1008/1044 KB 1188/1267 KB 1607/1710 KB 592/1063 KB 576/713 KB 1008/1044 KB 1188/1267 KB 1611/1710 KB 592/1063 KB 576/713 KB 1008/1044 KB 1192/1267 KB 1607/1710 KB 592/1063 KB 576/713 KB 1008/1044 KB 1192/1267 KB 1611/1710 KB 592/1063 KB 580/713 KB 1012/1044 KB 1196/1267 KB 1611/1710 KB 592/1063 KB 580/713 KB 1012/1044 KB 1200/1267 KB 1611/1710 KB 596/1063 KB 580/713 KB 1012/1044 KB 1200/1267 KB 1611/1710 KB 600/1063 KB 580/713 KB 1012/1044 KB 1200/1267 KB 1611/1710 KB 604/1063 KB 580/713 KB 1012/1044 KB 1200/1267 KB 1611/1710 KB 608/1063 KB 580/713 KB 1012/1044 KB 1200/1267 KB 1611/1710 KB 592/1063 KB 580/713 KB 1012/1044 KB 1192/1267 KB 1615/1710 KB 608/1063 KB 580/713 KB 1016/1044 KB 1200/1267 KB 1615/1710 KB 608/1063 KB 580/713 KB 1020/1044 KB 1200/1267 KB 1615/1710 KB 608/1063 KB 580/713 KB 1024/1044 KB 1204/1267 KB 1611/1710 KB 592/1063 KB 580/713 KB 1008/1044 KB 1192/1267 KB 1615/1710 KB 608/1063 KB 584/713 KB 1024/1044 KB 1204/1267 KB 1615/1710 KB 608/1063 KB 588/713 KB 1024/1044 KB 1204/1267 KB 1615/1710 KB 608/1063 KB 592/713 KB 1024/1044 KB 1204/1267 KB 1615/1710 KB 608/1063 KB 580/713 KB 1024/1044 KB 1204/1267 KB 1615/1710 KB 608/1063 KB 592/713 KB 1024/1044 KB 1208/1267 KB 1615/1710 KB 608/1063 KB 592/713 KB 1024/1044 KB 1212/1267 KB 1615/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1216/1267 KB 1615/1710 KB 608/1063 KB 580/713 KB 1012/1044 KB 1200/1267 KB 1619/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1216/1267 KB 1623/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1216/1267 KB 1627/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1216/1267 KB 1631/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1216/1267 KB 1635/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1216/1267 KB 1639/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1216/1267 KB 1643/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1216/1267 KB 1615/1710 KB 612/1063 KB 596/713 KB 1028/1044 KB 1212/1267 KB 1615/1710 KB unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 612/1063 KB 596/713 KB 1024/1044 KB 1212/1267 KB 1643/1710 KB 612/1063 KB 600/713 KB 1028/1044 KB 1216/1267 KB 1615/1710 KB 612/1063 KB 592/713 KB 1024/1044 KB 1212/1267 KB 1643/1710 KB 616/1063 KB 600/713 KB 1032/1044 KB 1216/1267 KB 1643/1710 KB 620/1063 KB 600/713 KB 1032/1044 KB 1216/1267 KB 1643/1710 KB 624/1063 KB 600/713 KB 1032/1044 KB 1216/1267 KB 1643/1710 KB 612/1063 KB 600/713 KB 1032/1044 KB 1216/1267 KB 1643/1710 KB 624/1063 KB 604/713 KB 1036/1044 KB 1216/1267 KB 1643/1710 KB 624/1063 KB 608/713 KB 1036/1044 KB 1216/1267 KB 1643/1710 KB 624/1063 KB 608/713 KB 1040/1044 KB 1216/1267 KB 1643/1710 KB 624/1063 KB 608/713 KB 1040/1044 KB 1216/1267 KB 1643/1710 KB 624/1063 KB 608/713 KB 1044/1044 KB 1216/1267 KB 1647/1710 KB 628/1063 KB 612/713 KB 1044/1044 KB 1220/1267 KB 1643/1710 KB 624/1063 KB 608/713 KB 1044/1044 KB 1220/1267 KB 1647/1710 KB 628/1063 KB 612/713 KB 1044/1044 KB 1224/1267 KB 1647/1710 KB 628/1063 KB 612/713 KB 1044/1044 KB 1228/1267 KB 1647/1710 KB 628/1063 KB 612/713 KB 1044/1044 KB 1232/1267 KB 1647/1710 KB 628/1063 KB 612/713 KB 1044/1044 KB 1220/1267 KB 1647/1710 KB 628/1063 KB 616/713 KB 1044/1044 KB 1232/1267 KB 1647/1710 KB 628/1063 KB 620/713 KB 1044/1044 KB 1232/1267 KB 1647/1710 KB 628/1063 KB 624/713 KB 1044/1044 KB 1232/1267 KB 1647/1710 KB 628/1063 KB 608/713 KB 1044/1044 KB 1220/1267 KB 1643/1710 KB 628/1063 KB 608/713 KB 1044/1044 KB 1220/1267 KB 1647/1710 KB 632/1063 KB 624/713 KB 1044/1044 KB 1232/1267 KB 1647/1710 KB 636/1063 KB 624/713 KB 1044/1044 KB 1232/1267 KB 1647/1710 KB 640/1063 KB 624/713 KB 1044/1044 KB 1232/1267 KB 1651/1710 KB 640/1063 KB 624/713 KB 1044/1044 KB 1232/1267 KB 1655/1710 KB 640/1063 KB 624/713 KB 1044/1044 KB 1232/1267 KB 1655/1710 KB 644/1063 KB 624/713 KB 1044/1044 KB 1232/1267 KB 1659/1710 KB 648/1063 KB 628/713 KB 1044/1044 KB 1236/1267 KB 1659/1710 KB 652/1063 KB 628/713 KB 1044/1044 KB 1236/1267 KB 1659/1710 KB 656/1063 KB 628/713 KB 1044/1044 KB 1236/1267 KB 1659/1710 KB 644/1063 KB 628/713 KB 1044/1044 KB 1236/1267 KB 1659/1710 KB 656/1063 KB 628/713 KB 1044/1044 KB 1240/1267 KB 1659/1710 KB 656/1063 KB 628/713 KB 1044/1044 KB 1244/1267 KB 1659/1710 KB 644/1063 KB 628/713 KB 1044/1044 KB 1232/1267 KB 1659/1710 KB 644/1063 KB 624/713 KB 1044/1044 KB 1232/1267 KB 1663/1710 KB 656/1063 KB 628/713 KB 1044/1044 KB 1248/1267 KB 1663/1710 KB 656/1063 KB 632/713 KB 1044/1044 KB 1248/1267 KB 1663/1710 KB 656/1063 KB 636/713 KB 1044/1044 KB 1248/1267 KB 1663/1710 KB 656/1063 KB 640/713 KB 1044/1044 KB 1248/1267 KB 1659/1710 KB 656/1063 KB 628/713 KB 1044/1044 KB 1248/1267 KB 1663/1710 KB 656/1063 KB 640/713 KB 1044/1044 KB 1252/1267 KB 1667/1710 KB 660/1063 KB 644/713 KB 1044/1044 KB 1256/1267 KB 1667/1710 KB 660/1063 KB 644/713 KB 1044/1044 KB 1260/1267 KB 1667/1710 KB 660/1063 KB 644/713 KB 1044/1044 KB 1264/1267 KB 1667/1710 KB 660/1063 KB 644/713 KB 1044/1044 KB 1252/1267 KB 1667/1710 KB 656/1063 KB 640/713 KB 1044/1044 KB 1252/1267 KB 1671/1710 KB 660/1063 KB 644/713 KB 1044/1044 KB 1264/1267 KB 1675/1710 KB 660/1063 KB 644/713 KB 1044/1044 KB 1264/1267 KB 1667/1710 KB 660/1063 KB 640/713 KB 1044/1044 KB 1252/1267 KB 1675/1710 KB 664/1063 KB 644/713 KB 1044/1044 KB 1264/1267 KB 1675/1710 KB 668/1063 KB 644/713 KB 1044/1044 KB 1264/1267 KB 1675/1710 KB 672/1063 KB 644/713 KB 1044/1044 KB 1264/1267 KB 1675/1710 KB 676/1063 KB 648/713 KB 1044/1044 KB 1264/1267 KB 1675/1710 KB 672/1063 KB 648/713 KB 1044/1044 KB 1264/1267 KB 1679/1710 KB 676/1063 unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install KB 652/713 KB 1044/1044 KB 1267/1267 KB 1679/1710 KB 676/1063 KB 656/713 KB 1044/1044 KB 1267/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.2.2.RELEASE/spring-core-4.2.2.RELEASE.jar (1044 KB at 1435.9 KB/sec) unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 1679/1710 KB 676/1063 KB 648/713 KB 1044/1044 KB 1267/1267 KB 1679/1710 KB 676/1063 KB 648/713 KB 1044/1044 KB 1264/1267 KB 1683/1710 KB 676/1063 KB 660/713 KB 1267/1267 KB 1687/1710 KB 676/1063 KB 660/713 KB 1267/1267 KB 1691/1710 KB 676/1063 KB 660/713 KB 1267/1267 KB 1691/1710 KB 680/1063 KB 660/713 KB 1267/1267 KB 1691/1710 KB 684/1063 KB 660/713 KB 1267/1267 KB 1691/1710 KB 688/1063 KB 660/713 KB 1267/1267 KB 1695/1710 KB 692/1063 KB 660/713 KB 1267/1267 KB 1695/1710 KB 696/1063 KB 660/713 KB 1267/1267 KB 1695/1710 KB 700/1063 KB 660/713 KB 1267/1267 KB 1695/1710 KB 704/1063 KB 660/713 KB 1267/1267 KB 1679/1710 KB 676/1063 KB 660/713 KB 1267/1267 KB 1695/1710 KB 704/1063 KB 664/713 KB 1267/1267 KB 1695/1710 KB 704/1063 KB 668/713 KB 1267/1267 KB 1695/1710 KB 688/1063 KB 660/713 KB 1267/1267 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 1695/1710 KB 704/1063 KB 672/713 KB 1267/1267 KB 1699/1710 KB 704/1063 KB 672/713 KB 1267/1267 KB 1703/1710 KB 704/1063 KB 672/713 KB 1267/1267 KB 1707/1710 KB 704/1063 KB 672/713 KB 1267/1267 KB 1710/1710 KB 704/1063 KB 672/713 KB 1267/1267 KB 1710/1710 KB 704/1063 KB 676/713 KB 1267/1267 KB 1710/1710 KB 704/1063 KB 680/713 KB 1267/1267 KB 1710/1710 KB 708/1063 KB 684/713 KB 1267/1267 KB 1710/1710 KB 708/1063 KB 688/713 KB 1267/1267 KB 1710/1710 KB 708/1063 KB 680/713 KB 1267/1267 KB 1710/1710 KB 712/1063 KB 688/713 KB 1267/1267 KB 1710/1710 KB 716/1063 KB 688/713 KB 1267/1267 KB 1710/1710 KB 720/1063 KB 688/713 KB 1267/1267 KB 1710/1710 KB 720/1063 KB 692/713 KB 1267/1267 KB 1710/1710 KB 720/1063 KB 696/713 KB 1267/1267 KB 1710/1710 KB 720/1063 KB 700/713 KB 1267/1267 KB 1710/1710 KB 720/1063 KB 704/713 KB 1267/1267 KB 1710/1710 KB 720/1063 KB 708/713 KB 1267/1267 KB 1710/1710 KB 724/1063 KB 708/713 KB 1267/1267 KB 1710/1710 KB 728/1063 KB 708/713 KB 1267/1267 KB 1710/1710 KB 732/1063 KB 708/713 KB 1267/1267 KB 1710/1710 KB 736/1063 KB 708/713 KB 1267/1267 KB 1710/1710 KB 736/1063 KB 712/713 KB 1267/1267 KB 1710/1710 KB 736/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 740/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 744/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 748/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 752/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 756/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 760/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 764/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 768/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 772/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 776/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 780/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 3/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 5/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 8/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 11/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 13/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 16/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 19/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 21/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 24/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 27/257 KB 1267/1267 KB 1710/1710 KB 784/1063 KB 713/713 KB 29/257 KB 1267/1267 KB 1710/1710 KB 788/1063 KB 713/713 KB 29/257 KB 1267/1267 KB 1710/1710 KB 788/1063 KB 713/713 KB 32/257 KB 1267/1267 KB 1710/1710 KB 792/1063 KB 713/713 KB 32/257 KB 1267/1267 KB 1710/1710 KB 796/1063 KB 713/713 KB 32/257 KB 1267/1267 KB 1710/1710 KB 800/1063 KB 713/713 KB 32/257 KB 1267/1267 KB 1710/1710 KB 800/1063 KB 713/713 KB 36/257 KB 1267/1267 KB 1710/1710 KB 800/1063 KB 713/713 KB 40/257 KB 1267/1267 KB 1710/1710 KB 800/1063 KB 713/713 KB 44/257 KB 1267/1267 KB 1710/1710 KB 800/1063 KB 713/713 KB 48/257 KB 1267/1267 KB 1710/1710 KB 804/1063 KB 713/713 KB 48/257 KB 1267/1267 KB 1710/1710 KB 808/1063 KB 713/713 KB 48/257 KB 1267/1267 KB 1710/1710 KB 812/1063 KB 713/713 KB 48/257 KB 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 48/257 KB 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 52/257 KB 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 56/257 KB 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 60/257 KB 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 64/257 KB 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 68/257 KB unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 72/257 KB 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 76/257 KB 1267/1267 KB 1710/1710 KB 816/1063 KB 713/713 KB 80/257 KB 1267/1267 KB 1710/1710 KB 820/1063 KB 713/713 KB 80/257 KB 1267/1267 KB 1710/1710 KB 824/1063 KB 713/713 KB 80/257 KB 1267/1267 KB 1710/1710 KB 828/1063 KB 713/713 KB 80/257 KB 1267/1267 KB 1710/1710 KB 832/1063 KB 713/713 KB 80/257 KB 1267/1267 KB 1710/1710 KB 832/1063 KB 713/713 KB 84/257 KB 1267/1267 KB 1710/1710 KB 832/1063 KB 713/713 KB 88/257 KB 1267/1267 KB 1710/1710 KB 832/1063 KB 713/713 KB 92/257 KB 1267/1267 KB 1710/1710 KB 832/1063 KB 713/713 KB 96/257 KB 1267/1267 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-core/2.7/log4j-core-2.7.jar (1267 KB at 1681.9 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 1710/1710 KB 832/1063 KB 713/713 KB 100/257 KB 1710/1710 KB 832/1063 KB 713/713 KB 104/257 KB 1710/1710 KB 832/1063 KB 713/713 KB 108/257 KB 1710/1710 KB 832/1063 KB 713/713 KB 112/257 KB 1710/1710 KB 832/1063 KB 713/713 KB 116/257 KB 836/1063 KB 713/713 KB 120/257 KB 836/1063 KB 713/713 KB 124/257 KB 836/1063 KB 713/713 KB 116/257 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/gherkin/2.12.2/gherkin-2.12.2.jar (1710 KB at 2249.8 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 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 936.9 KB/sec) unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar unit-mysql-0: 10:38:15 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 10:38:15 DEBUG unit.abot-epc-basic/0.install 840/1063 KB 124/257 KB 844/1063 KB 124/257 KB 848/1063 KB 124/257 KB 848/1063 KB 128/257 KB 848/1063 KB 132/257 KB 852/1063 KB 136/257 KB 852/1063 KB 140/257 KB 852/1063 KB 144/257 KB 852/1063 KB 132/257 KB 856/1063 KB 144/257 KB 860/1063 KB 144/257 KB 864/1063 KB 144/257 KB 864/1063 KB 148/257 KB 868/1063 KB 152/257 KB 868/1063 KB 156/257 KB 868/1063 KB 160/257 KB 868/1063 KB 148/257 KB 872/1063 KB 160/257 KB 876/1063 KB 160/257 KB 880/1063 KB 160/257 KB 884/1063 KB 160/257 KB 888/1063 KB 164/257 KB 892/1063 KB 164/257 KB 896/1063 KB 164/257 KB 884/1063 KB 164/257 KB 896/1063 KB 168/257 KB 896/1063 KB 172/257 KB 896/1063 KB 176/257 KB 896/1063 KB 180/257 KB 900/1063 KB 180/257 KB 904/1063 KB 180/257 KB 908/1063 KB 180/257 KB 908/1063 KB 184/257 KB 908/1063 KB 188/257 KB 912/1063 KB 188/257 KB 912/1063 KB 192/257 KB 912/1063 KB 196/257 KB 916/1063 KB 200/257 KB 916/1063 KB 204/257 KB 916/1063 KB 208/257 KB 916/1063 KB 196/257 KB 920/1063 KB 208/257 KB 924/1063 KB 208/257 KB 928/1063 KB 208/257 KB 932/1063 KB 208/257 KB 936/1063 KB 212/257 KB 940/1063 KB 212/257 KB 932/1063 KB 212/257 KB 940/1063 KB 216/257 KB 940/1063 KB 220/257 KB 940/1063 KB 224/257 KB 944/1063 KB 224/257 KB 948/1063 KB 224/257 KB 952/1063 KB 228/257 KB 956/1063 KB 228/257 KB 960/1063 KB 228/257 KB 948/1063 KB 228/257 KB 960/1063 KB 232/257 KB 960/1063 KB 236/257 KB 960/1063 KB 240/257 KB 960/1063 KB 240/257 KB 2/5 KB 960/1063 KB 240/257 KB 5/5 KB 964/1063 KB 240/257 KB 5/5 KB 968/1063 KB 244/257 KB 5/5 KB 964/1063 KB 244/257 KB 5/5 KB 964/1063 KB 240/257 KB 5/5 KB 972/1063 KB 248/257 KB 5/5 KB 972/1063 KB 252/257 KB 5/5 KB 972/1063 KB 252/257 KB 5/5 KB 976/1063 KB 256/257 KB 5/5 KB 972/1063 KB 256/257 KB 5/5 KB 976/1063 KB 257/257 KB 5/5 KB 980/1063 KB 257/257 KB 5/5 KB 984/1063 KB 257/257 KB 5/5 KB 988/1063 KB 257/257 KB 5/5 KB 992/1063 KB 257/257 KB 5/5 KB 996/1063 KB 257/257 KB 5/5 KB 1000/1063 KB 257/257 KB 5/5 KB 1004/1063 KB 257/257 KB 5/5 KB 1008/1063 KB 257/257 KB 5/5 KB 1008/1063 KB 4/549 KB 257/257 KB 5/5 KB 1008/1063 KB 8/549 KB 257/257 KB 5/5 KB 4/358 KB 1008/1063 KB 12/549 KB 257/257 KB 5/5 KB 4/358 KB 1008/1063 KB 16/549 KB 257/257 KB 5/5 KB 4/358 KB 1008/1063 KB 4/549 KB 257/257 KB 5/5 KB 4/358 KB 1008/1063 KB 16/549 KB 257/257 KB 5/5 KB 8/358 KB 1008/1063 KB 16/549 KB 257/257 KB 5/5 KB 12/358 KB 1008/1063 KB 16/549 KB 257/257 KB 5/5 KB 16/358 KB 1008/1063 KB 16/549 KB 257/257 KB 5/5 KB 20/358 KB 1008/1063 KB 20/549 KB 257/257 KB 5/5 KB 24/358 KB 1008/1063 KB 20/549 KB 257/257 KB 5/5 KB 28/358 KB 1008/1063 KB 20/549 KB 257/257 KB 5/5 KB 32/358 KB 1008/1063 KB 20/549 KB 257/257 KB 5/5 KB 20/358 KB 1008/1063 KB 24/549 KB 257/257 KB 5/5 KB 32/358 KB 1008/1063 KB 28/549 KB 257/257 KB 5/5 KB 32/358 KB 1008/1063 KB 32/549 KB 257/257 KB 5/5 KB 32/358 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 323.5 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:15 DEBUG unit.abot-epc-basic/0.install 1008/1063 KB 32/549 KB 5/5 KB 36/358 KB 1008/1063 KB 32/549 KB 5/5 KB 40/358 KB 1008/1063 KB 32/549 KB 5/5 KB 44/358 KB 1008/1063 KB 32/549 KB 5/5 KB 48/358 KB 1012/1063 KB 32/549 KB 5/5 KB 48/358 KB 1012/1063 KB 36/549 KB 5/5 KB 48/358 KB 1012/1063 KB 40/549 KB 5/5 KB 48/358 KB 1012/1063 KB 44/549 KB 5/5 KB 48/358 KB 1012/1063 KB 48/549 KB 5/5 KB 48/358 KB 1016/1063 KB 48/549 KB 5/5 KB 48/358 KB 1020/1063 KB 48/549 KB 5/5 KB 48/358 KB 1024/1063 KB 48/549 KB 5/5 KB 48/358 KB 1028/1063 KB 48/549 KB 5/5 KB 48/358 KB 1032/1063 KB 48/549 KB 5/5 KB 48/358 KB 1036/1063 KB 48/549 KB 5/5 KB 48/358 KB 1036/1063 KB 48/549 KB 5/5 KB 52/358 KB 1036/1063 KB 48/549 KB 5/5 KB 56/358 KB 1036/1063 KB 48/549 KB 5/5 KB 60/358 KB 1036/1063 KB 48/549 KB 5/5 KB 64/358 KB 1040/1063 KB 48/549 KB 5/5 KB 64/358 KB 1044/1063 KB 48/549 KB 5/5 KB 64/358 KB 1048/1063 KB 48/549 KB 5/5 KB 64/358 KB 1048/1063 KB 52/549 KB 5/5 KB 64/358 KB 1048/1063 KB 56/549 KB 5/5 KB 64/358 KB 1048/1063 KB 60/549 KB 5/5 KB 64/358 KB 1048/1063 KB 64/549 KB 5/5 KB 64/358 KB 1048/1063 KB 64/549 KB 5/5 KB 68/358 KB 1048/1063 KB 64/549 KB 5/5 KB 72/358 KB 1048/1063 KB 64/549 KB 5/5 KB 76/358 KB 1048/1063 KB 64/549 KB 5/5 KB 80/358 KB 1052/1063 KB 64/549 KB 5/5 KB 80/358 KB 1056/1063 KB 64/549 KB 5/5 KB 80/358 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 3/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 6/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 9/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 11/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 14/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 16/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 19/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 22/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 25/86 KB 1060/1063 KB 64/549 KB 5/5 KB 80/358 KB 27/86 KB Downloaded: https://repo.maven.apache.org/maven2/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (5 KB at 5.4 KB/sec) unit-abot-epc-basic-0: 10:38:15 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 1060/1063 KB 68/549 KB 80/358 KB 27/86 KB 1060/1063 KB 72/549 KB 80/358 KB 27/86 KB 1060/1063 KB 76/549 KB 80/358 KB 27/86 KB 1060/1063 KB 80/549 KB 80/358 KB 27/86 KB 1060/1063 KB 80/549 KB 84/358 KB 27/86 KB 1060/1063 KB 80/549 KB 88/358 KB 27/86 KB 1060/1063 KB 80/549 KB 92/358 KB 27/86 KB 1060/1063 KB 80/549 KB 96/358 KB 27/86 KB 1063/1063 KB 80/549 KB 96/358 KB 27/86 KB 1063/1063 KB 80/549 KB 96/358 KB 30/86 KB 1063/1063 KB 80/549 KB 96/358 KB 32/86 KB 1063/1063 KB 80/549 KB 100/358 KB 36/86 KB 1063/1063 KB 80/549 KB 100/358 KB 32/86 KB 1063/1063 KB 80/549 KB 104/358 KB 36/86 KB 1063/1063 KB 80/549 KB 108/358 KB 36/86 KB 1063/1063 KB 80/549 KB 112/358 KB 36/86 KB 1063/1063 KB 80/549 KB 112/358 KB 40/86 KB 1063/1063 KB 80/549 KB 112/358 KB 44/86 KB 1063/1063 KB 80/549 KB 112/358 KB 48/86 KB 1063/1063 KB 84/549 KB 112/358 KB 48/86 KB 1063/1063 KB 88/549 KB 112/358 KB 48/86 KB 1063/1063 KB 92/549 KB 112/358 KB 48/86 KB 1063/1063 KB 96/549 KB 112/358 KB 48/86 KB 1063/1063 KB 96/549 KB 112/358 KB 52/86 KB 1063/1063 KB 96/549 KB 116/358 KB 56/86 KB 1063/1063 KB 96/549 KB 116/358 KB 52/86 KB 1063/1063 KB 96/549 KB 120/358 KB 56/86 KB 1063/1063 KB 96/549 KB 124/358 KB 56/86 KB 1063/1063 KB 96/549 KB 128/358 KB 56/86 KB 1063/1063 KB 96/549 KB 128/358 KB 60/86 KB 1063/1063 KB 96/549 KB 128/358 KB 61/86 KB 1063/1063 KB 96/549 KB 128/358 KB 65/86 KB 1063/1063 KB 100/549 KB 132/358 KB 69/86 KB 1063/1063 KB 100/549 KB 132/358 KB 65/86 KB 1063/1063 KB 100/549 KB 128/358 KB 65/86 KB 1063/1063 KB 104/549 KB 132/358 KB 69/86 KB 1063/1063 KB 108/549 KB 132/358 KB 69/86 KB 1063/1063 KB 112/549 KB 132/358 KB 69/86 KB 1063/1063 KB 112/549 KB 136/358 KB 69/86 KB 1063/1063 KB 112/549 KB 140/358 KB 69/86 KB 1063/1063 KB 112/549 KB 144/358 KB 69/86 KB 1063/1063 KB 112/549 KB 144/358 KB 73/86 KB 1063/1063 KB 112/549 KB 144/358 KB 77/86 KB 1063/1063 KB 116/549 KB 144/358 KB 77/86 KB 1063/1063 KB 120/549 KB 144/358 KB 77/86 KB 1063/1063 KB 124/549 KB 144/358 KB 77/86 KB 1063/1063 KB 128/549 KB 144/358 KB 77/86 KB 1063/1063 KB 128/549 KB 144/358 KB 81/86 KB 1063/1063 KB 128/549 KB 144/358 KB 85/86 KB 1063/1063 KB 128/549 KB 148/358 KB 86/86 KB 1063/1063 KB 128/549 KB 152/358 KB 86/86 KB 1063/1063 KB 128/549 KB 156/358 KB 86/86 KB 1063/1063 KB 128/549 KB 160/358 KB 86/86 KB 1063/1063 KB 128/549 KB 144/358 KB 86/86 KB 1063/1063 KB 132/549 KB 160/358 KB 86/86 KB 1063/1063 KB 136/549 KB 160/358 KB 86/86 KB 1063/1063 KB 140/549 KB 160/358 KB 86/86 KB 1063/1063 KB 144/549 KB 160/358 KB 86/86 KB 1063/1063 KB 144/549 KB 164/358 KB 86/86 KB 1063/1063 KB 144/549 KB 168/358 KB 86/86 KB 1063/1063 KB 144/549 KB 172/358 KB 86/86 KB 1063/1063 KB 144/549 KB 176/358 KB 86/86 KB 1063/1063 KB 144/549 KB 180/358 KB 86/86 KB 1063/1063 KB 148/549 KB 184/358 KB 1063/1063 KB 148/549 KB 188/358 KB 1063/1063 KB 148/549 KB 192/358 KB 1063/1063 KB 148/549 KB 196/358 KB 1063/1063 KB 148/549 KB 180/358 KB 1063/1063 KB 152/549 KB 3/404 KB 196/358 KB 1063/1063 KB 156/549 KB 3/404 KB 196/358 KB 160/549 KB 3/404 KB 196/358 KB 164/549 KB 3/404 KB 196/358 KB 168/549 KB 3/404 KB 196/358 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (86 KB at 103.7 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 168/549 KB 3/404 KB 200/358 KB 168/549 KB 3/404 KB 204/358 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 1281.2 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 1063/1063 KB 148/549 KB 3/404 KB 196/358 KB 172/549 KB 5/404 KB 204/358 KB 172/549 KB 8/404 KB 204/358 KB 172/549 KB 11/404 KB 204/358 KB 172/549 KB 13/404 KB 204/358 KB 172/549 KB 16/404 KB 204/358 KB 172/549 KB 19/404 KB 204/358 KB 172/549 KB 21/404 KB 204/358 KB 172/549 KB 3/404 KB 204/358 KB 176/549 KB 21/404 KB 208/358 KB 172/549 KB 21/404 KB 208/358 KB 180/549 KB 21/404 KB 208/358 KB 184/549 KB 24/404 KB 212/358 KB 188/549 KB 24/404 KB 212/358 KB 192/549 KB 24/404 KB 212/358 KB 180/549 KB 24/404 KB 212/358 KB 192/549 KB 24/404 KB 216/358 KB 192/549 KB 24/404 KB 220/358 KB 180/549 KB 24/404 KB 208/358 KB 192/549 KB 27/404 KB 220/358 KB 192/549 KB 29/404 KB 220/358 KB 192/549 KB 32/404 KB 220/358 KB 192/549 KB 32/404 KB 224/358 KB 192/549 KB 32/404 KB 228/358 KB 192/549 KB 32/404 KB 232/358 KB 192/549 KB 32/404 KB 236/358 KB 192/549 KB 32/404 KB 240/358 KB 192/549 KB 32/404 KB 244/358 KB 3/894 KB 196/549 KB 36/404 KB 244/358 KB 3/894 KB 200/549 KB 36/404 KB 244/358 KB 3/894 KB 204/549 KB 36/404 KB 244/358 KB 3/894 KB 208/549 KB 36/404 KB 244/358 KB 3/894 KB 192/549 KB 36/404 KB 244/358 KB 3/894 KB 192/549 KB 32/404 KB 244/358 KB 6/894 KB 208/549 KB 36/404 KB 244/358 KB 9/894 KB 208/549 KB 36/404 KB 244/358 KB 11/894 KB 208/549 KB 36/404 KB 244/358 KB 14/894 KB 208/549 KB 36/404 KB 244/358 KB 16/894 KB 208/549 KB 36/404 KB 244/358 KB 19/894 KB 208/549 KB 36/404 KB 244/358 KB 22/894 KB 208/549 KB 36/404 KB 244/358 KB 22/894 KB 208/549 KB 40/404 KB 244/358 KB 25/894 KB 208/549 KB 44/404 KB 244/358 KB 25/894 KB 208/549 KB 48/404 KB 244/358 KB 25/894 KB 208/549 KB 40/404 KB 244/358 KB 27/894 KB 208/549 KB 48/404 KB 244/358 KB 27/894 KB 212/549 KB 48/404 KB 244/358 KB 30/894 KB 216/549 KB 52/404 KB 244/358 KB 30/894 KB 212/549 KB 52/404 KB 244/358 KB 32/894 KB 216/549 KB 52/404 KB 248/358 KB 27/894 KB 212/549 KB 52/404 KB 244/358 KB 32/894 KB 216/549 KB 56/404 KB 248/358 KB 32/894 KB 216/549 KB 60/404 KB 248/358 KB 30/894 KB 216/549 KB 52/404 KB 248/358 KB 32/894 KB 220/549 KB 60/404 KB 248/358 KB 32/894 KB 220/549 KB 60/404 KB 252/358 KB 32/894 KB 224/549 KB 64/404 KB 256/358 KB 32/894 KB 224/549 KB 64/404 KB 260/358 KB 36/894 KB 224/549 KB 64/404 KB 264/358 KB 36/894 KB 224/549 KB 64/404 KB 268/358 KB 32/894 KB 224/549 KB 64/404 KB 252/358 KB 32/894 KB 220/549 KB 64/404 KB 252/358 KB 36/894 KB 224/549 KB 68/404 KB 268/358 KB 36/894 KB 228/549 KB 72/404 KB 268/358 KB 36/894 KB 228/549 KB 76/404 KB 268/358 KB 36/894 KB 228/549 KB 80/404 KB 268/358 KB 36/894 KB 224/549 KB 64/404 KB 260/358 KB 40/894 KB 228/549 KB 80/404 KB 268/358 KB 44/894 KB 228/549 KB 80/404 KB 268/358 KB 48/894 KB 228/549 KB 80/404 KB 268/358 KB 36/894 KB 228/549 KB 68/404 KB 268/358 KB 48/894 KB 232/549 KB 80/404 KB 268/358 KB 48/894 KB 236/549 KB 80/404 KB 268/358 KB 48/894 KB 240/549 KB 80/404 KB 268/358 KB 48/894 KB 240/549 KB 80/404 KB 272/358 KB 52/894 KB 240/549 KB 80/404 KB 272/358 KB 52/894 KB 244/549 KB 80/404 KB 272/358 KB 56/894 KB 248/549 KB 80/404 KB 276/358 KB 56/894 KB 252/549 KB 80/404 KB 276/358 KB 56/894 KB 256/549 KB 80/404 KB 276/358 KB 56/894 KB 244/549 KB 80/404 KB 276/358 KB 56/894 KB 244/549 KB 80/404 KB 272/358 KB 60/894 KB 256/549 KB 80/404 KB 276/358 KB 64/894 KB 256/549 KB 80/404 KB 276/358 KB 64/894 KB 256/549 KB 80/404 KB 280/358 KB 68/894 KB 256/549 KB 80/404 KB 280/358 KB 68/894 KB 256/549 KB 80/404 KB 284/35 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 8 KB 68/894 KB 256/549 KB 84/404 KB 288/358 KB 68/894 KB 256/549 KB 84/404 KB 284/358 KB 68/894 KB 256/549 KB 88/404 KB 288/358 KB 68/894 KB 256/549 KB 92/404 KB 288/358 KB 68/894 KB 256/549 KB 96/404 KB 288/358 KB 72/894 KB 256/549 KB 96/404 KB 288/358 KB 76/894 KB 256/549 KB 96/404 KB 288/358 KB 76/894 KB 256/549 KB 96/404 KB 292/358 KB 80/894 KB 256/549 KB 96/404 KB 292/358 KB 80/894 KB 256/549 KB 96/404 KB 296/358 KB 84/894 KB 256/549 KB 96/404 KB 300/358 KB 80/894 KB 256/549 KB 96/404 KB 300/358 KB 84/894 KB 256/549 KB 96/404 KB 304/358 KB 88/894 KB 256/549 KB 96/404 KB 304/358 KB 92/894 KB 256/549 KB 96/404 KB 304/358 KB 96/894 KB 260/549 KB 100/404 KB 304/358 KB 92/894 KB 260/549 KB 100/404 KB 304/358 KB 96/894 KB 260/549 KB 104/404 KB 304/358 KB 96/894 KB 260/549 KB 108/404 KB 304/358 KB 92/894 KB 260/549 KB 96/404 KB 304/358 KB 96/894 KB 264/549 KB 112/404 KB 304/358 KB 96/894 KB 268/549 KB 112/404 KB 304/358 KB 96/894 KB 272/549 KB 112/404 KB 304/358 KB 96/894 KB 260/549 KB 112/404 KB 304/358 KB 100/894 KB 272/549 KB 112/404 KB 304/358 KB 104/894 KB 272/549 KB 112/404 KB 308/358 KB 108/894 KB 272/549 KB 112/404 KB 308/358 KB 100/894 KB 272/549 KB 112/404 KB 308/358 KB 108/894 KB 276/549 KB 116/404 KB 308/358 KB 108/894 KB 272/549 KB 116/404 KB 308/358 KB 108/894 KB 280/549 KB 116/404 KB 308/358 KB 108/894 KB 280/549 KB 120/404 KB 308/358 KB 108/894 KB 284/549 KB 124/404 KB 308/358 KB 108/894 KB 284/549 KB 128/404 KB 312/358 KB 108/894 KB 284/549 KB 120/404 KB 308/358 KB 108/894 KB 288/549 KB 128/404 KB 312/358 KB 108/894 KB 284/549 KB 124/404 KB 312/358 KB 108/894 KB 288/549 KB 128/404 KB 316/358 KB 108/894 KB 288/549 KB 128/404 KB 320/358 KB 108/894 KB 288/549 KB 128/404 KB 324/358 KB 112/894 KB 288/549 KB 128/404 KB 324/358 KB 116/894 KB 288/549 KB 128/404 KB 324/358 KB 120/894 KB 288/549 KB 132/404 KB 328/358 KB 124/894 KB 288/549 KB 132/404 KB 328/358 KB 128/894 KB 288/549 KB 132/404 KB 328/358 KB 116/894 KB 288/549 KB 132/404 KB 328/358 KB 128/894 KB 288/549 KB 132/404 KB 332/358 KB 128/894 KB 288/549 KB 132/404 KB 336/358 KB 116/894 KB 288/549 KB 132/404 KB 324/358 KB 128/894 KB 288/549 KB 136/404 KB 336/358 KB 128/894 KB 288/549 KB 140/404 KB 336/358 KB 128/894 KB 288/549 KB 144/404 KB 336/358 KB 128/894 KB 288/549 KB 144/404 KB 340/358 KB 132/894 KB 292/549 KB 144/404 KB 344/358 KB 132/894 KB 292/549 KB 144/404 KB 348/358 KB 132/894 KB 292/549 KB 144/404 KB 352/358 KB 132/894 KB 292/549 KB 144/404 KB 340/358 KB 132/894 KB 296/549 KB 144/404 KB 352/358 KB 132/894 KB 300/549 KB 144/404 KB 352/358 KB 132/894 KB 304/549 KB 144/404 KB 352/358 KB 132/894 KB 304/549 KB 148/404 KB 352/358 KB 132/894 KB 304/549 KB 152/404 KB 352/358 KB 132/894 KB 304/549 KB 156/404 KB 352/358 KB 132/894 KB 304/549 KB 4/587 KB 156/404 KB 352/358 KB 132/894 KB 304/549 KB 8/587 KB 156/404 KB 352/358 KB 132/894 KB 304/549 KB 12/587 KB 156/404 KB 352/358 KB 132/894 KB 304/549 KB 16/587 KB 156/404 KB 352/358 KB 132/894 KB 308/549 KB 16/587 KB 156/404 KB 352/358 KB 132/894 KB 312/549 KB 16/587 KB 156/404 KB 352/358 KB 132/894 KB 316/549 KB 16/587 KB 156/404 KB 352/358 KB 132/894 KB 320/549 KB 16/587 KB 160/404 KB 352/358 KB 132/894 KB 288/549 KB 144/404 KB 340/358 KB 136/894 KB 320/549 KB 16/587 KB 160/404 KB 352/358 KB 132/894 KB 316/549 KB 16/587 KB 160/404 KB 352/358 KB 136/894 KB 320/549 KB 20/587 KB 160/404 KB 352/358 KB 136/894 KB 320/549 KB unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 24/587 KB 160/404 KB 352/358 KB 136/894 KB 320/549 KB 28/587 KB 160/404 KB 352/358 KB 136/894 KB 320/549 KB 32/587 KB 160/404 KB 352/358 KB 140/894 KB 320/549 KB 32/587 KB 160/404 KB 352/358 KB 144/894 KB 320/549 KB 32/587 KB 160/404 KB 352/358 KB 144/894 KB 320/549 KB 32/587 KB 160/404 KB 356/358 KB 144/894 KB 320/549 KB 32/587 KB 160/404 KB 358/358 KB 144/894 KB 320/549 KB 32/587 KB 164/404 KB 358/358 KB 148/894 KB 324/549 KB 36/587 KB 164/404 KB 358/358 KB 148/894 KB 324/549 KB 40/587 KB 164/404 KB 358/358 KB 148/894 KB 324/549 KB 44/587 KB 164/404 KB 358/358 KB 148/894 KB 324/549 KB 48/587 KB 164/404 KB 358/358 KB 144/894 KB 324/549 KB 32/587 KB 164/404 KB 358/358 KB 148/894 KB 328/549 KB 48/587 KB 168/404 KB 358/358 KB 148/894 KB 324/549 KB 32/587 KB 164/404 KB 358/358 KB 148/894 KB 324/549 KB 48/587 KB 168/404 KB 358/358 KB 148/894 KB 328/549 KB 48/587 KB 172/404 KB 358/358 KB 152/894 KB 328/549 KB 48/587 KB 172/404 KB 358/358 KB 152/894 KB 332/549 KB 48/587 KB 172/404 KB 358/358 KB 152/894 KB 332/549 KB 52/587 KB 172/404 KB 358/358 KB 152/894 KB 332/549 KB 56/587 KB 172/404 KB 358/358 KB 152/894 KB 332/549 KB 60/587 KB 172/404 KB 358/358 KB 152/894 KB 332/549 KB 64/587 KB 172/404 KB 358/358 KB 152/894 KB 332/549 KB 64/587 KB 176/404 KB 358/358 KB 156/894 KB 332/549 KB 64/587 KB 176/404 KB 358/358 KB 160/894 KB 336/549 KB 64/587 KB 176/404 KB 358/358 KB 156/894 KB 336/549 KB 64/587 KB 176/404 KB 358/358 KB 160/894 KB 336/549 KB 68/587 KB 176/404 KB 358/358 KB 160/894 KB 336/549 KB 72/587 KB 176/404 KB 358/358 KB 160/894 KB 336/549 KB 76/587 KB 176/404 KB 358/358 KB 160/894 KB 336/549 KB 80/587 KB 176/404 KB 358/358 KB 160/894 KB 340/549 KB 80/587 KB 176/404 KB 358/358 KB 164/894 KB 344/549 KB 80/587 KB 180/404 KB 358/358 KB 164/894 KB 348/549 KB 80/587 KB 180/404 KB 358/358 KB 164/894 KB 340/549 KB 80/587 KB 180/404 KB 358/358 KB 164/894 KB 348/549 KB 80/587 KB 184/404 KB 358/358 KB 164/894 KB 340/549 KB 80/587 KB 176/404 KB 358/358 KB 168/894 KB 348/549 KB 80/587 KB 184/404 KB 358/358 KB 168/894 KB 348/549 KB 80/587 KB 188/404 KB 358/358 KB 168/894 KB 348/549 KB 84/587 KB 188/404 KB 358/358 KB 168/894 KB 348/549 KB 88/587 KB 188/404 KB 358/358 KB 168/894 KB 348/549 KB 92/587 KB 188/404 KB 358/358 KB 168/894 KB 348/549 KB 96/587 KB 188/404 KB 358/358 KB 172/894 KB 348/549 KB 96/587 KB 188/404 KB 358/358 KB 172/894 KB 352/549 KB 96/587 KB 188/404 KB 358/358 KB 172/894 KB 352/549 KB 96/587 KB 192/404 KB 358/358 KB 176/894 KB 352/549 KB 96/587 KB 192/404 KB 358/358 KB 176/894 KB 356/549 KB 96/587 KB 192/404 KB 358/358 KB 180/894 KB 360/549 KB 96/587 KB 196/404 KB 358/358 KB 180/894 KB 364/549 KB 96/587 KB 196/404 KB 358/358 KB 180/894 KB 364/549 KB 100/587 KB 196/404 KB 358/358 KB 180/894 KB 364/549 KB 104/587 KB 196/404 KB 358/358 KB 180/894 KB 364/549 KB 108/587 KB 196/404 KB 358/358 KB 180/894 KB 364/549 KB 112/587 KB 196/404 KB 358/358 KB 176/894 KB 356/549 KB 96/587 KB 196/404 KB 358/358 KB 180/894 KB 364/549 KB 112/587 KB 200/404 KB 358/358 KB 180/894 KB 356/549 KB 96/587 KB 196/404 KB 358/358 KB 184/894 KB 364/549 KB 112/587 KB 200/404 KB 358/358 KB 184/894 KB 364/549 KB 112/587 KB 204/404 KB 358/358 KB 188/894 KB 364/549 KB 112/587 KB 204/404 KB 358/358 KB 192/894 KB 364/549 KB 112/587 KB 208/404 KB 358/358 KB 188/894 KB 364/549 KB 112/587 KB 208/404 KB 358/358 KB 192/894 KB 368/549 KB 112/587 KB 208/404 KB 358/358 KB 192/894 KB unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 368/549 KB 112/587 KB 212/404 KB 358/358 KB 196/894 KB 372/549 KB 116/587 KB 216/404 KB 358/358 KB 196/894 KB 372/549 KB 116/587 KB 212/404 KB 358/358 KB 196/894 KB 368/549 KB 116/587 KB 212/404 KB 358/358 KB 192/894 KB 368/549 KB 116/587 KB 212/404 KB 358/358 KB 196/894 KB 372/549 KB 120/587 KB 216/404 KB 358/358 KB 196/894 KB 372/549 KB 124/587 KB 216/404 KB 358/358 KB 196/894 KB 372/549 KB 128/587 KB 216/404 KB 358/358 KB 200/894 KB 372/549 KB 128/587 KB 216/404 KB 358/358 KB 204/894 KB 372/549 KB 128/587 KB 216/404 KB 358/358 KB 208/894 KB 376/549 KB 128/587 KB 216/404 KB 358/358 KB 212/894 KB 376/549 KB 128/587 KB 216/404 KB 358/358 KB 204/894 KB 376/549 KB 128/587 KB 216/404 KB 358/358 KB 212/894 KB 380/549 KB 132/587 KB 220/404 KB 358/358 KB 212/894 KB 384/549 KB 132/587 KB 220/404 KB 358/358 KB 212/894 KB 376/549 KB 132/587 KB 220/404 KB 358/358 KB 212/894 KB 376/549 KB 128/587 KB 220/404 KB 358/358 KB 212/894 KB 384/549 KB 132/587 KB 224/404 KB 358/358 KB 212/894 KB 384/549 KB 136/587 KB 224/404 KB 358/358 KB 212/894 KB 384/549 KB 140/587 KB 224/404 KB 358/358 KB 212/894 KB 384/549 KB 144/587 KB 224/404 KB 358/358 KB 212/894 KB 384/549 KB 148/587 KB 224/404 KB 358/358 KB 216/894 KB 388/549 KB 152/587 KB 228/404 KB 358/358 KB 216/894 KB 388/549 KB 148/587 KB 228/404 KB 358/358 KB 216/894 KB 388/549 KB 148/587 KB 224/404 KB 358/358 KB 220/894 KB 388/549 KB 152/587 KB 228/404 KB 358/358 KB 212/894 KB 388/549 KB 148/587 KB 224/404 KB 358/358 KB 224/894 KB 388/549 KB 152/587 KB 228/404 KB 358/358 KB 224/894 KB 392/549 KB 152/587 KB 232/404 KB 358/358 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 401.2 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 224/894 KB 388/549 KB 152/587 KB 232/404 KB 358/358 KB 224/894 KB 392/549 KB 152/587 KB 236/404 KB 224/894 KB 396/549 KB 152/587 KB 236/404 KB 224/894 KB 396/549 KB 152/587 KB 240/404 KB 224/894 KB 400/549 KB 152/587 KB 240/404 KB 224/894 KB 400/549 KB 152/587 KB 244/404 KB 228/894 KB 404/549 KB 156/587 KB 248/404 KB 228/894 KB 404/549 KB 156/587 KB 252/404 KB 228/894 KB 404/549 KB 156/587 KB 256/404 KB 228/894 KB 404/549 KB 156/587 KB 244/404 KB 232/894 KB 404/549 KB 156/587 KB 256/404 KB 236/894 KB 404/549 KB 156/587 KB 256/404 KB 224/894 KB 400/549 KB 156/587 KB 244/404 KB 236/894 KB 404/549 KB 160/587 KB 256/404 KB 236/894 KB 404/549 KB 164/587 KB 256/404 KB 224/894 KB 404/549 KB 156/587 KB 244/404 KB 240/894 KB 408/549 KB 164/587 KB 256/404 KB 240/894 KB 404/549 KB 164/587 KB 256/404 KB 240/894 KB 412/549 KB 164/587 KB 256/404 KB 240/894 KB 412/549 KB 168/587 KB 256/404 KB 240/894 KB 416/549 KB 172/587 KB 256/404 KB 240/894 KB 416/549 KB 176/587 KB 256/404 KB 240/894 KB 416/549 KB 180/587 KB 256/404 KB 244/894 KB 416/549 KB 184/587 KB 260/404 KB 244/894 KB 416/549 KB 188/587 KB 260/404 KB 244/894 KB 416/549 KB 192/587 KB 260/404 KB 240/894 KB 416/549 KB 168/587 KB 256/404 KB 244/894 KB 420/549 KB 192/587 KB 260/404 KB 244/894 KB 416/549 KB 180/587 KB 260/404 KB 248/894 KB 420/549 KB 192/587 KB 260/404 KB 252/894 KB 420/549 KB 192/587 KB 260/404 KB 256/894 KB 420/549 KB 192/587 KB 260/404 KB 240/894 KB 416/549 KB 180/587 KB 260/404 KB 256/894 KB 424/549 KB 192/587 KB 264/404 KB 256/894 KB 424/549 KB 192/587 KB 268/404 KB 256/894 KB 424/549 KB 192/587 KB 272/404 KB 256/894 KB 424/549 KB 192/587 KB 260/404 KB 256/894 KB 428/549 KB 192/587 KB 272/404 KB 256/894 KB 432/549 KB 192/587 KB 272/404 KB 260/894 KB 432/549 KB 192/587 KB 272/404 KB 264/894 KB 436/549 KB 196/587 KB 276/404 KB 268/894 KB 436/549 KB 196/587 KB 276/404 KB 272/894 KB 436/549 KB 196/587 KB 276/404 KB 260/894 KB 436/549 KB 196/587 KB 276/404 KB 260/894 KB 432/549 KB 192/587 KB 276/404 KB 272/894 KB 436/549 KB 196/587 KB 280/404 KB 260/894 KB 436/549 KB 192/587 KB 276/404 KB 272/894 KB 440/549 KB 196/587 KB 284/404 KB 272/894 KB 436/549 KB 196/587 KB 284/404 KB 272/894 KB 444/549 KB 200/587 KB 284/404 KB 272/894 KB 440/549 KB 200/587 KB 284/404 KB 272/894 KB 444/549 KB 200/587 KB 288/404 KB 272/894 KB 444/549 KB 204/587 KB 288/404 KB 272/894 KB 448/549 KB 204/587 KB 288/404 KB 272/894 KB 448/549 KB 208/587 KB 288/404 KB 272/894 KB 448/549 KB 208/587 KB 292/404 KB 276/894 KB 448/549 KB 212/587 KB 296/404 KB 276/894 KB 448/549 KB 212/587 KB 292/404 KB 276/894 KB 448/549 KB 208/587 KB 292/404 KB 280/894 KB 448/549 KB 212/587 KB 296/404 KB 284/894 KB 448/549 KB 212/587 KB 296/404 KB 288/894 KB 448/549 KB 212/587 KB 296/404 KB 292/894 KB 448/549 KB 212/587 KB 296/404 KB 296/894 KB 452/549 KB 216/587 KB 300/404 KB 300/894 KB 452/549 KB 216/587 KB 300/404 KB 304/894 KB 452/549 KB 216/587 KB 300/404 KB 292/894 KB 452/549 KB 216/587 KB 300/404 KB 292/894 KB 452/549 KB 216/587 KB 296/404 KB 292/894 KB 452/549 KB 212/587 KB 296/404 KB 304/894 KB 456/549 KB 216/587 KB 300/404 KB 304/894 KB 460/549 KB 220/587 KB 304/404 KB 304/894 KB 464/549 KB 220/587 KB 304/404 KB 304/894 KB 456/549 KB 216/587 KB 304/404 KB 304/894 KB 460/549 KB 220/587 KB 304/404 KB 304/894 KB 464/549 KB 224/587 KB 304/404 KB 304/894 KB 464/549 KB 228/587 KB 304/404 KB 308/894 KB 468/549 KB 232/587 KB 308 unit-mysql-0: 10:38:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install /404 KB 308/894 KB 468/549 KB 236/587 KB 308/404 KB 308/894 KB 468/549 KB 240/587 KB 308/404 KB 308/894 KB 468/549 KB 228/587 KB 308/404 KB 304/894 KB 468/549 KB 228/587 KB 308/404 KB 304/894 KB 468/549 KB 228/587 KB 304/404 KB 308/894 KB 468/549 KB 240/587 KB 312/404 KB 308/894 KB 472/549 KB 240/587 KB 316/404 KB 308/894 KB 472/549 KB 240/587 KB 320/404 KB 308/894 KB 472/549 KB 240/587 KB 312/404 KB 308/894 KB 476/549 KB 240/587 KB 320/404 KB 308/894 KB 480/549 KB 240/587 KB 320/404 KB 308/894 KB 480/549 KB 240/587 KB 324/404 KB 312/894 KB 480/549 KB 244/587 KB 328/404 KB 312/894 KB 480/549 KB 244/587 KB 332/404 KB 312/894 KB 480/549 KB 244/587 KB 324/404 KB 312/894 KB 480/549 KB 240/587 KB 324/404 KB 316/894 KB 480/549 KB 244/587 KB 332/404 KB 320/894 KB 480/549 KB 244/587 KB 332/404 KB 324/894 KB 480/549 KB 244/587 KB 332/404 KB 324/894 KB 480/549 KB 248/587 KB 336/404 KB 324/894 KB 480/549 KB 248/587 KB 332/404 KB 324/894 KB 480/549 KB 252/587 KB 336/404 KB 324/894 KB 484/549 KB 252/587 KB 336/404 KB 324/894 KB 488/549 KB 252/587 KB 336/404 KB 324/894 KB 492/549 KB 252/587 KB 336/404 KB 324/894 KB 496/549 KB 252/587 KB 336/404 KB 324/894 KB 496/549 KB 256/587 KB 336/404 KB 328/894 KB 496/549 KB 256/587 KB 336/404 KB 328/894 KB 496/549 KB 260/587 KB 336/404 KB 332/894 KB 496/549 KB 264/587 KB 340/404 KB 332/894 KB 496/549 KB 260/587 KB 340/404 KB 332/894 KB 496/549 KB 260/587 KB 336/404 KB 336/894 KB 496/549 KB 268/587 KB 340/404 KB 336/894 KB 496/549 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 3/26 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 6/26 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 9/26 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 11/26 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 14/26 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 16/26 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 19/26 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 22/26 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 25/26 KB 268/587 KB 344/404 KB 332/894 KB 496/549 KB 268/587 KB 344/404 KB 336/894 KB 496/549 KB 25/26 KB 272/587 KB 344/404 KB 340/894 KB 500/549 KB 26/26 KB 276/587 KB 348/404 KB 340/894 KB 500/549 KB 26/26 KB 280/587 KB 348/404 KB 340/894 KB 500/549 KB 26/26 KB 284/587 KB 348/404 KB 340/894 KB 500/549 KB 26/26 KB 288/587 KB 348/404 KB 340/894 KB 500/549 KB 26/26 KB 272/587 KB 348/404 KB 336/894 KB 500/549 KB 26/26 KB 272/587 KB 348/404 KB 340/894 KB 504/549 KB 26/26 KB 288/587 KB 348/404 KB 340/894 KB 508/549 KB 26/26 KB 288/587 KB 348/404 KB 340/894 KB 512/549 KB 26/26 KB 288/587 KB 348/404 KB 336/894 KB 496/549 KB 26/26 KB 272/587 KB 348/404 KB 336/894 KB 496/549 KB 26/26 KB 272/587 KB 344/404 KB 340/894 KB 512/549 KB 26/26 KB 288/587 KB 352/404 KB 340/894 KB 516/549 KB 26/26 KB 288/587 KB 352/404 KB 344/894 KB 520/549 KB 26/26 KB 288/587 KB 356/404 KB 344/894 KB 524/549 KB 26/26 KB 288/587 KB 356/404 KB 344/894 KB 528/549 KB 26/26 KB 288/587 KB 356/404 KB 344/894 KB 516/549 KB 26/26 KB 288/587 KB 356/404 KB 344/894 KB 516/549 KB 26/26 KB 288/587 KB 352/404 KB 348/894 KB 528/549 KB 26/26 KB 288/587 KB 356/404 KB 352/894 KB 528/549 KB 26/26 KB 288/587 KB 356/404 KB 356/894 KB 528/549 KB 26/26 KB 288/587 KB 356/404 KB 360/894 KB 528/549 KB 26/26 KB 292/587 KB 360/404 KB 364/894 KB 528/549 KB 26/26 KB 292/587 KB 360/404 KB 368/894 KB 528/549 KB 26/26 KB 292/587 KB 360/404 KB 368/894 KB 532/549 KB 26/26 KB 292/587 K unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install B 360/404 KB 368/894 KB 536/549 KB 26/26 KB 292/587 KB 360/404 KB 368/894 KB 540/549 KB 26/26 KB 292/587 KB 360/404 KB 368/894 KB 544/549 KB 26/26 KB 292/587 KB 360/404 KB 356/894 KB 528/549 KB 26/26 KB 292/587 KB 360/404 KB 368/894 KB 544/549 KB 26/26 KB 296/587 KB 360/404 KB 368/894 KB 544/549 KB 26/26 KB 300/587 KB 360/404 KB 356/894 KB 528/549 KB 26/26 KB 288/587 KB 360/404 KB 368/894 KB 544/549 KB 26/26 KB 304/587 KB 364/404 KB 368/894 KB 544/549 KB 26/26 KB 304/587 KB 368/404 KB 368/894 KB 544/549 KB 26/26 KB 304/587 KB 372/404 KB 368/894 KB 544/549 KB 26/26 KB 304/587 KB 376/404 KB 368/894 KB 544/549 KB 26/26 KB 304/587 KB 380/404 KB 368/894 KB 548/549 KB 26/26 KB 304/587 KB 384/404 KB 372/894 KB 549/549 KB 26/26 KB 304/587 KB 384/404 KB 372/894 KB 548/549 KB 26/26 KB 304/587 KB 384/404 KB 372/894 KB 548/549 KB 26/26 KB 304/587 KB 384/404 KB 368/894 KB 544/549 KB 26/26 KB 304/587 KB 384/404 KB 376/894 KB 549/549 KB 26/26 KB 304/587 KB 384/404 KB 380/894 KB 549/549 KB 26/26 KB 304/587 KB 384/404 KB 384/894 KB 549/549 KB 26/26 KB 304/587 KB 384/404 KB 384/894 KB 549/549 KB 26/26 KB 304/587 KB 388/404 KB 388/894 KB 549/549 KB 26/26 KB 308/587 KB 392/404 KB 388/894 KB 549/549 KB 26/26 KB 308/587 KB 396/404 KB 388/894 KB 549/549 KB 26/26 KB 308/587 KB 400/404 KB 388/894 KB 549/549 KB 26/26 KB 308/587 KB 388/404 KB 384/894 KB 549/549 KB 26/26 KB 308/587 KB 388/404 KB 388/894 KB 549/549 KB 26/26 KB 312/587 KB 400/404 KB 388/894 KB 549/549 KB 26/26 KB 316/587 KB 400/404 KB 388/894 KB 549/549 KB 26/26 KB 320/587 KB 400/404 KB 392/894 KB 549/549 KB 26/26 KB 320/587 KB 400/404 KB 396/894 KB 549/549 KB 26/26 KB 320/587 KB 400/404 KB 400/894 KB 549/549 KB 26/26 KB 320/587 KB 400/404 KB 400/894 KB 549/549 KB 26/26 KB 320/587 KB 404/404 KB 400/894 KB 549/549 KB 26/26 KB 324/587 KB 404/404 KB 400/894 KB 549/549 KB 26/26 KB 328/587 KB 404/404 KB 400/894 KB 549/549 KB 26/26 KB 332/587 KB 404/404 KB 400/894 KB 549/549 KB 26/26 KB 336/587 KB 404/404 KB 404/894 KB 549/549 KB 26/26 KB 336/587 KB 404/404 KB 408/894 KB 549/549 KB 26/26 KB 336/587 KB 404/404 KB 412/894 KB 549/549 KB 26/26 KB 336/587 KB 404/404 KB 416/894 KB 549/549 KB 26/26 KB 336/587 KB 404/404 KB 416/894 KB 549/549 KB 26/26 KB 340/587 KB 404/404 KB 416/894 KB 549/549 KB 26/26 KB 344/587 KB 404/404 KB 416/894 KB 549/549 KB 26/26 KB 348/587 KB 404/404 KB 416/894 KB 549/549 KB 26/26 KB 352/587 KB 404/404 KB 420/894 KB 549/549 KB 26/26 KB 352/587 KB 404/404 KB 424/894 KB 549/549 KB 26/26 KB 352/587 KB 404/404 KB 428/894 KB 549/549 KB 26/26 KB 352/587 KB 404/404 KB 432/894 KB 549/549 KB 26/26 KB 352/587 KB 404/404 KB 436/894 KB 549/549 KB 26/26 KB 352/587 KB 404/404 KB 436/894 KB 549/549 KB 26/26 KB 356/587 KB 404/404 KB 436/894 KB 549/549 KB 26/26 KB 360/587 KB 404/404 KB 436/894 KB 549/549 KB 26/26 KB 364/587 KB 404/404 KB 436/894 KB 549/549 KB 26/26 KB 368/587 KB 404/404 KB 440/894 KB 549/549 KB 26/26 KB 368/587 KB 404/404 KB 444/894 KB 549/549 KB 26/26 KB 368/587 KB 404/404 KB 448/894 KB 549/549 KB 26/26 KB 368/587 KB 404/404 KB 448/894 KB 549/549 KB 26/26 KB 372/587 KB 404/404 KB 452/894 KB 549/549 KB 26/26 KB 376/587 KB 404/404 KB 452/894 KB 549/549 KB 26/26 KB 380/587 KB 404/404 KB 452/894 KB 549/549 KB 26/26 KB 384/587 KB 404/404 KB 452/894 KB 549/549 KB 26/26 KB 372/587 KB 404/404 KB 456/894 KB 549/549 KB 26/26 KB 384/587 KB 404/404 KB 460/894 KB 549/549 KB 26/26 KB 384/587 K unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install B 404/404 KB 460/894 KB 549/549 KB 26/26 KB 388/587 KB 404/404 KB 464/894 KB 549/549 KB 26/26 KB 388/587 KB 404/404 KB 468/894 KB 549/549 KB 26/26 KB 388/587 KB 404/404 KB 468/894 KB 549/549 KB 26/26 KB 392/587 KB 404/404 KB 468/894 KB 549/549 KB 26/26 KB 396/587 KB 404/404 KB 468/894 KB 549/549 KB 26/26 KB 400/587 KB 404/404 KB 472/894 KB 549/549 KB 26/26 KB 400/587 KB 404/404 KB 476/894 KB 549/549 KB 26/26 KB 400/587 KB 404/404 KB 480/894 KB 549/549 KB 26/26 KB 400/587 KB 404/404 KB 484/894 KB 549/549 KB 26/26 KB 400/587 KB 404/404 KB 484/894 KB 549/549 KB 26/26 KB 404/587 KB 404/404 KB 484/894 KB 549/549 KB 26/26 KB 408/587 KB 404/404 KB 484/894 KB 549/549 KB 26/26 KB 412/587 KB 404/404 KB 484/894 KB 549/549 KB 26/26 KB 416/587 KB 404/404 KB 488/894 KB 549/549 KB 26/26 KB 416/587 KB 404/404 KB 492/894 KB 549/549 KB 26/26 KB 416/587 KB 404/404 KB 496/894 KB 549/549 KB 26/26 KB 416/587 KB 404/404 KB 496/894 KB 549/549 KB 26/26 KB 420/587 KB 404/404 KB 496/894 KB 549/549 KB 26/26 KB 424/587 KB 404/404 KB 500/894 KB 549/549 KB 26/26 KB 424/587 KB 404/404 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.6.4/slf4j-api-1.6.4.jar (26 KB at 26.7 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/pcap4j/pcap4j-packetfactory-static/1.2.1/pcap4j-packetfactory-static-1.2.1.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 500/894 KB 549/549 KB 26/26 KB 428/587 KB 404/404 KB 504/894 KB 549/549 KB 428/587 KB 404/404 KB 504/894 KB 549/549 KB 432/587 KB 404/404 KB 508/894 KB 549/549 KB 432/587 KB 404/404 KB 512/894 KB 549/549 KB 432/587 KB 404/404 KB 512/894 KB 549/549 KB 436/587 KB 404/404 KB 516/894 KB 549/549 KB 440/587 KB 404/404 KB 516/894 KB 549/549 KB 444/587 KB 404/404 KB 516/894 KB 549/549 KB 448/587 KB 404/404 KB 516/894 KB 549/549 KB 436/587 KB 404/404 KB 520/894 KB 549/549 KB 448/587 KB 404/404 KB 524/894 KB 549/549 KB 448/587 KB 404/404 KB 528/894 KB 549/549 KB 448/587 KB 404/404 KB 528/894 KB 549/549 KB 452/587 KB 404/404 KB 532/894 KB 549/549 KB 456/587 KB 404/404 KB 532/894 KB 549/549 KB 460/587 KB 404/404 KB 532/894 KB 549/549 KB 464/587 KB 404/404 KB 532/894 KB 549/549 KB 452/587 KB 404/404 KB 536/894 KB 549/549 KB 464/587 KB 404/404 KB 540/894 KB 549/549 KB 464/587 KB 404/404 KB 544/894 KB 549/549 KB 464/587 KB 404/404 KB 548/894 KB 549/549 KB 464/587 KB 404/404 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 573.8 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 548/894 KB 549/549 KB 468/587 KB 404/404 KB 548/894 KB 472/587 KB 404/404 KB 548/894 KB 476/587 KB 404/404 KB 548/894 KB 480/587 KB 404/404 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 420.7 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 552/894 KB 480/587 KB 404/404 KB 556/894 KB 480/587 KB 560/894 KB 480/587 KB 560/894 KB 484/587 KB 560/894 KB 488/587 KB 560/894 KB 492/587 KB 560/894 KB 496/587 KB 564/894 KB 496/587 KB 568/894 KB 496/587 KB 572/894 KB 496/587 KB 576/894 KB 496/587 KB 576/894 KB 500/587 KB 580/894 KB 504/587 KB 580/894 KB 508/587 KB 580/894 KB 512/587 KB 580/894 KB 500/587 KB 584/894 KB 512/587 KB 588/894 KB 512/587 KB 592/894 KB 512/587 KB 592/894 KB 516/587 KB 592/894 KB 520/587 KB 592/894 KB 524/587 KB 592/894 KB 528/587 KB 596/894 KB 528/587 KB 600/894 KB 528/587 KB 604/894 KB 528/587 KB 608/894 KB 528/587 KB 608/894 KB 532/587 KB 608/894 KB 536/587 KB 608/894 KB 540/587 KB 608/894 KB 544/587 KB 612/894 KB 544/587 KB 616/894 KB 544/587 KB 620/894 KB 544/587 KB 624/894 KB 544/587 KB 628/894 KB 544/587 KB 632/894 KB 548/587 KB 636/894 KB 548/587 KB 640/894 KB 548/587 KB 628/894 KB 548/587 KB 640/894 KB 552/587 KB 640/894 KB 556/587 KB 640/894 KB 560/587 KB 640/894 KB 564/587 KB 640/894 KB 568/587 KB 640/894 KB 572/587 KB 640/894 KB 576/587 KB 644/894 KB 576/587 KB 648/894 KB 576/587 KB 652/894 KB 576/587 KB 656/894 KB 576/587 KB 656/894 KB 580/587 KB 656/894 KB 584/587 KB 656/894 KB 587/587 KB 660/894 KB 587/587 KB 664/894 KB 587/587 KB 664/894 KB 3/115 KB 587/587 KB 664/894 KB 5/115 KB 587/587 KB 668/894 KB 5/115 KB 587/587 KB 672/894 KB 5/115 KB 587/587 KB 672/894 KB 8/115 KB 587/587 KB 676/894 KB 8/115 KB 587/587 KB 676/894 KB 11/115 KB 587/587 KB 676/894 KB 13/115 KB 587/587 KB 680/894 KB 13/115 KB 587/587 KB 684/894 KB 13/115 KB 587/587 KB 688/894 KB 13/115 KB 587/587 KB 688/894 KB 16/115 KB 587/587 KB 692/894 KB 16/115 KB 587/587 KB 696/894 KB 16/115 KB 587/587 KB 700/894 KB 16/115 KB 587/587 KB 704/894 KB 16/115 KB 587/587 KB 704/894 KB 19/115 KB 587/587 KB 704/894 KB 21/115 KB 587/587 KB 704/894 KB 24/115 KB 587/587 KB 708/894 KB 24/115 KB 587/587 KB 712/894 KB 24/115 KB 587/587 KB 716/894 KB 24/115 KB 587/587 KB 720/894 KB 24/115 KB 587/587 KB 720/894 KB 27/115 KB 587/587 KB 720/894 KB 29/115 KB 587/587 KB 724/894 KB 29/115 KB 587/587 KB 728/894 KB 29/115 KB 587/587 KB 732/894 KB 29/115 KB 587/587 KB 732/894 KB 32/115 KB 587/587 KB 736/894 KB 32/115 KB 587/587 KB 740/894 KB 32/115 KB 587/587 KB 744/894 KB 32/115 KB 587/587 KB 748/894 KB 32/115 KB 587/587 KB 752/894 KB 32/115 KB 587/587 KB 756/894 KB 32/115 KB 587/587 KB 760/894 KB 32/115 KB 587/587 KB 764/894 KB 32/115 KB 587/587 KB 768/894 KB 32/115 KB 587/587 KB 772/894 KB 32/115 KB 587/587 KB 776/894 KB 32/115 KB 587/587 KB 780/894 KB 32/115 KB 587/587 KB 784/894 KB 32/115 KB 587/587 KB 788/894 KB 32/115 KB 587/587 KB 792/894 KB 32/115 KB 587/587 KB 796/894 KB 32/115 KB 587/587 KB 800/894 KB 32/115 KB 587/587 KB 804/894 KB 32/115 KB 587/587 KB 804/894 KB 36/115 KB 587/587 KB 804/894 KB 40/115 KB 587/587 KB 804/894 KB 44/115 KB 587/587 KB 804/894 KB 48/115 KB 587/587 KB 808/894 KB 48/115 KB 587/587 KB 812/894 KB 48/115 KB 587/587 KB 816/894 KB 48/115 KB 587/587 KB 816/894 KB 52/115 KB 587/587 KB 816/894 KB 56/115 KB 587/587 KB 816/894 KB 60/115 KB 587/587 KB 816/894 KB 64/115 KB 587/587 KB 820/894 KB 64/115 KB 587/587 KB 824/894 KB 64/115 KB 587/587 KB 828/894 KB 64/115 KB 587/587 KB 828/894 KB 64/115 KB 587/587 KB 4/1822 KB 828/894 KB 64/115 KB 587/587 KB 8/1822 KB 828/894 KB 64/115 KB 587/587 KB 12/1822 KB 828/894 KB 64/115 KB 587/58 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 7 KB 16/1822 KB 832/894 KB 64/115 KB 587/587 KB 16/1822 KB 832/894 KB 68/115 KB 587/587 KB 16/1822 KB 832/894 KB 72/115 KB 587/587 KB 16/1822 KB 832/894 KB 76/115 KB 587/587 KB 16/1822 KB 832/894 KB 80/115 KB 587/587 KB 16/1822 KB 836/894 KB 80/115 KB 587/587 KB 16/1822 KB 840/894 KB 80/115 KB 587/587 KB 16/1822 KB 844/894 KB 80/115 KB 587/587 KB 16/1822 KB 848/894 KB 80/115 KB 587/587 KB 16/1822 KB 848/894 KB 80/115 KB 587/587 KB 20/1822 KB 848/894 KB 80/115 KB 587/587 KB 24/1822 KB 848/894 KB 80/115 KB 587/587 KB 28/1822 KB 848/894 KB 80/115 KB 587/587 KB 32/1822 KB 848/894 KB 84/115 KB 587/587 KB 32/1822 KB 848/894 KB 88/115 KB 587/587 KB 32/1822 KB 848/894 KB 92/115 KB 587/587 KB 32/1822 KB 848/894 KB 96/115 KB 587/587 KB 32/1822 KB 852/894 KB 96/115 KB 587/587 KB 32/1822 KB 856/894 KB 96/115 KB 587/587 KB 32/1822 KB 860/894 KB 96/115 KB 587/587 KB 32/1822 KB 864/894 KB 96/115 KB 587/587 KB 32/1822 KB 868/894 KB 96/115 KB 587/587 KB 32/1822 KB 868/894 KB 96/115 KB 587/587 KB 36/1822 KB 868/894 KB 96/115 KB 40/1822 KB 868/894 KB 100/115 KB 44/1822 KB 868/894 KB 100/115 KB 48/1822 KB 868/894 KB 100/115 KB 52/1822 KB 868/894 KB 100/115 KB 56/1822 KB 868/894 KB 100/115 KB 60/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 582.0 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 868/894 KB 100/115 KB 40/1822 KB 868/894 KB 104/115 KB 60/1822 KB 868/894 KB 108/115 KB 60/1822 KB 868/894 KB 112/115 KB 60/1822 KB 868/894 KB 115/115 KB 60/1822 KB 868/894 KB 115/115 KB 64/1822 KB 872/894 KB 115/115 KB 64/1822 KB 876/894 KB 115/115 KB 64/1822 KB 880/894 KB 115/115 KB 64/1822 KB 880/894 KB 115/115 KB 68/1822 KB 880/894 KB 115/115 KB 72/1822 KB 880/894 KB 115/115 KB 76/1822 KB 880/894 KB 115/115 KB 80/1822 KB 884/894 KB 115/115 KB 80/1822 KB 888/894 KB 115/115 KB 80/1822 KB 892/894 KB 115/115 KB 80/1822 KB 894/894 KB 115/115 KB 80/1822 KB 894/894 KB 115/115 KB 84/1822 KB 894/894 KB 115/115 KB 88/1822 KB 894/894 KB 115/115 KB 92/1822 KB 894/894 KB 115/115 KB 96/1822 KB 894/894 KB 115/115 KB 100/1822 KB 894/894 KB 115/115 KB 104/1822 KB 894/894 KB 115/115 KB 108/1822 KB 894/894 KB 115/115 KB 112/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 876.5 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 115/115 KB 116/1822 KB 115/115 KB 120/1822 KB 115/115 KB 124/1822 KB 115/115 KB 128/1822 KB 115/115 KB 132/1822 KB 115/115 KB 136/1822 KB 115/115 KB 140/1822 KB 115/115 KB 144/1822 KB 115/115 KB 148/1822 KB 115/115 KB 152/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjrt/1.8.7/aspectjrt-1.8.7.jar (115 KB at 111.0 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 4/206 KB 152/1822 KB 8/206 KB 152/1822 KB 12/206 KB 152/1822 KB 16/206 KB 152/1822 KB 16/206 KB 156/1822 KB 16/206 KB 160/1822 KB 20/206 KB 160/1822 KB 24/206 KB 160/1822 KB 28/206 KB 160/1822 KB 32/206 KB 160/1822 KB 32/206 KB 164/1822 KB 32/206 KB 168/1822 KB 32/206 KB 172/1822 KB 32/206 KB 176/1822 KB 36/206 KB 176/1822 KB 40/206 KB 176/1822 KB 44/206 KB 176/1822 KB 48/206 KB 176/1822 KB 4/314 KB 48/206 KB 176/1822 KB 8/314 KB 48/206 KB 176/1822 KB 12/314 KB 48/206 KB 176/1822 KB 16/314 KB 48/206 KB 176/1822 KB 20/314 KB 48/206 KB 176/1822 KB 24/314 KB 48/206 KB 176/1822 KB 28/314 KB 48/206 KB 176/1822 KB 32/314 KB 48/206 KB 176/1822 KB 36/314 KB 48/206 KB 176/1822 KB 40/314 KB 48/206 KB 176/1822 KB 44/314 KB 48/206 KB 176/1822 KB 44/314 KB 52/206 KB 176/1822 KB 48/314 KB 56/206 KB 176/1822 KB 48/314 KB 52/206 KB 176/1822 KB 48/314 KB 60/206 KB 176/1822 KB 48/314 KB 64/206 KB 176/1822 KB 52/314 KB 64/206 KB 176/1822 KB 56/314 KB 64/206 KB 180/1822 KB 60/314 KB 64/206 KB 180/1822 KB 64/314 KB 64/206 KB 180/1822 KB 52/314 KB 64/206 KB 180/1822 KB 64/314 KB 68/206 KB 184/1822 KB 64/314 KB 68/206 KB 180/1822 KB 64/314 KB 68/206 KB 188/1822 KB 64/314 KB 72/206 KB 188/1822 KB 64/314 KB 72/206 KB 192/1822 KB 64/314 KB 76/206 KB 192/1822 KB 64/314 KB 80/206 KB 192/1822 KB 68/314 KB 80/206 KB 192/1822 KB 72/314 KB 84/206 KB 196/1822 KB 76/314 KB 84/206 KB 196/1822 KB 80/314 KB 84/206 KB 196/1822 KB 68/314 KB 84/206 KB 196/1822 KB 68/314 KB 80/206 KB 196/1822 KB 80/314 KB 88/206 KB 196/1822 KB 80/314 KB 92/206 KB 200/1822 KB 84/314 KB 96/206 KB 200/1822 KB 80/314 KB 88/206 KB 200/1822 KB 84/314 KB 96/206 KB 204/1822 KB 84/314 KB 96/206 KB 208/1822 KB 84/314 KB 96/206 KB 212/1822 KB 84/314 KB 100/206 KB 216/1822 KB 84/314 KB 100/206 KB 220/1822 KB 84/314 KB 100/206 KB 224/1822 KB 84/314 KB 92/206 KB 200/1822 KB 88/314 KB 100/206 KB 224/1822 KB 92/314 KB 100/206 KB 224/1822 KB 96/314 KB 100/206 KB 224/1822 KB 84/314 KB 100/206 KB 212/1822 KB 96/314 KB 104/206 KB 224/1822 KB 96/314 KB 108/206 KB 224/1822 KB 96/314 KB 112/206 KB 224/1822 KB 100/314 KB 112/206 KB 224/1822 KB 104/314 KB 116/206 KB 228/1822 KB 100/314 KB 116/206 KB 228/1822 KB 100/314 KB 112/206 KB 228/1822 KB 108/314 KB 116/206 KB 228/1822 KB 108/314 KB 120/206 KB 228/1822 KB 108/314 KB 120/206 KB 232/1822 KB 108/314 KB 120/206 KB 236/1822 KB 112/314 KB 124/206 KB 240/1822 KB 112/314 KB 124/206 KB 236/1822 KB 108/314 KB 124/206 KB 236/1822 KB 112/314 KB 128/206 KB 240/1822 KB 112/314 KB 132/206 KB 240/1822 KB 116/314 KB 3/79 KB 136/206 KB 240/1822 KB 116/314 KB 3/79 KB 140/206 KB 240/1822 KB 116/314 KB 3/79 KB 144/206 KB 240/1822 KB 116/314 KB 3/79 KB 132/206 KB 240/1822 KB 112/314 KB 3/79 KB 132/206 KB 240/1822 KB 116/314 KB 5/79 KB 144/206 KB 240/1822 KB 116/314 KB 8/79 KB 144/206 KB 240/1822 KB 116/314 KB 11/79 KB 144/206 KB 240/1822 KB 120/314 KB 11/79 KB 144/206 KB 240/1822 KB 120/314 KB 13/79 KB 144/206 KB 240/1822 KB 120/314 KB 16/79 KB 144/206 KB 240/1822 KB 120/314 KB 16/79 KB 3/57 KB 144/206 KB 240/1822 KB 120/314 KB 16/79 KB 6/57 KB 144/206 KB 240/1822 KB 120/314 KB 16/79 KB 9/57 KB 144/206 KB 240/1822 KB 120/314 KB 19/79 KB 9/57 KB 144/206 KB 240/1822 KB 120/314 KB 21/79 KB 9/57 KB 144/206 KB 240/1822 KB 120/314 KB 21/79 KB 11/57 KB 144/206 KB 240/1822 KB 120/314 KB 21/79 KB 14/57 KB 144/206 KB 240/1822 KB 120/314 KB 24/79 KB 14/57 KB 144/2 unit-mysql-0: 10:38:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 06 KB 240/1822 KB 120/314 KB 27/79 KB 14/57 KB 144/206 KB 240/1822 KB 120/314 KB 27/79 KB 16/57 KB 144/206 KB 240/1822 KB 120/314 KB 27/79 KB 19/57 KB 144/206 KB 240/1822 KB 120/314 KB 27/79 KB 19/57 KB 144/206 KB 244/1822 KB 120/314 KB 27/79 KB 19/57 KB 144/206 KB 248/1822 KB 124/314 KB 29/79 KB 19/57 KB 144/206 KB 248/1822 KB 124/314 KB 32/79 KB 19/57 KB 144/206 KB 248/1822 KB 124/314 KB 27/79 KB 19/57 KB 144/206 KB 248/1822 KB 124/314 KB 32/79 KB 22/57 KB 144/206 KB 248/1822 KB 124/314 KB 32/79 KB 25/57 KB 144/206 KB 248/1822 KB 124/314 KB 32/79 KB 25/57 KB 144/206 KB 252/1822 KB 128/314 KB 32/79 KB 25/57 KB 144/206 KB 256/1822 KB 128/314 KB 32/79 KB 25/57 KB 144/206 KB 256/1822 KB 128/314 KB 32/79 KB 27/57 KB 144/206 KB 256/1822 KB 128/314 KB 32/79 KB 30/57 KB 144/206 KB 256/1822 KB 128/314 KB 36/79 KB 30/57 KB 144/206 KB 256/1822 KB 128/314 KB 40/79 KB 32/57 KB 144/206 KB 256/1822 KB 128/314 KB 44/79 KB 32/57 KB 144/206 KB 256/1822 KB 128/314 KB 48/79 KB 32/57 KB 144/206 KB 256/1822 KB 128/314 KB 36/79 KB 32/57 KB 144/206 KB 256/1822 KB 128/314 KB 48/79 KB 36/57 KB 144/206 KB 256/1822 KB 128/314 KB 48/79 KB 40/57 KB 144/206 KB 256/1822 KB 128/314 KB 48/79 KB 44/57 KB 144/206 KB 256/1822 KB 128/314 KB 48/79 KB 48/57 KB 144/206 KB 256/1822 KB 128/314 KB 48/79 KB 52/57 KB 144/206 KB 256/1822 KB 128/314 KB 52/79 KB 56/57 KB 144/206 KB 256/1822 KB 128/314 KB 52/79 KB 57/57 KB 144/206 KB 256/1822 KB 128/314 KB 52/79 KB 52/57 KB 144/206 KB 256/1822 KB 128/314 KB 56/79 KB 57/57 KB 144/206 KB 256/1822 KB 128/314 KB 60/79 KB 57/57 KB 144/206 KB 256/1822 KB 128/314 KB 64/79 KB 57/57 KB 144/206 KB 256/1822 KB 128/314 KB 68/79 KB 57/57 KB 144/206 KB 256/1822 KB 132/314 KB 72/79 KB 57/57 KB 148/206 KB 260/1822 KB 132/314 KB 76/79 KB 57/57 KB 148/206 KB 260/1822 KB 132/314 KB 79/79 KB 57/57 KB 148/206 KB 260/1822 KB 132/314 KB 68/79 KB 57/57 KB 148/206 KB 260/1822 KB 132/314 KB 79/79 KB 57/57 KB 152/206 KB 260/1822 KB 132/314 KB 68/79 KB 57/57 KB 144/206 KB 260/1822 KB 132/314 KB 79/79 KB 57/57 KB 156/206 KB 260/1822 KB 136/314 KB 79/79 KB 57/57 KB 160/206 KB 260/1822 KB 128/314 KB 68/79 KB 57/57 KB 144/206 KB 260/1822 KB 136/314 KB 79/79 KB 57/57 KB 160/206 KB 264/1822 KB 136/314 KB 79/79 KB 57/57 KB 160/206 KB 268/1822 KB 136/314 KB 79/79 KB 57/57 KB 160/206 KB 272/1822 KB 136/314 KB 79/79 KB 57/57 KB 160/206 KB 276/1822 KB 136/314 KB 79/79 KB 57/57 KB 164/206 KB 280/1822 KB 136/314 KB 79/79 KB 57/57 KB 164/206 KB 284/1822 KB 136/314 KB 79/79 KB 57/57 KB 164/206 KB 288/1822 KB 136/314 KB 79/79 KB 57/57 KB 156/206 KB 260/1822 KB 140/314 KB 79/79 KB 57/57 KB 164/206 KB 288/1822 KB 144/314 KB 79/79 KB 57/57 KB 164/206 KB 288/1822 KB 148/314 KB 79/79 KB 57/57 KB 164/206 KB 288/1822 KB 152/314 KB 79/79 KB 57/57 KB 164/206 KB 288/1822 KB 156/314 KB 79/79 KB 57/57 KB 164/206 KB 288/1822 KB 160/314 KB 79/79 KB 57/57 KB 164/206 KB 288/1822 KB 136/314 KB 79/79 KB 57/57 KB 164/206 KB 276/1822 KB 160/314 KB 79/79 KB 57/57 KB 168/206 KB 288/1822 KB 160/314 KB 79/79 KB 57/57 KB 172/206 KB 288/1822 KB 160/314 KB 79/79 KB 57/57 KB 176/206 KB 288/1822 KB 160/314 KB 79/79 KB 57/57 KB 176/206 KB 292/1822 KB 164/314 KB 79/79 KB 57/57 KB 180/206 KB 296/1822 KB 164/314 KB 79/79 KB 57/57 KB 180/206 KB 300/1822 KB 164/314 KB 79/79 KB 57/57 KB 180/206 KB 304/1822 KB 164/314 KB 79/79 KB 57/57 KB 180/206 KB 292/1822 KB 164/314 KB 79/79 KB 57/57 KB 176/20 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 6 KB 292/1822 KB 168/314 KB 79/79 KB 57/57 KB 184/206 KB 304/1822 KB 168/314 KB 79/79 KB 57/57 KB 188/206 KB 304/1822 KB 168/314 KB 79/79 KB 57/57 KB 192/206 KB 304/1822 KB 168/314 KB 79/79 KB 57/57 KB 184/206 KB 304/1822 KB 172/314 KB 79/79 KB 57/57 KB 192/206 KB 304/1822 KB 176/314 KB 79/79 KB 57/57 KB 192/206 KB 304/1822 KB 176/314 KB 79/79 KB 57/57 KB 196/206 KB 304/1822 KB 180/314 KB 79/79 KB 57/57 KB 200/206 KB 308/1822 KB 180/314 KB 79/79 KB 57/57 KB 204/206 KB 308/1822 KB 180/314 KB 79/79 KB 57/57 KB 206/206 KB 308/1822 KB 180/314 KB 79/79 KB 57/57 KB 196/206 KB 308/1822 KB 176/314 KB 79/79 KB 57/57 KB 196/206 KB 308/1822 KB 180/314 KB 79/79 KB 57/57 KB 206/206 KB 312/1822 KB 180/314 KB 79/79 KB 57/57 KB 206/206 KB 316/1822 KB 184/314 KB 79/79 KB 57/57 KB 206/206 KB 316/1822 KB 184/314 KB 79/79 KB 57/57 KB 206/206 KB 320/1822 KB 188/314 KB 79/79 KB 57/57 KB 206/206 KB 320/1822 KB 192/314 KB 79/79 KB 57/57 KB 206/206 KB 320/1822 KB 192/314 KB 79/79 KB 57/57 KB 206/206 KB 324/1822 KB 196/314 KB 79/79 KB 57/57 KB 206/206 KB 328/1822 KB 196/314 KB 79/79 KB 57/57 KB 206/206 KB 332/1822 KB 196/314 KB 79/79 KB 57/57 KB 206/206 KB 336/1822 KB 196/314 KB 79/79 KB 57/57 KB 206/206 KB 324/1822 KB 200/314 KB 79/79 KB 57/57 KB 206/206 KB 336/1822 KB 204/314 KB 79/79 KB 57/57 KB 206/206 KB 336/1822 KB 208/314 KB 79/79 KB 57/57 KB 206/206 KB 336/1822 KB 212/314 KB 79/79 KB 57/57 KB 206/206 KB 336/1822 KB 216/314 KB 79/79 KB 57/57 KB 206/206 KB 340/1822 KB 220/314 KB 79/79 KB 57/57 KB 206/206 KB 340/1822 KB 224/314 KB 79/79 KB 57/57 KB 206/206 KB 340/1822 KB 212/314 KB 79/79 KB 57/57 KB 206/206 KB 340/1822 KB 224/314 KB 79/79 KB 57/57 KB 206/206 KB 344/1822 KB 224/314 KB 79/79 KB 57/57 KB 206/206 KB 348/1822 KB 224/314 KB 79/79 KB 57/57 KB 206/206 KB 352/1822 KB 224/314 KB 79/79 KB 57/57 KB 206/206 KB 356/1822 KB 224/314 KB 79/79 KB 57/57 KB 206/206 KB 360/1822 KB 224/314 KB 79/79 KB 57/57 KB 206/206 KB 364/1822 KB 228/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 228/314 KB 79/79 KB 57/57 KB 206/206 KB 364/1822 KB 232/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 236/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 240/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 244/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 248/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 252/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 256/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 260/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 264/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 268/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 272/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 276/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 280/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 284/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB 288/314 KB 79/79 KB 57/57 KB 206/206 KB 368/1822 KB Downloaded: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.4/commons-codec-1.4.jar (57 KB at 52.4 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 288/314 KB 79/79 KB 206/206 KB 372/1822 KB 288/314 KB 79/79 KB 206/206 KB 376/1822 KB 288/314 KB 79/79 KB 206/206 KB 380/1822 KB 288/314 KB 79/79 KB 206/206 KB 384/1822 KB 292/314 KB 79/79 KB 206/206 KB 384/1822 KB 296/314 KB 79/79 KB 206/206 KB 384/1822 KB 300/314 KB 79/79 KB 206/206 KB 384/1822 KB 304/314 KB 79/79 KB 206/206 KB 384/1822 KB 308/314 KB 79/79 KB 206/206 KB 384/1822 KB 312/314 KB 79/79 KB 206/206 KB 384/1822 KB 314/314 KB 79/79 KB 206/206 KB 384/1822 KB 314/314 KB 79/79 KB 206/206 KB 388/1822 KB 314/314 KB 79/79 KB 206/206 KB 392/1822 KB 314/314 KB 79/79 KB 206/206 KB 396/1822 KB 314/314 KB 79/79 KB 206/206 KB 400/1822 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 72.6 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 314/314 KB 206/206 KB 404/1822 KB 314/314 KB 206/206 KB 408/1822 KB 314/314 KB 206/206 KB 412/1822 KB 314/314 KB 206/206 KB 416/1822 KB 314/314 KB 206/206 KB 420/1822 KB 314/314 KB 206/206 KB 424/1822 KB 314/314 KB 206/206 KB 428/1822 KB 314/314 KB 206/206 KB 432/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar (206 KB at 187.4 KB/sec) unit-abot-epc-basic-0: 10:38:16 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.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 314/314 KB 436/1822 KB 314/314 KB 440/1822 KB 314/314 KB 444/1822 KB 314/314 KB 448/1822 KB 314/314 KB 452/1822 KB 314/314 KB 456/1822 KB 314/314 KB 460/1822 KB 314/314 KB 464/1822 KB 314/314 KB 468/1822 KB 314/314 KB 472/1822 KB 314/314 KB 476/1822 KB 314/314 KB 480/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/picocontainer/picocontainer/2.13.5/picocontainer-2.13.5.jar (314 KB at 283.2 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/fasterxml/jackson-xml-databind/0.6.2/jackson-xml-databind-0.6.2.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 484/1822 KB 488/1822 KB 492/1822 KB 496/1822 KB 4/263 KB 496/1822 KB 8/263 KB 496/1822 KB 12/263 KB 496/1822 KB 16/263 KB 496/1822 KB 4/99 KB 16/263 KB 496/1822 KB 8/99 KB 16/263 KB 496/1822 KB 12/99 KB 16/263 KB 496/1822 KB 16/99 KB 16/263 KB 496/1822 KB 16/99 KB 16/263 KB 500/1822 KB 16/99 KB 20/263 KB 504/1822 KB 16/99 KB 20/263 KB 508/1822 KB 20/99 KB 20/263 KB 512/1822 KB 16/99 KB 20/263 KB 500/1822 KB 20/99 KB 24/263 KB 512/1822 KB 20/99 KB 28/263 KB 512/1822 KB 20/99 KB 32/263 KB 512/1822 KB 20/99 KB 20/263 KB 508/1822 KB 24/99 KB 32/263 KB 512/1822 KB 28/99 KB 32/263 KB 512/1822 KB 32/99 KB 32/263 KB 512/1822 KB 32/99 KB 32/263 KB 512/1822 KB 4/54 KB 32/99 KB 32/263 KB 512/1822 KB 8/54 KB 32/99 KB 32/263 KB 512/1822 KB 12/54 KB 32/99 KB 36/263 KB 516/1822 KB 16/54 KB 32/99 KB 36/263 KB 516/1822 KB 20/54 KB 32/99 KB 36/263 KB 516/1822 KB 12/54 KB 36/99 KB 36/263 KB 520/1822 KB 24/54 KB 36/99 KB 36/263 KB 524/1822 KB 24/54 KB 36/99 KB 36/263 KB 528/1822 KB 24/54 KB 32/99 KB 36/263 KB 512/1822 KB 12/54 KB 36/99 KB 40/263 KB 528/1822 KB 24/54 KB 36/99 KB 44/263 KB 528/1822 KB 24/54 KB 36/99 KB 48/263 KB 528/1822 KB 24/54 KB 36/99 KB 36/263 KB 516/1822 KB 20/54 KB 40/99 KB 48/263 KB 528/1822 KB 24/54 KB 44/99 KB 48/263 KB 528/1822 KB 24/54 KB 48/99 KB 48/263 KB 528/1822 KB 24/54 KB 36/99 KB 36/263 KB 528/1822 KB 24/54 KB 48/99 KB 48/263 KB 528/1822 KB 28/54 KB 48/99 KB 48/263 KB 528/1822 KB 32/54 KB 48/99 KB 52/263 KB 528/1822 KB 32/54 KB 52/99 KB 56/263 KB 532/1822 KB 32/54 KB 52/99 KB 60/263 KB 532/1822 KB 32/54 KB 52/99 KB 64/263 KB 532/1822 KB 32/54 KB 52/99 KB 52/263 KB 532/1822 KB 32/54 KB 56/99 KB 64/263 KB 532/1822 KB 32/54 KB 60/99 KB 64/263 KB 532/1822 KB 32/54 KB 48/99 KB 52/263 KB 532/1822 KB 32/54 KB 60/99 KB 64/263 KB 536/1822 KB 32/54 KB 60/99 KB 64/263 KB 540/1822 KB 32/54 KB 60/99 KB 64/263 KB 544/1822 KB 32/54 KB 64/99 KB 64/263 KB 544/1822 KB 32/54 KB 64/99 KB 64/263 KB 544/1822 KB 36/54 KB 64/99 KB 64/263 KB 544/1822 KB 40/54 KB 64/99 KB 64/263 KB 544/1822 KB 44/54 KB 64/99 KB 64/263 KB 544/1822 KB 48/54 KB 64/99 KB 64/263 KB 544/1822 KB 52/54 KB 64/99 KB 64/263 KB 548/1822 KB 52/54 KB 64/99 KB 64/263 KB 4/276 KB 548/1822 KB 52/54 KB 64/99 KB 64/263 KB 8/276 KB 548/1822 KB 52/54 KB 64/99 KB 64/263 KB 12/276 KB 548/1822 KB 52/54 KB 64/99 KB 64/263 KB 16/276 KB 548/1822 KB 52/54 KB 68/99 KB 64/263 KB 16/276 KB 548/1822 KB 52/54 KB 72/99 KB 68/263 KB 16/276 KB 548/1822 KB 52/54 KB 68/99 KB 68/263 KB 16/276 KB 548/1822 KB 52/54 KB 72/99 KB 68/263 KB 20/276 KB 552/1822 KB 52/54 KB 72/99 KB 68/263 KB 24/276 KB 552/1822 KB 52/54 KB 72/99 KB 68/263 KB 28/276 KB 552/1822 KB 52/54 KB 72/99 KB 68/263 KB 32/276 KB 552/1822 KB 52/54 KB 72/99 KB 72/263 KB 32/276 KB 552/1822 KB 52/54 KB 72/99 KB 76/263 KB 32/276 KB 552/1822 KB 52/54 KB 72/99 KB 68/263 KB 16/276 KB 552/1822 KB 52/54 KB 76/99 KB 76/263 KB 32/276 KB 556/1822 KB 52/54 KB 76/99 KB 76/263 KB 32/276 KB 552/1822 KB 52/54 KB 80/99 KB 80/263 KB 32/276 KB 556/1822 KB 52/54 KB 76/99 KB 80/263 KB 32/276 KB 556/1822 KB 52/54 KB 80/99 KB 80/263 KB 32/276 KB 560/1822 KB 52/54 KB 80/99 KB 80/263 KB 32/276 KB 560/1822 KB 54/54 KB 80/99 KB 80/263 KB 36/276 KB 560/1822 KB 54/54 KB 80/99 KB 80/263 KB 40/276 KB 560/1822 KB 54/54 KB 80/99 KB 80/263 KB 44/276 KB 560/1822 KB 54/54 KB 80/99 KB 80/263 KB 48/276 KB 560/1822 KB 5 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 4/54 KB 80/99 KB 84/263 KB 48/276 KB 560/1822 KB 54/54 KB 84/99 KB 88/263 KB 52/276 KB 564/1822 KB 54/54 KB 84/99 KB 92/263 KB 52/276 KB 564/1822 KB 54/54 KB 84/99 KB 84/263 KB 48/276 KB 560/1822 KB 54/54 KB 88/99 KB 92/263 KB 52/276 KB 564/1822 KB 54/54 KB 84/99 KB 84/263 KB 52/276 KB 564/1822 KB 54/54 KB 84/99 KB 84/263 KB 52/276 KB 560/1822 KB 54/54 KB 88/99 KB 92/263 KB 56/276 KB 564/1822 KB 54/54 KB 88/99 KB 92/263 KB 60/276 KB 564/1822 KB 54/54 KB 88/99 KB 92/263 KB 64/276 KB 564/1822 KB 54/54 KB 88/99 KB 92/263 KB 64/276 KB 568/1822 KB 54/54 KB 92/99 KB 92/263 KB 64/276 KB 568/1822 KB 54/54 KB 96/99 KB 92/263 KB 64/276 KB 568/1822 KB 54/54 KB 96/99 KB 96/263 KB 64/276 KB 568/1822 KB 54/54 KB 96/99 KB 96/263 KB 64/276 KB 572/1822 KB 54/54 KB 96/99 KB 100/263 KB 68/276 KB 576/1822 KB 54/54 KB 99/99 KB 100/263 KB 68/276 KB 576/1822 KB 54/54 KB 99/99 KB 100/263 KB 68/276 KB 580/1822 KB 54/54 KB 99/99 KB 100/263 KB 68/276 KB 584/1822 KB 99/99 KB 100/263 KB 68/276 KB 588/1822 KB 99/99 KB 100/263 KB 68/276 KB 592/1822 KB 96/99 KB 100/263 KB 68/276 KB 572/1822 KB 54/54 KB 96/99 KB 96/263 KB 68/276 KB 572/1822 KB 54/54 KB 99/99 KB 100/263 KB 72/276 KB 592/1822 KB 99/99 KB 100/263 KB 76/276 KB 592/1822 KB 99/99 KB 100/263 KB 80/276 KB 592/1822 KB 99/99 KB 104/263 KB 80/276 KB 592/1822 KB 99/99 KB 108/263 KB 84/276 KB 592/1822 KB 99/99 KB 108/263 KB 88/276 KB 592/1822 KB 99/99 KB 108/263 KB 92/276 KB 592/1822 KB 99/99 KB 108/263 KB 96/276 KB 592/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 47.2 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 99/99 KB 108/263 KB 84/276 KB 592/1822 KB 99/99 KB 112/263 KB 96/276 KB 592/1822 KB 99/99 KB 116/263 KB 96/276 KB 592/1822 KB 99/99 KB 120/263 KB 96/276 KB 596/1822 KB 99/99 KB 120/263 KB 100/276 KB 596/1822 KB 99/99 KB 124/263 KB 104/276 KB 596/1822 KB 99/99 KB 124/263 KB 108/276 KB 596/1822 KB 99/99 KB 124/263 KB 112/276 KB 596/1822 KB 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 99/99 KB 116/263 KB 96/276 KB 596/1822 KB 124/263 KB 112/276 KB 600/1822 KB Downloaded: https://repo.maven.apache.org/maven2/xmlunit/xmlunit/1.6/xmlunit-1.6.jar (99 KB at 86.4 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 99/99 KB 124/263 KB 100/276 KB 596/1822 KB 128/263 KB 112/276 KB 600/1822 KB 128/263 KB 112/276 KB 604/1822 KB 128/263 KB 112/276 KB 608/1822 KB 132/263 KB 112/276 KB 608/1822 KB 136/263 KB 112/276 KB 612/1822 KB 140/263 KB 112/276 KB 612/1822 KB 144/263 KB 112/276 KB 612/1822 KB 132/263 KB 112/276 KB 612/1822 KB 144/263 KB 112/276 KB 616/1822 KB 144/263 KB 112/276 KB 620/1822 KB 144/263 KB 116/276 KB 620/1822 KB 144/263 KB 120/276 KB 620/1822 KB 144/263 KB 124/276 KB 624/1822 KB 148/263 KB 128/276 KB 624/1822 KB 144/263 KB 120/276 KB 624/1822 KB 148/263 KB 132/276 KB 624/1822 KB 3/223 KB 148/263 KB 136/276 KB 628/1822 KB 3/223 KB 148/263 KB 140/276 KB 628/1822 KB 3/223 KB 148/263 KB 144/276 KB 628/1822 KB 148/263 KB 124/276 KB 624/1822 KB 3/223 KB 148/263 KB 132/276 KB 628/1822 KB 5/223 KB 148/263 KB 144/276 KB 628/1822 KB 8/223 KB 148/263 KB 144/276 KB 628/1822 KB 11/223 KB 148/263 KB 144/276 KB 628/1822 KB 11/223 KB 152/263 KB 144/276 KB 628/1822 KB 11/223 KB 156/263 KB 144/276 KB 628/1822 KB 148/263 KB 132/276 KB 628/1822 KB 13/223 KB 156/263 KB 144/276 KB 632/1822 KB 13/223 KB 156/263 KB 144/276 KB 628/1822 KB 13/223 KB 160/263 KB 144/276 KB 632/1822 KB 13/223 KB 160/263 KB 144/276 KB 636/1822 KB 16/223 KB 160/263 KB 144/276 KB 640/1822 KB 16/223 KB 160/263 KB 144/276 KB 636/1822 KB 19/223 KB 160/263 KB 144/276 KB 640/1822 KB 19/223 KB 160/263 KB 148/276 KB 644/1822 KB 19/223 KB 160/263 KB 144/276 KB 644/1822 KB 21/223 KB 164/263 KB 148/276 KB 648/1822 KB 21/223 KB 164/263 KB 148/276 KB 652/1822 KB 21/223 KB 164/263 KB 148/276 KB 656/1822 KB 21/223 KB 164/263 KB 148/276 KB 644/1822 KB 21/223 KB 160/263 KB 148/276 KB 644/1822 KB 24/223 KB 164/263 KB 152/276 KB 656/1822 KB 24/223 KB 168/263 KB 152/276 KB 656/1822 KB 27/223 KB 168/263 KB 152/276 KB 656/1822 KB 27/223 KB 172/263 KB 152/276 KB 656/1822 KB 27/223 KB 176/263 KB 152/276 KB 656/1822 KB 21/223 KB 164/263 KB 152/276 KB 656/1822 KB 29/223 KB 176/263 KB 152/276 KB 656/1822 KB 29/223 KB 176/263 KB 156/276 KB 656/1822 KB 29/223 KB 176/263 KB 160/276 KB 656/1822 KB 32/223 KB 176/263 KB 160/276 KB 656/1822 KB 32/223 KB 180/263 KB 160/276 KB 656/1822 KB 36/223 KB 184/263 KB 164/276 KB 660/1822 KB 36/223 KB 188/263 KB 164/276 KB 660/1822 KB 36/223 KB 180/263 KB 164/276 KB 660/1822 KB 32/223 KB 180/263 KB 164/276 KB 660/1822 KB 32/223 KB 180/263 KB 160/276 KB 660/1822 KB 36/223 KB 188/263 KB 164/276 KB 664/1822 KB 36/223 KB 188/263 KB 164/276 KB 668/1822 KB 36/223 KB 188/263 KB 164/276 KB 672/1822 KB 40/223 KB 192/263 KB 168/276 KB 672/1822 KB 40/223 KB 188/263 KB 168/276 KB 672/1822 KB 40/223 KB 188/263 KB 164/276 KB 672/1822 KB 44/223 KB 192/263 KB 168/276 KB 672/1822 KB 48/223 KB 192/263 KB 172/276 KB 672/1822 KB 44/223 KB 192/263 KB 172/276 KB 672/1822 KB 48/223 KB 192/263 KB 176/276 KB 672/1822 KB 52/223 KB 192/263 KB 176/276 KB 672/1822 KB 56/223 KB 196/263 KB 180/276 KB 676/1822 KB 60/223 KB 196/263 KB 180/276 KB 676/1822 KB 64/223 KB 196/263 KB 180/276 KB 676/1822 KB 52/223 KB 196/263 KB 180/276 KB 676/1822 KB 52/223 KB 196/263 KB 180/276 KB 672/1822 KB 64/223 KB 200/263 KB 180/276 KB 680/1822 KB 52/223 KB 192/263 KB 180/276 KB 672/1822 KB 64/223 KB 200/263 KB 180/276 KB 680/1822 KB 64/223 KB 200/263 KB 180/276 KB 684/1822 KB 64/223 KB 200/263 KB 184/276 KB 684/1822 KB 64/223 KB 204/263 KB 184/276 KB 684/1822 KB 64/223 KB 208/263 KB 184/276 KB 688/1822 KB 64/223 KB 204/263 KB 1 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 84/276 KB 688/1822 KB 64/223 KB 208/263 KB 188/276 KB 4/748 KB 688/1822 KB 64/223 KB 208/263 KB 188/276 KB 8/748 KB 688/1822 KB 64/223 KB 208/263 KB 188/276 KB 12/748 KB 688/1822 KB 64/223 KB 208/263 KB 188/276 KB 16/748 KB 688/1822 KB 64/223 KB 208/263 KB 188/276 KB 688/1822 KB 64/223 KB 208/263 KB 192/276 KB 16/748 KB 688/1822 KB 68/223 KB 208/263 KB 192/276 KB 16/748 KB 688/1822 KB 72/223 KB 212/263 KB 196/276 KB 16/748 KB 692/1822 KB 76/223 KB 212/263 KB 196/276 KB 16/748 KB 692/1822 KB 80/223 KB 212/263 KB 196/276 KB 16/748 KB 692/1822 KB 68/223 KB 212/263 KB 196/276 KB 16/748 KB 692/1822 KB 80/223 KB 212/263 KB 196/276 KB 16/748 KB 696/1822 KB 80/223 KB 212/263 KB 196/276 KB 20/748 KB 700/1822 KB 80/223 KB 212/263 KB 196/276 KB 20/748 KB 704/1822 KB 68/223 KB 212/263 KB 196/276 KB 16/748 KB 688/1822 KB 80/223 KB 212/263 KB 200/276 KB 20/748 KB 704/1822 KB 68/223 KB 212/263 KB 192/276 KB 16/748 KB 688/1822 KB 80/223 KB 212/263 KB 196/276 KB 20/748 KB 696/1822 KB 80/223 KB 212/263 KB 200/276 KB 24/748 KB 704/1822 KB 80/223 KB 212/263 KB 200/276 KB 28/748 KB 704/1822 KB 80/223 KB 212/263 KB 200/276 KB 32/748 KB 704/1822 KB 80/223 KB 216/263 KB 200/276 KB 32/748 KB 704/1822 KB 80/223 KB 220/263 KB 200/276 KB 32/748 KB 704/1822 KB 80/223 KB 220/263 KB 204/276 KB 32/748 KB 704/1822 KB 80/223 KB 224/263 KB 208/276 KB 32/748 KB 704/1822 KB 80/223 KB 224/263 KB 204/276 KB 32/748 KB 704/1822 KB 84/223 KB 224/263 KB 208/276 KB 32/748 KB 704/1822 KB 88/223 KB 228/263 KB 212/276 KB 36/748 KB 708/1822 KB 92/223 KB 228/263 KB 212/276 KB 36/748 KB 708/1822 KB 96/223 KB 228/263 KB 212/276 KB 36/748 KB 708/1822 KB 84/223 KB 228/263 KB 212/276 KB 36/748 KB 708/1822 KB 84/223 KB 228/263 KB 208/276 KB 36/748 KB 708/1822 KB 96/223 KB 228/263 KB 212/276 KB 40/748 KB 708/1822 KB 96/223 KB 228/263 KB 212/276 KB 44/748 KB 708/1822 KB 96/223 KB 228/263 KB 212/276 KB 48/748 KB 708/1822 KB 84/223 KB 228/263 KB 208/276 KB 32/748 KB 708/1822 KB 96/223 KB 232/263 KB 212/276 KB 48/748 KB 708/1822 KB 84/223 KB 224/263 KB 208/276 KB 32/748 KB 708/1822 KB 96/223 KB 232/263 KB 216/276 KB 48/748 KB 712/1822 KB 96/223 KB 236/263 KB 216/276 KB 48/748 KB 712/1822 KB 96/223 KB 232/263 KB 216/276 KB 48/748 KB 708/1822 KB 96/223 KB 236/263 KB 216/276 KB 48/748 KB 716/1822 KB 96/223 KB 240/263 KB 216/276 KB 48/748 KB 716/1822 KB 96/223 KB 240/263 KB 220/276 KB 48/748 KB 716/1822 KB 96/223 KB 240/263 KB 224/276 KB 48/748 KB 720/1822 KB 96/223 KB 244/263 KB 224/276 KB 52/748 KB 720/1822 KB 96/223 KB 244/263 KB 224/276 KB 56/748 KB 720/1822 KB 96/223 KB 244/263 KB 224/276 KB 60/748 KB 720/1822 KB 96/223 KB 244/263 KB 224/276 KB 64/748 KB 720/1822 KB 96/223 KB 240/263 KB 220/276 KB 48/748 KB 720/1822 KB 100/223 KB 244/263 KB 224/276 KB 64/748 KB 720/1822 KB 104/223 KB 244/263 KB 224/276 KB 64/748 KB 724/1822 KB 108/223 KB 244/263 KB 224/276 KB 64/748 KB 724/1822 KB 96/223 KB 244/263 KB 224/276 KB 48/748 KB 720/1822 KB 108/223 KB 248/263 KB 228/276 KB 64/748 KB 724/1822 KB 108/223 KB 252/263 KB 228/276 KB 68/748 KB 724/1822 KB 108/223 KB 256/263 KB 228/276 KB 68/748 KB 724/1822 KB 108/223 KB 244/263 KB 228/276 KB 64/748 KB 724/1822 KB 100/223 KB 244/263 KB 224/276 KB 64/748 KB 724/1822 KB 112/223 KB 256/263 KB 228/276 KB 68/748 KB 728/1822 KB 112/223 KB 256/263 KB 232/276 KB 68/748 KB 728/1822 KB 112/223 KB 256/263 KB 236/276 KB 68/748 KB 728/1822 KB 112/223 KB 256/263 KB 228/276 KB 68/ unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 748 KB 724/1822 KB 108/223 KB 248/263 KB 228/276 KB 68/748 KB 724/1822 KB 112/223 KB 256/263 KB 236/276 KB 72/748 KB 732/1822 KB 112/223 KB 256/263 KB 236/276 KB 76/748 KB 732/1822 KB 112/223 KB 256/263 KB 236/276 KB 80/748 KB 732/1822 KB 112/223 KB 256/263 KB 236/276 KB 68/748 KB 732/1822 KB 112/223 KB 256/263 KB 236/276 KB 80/748 KB 736/1822 KB 112/223 KB 256/263 KB 240/276 KB 80/748 KB 736/1822 KB 112/223 KB 260/263 KB 240/276 KB 80/748 KB 736/1822 KB 112/223 KB 263/263 KB 240/276 KB 80/748 KB 736/1822 KB 116/223 KB 263/263 KB 240/276 KB 80/748 KB 736/1822 KB 120/223 KB 263/263 KB 240/276 KB 80/748 KB 736/1822 KB 120/223 KB 263/263 KB 244/276 KB 80/748 KB 740/1822 KB 120/223 KB 263/263 KB 240/276 KB 80/748 KB 740/1822 KB 124/223 KB 263/263 KB 244/276 KB 80/748 KB 740/1822 KB 124/223 KB 263/263 KB 248/276 KB 80/748 KB 744/1822 KB 124/223 KB 263/263 KB 244/276 KB 80/748 KB 744/1822 KB 128/223 KB 263/263 KB 248/276 KB 80/748 KB 744/1822 KB 128/223 KB 263/263 KB 248/276 KB 80/748 KB 748/1822 KB 128/223 KB 263/263 KB 252/276 KB 80/748 KB 748/1822 KB 128/223 KB 263/263 KB 256/276 KB 80/748 KB 748/1822 KB 128/223 KB 263/263 KB 260/276 KB 80/748 KB 752/1822 KB 132/223 KB 263/263 KB 264/276 KB 84/748 KB 752/1822 KB 132/223 KB 263/263 KB 268/276 KB 84/748 KB 752/1822 KB 132/223 KB 263/263 KB 272/276 KB 84/748 KB 752/1822 KB 128/223 KB 263/263 KB 256/276 KB 80/748 KB 752/1822 KB 132/223 KB 263/263 KB 272/276 KB 84/748 KB 756/1822 KB 132/223 KB 263/263 KB 272/276 KB 84/748 KB 760/1822 KB 132/223 KB 263/263 KB 272/276 KB 84/748 KB 764/1822 KB 132/223 KB 263/263 KB 272/276 KB 84/748 KB 768/1822 KB 132/223 KB 263/263 KB 260/276 KB 84/748 KB 752/1822 KB 128/223 KB 263/263 KB 260/276 KB 84/748 KB 752/1822 KB 132/223 KB 263/263 KB 272/276 KB 88/748 KB 768/1822 KB 132/223 KB 263/263 KB 272/276 KB 92/748 KB 768/1822 KB 132/223 KB 263/263 KB 272/276 KB 96/748 KB 768/1822 KB 132/223 KB 263/263 KB 272/276 KB 100/748 KB 768/1822 KB 132/223 KB 263/263 KB 272/276 KB 104/748 KB 768/1822 KB 132/223 KB 263/263 KB 272/276 KB 108/748 KB 768/1822 KB 132/223 KB 263/263 KB 272/276 KB 112/748 KB 768/1822 KB 136/223 KB 263/263 KB 272/276 KB 112/748 KB 768/1822 KB 140/223 KB 263/263 KB 272/276 KB 112/748 KB 768/1822 KB 144/223 KB 263/263 KB 272/276 KB 112/748 KB 768/1822 KB 148/223 KB 263/263 KB 272/276 KB 112/748 KB 768/1822 KB 148/223 KB 263/263 KB 276/276 KB 116/748 KB 772/1822 KB 148/223 KB 263/263 KB 276/276 KB 120/748 KB 772/1822 KB 148/223 KB 263/263 KB 276/276 KB 124/748 KB 772/1822 KB 148/223 KB 263/263 KB 276/276 KB 128/748 KB 772/1822 KB 152/223 KB 263/263 KB 276/276 KB 128/748 KB 772/1822 KB 156/223 KB 263/263 KB 276/276 KB 128/748 KB 772/1822 KB 160/223 KB 263/263 KB 276/276 KB 128/748 KB 772/1822 KB 148/223 KB 263/263 KB 276/276 KB 112/748 KB 772/1822 KB 148/223 KB 263/263 KB 276/276 KB 112/748 KB 768/1822 KB 160/223 KB 263/263 KB 276/276 KB 128/748 KB 772/1822 KB 160/223 KB 263/263 KB 276/276 KB 128/748 KB 776/1822 KB 160/223 KB 263/263 KB 276/276 KB 128/748 KB 780/1822 KB 160/223 KB 263/263 KB 276/276 KB 128/748 KB 784/1822 KB 160/223 KB 263/263 KB 276/276 KB 132/748 KB 784/1822 KB 160/223 KB 263/263 KB 276/276 KB 136/748 KB 784/1822 KB 160/223 KB 263/263 KB 276/276 KB 140/748 KB 784/1822 KB 160/223 KB 263/263 KB 276/276 KB 144/748 KB 784/1822 KB 164/223 KB 263/263 KB 276/276 KB 144/748 KB 784/1822 KB 168/223 KB 263/263 KB 276/276 KB 144/748 KB 784/1822 KB 168/223 KB 263/26 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 3 KB 276/276 KB 144/748 KB 788/1822 KB 172/223 KB 263/263 KB 276/276 KB 144/748 KB 792/1822 KB 172/223 KB 263/263 KB 276/276 KB 144/748 KB 788/1822 KB 176/223 KB 263/263 KB 276/276 KB 144/748 KB 792/1822 KB 176/223 KB 263/263 KB 276/276 KB 144/748 KB 796/1822 KB 176/223 KB 263/263 KB 276/276 KB 144/748 KB 800/1822 KB 176/223 KB 263/263 KB 276/276 KB 144/748 KB 804/1822 KB 180/223 KB 263/263 KB 276/276 KB 148/748 KB 808/1822 KB 180/223 KB 263/263 KB 276/276 KB 148/748 KB 812/1822 KB 180/223 KB 263/263 KB 276/276 KB 148/748 KB 816/1822 KB 180/223 KB 263/263 KB 276/276 KB 148/748 KB 804/1822 KB 176/223 KB 263/263 KB 276/276 KB 148/748 KB 804/1822 KB 180/223 KB 263/263 KB 276/276 KB 152/748 KB 816/1822 KB 180/223 KB 263/263 KB 276/276 KB 156/748 KB 816/1822 KB 180/223 KB 263/263 KB 276/276 KB 160/748 KB 816/1822 KB 184/223 KB 263/263 KB 276/276 KB 160/748 KB 816/1822 KB 188/223 KB 263/263 KB 276/276 KB 160/748 KB 816/1822 KB 192/223 KB 263/263 KB 276/276 KB 160/748 KB 816/1822 KB 196/223 KB 263/263 KB 276/276 KB 160/748 KB 816/1822 KB 196/223 KB 263/263 KB 276/276 KB 164/748 KB 816/1822 KB 196/223 KB 263/263 KB 276/276 KB 168/748 KB 816/1822 KB 196/223 KB 263/263 KB 276/276 KB 172/748 KB 816/1822 KB 196/223 KB 263/263 KB 276/276 KB 176/748 KB 816/1822 KB 200/223 KB 263/263 KB 276/276 KB 176/748 KB 816/1822 KB 204/223 KB 263/263 KB 276/276 KB 176/748 KB 816/1822 KB 208/223 KB 263/263 KB 276/276 KB 176/748 KB 820/1822 KB 204/223 KB 263/263 KB 276/276 KB 176/748 KB 820/1822 KB 208/223 KB 263/263 KB 276/276 KB 176/748 KB 824/1822 KB 208/223 KB 263/263 KB 276/276 KB 176/748 KB 828/1822 KB 208/223 KB 263/263 KB 276/276 KB 176/748 KB 832/1822 KB 208/223 KB 263/263 KB 276/276 KB 176/748 KB 836/1822 KB 212/223 KB 263/263 KB 276/276 KB 180/748 KB 836/1822 KB 212/223 KB 263/263 KB 276/276 KB 184/748 KB 836/1822 KB 212/223 KB 263/263 KB 276/276 KB 188/748 KB 836/1822 KB 212/223 KB 263/263 KB 276/276 KB 192/748 KB 836/1822 KB 212/223 KB 263/263 KB 276/276 KB 176/748 KB 836/1822 KB 216/223 KB 263/263 KB 276/276 KB 192/748 KB 836/1822 KB 220/223 KB 263/263 KB 276/276 KB 192/748 KB 836/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 219.1 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 223/223 KB 276/276 KB 192/748 KB 840/1822 KB 220/223 KB 263/263 KB 276/276 KB 192/748 KB 840/1822 KB 223/223 KB 276/276 KB 192/748 KB 844/1822 KB 223/223 KB 276/276 KB 192/748 KB 848/1822 KB 223/223 KB 276/276 KB 192/748 KB 852/1822 KB 223/223 KB 276/276 KB 196/748 KB 852/1822 KB 223/223 KB 276/276 KB 200/748 KB 852/1822 KB 223/223 KB 276/276 KB 204/748 KB 852/1822 KB 223/223 KB 276/276 KB 208/748 KB 852/1822 KB 223/223 KB 276/276 KB 208/748 KB 856/1822 KB 223/223 KB 276/276 KB 208/748 KB 860/1822 KB 223/223 KB 276/276 KB 208/748 KB 864/1822 KB 223/223 KB 276/276 KB 208/748 KB 868/1822 KB 223/223 KB 276/276 KB 208/748 KB 872/1822 KB 223/223 KB 276/276 KB 212/748 KB 872/1822 KB 223/223 KB 276/276 KB 216/748 KB 872/1822 KB 223/223 KB 276/276 KB 220/748 KB 872/1822 KB 223/223 KB 276/276 KB 224/748 KB 872/1822 KB 223/223 KB 276/276 KB 224/748 KB 876/1822 KB 223/223 KB 276/276 KB 224/748 KB 880/1822 KB 223/223 KB 276/276 KB 224/748 KB 884/1822 KB 223/223 KB 276/276 KB 224/748 KB 888/1822 KB 223/223 KB 276/276 KB 224/748 KB 892/1822 KB 223/223 KB 276/276 KB 224/748 KB 896/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (223 KB at 184.7 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 276/276 KB 228/748 KB 896/1822 KB 232/748 KB 900/1822 KB 236/748 KB 900/1822 KB 240/748 KB 900/1822 KB 244/748 KB 900/1822 KB 248/748 KB 900/1822 KB 252/748 KB 900/1822 KB 256/748 KB 900/1822 KB 228/748 KB 900/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 227.3 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 260/748 KB 900/1822 KB 264/748 KB 900/1822 KB 268/748 KB 900/1822 KB 269/748 KB 900/1822 KB 269/748 KB 904/1822 KB 269/748 KB 908/1822 KB 269/748 KB 912/1822 KB 269/748 KB 916/1822 KB 269/748 KB 920/1822 KB 269/748 KB 924/1822 KB 269/748 KB 928/1822 KB 273/748 KB 928/1822 KB 277/748 KB 928/1822 KB 281/748 KB 928/1822 KB 285/748 KB 928/1822 KB 285/748 KB 932/1822 KB 285/748 KB 936/1822 KB 285/748 KB 940/1822 KB 285/748 KB 944/1822 KB 289/748 KB 944/1822 KB 293/748 KB 4/23 KB 944/1822 KB 297/748 KB 4/23 KB 944/1822 KB 301/748 KB 4/23 KB 944/1822 KB 3/27 KB 289/748 KB 4/23 KB 944/1822 KB 301/748 KB 8/23 KB 944/1822 KB 3/27 KB 301/748 KB 12/23 KB 944/1822 KB 3/27 KB 301/748 KB 16/23 KB 944/1822 KB 3/27 KB 301/748 KB 20/23 KB 944/1822 KB 3/27 KB 301/748 KB 23/23 KB 944/1822 KB 3/27 KB 297/748 KB 4/23 KB 944/1822 KB 3/27 KB 301/748 KB 23/23 KB 944/1822 KB 6/27 KB 301/748 KB 23/23 KB 944/1822 KB 9/27 KB 305/748 KB 23/23 KB 944/1822 KB 11/27 KB 305/748 KB 23/23 KB 944/1822 KB 14/27 KB 305/748 KB 23/23 KB 944/1822 KB 9/27 KB 309/748 KB 23/23 KB 944/1822 KB 14/27 KB 313/748 KB 23/23 KB 944/1822 KB 14/27 KB 317/748 KB 23/23 KB 944/1822 KB 16/27 KB 313/748 KB 23/23 KB 944/1822 KB 16/27 KB 317/748 KB 23/23 KB 944/1822 KB 19/27 KB 317/748 KB 23/23 KB 948/1822 KB 19/27 KB 317/748 KB 23/23 KB 948/1822 KB 22/27 KB 317/748 KB 23/23 KB 952/1822 KB 22/27 KB 317/748 KB 23/23 KB 956/1822 KB 22/27 KB 317/748 KB 23/23 KB 960/1822 KB 22/27 KB 317/748 KB 23/23 KB 960/1822 KB 25/27 KB 317/748 KB 23/23 KB 960/1822 KB 27/27 KB 321/748 KB 23/23 KB 960/1822 KB 27/27 KB 325/748 KB 23/23 KB 960/1822 KB 27/27 KB 329/748 KB 23/23 KB 960/1822 KB 27/27 KB 333/748 KB 23/23 KB 960/1822 KB 27/27 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 18.5 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 337/748 KB 960/1822 KB 27/27 KB 341/748 KB 960/1822 KB 27/27 KB 345/748 KB 960/1822 KB 27/27 KB 349/748 KB 960/1822 KB 27/27 KB 349/748 KB 964/1822 KB 27/27 KB 349/748 KB 968/1822 KB 27/27 KB 349/748 KB 972/1822 KB 27/27 KB 349/748 KB 976/1822 KB 27/27 KB 353/748 KB 976/1822 KB 27/27 KB 357/748 KB 976/1822 KB 27/27 KB 361/748 KB 976/1822 KB 27/27 KB 365/748 KB 976/1822 KB 27/27 KB 4/178 KB 365/748 KB 976/1822 KB 27/27 KB 8/178 KB 365/748 KB 976/1822 KB 27/27 KB 12/178 KB 365/748 KB 976/1822 KB 27/27 KB 16/178 KB 365/748 KB 976/1822 KB 27/27 KB 16/178 KB 369/748 KB 976/1822 KB 27/27 KB 16/178 KB 369/748 KB 980/1822 KB 27/27 KB 16/178 KB 373/748 KB 980/1822 KB 27/27 KB 16/178 KB 377/748 KB 984/1822 KB 27/27 KB 16/178 KB 381/748 KB 984/1822 KB 27/27 KB 16/178 KB 373/748 KB 984/1822 KB 27/27 KB 16/178 KB 381/748 KB 988/1822 KB 27/27 KB 20/178 KB 381/748 KB 988/1822 KB 27/27 KB 24/178 KB 381/748 KB 988/1822 KB 27/27 KB 28/178 KB 381/748 KB 988/1822 KB 27/27 KB 32/178 KB 381/748 KB 988/1822 KB 27/27 KB 32/178 KB 381/748 KB 992/1822 KB 27/27 KB 32/178 KB 381/748 KB 996/1822 KB 27/27 KB 3/55 KB 36/178 KB 385/748 KB 1000/1822 KB 27/27 KB 3/55 KB 32/178 KB 381/748 KB 996/1822 KB 27/27 KB 6/55 KB 36/178 KB 385/748 KB 1004/1822 KB 27/27 KB 9/55 KB 36/178 KB 385/748 KB 1004/1822 KB 27/27 KB 3/55 KB 36/178 KB 385/748 KB 996/1822 KB 27/27 KB 3/55 KB 36/178 KB 381/748 KB 996/1822 KB 27/27 KB 9/55 KB 40/178 KB 385/748 KB 1004/1822 KB 27/27 KB 9/55 KB 44/178 KB 385/748 KB 1004/1822 KB 27/27 KB 9/55 KB 48/178 KB 385/748 KB 1004/1822 KB 27/27 KB 11/55 KB 48/178 KB 385/748 KB 1004/1822 KB 27/27 KB 11/55 KB 52/178 KB 389/748 KB 1004/1822 KB 27/27 KB 11/55 KB 52/178 KB 385/748 KB 1004/1822 KB 27/27 KB 11/55 KB 56/178 KB 389/748 KB 1004/1822 KB 27/27 KB 11/55 KB 60/178 KB 389/748 KB 1004/1822 KB 27/27 KB 11/55 KB 64/178 KB 389/748 KB 1004/1822 KB 27/27 KB 11/55 KB 64/178 KB 393/748 KB 1004/1822 KB 27/27 KB 11/55 KB 64/178 KB 397/748 KB 1004/1822 KB 27/27 KB 14/55 KB 64/178 KB 397/748 KB 1004/1822 KB 27/27 KB 3/55 KB 64/178 KB 397/748 KB 1004/1822 KB 27/27 KB 14/55 KB 64/178 KB 397/748 KB 1008/1822 KB 27/27 KB 16/55 KB 68/178 KB 401/748 KB 1012/1822 KB 27/27 KB 16/55 KB 68/178 KB 401/748 KB 1016/1822 KB 16/55 KB 68/178 KB 401/748 KB 1020/1822 KB 16/55 KB 68/178 KB 401/748 KB 1008/1822 KB 27/27 KB 16/55 KB 68/178 KB 397/748 KB 1008/1822 KB 27/27 KB 16/55 KB 72/178 KB 401/748 KB 1020/1822 KB 16/55 KB 76/178 KB 401/748 KB 1020/1822 KB 16/55 KB 80/178 KB 401/748 KB 1020/1822 KB 16/55 KB 84/178 KB 401/748 KB 1020/1822 KB 16/55 KB 88/178 KB 401/748 KB 1020/1822 KB 16/55 KB 92/178 KB 401/748 KB 1020/1822 KB 16/55 KB 96/178 KB 401/748 KB 1020/1822 KB 16/55 KB 64/178 KB 397/748 KB 1008/1822 KB 27/27 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 21.1 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 19/55 KB 96/178 KB 401/748 KB 1020/1822 KB 19/55 KB 100/178 KB 401/748 KB 1020/1822 KB 22/55 KB 104/178 KB 405/748 KB 1020/1822 KB 22/55 KB 108/178 KB 405/748 KB 1020/1822 KB 22/55 KB 112/178 KB 405/748 KB 1020/1822 KB 22/55 KB 100/178 KB 405/748 KB 1020/1822 KB 22/55 KB 100/178 KB 401/748 KB 1020/1822 KB 25/55 KB 112/178 KB 405/748 KB 1020/1822 KB 25/55 KB 112/178 KB 409/748 KB 1020/1822 KB 25/55 KB 112/178 KB 413/748 KB 1020/1822 KB 27/55 KB 112/178 KB 413/748 KB 1020/1822 KB 27/55 KB 112/178 KB 413/748 KB 1024/1822 KB 27/55 KB 116/178 KB 413/748 KB 1024/1822 KB 30/55 KB 120/178 KB 413/748 KB 1028/1822 KB 30/55 KB 124/178 KB 417/748 KB 1028/1822 KB 30/55 KB 116/178 KB 413/748 KB 1028/1822 KB 30/55 KB 116/178 KB 413/748 KB 1024/1822 KB 32/55 KB 124/178 KB 417/748 KB 1028/1822 KB 30/55 KB 120/178 KB 417/748 KB 1028/1822 KB 32/55 KB 124/178 KB 421/748 KB 1028/1822 KB 32/55 KB 124/178 KB 425/748 KB 1028/1822 KB 32/55 KB 128/178 KB 425/748 KB 1032/1822 KB 32/55 KB 128/178 KB 425/748 KB 1028/1822 KB 32/55 KB 128/178 KB 429/748 KB 1032/1822 KB 32/55 KB 128/178 KB 429/748 KB 1036/1822 KB 32/55 KB 128/178 KB 429/748 KB 1040/1822 KB 36/55 KB 128/178 KB 429/748 KB 1044/1822 KB 36/55 KB 132/178 KB 433/748 KB 1048/1822 KB 36/55 KB 132/178 KB 433/748 KB 1052/1822 KB 36/55 KB 132/178 KB 433/748 KB 1056/1822 KB 36/55 KB 128/178 KB 429/748 KB 1040/1822 KB 40/55 KB 132/178 KB 433/748 KB 1056/1822 KB 44/55 KB 132/178 KB 433/748 KB 1056/1822 KB 48/55 KB 132/178 KB 433/748 KB 1056/1822 KB 36/55 KB 132/178 KB 433/748 KB 1044/1822 KB 36/55 KB 132/178 KB 429/748 KB 1044/1822 KB 48/55 KB 136/178 KB 433/748 KB 1056/1822 KB 48/55 KB 136/178 KB 437/748 KB 1056/1822 KB 48/55 KB 136/178 KB 441/748 KB 1056/1822 KB 52/55 KB 140/178 KB 441/748 KB 1056/1822 KB 48/55 KB 140/178 KB 441/748 KB 1056/1822 KB 52/55 KB 144/178 KB 441/748 KB 1056/1822 KB 55/55 KB 144/178 KB 441/748 KB 1056/1822 KB 55/55 KB 144/178 KB 445/748 KB 1056/1822 KB 55/55 KB 144/178 KB 449/748 KB 1056/1822 KB 55/55 KB 148/178 KB 453/748 KB 1060/1822 KB 55/55 KB 148/178 KB 449/748 KB 1060/1822 KB 55/55 KB 148/178 KB 449/748 KB 1056/1822 KB 55/55 KB 152/178 KB 453/748 KB 1060/1822 KB 55/55 KB 152/178 KB 453/748 KB 1064/1822 KB 55/55 KB 156/178 KB 453/748 KB 1068/1822 KB 55/55 KB 156/178 KB 453/748 KB 1072/1822 KB 55/55 KB 156/178 KB 453/748 KB 1064/1822 KB 55/55 KB 160/178 KB 457/748 KB 1072/1822 KB 55/55 KB 156/178 KB 457/748 KB 1072/1822 KB 55/55 KB 160/178 KB 457/748 KB 1076/1822 KB 160/178 KB 461/748 KB 1080/1822 KB 160/178 KB 461/748 KB 1084/1822 KB 160/178 KB 461/748 KB 1088/1822 KB 55/55 KB 160/178 KB 461/748 KB 1076/1822 KB 160/178 KB 465/748 KB 1088/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 42.7 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 160/178 KB 469/748 KB 1088/1822 KB 160/178 KB 473/748 KB 1088/1822 KB 160/178 KB 477/748 KB 1088/1822 KB 160/178 KB 481/748 KB 1088/1822 KB 160/178 KB 485/748 KB 1092/1822 KB 164/178 KB 489/748 KB 1092/1822 KB 164/178 KB 493/748 KB 1092/1822 KB 160/178 KB 481/748 KB 1092/1822 KB 164/178 KB 485/748 KB 1092/1822 KB 168/178 KB 493/748 KB 1092/1822 KB 172/178 KB 493/748 KB 1092/1822 KB 176/178 KB 493/748 KB 1092/1822 KB 178/178 KB 493/748 KB 1092/1822 KB 178/178 KB 493/748 KB 1096/1822 KB 178/178 KB 493/748 KB 1100/1822 KB 178/178 KB 3/1210 KB 497/748 KB 1104/1822 KB 178/178 KB 3/1210 KB 497/748 KB 1108/1822 KB 178/178 KB 3/1210 KB 497/748 KB 1112/1822 KB 178/178 KB 3/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 3/1210 KB 493/748 KB 1100/1822 KB 178/178 KB 6/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 9/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 11/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 14/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 16/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 19/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 22/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 25/1210 KB 497/748 KB 1116/1822 KB 178/178 KB 3/1210 KB 497/748 KB 1100/1822 KB 178/178 KB 25/1210 KB 501/748 KB 1116/1822 KB 178/178 KB 25/1210 KB 505/748 KB 1116/1822 KB 178/178 KB 25/1210 KB 509/748 KB 1116/1822 KB 178/178 KB 25/1210 KB 509/748 KB 1120/1822 KB 178/178 KB 27/1210 KB 509/748 KB 1120/1822 KB 178/178 KB 30/1210 KB 509/748 KB 1120/1822 KB 178/178 KB 32/1210 KB 509/748 KB 1120/1822 KB 178/178 KB 32/1210 KB 509/748 KB 1124/1822 KB 178/178 KB 32/1210 KB 513/748 KB 1128/1822 KB 178/178 KB 32/1210 KB 513/748 KB 1132/1822 KB 178/178 KB 32/1210 KB 513/748 KB 1136/1822 KB 178/178 KB 32/1210 KB 513/748 KB 1124/1822 KB 178/178 KB 32/1210 KB 517/748 KB 1136/1822 KB 178/178 KB 32/1210 KB 521/748 KB 1136/1822 KB 178/178 KB 32/1210 KB 525/748 KB 1136/1822 KB 178/178 KB 32/1210 KB 529/748 KB 1136/1822 KB 178/178 KB 36/1210 KB 529/748 KB 1140/1822 KB 178/178 KB 40/1210 KB 529/748 KB 1140/1822 KB 178/178 KB 44/1210 KB 529/748 KB 1140/1822 KB 178/178 KB 48/1210 KB 529/748 KB 1140/1822 KB 178/178 KB 48/1210 KB 533/748 KB 1140/1822 KB 178/178 KB 48/1210 KB 537/748 KB 1140/1822 KB 178/178 KB 32/1210 KB 529/748 KB 1140/1822 KB 178/178 KB 48/1210 KB 541/748 KB 1140/1822 KB 178/178 KB 48/1210 KB 541/748 KB 1144/1822 KB 178/178 KB 48/1210 KB 541/748 KB 1148/1822 KB 178/178 KB 48/1210 KB 541/748 KB 4/471 KB 1148/1822 KB 178/178 KB 52/1210 KB 541/748 KB 4/471 KB 1148/1822 KB 178/178 KB 56/1210 KB 541/748 KB 8/471 KB 1148/1822 KB 178/178 KB 60/1210 KB 541/748 KB 8/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 8/471 KB 1148/1822 KB 178/178 KB 52/1210 KB 541/748 KB 8/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 12/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 16/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 20/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 24/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 28/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 32/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 36/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 40/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 44/471 KB 1148/1822 KB 178/178 KB 61/1210 KB 541/748 KB 48/471 KB 1148/1822 KB 178/178 KB 65/1210 KB 541/748 KB 48/471 KB 1148/1822 KB 178/178 KB 69/1210 KB 541/748 KB 48/471 KB 1148/1822 KB 178/178 KB 73/1210 KB 541/748 KB 48/471 KB 1148/1822 KB 178/178 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install KB 77/1210 KB 541/748 KB 48/471 KB 1148/1822 KB 178/178 KB 77/1210 KB 545/748 KB 48/471 KB 1148/1822 KB 178/178 KB 77/1210 KB 549/748 KB 52/471 KB 1152/1822 KB 178/178 KB 77/1210 KB 545/748 KB 52/471 KB 1152/1822 KB 178/178 KB 77/1210 KB 549/748 KB 56/471 KB 1152/1822 KB 178/178 KB 77/1210 KB 549/748 KB 60/471 KB 1152/1822 KB 178/178 KB 77/1210 KB 545/748 KB 48/471 KB 1152/1822 KB 178/178 KB 77/1210 KB 549/748 KB 60/471 KB 1156/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 137.0 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/jayway/jsonpath/json-path/0.9.1/json-path-0.9.1.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 178/178 KB 81/1210 KB 553/748 KB 64/471 KB 1156/1822 KB 85/1210 KB 553/748 KB 64/471 KB 1156/1822 KB 89/1210 KB 553/748 KB 64/471 KB 1156/1822 KB 93/1210 KB 553/748 KB 64/471 KB 1156/1822 KB 178/178 KB 77/1210 KB 553/748 KB 64/471 KB 1156/1822 KB 178/178 KB 77/1210 KB 553/748 KB 60/471 KB 1156/1822 KB 93/1210 KB 557/748 KB 64/471 KB 1156/1822 KB 93/1210 KB 561/748 KB 64/471 KB 1160/1822 KB 93/1210 KB 565/748 KB 68/471 KB 1160/1822 KB 93/1210 KB 569/748 KB 68/471 KB 1160/1822 KB 97/1210 KB 569/748 KB 68/471 KB 1160/1822 KB 101/1210 KB 569/748 KB 68/471 KB 1160/1822 KB 105/1210 KB 569/748 KB 68/471 KB 1160/1822 KB 109/1210 KB 569/748 KB 68/471 KB 1160/1822 KB 93/1210 KB 557/748 KB 64/471 KB 1160/1822 KB 109/1210 KB 569/748 KB 68/471 KB 1164/1822 KB 109/1210 KB 569/748 KB 68/471 KB 1168/1822 KB 93/1210 KB 561/748 KB 68/471 KB 1160/1822 KB 109/1210 KB 569/748 KB 72/471 KB 1168/1822 KB 109/1210 KB 569/748 KB 76/471 KB 1168/1822 KB 109/1210 KB 569/748 KB 80/471 KB 1168/1822 KB 109/1210 KB 573/748 KB 80/471 KB 1168/1822 KB 113/1210 KB 573/748 KB 80/471 KB 1168/1822 KB 117/1210 KB 573/748 KB 80/471 KB 1168/1822 KB 121/1210 KB 573/748 KB 80/471 KB 1168/1822 KB 125/1210 KB 573/748 KB 80/471 KB 1168/1822 KB 125/1210 KB 573/748 KB 80/471 KB 1172/1822 KB 125/1210 KB 573/748 KB 80/471 KB 1176/1822 KB 125/1210 KB 573/748 KB 80/471 KB 1180/1822 KB 125/1210 KB 573/748 KB 84/471 KB 1184/1822 KB 125/1210 KB 573/748 KB 84/471 KB 1188/1822 KB 125/1210 KB 577/748 KB 84/471 KB 1192/1822 KB 125/1210 KB 577/748 KB 84/471 KB 1196/1822 KB 125/1210 KB 573/748 KB 84/471 KB 1180/1822 KB 125/1210 KB 577/748 KB 88/471 KB 1196/1822 KB 125/1210 KB 577/748 KB 92/471 KB 1196/1822 KB 125/1210 KB 577/748 KB 84/471 KB 1188/1822 KB 125/1210 KB 581/748 KB 92/471 KB 1196/1822 KB 125/1210 KB 585/748 KB 92/471 KB 1196/1822 KB 125/1210 KB 585/748 KB 96/471 KB 1196/1822 KB 129/1210 KB 585/748 KB 100/471 KB 1196/1822 KB 129/1210 KB 589/748 KB 104/471 KB 1200/1822 KB 129/1210 KB 585/748 KB 96/471 KB 1196/1822 KB 133/1210 KB 589/748 KB 104/471 KB 1200/1822 KB 137/1210 KB 589/748 KB 104/471 KB 1200/1822 KB 141/1210 KB 589/748 KB 104/471 KB 1200/1822 KB 145/1210 KB 589/748 KB 104/471 KB 1200/1822 KB 149/1210 KB 589/748 KB 104/471 KB 1200/1822 KB 153/1210 KB 589/748 KB 104/471 KB 1200/1822 KB 157/1210 KB 589/748 KB 104/471 KB 1200/1822 KB 129/1210 KB 589/748 KB 100/471 KB 1200/1822 KB 129/1210 KB 589/748 KB 100/471 KB 1196/1822 KB 157/1210 KB 593/748 KB 104/471 KB 1200/1822 KB 157/1210 KB 597/748 KB 104/471 KB 1200/1822 KB 157/1210 KB 601/748 KB 108/471 KB 1200/1822 KB 157/1210 KB 605/748 KB 108/471 KB 1200/1822 KB 157/1210 KB 609/748 KB 108/471 KB 1200/1822 KB 161/1210 KB 613/748 KB 108/471 KB 1204/1822 KB 161/1210 KB 617/748 KB 108/471 KB 1204/1822 KB 161/1210 KB 621/748 KB 108/471 KB 1204/1822 KB 157/1210 KB 597/748 KB 108/471 KB 1200/1822 KB 161/1210 KB 621/748 KB 112/471 KB 1204/1822 KB 161/1210 KB 609/748 KB 108/471 KB 1204/1822 KB 157/1210 KB 609/748 KB 108/471 KB 1204/1822 KB 161/1210 KB 621/748 KB 112/471 KB 1208/1822 KB 165/1210 KB 621/748 KB 112/471 KB 1208/1822 KB 169/1210 KB 621/748 KB 112/471 KB 1212/1822 KB 173/1210 KB 621/748 KB 112/471 KB 1212/1822 KB 165/1210 KB 621/748 KB 112/471 KB 1212/1822 KB 173/1210 KB 621/748 KB 112/471 KB 1216/1822 KB 173/1210 KB 621/748 KB 112/471 KB 1220/1822 KB 173/1210 KB 621/748 KB 116/471 KB 1224/1822 KB 173/1210 KB 621/748 KB 116/471 KB 1228/1822 KB 173/1210 K unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install B 621/748 KB 116/471 KB 1232/1822 KB 173/1210 KB 621/748 KB 116/471 KB 1220/1822 KB 173/1210 KB 621/748 KB 120/471 KB 1232/1822 KB 173/1210 KB 621/748 KB 124/471 KB 1232/1822 KB 173/1210 KB 621/748 KB 128/471 KB 1232/1822 KB 173/1210 KB 621/748 KB 132/471 KB 1232/1822 KB 177/1210 KB 1/93 KB 625/748 KB 136/471 KB 1236/1822 KB 177/1210 KB 1/93 KB 625/748 KB 140/471 KB 1236/1822 KB 177/1210 KB 1/93 KB 625/748 KB 144/471 KB 1236/1822 KB 177/1210 KB 1/93 KB 625/748 KB 132/471 KB 1236/1822 KB 177/1210 KB 1/93 KB 629/748 KB 144/471 KB 1236/1822 KB 177/1210 KB 1/93 KB 633/748 KB 144/471 KB 1236/1822 KB 177/1210 KB 1/93 KB 637/748 KB 144/471 KB 1236/1822 KB 177/1210 KB 1/93 KB 621/748 KB 132/471 KB 1236/1822 KB 177/1210 KB 1/93 KB 637/748 KB 144/471 KB 1240/1822 KB 177/1210 KB 1/93 KB 637/748 KB 144/471 KB 1244/1822 KB 177/1210 KB 1/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 1/93 KB 621/748 KB 132/471 KB 1232/1822 KB 173/1210 KB 1/93 KB 621/748 KB 132/471 KB 1232/1822 KB 177/1210 KB 4/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 5/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 8/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 9/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 12/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 13/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 16/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 17/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 20/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 21/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 24/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 25/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 28/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 29/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 32/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 33/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 36/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 37/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 40/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 41/93 KB 637/748 KB 148/471 KB 1248/1822 KB 177/1210 KB 44/93 KB 637/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 45/93 KB 637/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 48/93 KB 637/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 49/93 KB 637/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 52/93 KB 637/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 53/93 KB 637/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 56/93 KB 637/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 57/93 KB 637/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 57/93 KB 641/748 KB 148/471 KB 1252/1822 KB 181/1210 KB 60/93 KB 641/748 KB 148/471 KB 1256/1822 KB 181/1210 KB 60/93 KB 641/748 KB 148/471 KB 1260/1822 KB 181/1210 KB 60/93 KB 641/748 KB 148/471 KB 1264/1822 KB 181/1210 KB 60/93 KB 641/748 KB 148/471 KB 1268/1822 KB 181/1210 KB 60/93 KB 641/748 KB 148/471 KB 1272/1822 KB 181/1210 KB 60/93 KB 641/748 KB 148/471 KB 1276/1822 KB 177/1210 KB 1/93 KB 637/748 KB 148/471 KB 1244/1822 KB 181/1210 KB 60/93 KB 641/748 KB 148/471 KB 1252/1822 KB 181/1210 KB 57/93 KB 641/748 KB 148/471 KB 1248/1822 KB 181/1210 KB 60/93 KB 645/748 KB 148/471 KB 1280/1822 KB 181/1210 KB 60/93 KB 649/748 KB 148/471 KB 1280/1822 KB 181/1210 KB 60/93 KB 653/748 KB 148/471 KB 1280/1822 KB 181/1210 KB 44/93 KB 637/748 KB 148/471 KB 1248/1822 KB 185/1210 KB 60/93 KB 653/748 KB 152/471 KB 1280/1822 KB 189/1210 KB 60/93 KB 653/748 KB unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 152/471 KB 1280/1822 KB 193/1210 KB 60/93 KB 653/748 KB 152/471 KB 1280/1822 KB 197/1210 KB 60/93 KB 653/748 KB 152/471 KB 1280/1822 KB 201/1210 KB 60/93 KB 653/748 KB 152/471 KB 1280/1822 KB 205/1210 KB 60/93 KB 653/748 KB 152/471 KB 1280/1822 KB 209/1210 KB 60/93 KB 653/748 KB 152/471 KB 1280/1822 KB 213/1210 KB 61/93 KB 653/748 KB 152/471 KB 1280/1822 KB 181/1210 KB 60/93 KB 653/748 KB 152/471 KB 1280/1822 KB 217/1210 KB 61/93 KB 653/748 KB 156/471 KB 1280/1822 KB 217/1210 KB 61/93 KB 653/748 KB 160/471 KB 1280/1822 KB 217/1210 KB 61/93 KB 653/748 KB 164/471 KB 1280/1822 KB 217/1210 KB 61/93 KB 657/748 KB 168/471 KB 1280/1822 KB 217/1210 KB 61/93 KB 657/748 KB 172/471 KB 1280/1822 KB 209/1210 KB 61/93 KB 653/748 KB 152/471 KB 1280/1822 KB 217/1210 KB 64/93 KB 657/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 65/93 KB 657/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 68/93 KB 657/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 69/93 KB 657/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 61/93 KB 657/748 KB 164/471 KB 1280/1822 KB 217/1210 KB 69/93 KB 661/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 69/93 KB 665/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 72/93 KB 669/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 61/93 KB 653/748 KB 164/471 KB 1280/1822 KB 221/1210 KB 72/93 KB 669/748 KB 176/471 KB 1280/1822 KB 225/1210 KB 72/93 KB 669/748 KB 176/471 KB 1280/1822 KB 229/1210 KB 72/93 KB 669/748 KB 176/471 KB 1280/1822 KB 233/1210 KB 72/93 KB 669/748 KB 176/471 KB 1280/1822 KB 237/1210 KB 72/93 KB 669/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 72/93 KB 665/748 KB 176/471 KB 1280/1822 KB 237/1210 KB 73/93 KB 673/748 KB 176/471 KB 1280/1822 KB 237/1210 KB 76/93 KB 673/748 KB 176/471 KB 1280/1822 KB 237/1210 KB 77/93 KB 673/748 KB 176/471 KB 1280/1822 KB 237/1210 KB 72/93 KB 673/748 KB 176/471 KB 1280/1822 KB 237/1210 KB 77/93 KB 677/748 KB 176/471 KB 1280/1822 KB 181/1210 KB 72/93 KB 669/748 KB 176/471 KB 1280/1822 KB 217/1210 KB 61/93 KB 657/748 KB 176/471 KB 1280/1822 KB 237/1210 KB 80/93 KB 677/748 KB 180/471 KB 1280/1822 KB 237/1210 KB 80/93 KB 677/748 KB 184/471 KB 1284/1822 KB 237/1210 KB 80/93 KB 677/748 KB 176/471 KB 1280/1822 KB 237/1210 KB 81/93 KB 681/748 KB 184/471 KB 1284/1822 KB 237/1210 KB 80/93 KB 681/748 KB 184/471 KB 1284/1822 KB 237/1210 KB 81/93 KB 685/748 KB 188/471 KB 1284/1822 KB 237/1210 KB 84/93 KB 685/748 KB 188/471 KB 1284/1822 KB 237/1210 KB 85/93 KB 685/748 KB 188/471 KB 1284/1822 KB 237/1210 KB 80/93 KB 677/748 KB 180/471 KB 1284/1822 KB 241/1210 KB 85/93 KB 685/748 KB 188/471 KB 1288/1822 KB 241/1210 KB 85/93 KB 685/748 KB 188/471 KB 1284/1822 KB 245/1210 KB 85/93 KB 685/748 KB 188/471 KB 1288/1822 KB 249/1210 KB 88/93 KB 689/748 KB 188/471 KB 1292/1822 KB 253/1210 KB 88/93 KB 689/748 KB 188/471 KB 1292/1822 KB 237/1210 KB 81/93 KB 681/748 KB 188/471 KB 1284/1822 KB 253/1210 KB 88/93 KB 689/748 KB 192/471 KB 1292/1822 KB 253/1210 KB 88/93 KB 689/748 KB 196/471 KB 1292/1822 KB 253/1210 KB 88/93 KB 689/748 KB 200/471 KB 1292/1822 KB 253/1210 KB 88/93 KB 689/748 KB 204/471 KB 1292/1822 KB 257/1210 KB 88/93 KB 689/748 KB 208/471 KB 1292/1822 KB 245/1210 KB 88/93 KB 689/748 KB 188/471 KB 1292/1822 KB 245/1210 KB 88/93 KB 685/748 KB 188/471 KB 1292/1822 KB 245/1210 KB 85/93 KB 685/748 KB 188/471 KB 1292/1822 KB 257/1210 KB 88/93 KB 689/748 KB 208/471 KB 1296/1822 KB 257/1210 KB 88/93 KB 689/748 KB 208/471 KB 1300/1822 KB 257/1210 KB 91/93 KB 693/748 KB 208/471 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install KB 1304/1822 KB 257/1210 KB 91/93 KB 693/748 KB 208/471 KB 1308/1822 KB 257/1210 KB 91/93 KB 693/748 KB 208/471 KB 1312/1822 KB 257/1210 KB 88/93 KB 689/748 KB 204/471 KB 1292/1822 KB 257/1210 KB 91/93 KB 693/748 KB 208/471 KB 1300/1822 KB 261/1210 KB 91/93 KB 697/748 KB 208/471 KB 1312/1822 KB 261/1210 KB 91/93 KB 701/748 KB 208/471 KB 1312/1822 KB 261/1210 KB 91/93 KB 705/748 KB 208/471 KB 1312/1822 KB 261/1210 KB 91/93 KB 709/748 KB 208/471 KB 1312/1822 KB 257/1210 KB 91/93 KB 689/748 KB 208/471 KB 1300/1822 KB 261/1210 KB 93/93 KB 709/748 KB 212/471 KB 1312/1822 KB 261/1210 KB 91/93 KB 709/748 KB 212/471 KB 1312/1822 KB 261/1210 KB 93/93 KB 709/748 KB 216/471 KB 1312/1822 KB 261/1210 KB 93/93 KB 713/748 KB 220/471 KB 1312/1822 KB 261/1210 KB 93/93 KB 713/748 KB 224/471 KB 1312/1822 KB 261/1210 KB 91/93 KB 705/748 KB 208/471 KB 1312/1822 KB 265/1210 KB 93/93 KB 713/748 KB 224/471 KB 1312/1822 KB 269/1210 KB 93/93 KB 713/748 KB 224/471 KB 1312/1822 KB 261/1210 KB 93/93 KB 713/748 KB 216/471 KB 1312/1822 KB 269/1210 KB 93/93 KB 717/748 KB 224/471 KB 1312/1822 KB 269/1210 KB 93/93 KB 721/748 KB 224/471 KB 1312/1822 KB 273/1210 KB 93/93 KB 725/748 KB 228/471 KB 1316/1822 KB 273/1210 KB 93/93 KB 729/748 KB 228/471 KB 1316/1822 KB 273/1210 KB 93/93 KB 733/748 KB 228/471 KB 1316/1822 KB 273/1210 KB 93/93 KB 721/748 KB 228/471 KB 1316/1822 KB 277/1210 KB 93/93 KB 733/748 KB 228/471 KB 1316/1822 KB 269/1210 KB 93/93 KB 721/748 KB 224/471 KB 1316/1822 KB 277/1210 KB 93/93 KB 733/748 KB 228/471 KB 1320/1822 KB 277/1210 KB 93/93 KB 733/748 KB 228/471 KB 1324/1822 KB 277/1210 KB 93/93 KB 733/748 KB 228/471 KB 1328/1822 KB 281/1210 KB 93/93 KB 733/748 KB 228/471 KB 1328/1822 KB 285/1210 KB 93/93 KB 733/748 KB 228/471 KB 1328/1822 KB 269/1210 KB 93/93 KB 721/748 KB 228/471 KB 1316/1822 KB 285/1210 KB 93/93 KB 733/748 KB 232/471 KB 1328/1822 KB 285/1210 KB 93/93 KB 733/748 KB 236/471 KB 1328/1822 KB 289/1210 KB 93/93 KB 733/748 KB 240/471 KB 1328/1822 KB 289/1210 KB 93/93 KB 737/748 KB 240/471 KB 1328/1822 KB 289/1210 KB 93/93 KB 741/748 KB 240/471 KB 1332/1822 KB 289/1210 KB 93/93 KB 745/748 KB 240/471 KB 1332/1822 KB 289/1210 KB 93/93 KB 748/748 KB 244/471 KB 1332/1822 KB 289/1210 KB 93/93 KB 733/748 KB 236/471 KB 1328/1822 KB 289/1210 KB 93/93 KB 737/748 KB 240/471 KB 1332/1822 KB 289/1210 KB 93/93 KB 748/748 KB 244/471 KB 1336/1822 KB 289/1210 KB 93/93 KB 748/748 KB 244/471 KB 1340/1822 KB 289/1210 KB 93/93 KB 748/748 KB 244/471 KB 1344/1822 KB 293/1210 KB 93/93 KB 748/748 KB 244/471 KB 1344/1822 KB 297/1210 KB 93/93 KB 748/748 KB 244/471 KB 1344/1822 KB 301/1210 KB 93/93 KB 748/748 KB 244/471 KB 1344/1822 KB 305/1210 KB 93/93 KB 748/748 KB 244/471 KB 1344/1822 KB 309/1210 KB 93/93 KB 748/748 KB 244/471 KB 1348/1822 KB 313/1210 KB 93/93 KB 748/748 KB 244/471 KB 1348/1822 KB 317/1210 KB 93/93 KB 748/748 KB 244/471 KB 1348/1822 KB 289/1210 KB 93/93 KB 748/748 KB 244/471 KB 1344/1822 KB 317/1210 KB 93/93 KB 748/748 KB 248/471 KB 1348/1822 KB 317/1210 KB 93/93 KB 748/748 KB 252/471 KB 1348/1822 KB 317/1210 KB 93/93 KB 748/748 KB 256/471 KB 1348/1822 KB 305/1210 KB 93/93 KB 748/748 KB 244/471 KB 1348/1822 KB 317/1210 KB 93/93 KB 748/748 KB 256/471 KB 1352/1822 KB 317/1210 KB 93/93 KB 748/748 KB 256/471 KB 1356/1822 KB 317/1210 KB 93/93 KB 748/748 KB 256/471 KB 1360/1822 KB 317/1210 KB 93/93 KB 748/748 KB 260/471 KB 1360/1822 KB 321/1210 KB 93/93 KB 748/748 KB 264/471 KB 136 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 4/1822 KB 321/1210 KB 93/93 KB 748/748 KB 268/471 KB 1364/1822 KB 321/1210 KB 93/93 KB 748/748 KB 272/471 KB 1364/1822 KB 321/1210 KB 93/93 KB 748/748 KB 260/471 KB 1364/1822 KB 317/1210 KB 93/93 KB 748/748 KB 260/471 KB 1364/1822 KB 321/1210 KB 93/93 KB 748/748 KB 272/471 KB 1368/1822 KB 321/1210 KB 93/93 KB 748/748 KB 272/471 KB 1372/1822 KB 321/1210 KB 93/93 KB 748/748 KB 272/471 KB 1376/1822 KB 325/1210 KB 93/93 KB 748/748 KB 272/471 KB 1376/1822 KB 329/1210 KB 93/93 KB 748/748 KB 272/471 KB 1376/1822 KB 333/1210 KB 93/93 KB 748/748 KB 276/471 KB 1376/1822 KB 337/1210 KB 93/93 KB 748/748 KB 276/471 KB 1376/1822 KB 341/1210 KB 93/93 KB 748/748 KB 276/471 KB 1380/1822 KB 345/1210 KB 93/93 KB 748/748 KB 276/471 KB 1380/1822 KB 329/1210 KB 93/93 KB 748/748 KB 276/471 KB 1376/1822 KB 345/1210 KB 93/93 KB 748/748 KB 280/471 KB 1380/1822 KB 345/1210 KB 93/93 KB 748/748 KB 284/471 KB 1380/1822 KB 337/1210 KB 93/93 KB 748/748 KB 276/471 KB 1380/1822 KB 345/1210 KB 93/93 KB 748/748 KB 288/471 KB 1380/1822 KB 345/1210 KB 93/93 KB 748/748 KB 288/471 KB 1384/1822 KB 345/1210 KB 93/93 KB 748/748 KB 288/471 KB 1388/1822 KB 345/1210 KB 93/93 KB 748/748 KB 288/471 KB 1392/1822 KB 345/1210 KB 93/93 KB 748/748 KB 292/471 KB 1392/1822 KB 349/1210 KB 93/93 KB 748/748 KB 296/471 KB 1396/1822 KB 349/1210 KB 93/93 KB 748/748 KB 300/471 KB 1396/1822 KB 349/1210 KB 93/93 KB 748/748 KB 304/471 KB 1396/1822 KB 349/1210 KB 93/93 KB 748/748 KB 292/471 KB 1396/1822 KB 349/1210 KB 93/93 KB 748/748 KB 292/471 KB 1392/1822 KB 353/1210 KB 93/93 KB 748/748 KB 304/471 KB 1396/1822 KB 353/1210 KB 93/93 KB 748/748 KB 304/471 KB 1400/1822 KB 357/1210 KB 93/93 KB 748/748 KB 304/471 KB 1404/1822 KB 357/1210 KB 93/93 KB 748/748 KB 304/471 KB 1408/1822 KB 357/1210 KB 93/93 KB 748/748 KB 304/471 KB 1400/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 67.1 KB/sec) unit-abot-epc-basic-0: 10:38: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.jar unit-mysql-0: 10:38:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 357/1210 KB 748/748 KB 308/471 KB 1408/1822 KB 361/1210 KB 748/748 KB 312/471 KB 1408/1822 KB 361/1210 KB 748/748 KB 316/471 KB 1408/1822 KB 361/1210 KB 748/748 KB 320/471 KB 1408/1822 KB 361/1210 KB 748/748 KB 308/471 KB 1408/1822 KB 365/1210 KB 748/748 KB 320/471 KB 1412/1822 KB 369/1210 KB 748/748 KB 320/471 KB 1412/1822 KB 373/1210 KB 748/748 KB 320/471 KB 1412/1822 KB 377/1210 KB 748/748 KB 320/471 KB 1412/1822 KB 361/1210 KB 748/748 KB 320/471 KB 1412/1822 KB 377/1210 KB 748/748 KB 320/471 KB 1416/1822 KB 377/1210 KB 748/748 KB 320/471 KB 1420/1822 KB 377/1210 KB 748/748 KB 320/471 KB 1424/1822 KB 377/1210 KB 748/748 KB 320/471 KB 1428/1822 KB 381/1210 KB 748/748 KB 324/471 KB 1428/1822 KB 381/1210 KB 748/748 KB 320/471 KB 1428/1822 KB 381/1210 KB 748/748 KB 328/471 KB 1428/1822 KB 381/1210 KB 748/748 KB 332/471 KB 1428/1822 KB 381/1210 KB 748/748 KB 336/471 KB 1428/1822 KB 381/1210 KB 748/748 KB 336/471 KB 1432/1822 KB 381/1210 KB 748/748 KB 336/471 KB 1436/1822 KB 381/1210 KB 748/748 KB 336/471 KB 1440/1822 KB 385/1210 KB 748/748 KB 336/471 KB 1444/1822 KB 385/1210 KB 748/748 KB 340/471 KB 1448/1822 KB 385/1210 KB 748/748 KB 340/471 KB 1452/1822 KB 385/1210 KB 748/748 KB 340/471 KB 1456/1822 KB 385/1210 KB 748/748 KB 336/471 KB 1440/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (748 KB at 541.8 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 389/1210 KB 340/471 KB 1456/1822 KB 393/1210 KB 340/471 KB 1456/1822 KB 397/1210 KB 340/471 KB 1456/1822 KB 385/1210 KB 748/748 KB 340/471 KB 1444/1822 KB 397/1210 KB 344/471 KB 1456/1822 KB 397/1210 KB 348/471 KB 1456/1822 KB 397/1210 KB 352/471 KB 1456/1822 KB 401/1210 KB 352/471 KB 1456/1822 KB 405/1210 KB 352/471 KB 1460/1822 KB 409/1210 KB 352/471 KB 1460/1822 KB 413/1210 KB 352/471 KB 1460/1822 KB 413/1210 KB 356/471 KB 1460/1822 KB 413/1210 KB 360/471 KB 1460/1822 KB 401/1210 KB 352/471 KB 1460/1822 KB 413/1210 KB 360/471 KB 1464/1822 KB 413/1210 KB 364/471 KB 1468/1822 KB 413/1210 KB 364/471 KB 1472/1822 KB 413/1210 KB 364/471 KB 1464/1822 KB 413/1210 KB 368/471 KB 1472/1822 KB 417/1210 KB 368/471 KB 1472/1822 KB 421/1210 KB 368/471 KB 1472/1822 KB 425/1210 KB 368/471 KB 1472/1822 KB 429/1210 KB 368/471 KB 1472/1822 KB 429/1210 KB 368/471 KB 1476/1822 KB 429/1210 KB 372/471 KB 1480/1822 KB 429/1210 KB 372/471 KB 1484/1822 KB 429/1210 KB 372/471 KB 1488/1822 KB 429/1210 KB 372/471 KB 1476/1822 KB 429/1210 KB 376/471 KB 1488/1822 KB 429/1210 KB 380/471 KB 1488/1822 KB 429/1210 KB 384/471 KB 1488/1822 KB 429/1210 KB 388/471 KB 1488/1822 KB 433/1210 KB 392/471 KB 1492/1822 KB 433/1210 KB 396/471 KB 1492/1822 KB 433/1210 KB 400/471 KB 1492/1822 KB 433/1210 KB 388/471 KB 1492/1822 KB 433/1210 KB 400/471 KB 1496/1822 KB 433/1210 KB 388/471 KB 1488/1822 KB 437/1210 KB 400/471 KB 1500/1822 KB 441/1210 KB 400/471 KB 1500/1822 KB 445/1210 KB 400/471 KB 1500/1822 KB 449/1210 KB 400/471 KB 1500/1822 KB 453/1210 KB 404/471 KB 1500/1822 KB 457/1210 KB 404/471 KB 1500/1822 KB 461/1210 KB 404/471 KB 1500/1822 KB 449/1210 KB 404/471 KB 1500/1822 KB 433/1210 KB 400/471 KB 1500/1822 KB 461/1210 KB 404/471 KB 1504/1822 KB 461/1210 KB 404/471 KB 1508/1822 KB 461/1210 KB 408/471 KB 1512/1822 KB 461/1210 KB 408/471 KB 1508/1822 KB 461/1210 KB 412/471 KB 1512/1822 KB 461/1210 KB 416/471 KB 1512/1822 KB 461/1210 KB 416/471 KB 1516/1822 KB 461/1210 KB 416/471 KB 1520/1822 KB 461/1210 KB 420/471 KB 1520/1822 KB 465/1210 KB 424/471 KB 1524/1822 KB 465/1210 KB 428/471 KB 1524/1822 KB 465/1210 KB 3/53 KB 428/471 KB 1524/1822 KB 465/1210 KB 5/53 KB 428/471 KB 1524/1822 KB 465/1210 KB 8/53 KB 428/471 KB 1524/1822 KB 465/1210 KB 11/53 KB 428/471 KB 1524/1822 KB 465/1210 KB 420/471 KB 1520/1822 KB 469/1210 KB 11/53 KB 428/471 KB 1524/1822 KB 473/1210 KB 11/53 KB 428/471 KB 1524/1822 KB 477/1210 KB 11/53 KB 428/471 KB 1524/1822 KB 465/1210 KB 420/471 KB 1524/1822 KB 477/1210 KB 13/53 KB 428/471 KB 1524/1822 KB 477/1210 KB 16/53 KB 428/471 KB 1524/1822 KB 477/1210 KB 19/53 KB 428/471 KB 1524/1822 KB 477/1210 KB 19/53 KB 428/471 KB 1528/1822 KB 477/1210 KB 19/53 KB 428/471 KB 1532/1822 KB 477/1210 KB 21/53 KB 432/471 KB 1532/1822 KB 477/1210 KB 24/53 KB 432/471 KB 1532/1822 KB 477/1210 KB 19/53 KB 432/471 KB 1532/1822 KB 477/1210 KB 24/53 KB 432/471 KB 1536/1822 KB 477/1210 KB 27/53 KB 432/471 KB 1536/1822 KB 477/1210 KB 29/53 KB 432/471 KB 1536/1822 KB 477/1210 KB 32/53 KB 432/471 KB 1536/1822 KB 477/1210 KB 32/53 KB 432/471 KB 1540/1822 KB 481/1210 KB 32/53 KB 436/471 KB 1544/1822 KB 481/1210 KB 32/53 KB 436/471 KB 1548/1822 KB 481/1210 KB 32/53 KB 436/471 KB 1552/1822 KB 481/1210 KB 32/53 KB 436/471 KB 1540/1822 KB 481/1210 KB 32/53 KB 432/471 KB 1540/1822 KB 485/1210 KB 32/53 KB 436/471 KB 1552/1822 KB 489/1210 KB 32/53 KB 436/471 KB 1552/1822 KB 493/1210 KB 32/53 KB 436/471 KB unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 1552/1822 KB 493/1210 KB 36/53 KB 440/471 KB 1552/1822 KB 493/1210 KB 36/53 KB 436/471 KB 1552/1822 KB 493/1210 KB 40/53 KB 440/471 KB 1552/1822 KB 493/1210 KB 44/53 KB 440/471 KB 1552/1822 KB 493/1210 KB 48/53 KB 440/471 KB 1552/1822 KB 493/1210 KB 48/53 KB 444/471 KB 1552/1822 KB 493/1210 KB 52/53 KB 444/471 KB 1552/1822 KB 493/1210 KB 53/53 KB 444/471 KB 1552/1822 KB 497/1210 KB 53/53 KB 444/471 KB 1552/1822 KB 501/1210 KB 53/53 KB 4/276 KB 448/471 KB 1556/1822 KB 505/1210 KB 53/53 KB 4/276 KB 448/471 KB 1556/1822 KB 509/1210 KB 53/53 KB 4/276 KB 448/471 KB 1556/1822 KB 497/1210 KB 53/53 KB 4/276 KB 448/471 KB 1556/1822 KB 497/1210 KB 53/53 KB 4/276 KB 448/471 KB 1552/1822 KB 509/1210 KB 53/53 KB 8/276 KB 448/471 KB 1556/1822 KB 509/1210 KB 53/53 KB 12/276 KB 448/471 KB 1556/1822 KB 509/1210 KB 53/53 KB 16/276 KB 448/471 KB 1556/1822 KB 497/1210 KB 53/53 KB 448/471 KB 1552/1822 KB 509/1210 KB 53/53 KB 16/276 KB 452/471 KB 1556/1822 KB 513/1210 KB 53/53 KB 16/276 KB 452/471 KB 1556/1822 KB 513/1210 KB 53/53 KB 16/276 KB 456/471 KB 1560/1822 KB 513/1210 KB 53/53 KB 20/276 KB 456/471 KB 1564/1822 KB 513/1210 KB 53/53 KB 20/276 KB 456/471 KB 1568/1822 KB 513/1210 KB 53/53 KB 16/276 KB 456/471 KB 1556/1822 KB 513/1210 KB 53/53 KB 20/276 KB 456/471 KB 1560/1822 KB 513/1210 KB 53/53 KB 24/276 KB 456/471 KB 1568/1822 KB 513/1210 KB 53/53 KB 28/276 KB 456/471 KB 1568/1822 KB 513/1210 KB 53/53 KB 32/276 KB 456/471 KB 1568/1822 KB 513/1210 KB 53/53 KB 32/276 KB 460/471 KB 1568/1822 KB 513/1210 KB 53/53 KB 32/276 KB 464/471 KB 1568/1822 KB 513/1210 KB 53/53 KB 32/276 KB 468/471 KB 1568/1822 KB 517/1210 KB 53/53 KB 32/276 KB 471/471 KB 1572/1822 KB 517/1210 KB 53/53 KB 32/276 KB 468/471 KB 1572/1822 KB 517/1210 KB 53/53 KB 32/276 KB 471/471 KB 1576/1822 KB 517/1210 KB 53/53 KB 36/276 KB 471/471 KB 1576/1822 KB 517/1210 KB 53/53 KB 40/276 KB 471/471 KB 1576/1822 KB 517/1210 KB 53/53 KB 44/276 KB 471/471 KB 1576/1822 KB 517/1210 KB 53/53 KB 48/276 KB 471/471 KB 1576/1822 KB 517/1210 KB 53/53 KB 32/276 KB 468/471 KB 1568/1822 KB 521/1210 KB 53/53 KB 48/276 KB 471/471 KB 1576/1822 KB 525/1210 KB 53/53 KB 48/276 KB 471/471 KB 1576/1822 KB 529/1210 KB 53/53 KB 48/276 KB 471/471 KB 1576/1822 KB 533/1210 KB 53/53 KB 48/276 KB 471/471 KB 1580/1822 KB 537/1210 KB 53/53 KB 48/276 KB 471/471 KB 1580/1822 KB 541/1210 KB 53/53 KB 48/276 KB 471/471 KB 1580/1822 KB 529/1210 KB 53/53 KB 48/276 KB 471/471 KB 1580/1822 KB 541/1210 KB 53/53 KB 48/276 KB 471/471 KB 1584/1822 KB 541/1210 KB 53/53 KB 52/276 KB 471/471 KB 1584/1822 KB 541/1210 KB 53/53 KB 56/276 KB 471/471 KB 1584/1822 KB 541/1210 KB 53/53 KB 60/276 KB 471/471 KB 1584/1822 KB 541/1210 KB 53/53 KB 64/276 KB 471/471 KB 1584/1822 KB 545/1210 KB 53/53 KB 64/276 KB 471/471 KB 1584/1822 KB 549/1210 KB 53/53 KB 64/276 KB 471/471 KB 1588/1822 KB 553/1210 KB 53/53 KB 64/276 KB 471/471 KB 1588/1822 KB 557/1210 KB 53/53 KB 64/276 KB 471/471 KB 1588/1822 KB 545/1210 KB 53/53 KB 64/276 KB 471/471 KB 1588/1822 KB 557/1210 KB 53/53 KB 64/276 KB 471/471 KB 1592/1822 KB 557/1210 KB 53/53 KB 64/276 KB 471/471 KB 1596/1822 KB 557/1210 KB 53/53 KB 64/276 KB 471/471 KB 1600/1822 KB 557/1210 KB 53/53 KB 68/276 KB 471/471 KB 1600/1822 KB 557/1210 KB 53/53 KB 72/276 KB 471/471 KB 1600/1822 KB 557/1210 KB 53/53 KB 76/276 KB 471/471 KB 1600/1822 KB 557/1210 KB 53/53 KB 80/276 KB 471/471 KB 1600/1822 KB 557/1210 KB 53/53 KB 80/276 KB 471/471 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install KB 1604/1822 KB 561/1210 KB 53/53 KB 80/276 KB 1608/1822 KB 561/1210 KB 53/53 KB 80/276 KB 1612/1822 KB 561/1210 KB 53/53 KB 80/276 KB 1616/1822 KB Downloaded: https://repo.maven.apache.org/maven2/com/rabbitmq/amqp-client/4.0.2/amqp-client-4.0.2.jar (471 KB at 332.1 KB/sec) unit-abot-epc-basic-0: 10:38:16 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.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 561/1210 KB 53/53 KB 80/276 KB 471/471 KB 1604/1822 KB 561/1210 KB 53/53 KB 84/276 KB 1616/1822 KB 561/1210 KB 53/53 KB 88/276 KB 1616/1822 KB 561/1210 KB 53/53 KB 92/276 KB 1616/1822 KB 561/1210 KB 53/53 KB 96/276 KB 1616/1822 KB 561/1210 KB 53/53 KB 96/276 KB 1620/1822 KB 565/1210 KB 53/53 KB 96/276 KB 1624/1822 KB 565/1210 KB 53/53 KB 96/276 KB 1628/1822 KB 565/1210 KB 53/53 KB 96/276 KB 1620/1822 KB 569/1210 KB 53/53 KB 96/276 KB 1628/1822 KB 573/1210 KB 53/53 KB 96/276 KB 1628/1822 KB 573/1210 KB 53/53 KB 96/276 KB 1632/1822 KB 577/1210 KB 53/53 KB 96/276 KB 1632/1822 KB Downloaded: https://repo.maven.apache.org/maven2/net/minidev/json-smart/1.2/json-smart-1.2.jar (53 KB at 37.3 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 577/1210 KB 100/276 KB 1632/1822 KB 577/1210 KB 104/276 KB 1632/1822 KB 577/1210 KB 108/276 KB 1632/1822 KB 577/1210 KB 112/276 KB 1632/1822 KB 581/1210 KB 112/276 KB 1632/1822 KB 585/1210 KB 112/276 KB 1632/1822 KB 589/1210 KB 112/276 KB 1632/1822 KB 589/1210 KB 112/276 KB 1636/1822 KB 589/1210 KB 112/276 KB 1640/1822 KB 589/1210 KB 116/276 KB 1640/1822 KB 589/1210 KB 120/276 KB 1640/1822 KB 589/1210 KB 124/276 KB 1640/1822 KB 589/1210 KB 128/276 KB 1640/1822 KB 589/1210 KB 128/276 KB 1644/1822 KB 589/1210 KB 128/276 KB 1648/1822 KB 593/1210 KB 128/276 KB 1648/1822 KB 597/1210 KB 128/276 KB 1648/1822 KB 601/1210 KB 128/276 KB 1648/1822 KB 605/1210 KB 128/276 KB 1648/1822 KB 605/1210 KB 128/276 KB 1652/1822 KB 605/1210 KB 128/276 KB 1656/1822 KB 605/1210 KB 132/276 KB 1656/1822 KB 605/1210 KB 136/276 KB 1656/1822 KB 605/1210 KB 140/276 KB 1656/1822 KB 605/1210 KB 144/276 KB 1656/1822 KB 605/1210 KB 144/276 KB 1660/1822 KB 605/1210 KB 144/276 KB 1664/1822 KB 609/1210 KB 144/276 KB 1664/1822 KB 613/1210 KB 144/276 KB 1664/1822 KB 617/1210 KB 144/276 KB 1664/1822 KB 621/1210 KB 144/276 KB 1664/1822 KB 621/1210 KB 4/577 KB 148/276 KB 1664/1822 KB 621/1210 KB 4/577 KB 152/276 KB 1664/1822 KB 621/1210 KB 4/577 KB 144/276 KB 1664/1822 KB 621/1210 KB 8/577 KB 152/276 KB 1664/1822 KB 621/1210 KB 12/577 KB 152/276 KB 1664/1822 KB 621/1210 KB 16/577 KB 152/276 KB 1664/1822 KB 621/1210 KB 16/577 KB 156/276 KB 1664/1822 KB 621/1210 KB 16/577 KB 160/276 KB 1664/1822 KB 621/1210 KB 20/577 KB 160/276 KB 1664/1822 KB 621/1210 KB 24/577 KB 160/276 KB 1664/1822 KB 621/1210 KB 28/577 KB 160/276 KB 1664/1822 KB 621/1210 KB 32/577 KB 160/276 KB 1664/1822 KB 621/1210 KB 36/577 KB 160/276 KB 1664/1822 KB 621/1210 KB 36/577 KB 164/276 KB 1664/1822 KB 621/1210 KB 36/577 KB 168/276 KB 1664/1822 KB 621/1210 KB 36/577 KB 172/276 KB 1664/1822 KB 621/1210 KB 36/577 KB 176/276 KB 1664/1822 KB 621/1210 KB 40/577 KB 176/276 KB 1664/1822 KB 621/1210 KB 44/577 KB 176/276 KB 1664/1822 KB 621/1210 KB 48/577 KB 176/276 KB 1664/1822 KB 621/1210 KB 52/577 KB 176/276 KB 1664/1822 KB 625/1210 KB 56/577 KB 176/276 KB 1668/1822 KB 625/1210 KB 60/577 KB 176/276 KB 1668/1822 KB 625/1210 KB 64/577 KB 176/276 KB 1668/1822 KB 625/1210 KB 52/577 KB 176/276 KB 1668/1822 KB 621/1210 KB 52/577 KB 176/276 KB 1668/1822 KB 625/1210 KB 64/577 KB 176/276 KB 1672/1822 KB 625/1210 KB 64/577 KB 176/276 KB 1676/1822 KB 625/1210 KB 64/577 KB 176/276 KB 1680/1822 KB 625/1210 KB 64/577 KB 180/276 KB 1684/1822 KB 625/1210 KB 64/577 KB 180/276 KB 1680/1822 KB 629/1210 KB 68/577 KB 184/276 KB 1684/1822 KB 629/1210 KB 68/577 KB 188/276 KB 1684/1822 KB 629/1210 KB 68/577 KB 192/276 KB 1684/1822 KB 629/1210 KB 68/577 KB 192/276 KB 1688/1822 KB 629/1210 KB 68/577 KB 192/276 KB 1692/1822 KB 629/1210 KB 68/577 KB 180/276 KB 1684/1822 KB 629/1210 KB 72/577 KB 192/276 KB 1696/1822 KB 629/1210 KB 76/577 KB 192/276 KB 1696/1822 KB 629/1210 KB 80/577 KB 192/276 KB 1696/1822 KB 629/1210 KB 64/577 KB 180/276 KB 1684/1822 KB 633/1210 KB 80/577 KB 192/276 KB 1696/1822 KB 637/1210 KB 80/577 KB 192/276 KB 1696/1822 KB 641/1210 KB 80/577 KB 192/276 KB 1696/1822 KB 645/1210 KB 80/577 KB 192/276 KB 1696/1822 KB 649/1210 KB 80/577 KB 192/276 KB 1696/1822 KB 653/1210 KB 80/577 KB 192/276 KB 1696/1822 KB 653/1210 KB 80/577 KB 196/276 KB 1696/1822 KB 653/1210 KB 80/577 KB 200/276 KB 1696/1822 KB 653/1210 KB 80/577 KB 204/276 KB 1696/1822 KB 653/121 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 0 KB 80/577 KB 208/276 KB 1696/1822 KB 653/1210 KB 80/577 KB 212/276 KB 1696/1822 KB 653/1210 KB 80/577 KB 214/276 KB 1696/1822 KB 629/1210 KB 68/577 KB 192/276 KB 1696/1822 KB 653/1210 KB 80/577 KB 214/276 KB 1700/1822 KB 657/1210 KB 84/577 KB 214/276 KB 1704/1822 KB 657/1210 KB 84/577 KB 214/276 KB 1708/1822 KB 657/1210 KB 84/577 KB 214/276 KB 1700/1822 KB 657/1210 KB 88/577 KB 214/276 KB 1708/1822 KB 657/1210 KB 88/577 KB 218/276 KB 1708/1822 KB 657/1210 KB 88/577 KB 222/276 KB 1708/1822 KB 657/1210 KB 92/577 KB 222/276 KB 1712/1822 KB 657/1210 KB 92/577 KB 226/276 KB 1712/1822 KB 4/37 KB 657/1210 KB 92/577 KB 226/276 KB 1712/1822 KB 8/37 KB 657/1210 KB 92/577 KB 226/276 KB 1712/1822 KB 12/37 KB 657/1210 KB 92/577 KB 226/276 KB 1712/1822 KB 16/37 KB 657/1210 KB 80/577 KB 214/276 KB 1700/1822 KB 657/1210 KB 92/577 KB 226/276 KB 1712/1822 KB 657/1210 KB 92/577 KB 222/276 KB 1708/1822 KB 657/1210 KB 96/577 KB 226/276 KB 1712/1822 KB 16/37 KB 657/1210 KB 96/577 KB 230/276 KB 1712/1822 KB 16/37 KB 661/1210 KB 96/577 KB 230/276 KB 1712/1822 KB 16/37 KB 661/1210 KB 96/577 KB 230/276 KB 1712/1822 KB 20/37 KB 661/1210 KB 96/577 KB 230/276 KB 1712/1822 KB 24/37 KB 661/1210 KB 96/577 KB 230/276 KB 1712/1822 KB 28/37 KB 661/1210 KB 96/577 KB 230/276 KB 1712/1822 KB 32/37 KB 661/1210 KB 96/577 KB 230/276 KB 1712/1822 KB 36/37 KB 661/1210 KB 96/577 KB 230/276 KB 1712/1822 KB 37/37 KB 661/1210 KB 100/577 KB 230/276 KB 1712/1822 KB 37/37 KB 665/1210 KB 104/577 KB 234/276 KB 1716/1822 KB 37/37 KB 665/1210 KB 108/577 KB 234/276 KB 1716/1822 KB 37/37 KB 665/1210 KB 112/577 KB 234/276 KB 1716/1822 KB 37/37 KB 665/1210 KB 100/577 KB 234/276 KB 1716/1822 KB 37/37 KB 665/1210 KB 100/577 KB 230/276 KB 1716/1822 KB 37/37 KB 665/1210 KB 100/577 KB 230/276 KB 1712/1822 KB 37/37 KB 669/1210 KB 112/577 KB 234/276 KB 1716/1822 KB 37/37 KB 669/1210 KB 112/577 KB 234/276 KB 1720/1822 KB 37/37 KB 669/1210 KB 112/577 KB 234/276 KB 1724/1822 KB 37/37 KB 669/1210 KB 112/577 KB 234/276 KB 1728/1822 KB 37/37 KB 669/1210 KB 112/577 KB 238/276 KB 1728/1822 KB 37/37 KB 669/1210 KB 112/577 KB 242/276 KB 1728/1822 KB 37/37 KB 669/1210 KB 112/577 KB 246/276 KB 1728/1822 KB 37/37 KB 673/1210 KB 116/577 KB 250/276 KB 1732/1822 KB 37/37 KB 673/1210 KB 116/577 KB 254/276 KB 1732/1822 KB 37/37 KB 673/1210 KB 116/577 KB 258/276 KB 1732/1822 KB 37/37 KB 673/1210 KB 116/577 KB 262/276 KB 1732/1822 KB 37/37 KB 673/1210 KB 116/577 KB 246/276 KB 1732/1822 KB 37/37 KB 673/1210 KB 116/577 KB 262/276 KB 1736/1822 KB 37/37 KB 673/1210 KB 116/577 KB 262/276 KB 1740/1822 KB 37/37 KB 673/1210 KB 116/577 KB 262/276 KB 1744/1822 KB 37/37 KB 673/1210 KB 116/577 KB 246/276 KB 1728/1822 KB 37/37 KB 673/1210 KB 112/577 KB 246/276 KB 1728/1822 KB 37/37 KB 677/1210 KB 116/577 KB 262/276 KB 1744/1822 KB 37/37 KB 681/1210 KB 116/577 KB 262/276 KB 1744/1822 KB 37/37 KB 685/1210 KB 116/577 KB 262/276 KB 1744/1822 KB 37/37 KB 685/1210 KB 120/577 KB 262/276 KB 1744/1822 KB 37/37 KB 689/1210 KB 120/577 KB 262/276 KB 1744/1822 KB 37/37 KB 693/1210 KB 124/577 KB 262/276 KB 1744/1822 KB 37/37 KB 697/1210 KB 124/577 KB 262/276 KB 1744/1822 KB 37/37 KB 701/1210 KB 124/577 KB 262/276 KB 1744/1822 KB 37/37 KB 705/1210 KB 124/577 KB 262/276 KB 1744/1822 KB 37/37 KB 709/1210 KB 124/577 KB 266/276 KB 1748/1822 KB 37/37 KB 713/1210 KB 124/577 KB 266/276 KB 1748/1822 KB 37/37 KB 717/1210 KB 124/577 KB 266/276 KB 1748/1822 KB 37/37 KB 689/1210 K unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install B 124/577 KB 262/276 KB 1744/1822 KB 37/37 KB 717/1210 KB 128/577 KB 266/276 KB 1748/1822 KB 37/37 KB 717/1210 KB 132/577 KB 266/276 KB 1748/1822 KB 37/37 KB 717/1210 KB 136/577 KB 266/276 KB 1748/1822 KB 37/37 KB 717/1210 KB 140/577 KB 266/276 KB 1748/1822 KB 37/37 KB 717/1210 KB 144/577 KB 266/276 KB 1748/1822 KB 37/37 KB 705/1210 KB 124/577 KB 266/276 KB 1748/1822 KB 37/37 KB 705/1210 KB 124/577 KB 262/276 KB 1748/1822 KB 37/37 KB 717/1210 KB 144/577 KB 266/276 KB 1752/1822 KB 37/37 KB 717/1210 KB 144/577 KB 266/276 KB 1756/1822 KB 37/37 KB 717/1210 KB 144/577 KB 266/276 KB 1760/1822 KB 37/37 KB 717/1210 KB 144/577 KB 270/276 KB 1760/1822 KB 37/37 KB 717/1210 KB 144/577 KB 274/276 KB 1760/1822 KB 37/37 KB 717/1210 KB 144/577 KB 276/276 KB 1760/1822 KB 37/37 KB 717/1210 KB 148/577 KB 276/276 KB 1760/1822 KB 37/37 KB 721/1210 KB 152/577 KB 276/276 KB 1764/1822 KB 37/37 KB 721/1210 KB 156/577 KB 276/276 KB 1764/1822 KB 37/37 KB 721/1210 KB 160/577 KB 276/276 KB 1764/1822 KB 37/37 KB 721/1210 KB 148/577 KB 276/276 KB 1764/1822 KB 37/37 KB 721/1210 KB 160/577 KB 276/276 KB 1768/1822 KB 37/37 KB 721/1210 KB 160/577 KB 276/276 KB 1772/1822 KB 37/37 KB 721/1210 KB 160/577 KB 276/276 KB 1776/1822 KB 37/37 KB 721/1210 KB 148/577 KB 276/276 KB 1760/1822 KB 37/37 KB 725/1210 KB 160/577 KB 276/276 KB 1776/1822 KB 37/37 KB 729/1210 KB 160/577 KB 276/276 KB 1776/1822 KB 37/37 KB 733/1210 KB 160/577 KB 276/276 KB 1776/1822 KB 37/37 KB 737/1210 KB 160/577 KB 276/276 KB 1776/1822 KB 37/37 KB 741/1210 KB 164/577 KB 276/276 KB 1780/1822 KB 37/37 KB 745/1210 KB 164/577 KB 276/276 KB 1780/1822 KB 37/37 KB 737/1210 KB 164/577 KB 276/276 KB 1780/1822 KB 37/37 KB 737/1210 KB 164/577 KB 276/276 KB 1776/1822 KB 37/37 KB 749/1210 KB 164/577 KB 276/276 KB 1784/1822 KB 37/37 KB 749/1210 KB 168/577 KB 276/276 KB 1788/1822 KB 37/37 KB 749/1210 KB 168/577 KB 276/276 KB 1792/1822 KB 37/37 KB 749/1210 KB 168/577 KB 276/276 KB 1784/1822 KB 37/37 KB 749/1210 KB 172/577 KB 276/276 KB 1792/1822 KB 37/37 KB 749/1210 KB 176/577 KB 276/276 KB 1792/1822 KB 37/37 KB 749/1210 KB 164/577 KB 276/276 KB 1780/1822 KB 37/37 KB 749/1210 KB 180/577 KB 276/276 KB 1792/1822 KB 37/37 KB 753/1210 KB 184/577 KB 276/276 KB 1796/1822 KB 37/37 KB 753/1210 KB 188/577 KB 276/276 KB 1796/1822 KB 37/37 KB 753/1210 KB 192/577 KB 276/276 KB 1796/1822 KB 37/37 KB 753/1210 KB 180/577 KB 276/276 KB 1796/1822 KB 37/37 KB 753/1210 KB 192/577 KB 276/276 KB 1800/1822 KB 37/37 KB 753/1210 KB 192/577 KB 276/276 KB 1804/1822 KB 37/37 KB 753/1210 KB 180/577 KB 276/276 KB 1792/1822 KB 37/37 KB 757/1210 KB 192/577 KB 276/276 KB 1804/1822 KB 37/37 KB 761/1210 KB 192/577 KB 276/276 KB 1808/1822 KB 37/37 KB 765/1210 KB 192/577 KB 276/276 KB 1808/1822 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpmime/4.3.5/httpmime-4.3.5.jar (37 KB at 24.8 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 757/1210 KB 192/577 KB 276/276 KB 1808/1822 KB 37/37 KB 765/1210 KB 192/577 KB 276/276 KB 1812/1822 KB 769/1210 KB 196/577 KB 276/276 KB 1816/1822 KB 769/1210 KB 196/577 KB 276/276 KB 1820/1822 KB 769/1210 KB 196/577 KB 276/276 KB 1822/1822 KB 769/1210 KB 196/577 KB 276/276 KB 1812/1822 KB 765/1210 KB 196/577 KB 276/276 KB 1812/1822 KB 769/1210 KB 200/577 KB 276/276 KB 1822/1822 KB 769/1210 KB 204/577 KB 276/276 KB 1822/1822 KB 769/1210 KB 208/577 KB 276/276 KB 1822/1822 KB 773/1210 KB 208/577 KB 276/276 KB 1822/1822 KB 777/1210 KB 208/577 KB 276/276 KB 1822/1822 KB 781/1210 KB 208/577 KB 276/276 KB 1822/1822 KB 785/1210 KB 208/577 KB 276/276 KB 1822/1822 KB 789/1210 KB 212/577 KB 276/276 KB 1822/1822 KB 793/1210 KB 212/577 KB 276/276 KB 1822/1822 KB 797/1210 KB 212/577 KB 276/276 KB 1822/1822 KB 785/1210 KB 212/577 KB 276/276 KB 1822/1822 KB 797/1210 KB 216/577 KB 276/276 KB 1822/1822 KB 797/1210 KB 220/577 KB 276/276 KB 1822/1822 KB 797/1210 KB 224/577 KB 276/276 KB 1822/1822 KB 801/1210 KB 224/577 KB 276/276 KB 1822/1822 KB 805/1210 KB 228/577 KB 276/276 KB 1822/1822 KB 809/1210 KB 228/577 KB 276/276 KB 1822/1822 KB 813/1210 KB 228/577 KB 276/276 KB 1822/1822 KB 801/1210 KB 228/577 KB 276/276 KB 1822/1822 KB 813/1210 KB 232/577 KB 276/276 KB 1822/1822 KB 813/1210 KB 236/577 KB 276/276 KB 1822/1822 KB 813/1210 KB 240/577 KB 276/276 KB 1822/1822 KB 817/1210 KB 240/577 KB 276/276 KB 1822/1822 KB 821/1210 KB 244/577 KB 276/276 KB 1822/1822 KB 825/1210 KB 244/577 KB 276/276 KB 1822/1822 KB 829/1210 KB 244/577 KB 276/276 KB 1822/1822 KB 817/1210 KB 244/577 KB 276/276 KB 1822/1822 KB 829/1210 KB 248/577 KB 276/276 KB 1822/1822 KB 829/1210 KB 252/577 KB 276/276 KB 1822/1822 KB 829/1210 KB 256/577 KB 276/276 KB 1822/1822 KB 833/1210 KB 256/577 KB 276/276 KB 1822/1822 KB 833/1210 KB 260/577 KB 276/276 KB 1822/1822 KB 837/1210 KB 260/577 KB 276/276 KB 1822/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (276 KB at 186.0 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 841/1210 KB 260/577 KB 1822/1822 KB 841/1210 KB 264/577 KB 1822/1822 KB 841/1210 KB 268/577 KB 1822/1822 KB 845/1210 KB 268/577 KB 1822/1822 KB 845/1210 KB 272/577 KB 1822/1822 KB 849/1210 KB 272/577 KB 1822/1822 KB 853/1210 KB 276/577 KB 1822/1822 KB 857/1210 KB 276/577 KB 1822/1822 KB 849/1210 KB 276/577 KB 1822/1822 KB 857/1210 KB 280/577 KB 1822/1822 KB 857/1210 KB 284/577 KB 1822/1822 KB 861/1210 KB 284/577 KB 1822/1822 KB 861/1210 KB 288/577 KB 1822/1822 KB 865/1210 KB 288/577 KB 1822/1822 KB 869/1210 KB 292/577 KB 1822/1822 KB 873/1210 KB 292/577 KB 1822/1822 KB 877/1210 KB 292/577 KB 1822/1822 KB 865/1210 KB 292/577 KB 1822/1822 KB 877/1210 KB 296/577 KB 1822/1822 KB 877/1210 KB 300/577 KB 1822/1822 KB 877/1210 KB 304/577 KB 1822/1822 KB 881/1210 KB 304/577 KB 1822/1822 KB 881/1210 KB 308/577 KB 2/167 KB 1822/1822 KB 881/1210 KB 308/577 KB 5/167 KB 1822/1822 KB 881/1210 KB 308/577 KB 6/167 KB 1822/1822 KB 881/1210 KB 308/577 KB 9/167 KB 1822/1822 KB 881/1210 KB 308/577 KB 1822/1822 KB 881/1210 KB 308/577 KB 10/167 KB 1822/1822 KB 881/1210 KB 308/577 KB 13/167 KB 1822/1822 KB 881/1210 KB 308/577 KB 14/167 KB 1822/1822 KB 881/1210 KB 308/577 KB 17/167 KB 1822/1822 KB 885/1210 KB 308/577 KB 17/167 KB 1822/1822 KB 885/1210 KB 312/577 KB 17/167 KB 1822/1822 KB 889/1210 KB 312/577 KB 17/167 KB 1822/1822 KB 889/1210 KB 316/577 KB 18/167 KB 1822/1822 KB 889/1210 KB 316/577 KB 21/167 KB 1822/1822 KB 889/1210 KB 316/577 KB 22/167 KB 1822/1822 KB 893/1210 KB 316/577 KB 22/167 KB 1822/1822 KB 889/1210 KB 316/577 KB 17/167 KB 1822/1822 KB 893/1210 KB 320/577 KB 22/167 KB 1822/1822 KB 893/1210 KB 320/577 KB 25/167 KB 1822/1822 KB 893/1210 KB 320/577 KB 26/167 KB 1822/1822 KB 893/1210 KB 320/577 KB 29/167 KB 1822/1822 KB 893/1210 KB 320/577 KB 30/167 KB 1822/1822 KB 893/1210 KB 320/577 KB 33/167 KB 1822/1822 KB 893/1210 KB 320/577 KB 34/167 KB 1822/1822 KB 893/1210 KB 320/577 KB 37/167 KB 1822/1822 KB Downloaded: https://repo.maven.apache.org/maven2/org/aspectj/aspectjweaver/1.8.7/aspectjweaver-1.8.7.jar (1822 KB at 1219.9 KB/sec) unit-abot-epc-basic-0: 10:38:16 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-mysql-0: 10:38:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 893/1210 KB 320/577 KB 38/167 KB 893/1210 KB 320/577 KB 41/167 KB 893/1210 KB 320/577 KB 42/167 KB 893/1210 KB 320/577 KB 45/167 KB 893/1210 KB 320/577 KB 46/167 KB 893/1210 KB 320/577 KB 49/167 KB 893/1210 KB 320/577 KB 50/167 KB 893/1210 KB 320/577 KB 53/167 KB 893/1210 KB 320/577 KB 54/167 KB 893/1210 KB 320/577 KB 57/167 KB 893/1210 KB 320/577 KB 58/167 KB 893/1210 KB 320/577 KB 61/167 KB 893/1210 KB 324/577 KB 62/167 KB 897/1210 KB 328/577 KB 62/167 KB 897/1210 KB 324/577 KB 62/167 KB 893/1210 KB 320/577 KB 62/167 KB 897/1210 KB 328/577 KB 65/167 KB 897/1210 KB 328/577 KB 66/167 KB 901/1210 KB 328/577 KB 66/167 KB 905/1210 KB 328/577 KB 66/167 KB 905/1210 KB 332/577 KB 69/167 KB 905/1210 KB 336/577 KB 69/167 KB 905/1210 KB 328/577 KB 69/167 KB 909/1210 KB 336/577 KB 69/167 KB 909/1210 KB 336/577 KB 70/167 KB 913/1210 KB 336/577 KB 70/167 KB 917/1210 KB 340/577 KB 73/167 KB 921/1210 KB 340/577 KB 73/167 KB 925/1210 KB 340/577 KB 73/167 KB 913/1210 KB 340/577 KB 73/167 KB 913/1210 KB 336/577 KB 73/167 KB 925/1210 KB 340/577 KB 74/167 KB 925/1210 KB 340/577 KB 77/167 KB 925/1210 KB 344/577 KB 78/167 KB 925/1210 KB 348/577 KB 78/167 KB 925/1210 KB 348/577 KB 78/167 KB 925/1210 KB 352/577 KB 78/167 KB 925/1210 KB 352/577 KB 81/167 KB 925/1210 KB 352/577 KB 82/167 KB 925/1210 KB 352/577 KB 85/167 KB 929/1210 KB 352/577 KB 86/167 KB 929/1210 KB 352/577 KB 86/167 KB 929/1210 KB 352/577 KB 89/167 KB 933/1210 KB 356/577 KB 89/167 KB 929/1210 KB 356/577 KB 89/167 KB 933/1210 KB 360/577 KB 89/167 KB 937/1210 KB 360/577 KB 89/167 KB 937/1210 KB 364/577 KB 89/167 KB 937/1210 KB 368/577 KB 90/167 KB 937/1210 KB 364/577 KB 90/167 KB 941/1210 KB 368/577 KB 90/167 KB 941/1210 KB 368/577 KB 93/167 KB 941/1210 KB 372/577 KB 94/167 KB 945/1210 KB 372/577 KB 94/167 KB 941/1210 KB 372/577 KB 93/167 KB 945/1210 KB 372/577 KB 97/167 KB 945/1210 KB 372/577 KB 98/167 KB 945/1210 KB 376/577 KB 98/167 KB 949/1210 KB 376/577 KB 98/167 KB 949/1210 KB 376/577 KB 101/167 KB 949/1210 KB 380/577 KB 101/167 KB 953/1210 KB 384/577 KB 102/167 KB 953/1210 KB 380/577 KB 102/167 KB 953/1210 KB 380/577 KB 101/167 KB 957/1210 KB 384/577 KB 102/167 KB 957/1210 KB 384/577 KB 105/167 KB 957/1210 KB 388/577 KB 105/167 KB 961/1210 KB 392/577 KB 106/167 KB 961/1210 KB 396/577 KB 106/167 KB 961/1210 KB 400/577 KB 106/167 KB 961/1210 KB 388/577 KB 106/167 KB 957/1210 KB 388/577 KB 106/167 KB 961/1210 KB 400/577 KB 109/167 KB 961/1210 KB 400/577 KB 110/167 KB 961/1210 KB 400/577 KB 113/167 KB 965/1210 KB 400/577 KB 113/167 KB 969/1210 KB 400/577 KB 114/167 KB 973/1210 KB 400/577 KB 114/167 KB 965/1210 KB 400/577 KB 114/167 KB 973/1210 KB 400/577 KB 117/167 KB 973/1210 KB 400/577 KB 118/167 KB 973/1210 KB 400/577 KB 121/167 KB 973/1210 KB 404/577 KB 121/167 KB 973/1210 KB 408/577 KB 121/167 KB 973/1210 KB 412/577 KB 121/167 KB 977/1210 KB 412/577 KB 122/167 KB 973/1210 KB 412/577 KB 122/167 KB 977/1210 KB 416/577 KB 122/167 KB 981/1210 KB 416/577 KB 122/167 KB 981/1210 KB 416/577 KB 125/167 KB 985/1210 KB 420/577 KB 125/167 KB 985/1210 KB 424/577 KB 126/167 KB 985/1210 KB 428/577 KB 126/167 KB 985/1210 KB 432/577 KB 126/167 KB 985/1210 KB 416/577 KB 125/167 KB 989/1210 KB 432/577 KB 126/167 KB 985/1210 KB 420/577 KB 126/167 KB 989/1210 KB 432/577 KB 129/167 KB 993/1210 KB 432/577 KB 129/167 KB 993/1210 KB 432/577 KB 130/167 KB 993/1210 KB 432/577 KB 4/439 KB 13 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 0/167 KB 993/1210 KB 432/577 KB 8/439 KB 130/167 KB 993/1210 KB 432/577 KB 12/439 KB 130/167 KB 993/1210 KB 432/577 KB 16/439 KB 130/167 KB 993/1210 KB 432/577 KB 16/439 KB 133/167 KB 993/1210 KB 432/577 KB 16/439 KB 134/167 KB 997/1210 KB 432/577 KB 16/439 KB 134/167 KB 1001/1210 KB 432/577 KB 16/439 KB 134/167 KB 1005/1210 KB 432/577 KB 16/439 KB 134/167 KB 1005/1210 KB 432/577 KB 16/439 KB 137/167 KB 1009/1210 KB 432/577 KB 16/439 KB 137/167 KB 1009/1210 KB 436/577 KB 16/439 KB 138/167 KB 1009/1210 KB 440/577 KB 16/439 KB 138/167 KB 1009/1210 KB 440/577 KB 20/439 KB 138/167 KB 1009/1210 KB 440/577 KB 24/439 KB 138/167 KB 1009/1210 KB 440/577 KB 28/439 KB 138/167 KB 1009/1210 KB 440/577 KB 32/439 KB 138/167 KB 1009/1210 KB 432/577 KB 16/439 KB 138/167 KB 1009/1210 KB 440/577 KB 32/439 KB 141/167 KB 1009/1210 KB 440/577 KB 32/439 KB 142/167 KB 1009/1210 KB 444/577 KB 32/439 KB 142/167 KB 1009/1210 KB 444/577 KB 32/439 KB 145/167 KB 1013/1210 KB 448/577 KB 32/439 KB 145/167 KB 1017/1210 KB 448/577 KB 32/439 KB 145/167 KB 1009/1210 KB 448/577 KB 32/439 KB 145/167 KB 1017/1210 KB 448/577 KB 32/439 KB 146/167 KB 1021/1210 KB 448/577 KB 36/439 KB 146/167 KB 1021/1210 KB 448/577 KB 40/439 KB 146/167 KB 1021/1210 KB 448/577 KB 44/439 KB 146/167 KB 1021/1210 KB 448/577 KB 48/439 KB 146/167 KB 1021/1210 KB 448/577 KB 52/439 KB 146/167 KB 1021/1210 KB 448/577 KB 56/439 KB 146/167 KB 1021/1210 KB 448/577 KB 60/439 KB 146/167 KB 1021/1210 KB 448/577 KB 64/439 KB 146/167 KB 1021/1210 KB 448/577 KB 32/439 KB 146/167 KB 1021/1210 KB 448/577 KB 64/439 KB 149/167 KB 1021/1210 KB 448/577 KB 64/439 KB 150/167 KB 1025/1210 KB 448/577 KB 64/439 KB 150/167 KB 1025/1210 KB 448/577 KB 64/439 KB 153/167 KB 1025/1210 KB 448/577 KB 64/439 KB 154/167 KB 1029/1210 KB 448/577 KB 64/439 KB 154/167 KB 1029/1210 KB 448/577 KB 68/439 KB 154/167 KB 1029/1210 KB 448/577 KB 72/439 KB 154/167 KB 1029/1210 KB 448/577 KB 76/439 KB 154/167 KB 1029/1210 KB 448/577 KB 80/439 KB 154/167 KB 1033/1210 KB 448/577 KB 80/439 KB 154/167 KB 1033/1210 KB 448/577 KB 80/439 KB 157/167 KB 1037/1210 KB 448/577 KB 80/439 KB 157/167 KB 1037/1210 KB 448/577 KB 80/439 KB 158/167 KB 1037/1210 KB 448/577 KB 80/439 KB 161/167 KB 1041/1210 KB 448/577 KB 80/439 KB 162/167 KB 1045/1210 KB 452/577 KB 80/439 KB 162/167 KB 1049/1210 KB 452/577 KB 80/439 KB 162/167 KB 1053/1210 KB 452/577 KB 80/439 KB 162/167 KB 1041/1210 KB 452/577 KB 80/439 KB 162/167 KB 1053/1210 KB 456/577 KB 80/439 KB 162/167 KB 1053/1210 KB 460/577 KB 80/439 KB 162/167 KB 1053/1210 KB 464/577 KB 80/439 KB 162/167 KB 1053/1210 KB 468/577 KB 80/439 KB 162/167 KB 1053/1210 KB 472/577 KB 80/439 KB 162/167 KB 1053/1210 KB 476/577 KB 80/439 KB 162/167 KB 1053/1210 KB 480/577 KB 80/439 KB 162/167 KB 1037/1210 KB 448/577 KB 80/439 KB 162/167 KB 1053/1210 KB 480/577 KB 80/439 KB 165/167 KB 1053/1210 KB 480/577 KB 80/439 KB 167/167 KB 1053/1210 KB 484/577 KB 80/439 KB 167/167 KB 1057/1210 KB 488/577 KB 84/439 KB 167/167 KB 1057/1210 KB 492/577 KB 84/439 KB 167/167 KB 1057/1210 KB 496/577 KB 84/439 KB 167/167 KB 1057/1210 KB 484/577 KB 84/439 KB 167/167 KB 1053/1210 KB 484/577 KB 84/439 KB 167/167 KB 1057/1210 KB 496/577 KB 88/439 KB 167/167 KB 1057/1210 KB 496/577 KB 92/439 KB 167/167 KB 1057/1210 KB 496/577 KB 96/439 KB 167/167 KB 1061/1210 KB 496/577 KB 96/439 KB 167/167 KB 1065/1210 KB 496/577 KB 96/439 KB 167/167 KB 1069/1210 KB 496/577 KB 96/439 KB 1 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 67/167 KB 1069/1210 KB 500/577 KB 96/439 KB 167/167 KB 1069/1210 KB 500/577 KB 100/439 KB 167/167 KB 1069/1210 KB 500/577 KB 104/439 KB 167/167 KB 1069/1210 KB 500/577 KB 108/439 KB 167/167 KB 1069/1210 KB 500/577 KB 112/439 KB 167/167 KB 1069/1210 KB 504/577 KB 112/439 KB 167/167 KB 1069/1210 KB 508/577 KB 112/439 KB 167/167 KB 1069/1210 KB 512/577 KB 112/439 KB 167/167 KB 1073/1210 KB 512/577 KB 112/439 KB 167/167 KB 1077/1210 KB 512/577 KB 112/439 KB 167/167 KB 1081/1210 KB 512/577 KB 112/439 KB 167/167 KB 1085/1210 KB 512/577 KB 112/439 KB 167/167 KB 1089/1210 KB 512/577 KB 112/439 KB 167/167 KB 1089/1210 KB 516/577 KB 112/439 KB 167/167 KB 1089/1210 KB 520/577 KB 112/439 KB 167/167 KB 1089/1210 KB 524/577 KB 112/439 KB 167/167 KB 1089/1210 KB 528/577 KB 112/439 KB 167/167 KB 1093/1210 KB 528/577 KB 112/439 KB 167/167 KB 1093/1210 KB 532/577 KB 116/439 KB 167/167 KB 1093/1210 KB 528/577 KB 116/439 KB 167/167 KB 1097/1210 KB 532/577 KB 120/439 KB 167/167 KB 1097/1210 KB 532/577 KB 124/439 KB 167/167 KB 1097/1210 KB 532/577 KB 128/439 KB 167/167 KB 1097/1210 KB 532/577 KB 116/439 KB 167/167 KB 1101/1210 KB 532/577 KB 128/439 KB 167/167 KB 1101/1210 KB 536/577 KB 128/439 KB 167/167 KB 1101/1210 KB 540/577 KB 128/439 KB 167/167 KB 1101/1210 KB 544/577 KB 128/439 KB 167/167 KB 1101/1210 KB 548/577 KB 128/439 KB 167/167 KB 1105/1210 KB 552/577 KB 128/439 KB 167/167 KB 1105/1210 KB 556/577 KB 128/439 KB 167/167 KB 1105/1210 KB 560/577 KB 128/439 KB 167/167 KB 1105/1210 KB 548/577 KB 128/439 KB 167/167 KB 1109/1210 KB 560/577 KB 128/439 KB 167/167 KB 1113/1210 KB 560/577 KB 128/439 KB 167/167 KB 1117/1210 KB 560/577 KB 128/439 KB 167/167 KB 1121/1210 KB 560/577 KB 128/439 KB 167/167 KB 1121/1210 KB 560/577 KB 132/439 KB 167/167 KB 1121/1210 KB 560/577 KB 136/439 KB 167/167 KB 1121/1210 KB 560/577 KB 140/439 KB 167/167 KB 1121/1210 KB 560/577 KB 144/439 KB 167/167 KB 1125/1210 KB 560/577 KB 144/439 KB 167/167 KB 1129/1210 KB 560/577 KB 144/439 KB 167/167 KB 1133/1210 KB 560/577 KB 144/439 KB 167/167 KB 1133/1210 KB 564/577 KB 144/439 KB 167/167 KB 1133/1210 KB 568/577 KB 144/439 KB 167/167 KB 1133/1210 KB 572/577 KB 144/439 KB 167/167 KB 1133/1210 KB 576/577 KB 144/439 KB 167/167 KB 1133/1210 KB 576/577 KB 148/439 KB 167/167 KB 1133/1210 KB 576/577 KB 152/439 KB 167/167 KB 1133/1210 KB 576/577 KB 156/439 KB 167/167 KB 1133/1210 KB 576/577 KB 160/439 KB 167/167 KB 1133/1210 KB 577/577 KB 160/439 KB 167/167 KB 1137/1210 KB 577/577 KB 160/439 KB 167/167 KB 1141/1210 KB 577/577 KB 160/439 KB 167/167 KB 1145/1210 KB 577/577 KB 160/439 KB 167/167 KB 1149/1210 KB 577/577 KB 160/439 KB 167/167 KB 1153/1210 KB 577/577 KB 160/439 KB 167/167 KB 1153/1210 KB 577/577 KB 164/439 KB 167/167 KB 1153/1210 KB 577/577 KB 168/439 KB 167/167 KB 1153/1210 KB 577/577 KB 172/439 KB 167/167 KB 1153/1210 KB 577/577 KB 176/439 KB 167/167 KB 1157/1210 KB 577/577 KB 176/439 KB 167/167 KB 1161/1210 KB 577/577 KB 176/439 KB 167/167 KB 1165/1210 KB 577/577 KB 176/439 KB 167/167 KB 1169/1210 KB 577/577 KB 176/439 KB 167/167 KB 1173/1210 KB 577/577 KB 176/439 KB 167/167 KB 1177/1210 KB 577/577 KB 176/439 KB 167/167 KB 1181/1210 KB 577/577 KB 176/439 KB 167/167 KB 1185/1210 KB 577/577 KB 176/439 KB 167/167 KB 1189/1210 KB 577/577 KB 176/439 KB 167/167 KB 1193/1210 KB 577/577 KB 176/439 KB 167/167 KB 1197/1210 KB 577/577 KB 176/439 KB 167/167 KB 1197/1210 KB 577/577 KB 180/439 KB 167/167 KB 1197/1210 KB unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 577/577 KB 184/439 KB 167/167 KB 1197/1210 KB 577/577 KB 188/439 KB 167/167 KB 1197/1210 KB 577/577 KB 192/439 KB 167/167 KB 1197/1210 KB 577/577 KB 196/439 KB 167/167 KB 1197/1210 KB 577/577 KB 200/439 KB 167/167 KB 1197/1210 KB 577/577 KB 204/439 KB 167/167 KB 1197/1210 KB 577/577 KB 208/439 KB 167/167 KB 1197/1210 KB 577/577 KB 212/439 KB 167/167 KB 1197/1210 KB 577/577 KB 216/439 KB 167/167 KB 1197/1210 KB 577/577 KB 220/439 KB 167/167 KB 1197/1210 KB 577/577 KB 224/439 KB 167/167 KB 1197/1210 KB 577/577 KB 228/439 KB 167/167 KB 1197/1210 KB 577/577 KB 232/439 KB 167/167 KB 1197/1210 KB 577/577 KB 236/439 KB 167/167 KB 1197/1210 KB 577/577 KB 240/439 KB 167/167 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (577 KB at 368.7 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 1201/1210 KB 240/439 KB 167/167 KB 1205/1210 KB 240/439 KB 167/167 KB 1209/1210 KB 240/439 KB 167/167 KB 1210/1210 KB 240/439 KB 167/167 KB 1210/1210 KB 244/439 KB 167/167 KB 1210/1210 KB 248/439 KB 167/167 KB 1210/1210 KB 252/439 KB 167/167 KB 1210/1210 KB 256/439 KB 167/167 KB 1210/1210 KB 260/439 KB 167/167 KB 1210/1210 KB 264/439 KB 167/167 KB 1210/1210 KB 268/439 KB 167/167 KB 1210/1210 KB 272/439 KB 167/167 KB 1210/1210 KB 272/439 KB 3/562 KB 167/167 KB 1210/1210 KB 272/439 KB 6/562 KB 167/167 KB 1210/1210 KB 272/439 KB 9/562 KB 167/167 KB 1210/1210 KB 272/439 KB 11/562 KB 167/167 KB 1210/1210 KB 272/439 KB 14/562 KB 167/167 KB 1210/1210 KB 272/439 KB 16/562 KB 167/167 KB 1210/1210 KB 272/439 KB 19/562 KB 167/167 KB 1210/1210 KB 272/439 KB 22/562 KB 167/167 KB 1210/1210 KB 276/439 KB 22/562 KB 167/167 KB 1210/1210 KB 280/439 KB 22/562 KB 167/167 KB 1210/1210 KB 284/439 KB 22/562 KB 167/167 KB 1210/1210 KB 288/439 KB 22/562 KB 167/167 KB 1210/1210 KB 288/439 KB 25/562 KB 167/167 KB 1210/1210 KB 288/439 KB 27/562 KB 167/167 KB 1210/1210 KB 288/439 KB 30/562 KB 167/167 KB 1210/1210 KB 288/439 KB 32/562 KB 167/167 KB 1210/1210 KB 288/439 KB 36/562 KB 167/167 KB 1210/1210 KB 288/439 KB 40/562 KB 167/167 KB 1210/1210 KB 288/439 KB 44/562 KB 167/167 KB 1210/1210 KB 288/439 KB 48/562 KB 167/167 KB 1210/1210 KB 288/439 KB 52/562 KB 167/167 KB 1210/1210 KB 288/439 KB 56/562 KB 167/167 KB 1210/1210 KB 288/439 KB 60/562 KB 167/167 KB 1210/1210 KB 288/439 KB 64/562 KB 167/167 KB 1210/1210 KB 292/439 KB 64/562 KB 167/167 KB 1210/1210 KB 296/439 KB 64/562 KB 167/167 KB 1210/1210 KB 300/439 KB 64/562 KB 167/167 KB 1210/1210 KB 304/439 KB 64/562 KB 167/167 KB 1210/1210 KB 304/439 KB 68/562 KB 167/167 KB 1210/1210 KB 304/439 KB 72/562 KB 167/167 KB 1210/1210 KB 304/439 KB 76/562 KB 167/167 KB 1210/1210 KB 304/439 KB 80/562 KB 167/167 KB 1210/1210 KB 304/439 KB 84/562 KB 167/167 KB 1210/1210 KB 308/439 KB 84/562 KB 167/167 KB 1210/1210 KB 312/439 KB 84/562 KB 167/167 KB 1210/1210 KB 316/439 KB 84/562 KB 167/167 KB 1210/1210 KB 320/439 KB 84/562 KB 167/167 KB 1210/1210 KB 320/439 KB 88/562 KB 167/167 KB 1210/1210 KB 320/439 KB 92/562 KB 167/167 KB 1210/1210 KB 320/439 KB 96/562 KB 167/167 KB 1210/1210 KB 320/439 KB 100/562 KB 167/167 KB 1210/1210 KB 320/439 KB 104/562 KB 167/167 KB 1210/1210 KB 320/439 KB 108/562 KB 167/167 KB 1210/1210 KB 320/439 KB 112/562 KB 167/167 KB 1210/1210 KB 320/439 KB 116/562 KB 167/167 KB 1210/1210 KB 320/439 KB 120/562 KB 167/167 KB 1210/1210 KB 320/439 KB 124/562 KB 167/167 KB 1210/1210 KB 320/439 KB 128/562 KB 167/167 KB 1210/1210 KB 324/439 KB 128/562 KB 167/167 KB 1210/1210 KB 328/439 KB 128/562 KB 167/167 KB 1210/1210 KB 332/439 KB 128/562 KB 167/167 KB 1210/1210 KB 336/439 KB 128/562 KB 167/167 KB 1210/1210 KB 336/439 KB 132/562 KB 167/167 KB 1210/1210 KB 336/439 KB 136/562 KB 167/167 KB 1210/1210 KB 336/439 KB 140/562 KB 167/167 KB 1210/1210 KB 336/439 KB 144/562 KB 167/167 KB 1210/1210 KB 336/439 KB 148/562 KB 167/167 KB 1210/1210 KB 336/439 KB 152/562 KB 167/167 KB 1210/1210 KB 336/439 KB 156/562 KB 167/167 KB 1210/1210 KB 336/439 KB 160/562 KB 167/167 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 762.6 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 340/439 KB 160/562 KB 167/167 KB 344/439 KB 160/562 KB 167/167 KB 348/439 KB 160/562 KB 167/167 KB 352/439 KB 160/562 KB 167/167 KB 352/439 KB 164/562 KB 167/167 KB 352/439 KB 168/562 KB 167/167 KB 352/439 KB 172/562 KB 167/167 KB 352/439 KB 176/562 KB 167/167 KB 352/439 KB 180/562 KB 167/167 KB 352/439 KB 184/562 KB 167/167 KB 352/439 KB 188/562 KB 167/167 KB 352/439 KB 192/562 KB 167/167 KB 352/439 KB 196/562 KB 167/167 KB 356/439 KB 196/562 KB 167/167 KB 360/439 KB 196/562 KB 167/167 KB 364/439 KB 196/562 KB 167/167 KB 368/439 KB 196/562 KB 167/167 KB 368/439 KB 200/562 KB 167/167 KB 368/439 KB 204/562 KB 167/167 KB 368/439 KB 208/562 KB 167/167 KB 368/439 KB 212/562 KB 167/167 KB 368/439 KB 216/562 KB 167/167 KB 368/439 KB 220/562 KB 167/167 KB 368/439 KB 224/562 KB 167/167 KB 372/439 KB 224/562 KB 167/167 KB 376/439 KB 224/562 KB 167/167 KB 380/439 KB 224/562 KB 167/167 KB 384/439 KB 224/562 KB 167/167 KB 384/439 KB 228/562 KB 167/167 KB 384/439 KB 232/562 KB 167/167 KB 384/439 KB 236/562 KB 167/167 KB 384/439 KB 240/562 KB 167/167 KB 388/439 KB 240/562 KB 167/167 KB 392/439 KB 240/562 KB 167/167 KB 396/439 KB 240/562 KB 167/167 KB 400/439 KB 240/562 KB 167/167 KB 400/439 KB 244/562 KB 167/167 KB 400/439 KB 248/562 KB 167/167 KB 400/439 KB 252/562 KB 167/167 KB 400/439 KB 256/562 KB 167/167 KB 400/439 KB 260/562 KB 167/167 KB 400/439 KB 264/562 KB 167/167 KB 400/439 KB 268/562 KB 167/167 KB 400/439 KB 272/562 KB 167/167 KB 404/439 KB 272/562 KB 167/167 KB 408/439 KB 272/562 KB 167/167 KB 412/439 KB 272/562 KB 167/167 KB 416/439 KB 272/562 KB 167/167 KB 416/439 KB 276/562 KB 167/167 KB 416/439 KB 280/562 KB 167/167 KB 416/439 KB 284/562 KB 167/167 KB 416/439 KB 288/562 KB 167/167 KB 416/439 KB 292/562 KB 167/167 KB 416/439 KB 296/562 KB 167/167 KB 416/439 KB 300/562 KB 167/167 KB 416/439 KB 304/562 KB 167/167 KB 420/439 KB 304/562 KB 167/167 KB 424/439 KB 304/562 KB 167/167 KB 428/439 KB 304/562 KB 167/167 KB 432/439 KB 304/562 KB 167/167 KB 432/439 KB 308/562 KB 167/167 KB 432/439 KB 312/562 KB 167/167 KB 432/439 KB 316/562 KB 167/167 KB 432/439 KB 320/562 KB 167/167 KB 436/439 KB 320/562 KB 167/167 KB 439/439 KB 320/562 KB 167/167 KB 439/439 KB 324/562 KB 167/167 KB 439/439 KB 328/562 KB 167/167 KB 439/439 KB 332/562 KB 167/167 KB 439/439 KB 336/562 KB 167/167 KB 439/439 KB 340/562 KB 167/167 KB 439/439 KB 344/562 KB 167/167 KB 439/439 KB 348/562 KB 167/167 KB 439/439 KB 352/562 KB 167/167 KB 4/256 KB 439/439 KB 352/562 KB 167/167 KB 8/256 KB 439/439 KB 352/562 KB 167/167 KB 12/256 KB 439/439 KB 352/562 KB 167/167 KB 16/256 KB 439/439 KB 352/562 KB 167/167 KB 16/256 KB 439/439 KB 356/562 KB 167/167 KB 16/256 KB 439/439 KB 360/562 KB 167/167 KB 16/256 KB 439/439 KB 364/562 KB 167/167 KB 16/256 KB 439/439 KB 368/562 KB 167/167 KB 16/256 KB 439/439 KB 372/562 KB 167/167 KB 16/256 KB 439/439 KB 376/562 KB 167/167 KB 16/256 KB 439/439 KB 380/562 KB 167/167 KB 16/256 KB 439/439 KB 384/562 KB 167/167 KB 20/256 KB 439/439 KB 384/562 KB 167/167 KB 24/256 KB 439/439 KB 384/562 KB 167/167 KB 28/256 KB 439/439 KB 384/562 KB 167/167 KB 32/256 KB 439/439 KB 384/562 KB 167/167 KB 32/256 KB 439/439 KB 388/562 KB 167/167 KB 32/256 KB 439/439 KB 392/562 KB 167/167 KB 32/256 KB 439/439 KB 396/562 KB 167/167 KB 32/256 KB 439/439 KB 400/562 KB 167/167 KB 32/256 KB 439/439 KB 404/562 KB 167/167 KB 32/256 KB 439/439 KB 408/56 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 2 KB 167/167 KB 32/256 KB 439/439 KB 412/562 KB 167/167 KB 32/256 KB 439/439 KB 416/562 KB 167/167 KB 36/256 KB 439/439 KB 416/562 KB 167/167 KB 40/256 KB 439/439 KB 416/562 KB 167/167 KB 44/256 KB 439/439 KB 416/562 KB 167/167 KB 48/256 KB 439/439 KB 416/562 KB 167/167 KB 48/256 KB 439/439 KB 420/562 KB 167/167 KB 48/256 KB 439/439 KB 424/562 KB 167/167 KB 48/256 KB 439/439 KB 428/562 KB 167/167 KB 48/256 KB 439/439 KB 432/562 KB 167/167 KB 48/256 KB 439/439 KB 436/562 KB 167/167 KB 52/256 KB 439/439 KB 436/562 KB 167/167 KB 56/256 KB 439/439 KB 436/562 KB 167/167 KB 60/256 KB 439/439 KB 436/562 KB 167/167 KB 64/256 KB 439/439 KB 436/562 KB 167/167 KB 64/256 KB 439/439 KB 440/562 KB 167/167 KB 64/256 KB 439/439 KB 444/562 KB 167/167 KB 64/256 KB 439/439 KB 448/562 KB 167/167 KB 64/256 KB 439/439 KB 452/562 KB 167/167 KB 64/256 KB 439/439 KB 456/562 KB 167/167 KB 64/256 KB 439/439 KB 460/562 KB 167/167 KB 64/256 KB 439/439 KB 464/562 KB 167/167 KB 68/256 KB 439/439 KB 464/562 KB 167/167 KB 72/256 KB 439/439 KB 464/562 KB 167/167 KB 76/256 KB 439/439 KB 464/562 KB 167/167 KB 80/256 KB 439/439 KB 464/562 KB 167/167 KB 80/256 KB 439/439 KB 468/562 KB 167/167 KB 80/256 KB 439/439 KB 472/562 KB 167/167 KB 80/256 KB 439/439 KB 476/562 KB 167/167 KB 80/256 KB 439/439 KB 480/562 KB 167/167 KB 80/256 KB 439/439 KB 484/562 KB 167/167 KB 80/256 KB 439/439 KB 488/562 KB 167/167 KB 80/256 KB 439/439 KB 492/562 KB 167/167 KB 80/256 KB 439/439 KB 496/562 KB 167/167 KB 84/256 KB 439/439 KB 496/562 KB 167/167 KB 88/256 KB 439/439 KB 496/562 KB 167/167 KB 92/256 KB 439/439 KB 496/562 KB 167/167 KB 96/256 KB 439/439 KB 496/562 KB 167/167 KB 96/256 KB 439/439 KB 500/562 KB 167/167 KB 96/256 KB 439/439 KB 504/562 KB 167/167 KB 96/256 KB 439/439 KB 508/562 KB 167/167 KB 96/256 KB 439/439 KB 512/562 KB 167/167 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.7/velocity-1.7.jar (439 KB at 270.1 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 96/256 KB 516/562 KB 167/167 KB 96/256 KB 520/562 KB 167/167 KB 96/256 KB 524/562 KB 167/167 KB 96/256 KB 528/562 KB 167/167 KB 100/256 KB 528/562 KB 167/167 KB 104/256 KB 528/562 KB 167/167 KB 108/256 KB 528/562 KB 167/167 KB 112/256 KB 528/562 KB 167/167 KB 112/256 KB 532/562 KB 167/167 KB 112/256 KB 536/562 KB 167/167 KB 112/256 KB 540/562 KB 167/167 KB 112/256 KB 544/562 KB 167/167 KB 112/256 KB 548/562 KB 167/167 KB 112/256 KB 552/562 KB 167/167 KB 112/256 KB 556/562 KB 167/167 KB 112/256 KB 560/562 KB 167/167 KB 112/256 KB 562/562 KB 167/167 KB 116/256 KB 562/562 KB 167/167 KB 120/256 KB 562/562 KB 167/167 KB 124/256 KB 562/562 KB 167/167 KB 128/256 KB 562/562 KB 167/167 KB 132/256 KB 562/562 KB 167/167 KB 136/256 KB 562/562 KB 167/167 KB 140/256 KB 562/562 KB 167/167 KB 144/256 KB 562/562 KB 167/167 KB 148/256 KB 562/562 KB 167/167 KB 152/256 KB 562/562 KB 167/167 KB 156/256 KB 562/562 KB 167/167 KB 160/256 KB 562/562 KB 167/167 KB 164/256 KB 562/562 KB 167/167 KB 168/256 KB 562/562 KB 167/167 KB 172/256 KB 562/562 KB 167/167 KB 176/256 KB 562/562 KB 167/167 KB Downloaded: https://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (562 KB at 342.0 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar unit-mysql-0: 10:38:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 180/256 KB 167/167 KB 184/256 KB 167/167 KB 188/256 KB 167/167 KB 192/256 KB 167/167 KB 196/256 KB 167/167 KB 200/256 KB 167/167 KB 204/256 KB 167/167 KB 208/256 KB 167/167 KB 212/256 KB 167/167 KB 216/256 KB 167/167 KB 220/256 KB 167/167 KB 224/256 KB 167/167 KB 4/140 KB 224/256 KB 167/167 KB 8/140 KB 224/256 KB 167/167 KB 12/140 KB 224/256 KB 167/167 KB 16/140 KB 224/256 KB 167/167 KB 16/140 KB 228/256 KB 167/167 KB 16/140 KB 232/256 KB 167/167 KB 16/140 KB 236/256 KB 167/167 KB 16/140 KB 240/256 KB 167/167 KB 20/140 KB 240/256 KB 167/167 KB 24/140 KB 240/256 KB 167/167 KB 28/140 KB 240/256 KB 167/167 KB 32/140 KB 240/256 KB 167/167 KB 32/140 KB 244/256 KB 167/167 KB 32/140 KB 248/256 KB 167/167 KB 32/140 KB 252/256 KB 167/167 KB 32/140 KB 256/256 KB 167/167 KB 32/140 KB 256/256 KB 167/167 KB 36/140 KB 256/256 KB 167/167 KB 40/140 KB 256/256 KB 167/167 KB 44/140 KB 256/256 KB 167/167 KB 48/140 KB 256/256 KB 167/167 KB 52/140 KB 256/256 KB 167/167 KB 56/140 KB 256/256 KB 167/167 KB 60/140 KB 256/256 KB 167/167 KB 64/140 KB 256/256 KB 167/167 KB 68/140 KB 256/256 KB 167/167 KB 72/140 KB 256/256 KB 167/167 KB 76/140 KB 256/256 KB 167/167 KB 80/140 KB 256/256 KB 167/167 KB 80/140 KB 256/256 KB 4/1118 KB 167/167 KB 80/140 KB 256/256 KB 8/1118 KB 167/167 KB 80/140 KB 256/256 KB 12/1118 KB 167/167 KB 80/140 KB 256/256 KB 16/1118 KB 167/167 KB 80/140 KB 256/256 KB 20/1118 KB 167/167 KB 80/140 KB 256/256 KB 24/1118 KB 167/167 KB 80/140 KB 256/256 KB 28/1118 KB 167/167 KB 80/140 KB 256/256 KB 32/1118 KB 167/167 KB 80/140 KB 256/256 KB 36/1118 KB 167/167 KB 80/140 KB 256/256 KB 40/1118 KB 167/167 KB 80/140 KB 256/256 KB 44/1118 KB 167/167 KB 80/140 KB 256/256 KB 48/1118 KB 167/167 KB 80/140 KB 256/256 KB 52/1118 KB 167/167 KB 80/140 KB 256/256 KB 56/1118 KB 167/167 KB 80/140 KB 256/256 KB 60/1118 KB 167/167 KB 80/140 KB 256/256 KB 64/1118 KB 167/167 KB 80/140 KB 256/256 KB 68/1118 KB 167/167 KB 80/140 KB 256/256 KB 72/1118 KB 167/167 KB 80/140 KB 256/256 KB 76/1118 KB 167/167 KB 84/140 KB 256/256 KB 76/1118 KB 167/167 KB 88/140 KB 256/256 KB 76/1118 KB 167/167 KB 92/140 KB 256/256 KB 76/1118 KB 167/167 KB 96/140 KB 256/256 KB 76/1118 KB 167/167 KB 96/140 KB 256/256 KB 80/1118 KB 167/167 KB 96/140 KB 256/256 KB 84/1118 KB 167/167 KB 96/140 KB 256/256 KB 88/1118 KB 167/167 KB 96/140 KB 256/256 KB 92/1118 KB 167/167 KB 96/140 KB 256/256 KB 96/1118 KB 167/167 KB 100/140 KB 256/256 KB 96/1118 KB 167/167 KB 104/140 KB 256/256 KB 96/1118 KB 167/167 KB 108/140 KB 256/256 KB 96/1118 KB 167/167 KB 112/140 KB 256/256 KB 96/1118 KB 167/167 KB 112/140 KB 256/256 KB 100/1118 KB 167/167 KB 112/140 KB 256/256 KB 104/1118 KB 167/167 KB 112/140 KB 256/256 KB 108/1118 KB 167/167 KB 112/140 KB 256/256 KB 112/1118 KB 167/167 KB 112/140 KB 256/256 KB 116/1118 KB 167/167 KB 112/140 KB 256/256 KB 120/1118 KB 167/167 KB 116/140 KB 256/256 KB 120/1118 KB 167/167 KB 120/140 KB 256/256 KB 120/1118 KB 167/167 KB 124/140 KB 256/256 KB 120/1118 KB 167/167 KB 128/140 KB 256/256 KB 120/1118 KB 167/167 KB 128/140 KB 256/256 KB 124/1118 KB 167/167 KB 128/140 KB 256/256 KB 128/1118 KB 167/167 KB 132/140 KB 256/256 KB 128/1118 KB 167/167 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (256 KB at 152.6 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 136/140 KB 128/1118 KB 167/167 KB 140/140 KB 128/1118 KB 167/167 KB 140/140 KB 128/1118 KB 167/167 KB 140/140 KB 132/1118 KB 167/167 KB 140/140 KB 136/1118 KB 167/167 KB 140/140 KB 140/1118 KB 167/167 KB 140/140 KB 144/1118 KB 167/167 KB 140/140 KB 148/1118 KB 167/167 KB 140/140 KB 152/1118 KB 167/167 KB 140/140 KB 156/1118 KB 167/167 KB 140/140 KB 160/1118 KB 167/167 KB 140/140 KB 164/1118 KB 167/167 KB 140/140 KB 168/1118 KB 167/167 KB 140/140 KB 172/1118 KB 167/167 KB 140/140 KB 176/1118 KB 167/167 KB 140/140 KB 180/1118 KB 167/167 KB 140/140 KB 184/1118 KB 167/167 KB 140/140 KB 188/1118 KB 167/167 KB 140/140 KB 192/1118 KB 167/167 KB 140/140 KB 196/1118 KB 167/167 KB Downloaded: https://repo.maven.apache.org/maven2/info/cukes/cucumber-java8/1.2.3/cucumber-java8-1.2.3.jar (167 KB at 98.8 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.4/maven-gpg-plugin-1.4.jar unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 140/140 KB 200/1118 KB 140/140 KB 204/1118 KB 140/140 KB 208/1118 KB 140/140 KB 212/1118 KB 140/140 KB 216/1118 KB 140/140 KB 220/1118 KB 140/140 KB 224/1118 KB 140/140 KB 228/1118 KB 140/140 KB 232/1118 KB 140/140 KB 236/1118 KB 140/140 KB 240/1118 KB 140/140 KB 244/1118 KB 140/140 KB 248/1118 KB 140/140 KB 252/1118 KB 140/140 KB 256/1118 KB 140/140 KB 260/1118 KB 140/140 KB 264/1118 KB 140/140 KB 268/1118 KB 140/140 KB 272/1118 KB 140/140 KB 276/1118 KB 140/140 KB 280/1118 KB 140/140 KB 284/1118 KB 140/140 KB 288/1118 KB 140/140 KB 292/1118 KB 140/140 KB 296/1118 KB 140/140 KB 300/1118 KB 140/140 KB 304/1118 KB 140/140 KB 308/1118 KB 140/140 KB 312/1118 KB 140/140 KB 316/1118 KB 140/140 KB 320/1118 KB 140/140 KB 324/1118 KB 140/140 KB 328/1118 KB 140/140 KB 332/1118 KB 140/140 KB 336/1118 KB 140/140 KB 340/1118 KB 140/140 KB 344/1118 KB 140/140 KB 348/1118 KB 140/140 KB 352/1118 KB 140/140 KB 356/1118 KB 140/140 KB 360/1118 KB 140/140 KB 364/1118 KB 140/140 KB 368/1118 KB Downloaded: https://repo.maven.apache.org/maven2/velocity-tools/velocity-tools/1.4/velocity-tools-1.4.jar (140 KB at 82.5 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 3/1461 KB 368/1118 KB 5/1461 KB 368/1118 KB 8/1461 KB 368/1118 KB 11/1461 KB 368/1118 KB 13/1461 KB 368/1118 KB 16/1461 KB 368/1118 KB 19/1461 KB 368/1118 KB 21/1461 KB 368/1118 KB 21/1461 KB 372/1118 KB 21/1461 KB 376/1118 KB 21/1461 KB 380/1118 KB 24/1461 KB 380/1118 KB 27/1461 KB 380/1118 KB 27/1461 KB 384/1118 KB 29/1461 KB 384/1118 KB 32/1461 KB 384/1118 KB 32/1461 KB 388/1118 KB 32/1461 KB 392/1118 KB 32/1461 KB 396/1118 KB 32/1461 KB 400/1118 KB 3/37 KB 32/1461 KB 400/1118 KB 5/37 KB 36/1461 KB 400/1118 KB 8/37 KB 36/1461 KB 400/1118 KB 3/37 KB 36/1461 KB 400/1118 KB 8/37 KB 40/1461 KB 400/1118 KB 8/37 KB 44/1461 KB 400/1118 KB 8/37 KB 48/1461 KB 400/1118 KB 11/37 KB 48/1461 KB 400/1118 KB 11/37 KB 52/1461 KB 400/1118 KB 13/37 KB 52/1461 KB 400/1118 KB 16/37 KB 52/1461 KB 400/1118 KB 16/37 KB 56/1461 KB 400/1118 KB 19/37 KB 56/1461 KB 400/1118 KB 19/37 KB 60/1461 KB 400/1118 KB 21/37 KB 64/1461 KB 400/1118 KB 21/37 KB 64/1461 KB 400/1118 KB 24/37 KB 64/1461 KB 400/1118 KB 24/37 KB 68/1461 KB 400/1118 KB 27/37 KB 68/1461 KB 400/1118 KB 29/37 KB 68/1461 KB 400/1118 KB 29/37 KB 72/1461 KB 400/1118 KB 29/37 KB 76/1461 KB 400/1118 KB 32/37 KB 76/1461 KB 400/1118 KB 32/37 KB 80/1461 KB 400/1118 KB 35/37 KB 80/1461 KB 400/1118 KB 37/37 KB 80/1461 KB 400/1118 KB 37/37 KB 84/1461 KB 400/1118 KB 37/37 KB 88/1461 KB 400/1118 KB 37/37 KB 92/1461 KB 400/1118 KB 37/37 KB 96/1461 KB 400/1118 KB 37/37 KB 96/1461 KB 400/1118 KB 4/1192 KB 37/37 KB 96/1461 KB 400/1118 KB 8/1192 KB 37/37 KB 96/1461 KB 400/1118 KB 12/1192 KB 37/37 KB 96/1461 KB 400/1118 KB 16/1192 KB 37/37 KB 96/1461 KB 400/1118 KB 3/46 KB 16/1192 KB 37/37 KB 100/1461 KB 400/1118 KB 4/46 KB 20/1192 KB 37/37 KB 100/1461 KB 400/1118 KB 6/46 KB 20/1192 KB 37/37 KB 100/1461 KB 400/1118 KB 8/46 KB 20/1192 KB 37/37 KB 100/1461 KB 400/1118 KB 3/46 KB 20/1192 KB 37/37 KB 100/1461 KB 400/1118 KB 8/46 KB 24/1192 KB 37/37 KB 100/1461 KB 400/1118 KB 8/46 KB 28/1192 KB 37/37 KB 100/1461 KB 400/1118 KB 8/46 KB 32/1192 KB 37/37 KB 100/1461 KB 400/1118 KB 3/46 KB 16/1192 KB 37/37 KB 104/1461 KB 400/1118 KB 8/46 KB 32/1192 KB 37/37 KB 108/1461 KB 400/1118 KB 8/46 KB 32/1192 KB 37/37 KB 112/1461 KB 400/1118 KB 8/46 KB 32/1192 KB 37/37 KB 112/1461 KB 400/1118 KB 10/46 KB 32/1192 KB 37/37 KB 112/1461 KB 400/1118 KB 12/46 KB 32/1192 KB 37/37 KB 112/1461 KB 400/1118 KB 14/46 KB 32/1192 KB 37/37 KB 116/1461 KB 400/1118 KB 14/46 KB 32/1192 KB 37/37 KB 120/1461 KB 400/1118 KB 14/46 KB 32/1192 KB 37/37 KB 124/1461 KB 400/1118 KB 14/46 KB 32/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 14/46 KB 32/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 14/46 KB 36/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 14/46 KB 40/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 14/46 KB 44/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 14/46 KB 48/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 16/46 KB 48/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 18/46 KB 48/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 20/46 KB 48/1192 KB 37/37 KB 128/1461 KB 400/1118 KB 22/46 KB 48/1192 KB 37/37 KB 132/1461 KB 400/1118 KB 22/46 KB 48/1192 KB 37/37 KB 136/1461 KB 400/1118 KB 22/46 KB 48/1192 KB 37/37 KB 140/1461 KB 400/1118 KB 22/46 KB 48/1192 KB 37/37 KB 140/1461 KB 400/1118 KB 24/46 KB 48/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 24/46 KB 48/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 26/46 KB 48/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 28/46 KB 48/1192 KB 37/37 unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install KB 144/1461 KB 400/1118 KB 28/46 KB 52/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 28/46 KB 56/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 28/46 KB 60/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 28/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 30/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 32/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 34/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 36/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 38/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 40/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 42/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 45/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 46/46 KB 64/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 46/46 KB 68/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 46/46 KB 72/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 46/46 KB 76/1192 KB 37/37 KB 144/1461 KB 400/1118 KB 46/46 KB 80/1192 KB 37/37 KB 148/1461 KB 400/1118 KB 46/46 KB 80/1192 KB 37/37 KB 152/1461 KB 400/1118 KB 46/46 KB 80/1192 KB 37/37 KB 156/1461 KB 400/1118 KB 46/46 KB 80/1192 KB 37/37 KB 160/1461 KB 400/1118 KB 46/46 KB 80/1192 KB 37/37 KB 160/1461 KB 404/1118 KB 46/46 KB 80/1192 KB 37/37 KB 160/1461 KB 408/1118 KB 46/46 KB 80/1192 KB 37/37 KB 160/1461 KB 412/1118 KB 46/46 KB 80/1192 KB 37/37 KB 160/1461 KB 416/1118 KB 46/46 KB 80/1192 KB 37/37 KB 160/1461 KB 416/1118 KB 46/46 KB 84/1192 KB 37/37 KB 160/1461 KB 416/1118 KB 46/46 KB 88/1192 KB 37/37 KB 160/1461 KB 416/1118 KB 46/46 KB 92/1192 KB 37/37 KB 160/1461 KB 416/1118 KB 46/46 KB 96/1192 KB 37/37 KB 164/1461 KB 416/1118 KB 46/46 KB 96/1192 KB 37/37 KB 168/1461 KB 416/1118 KB 46/46 KB 96/1192 KB 37/37 KB 172/1461 KB 416/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 416/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 420/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 424/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 428/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 432/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 436/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 440/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 444/1118 KB 46/46 KB 96/1192 KB 37/37 KB 176/1461 KB 448/1118 KB 46/46 KB 96/1192 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 21.2 KB/sec) unit-abot-epc-basic-0: 10:38:16 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: 10:38:16 DEBUG unit.abot-epc-basic/0.install 180/1461 KB 448/1118 KB 46/46 KB 100/1192 KB 180/1461 KB 448/1118 KB 46/46 KB 104/1192 KB 180/1461 KB 448/1118 KB 46/46 KB 96/1192 KB 184/1461 KB 448/1118 KB 46/46 KB 104/1192 KB 188/1461 KB 448/1118 KB 46/46 KB 104/1192 KB 192/1461 KB 448/1118 KB 46/46 KB 104/1192 KB 192/1461 KB 448/1118 KB 46/46 KB 108/1192 KB 192/1461 KB 448/1118 KB 46/46 KB 112/1192 KB 196/1461 KB 448/1118 KB 46/46 KB 112/1192 KB 200/1461 KB 448/1118 KB 46/46 KB 116/1192 KB 204/1461 KB 448/1118 KB 46/46 KB 116/1192 KB 208/1461 KB 448/1118 KB 46/46 KB 116/1192 KB 196/1461 KB 448/1118 KB 46/46 KB 116/1192 KB 208/1461 KB 448/1118 KB 46/46 KB 120/1192 KB 208/1461 KB 448/1118 KB 46/46 KB 124/1192 KB 208/1461 KB 448/1118 KB 46/46 KB 128/1192 KB 208/1461 KB 452/1118 KB 46/46 KB 128/1192 KB 212/1461 KB 456/1118 KB 46/46 KB 132/1192 KB 212/1461 KB 460/1118 KB 46/46 KB 132/1192 KB 212/1461 KB 452/1118 KB 46/46 KB 132/1192 KB 212/1461 KB 452/1118 KB 46/46 KB 128/1192 KB 216/1461 KB 460/1118 KB 46/46 KB 132/1192 KB 220/1461 KB 460/1118 KB 46/46 KB 132/1192 KB 224/1461 KB 460/1118 KB 46/46 KB 132/1192 KB 224/1461 KB 460/1118 KB 46/46 KB 136/1192 KB 224/1461 KB 460/1118 KB 46/46 KB 140/1192 KB 224/1461 KB 460/1118 KB 46/46 KB 144/1192 KB 224/1461 KB 464/1118 KB 46/46 KB 144/1192 KB 228/1461 KB 464/1118 KB 46/46 KB 144/1192 KB 232/1461 KB 464/1118 KB 46/46 KB 144/1192 KB 232/1461 KB 464/1118 KB 46/46 KB 148/1192 KB 236/1461 KB 464/1118 KB 46/46 KB 152/1192 KB 236/1461 KB 464/1118 KB 46/46 KB 148/1192 KB 240/1461 KB 464/1118 KB 46/46 KB 152/1192 KB 240/1461 KB 464/1118 KB 46/46 KB 156/1192 KB 240/1461 KB 464/1118 KB 46/46 KB 160/1192 KB 240/1461 KB 468/1118 KB 46/46 KB 160/1192 KB 240/1461 KB 472/1118 KB 46/46 KB 160/1192 KB 240/1461 KB 476/1118 KB 46/46 KB 160/1192 KB 240/1461 KB 480/1118 KB 46/46 KB 164/1192 KB 240/1461 KB 480/1118 KB 46/46 KB 168/1192 KB 240/1461 KB 480/1118 KB 46/46 KB 172/1192 KB 240/1461 KB 480/1118 KB 46/46 KB 176/1192 KB 240/1461 KB 480/1118 KB 46/46 KB 176/1192 KB 244/1461 KB 480/1118 KB 46/46 KB 176/1192 KB 248/1461 KB 480/1118 KB 46/46 KB 176/1192 KB 252/1461 KB 480/1118 KB 46/46 KB 176/1192 KB 256/1461 KB 480/1118 KB 46/46 KB 176/1192 KB 256/1461 KB 484/1118 KB 46/46 KB 176/1192 KB 256/1461 KB 488/1118 KB 46/46 KB 176/1192 KB 256/1461 KB 492/1118 KB 46/46 KB 176/1192 KB 256/1461 KB 496/1118 KB 46/46 KB 176/1192 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 25.9 KB/sec) unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 260/1461 KB 496/1118 KB 176/1192 KB 260/1461 KB 496/1118 KB 180/1192 KB 264/1461 KB 496/1118 KB 184/1192 KB 264/1461 KB 496/1118 KB 188/1192 KB 264/1461 KB 496/1118 KB 180/1192 KB 268/1461 KB 496/1118 KB 188/1192 KB 272/1461 KB 496/1118 KB 188/1192 KB 272/1461 KB 496/1118 KB 192/1192 KB 272/1461 KB 496/1118 KB 196/1192 KB 272/1461 KB 496/1118 KB 200/1192 KB 272/1461 KB 496/1118 KB 204/1192 KB 272/1461 KB 496/1118 KB 208/1192 KB 272/1461 KB 500/1118 KB 208/1192 KB 272/1461 KB 504/1118 KB 208/1192 KB 276/1461 KB 508/1118 KB 208/1192 KB 276/1461 KB 512/1118 KB 208/1192 KB 276/1461 KB 504/1118 KB 208/1192 KB 280/1461 KB 512/1118 KB 208/1192 KB 284/1461 KB 512/1118 KB 208/1192 KB 288/1461 KB 512/1118 KB 208/1192 KB 288/1461 KB 516/1118 KB 208/1192 KB 288/1461 KB 520/1118 KB 208/1192 KB 288/1461 KB 524/1118 KB 208/1192 KB 288/1461 KB 528/1118 KB 208/1192 KB 288/1461 KB 532/1118 KB 208/1192 KB 288/1461 KB 532/1118 KB 212/1192 KB 288/1461 KB 532/1118 KB 216/1192 KB 288/1461 KB 532/1118 KB 220/1192 KB 288/1461 KB 532/1118 KB 224/1192 KB 288/1461 KB 536/1118 KB 224/1192 KB 288/1461 KB 540/1118 KB 224/1192 KB 288/1461 KB 544/1118 KB 224/1192 KB 292/1461 KB 544/1118 KB 224/1192 KB 296/1461 KB 544/1118 KB 224/1192 KB 300/1461 KB 544/1118 KB 224/1192 KB 304/1461 KB 544/1118 KB 224/1192 KB 304/1461 KB 548/1118 KB 224/1192 KB 304/1461 KB 552/1118 KB 228/1192 KB 304/1461 KB 552/1118 KB 232/1192 KB 304/1461 KB 552/1118 KB 236/1192 KB 304/1461 KB 552/1118 KB 240/1192 KB 308/1461 KB 552/1118 KB 240/1192 KB 312/1461 KB 552/1118 KB 240/1192 KB 316/1461 KB 552/1118 KB 240/1192 KB 320/1461 KB 552/1118 KB 240/1192 KB 304/1461 KB 552/1118 KB 240/1192 KB 320/1461 KB 556/1118 KB 240/1192 KB 320/1461 KB 560/1118 KB 240/1192 KB 320/1461 KB 564/1118 KB 240/1192 KB 320/1461 KB 568/1118 KB 240/1192 KB 320/1461 KB 572/1118 KB 240/1192 KB 320/1461 KB 576/1118 KB 240/1192 KB 320/1461 KB 576/1118 KB 244/1192 KB 320/1461 KB 576/1118 KB 248/1192 KB 320/1461 KB 576/1118 KB 252/1192 KB 324/1461 KB 576/1118 KB 256/1192 KB 324/1461 KB 576/1118 KB 252/1192 KB 328/1461 KB 576/1118 KB 256/1192 KB 332/1461 KB 576/1118 KB 256/1192 KB 336/1461 KB 576/1118 KB 256/1192 KB 336/1461 KB 580/1118 KB 256/1192 KB 336/1461 KB 584/1118 KB 256/1192 KB 336/1461 KB 588/1118 KB 256/1192 KB 336/1461 KB 592/1118 KB 256/1192 KB 336/1461 KB 592/1118 KB 260/1192 KB 336/1461 KB 592/1118 KB 264/1192 KB 340/1461 KB 592/1118 KB 268/1192 KB 340/1461 KB 592/1118 KB 272/1192 KB 340/1461 KB 592/1118 KB 264/1192 KB 344/1461 KB 592/1118 KB 272/1192 KB 348/1461 KB 592/1118 KB 272/1192 KB 352/1461 KB 592/1118 KB 272/1192 KB 352/1461 KB 596/1118 KB 272/1192 KB 356/1461 KB 600/1118 KB 276/1192 KB 356/1461 KB 604/1118 KB 276/1192 KB 356/1461 KB 608/1118 KB 276/1192 KB 356/1461 KB 596/1118 KB 276/1192 KB 352/1461 KB 596/1118 KB 276/1192 KB 356/1461 KB 608/1118 KB 280/1192 KB 356/1461 KB 608/1118 KB 284/1192 KB 360/1461 KB 608/1118 KB 284/1192 KB 360/1461 KB 608/1118 KB 288/1192 KB 3/287 KB 360/1461 KB 608/1118 KB 288/1192 KB 5/287 KB 360/1461 KB 608/1118 KB 288/1192 KB 8/287 KB 364/1461 KB 608/1118 KB 288/1192 KB 11/287 KB 364/1461 KB 608/1118 KB 288/1192 KB 5/287 KB 364/1461 KB 608/1118 KB 288/1192 KB 11/287 KB 368/1461 KB 608/1118 KB 288/1192 KB 13/287 KB 368/1461 KB 608/1118 KB 288/1192 KB 16/287 KB 368/1461 KB 608/1118 KB 288/1192 KB 16/287 KB 368/1461 KB 608/1118 KB 292/1192 KB 19/287 KB 368/1461 KB 608/1118 KB 292/1192 KB 21/287 KB unit-mysql-0: 10:38:16 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 368/1461 KB 608/1118 KB 292/1192 KB 24/287 KB 368/1461 KB 608/1118 KB 292/1192 KB 27/287 KB 368/1461 KB 608/1118 KB 292/1192 KB 29/287 KB 368/1461 KB 608/1118 KB 292/1192 KB 29/287 KB 368/1461 KB 608/1118 KB 296/1192 KB 29/287 KB 372/1461 KB 608/1118 KB 300/1192 KB 29/287 KB 372/1461 KB 608/1118 KB 304/1192 KB 29/287 KB 372/1461 KB 608/1118 KB 296/1192 KB 29/287 KB 376/1461 KB 608/1118 KB 304/1192 KB 29/287 KB 380/1461 KB 608/1118 KB 304/1192 KB 32/287 KB 384/1461 KB 608/1118 KB 308/1192 KB 32/287 KB 380/1461 KB 608/1118 KB 308/1192 KB 32/287 KB 380/1461 KB 608/1118 KB 304/1192 KB 32/287 KB 388/1461 KB 608/1118 KB 308/1192 KB 36/287 KB 392/1461 KB 608/1118 KB 312/1192 KB 36/287 KB 396/1461 KB 608/1118 KB 312/1192 KB 36/287 KB 400/1461 KB 608/1118 KB 312/1192 KB 36/287 KB 388/1461 KB 608/1118 KB 312/1192 KB 40/287 KB 400/1461 KB 608/1118 KB 312/1192 KB 44/287 KB 400/1461 KB 608/1118 KB 312/1192 KB 48/287 KB 400/1461 KB 608/1118 KB 312/1192 KB 32/287 KB 388/1461 KB 608/1118 KB 312/1192 KB 48/287 KB 400/1461 KB 608/1118 KB 316/1192 KB 48/287 KB 400/1461 KB 608/1118 KB 320/1192 KB 48/287 KB 400/1461 KB 612/1118 KB 320/1192 KB 48/287 KB 400/1461 KB 616/1118 KB 320/1192 KB 52/287 KB 404/1461 KB 620/1118 KB 320/1192 KB 52/287 KB 404/1461 KB 624/1118 KB 320/1192 KB 52/287 KB 404/1461 KB 624/1118 KB 324/1192 KB 52/287 KB 404/1461 KB 624/1118 KB 328/1192 KB 52/287 KB 404/1461 KB 624/1118 KB 332/1192 KB 52/287 KB 404/1461 KB 624/1118 KB 336/1192 KB 52/287 KB 404/1461 KB 616/1118 KB 320/1192 KB 52/287 KB 408/1461 KB 624/1118 KB 336/1192 KB 52/287 KB 412/1461 KB 624/1118 KB 336/1192 KB 52/287 KB 416/1461 KB 624/1118 KB 336/1192 KB 52/287 KB 400/1461 KB 616/1118 KB 320/1192 KB 56/287 KB 416/1461 KB 624/1118 KB 336/1192 KB 60/287 KB 416/1461 KB 624/1118 KB 336/1192 KB 64/287 KB 416/1461 KB 624/1118 KB 336/1192 KB 68/287 KB 416/1461 KB 624/1118 KB 336/1192 KB 72/287 KB 416/1461 KB 624/1118 KB 336/1192 KB 76/287 KB 416/1461 KB 624/1118 KB 336/1192 KB 80/287 KB 416/1461 KB 624/1118 KB 336/1192 KB 80/287 KB 416/1461 KB 624/1118 KB 340/1192 KB 84/287 KB 420/1461 KB 628/1118 KB 344/1192 KB 84/287 KB 420/1461 KB 628/1118 KB 340/1192 KB 84/287 KB 420/1461 KB 632/1118 KB 344/1192 KB 84/287 KB 420/1461 KB 624/1118 KB 340/1192 KB 84/287 KB 420/1461 KB 636/1118 KB 344/1192 KB 88/287 KB 420/1461 KB 636/1118 KB 344/1192 KB 92/287 KB 420/1461 KB 636/1118 KB 344/1192 KB 96/287 KB 420/1461 KB 640/1118 KB 344/1192 KB 80/287 KB 420/1461 KB 624/1118 KB 340/1192 KB 92/287 KB 420/1461 KB 640/1118 KB 344/1192 KB 96/287 KB 424/1461 KB 640/1118 KB 344/1192 KB 96/287 KB 428/1461 KB 640/1118 KB 344/1192 KB 96/287 KB 428/1461 KB 640/1118 KB 344/1192 KB 96/287 KB 428/1461 KB 640/1118 KB 348/1192 KB 96/287 KB 428/1461 KB 640/1118 KB 352/1192 KB 96/287 KB 428/1461 KB 640/1118 KB 356/1192 KB 100/287 KB 432/1461 KB 644/1118 KB 360/1192 KB 100/287 KB 432/1461 KB 644/1118 KB 364/1192 KB 100/287 KB 432/1461 KB 644/1118 KB 356/1192 KB 100/287 KB 432/1461 KB 648/1118 KB 364/1192 KB 100/287 KB 432/1461 KB 652/1118 KB 364/1192 KB 100/287 KB 432/1461 KB 656/1118 KB 364/1192 KB 100/287 KB 432/1461 KB 640/1118 KB 356/1192 KB 100/287 KB 428/1461 KB 640/1118 KB 356/1192 KB 100/287 KB 436/1461 KB 656/1118 KB 364/1192 KB 104/287 KB 436/1461 KB 656/1118 KB 364/1192 KB 104/287 KB 440/1461 KB 656/1118 KB 364/1192 KB 108/287 KB 440/1461 KB 656/1118 KB 364/1192 KB 112/287 KB 440/1461 KB 656/1118 KB 364/1192 KB 112/287 KB 444/1461 KB unit-abot-epc-basic-0: 10:38:16 DEBUG unit.abot-epc-basic/0.install 656/1118 KB 364/1192 KB 112/287 KB 444/1461 KB 660/1118 KB 364/1192 KB 116/287 KB 448/1461 KB 664/1118 KB 368/1192 KB 116/287 KB 448/1461 KB 668/1118 KB 368/1192 KB 116/287 KB 448/1461 KB 672/1118 KB 368/1192 KB 112/287 KB 444/1461 KB 660/1118 KB 368/1192 KB 116/287 KB 448/1461 KB 672/1118 KB 372/1192 KB 116/287 KB 448/1461 KB 672/1118 KB 376/1192 KB 116/287 KB 448/1461 KB 672/1118 KB 380/1192 KB 116/287 KB 448/1461 KB 672/1118 KB 384/1192 KB 116/287 KB 448/1461 KB 660/1118 KB 368/1192 KB 116/287 KB 452/1461 KB 672/1118 KB 384/1192 KB 116/287 KB 444/1461 KB 660/1118 KB 368/1192 KB 120/287 KB 456/1461 KB 672/1118 KB 384/1192 KB 124/287 KB 456/1461 KB 672/1118 KB 384/1192 KB 128/287 KB 456/1461 KB 672/1118 KB 384/1192 KB 128/287 KB 456/1461 KB 672/1118 KB 384/1192 KB 128/287 KB 460/1461 KB 672/1118 KB 384/1192 KB 128/287 KB 464/1461 KB 672/1118 KB 384/1192 KB 132/287 KB 468/1461 KB 676/1118 KB 388/1192 KB 132/287 KB 472/1461 KB 676/1118 KB 388/1192 KB 132/287 KB 476/1461 KB 676/1118 KB 388/1192 KB 132/287 KB 464/1461 KB 676/1118 KB 388/1192 KB 132/287 KB 476/1461 KB 680/1118 KB 388/1192 KB 132/287 KB 476/1461 KB 684/1118 KB 388/1192 KB 132/287 KB 464/1461 KB 672/1118 KB 384/1192 KB 136/287 KB 476/1461 KB 684/1118 KB 388/1192 KB 140/287 KB 476/1461 KB 688/1118 KB 388/1192 KB 132/287 KB 464/1461 KB 672/1118 KB 388/1192 KB 136/287 KB 476/1461 KB 688/1118 KB 388/1192 KB 144/287 KB 476/1461 KB 688/1118 KB 388/1192 KB 148/287 KB 476/1461 KB 688/1118 KB 392/1192 KB 152/287 KB 480/1461 KB 692/1118 KB 392/1192 KB 156/287 KB 480/1461 KB 692/1118 KB 392/1192 KB 160/287 KB 480/1461 KB 692/1118 KB 392/1192 KB 144/287 KB 476/1461 KB 688/1118 KB 392/1192 KB 160/287 KB 480/1461 KB 692/1118 KB 396/1192 KB 160/287 KB 480/1461 KB 692/1118 KB 400/1192 KB 148/287 KB 480/1461 KB 692/1118 KB 392/1192 KB 160/287 KB 484/1461 KB 692/1118 KB 400/1192 KB 160/287 KB 488/1461 KB 692/1118 KB 400/1192 KB 148/287 KB 476/1461 KB 692/1118 KB 392/1192 KB 160/287 KB 488/1461 KB 696/1118 KB 400/1192 KB 160/287 KB 488/1461 KB 700/1118 KB 400/1192 KB 160/287 KB 488/1461 KB 704/1118 KB 400/1192 KB 160/287 KB 492/1461 KB 704/1118 KB 400/1192 KB 160/287 KB 492/1461 KB 704/1118 KB 404/1192 KB 160/287 KB 492/1461 KB 704/1118 KB 408/1192 KB 160/287 KB 496/1461 KB 704/1118 KB 412/1192 KB 160/287 KB 496/1461 KB 704/1118 KB 416/1192 KB 160/287 KB 496/1461 KB 708/1118 KB 416/1192 KB 160/287 KB 496/1461 KB 712/1118 KB 416/1192 KB 160/287 KB 496/1461 KB 716/1118 KB 416/1192 KB 160/287 KB 496/1461 KB 720/1118 KB 416/1192 KB 160/287 KB 496/1461 KB 704/1118 KB 408/1192 KB 164/287 KB 500/1461 KB 720/1118 KB 416/1192 KB 164/287 KB 504/1461 KB 720/1118 KB 416/1192 KB 164/287 KB 508/1461 KB 720/1118 KB 416/1192 KB 164/287 KB 496/1461 KB 720/1118 KB 416/1192 KB 168/287 KB 508/1461 KB 720/1118 KB 416/1192 KB 172/287 KB 508/1461 KB 720/1118 KB 416/1192 KB 176/287 KB 508/1461 KB 720/1118 KB 420/1192 KB 176/287 KB 508/1461 KB 720/1118 KB 424/1192 KB 176/287 KB 508/1461 KB 720/1118 KB 428/1192 KB 176/287 KB 508/1461 KB 720/1118 KB 432/1192 KB 176/287 KB 508/1461 KB 720/1118 KB 436/1192 KB 176/287 KB 512/1461 KB 724/1118 KB 440/1192 KB 176/287 KB 512/1461 KB 724/1118 KB 444/1192 KB 176/287 KB 512/1461 KB 724/1118 KB 448/1192 KB 176/287 KB 508/1461 KB 720/1118 KB 416/1192 KB 176/287 KB 512/1461 KB 724/1118 KB 436/1192 KB 176/287 KB 512/1461 KB 728/1118 KB 448/1192 KB 176/287 KB 512/1461 KB 732/1118 KB 448/1192 KB 176/287 KB 512/1461 KB 736/11 unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install 18 KB 448/1192 KB 176/287 KB 512/1461 KB 720/1118 KB 436/1192 KB 176/287 KB 516/1461 KB 736/1118 KB 448/1192 KB 176/287 KB 520/1461 KB 736/1118 KB 448/1192 KB 176/287 KB 524/1461 KB 736/1118 KB 448/1192 KB 180/287 KB 528/1461 KB 736/1118 KB 448/1192 KB 180/287 KB 532/1461 KB 740/1118 KB 448/1192 KB 180/287 KB 536/1461 KB 740/1118 KB 448/1192 KB 180/287 KB 540/1461 KB 740/1118 KB 452/1192 KB 180/287 KB 524/1461 KB 736/1118 KB 448/1192 KB 184/287 KB 540/1461 KB 740/1118 KB 452/1192 KB 188/287 KB 540/1461 KB 740/1118 KB 452/1192 KB 192/287 KB 540/1461 KB 740/1118 KB 452/1192 KB 196/287 KB 540/1461 KB 740/1118 KB 452/1192 KB 200/287 KB 540/1461 KB 740/1118 KB 452/1192 KB 180/287 KB 536/1461 KB 740/1118 KB 452/1192 KB 180/287 KB 528/1461 KB 740/1118 KB 448/1192 KB 200/287 KB 540/1461 KB 744/1118 KB 452/1192 KB 200/287 KB 540/1461 KB 748/1118 KB 452/1192 KB 200/287 KB 540/1461 KB 752/1118 KB 452/1192 KB 200/287 KB 540/1461 KB 752/1118 KB 456/1192 KB 200/287 KB 540/1461 KB 752/1118 KB 460/1192 KB 200/287 KB 540/1461 KB 752/1118 KB 464/1192 KB 204/287 KB 540/1461 KB 752/1118 KB 468/1192 KB 204/287 KB 544/1461 KB 756/1118 KB 472/1192 KB 204/287 KB 544/1461 KB 756/1118 KB 476/1192 KB 204/287 KB 540/1461 KB 752/1118 KB 464/1192 KB 208/287 KB 544/1461 KB 756/1118 KB 476/1192 KB 204/287 KB 544/1461 KB 756/1118 KB 468/1192 KB 208/287 KB 548/1461 KB 756/1118 KB 476/1192 KB 208/287 KB 552/1461 KB 756/1118 KB 476/1192 KB 208/287 KB 556/1461 KB 756/1118 KB 476/1192 KB 204/287 KB 540/1461 KB 756/1118 KB 468/1192 KB 208/287 KB 556/1461 KB 760/1118 KB 476/1192 KB 208/287 KB 556/1461 KB 764/1118 KB 476/1192 KB 208/287 KB 556/1461 KB 768/1118 KB 476/1192 KB 212/287 KB 556/1461 KB 768/1118 KB 476/1192 KB 216/287 KB 556/1461 KB 768/1118 KB 476/1192 KB 220/287 KB 560/1461 KB 768/1118 KB 476/1192 KB 220/287 KB 564/1461 KB 772/1118 KB 480/1192 KB 220/287 KB 568/1461 KB 772/1118 KB 480/1192 KB 220/287 KB 572/1461 KB 772/1118 KB 480/1192 KB 220/287 KB 560/1461 KB 772/1118 KB 480/1192 KB 220/287 KB 560/1461 KB 768/1118 KB 480/1192 KB 220/287 KB 560/1461 KB 768/1118 KB 476/1192 KB 224/287 KB 572/1461 KB 772/1118 KB 480/1192 KB 224/287 KB 572/1461 KB 772/1118 KB 484/1192 KB 228/287 KB 576/1461 KB 776/1118 KB 488/1192 KB 228/287 KB 576/1461 KB 776/1118 KB 492/1192 KB 228/287 KB 576/1461 KB 776/1118 KB 496/1192 KB 224/287 KB 572/1461 KB 776/1118 KB 484/1192 KB 228/287 KB 576/1461 KB 780/1118 KB 496/1192 KB 228/287 KB 576/1461 KB 784/1118 KB 496/1192 KB 228/287 KB 576/1461 KB 788/1118 KB 496/1192 KB 228/287 KB 576/1461 KB 792/1118 KB 496/1192 KB 228/287 KB 576/1461 KB 776/1118 KB 484/1192 KB 228/287 KB 580/1461 KB 792/1118 KB 496/1192 KB 228/287 KB 572/1461 KB 776/1118 KB 484/1192 KB 232/287 KB 580/1461 KB 792/1118 KB 496/1192 KB 236/287 KB 580/1461 KB 792/1118 KB 496/1192 KB 240/287 KB 580/1461 KB 792/1118 KB 496/1192 KB 244/287 KB 580/1461 KB 792/1118 KB 496/1192 KB 244/287 KB 584/1461 KB 796/1118 KB 500/1192 KB 244/287 KB 584/1461 KB 800/1118 KB 500/1192 KB 244/287 KB 584/1461 KB 792/1118 KB 500/1192 KB 244/287 KB 580/1461 KB 792/1118 KB 500/1192 KB 248/287 KB 588/1461 KB 800/1118 KB 500/1192 KB 248/287 KB 588/1461 KB 800/1118 KB 504/1192 KB 248/287 KB 588/1461 KB 800/1118 KB 508/1192 KB 248/287 KB 584/1461 KB 800/1118 KB 500/1192 KB 248/287 KB 588/1461 KB 800/1118 KB 512/1192 KB 252/287 KB 588/1461 KB 800/1118 KB 512/1192 KB 256/287 KB 588/1461 KB 800/1118 KB 512/1192 KB 260/287 KB 588/1461 KB 800/1118 KB unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install 512/1192 KB 264/287 KB 592/1461 KB 804/1118 KB 516/1192 KB 268/287 KB 592/1461 KB 804/1118 KB 516/1192 KB 260/287 KB 592/1461 KB 804/1118 KB 516/1192 KB 260/287 KB 592/1461 KB 804/1118 KB 512/1192 KB 260/287 KB 592/1461 KB 800/1118 KB 512/1192 KB 272/287 KB 596/1461 KB 804/1118 KB 516/1192 KB 272/287 KB 600/1461 KB 804/1118 KB 516/1192 KB 272/287 KB 600/1461 KB 808/1118 KB 516/1192 KB 272/287 KB 604/1461 KB 808/1118 KB 516/1192 KB 272/287 KB 604/1461 KB 812/1118 KB 520/1192 KB 272/287 KB 604/1461 KB 812/1118 KB 516/1192 KB 272/287 KB 604/1461 KB 816/1118 KB 520/1192 KB 272/287 KB 604/1461 KB 816/1118 KB 524/1192 KB 272/287 KB 604/1461 KB 816/1118 KB 528/1192 KB 272/287 KB 604/1461 KB 816/1118 KB 532/1192 KB 272/287 KB 608/1461 KB 820/1118 KB 536/1192 KB 272/287 KB 608/1461 KB 820/1118 KB 540/1192 KB 272/287 KB 608/1461 KB 820/1118 KB 544/1192 KB 272/287 KB 608/1461 KB 820/1118 KB 532/1192 KB 272/287 KB 608/1461 KB 816/1118 KB 532/1192 KB 272/287 KB 604/1461 KB 816/1118 KB 532/1192 KB 276/287 KB 608/1461 KB 820/1118 KB 544/1192 KB 276/287 KB 612/1461 KB 824/1118 KB 544/1192 KB 276/287 KB 608/1461 KB 824/1118 KB 544/1192 KB 276/287 KB 612/1461 KB 828/1118 KB 544/1192 KB 276/287 KB 616/1461 KB 828/1118 KB 544/1192 KB 280/287 KB 616/1461 KB 828/1118 KB 544/1192 KB 280/287 KB 620/1461 KB 832/1118 KB 544/1192 KB 280/287 KB 620/1461 KB 828/1118 KB 544/1192 KB 284/287 KB 620/1461 KB 832/1118 KB 544/1192 KB 287/287 KB 620/1461 KB 832/1118 KB 544/1192 KB 287/287 KB 624/1461 KB 836/1118 KB 548/1192 KB 287/287 KB 624/1461 KB 836/1118 KB 552/1192 KB 287/287 KB 624/1461 KB 836/1118 KB 556/1192 KB 287/287 KB 624/1461 KB 836/1118 KB 544/1192 KB 287/287 KB 624/1461 KB 832/1118 KB 544/1192 KB 287/287 KB 628/1461 KB 840/1118 KB 556/1192 KB 287/287 KB 632/1461 KB 840/1118 KB 556/1192 KB 287/287 KB 636/1461 KB 840/1118 KB 556/1192 KB 287/287 KB 624/1461 KB 840/1118 KB 556/1192 KB 287/287 KB 636/1461 KB 844/1118 KB 560/1192 KB 287/287 KB 636/1461 KB 848/1118 KB 560/1192 KB 287/287 KB 636/1461 KB 840/1118 KB 560/1192 KB 287/287 KB 636/1461 KB 848/1118 KB 564/1192 KB 287/287 KB 640/1461 KB 852/1118 KB 568/1192 KB 287/287 KB 640/1461 KB 852/1118 KB 572/1192 KB 287/287 KB 640/1461 KB 852/1118 KB 576/1192 KB 287/287 KB 640/1461 KB 852/1118 KB 564/1192 KB 287/287 KB 636/1461 KB 852/1118 KB 564/1192 KB 287/287 KB 640/1461 KB 856/1118 KB 576/1192 KB 287/287 KB 640/1461 KB 856/1118 KB 576/1192 KB 287/287 KB 644/1461 KB 856/1118 KB 576/1192 KB 287/287 KB 648/1461 KB 856/1118 KB 576/1192 KB 287/287 KB 652/1461 KB 856/1118 KB 576/1192 KB 287/287 KB 652/1461 KB 856/1118 KB 580/1192 KB 287/287 KB 656/1461 KB 860/1118 KB 584/1192 KB 287/287 KB 656/1461 KB 860/1118 KB 588/1192 KB 287/287 KB 656/1461 KB 860/1118 KB 592/1192 KB 287/287 KB 656/1461 KB 860/1118 KB 580/1192 KB 287/287 KB 652/1461 KB 860/1118 KB 580/1192 KB 287/287 KB 656/1461 KB 864/1118 KB 592/1192 KB 287/287 KB 656/1461 KB 868/1118 KB 592/1192 KB 287/287 KB 656/1461 KB 872/1118 KB 592/1192 KB 287/287 KB 660/1461 KB 872/1118 KB 592/1192 KB 287/287 KB 664/1461 KB 872/1118 KB 592/1192 KB 287/287 KB 668/1461 KB 872/1118 KB 592/1192 KB 287/287 KB 668/1461 KB 872/1118 KB 596/1192 KB 287/287 KB 672/1461 KB 876/1118 KB 600/1192 KB 287/287 KB 672/1461 KB 876/1118 KB 604/1192 KB 287/287 KB 672/1461 KB 876/1118 KB 608/1192 KB 287/287 KB 672/1461 KB 876/1118 KB 596/1192 KB 287/287 KB 668/1461 KB 876/1118 KB 596/1192 KB 287/287 KB 672/1461 KB 880/1118 KB 608/1192 unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install KB 287/287 KB 672/1461 KB 884/1118 KB 608/1192 KB 287/287 KB 672/1461 KB 888/1118 KB 608/1192 KB 287/287 KB 672/1461 KB 892/1118 KB 608/1192 KB 287/287 KB 676/1461 KB 896/1118 KB 608/1192 KB 287/287 KB 676/1461 KB 900/1118 KB 608/1192 KB 287/287 KB 676/1461 KB 904/1118 KB 608/1192 KB 287/287 KB 676/1461 KB 892/1118 KB 608/1192 KB 287/287 KB 680/1461 KB 904/1118 KB 612/1192 KB 287/287 KB 684/1461 KB 904/1118 KB 612/1192 KB 287/287 KB 688/1461 KB 904/1118 KB 612/1192 KB 287/287 KB 692/1461 KB 904/1118 KB 612/1192 KB 287/287 KB 696/1461 KB 904/1118 KB 612/1192 KB 287/287 KB 700/1461 KB 904/1118 KB 612/1192 KB 287/287 KB 688/1461 KB 904/1118 KB 612/1192 KB 287/287 KB 700/1461 KB 908/1118 KB 616/1192 KB 287/287 KB 700/1461 KB 908/1118 KB 620/1192 KB 287/287 KB 700/1461 KB 908/1118 KB 624/1192 KB 287/287 KB 704/1461 KB 908/1118 KB 624/1192 KB 287/287 KB 708/1461 KB 908/1118 KB 628/1192 KB 287/287 KB 712/1461 KB 908/1118 KB 628/1192 KB 287/287 KB 700/1461 KB 908/1118 KB 612/1192 KB 287/287 KB 712/1461 KB 912/1118 KB 628/1192 KB 287/287 KB 712/1461 KB 916/1118 KB 628/1192 KB 287/287 KB 712/1461 KB 920/1118 KB 628/1192 KB 287/287 KB 704/1461 KB 908/1118 KB 628/1192 KB 287/287 KB 712/1461 KB 920/1118 KB 632/1192 KB 287/287 KB 712/1461 KB 920/1118 KB 636/1192 KB 287/287 KB 712/1461 KB 920/1118 KB 640/1192 KB 287/287 KB 716/1461 KB 920/1118 KB 640/1192 KB 287/287 KB 716/1461 KB 920/1118 KB 644/1192 KB 287/287 KB 720/1461 KB 924/1118 KB 648/1192 KB 287/287 KB 720/1461 KB 924/1118 KB 652/1192 KB 287/287 KB 720/1461 KB 924/1118 KB 656/1192 KB 287/287 KB 720/1461 KB 924/1118 KB 644/1192 KB 287/287 KB 716/1461 KB 924/1118 KB 644/1192 KB 287/287 KB 720/1461 KB 928/1118 KB 656/1192 KB 287/287 KB 720/1461 KB 932/1118 KB 656/1192 KB 287/287 KB 720/1461 KB 936/1118 KB 656/1192 KB 287/287 KB 724/1461 KB 936/1118 KB 656/1192 KB 287/287 KB 728/1461 KB 936/1118 KB 656/1192 KB 287/287 KB 732/1461 KB 936/1118 KB 656/1192 KB 287/287 KB 732/1461 KB 936/1118 KB 660/1192 KB 287/287 KB 736/1461 KB 940/1118 KB 664/1192 KB 287/287 KB 736/1461 KB 940/1118 KB 668/1192 KB 287/287 KB 736/1461 KB 940/1118 KB 672/1192 KB 287/287 KB 736/1461 KB 940/1118 KB 660/1192 KB 287/287 KB 732/1461 KB 940/1118 KB 660/1192 KB 287/287 KB 736/1461 KB 944/1118 KB 672/1192 KB 287/287 KB 736/1461 KB 948/1118 KB 672/1192 KB 287/287 KB 736/1461 KB 952/1118 KB 672/1192 KB 287/287 KB 740/1461 KB 952/1118 KB 672/1192 KB 287/287 KB 744/1461 KB 952/1118 KB 672/1192 KB 287/287 KB 748/1461 KB 952/1118 KB 672/1192 KB 287/287 KB 748/1461 KB 952/1118 KB 676/1192 KB 287/287 KB 748/1461 KB 956/1118 KB 678/1192 KB 287/287 KB 748/1461 KB 956/1118 KB 676/1192 KB 748/1461 KB 960/1118 KB 682/1192 KB 748/1461 KB 964/1118 KB 682/1192 KB 752/1461 KB 964/1118 KB 682/1192 KB 756/1461 KB 968/1118 KB 682/1192 KB 760/1461 KB 968/1118 KB 682/1192 KB 764/1461 KB 968/1118 KB 682/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar (287 KB at 154.1 KB/sec) unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install 748/1461 KB 956/1118 KB 682/1192 KB 752/1461 KB 968/1118 KB 682/1192 KB 764/1461 KB 972/1118 KB 682/1192 KB 768/1461 KB 976/1118 KB 686/1192 KB 768/1461 KB 980/1118 KB 686/1192 KB 768/1461 KB 984/1118 KB 686/1192 KB 768/1461 KB 972/1118 KB 686/1192 KB 764/1461 KB 972/1118 KB 686/1192 KB 768/1461 KB 984/1118 KB 690/1192 KB 768/1461 KB 984/1118 KB 694/1192 KB 768/1461 KB 984/1118 KB 698/1192 KB 772/1461 KB 984/1118 KB 702/1192 KB 772/1461 KB 984/1118 KB 706/1192 KB 772/1461 KB 984/1118 KB 710/1192 KB 772/1461 KB 984/1118 KB 698/1192 KB 776/1461 KB 988/1118 KB 710/1192 KB 780/1461 KB 988/1118 KB 710/1192 KB 784/1461 KB 988/1118 KB 710/1192 KB 788/1461 KB 988/1118 KB 714/1192 KB 792/1461 KB 988/1118 KB 714/1192 KB 796/1461 KB 988/1118 KB 714/1192 KB 772/1461 KB 988/1118 KB 710/1192 KB 796/1461 KB 992/1118 KB 714/1192 KB 796/1461 KB 996/1118 KB 714/1192 KB 796/1461 KB 1000/1118 KB 714/1192 KB 784/1461 KB 988/1118 KB 714/1192 KB 796/1461 KB 1000/1118 KB 718/1192 KB 796/1461 KB 1000/1118 KB 722/1192 KB 796/1461 KB 1000/1118 KB 726/1192 KB 796/1461 KB 1004/1118 KB 726/1192 KB 796/1461 KB 1008/1118 KB 726/1192 KB 796/1461 KB 1012/1118 KB 726/1192 KB 796/1461 KB 1016/1118 KB 726/1192 KB 800/1461 KB 1016/1118 KB 726/1192 KB 804/1461 KB 1020/1118 KB 730/1192 KB 808/1461 KB 1020/1118 KB 730/1192 KB 812/1461 KB 1020/1118 KB 730/1192 KB 800/1461 KB 1020/1118 KB 730/1192 KB 800/1461 KB 1016/1118 KB 730/1192 KB 812/1461 KB 1020/1118 KB 734/1192 KB 812/1461 KB 1020/1118 KB 738/1192 KB 812/1461 KB 1020/1118 KB 742/1192 KB 812/1461 KB 1024/1118 KB 742/1192 KB 812/1461 KB 1028/1118 KB 742/1192 KB 812/1461 KB 1032/1118 KB 742/1192 KB 816/1461 KB 1032/1118 KB 746/1192 KB 820/1461 KB 1032/1118 KB 746/1192 KB 824/1461 KB 1032/1118 KB 746/1192 KB 828/1461 KB 1032/1118 KB 746/1192 KB 812/1461 KB 1032/1118 KB 746/1192 KB 828/1461 KB 1032/1118 KB 750/1192 KB 828/1461 KB 1032/1118 KB 754/1192 KB 828/1461 KB 1032/1118 KB 758/1192 KB 828/1461 KB 1036/1118 KB 758/1192 KB 828/1461 KB 1040/1118 KB 758/1192 KB 828/1461 KB 1044/1118 KB 758/1192 KB 828/1461 KB 1048/1118 KB 758/1192 KB 828/1461 KB 1052/1118 KB 758/1192 KB 832/1461 KB 1056/1118 KB 762/1192 KB 832/1461 KB 1060/1118 KB 762/1192 KB 832/1461 KB 1064/1118 KB 762/1192 KB 832/1461 KB 1052/1118 KB 762/1192 KB 832/1461 KB 1052/1118 KB 758/1192 KB 836/1461 KB 1064/1118 KB 762/1192 KB 840/1461 KB 1064/1118 KB 762/1192 KB 844/1461 KB 1064/1118 KB 762/1192 KB 844/1461 KB 1064/1118 KB 766/1192 KB 844/1461 KB 1064/1118 KB 770/1192 KB 844/1461 KB 1064/1118 KB 774/1192 KB 848/1461 KB 1064/1118 KB 774/1192 KB 852/1461 KB 1068/1118 KB 778/1192 KB 856/1461 KB 1068/1118 KB 778/1192 KB 860/1461 KB 1068/1118 KB 778/1192 KB 848/1461 KB 1068/1118 KB 778/1192 KB 860/1461 KB 1068/1118 KB 782/1192 KB 860/1461 KB 1068/1118 KB 786/1192 KB 848/1461 KB 1068/1118 KB 774/1192 KB 860/1461 KB 1068/1118 KB 790/1192 KB 860/1461 KB 1072/1118 KB 790/1192 KB 860/1461 KB 1076/1118 KB 790/1192 KB 860/1461 KB 1080/1118 KB 790/1192 KB 860/1461 KB 1084/1118 KB 790/1192 KB 864/1461 KB 1088/1118 KB 794/1192 KB 864/1461 KB 1092/1118 KB 794/1192 KB 864/1461 KB 1096/1118 KB 794/1192 KB 864/1461 KB 1084/1118 KB 794/1192 KB 868/1461 KB 1096/1118 KB 794/1192 KB 872/1461 KB 1096/1118 KB 794/1192 KB 876/1461 KB 1096/1118 KB 794/1192 KB 860/1461 KB 1084/1118 KB 794/1192 KB 876/1461 KB 1096/1118 KB 798/1192 KB 876/1461 KB 1096/1118 KB 802/1192 KB 876/1461 KB 1096/1118 KB 806/1192 KB 880/1461 KB 10 unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install 96/1118 KB 806/1192 KB 884/1461 KB 1100/1118 KB 810/1192 KB 888/1461 KB 1100/1118 KB 810/1192 KB 892/1461 KB 1100/1118 KB 810/1192 KB 880/1461 KB 1100/1118 KB 810/1192 KB 880/1461 KB 1096/1118 KB 810/1192 KB 892/1461 KB 1100/1118 KB 814/1192 KB 892/1461 KB 1104/1118 KB 814/1192 KB 892/1461 KB 1108/1118 KB 818/1192 KB 892/1461 KB 1112/1118 KB 818/1192 KB 892/1461 KB 1104/1118 KB 818/1192 KB 892/1461 KB 1112/1118 KB 822/1192 KB 896/1461 KB 1112/1118 KB 822/1192 KB 900/1461 KB 1116/1118 KB 822/1192 KB 904/1461 KB 1116/1118 KB 822/1192 KB 908/1461 KB 1116/1118 KB 822/1192 KB 896/1461 KB 1116/1118 KB 822/1192 KB 908/1461 KB 1118/1118 KB 826/1192 KB 908/1461 KB 1116/1118 KB 826/1192 KB 908/1461 KB 1118/1118 KB 830/1192 KB 908/1461 KB 1118/1118 KB 834/1192 KB 908/1461 KB 1118/1118 KB 838/1192 KB 912/1461 KB 1118/1118 KB 838/1192 KB 916/1461 KB 1118/1118 KB 842/1192 KB 920/1461 KB 1118/1118 KB 842/1192 KB 924/1461 KB 1118/1118 KB 842/1192 KB 912/1461 KB 1118/1118 KB 842/1192 KB 924/1461 KB 1118/1118 KB 846/1192 KB 924/1461 KB 1118/1118 KB 850/1192 KB 924/1461 KB 1118/1118 KB 854/1192 KB 928/1461 KB 1118/1118 KB 854/1192 KB 932/1461 KB 1118/1118 KB 858/1192 KB 936/1461 KB 1118/1118 KB 858/1192 KB 940/1461 KB 1118/1118 KB 858/1192 KB 928/1461 KB 1118/1118 KB 858/1192 KB 940/1461 KB 1118/1118 KB 862/1192 KB 940/1461 KB 1118/1118 KB 866/1192 KB 940/1461 KB 1118/1118 KB 870/1192 KB 940/1461 KB 1118/1118 KB 874/1192 KB 944/1461 KB 1118/1118 KB 878/1192 KB 944/1461 KB 1118/1118 KB 882/1192 KB 944/1461 KB 1118/1118 KB 874/1192 KB 948/1461 KB 1118/1118 KB 886/1192 KB 952/1461 KB 1118/1118 KB 886/1192 KB 956/1461 KB 1118/1118 KB 886/1192 KB 944/1461 KB 1118/1118 KB 886/1192 KB 960/1461 KB 1118/1118 KB 886/1192 KB 964/1461 KB 1118/1118 KB 890/1192 KB 968/1461 KB 1118/1118 KB 890/1192 KB 960/1461 KB 1118/1118 KB 890/1192 KB 968/1461 KB 1118/1118 KB 894/1192 KB 968/1461 KB 1118/1118 KB 898/1192 KB 972/1461 KB 1118/1118 KB 898/1192 KB 972/1461 KB 1118/1118 KB 902/1192 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/guava/guava/r09/guava-r09.jar (1118 KB at 589.2 KB/sec) unit-mysql-0: 10:38:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install 976/1461 KB 902/1192 KB 980/1461 KB 906/1192 KB 984/1461 KB 906/1192 KB 988/1461 KB 906/1192 KB 976/1461 KB 906/1192 KB 988/1461 KB 910/1192 KB 988/1461 KB 914/1192 KB 988/1461 KB 918/1192 KB 992/1461 KB 918/1192 KB 996/1461 KB 922/1192 KB 1000/1461 KB 922/1192 KB 1004/1461 KB 922/1192 KB 1008/1461 KB 922/1192 KB 1012/1461 KB 922/1192 KB 1016/1461 KB 922/1192 KB 1020/1461 KB 922/1192 KB 1024/1461 KB 922/1192 KB 1028/1461 KB 922/1192 KB 992/1461 KB 922/1192 KB 1028/1461 KB 926/1192 KB 1028/1461 KB 930/1192 KB 1028/1461 KB 934/1192 KB 1028/1461 KB 938/1192 KB 1028/1461 KB 942/1192 KB 1028/1461 KB 946/1192 KB 1028/1461 KB 950/1192 KB 1028/1461 KB 954/1192 KB 1032/1461 KB 958/1192 KB 1032/1461 KB 962/1192 KB 1032/1461 KB 966/1192 KB 1032/1461 KB 970/1192 KB 1032/1461 KB 974/1192 KB 1032/1461 KB 978/1192 KB 1032/1461 KB 982/1192 KB 1032/1461 KB 986/1192 KB 1032/1461 KB 954/1192 KB 1036/1461 KB 986/1192 KB 1040/1461 KB 986/1192 KB 1044/1461 KB 986/1192 KB 1048/1461 KB 986/1192 KB 1052/1461 KB 986/1192 KB 1056/1461 KB 986/1192 KB 1060/1461 KB 986/1192 KB 1064/1461 KB 986/1192 KB 1068/1461 KB 990/1192 KB 1072/1461 KB 990/1192 KB 1076/1461 KB 990/1192 KB 1080/1461 KB 990/1192 KB 1084/1461 KB 990/1192 KB 1088/1461 KB 990/1192 KB 1092/1461 KB 990/1192 KB 1096/1461 KB 990/1192 KB 1100/1461 KB 990/1192 KB 1064/1461 KB 990/1192 KB 1100/1461 KB 994/1192 KB 1100/1461 KB 998/1192 KB 1100/1461 KB 1002/1192 KB 1100/1461 KB 1006/1192 KB 1100/1461 KB 1010/1192 KB 1100/1461 KB 1014/1192 KB 1100/1461 KB 1018/1192 KB 1100/1461 KB 1022/1192 KB 1100/1461 KB 1026/1192 KB 1100/1461 KB 1030/1192 KB 1100/1461 KB 1034/1192 KB 1100/1461 KB 1038/1192 KB 1104/1461 KB 1042/1192 KB 1104/1461 KB 1046/1192 KB 1104/1461 KB 1050/1192 KB 1104/1461 KB 1054/1192 KB 1104/1461 KB 1058/1192 KB 1104/1461 KB 1062/1192 KB 1104/1461 KB 1038/1192 KB 1108/1461 KB 1062/1192 KB 1112/1461 KB 1062/1192 KB 1116/1461 KB 1062/1192 KB 1120/1461 KB 1062/1192 KB 1124/1461 KB 1062/1192 KB 1128/1461 KB 1062/1192 KB 1132/1461 KB 1062/1192 KB 1132/1461 KB 1066/1192 KB 1132/1461 KB 1070/1192 KB 1132/1461 KB 1074/1192 KB 1136/1461 KB 1078/1192 KB 1136/1461 KB 1074/1192 KB 1140/1461 KB 1078/1192 KB 1144/1461 KB 1078/1192 KB 1148/1461 KB 1078/1192 KB 1152/1461 KB 1078/1192 KB 1156/1461 KB 1082/1192 KB 1160/1461 KB 1082/1192 KB 1164/1461 KB 1082/1192 KB 1152/1461 KB 1082/1192 KB 1164/1461 KB 1086/1192 KB 1164/1461 KB 1090/1192 KB 1164/1461 KB 1094/1192 KB 1168/1461 KB 1094/1192 KB 1172/1461 KB 1098/1192 KB 1176/1461 KB 1098/1192 KB 1180/1461 KB 1098/1192 KB 1168/1461 KB 1098/1192 KB 1180/1461 KB 1102/1192 KB 1180/1461 KB 1106/1192 KB 1180/1461 KB 1110/1192 KB 1184/1461 KB 1110/1192 KB 1188/1461 KB 1114/1192 KB 1192/1461 KB 1114/1192 KB 1196/1461 KB 1114/1192 KB 1184/1461 KB 1114/1192 KB 1196/1461 KB 1118/1192 KB 1196/1461 KB 1122/1192 KB 1196/1461 KB 1126/1192 KB 1196/1461 KB 1130/1192 KB 1200/1461 KB 1134/1192 KB 1200/1461 KB 1138/1192 KB 1200/1461 KB 1142/1192 KB 1200/1461 KB 1130/1192 KB 1204/1461 KB 1142/1192 KB 1208/1461 KB 1142/1192 KB 1212/1461 KB 1142/1192 KB 1212/1461 KB 1146/1192 KB 1212/1461 KB 1150/1192 KB 1216/1461 KB 1154/1192 KB 1216/1461 KB 1158/1192 KB 1216/1461 KB 1150/1192 KB 1220/1461 KB 1158/1192 KB 1224/1461 KB 1158/1192 KB 1228/1461 KB 1158/1192 KB 1232/1461 KB 1158/1192 KB 1232/1461 KB 1162/1192 KB 1232/1461 KB 1166/1192 KB 1232/1461 KB 1170/1192 KB 1232/1461 KB 1174/1192 KB 1232/1461 KB 1178/1192 unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install KB 1236/1461 KB 1182/1192 KB 1236/1461 KB 1186/1192 KB 1236/1461 KB 1190/1192 KB 1236/1461 KB 1178/1192 KB 1240/1461 KB 1190/1192 KB 1244/1461 KB 1190/1192 KB 1248/1461 KB 1190/1192 KB 1252/1461 KB 1192/1192 KB 1256/1461 KB 1192/1192 KB 1260/1461 KB 1192/1192 KB 1248/1461 KB 1192/1192 KB 1264/1461 KB 1192/1192 KB 1268/1461 KB 1192/1192 KB 1272/1461 KB 1192/1192 KB 1276/1461 KB 1192/1192 KB 1280/1461 KB 1192/1192 KB 1284/1461 KB 1192/1192 KB 1288/1461 KB 1192/1192 KB 1292/1461 KB 1192/1192 KB 1296/1461 KB 1192/1192 KB 1300/1461 KB 1192/1192 KB 1304/1461 KB 1192/1192 KB 1308/1461 KB 1192/1192 KB 1312/1461 KB 1192/1192 KB 1316/1461 KB 1192/1192 KB 1320/1461 KB 1192/1192 KB 1324/1461 KB 1192/1192 KB 1328/1461 KB 1192/1192 KB 1332/1461 KB 1192/1192 KB 1336/1461 KB 1192/1192 KB 1340/1461 KB 1192/1192 KB 1344/1461 KB 1192/1192 KB 1348/1461 KB 1192/1192 KB 1352/1461 KB 1192/1192 KB 1356/1461 KB 1192/1192 KB 1360/1461 KB 1192/1192 KB 1364/1461 KB 1192/1192 KB 1368/1461 KB 1192/1192 KB 1372/1461 KB 1192/1192 KB 1376/1461 KB 1192/1192 KB 1380/1461 KB 1192/1192 KB 1384/1461 KB 1192/1192 KB 1388/1461 KB 1192/1192 KB 1392/1461 KB 1192/1192 KB 1396/1461 KB 1192/1192 KB 1400/1461 KB 1192/1192 KB 1404/1461 KB 1192/1192 KB 1408/1461 KB 1192/1192 KB 1412/1461 KB 1192/1192 KB 1416/1461 KB 1192/1192 KB 1420/1461 KB 1192/1192 KB 1424/1461 KB 1192/1192 KB 1428/1461 KB 1192/1192 KB 1432/1461 KB 1192/1192 KB 1436/1461 KB 1192/1192 KB 1440/1461 KB 1192/1192 KB 1444/1461 KB 1192/1192 KB 1448/1461 KB 1192/1192 KB 1452/1461 KB 1192/1192 KB 1456/1461 KB 1192/1192 KB 1460/1461 KB 1192/1192 KB 1461/1461 KB 1192/1192 KB Downloaded: https://repo.maven.apache.org/maven2/org/mockito/mockito-all/1.9.0/mockito-all-1.9.0.jar (1461 KB at 730.8 KB/sec) unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/net/masterthought/cucumber-reporting/0.1.0/cucumber-reporting-0.1.0.jar (1192 KB at 585.3 KB/sec) unit-mysql-0: 10:38:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:38:17 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: 10:38:17 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 156.0 KB/sec) unit-abot-epc-basic-0: 10:38:17 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-mysql-0: 10:38:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 10:38:17 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 39.7 KB/sec) unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom unit-abot-epc-basic-0: 10:38:17 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 39.8 KB/sec) unit-abot-epc-basic-0: 10:38:17 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom unit-abot-epc-basic-0: 10:38:17 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 33.5 KB/sec) unit-abot-epc-basic-0: 10:38:17 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-mysql-0: 10:38:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 10:38:17 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 9.4 KB/sec) unit-abot-epc-basic-0: 10:38:17 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: 10:38:17 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 91.0 KB/sec) unit-abot-epc-basic-0: 10:38:17 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: 10:38:17 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 40.6 KB/sec) unit-abot-epc-basic-0: 10:38:17 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-mysql-0: 10:38:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 10:38:17 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 48.9 KB/sec) unit-abot-epc-basic-0: 10:38:17 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: 10:38:17 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 45.8 KB/sec) unit-abot-epc-basic-0: 10:38:17 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: 10:38:17 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 150.5 KB/sec) unit-abot-epc-basic-0: 10:38:17 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-mysql-0: 10:38:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 10:38:17 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 26.6 KB/sec) unit-abot-epc-basic-0: 10:38:17 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: 10:38:17 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 72.1 KB/sec) unit-abot-epc-basic-0: 10:38:17 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: 10:38:17 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 131.5 KB/sec) unit-abot-epc-basic-0: 10:38:17 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-mysql-0: 10:38:17 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 10:38:17 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/shared/maven-shared-components/17/maven-shared-components-17.pom (9 KB at 197.6 KB/sec) unit-abot-epc-basic-0: 10:38:17 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: 10:38:18 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 21.2 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 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 68.2 KB/sec) unit-abot-epc-basic-0: 10:38:18 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-mysql-0: 10:38:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 10:38:18 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 71.8 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 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 104.6 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 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 171.2 KB/sec) unit-abot-epc-basic-0: 10:38:18 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-mysql-0: 10:38:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 10:38:18 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 20.7 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 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 66.2 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 3/16 KB 3/16 KB 6/16 KB 8/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 343.2 KB/sec) unit-mysql-0: 10:38:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 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: 10:38:18 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: 10:38:18 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: 10:38:18 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: 10:38:18 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/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (10 KB at 510.9 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 3/149 KB 5/149 KB 3/21 KB 8/149 KB 3/21 KB 11/149 KB 3/21 KB 13/149 KB 3/21 KB 16/149 KB 3/21 KB 5/149 KB 6/21 KB 16/149 KB 9/21 KB 16/149 KB 11/21 KB 16/149 KB 14/21 KB 16/149 KB 16/21 KB 16/149 KB 16/21 KB 19/149 KB 16/21 KB 19/149 KB 3/6 KB 19/21 KB 21/149 KB 3/6 KB 19/21 KB 19/149 KB 3/6 KB 21/21 KB 21/149 KB 3/6 KB 21/21 KB 24/149 KB 3/6 KB 21/21 KB 27/149 KB 3/6 KB 21/21 KB 29/149 KB 3/6 KB 21/21 KB 32/149 KB 3/6 KB 21/21 KB 32/149 KB 6/6 KB 21/21 KB 32/149 KB 6/6 KB 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 3/14 KB 56/149 KB 6/6 KB 3/30 KB 21/21 KB 3/14 KB 60/149 KB 6/6 KB 3/30 KB 21/21 KB 3/14 KB 64/149 KB 6/6 KB 3/30 KB 21/21 KB 3/14 KB 52/149 KB 6/6 KB 3/30 KB 21/21 KB 52/149 KB 6/6 KB 3/30 KB 21/21 KB 3/14 KB 64/149 KB 6/6 KB 6/30 KB 21/21 KB 3/14 KB 64/149 KB 6/6 KB 9/30 KB 21/21 KB 3/14 KB 64/149 KB 6/6 KB 11/30 KB 21/21 KB 6/14 KB 68/149 KB 6/6 KB 14/30 KB 21/21 KB 6/14 KB 68/149 KB 6/6 KB 11/30 KB 21/21 KB 6/14 KB 64/149 KB 6/6 KB 11/30 KB 21/21 KB 9/14 KB 68/149 KB 6/6 KB 14/30 KB 21/21 KB 9/14 KB 72/149 KB 6/6 KB 14/30 KB 21/21 KB 9/14 KB 76/149 KB 6/6 KB 14/30 KB 21/21 KB 9/14 KB 80/149 KB 6/6 KB 16/30 KB 21/21 KB 9/14 KB 76/149 KB 6/6 KB 16/30 KB 21/21 KB 11/14 KB 80/149 KB 6/6 KB 16/30 KB 21/21 KB 14/14 KB 80/149 KB 6/6 KB 16/30 KB 21/21 KB 14/14 KB 80/149 KB 6/6 KB 19/30 KB 21/21 KB 14/14 KB 80/149 KB 6/6 KB 22/30 KB 21/21 KB 14/14 KB 84/149 KB 6/6 KB 22/30 KB 21/21 KB 14/14 KB 84/149 KB 6/6 KB 25/30 KB 21/21 KB 14/14 KB 88/149 KB 6/6 KB 25/30 KB 21/21 KB 14/14 KB 92/149 KB 6/6 KB 25/30 KB 21/21 KB 14/14 KB 92/149 KB 6/6 KB 27/30 KB 21/21 KB 14/14 KB 96/149 KB 6/6 KB 27/30 KB 21/21 KB 14/14 KB 96/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 100/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 104/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 108/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 112/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 116/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 120/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 124/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 128/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 132/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 136/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 140/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 144/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 148/149 KB 6/6 KB 30/30 KB 21/21 KB 14/14 KB 149/149 KB 6/6 KB 30/30 KB Downloaded: https://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 KB at 576.7 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 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 375.4 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 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 105.4 KB/sec) unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install 14/14 KB 149/149 KB 3/37 KB 14/14 KB 149/149 KB 6/37 KB 14/14 KB 149/149 KB 9/37 KB 14/14 KB 149/149 KB 11/37 KB 14/14 KB 149/149 KB 14/37 KB 14/14 KB 149/149 KB 16/37 KB 14/14 KB 149/149 KB 19/37 KB 14/14 KB 149/149 KB 22/37 KB 14/14 KB 149/149 KB 25/37 KB 14/14 KB 149/149 KB 27/37 KB 14/14 KB 149/149 KB 30/37 KB 14/14 KB 149/149 KB 32/37 KB 14/14 KB 149/149 KB 35/37 KB 14/14 KB 149/149 KB 37/37 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 214.4 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 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 554.0 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (149 KB at 2085.4 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 3/43 KB 6/43 KB 9/43 KB 11/43 KB 14/43 KB 3/14 KB 16/43 KB 3/14 KB 14/43 KB 6/14 KB 16/43 KB 9/14 KB 16/43 KB 11/14 KB 16/43 KB 14/14 KB 16/43 KB 14/14 KB 19/43 KB 14/14 KB 22/43 KB 14/14 KB 22/43 KB 3/37 KB 14/14 KB 22/43 KB 6/37 KB 14/14 KB 22/43 KB 9/37 KB 14/14 KB 25/43 KB 9/37 KB 14/14 KB 27/43 KB 9/37 KB 14/14 KB 27/43 KB 11/37 KB 14/14 KB 27/43 KB 14/37 KB 14/14 KB 30/43 KB 14/37 KB 14/14 KB 32/43 KB 14/37 KB 14/14 KB 36/43 KB 14/37 KB 14/14 KB 40/43 KB 14/37 KB 14/14 KB 43/43 KB 14/37 KB 14/14 KB 43/43 KB 16/37 KB 14/14 KB 43/43 KB 19/37 KB 14/14 KB 43/43 KB 22/37 KB 14/14 KB 43/43 KB 25/37 KB 14/14 KB 43/43 KB 27/37 KB 14/14 KB 43/43 KB 30/37 KB 14/14 KB 43/43 KB 32/37 KB 14/14 KB 43/43 KB 35/37 KB 14/14 KB 43/43 KB 37/37 KB 14/14 KB 43/43 KB 37/37 KB 3/11 KB 14/14 KB 43/43 KB 37/37 KB 6/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 KB at 501.1 KB/sec) unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install 14/14 KB 37/37 KB 9/11 KB 14/14 KB 37/37 KB 11/11 KB 14/14 KB 3/7 KB 37/37 KB 11/11 KB 14/14 KB 6/7 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 3/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 6/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 9/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 11/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 14/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 16/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 19/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 22/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 25/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 27/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 30/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 32/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 36/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 40/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 44/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 48/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 52/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 56/60 KB 37/37 KB 11/11 KB 14/14 KB 7/7 KB 60/60 KB 37/37 KB 11/11 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 125.9 KB/sec) unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (11 KB at 94.4 KB/sec) unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/classworlds/classworlds/1.1/classworlds-1.1.jar (37 KB at 348.7 KB/sec) unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (7 KB at 61.0 KB/sec) unit-abot-epc-basic-0: 10:38:18 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 477.0 KB/sec) unit-mysql-0: 10:38:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-mysql-0: 10:38:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install [INFO] Copying 1 resource unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 2/2 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom (2 KB at 31.7 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 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 419.6 KB/sec) unit-abot-epc-basic-0: 10:38:18 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-mysql-0: 10:38:18 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 10:38:18 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 535.6 KB/sec) unit-abot-epc-basic-0: 10:38:18 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom unit-abot-epc-basic-0: 10:38:18 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 39.5 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 3/3 KB 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 53.4 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 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/maven-core/2.0.9/maven-core-2.0.9.pom (8 KB at 185.4 KB/sec) unit-abot-epc-basic-0: 10:38:18 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: 10:38:18 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom (3 KB at 43.7 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 69.7 KB/sec) unit-abot-epc-basic-0: 10:38:19 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-mysql-0: 10:38:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 10:38:19 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 39.1 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 41.7 KB/sec) unit-abot-epc-basic-0: 10:38:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom unit-abot-epc-basic-0: 10:38:19 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 43.2 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 10:38:19 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 40.6 KB/sec) unit-abot-epc-basic-0: 10:38:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom unit-abot-epc-basic-0: 10:38:19 DEBUG unit.abot-epc-basic/0.install 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 64.5 KB/sec) unit-abot-epc-basic-0: 10:38:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom unit-abot-epc-basic-0: 10:38:19 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB 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 62.8 KB/sec) unit-abot-epc-basic-0: 10:38:19 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-mysql-0: 10:38:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 10:38:19 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 46.9 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 48.2 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 30.6 KB/sec) unit-mysql-0: 10:38:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 75.8 KB/sec) unit-abot-epc-basic-0: 10:38:19 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.9.1/plexus-compiler-api-1.9.1.pom unit-abot-epc-basic-0: 10:38:19 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 18.8 KB/sec) unit-abot-epc-basic-0: 10:38:19 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-mysql-0: 10:38:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 10:38:19 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 85.2 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 71.9 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 363.6 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 10:38:19 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 13.8 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 15.6 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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 28.9 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 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: 10:38:19 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: 10:38:19 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-mysql-0: 10:38:19 DEBUG unit.mysql/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.abot-epc-basic/0.install 3/21 KB 5/21 KB 7/21 KB 10/21 KB 13/21 KB 15/21 KB 18/21 KB 21/21 KB 21/21 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 1019.4 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.abot-epc-basic/0.install 3/13 KB 3/48 KB 6/13 KB 3/87 KB 3/156 KB 3/48 KB 9/13 KB 3/87 KB 3/156 KB 3/48 KB 11/13 KB 3/87 KB 3/156 KB 3/48 KB 13/13 KB 3/87 KB 3/156 KB 3/48 KB 3/13 KB 3/87 KB 3/156 KB 6/48 KB 13/13 KB 3/87 KB 3/156 KB 9/48 KB 13/13 KB 3/87 KB 3/156 KB 11/48 KB 13/13 KB 3/87 KB 3/156 KB 14/48 KB 13/13 KB 3/87 KB 3/156 KB 16/48 KB 13/13 KB 3/87 KB 3/156 KB 3/13 KB 3/87 KB 3/156 KB 16/48 KB 13/13 KB 3/87 KB 5/156 KB 16/48 KB 13/13 KB 3/87 KB 8/156 KB 16/48 KB 13/13 KB 3/87 KB 11/156 KB 16/48 KB 13/13 KB 3/87 KB 13/156 KB 16/48 KB 13/13 KB 3/87 KB 16/156 KB 3/13 KB 3/87 KB 16/48 KB 13/13 KB 5/87 KB 16/156 KB 16/48 KB 13/13 KB 8/87 KB 16/156 KB 16/48 KB 13/13 KB 11/87 KB 16/156 KB 16/48 KB 13/13 KB 13/87 KB 16/156 KB 16/48 KB 13/13 KB 16/87 KB 16/156 KB 16/48 KB 13/13 KB 19/87 KB 16/156 KB 19/48 KB 13/13 KB 19/87 KB 19/156 KB 16/48 KB 13/13 KB 19/87 KB 19/156 KB 19/48 KB 13/13 KB 21/87 KB 19/156 KB 22/48 KB 13/13 KB 21/87 KB 21/156 KB 22/48 KB 13/13 KB 21/87 KB 19/156 KB 22/48 KB 13/13 KB 24/87 KB 21/156 KB 25/48 KB 13/13 KB 24/87 KB 24/156 KB 25/48 KB 13/13 KB 24/87 KB 21/156 KB 25/48 KB 13/13 KB 27/87 KB 24/156 KB 25/48 KB 13/13 KB 27/87 KB 27/156 KB 27/48 KB 13/13 KB 27/87 KB 27/156 KB 27/48 KB 13/13 KB 27/87 KB 29/156 KB 30/48 KB 13/13 KB 29/87 KB 29/156 KB 27/48 KB 13/13 KB 29/87 KB 29/156 KB 32/48 KB 13/13 KB 29/87 KB 29/156 KB 32/48 KB 13/13 KB 32/87 KB 32/156 KB 32/48 KB 13/13 KB 29/87 KB 32/156 KB 32/48 KB 13/13 KB 32/87 KB 36/156 KB 36/48 KB 13/13 KB 36/87 KB 40/156 KB 36/48 KB 13/13 KB 36/87 KB 44/156 KB 36/48 KB 13/13 KB 36/87 KB 48/156 KB 36/48 KB 13/13 KB 36/87 KB 36/156 KB 36/48 KB 13/13 KB 40/87 KB 48/156 KB 36/48 KB 13/13 KB 32/87 KB 36/156 KB 36/48 KB 13/13 KB 44/87 KB 48/156 KB 40/48 KB 13/13 KB 48/87 KB 48/156 KB 40/48 KB 13/13 KB 44/87 KB 48/156 KB 44/48 KB 13/13 KB 48/87 KB 48/156 KB 48/48 KB 13/13 KB 48/87 KB 48/156 KB 48/48 KB 13/13 KB 48/87 KB 52/156 KB 48/48 KB 13/13 KB 52/87 KB 56/156 KB 48/48 KB 13/13 KB 52/87 KB 60/156 KB 48/48 KB 13/13 KB 52/87 KB 64/156 KB 48/48 KB 13/13 KB 52/87 KB 52/156 KB 48/48 KB 13/13 KB 56/87 KB 64/156 KB 48/48 KB 13/13 KB 60/87 KB 64/156 KB 48/48 KB 13/13 KB 64/87 KB 64/156 KB 48/48 KB 13/13 KB 3/35 KB 64/87 KB 64/156 KB 48/48 KB 13/13 KB 5/35 KB 68/87 KB 64/156 KB 48/48 KB 13/13 KB 3/35 KB 68/87 KB 64/156 KB 48/48 KB 13/13 KB 5/35 KB 68/87 KB 68/156 KB 48/48 KB 13/13 KB 5/35 KB 72/87 KB 72/156 KB 48/48 KB 13/13 KB 5/35 KB 72/87 KB 76/156 KB 48/48 KB 13/13 KB 8/35 KB 72/87 KB 80/156 KB 48/48 KB 13/13 KB 5/35 KB 72/87 KB 72/156 KB 48/48 KB 13/13 KB 8/35 KB 76/87 KB 80/156 KB 48/48 KB 13/13 KB 8/35 KB 80/87 KB 80/156 KB 48/48 KB 13/13 KB 8/35 KB 72/87 KB 76/156 KB 48/48 KB 13/13 KB 8/35 KB 84/87 KB 80/156 KB 48/48 KB 13/13 KB 11/35 KB 87/87 KB 84/156 KB 48/48 KB 13/13 KB 11/35 KB 84/87 KB 84/156 KB 48/48 KB 13/13 KB 11/35 KB 87/87 KB 88/156 KB 48/48 KB 13/13 KB 11/35 KB 87/87 KB 92/156 KB 48/48 KB 13/13 KB 11/35 KB 87/87 KB 96/156 KB 48/48 KB 13/13 KB 11/35 KB 84/87 KB 80/156 KB 48/48 KB 13/13 KB 13/35 KB 87/87 KB 96/156 KB 48/48 KB 13/13 KB 16/35 KB 87/87 KB 96/156 KB 48/48 KB 13/13 KB 19/35 KB 87/87 KB 96/156 KB 48/48 KB 13/13 KB 21/35 KB 87/87 KB 96/156 KB 48/48 KB 13/13 KB 21/35 KB 87/87 KB 100/156 KB 48/48 KB 13/13 KB 24/35 KB 87/87 KB 100/156 KB 48/48 KB 13/13 KB 27/35 KB 87/87 KB unit-abot-epc-basic-0: 10:38:19 DEBUG unit.abot-epc-basic/0.install 100/156 KB 48/48 KB 13/13 KB 29/35 KB 87/87 KB 100/156 KB 48/48 KB 13/13 KB 29/35 KB 87/87 KB 104/156 KB 48/48 KB 13/13 KB 29/35 KB 87/87 KB 108/156 KB 48/48 KB 13/13 KB 32/35 KB 87/87 KB 112/156 KB 48/48 KB 13/13 KB 32/35 KB 87/87 KB 108/156 KB 48/48 KB 13/13 KB 35/35 KB 87/87 KB 112/156 KB 48/48 KB 13/13 KB 35/35 KB 87/87 KB 112/156 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 KB at 233.1 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.abot-epc-basic/0.install 48/48 KB 35/35 KB 87/87 KB 116/156 KB 48/48 KB 35/35 KB 87/87 KB 120/156 KB 48/48 KB 35/35 KB 87/87 KB 124/156 KB 48/48 KB 35/35 KB 87/87 KB 128/156 KB 48/48 KB 35/35 KB 87/87 KB 132/156 KB 48/48 KB 35/35 KB 87/87 KB 136/156 KB 48/48 KB 35/35 KB 87/87 KB 140/156 KB 48/48 KB 35/35 KB 87/87 KB 144/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 773.6 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 KB at 556.9 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.abot-epc-basic/0.install 87/87 KB 148/156 KB 87/87 KB 152/156 KB 87/87 KB 156/156 KB 87/87 KB 156/156 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 1205.9 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.abot-epc-basic/0.install 3/14 KB 156/156 KB 6/14 KB 156/156 KB 9/14 KB 156/156 KB 11/14 KB 156/156 KB 14/14 KB 156/156 KB 3/86 KB 14/14 KB 156/156 KB 5/86 KB 14/14 KB 156/156 KB 8/86 KB 14/14 KB 156/156 KB 11/86 KB 14/14 KB 156/156 KB 13/86 KB 14/14 KB 156/156 KB 16/86 KB 14/14 KB 156/156 KB 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 174.8 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:19 DEBUG unit.abot-epc-basic/0.install 19/86 KB 156/156 KB 21/86 KB 156/156 KB 24/86 KB 156/156 KB 27/86 KB 156/156 KB 29/86 KB 156/156 KB 32/86 KB 156/156 KB 36/86 KB 156/156 KB 40/86 KB 156/156 KB 3/24 KB 44/86 KB 156/156 KB 3/24 KB 48/86 KB 156/156 KB 3/24 KB 40/86 KB 156/156 KB 6/24 KB 48/86 KB 156/156 KB 9/24 KB 48/86 KB 156/156 KB 9/24 KB 2/29 KB 48/86 KB 156/156 KB 9/24 KB 5/29 KB 48/86 KB 156/156 KB 9/24 KB 8/29 KB 48/86 KB 156/156 KB 9/24 KB 10/29 KB 48/86 KB 156/156 KB 11/24 KB 13/29 KB 48/86 KB 156/156 KB 11/24 KB 16/29 KB 48/86 KB 156/156 KB 11/24 KB 18/29 KB 52/86 KB 156/156 KB 11/24 KB 10/29 KB 48/86 KB 156/156 KB 14/24 KB 18/29 KB 52/86 KB 156/156 KB 16/24 KB 18/29 KB 52/86 KB 156/156 KB 19/24 KB 18/29 KB 52/86 KB 156/156 KB 11/24 KB 16/29 KB 52/86 KB 156/156 KB 19/24 KB 18/29 KB 56/86 KB 156/156 KB 19/24 KB 18/29 KB 60/86 KB 156/156 KB 19/24 KB 18/29 KB 64/86 KB 156/156 KB 19/24 KB 21/29 KB 64/86 KB 156/156 KB 22/24 KB 21/29 KB 64/86 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (156 KB at 1751.6 KB/sec) unit-abot-epc-basic-0: 10:38:19 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: 10:38:20 DEBUG unit.abot-epc-basic/0.install 22/24 KB 21/29 KB 68/86 KB 24/24 KB 24/29 KB 68/86 KB 22/24 KB 24/29 KB 68/86 KB 24/24 KB 26/29 KB 68/86 KB 24/24 KB 26/29 KB 72/86 KB 24/24 KB 26/29 KB 76/86 KB 24/24 KB 29/29 KB 76/86 KB 3/119 KB 24/24 KB 29/29 KB 76/86 KB 6/119 KB 24/24 KB 29/29 KB 76/86 KB 24/24 KB 29/29 KB 80/86 KB 6/119 KB 24/24 KB 29/29 KB 80/86 KB 9/119 KB 24/24 KB 29/29 KB 80/86 KB 11/119 KB 24/24 KB 29/29 KB 84/86 KB 11/119 KB 24/24 KB 29/29 KB 86/86 KB 11/119 KB 24/24 KB 29/29 KB 86/86 KB 14/119 KB 24/24 KB 29/29 KB 86/86 KB 16/119 KB 24/24 KB 29/29 KB 86/86 KB 19/119 KB 24/24 KB 29/29 KB 86/86 KB 22/119 KB 24/24 KB 29/29 KB 86/86 KB 25/119 KB 24/24 KB 29/29 KB 86/86 KB 27/119 KB 24/24 KB 29/29 KB 86/86 KB 30/119 KB 24/24 KB 29/29 KB 86/86 KB 32/119 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 292.7 KB/sec) unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install 24/24 KB 86/86 KB 36/119 KB 24/24 KB 86/86 KB 40/119 KB 24/24 KB 86/86 KB 44/119 KB 24/24 KB 86/86 KB 48/119 KB 24/24 KB 86/86 KB 52/119 KB 24/24 KB 86/86 KB 56/119 KB 24/24 KB 86/86 KB 60/119 KB 24/24 KB 86/86 KB 64/119 KB 24/24 KB 86/86 KB 68/119 KB 24/24 KB 86/86 KB 72/119 KB 24/24 KB 86/86 KB 76/119 KB 24/24 KB 86/86 KB 80/119 KB 24/24 KB 86/86 KB 3/57 KB 80/119 KB 24/24 KB 86/86 KB 5/57 KB 80/119 KB 24/24 KB 86/86 KB 8/57 KB 80/119 KB 24/24 KB 86/86 KB 11/57 KB 80/119 KB 24/24 KB 86/86 KB 13/57 KB 80/119 KB 24/24 KB 86/86 KB 16/57 KB 80/119 KB 24/24 KB 86/86 KB 19/57 KB 80/119 KB 24/24 KB 86/86 KB 21/57 KB 80/119 KB 24/24 KB 86/86 KB 24/57 KB 80/119 KB 24/24 KB 86/86 KB 27/57 KB 80/119 KB 24/24 KB 86/86 KB 27/57 KB 84/119 KB 24/24 KB 86/86 KB 27/57 KB 88/119 KB 24/24 KB 86/86 KB 27/57 KB 92/119 KB 24/24 KB 86/86 KB 27/57 KB 96/119 KB 24/24 KB 86/86 KB 29/57 KB 96/119 KB 24/24 KB 86/86 KB 32/57 KB 96/119 KB 24/24 KB 86/86 KB 36/57 KB 96/119 KB 24/24 KB 86/86 KB 40/57 KB 96/119 KB 24/24 KB 86/86 KB 44/57 KB 96/119 KB 24/24 KB 86/86 KB 48/57 KB 96/119 KB 24/24 KB 86/86 KB 52/57 KB 96/119 KB 24/24 KB 86/86 KB 56/57 KB 96/119 KB 24/24 KB 86/86 KB 57/57 KB 96/119 KB 24/24 KB 86/86 KB 57/57 KB 100/119 KB 24/24 KB 86/86 KB 57/57 KB 104/119 KB 24/24 KB 86/86 KB 57/57 KB 108/119 KB 24/24 KB 86/86 KB 57/57 KB 112/119 KB 24/24 KB 86/86 KB 57/57 KB 116/119 KB 4/37 KB 86/86 KB 57/57 KB 119/119 KB 4/37 KB 86/86 KB 57/57 KB 116/119 KB 8/37 KB 86/86 KB 57/57 KB 119/119 KB 12/37 KB 86/86 KB 57/57 KB 119/119 KB 16/37 KB 86/86 KB 57/57 KB 119/119 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 216.1 KB/sec) unit-abot-epc-basic-0: 10:38:20 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: 10:38:20 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (86 KB at 768.2 KB/sec) unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install 20/37 KB 57/57 KB 119/119 KB 24/37 KB 57/57 KB 119/119 KB 28/37 KB 57/57 KB 119/119 KB 32/37 KB 57/57 KB 119/119 KB 36/37 KB 57/57 KB 119/119 KB 37/37 KB 57/57 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 495.4 KB/sec) unit-abot-epc-basic-0: 10:38:20 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: 10:38:20 DEBUG unit.abot-epc-basic/0.install 37/37 KB 4/21 KB 119/119 KB 37/37 KB 8/21 KB 119/119 KB 37/37 KB 12/21 KB 119/119 KB 37/37 KB 16/21 KB 119/119 KB 37/37 KB 20/21 KB 119/119 KB 37/37 KB 21/21 KB 119/119 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 164.5 KB/sec) unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-manager/1.9.1/plexus-compiler-manager-1.9.1.jar unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (119 KB at 914.8 KB/sec) unit-abot-epc-basic-0: 10:38:20 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: 10:38:20 DEBUG unit.abot-epc-basic/0.install 37/37 KB 3/33 KB 37/37 KB 6/33 KB 37/37 KB 3/11 KB 9/33 KB 37/37 KB 3/11 KB 6/33 KB 37/37 KB 3/11 KB 11/33 KB 6/11 KB 14/33 KB 3/5 KB 6/11 KB 16/33 KB 3/5 KB 6/11 KB 19/33 KB 3/5 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 KB at 270.0 KB/sec) unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install 37/37 KB 6/11 KB 11/33 KB 3/5 KB 6/11 KB 19/33 KB 5/5 KB 37/37 KB 6/11 KB 11/33 KB 9/11 KB 19/33 KB 5/5 KB 11/11 KB 19/33 KB 5/5 KB 11/11 KB 22/33 KB 5/5 KB 11/11 KB 25/33 KB 5/5 KB 11/11 KB 27/33 KB 5/5 KB 11/11 KB 30/33 KB 5/5 KB 11/11 KB 32/33 KB 5/5 KB 11/11 KB 33/33 KB 5/5 KB 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 31.6 KB/sec) unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install 11/11 KB 3/14 KB 33/33 KB 11/11 KB 5/14 KB 33/33 KB 11/11 KB 8/14 KB 33/33 KB 11/11 KB 11/14 KB 33/33 KB 11/11 KB 13/14 KB 33/33 KB 11/11 KB 14/14 KB 33/33 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (11 KB at 64.8 KB/sec) unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 KB at 204.7 KB/sec) unit-abot-epc-basic-0: 10:38:20 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 81.3 KB/sec) unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install [INFO] No sources to compile unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:38:20 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: 10:38:20 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: 10:38:20 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:38:20 DEBUG unit.abot-epc-basic/0.install [INFO] Compiling 1 source file to /var/lib/abot-epc-basic/target/test-classes unit-abot-epc-basic-0: 10:38:21 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:38:21 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 166.5 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 31.8 KB/sec) unit-abot-epc-basic-0: 10:38:21 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom unit-abot-epc-basic-0: 10:38: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/org/apache/maven/plugin-tools/maven-plugin-tools/3.3/maven-plugin-tools-3.3.pom (13 KB at 287.2 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 81.6 KB/sec) unit-abot-epc-basic-0: 10:38:21 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-mysql-0: 10:38:21 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 10:38:21 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 70.6 KB/sec) unit-mysql-0: 10:38:21 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:38:21 INFO unit.mysql/0.juju-log Installing ['debconf-utils', 'python-mysqldb', 'uuid', 'pwgen', 'dnsutils'] with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install Reading package lists... unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 42.0 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 481.7 KB/sec) unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install Building dependency tree... unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install Reading state information... unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 DEBUG unit.abot-epc-basic/0.install 1/12 KB 4/12 KB 7/12 KB 9/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 247.0 KB/sec) unit-abot-epc-basic-0: 10:38:21 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-mysql-0: 10:38:21 DEBUG unit.mysql/0.install dnsutils is already the newest version. unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install The following extra packages will be installed: unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install libmysqlclient18 libossp-uuid16 mysql-common unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install Suggested packages: unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install The following NEW packages will be installed: unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install debconf-utils libmysqlclient18 libossp-uuid16 mysql-common pwgen unit-mysql-0: 10:38:21 DEBUG unit.mysql/0.install python-mysqldb uuid unit-abot-epc-basic-0: 10:38:21 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 44.4 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 41.2 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 184.2 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3 KB at 69.4 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (3 KB at 51.7 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 DEBUG unit.abot-epc-basic/0.install 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 56.5 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 217.1 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 40.7 KB/sec) unit-abot-epc-basic-0: 10:38:21 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: 10:38:21 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 27.3 KB/sec) unit-abot-epc-basic-0: 10:38:21 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-mysql-0: 10:38:22 DEBUG unit.mysql/0.install 0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:38:22 DEBUG unit.mysql/0.install Need to get 781 kB of archives. unit-mysql-0: 10:38:22 DEBUG unit.mysql/0.install After this operation, 4259 kB of additional disk space will be used. unit-mysql-0: 10:38:22 DEBUG unit.mysql/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.61-0ubuntu0.14.04.1 [12.7 kB] unit-abot-epc-basic-0: 10:38:22 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 67.2 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 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 158.1 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 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 200.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 3/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (6 KB at 119.7 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 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 48.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 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 77.8 KB/sec) unit-abot-epc-basic-0: 10:38:22 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-mysql-0: 10:38:22 DEBUG unit.mysql/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 10:38:22 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 333.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 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: 10:38:22 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: 10:38:22 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: 10:38:22 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: 10:38:22 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-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 KB at 1475.5 KB/sec) unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install 3/286 KB 5/286 KB 8/286 KB 11/286 KB 13/286 KB 16/286 KB 19/286 KB 21/286 KB 3/223 KB 21/286 KB 5/223 KB 24/286 KB 3/45 KB 8/223 KB 24/286 KB 3/45 KB 11/223 KB 24/286 KB 3/45 KB 13/223 KB 24/286 KB 3/45 KB 16/223 KB 24/286 KB 3/45 KB 3/223 KB 24/286 KB 3/45 KB 16/223 KB 24/286 KB 5/45 KB 16/223 KB 24/286 KB 8/45 KB 16/223 KB 3/174 KB 24/286 KB 11/45 KB 16/223 KB 3/174 KB 24/286 KB 13/45 KB 16/223 KB 3/174 KB 24/286 KB 16/45 KB 16/223 KB 3/174 KB 24/286 KB 19/45 KB 3/223 KB 24/286 KB 19/223 KB 3/174 KB 27/286 KB 19/45 KB 19/223 KB 3/174 KB 29/286 KB 19/45 KB 19/223 KB 3/174 KB 32/286 KB 19/45 KB 19/223 KB 3/174 KB 36/286 KB 19/45 KB 19/223 KB 3/174 KB 40/286 KB 19/45 KB 19/223 KB 3/174 KB 44/286 KB 19/45 KB 19/223 KB 3/174 KB 48/286 KB 19/45 KB 19/223 KB 3/174 KB 48/286 KB 21/45 KB 19/223 KB 3/174 KB 24/286 KB 19/45 KB 21/223 KB 3/174 KB 48/286 KB 21/45 KB 16/223 KB 3/174 KB 24/286 KB 8/45 KB 21/223 KB 5/174 KB 48/286 KB 24/45 KB 21/223 KB 8/174 KB 48/286 KB 24/45 KB 21/223 KB 11/174 KB 48/286 KB 24/45 KB 21/223 KB 13/174 KB 3/308 KB 48/286 KB 24/45 KB 21/223 KB 16/174 KB 3/308 KB 48/286 KB 24/45 KB 21/223 KB 19/174 KB 3/308 KB 48/286 KB 24/45 KB 21/223 KB 21/174 KB 3/308 KB 52/286 KB 24/45 KB 21/223 KB 24/174 KB 3/308 KB 52/286 KB 24/45 KB 21/223 KB 3/174 KB 48/286 KB 24/45 KB 24/223 KB 24/174 KB 3/308 KB 52/286 KB 24/45 KB 21/223 KB 19/174 KB 3/308 KB 52/286 KB 24/45 KB 21/223 KB 11/174 KB 3/308 KB 48/286 KB 24/45 KB 24/223 KB 27/174 KB 6/308 KB 52/286 KB 27/45 KB 24/223 KB 27/174 KB 9/308 KB 52/286 KB 27/45 KB 24/223 KB 27/174 KB 11/308 KB 52/286 KB 27/45 KB 24/223 KB 27/174 KB 14/308 KB 52/286 KB 27/45 KB 24/223 KB 27/174 KB 16/308 KB 52/286 KB 27/45 KB 24/223 KB 27/174 KB 19/308 KB 52/286 KB 27/45 KB 24/223 KB 27/174 KB 22/308 KB 52/286 KB 27/45 KB 24/223 KB 27/174 KB 25/308 KB 52/286 KB 27/45 KB 24/223 KB 27/174 KB 3/308 KB 52/286 KB 27/45 KB 24/223 KB 24/174 KB 3/308 KB 52/286 KB 27/45 KB 27/223 KB 27/174 KB 25/308 KB 56/286 KB 27/45 KB 24/223 KB 27/174 KB 25/308 KB 56/286 KB 27/45 KB 27/223 KB 29/174 KB 25/308 KB 60/286 KB 29/45 KB 27/223 KB 29/174 KB 25/308 KB 56/286 KB 29/45 KB 27/223 KB 29/174 KB 25/308 KB 56/286 KB 27/45 KB 29/223 KB 29/174 KB 27/308 KB 60/286 KB 29/45 KB 29/223 KB 29/174 KB 25/308 KB 60/286 KB 29/45 KB 29/223 KB 32/174 KB 27/308 KB 64/286 KB 29/45 KB 29/223 KB 36/174 KB 30/308 KB 64/286 KB 32/45 KB 29/223 KB 29/174 KB 27/308 KB 64/286 KB 29/45 KB 32/223 KB 36/174 KB 30/308 KB 64/286 KB 32/45 KB 29/223 KB 32/174 KB 30/308 KB 64/286 KB 32/45 KB 29/223 KB 32/174 KB 27/308 KB 64/286 KB 32/45 KB 32/223 KB 36/174 KB 30/308 KB 68/286 KB 32/45 KB 36/223 KB 36/174 KB 32/308 KB 72/286 KB 36/45 KB 36/223 KB 36/174 KB 32/308 KB 76/286 KB 36/45 KB 36/223 KB 36/174 KB 32/308 KB 68/286 KB 36/45 KB 32/223 KB 36/174 KB 32/308 KB 68/286 KB 36/45 KB 32/223 KB 36/174 KB 32/308 KB 68/286 KB 32/45 KB 36/223 KB 40/174 KB 36/308 KB 80/286 KB 36/45 KB 36/223 KB 40/174 KB 32/308 KB 80/286 KB 36/45 KB 36/223 KB 40/174 KB 32/308 KB 76/286 KB 36/45 KB 40/223 KB 44/174 KB 36/308 KB 80/286 KB 40/45 KB 40/223 KB 48/174 KB 36/308 KB 80/286 KB 40/45 KB 40/223 KB 40/174 KB 36/308 KB 80/286 KB 40/45 KB 44/223 KB 48/174 KB 40/308 KB 80/286 KB 40/45 KB 48/223 KB 48/174 KB 40/308 KB 80/286 KB 40/45 KB 36/223 KB 40/174 KB 36/308 KB 80/286 KB 40/45 KB 48/223 KB 48/174 KB 40/30 unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install 8 KB 80/286 KB 44/45 KB 48/223 KB 48/174 KB 40/308 KB 80/286 KB 45/45 KB 40/223 KB 48/174 KB 40/308 KB 80/286 KB 40/45 KB 48/223 KB 48/174 KB 44/308 KB 80/286 KB 45/45 KB 48/223 KB 48/174 KB 44/308 KB 84/286 KB 45/45 KB 52/223 KB 52/174 KB 48/308 KB 88/286 KB 45/45 KB 52/223 KB 52/174 KB 48/308 KB 92/286 KB 45/45 KB 52/223 KB 52/174 KB 48/308 KB 96/286 KB 45/45 KB 52/223 KB 52/174 KB 48/308 KB 84/286 KB 45/45 KB 52/223 KB 48/174 KB 48/308 KB 84/286 KB 45/45 KB 48/223 KB 48/174 KB 48/308 KB 84/286 KB 45/45 KB 52/223 KB 52/174 KB 52/308 KB 96/286 KB 45/45 KB 56/223 KB 56/174 KB 56/308 KB 96/286 KB 45/45 KB 56/223 KB 56/174 KB 60/308 KB 96/286 KB 45/45 KB 56/223 KB 56/174 KB 64/308 KB 96/286 KB 45/45 KB 56/223 KB 56/174 KB 68/308 KB 96/286 KB 45/45 KB 56/223 KB 56/174 KB 72/308 KB 100/286 KB 45/45 KB 56/223 KB 56/174 KB 76/308 KB 100/286 KB 45/45 KB 56/223 KB 56/174 KB 80/308 KB 100/286 KB 45/45 KB 56/223 KB 56/174 KB 52/308 KB 96/286 KB 45/45 KB 52/223 KB 56/174 KB 52/308 KB 96/286 KB 45/45 KB 60/223 KB 56/174 KB 80/308 KB 100/286 KB 45/45 KB 64/223 KB 60/174 KB 80/308 KB 100/286 KB 45/45 KB 68/223 KB 60/174 KB 80/308 KB 100/286 KB 45/45 KB 72/223 KB 60/174 KB 80/308 KB 100/286 KB 45/45 KB 76/223 KB 60/174 KB 80/308 KB 100/286 KB 45/45 KB 80/223 KB 60/174 KB 80/308 KB 100/286 KB 45/45 KB 56/223 KB 56/174 KB 68/308 KB 100/286 KB 45/45 KB 60/223 KB 60/174 KB 80/308 KB 100/286 KB 45/45 KB 80/223 KB 64/174 KB 80/308 KB 100/286 KB 45/45 KB 80/223 KB 68/174 KB 80/308 KB 100/286 KB 45/45 KB 80/223 KB 72/174 KB 80/308 KB 104/286 KB 45/45 KB 80/223 KB 76/174 KB 80/308 KB 104/286 KB 45/45 KB 80/223 KB 68/174 KB 80/308 KB 104/286 KB 45/45 KB 80/223 KB 76/174 KB 80/308 KB 108/286 KB 45/45 KB 80/223 KB 76/174 KB 80/308 KB 112/286 KB 45/45 KB 80/223 KB 80/174 KB 80/308 KB 112/286 KB 45/45 KB 80/223 KB 80/174 KB 80/308 KB 116/286 KB 45/45 KB 84/223 KB 84/174 KB 80/308 KB 120/286 KB 45/45 KB 84/223 KB 84/174 KB 80/308 KB 124/286 KB 45/45 KB 84/223 KB 84/174 KB 80/308 KB 128/286 KB 45/45 KB 84/223 KB 84/174 KB 80/308 KB 116/286 KB 45/45 KB 80/223 KB 84/174 KB 80/308 KB 116/286 KB 45/45 KB 88/223 KB 84/174 KB 80/308 KB 128/286 KB 45/45 KB 88/223 KB 88/174 KB 80/308 KB 128/286 KB 45/45 KB 92/223 KB 88/174 KB 84/308 KB 128/286 KB 45/45 KB 92/223 KB 88/174 KB 88/308 KB 128/286 KB 45/45 KB 92/223 KB 92/174 KB 92/308 KB 128/286 KB 45/45 KB 92/223 KB 92/174 KB 96/308 KB 128/286 KB 45/45 KB 92/223 KB 88/174 KB 80/308 KB 128/286 KB 45/45 KB 96/223 KB 92/174 KB 96/308 KB 128/286 KB 45/45 KB 92/223 KB 92/174 KB 88/308 KB 128/286 KB 45/45 KB 96/223 KB 96/174 KB 96/308 KB 128/286 KB 45/45 KB 96/223 KB 100/174 KB 96/308 KB 128/286 KB 45/45 KB 100/223 KB 104/174 KB 100/308 KB 132/286 KB 45/45 KB 100/223 KB 108/174 KB 100/308 KB 132/286 KB 45/45 KB 100/223 KB 112/174 KB 100/308 KB 132/286 KB 45/45 KB 100/223 KB 100/174 KB 100/308 KB 132/286 KB 45/45 KB 96/223 KB 100/174 KB 96/308 KB 132/286 KB 45/45 KB 100/223 KB 112/174 KB 100/308 KB 136/286 KB 45/45 KB 100/223 KB 112/174 KB 100/308 KB 140/286 KB 45/45 KB 100/223 KB 112/174 KB 100/308 KB 144/286 KB 45/45 KB 100/223 KB 100/174 KB 96/308 KB 132/286 KB 45/45 KB 104/223 KB 112/174 KB 100/308 KB 144/286 KB 45/45 KB 108/223 KB 112/174 KB 100/308 KB 144/286 KB 45/45 KB 108/223 KB 112/174 KB 104/308 KB 144/286 KB 45/45 KB 112/223 KB 112/174 KB 104/308 KB 144/286 KB 45/45 KB 112/223 KB 112/1 unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install 74 KB 108/308 KB 144/286 KB 45/45 KB 112/223 KB 112/174 KB 112/308 KB 144/286 KB 45/45 KB 116/223 KB 112/174 KB 116/308 KB 148/286 KB 45/45 KB 116/223 KB 116/174 KB 120/308 KB 148/286 KB 45/45 KB 116/223 KB 116/174 KB 124/308 KB 148/286 KB 45/45 KB 116/223 KB 116/174 KB 128/308 KB 148/286 KB 45/45 KB 116/223 KB 112/174 KB 112/308 KB 148/286 KB 45/45 KB 112/223 KB 112/174 KB 112/308 KB 148/286 KB 45/45 KB 116/223 KB 116/174 KB 128/308 KB 152/286 KB 45/45 KB 116/223 KB 116/174 KB 128/308 KB 156/286 KB 45/45 KB 116/223 KB 116/174 KB 128/308 KB 160/286 KB 45/45 KB 116/223 KB 116/174 KB 116/308 KB 148/286 KB 45/45 KB 120/223 KB 116/174 KB 128/308 KB 160/286 KB 45/45 KB 124/223 KB 120/174 KB 128/308 KB 160/286 KB 45/45 KB 124/223 KB 116/174 KB 128/308 KB 160/286 KB 45/45 KB 124/223 KB 124/174 KB 128/308 KB 160/286 KB 45/45 KB 128/223 KB 124/174 KB 128/308 KB 160/286 KB 45/45 KB 128/223 KB 128/174 KB 128/308 KB 160/286 KB 45/45 KB 128/223 KB 128/174 KB 128/308 KB 164/286 KB 45/45 KB 132/223 KB 132/174 KB 132/308 KB 168/286 KB 45/45 KB 132/223 KB 132/174 KB 132/308 KB 172/286 KB 132/223 KB 132/174 KB 132/308 KB 176/286 KB 132/223 KB 132/174 KB 132/308 KB 164/286 KB 45/45 KB 128/223 KB 132/174 KB 132/308 KB 164/286 KB 45/45 KB 132/223 KB 136/174 KB 132/308 KB 176/286 KB 128/223 KB 128/174 KB 132/308 KB 164/286 KB 45/45 KB 136/223 KB 136/174 KB 136/308 KB 176/286 KB 136/223 KB 140/174 KB 140/308 KB 176/286 KB 136/223 KB 140/174 KB 144/308 KB 176/286 KB 136/223 KB 140/174 KB 148/308 KB 176/286 KB 136/223 KB 140/174 KB 152/308 KB 180/286 KB 136/223 KB 140/174 KB 156/308 KB 180/286 KB 136/223 KB 140/174 KB 160/308 KB 180/286 KB 136/223 KB 136/174 KB 132/308 KB 176/286 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 617.1 KB/sec) unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install 140/223 KB 140/174 KB 160/308 KB 180/286 KB 144/223 KB 140/174 KB 160/308 KB 180/286 KB 148/223 KB 140/174 KB 160/308 KB 180/286 KB 152/223 KB 140/174 KB 160/308 KB 180/286 KB 156/223 KB 140/174 KB 160/308 KB 180/286 KB 160/223 KB 140/174 KB 160/308 KB 180/286 KB 136/223 KB 140/174 KB 148/308 KB 180/286 KB 160/223 KB 140/174 KB 160/308 KB 184/286 KB 160/223 KB 140/174 KB 160/308 KB 188/286 KB 160/223 KB 140/174 KB 160/308 KB 192/286 KB 136/223 KB 140/174 KB 136/308 KB 176/286 KB 160/223 KB 144/174 KB 160/308 KB 192/286 KB 160/223 KB 148/174 KB 160/308 KB 192/286 KB 160/223 KB 152/174 KB 160/308 KB 192/286 KB 160/223 KB 156/174 KB 160/308 KB 192/286 KB 160/223 KB 160/174 KB 160/308 KB 192/286 KB 160/223 KB 160/174 KB 164/308 KB 192/286 KB 164/223 KB 164/174 KB 168/308 KB 196/286 KB 164/223 KB 164/174 KB 172/308 KB 196/286 KB 164/223 KB 164/174 KB 176/308 KB 196/286 KB 164/223 KB 164/174 KB 164/308 KB 196/286 KB 164/223 KB 164/174 KB 176/308 KB 200/286 KB 164/223 KB 164/174 KB 164/308 KB 192/286 KB 164/223 KB 160/174 KB 164/308 KB 192/286 KB 164/223 KB 164/174 KB 176/308 KB 204/286 KB 164/223 KB 168/174 KB 176/308 KB 208/286 KB 164/223 KB 168/174 KB 176/308 KB 204/286 KB 168/223 KB 168/174 KB 176/308 KB 208/286 KB 172/223 KB 168/174 KB 176/308 KB 208/286 KB 172/223 KB 172/174 KB 176/308 KB 208/286 KB 172/223 KB 174/174 KB 176/308 KB 208/286 KB 176/223 KB 174/174 KB 176/308 KB 208/286 KB 176/223 KB 174/174 KB 176/308 KB 212/286 KB 180/223 KB 174/174 KB 180/308 KB 216/286 KB 180/223 KB 174/174 KB 180/308 KB 220/286 KB 180/223 KB 174/174 KB 180/308 KB 224/286 KB 180/223 KB 174/174 KB 180/308 KB 212/286 KB 176/223 KB 174/174 KB 180/308 KB 212/286 KB 180/223 KB 174/174 KB 184/308 KB 224/286 KB 180/223 KB 174/174 KB 188/308 KB 224/286 KB 184/223 KB 174/174 KB 188/308 KB 224/286 KB 188/223 KB 174/174 KB 192/308 KB 224/286 KB 188/223 KB 174/174 KB 188/308 KB 224/286 KB 192/223 KB 174/174 KB 192/308 KB 224/286 KB 192/223 KB 174/174 KB 196/308 KB 224/286 KB 196/223 KB 174/174 KB 200/308 KB 228/286 KB 196/223 KB 174/174 KB 204/308 KB 228/286 KB 196/223 KB 174/174 KB 208/308 KB 228/286 KB 196/223 KB 174/174 KB 196/308 KB 228/286 KB 196/223 KB 174/174 KB 208/308 KB 232/286 KB 196/223 KB 174/174 KB 196/308 KB 224/286 KB 200/223 KB 174/174 KB 208/308 KB 232/286 KB 200/223 KB 174/174 KB 208/308 KB 236/286 KB 200/223 KB 174/174 KB 208/308 KB 240/286 KB 204/223 KB 174/174 KB 208/308 KB 240/286 KB 208/223 KB 174/174 KB 208/308 KB 240/286 KB 208/223 KB 174/174 KB 212/308 KB 240/286 KB 212/223 KB 174/174 KB 212/308 KB 244/286 KB 212/223 KB 174/174 KB 212/308 KB 248/286 KB 212/223 KB 174/174 KB 216/308 KB 252/286 KB 212/223 KB 174/174 KB 212/308 KB 240/286 KB 212/223 KB 174/174 KB 216/308 KB 248/286 KB 212/223 KB 174/174 KB 220/308 KB 252/286 KB 212/223 KB 174/174 KB 224/308 KB 252/286 KB 212/223 KB 174/174 KB 224/308 KB 256/286 KB 216/223 KB 174/174 KB 224/308 KB 256/286 KB 220/223 KB 174/174 KB 224/308 KB 256/286 KB 223/223 KB 174/174 KB 224/308 KB 256/286 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 2093.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 223/223 KB 224/308 KB 256/286 KB 3/22 KB 223/223 KB 224/308 KB 256/286 KB 6/22 KB 223/223 KB 224/308 KB 256/286 KB 9/22 KB 223/223 KB 224/308 KB 256/286 KB 11/22 KB 223/223 KB 224/308 KB 256/286 KB 14/22 KB 223/223 KB 224/308 KB 256/286 KB 16/22 KB 223/223 KB 224/308 KB 256/286 KB 19/22 KB 223/223 KB 224/308 KB 256/286 KB 22/22 KB 223/223 KB 224/308 KB 256/286 KB 22/22 KB 223/223 KB 224/308 KB 260/286 KB 22/22 KB 223/223 KB 224/308 KB 264/286 KB 22/22 KB 223/223 KB 228/308 KB 268/286 KB 22/22 KB 223/223 KB 228/308 KB 272/286 KB 22/22 KB 223/223 KB 228/308 KB 264/286 KB 22/22 KB 223/223 KB 232/308 KB 272/286 KB 22/22 KB 223/223 KB 236/308 KB 272/286 KB 22/22 KB 223/223 KB 240/308 KB 272/286 KB 22/22 KB 3/9 KB 223/223 KB 244/308 KB 272/286 KB 22/22 KB 3/9 KB 248/308 KB 276/286 KB 3/9 KB 252/308 KB 276/286 KB 3/9 KB 255/308 KB 276/286 KB 3/9 KB 259/308 KB 276/286 KB 3/9 KB 263/308 KB 276/286 KB 3/9 KB 267/308 KB 276/286 KB 3/9 KB 271/308 KB 276/286 KB 3/9 KB 275/308 KB 276/286 KB 3/9 KB 279/308 KB 276/286 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 197.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 3/9 KB 244/308 KB 276/286 KB 22/22 KB 3/9 KB 279/308 KB 280/286 KB 3/9 KB 279/308 KB 284/286 KB 3/9 KB 279/308 KB 286/286 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 1887.8 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 3/9 KB 283/308 KB 286/286 KB 3/9 KB 287/308 KB 286/286 KB 3/9 KB 291/308 KB 286/286 KB 3/9 KB 295/308 KB 286/286 KB 3/9 KB 299/308 KB 286/286 KB 3/9 KB 303/308 KB 286/286 KB 3/9 KB 307/308 KB 286/286 KB 3/9 KB 308/308 KB 286/286 KB 3/9 KB 223/223 KB 240/308 KB 272/286 KB 22/22 KB 6/9 KB 308/308 KB 286/286 KB 9/9 KB 308/308 KB 286/286 KB 9/9 KB 308/308 KB 286/286 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (9 KB at 70.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 308/308 KB 286/286 KB 3/11 KB 308/308 KB 286/286 KB 5/11 KB 308/308 KB 286/286 KB 8/11 KB 308/308 KB 286/286 KB 11/11 KB 308/308 KB 286/286 KB 11/11 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 78.6 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/junit/junit/4.12/junit-4.12.jar (308 KB at 2181.2 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 286/286 KB 3/17 KB 5/17 KB 7/17 KB 9/17 KB 4/22 KB 11/17 KB 4/22 KB 13/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.19.1/maven-surefire-common-2.19.1.jar (286 KB at 1891.7 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 4/22 KB 9/17 KB 8/22 KB 13/17 KB 12/22 KB 13/17 KB 16/22 KB 13/17 KB 20/22 KB 13/17 KB 22/22 KB 16/17 KB 20/22 KB 16/17 KB 22/22 KB 17/17 KB 22/22 KB 17/17 KB 3/28 KB 22/22 KB 17/17 KB 6/28 KB 22/22 KB 17/17 KB 9/28 KB 22/22 KB 17/17 KB 11/28 KB 22/22 KB 17/17 KB 14/28 KB 22/22 KB 17/17 KB 16/28 KB 22/22 KB 17/17 KB 19/28 KB 22/22 KB 17/17 KB 22/28 KB 22/22 KB 17/17 KB 25/28 KB 22/22 KB 17/17 KB 27/28 KB 22/22 KB 17/17 KB 28/28 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (28 KB at 181.1 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 3/13 KB 22/22 KB 17/17 KB 6/13 KB 22/22 KB 17/17 KB 9/13 KB 22/22 KB 17/17 KB 11/13 KB 22/22 KB 17/17 KB 13/13 KB 22/22 KB 17/17 KB 13/13 KB 3/11 KB 22/22 KB 17/17 KB 13/13 KB 5/11 KB 22/22 KB 17/17 KB 13/13 KB 8/11 KB 22/22 KB 17/17 KB 13/13 KB 11/11 KB 22/22 KB 17/17 KB 3/14 KB 13/13 KB 11/11 KB 22/22 KB 17/17 KB 6/14 KB 13/13 KB 11/11 KB 22/22 KB 17/17 KB 9/14 KB 13/13 KB 11/11 KB 22/22 KB 17/17 KB 11/14 KB 13/13 KB 11/11 KB 22/22 KB 17/17 KB 14/14 KB 13/13 KB 11/11 KB 22/22 KB 17/17 KB Downloaded: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 KB at 134.7 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 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 100.8 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (14 KB at 78.9 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 13/13 KB 11/11 KB 3/37 KB 13/13 KB 11/11 KB 6/37 KB 13/13 KB 11/11 KB 9/37 KB 13/13 KB 11/11 KB 11/37 KB 13/13 KB 11/11 KB 14/37 KB 13/13 KB 11/11 KB 16/37 KB 13/13 KB 11/11 KB 19/37 KB 13/13 KB 11/11 KB 22/37 KB 13/13 KB 11/11 KB 25/37 KB 13/13 KB 11/11 KB 27/37 KB 13/13 KB 11/11 KB 30/37 KB 13/13 KB 11/11 KB 32/37 KB 13/13 KB 11/11 KB 35/37 KB 13/13 KB 11/11 KB 37/37 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 KB at 71.4 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 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 57.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 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 203.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install 1/309 KB 4/309 KB 5/309 KB 8/309 KB 9/309 KB 12/309 KB 13/309 KB 3/192 KB 13/309 KB 6/192 KB 13/309 KB 9/192 KB 13/309 KB 11/192 KB 13/309 KB 11/192 KB 16/309 KB 11/192 KB 17/309 KB 14/192 KB 17/309 KB 16/192 KB 17/309 KB 16/192 KB 20/309 KB 16/192 KB 21/309 KB 16/192 KB 24/309 KB 19/192 KB 24/309 KB 22/192 KB 24/309 KB 22/192 KB 25/309 KB 22/192 KB 28/309 KB 22/192 KB 29/309 KB 25/192 KB 29/309 KB 27/192 KB 29/309 KB 27/192 KB 32/309 KB 27/192 KB 33/309 KB 30/192 KB 33/309 KB 32/192 KB 33/309 KB 32/192 KB 36/309 KB 32/192 KB 37/309 KB 32/192 KB 40/309 KB 32/192 KB 41/309 KB 32/192 KB 44/309 KB 32/192 KB 45/309 KB 32/192 KB 48/309 KB 36/192 KB 49/309 KB 36/192 KB 48/309 KB 40/192 KB 49/309 KB 44/192 KB 49/309 KB 48/192 KB 49/309 KB 48/192 KB 52/309 KB 48/192 KB 53/309 KB 48/192 KB 56/309 KB 48/192 KB 57/309 KB 48/192 KB 60/309 KB 48/192 KB 61/309 KB 52/192 KB 61/309 KB 56/192 KB 61/309 KB 60/192 KB 64/309 KB 64/192 KB 64/309 KB 56/192 KB 64/309 KB 64/192 KB 65/309 KB 64/192 KB 68/309 KB 64/192 KB 69/309 KB 64/192 KB 72/309 KB 64/192 KB 73/309 KB 64/192 KB 76/309 KB 68/192 KB 77/309 KB 68/192 KB 76/309 KB 72/192 KB 77/309 KB 76/192 KB 77/309 KB 80/192 KB 77/309 KB 80/192 KB 80/309 KB 80/192 KB 81/309 KB 80/192 KB 84/309 KB 80/192 KB 85/309 KB 80/192 KB 88/309 KB 80/192 KB 89/309 KB 84/192 KB 89/309 KB 88/192 KB 92/309 KB 92/192 KB 92/309 KB 96/192 KB 92/309 KB 84/192 KB 92/309 KB 3/14 KB 96/192 KB 93/309 KB 3/14 KB 96/192 KB 96/309 KB 3/14 KB 96/192 KB 92/309 KB 6/14 KB 96/192 KB 96/309 KB 9/14 KB 96/192 KB 96/309 KB 11/14 KB 96/192 KB 96/309 KB 14/14 KB 96/192 KB 96/309 KB 14/14 KB 96/192 KB 96/309 KB 14/14 KB 96/192 KB 97/309 KB 14/14 KB 96/192 KB 100/309 KB 14/14 KB 96/192 KB 101/309 KB 14/14 KB 96/192 KB 104/309 KB 14/14 KB 96/192 KB 105/309 KB 14/14 KB 96/192 KB 108/309 KB 14/14 KB 100/192 KB 109/309 KB 14/14 KB 100/192 KB 112/309 KB 14/14 KB 100/192 KB 108/309 KB 14/14 KB 104/192 KB 112/309 KB 14/14 KB 108/192 KB 112/309 KB 14/14 KB 112/192 KB 112/309 KB 14/14 KB 112/192 KB 113/309 KB 14/14 KB 112/192 KB 116/309 KB 14/14 KB 112/192 KB 117/309 KB 14/14 KB 116/192 KB 117/309 KB 14/14 KB 120/192 KB 120/309 KB 14/14 KB 124/192 KB 120/309 KB 14/14 KB 128/192 KB 120/309 KB 14/14 KB 116/192 KB 120/309 KB 14/14 KB 128/192 KB 121/309 KB 14/14 KB 128/192 KB 124/309 KB 14/14 KB 128/192 KB 125/309 KB 14/14 KB 128/192 KB 128/309 KB 14/14 KB 132/192 KB 128/309 KB 14/14 KB 136/192 KB 129/309 KB 14/14 KB 140/192 KB 129/309 KB 14/14 KB 144/192 KB 129/309 KB 14/14 KB 132/192 KB 129/309 KB 14/14 KB 144/192 KB 132/309 KB 14/14 KB 144/192 KB 133/309 KB 14/14 KB 144/192 KB 136/309 KB 14/14 KB 144/192 KB 137/309 KB 14/14 KB 144/192 KB 140/309 KB 14/14 KB 144/192 KB 141/309 KB 14/14 KB 144/192 KB 144/309 KB 14/14 KB 148/192 KB 144/309 KB 14/14 KB 152/192 KB 145/309 KB 14/14 KB 156/192 KB 145/309 KB 14/14 KB 160/192 KB 145/309 KB 14/14 KB 148/192 KB 145/309 KB 14/14 KB 160/192 KB 148/309 KB 14/14 KB 160/192 KB 149/309 KB 14/14 KB 160/192 KB 152/309 KB 14/14 KB 160/192 KB 153/309 KB 14/14 KB 160/192 KB 156/309 KB 14/14 KB 160/192 KB 157/309 KB 14/14 KB 164/192 KB 157/309 KB 14/14 KB 168/192 KB 160/309 KB 14/14 KB 172/192 KB 160/309 KB 14/14 KB 176/192 KB 160/309 KB 14/14 KB 164/192 KB 160/309 KB 14/14 KB 176/192 KB 161/309 KB 14/14 KB 176/192 KB 16 unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install 4/309 KB 14/14 KB 176/192 KB 165/309 KB 14/14 KB 176/192 KB 168/309 KB 14/14 KB 176/192 KB 169/309 KB 14/14 KB 176/192 KB 172/309 KB 14/14 KB 176/192 KB 173/309 KB 14/14 KB 180/192 KB 173/309 KB 14/14 KB 184/192 KB 173/309 KB 14/14 KB 188/192 KB 173/309 KB 14/14 KB 192/192 KB 173/309 KB 14/14 KB 192/192 KB 176/309 KB 14/14 KB 192/192 KB 177/309 KB 14/14 KB 192/192 KB 180/309 KB 14/14 KB 192/192 KB 181/309 KB 14/14 KB 192/192 KB 184/309 KB 14/14 KB 192/192 KB 185/309 KB 14/14 KB 192/192 KB 188/309 KB 14/14 KB 192/192 KB 189/309 KB 14/14 KB 192/192 KB 192/309 KB 14/14 KB 192/192 KB 193/309 KB 14/14 KB 192/192 KB 196/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 62.0 KB/sec) unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install 192/192 KB 197/309 KB 192/192 KB 200/309 KB 192/192 KB 201/309 KB 192/192 KB 204/309 KB 192/192 KB 205/309 KB 192/192 KB 208/309 KB 192/192 KB 209/309 KB 192/192 KB 212/309 KB 192/192 KB 213/309 KB 192/192 KB 216/309 KB 192/192 KB 217/309 KB 192/192 KB 220/309 KB 192/192 KB 221/309 KB 192/192 KB 224/309 KB 192/192 KB 225/309 KB 192/192 KB 228/309 KB 192/192 KB 229/309 KB 192/192 KB 232/309 KB 192/192 KB 233/309 KB 192/192 KB 236/309 KB 192/192 KB 237/309 KB 192/192 KB 240/309 KB 192/192 KB 242/309 KB 192/192 KB 245/309 KB 192/192 KB 248/309 KB 192/192 KB 249/309 KB 192/192 KB 252/309 KB 192/192 KB 253/309 KB 192/192 KB 256/309 KB 192/192 KB 257/309 KB 192/192 KB 260/309 KB 192/192 KB 261/309 KB 192/192 KB 264/309 KB 192/192 KB 265/309 KB 192/192 KB 268/309 KB 192/192 KB 269/309 KB 192/192 KB 272/309 KB 192/192 KB 273/309 KB 192/192 KB 276/309 KB 192/192 KB 277/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 814.8 KB/sec) unit-abot-epc-basic-0: 10:38:22 DEBUG unit.abot-epc-basic/0.install 280/309 KB 281/309 KB 284/309 KB 285/309 KB 288/309 KB 289/309 KB 292/309 KB 293/309 KB 296/309 KB 297/309 KB 300/309 KB 301/309 KB 304/309 KB 306/309 KB 309/309 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (309 KB at 1177.1 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 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 70.9 KB/sec) unit-abot-epc-basic-0: 10:38:22 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: 10:38:22 DEBUG unit.abot-epc-basic/0.install 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 61.0 KB/sec) unit-abot-epc-basic-0: 10:38:23 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: 10:38:23 DEBUG unit.abot-epc-basic/0.install 3/74 KB 6/74 KB 9/74 KB 11/74 KB 14/74 KB 16/74 KB 19/74 KB 22/74 KB 25/74 KB 27/74 KB 30/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 62/74 KB 66/74 KB 70/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 1292.1 KB/sec) unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main debconf-utils all 1.5.51ubuntu2 [57.4 kB] unit-abot-epc-basic-0: 10:38:23 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:38:23 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-abot-epc-basic-0: 10:38:23 DEBUG unit.abot-epc-basic/0.install T E S T S unit-abot-epc-basic-0: 10:38:23 DEBUG unit.abot-epc-basic/0.install ------------------------------------------------------- unit-mysql-0: 10:38:23 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: 10:38:23 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-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe uuid amd64 1.6.2-1.3ubuntu1 [10.9 kB] unit-abot-epc-basic-0: 10:38:23 DEBUG unit.abot-epc-basic/0.install Running com.rebaca.abot.RunScenarios unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Fetched 781 kB in 2s (378 kB/s) unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Selecting previously unselected package mysql-common. unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install (Reading database ... 83419 files and directories currently installed.) unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Selecting previously unselected package libmysqlclient18:amd64. unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Selecting previously unselected package debconf-utils. unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Preparing to unpack .../debconf-utils_1.5.51ubuntu2_all.deb ... unit-mysql-0: 10:38:23 DEBUG unit.mysql/0.install Unpacking debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Selecting previously unselected package libossp-uuid16. unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Preparing to unpack .../libossp-uuid16_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Unpacking libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Selecting previously unselected package pwgen. unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Preparing to unpack .../pwgen_2.06-1ubuntu4_amd64.deb ... unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Unpacking pwgen (2.06-1ubuntu4) ... unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Selecting previously unselected package python-mysqldb. unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Unpacking python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Selecting previously unselected package uuid. unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Preparing to unpack .../uuid_1.6.2-1.3ubuntu1_amd64.deb ... unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Unpacking uuid (1.6.2-1.3ubuntu1) ... unit-abot-epc-basic-0: 10:38:24 DEBUG unit.abot-epc-basic/0.install Feature: Local_Commands_Testing unit-mysql-0: 10:38:24 DEBUG unit.mysql/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:24 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:24 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:38:24 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@483f6d77: startup date [Sun Sep 02 10:38:24 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:38:24 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:24 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:24 DEBUG unit.abot-epc-basic/0.install INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:38:25 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:25 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:25 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: 10:38:25 DEBUG unit.mysql/0.install Setting up libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.install Setting up debconf-utils (1.5.51ubuntu2) ... unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.install Setting up libossp-uuid16 (1.6.2-1.3ubuntu1) ... unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.install Setting up pwgen (2.06-1ubuntu4) ... unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.install Setting up python-mysqldb (1.2.3-2ubuntu1) ... unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.install Setting up uuid (1.6.2-1.3ubuntu1) ... unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-mysql-0: 10:38:25 INFO juju.worker.uniter.operation ran "install" hook unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation running operation accept leadership unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-mysql-0: 10:38:25 INFO juju.worker.uniter found queued "leader-elected" hook unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-mysql-0: 10:38:25 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-mysql-0: 10:38:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-mysql-0: 10:38:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:38:25 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-mysql-0: 10:38:25 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:38:25 INFO unit.mysql/0.juju-log Source is not present. Skipping unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security InRelease unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Sources unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Sources unit-mysql-0: 10:38:25 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/main Translation-en unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-abot-epc-basic-0: 10:38:26 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:26 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 10:38:26 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-mysql-0: 10:38:26 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-mysql-0: 10:38:27 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@51351f28: startup date [Sun Sep 02 10:38:27 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:27 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: 10:38:27 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:27 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: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:27 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: 10:38:27 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:27 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-mysql-0: 10:38:27 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-mysql-0: 10:38:27 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@a2ddf26: startup date [Sun Sep 02 10:38:27 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:27 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: 10:38:27 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:27 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: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:27 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: 10:38:27 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-abot-epc-basic-0: 10:38:27 DEBUG unit.abot-epc-basic/0.install Sep 02, 2018 10:38:27 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:38:27 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-mysql-0: 10:38:27 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-mysql-0: 10:38:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-mysql-0: 10:38:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: STEP EXECUTION TIME TAKEN :1371 MS unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: ========================================================================================== unit-mysql-0: 10:38:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: ======================================================================================== unit-mysql-0: 10:38:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: EXECUTED STEP IS :When I execute the command ifconfig in this system and check the presence of following strings in the response: unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: STEP EXECUTION TIME TAKEN :104 MS unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install @local-commands unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing # featureFiles/000-local-commands.feature:4 unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:38:28 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: 10:38:28 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 1 Scenarios (1 passed) unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 2 Steps (2 passed) unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 0m1.952s unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install unit-mysql-0: 10:38:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.103 sec - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install Given all configured endpoints for SSH are connected successfully(Scenario: Local Commands testing) Time elapsed: 0.009 sec unit-abot-epc-basic-0: 10:38:28 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.002 sec unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install Scenario: Local Commands testing Time elapsed: 0.023 sec unit-abot-epc-basic-0: 10:38:28 DEBUG unit.abot-epc-basic/0.install 02-Sep-2018 10:38:28.807 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-mysql-0: 10:38:28 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-mysql-0: 10:38:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install Results : unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-mysql-0: 10:38:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 10:38:29 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: 10:38:29 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 86.9 KB/sec) unit-abot-epc-basic-0: 10:38:29 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: 10:38:29 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 62.3 KB/sec) unit-abot-epc-basic-0: 10:38:29 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-mysql-0: 10:38:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 10:38:29 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 39.4 KB/sec) unit-abot-epc-basic-0: 10:38:29 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: 10:38:29 DEBUG unit.abot-epc-basic/0.install 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 62.7 KB/sec) unit-abot-epc-basic-0: 10:38:29 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: 10:38:29 DEBUG unit.abot-epc-basic/0.install 3/19 KB 6/19 KB 9/19 KB 11/19 KB 14/19 KB 16/19 KB 19/19 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 KB at 395.2 KB/sec) unit-abot-epc-basic-0: 10:38:29 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-mysql-0: 10:38:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 10:38:29 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 24.2 KB/sec) unit-abot-epc-basic-0: 10:38:29 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: 10:38:29 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 210.8 KB/sec) unit-abot-epc-basic-0: 10:38:29 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: 10:38:29 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: 10:38:29 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: 10:38:29 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: 10:38:29 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-mysql-0: 10:38:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install 3/57 KB 3/57 KB 6/57 KB 9/57 KB 12/57 KB 14/57 KB 17/57 KB 19/57 KB 22/57 KB 25/57 KB 28/57 KB 30/57 KB 33/57 KB 35/57 KB 39/57 KB 43/57 KB 47/57 KB 51/57 KB 55/57 KB 57/57 KB 3/60 KB 57/57 KB 3/22 KB 5/60 KB 57/57 KB 3/22 KB 8/60 KB 57/57 KB 3/22 KB 11/60 KB 57/57 KB 3/22 KB 13/60 KB 57/57 KB 3/22 KB 16/60 KB 57/57 KB 3/22 KB 3/60 KB 57/57 KB 6/22 KB 16/60 KB 57/57 KB 9/22 KB 16/60 KB 57/57 KB 11/22 KB 16/60 KB 57/57 KB 14/22 KB 16/60 KB 57/57 KB 14/22 KB 19/60 KB 57/57 KB 16/22 KB 19/60 KB 57/57 KB 19/22 KB 19/60 KB 57/57 KB 3/181 KB 16/22 KB 19/60 KB 57/57 KB 3/181 KB 19/22 KB 19/60 KB 57/57 KB 5/181 KB 19/22 KB 19/60 KB 57/57 KB 8/181 KB 19/22 KB 19/60 KB 57/57 KB 11/181 KB 19/22 KB 19/60 KB 57/57 KB 13/181 KB 19/22 KB 19/60 KB 57/57 KB 16/181 KB 19/22 KB 19/60 KB 57/57 KB 19/181 KB 19/22 KB 21/60 KB 57/57 KB 3/203 KB 19/181 KB 19/22 KB 24/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 27/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 29/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 32/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 36/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 40/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 44/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 48/60 KB 57/57 KB 3/203 KB 21/181 KB 19/22 KB 19/60 KB 57/57 KB 3/203 KB 19/181 KB 19/22 KB 24/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 48/60 KB 57/57 KB 3/203 KB 24/181 KB 22/22 KB 24/60 KB 57/57 KB 3/203 KB 21/181 KB 22/22 KB 48/60 KB 57/57 KB 3/203 KB 27/181 KB 22/22 KB 48/60 KB 57/57 KB 5/203 KB 27/181 KB 22/22 KB 48/60 KB 57/57 KB 5/203 KB 29/181 KB 22/22 KB 48/60 KB 57/57 KB 8/203 KB 29/181 KB 22/22 KB 48/60 KB 57/57 KB 8/203 KB 32/181 KB 22/22 KB 48/60 KB 57/57 KB 11/203 KB 32/181 KB 22/22 KB 48/60 KB 57/57 KB 13/203 KB 32/181 KB 22/22 KB 48/60 KB 57/57 KB 16/203 KB 32/181 KB 22/22 KB 48/60 KB 57/57 KB 19/203 KB 32/181 KB 22/22 KB 48/60 KB 57/57 KB 19/203 KB 36/181 KB 22/22 KB 48/60 KB 57/57 KB 19/203 KB 40/181 KB 22/22 KB 48/60 KB 57/57 KB 21/203 KB 40/181 KB 22/22 KB 48/60 KB 57/57 KB 21/203 KB 44/181 KB 22/22 KB 48/60 KB 57/57 KB 21/203 KB 48/181 KB 22/22 KB 48/60 KB 57/57 KB 24/203 KB 48/181 KB 22/22 KB 52/60 KB 57/57 KB 24/203 KB 48/181 KB 22/22 KB 56/60 KB 57/57 KB 27/203 KB 52/181 KB 22/22 KB 60/60 KB 57/57 KB 27/203 KB 52/181 KB 22/22 KB 52/60 KB 57/57 KB 27/203 KB 52/181 KB 22/22 KB 60/60 KB 57/57 KB 27/203 KB 56/181 KB 22/22 KB 60/60 KB 57/57 KB 27/203 KB 60/181 KB 22/22 KB 60/60 KB 57/57 KB 27/203 KB 64/181 KB 22/22 KB 52/60 KB 57/57 KB 27/203 KB 48/181 KB 22/22 KB 60/60 KB 57/57 KB 29/203 KB 64/181 KB 22/22 KB 60/60 KB 57/57 KB 32/203 KB 64/181 KB 22/22 KB 60/60 KB 57/57 KB 36/203 KB 64/181 KB 22/22 KB 60/60 KB 40/203 KB 68/181 KB 22/22 KB 60/60 KB 44/203 KB 68/181 KB 22/22 KB 60/60 KB 48/203 KB 68/181 KB 22/22 KB 60/60 KB 36/203 KB 68/181 KB 22/22 KB 60/60 KB 48/203 KB 72/181 KB 22/22 KB 60/60 KB 48/203 KB 76/181 KB 22/22 KB 60/60 KB 48/203 KB 80/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 1387.8 KB/sec) unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install 22/22 KB 60/60 KB 52/203 KB 80/181 KB 22/22 KB 60/60 KB 56/203 KB 80/181 KB 22/22 KB 60/60 KB 60/203 KB 80/181 KB 22/22 KB 60/60 KB 64/203 KB 80/181 KB 22/22 KB 60/60 KB 64/203 KB 84/181 KB 22/22 KB 60/60 KB 64/203 KB 88/181 KB 22/22 KB 60/60 KB 64/203 KB 92/181 KB 22/22 KB 60/60 KB 64/203 KB 96/181 KB 22/22 KB 60/60 KB 68/203 KB 96/181 KB 22/22 KB 60/60 KB 72/203 KB 96/181 KB 22/22 KB 60/60 KB 76/203 KB 96/181 KB 22/22 KB 60/60 KB 80/203 KB 96/181 KB 22/22 KB 60/60 KB 80/203 KB 100/181 KB 22/22 KB 60/60 KB 80/203 KB 104/181 KB 22/22 KB 60/60 KB 80/203 KB 108/181 KB 22/22 KB 60/60 KB 80/203 KB 112/181 KB 22/22 KB 60/60 KB 80/203 KB 116/181 KB 22/22 KB 60/60 KB 80/203 KB 120/181 KB 22/22 KB 60/60 KB 80/203 KB 124/181 KB 22/22 KB 60/60 KB 80/203 KB 128/181 KB 22/22 KB 60/60 KB 80/203 KB 132/181 KB 22/22 KB 60/60 KB 84/203 KB 136/181 KB 22/22 KB 60/60 KB 84/203 KB 140/181 KB 22/22 KB 60/60 KB 84/203 KB 144/181 KB 22/22 KB 60/60 KB 84/203 KB 132/181 KB 22/22 KB 60/60 KB 88/203 KB 144/181 KB 22/22 KB 60/60 KB 92/203 KB 144/181 KB 22/22 KB 60/60 KB 96/203 KB 144/181 KB 22/22 KB 60/60 KB 96/203 KB 148/181 KB 22/22 KB 60/60 KB 96/203 KB 152/181 KB 22/22 KB 60/60 KB 96/203 KB 156/181 KB 22/22 KB 60/60 KB 96/203 KB 160/181 KB 22/22 KB 60/60 KB 100/203 KB 160/181 KB 22/22 KB 60/60 KB 104/203 KB 160/181 KB 22/22 KB 60/60 KB 108/203 KB 160/181 KB 22/22 KB 60/60 KB 112/203 KB 160/181 KB 22/22 KB 60/60 KB 112/203 KB 164/181 KB 22/22 KB 60/60 KB 112/203 KB 168/181 KB 22/22 KB 60/60 KB 112/203 KB 172/181 KB 22/22 KB 60/60 KB 112/203 KB 176/181 KB 22/22 KB 60/60 KB 112/203 KB 180/181 KB 22/22 KB 60/60 KB 112/203 KB 181/181 KB 22/22 KB 60/60 KB 116/203 KB 181/181 KB 22/22 KB 60/60 KB 120/203 KB 181/181 KB 22/22 KB 60/60 KB 124/203 KB 181/181 KB 22/22 KB 60/60 KB 128/203 KB 181/181 KB 60/60 KB 132/203 KB 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 KB at 361.0 KB/sec) unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install 60/60 KB 136/203 KB 181/181 KB 60/60 KB 140/203 KB 181/181 KB 60/60 KB 144/203 KB 181/181 KB 60/60 KB 148/203 KB 181/181 KB 60/60 KB 152/203 KB 181/181 KB 60/60 KB 156/203 KB 181/181 KB 60/60 KB 160/203 KB 181/181 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 KB at 937.4 KB/sec) unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install 164/203 KB 181/181 KB 168/203 KB 181/181 KB 172/203 KB 181/181 KB 176/203 KB 181/181 KB 180/203 KB 181/181 KB 184/203 KB 181/181 KB 188/203 KB 181/181 KB 192/203 KB 181/181 KB 196/203 KB 181/181 KB 200/203 KB 181/181 KB 203/203 KB 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 2501.6 KB/sec) unit-abot-epc-basic-0: 10:38:29 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 2414.9 KB/sec) unit-mysql-0: 10:38:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 10:38:29 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: 10:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:38:29 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-mysql-0: 10:38:29 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-abot-epc-basic-0: 10:38:29 DEBUG unit.abot-epc-basic/0.install 3/3 KB 3/3 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.3.3/maven-plugin-api-3.3.3.pom (3 KB at 70.4 KB/sec) unit-abot-epc-basic-0: 10:38:29 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: 10:38:29 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 448.8 KB/sec) unit-abot-epc-basic-0: 10:38:29 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: 10:38:30 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 94.3 KB/sec) unit-mysql-0: 10:38:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 DEBUG unit.abot-epc-basic/0.install 3/4 KB 4/4 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (4 KB at 80.9 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 44.1 KB/sec) unit-abot-epc-basic-0: 10:38:30 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-mysql-0: 10:38:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 10:38:30 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 86.6 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 DEBUG unit.abot-epc-basic/0.install 3/14 KB 6/14 KB 9/14 KB 11/14 KB 14/14 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-plexus/0.3.0/sisu-plexus-0.3.0.pom (14 KB at 319.1 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 34.2 KB/sec) unit-abot-epc-basic-0: 10:38:30 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-mysql-0: 10:38:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 10:38:30 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 56.1 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 183.8 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 DEBUG unit.abot-epc-basic/0.install 3/21 KB 6/21 KB 9/21 KB 11/21 KB 14/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 449.0 KB/sec) unit-abot-epc-basic-0: 10:38:30 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-mysql-0: 10:38:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 10:38:30 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 22.7 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 14.6 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 53.4 KB/sec) unit-abot-epc-basic-0: 10:38:30 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-mysql-0: 10:38:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 10:38:30 DEBUG unit.abot-epc-basic/0.install 3/15 KB 6/15 KB 9/15 KB 11/15 KB 14/15 KB 15/15 KB Downloaded: https://repo.maven.apache.org/maven2/org/eclipse/sisu/sisu-inject/0.3.0/sisu-inject-0.3.0.pom (15 KB at 312.7 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 19.4 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 88.1 KB/sec) unit-abot-epc-basic-0: 10:38:30 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-mysql-0: 10:38:30 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 10:38:30 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 392.8 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (8 KB at 158.5 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 80.9 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 DEBUG unit.abot-epc-basic/0.install 3/6 KB 5/6 KB 6/6 KB Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (6 KB at 114.2 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 258.1 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:30 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 67.2 KB/sec) unit-abot-epc-basic-0: 10:38:30 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: 10:38:31 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 188.9 KB/sec) unit-mysql-0: 10:38:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 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 21.6 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 3/10 KB 6/10 KB 9/10 KB 10/10 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.pom (10 KB at 242.1 KB/sec) unit-abot-epc-basic-0: 10:38:31 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-mysql-0: 10:38:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 10:38:31 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 924.9 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 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: 10:38:31 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: 10:38:31 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: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 3/44 KB 6/44 KB 9/44 KB 11/44 KB 14/44 KB 16/44 KB 19/44 KB 22/44 KB 25/44 KB 27/44 KB 30/44 KB 32/44 KB 36/44 KB 40/44 KB 44/44 KB Downloaded: https://repo.maven.apache.org/maven2/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (44 KB at 1461.8 KB/sec) unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 3/158 KB 3/201 KB 4/46 KB 5/158 KB 3/54 KB 3/201 KB 4/46 KB 8/158 KB 3/54 KB 3/201 KB 4/46 KB 11/158 KB 3/54 KB 3/201 KB 4/46 KB 13/158 KB 3/54 KB 3/201 KB 4/46 KB 16/158 KB 3/54 KB 3/201 KB 4/46 KB 19/158 KB 3/54 KB 3/201 KB 4/46 KB 3/158 KB 3/54 KB 3/201 KB 4/46 KB 19/158 KB 6/54 KB 3/201 KB 4/46 KB 19/158 KB 9/54 KB 3/201 KB 4/46 KB 19/158 KB 11/54 KB 3/201 KB 4/46 KB 19/158 KB 14/54 KB 3/201 KB 4/46 KB 19/158 KB 16/54 KB 3/6 KB 3/201 KB 4/46 KB 19/158 KB 19/54 KB 3/6 KB 3/201 KB 4/46 KB 3/158 KB 3/201 KB 8/46 KB 19/158 KB 19/54 KB 3/6 KB 3/201 KB 12/46 KB 19/158 KB 19/54 KB 3/6 KB 3/201 KB 16/46 KB 19/158 KB 19/54 KB 3/6 KB 3/201 KB 20/46 KB 19/158 KB 19/54 KB 3/6 KB 3/201 KB 24/46 KB 19/158 KB 19/54 KB 3/6 KB 3/201 KB 28/46 KB 21/158 KB 19/54 KB 3/6 KB 3/201 KB 32/46 KB 21/158 KB 22/54 KB 3/6 KB 3/201 KB 3/158 KB 5/201 KB 32/46 KB 21/158 KB 22/54 KB 3/6 KB 8/201 KB 32/46 KB 21/158 KB 22/54 KB 3/6 KB 11/201 KB 32/46 KB 21/158 KB 22/54 KB 3/6 KB 13/201 KB 32/46 KB 21/158 KB 22/54 KB 3/6 KB 16/201 KB 32/46 KB 21/158 KB 22/54 KB 3/6 KB 19/201 KB 32/46 KB 21/158 KB 22/54 KB 3/6 KB 21/201 KB 32/46 KB 21/158 KB 22/54 KB 3/6 KB 3/201 KB 28/46 KB 21/158 KB 22/54 KB 3/6 KB 3/201 KB 24/46 KB 21/158 KB 19/54 KB 3/6 KB 21/201 KB 32/46 KB 24/158 KB 22/54 KB 3/6 KB 3/201 KB 4/46 KB 19/158 KB 14/54 KB 3/6 KB 24/201 KB 32/46 KB 24/158 KB 22/54 KB 6/6 KB 24/201 KB 32/46 KB 24/158 KB 22/54 KB 6/6 KB 24/201 KB 32/46 KB 24/158 KB 22/54 KB 3/6 KB 24/201 KB 32/46 KB 24/158 KB 25/54 KB 6/6 KB 24/201 KB 32/46 KB 27/158 KB 25/54 KB 6/6 KB 27/201 KB 32/46 KB 27/158 KB 27/54 KB 6/6 KB 27/201 KB 32/46 KB 27/158 KB 25/54 KB 6/6 KB 27/201 KB 36/46 KB 27/158 KB 27/54 KB 6/6 KB 29/201 KB 40/46 KB 29/158 KB 30/54 KB 6/6 KB 29/201 KB 44/46 KB 29/158 KB 30/54 KB 6/6 KB 29/201 KB 46/46 KB 29/158 KB 30/54 KB 6/6 KB 29/201 KB 36/46 KB 29/158 KB 30/54 KB 6/6 KB 29/201 KB 36/46 KB 27/158 KB 30/54 KB 6/6 KB 29/201 KB 36/46 KB 27/158 KB 27/54 KB 6/6 KB 32/201 KB 46/46 KB 29/158 KB 30/54 KB 6/6 KB 36/201 KB 46/46 KB 29/158 KB 30/54 KB 6/6 KB 40/201 KB 46/46 KB 32/158 KB 32/54 KB 6/6 KB 44/201 KB 46/46 KB 32/158 KB 32/54 KB 6/6 KB 48/201 KB 46/46 KB 32/158 KB 32/54 KB 6/6 KB 36/201 KB 46/46 KB 32/158 KB 32/54 KB 6/6 KB 36/201 KB 46/46 KB 29/158 KB 32/54 KB 6/6 KB 48/201 KB 46/46 KB 36/158 KB 32/54 KB 6/6 KB 48/201 KB 46/46 KB 40/158 KB 36/54 KB 6/6 KB 48/201 KB 46/46 KB 44/158 KB 36/54 KB 6/6 KB 48/201 KB 46/46 KB 48/158 KB 36/54 KB 6/6 KB 48/201 KB 46/46 KB 36/158 KB 36/54 KB 6/6 KB 48/201 KB 46/46 KB 48/158 KB 40/54 KB 6/6 KB 48/201 KB 46/46 KB 48/158 KB 44/54 KB 6/6 KB 48/201 KB 46/46 KB 48/158 KB 48/54 KB 6/6 KB 48/201 KB 46/46 KB 48/158 KB 52/54 KB 6/6 KB 52/201 KB 46/46 KB 48/158 KB 54/54 KB 52/201 KB 46/46 KB 48/158 KB 52/54 KB Downloaded: https://repo.maven.apache.org/maven2/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (6 KB at 119.0 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 56/201 KB 46/46 KB 48/158 KB 54/54 KB 60/201 KB 46/46 KB 48/158 KB 54/54 KB 64/201 KB 46/46 KB 52/158 KB 54/54 KB 60/201 KB 46/46 KB 52/158 KB 54/54 KB 64/201 KB 46/46 KB 56/158 KB 54/54 KB 64/201 KB 46/46 KB 60/158 KB 54/54 KB 64/201 KB 46/46 KB 64/158 KB 54/54 KB 64/201 KB 46/46 KB 68/158 KB 54/54 KB 68/201 KB 46/46 KB 72/158 KB 54/54 KB 68/201 KB 46/46 KB 76/158 KB 54/54 KB 68/201 KB 46/46 KB 80/158 KB 54/54 KB 68/201 KB 46/46 KB 68/158 KB 54/54 KB 72/201 KB 46/46 KB 80/158 KB 54/54 KB 76/201 KB 46/46 KB 80/158 KB 54/54 KB 80/201 KB 46/46 KB 80/158 KB 54/54 KB 84/201 KB 46/46 KB 80/158 KB 54/54 KB 88/201 KB 46/46 KB 80/158 KB 54/54 KB 92/201 KB 46/46 KB 84/158 KB 54/54 KB 88/201 KB 46/46 KB 84/158 KB 54/54 KB 92/201 KB 46/46 KB 88/158 KB 54/54 KB 92/201 KB 46/46 KB 92/158 KB 54/54 KB 96/201 KB 46/46 KB 96/158 KB 54/54 KB 96/201 KB 46/46 KB 92/158 KB 54/54 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 960.7 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 96/201 KB 46/46 KB 100/158 KB 96/201 KB 46/46 KB 104/158 KB 96/201 KB 46/46 KB 108/158 KB 96/201 KB 46/46 KB 112/158 KB 96/201 KB 46/46 KB 116/158 KB 96/201 KB 46/46 KB 120/158 KB 96/201 KB 46/46 KB 124/158 KB 96/201 KB 46/46 KB 128/158 KB 96/201 KB 46/46 KB 132/158 KB 96/201 KB 46/46 KB 136/158 KB 96/201 KB 46/46 KB 140/158 KB 96/201 KB 46/46 KB 144/158 KB 96/201 KB 46/46 KB 148/158 KB 96/201 KB 46/46 KB 152/158 KB 96/201 KB 46/46 KB 156/158 KB 100/201 KB 46/46 KB 156/158 KB 104/201 KB 46/46 KB 156/158 KB 108/201 KB 46/46 KB 156/158 KB 112/201 KB 46/46 KB 156/158 KB 112/201 KB 46/46 KB 158/158 KB 116/201 KB 46/46 KB 158/158 KB 120/201 KB 46/46 KB 158/158 KB 124/201 KB 46/46 KB 158/158 KB 128/201 KB 46/46 KB 158/158 KB 128/201 KB 46/46 KB 3/367 KB 158/158 KB 128/201 KB 46/46 KB 5/367 KB 158/158 KB 128/201 KB 46/46 KB 8/367 KB 158/158 KB 128/201 KB 46/46 KB 11/367 KB 158/158 KB 132/201 KB 13/367 KB 158/158 KB 132/201 KB 16/367 KB 158/158 KB 132/201 KB 19/367 KB 158/158 KB 132/201 KB 21/367 KB 158/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 671.9 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 132/201 KB 46/46 KB 11/367 KB 158/158 KB 136/201 KB 21/367 KB 158/158 KB 140/201 KB 21/367 KB 158/158 KB 144/201 KB 21/367 KB 158/158 KB 144/201 KB 24/367 KB 158/158 KB 144/201 KB 27/367 KB 158/158 KB 144/201 KB 29/367 KB 158/158 KB 144/201 KB 32/367 KB 158/158 KB 148/201 KB 32/367 KB 158/158 KB 152/201 KB 32/367 KB 158/158 KB 156/201 KB 32/367 KB 158/158 KB 160/201 KB 3/3 KB 32/367 KB 158/158 KB 156/201 KB 3/3 KB 32/367 KB 158/158 KB 160/201 KB 3/3 KB 36/367 KB 158/158 KB 160/201 KB 3/3 KB 40/367 KB 158/158 KB 160/201 KB 3/3 KB 44/367 KB 158/158 KB 160/201 KB 3/3 KB 48/367 KB 158/158 KB 160/201 KB 3/3 KB 52/367 KB 158/158 KB 160/201 KB 3/3 KB 56/367 KB 158/158 KB 160/201 KB 3/3 KB 60/367 KB 158/158 KB 160/201 KB 3/3 KB 64/367 KB 158/158 KB 164/201 KB 3/3 KB 64/367 KB 158/158 KB 168/201 KB 3/3 KB 64/367 KB 158/158 KB 172/201 KB 3/3 KB 64/367 KB 158/158 KB 176/201 KB 3/3 KB 64/367 KB 158/158 KB 176/201 KB 3/3 KB 68/367 KB 158/158 KB 176/201 KB 3/3 KB 72/367 KB 158/158 KB 176/201 KB 3/3 KB 76/367 KB 158/158 KB 176/201 KB 3/3 KB 80/367 KB 158/158 KB 176/201 KB 3/3 KB 84/367 KB 158/158 KB 176/201 KB 3/3 KB 88/367 KB 158/158 KB 180/201 KB 3/3 KB 88/367 KB 158/158 KB 184/201 KB 3/3 KB 88/367 KB 158/158 KB 188/201 KB 3/3 KB 88/367 KB 158/158 KB 192/201 KB 3/3 KB 88/367 KB 158/158 KB 192/201 KB 3/3 KB 92/367 KB 158/158 KB 192/201 KB 3/3 KB 96/367 KB 158/158 KB 196/201 KB 3/3 KB 96/367 KB 158/158 KB 200/201 KB 3/3 KB 96/367 KB 158/158 KB 201/201 KB 3/3 KB 96/367 KB 158/158 KB 201/201 KB 3/3 KB 100/367 KB 158/158 KB 201/201 KB 3/3 KB 104/367 KB 158/158 KB 201/201 KB 3/3 KB 108/367 KB 158/158 KB 201/201 KB 3/3 KB 112/367 KB 158/158 KB 201/201 KB 3/3 KB 116/367 KB 158/158 KB 201/201 KB 3/3 KB 120/367 KB 158/158 KB 201/201 KB 3/3 KB 124/367 KB 158/158 KB 201/201 KB 3/3 KB 128/367 KB 158/158 KB 201/201 KB 3/3 KB 132/367 KB 158/158 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 1938.9 KB/sec) unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 201/201 KB 3/3 KB 136/367 KB 201/201 KB 3/3 KB 140/367 KB 201/201 KB 3/3 KB 144/367 KB 201/201 KB 3/5 KB 3/3 KB 144/367 KB 201/201 KB 5/5 KB 3/3 KB 144/367 KB 201/201 KB 5/5 KB 3/3 KB 148/367 KB 201/201 KB 5/5 KB 3/3 KB 152/367 KB 201/201 KB 5/5 KB 3/3 KB 156/367 KB 201/201 KB 5/5 KB 3/3 KB 160/367 KB 201/201 KB 5/5 KB 3/3 KB 164/367 KB 201/201 KB 5/5 KB 3/3 KB 168/367 KB 201/201 KB 5/5 KB 3/3 KB 172/367 KB 201/201 KB 5/5 KB 3/3 KB 176/367 KB Downloaded: https://repo.maven.apache.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar (3 KB at 27.7 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 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 2111.5 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 5/5 KB 180/367 KB 5/5 KB 184/367 KB 5/5 KB 188/367 KB 5/5 KB 192/367 KB 5/5 KB 196/367 KB 5/5 KB 200/367 KB 5/5 KB 204/367 KB 5/5 KB 208/367 KB 5/5 KB 212/367 KB 5/5 KB 216/367 KB 5/5 KB 220/367 KB 5/5 KB 224/367 KB 5/5 KB 228/367 KB 5/5 KB 232/367 KB 5/5 KB 236/367 KB 5/5 KB 240/367 KB 5/5 KB 240/367 KB 4/52 KB 5/5 KB 240/367 KB 8/52 KB 5/5 KB 240/367 KB 12/52 KB 5/5 KB 240/367 KB 16/52 KB 5/5 KB 244/367 KB 16/52 KB 5/5 KB 248/367 KB 16/52 KB 5/5 KB 252/367 KB 16/52 KB 5/5 KB 256/367 KB 16/52 KB 5/5 KB 260/367 KB 16/52 KB 5/5 KB 264/367 KB 16/52 KB 5/5 KB 268/367 KB 16/52 KB 5/5 KB 272/367 KB 16/52 KB 5/5 KB 272/367 KB 20/52 KB 5/5 KB 272/367 KB 24/52 KB 5/5 KB 272/367 KB 28/52 KB 5/5 KB 272/367 KB 32/52 KB 5/5 KB 276/367 KB 32/52 KB 5/5 KB 280/367 KB 32/52 KB 5/5 KB 284/367 KB 32/52 KB 5/5 KB 288/367 KB 32/52 KB 5/5 KB 292/367 KB 32/52 KB 5/5 KB 296/367 KB 32/52 KB 5/5 KB 300/367 KB 32/52 KB 5/5 KB 304/367 KB 32/52 KB Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 38.4 KB/sec) unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install Downloading: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar unit-mysql-0: 10:38:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 5/5 KB 304/367 KB 36/52 KB 304/367 KB 40/52 KB 304/367 KB 44/52 KB 304/367 KB 48/52 KB 304/367 KB 52/52 KB 3/47 KB 304/367 KB 52/52 KB 5/47 KB 304/367 KB 52/52 KB 8/47 KB 304/367 KB 52/52 KB 11/47 KB 304/367 KB 52/52 KB 11/47 KB 308/367 KB 52/52 KB 11/47 KB 312/367 KB 52/52 KB 11/47 KB 316/367 KB 52/52 KB 13/47 KB 316/367 KB 52/52 KB 16/47 KB 316/367 KB 52/52 KB 16/47 KB 320/367 KB 52/52 KB 19/47 KB 320/367 KB 52/52 KB 21/47 KB 320/367 KB 52/52 KB 24/47 KB 320/367 KB 52/52 KB 27/47 KB 320/367 KB 52/52 KB 27/47 KB 324/367 KB 52/52 KB 27/47 KB 328/367 KB 52/52 KB 27/47 KB 332/367 KB 52/52 KB 29/47 KB 332/367 KB 52/52 KB 32/47 KB 332/367 KB 52/52 KB 32/47 KB 336/367 KB 52/52 KB 32/47 KB 340/367 KB 52/52 KB 36/47 KB 340/367 KB 52/52 KB 40/47 KB 340/367 KB 52/52 KB 44/47 KB 340/367 KB 52/52 KB 47/47 KB 340/367 KB 52/52 KB 47/47 KB 344/367 KB 52/52 KB 47/47 KB 348/367 KB 52/52 KB 47/47 KB 352/367 KB 52/52 KB 47/47 KB 356/367 KB 52/52 KB 47/47 KB 360/367 KB 52/52 KB 47/47 KB 364/367 KB 52/52 KB 47/47 KB 367/367 KB 52/52 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 2979.4 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 4/238 KB 47/47 KB 52/52 KB 3/28 KB 8/238 KB 47/47 KB 3/28 KB 12/238 KB 47/47 KB 3/28 KB 16/238 KB 47/47 KB 3/28 KB 4/238 KB 47/47 KB 6/28 KB 16/238 KB 47/47 KB 9/28 KB 16/238 KB 47/47 KB 11/28 KB 16/238 KB 47/47 KB 14/28 KB 16/238 KB 47/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 398.8 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 16/28 KB 16/238 KB 47/47 KB 19/28 KB 16/238 KB 47/47 KB 19/28 KB 20/238 KB 47/47 KB 19/28 KB 24/238 KB 47/47 KB 19/28 KB 28/238 KB 47/47 KB 19/28 KB 32/238 KB 47/47 KB 22/28 KB 32/238 KB 47/47 KB 25/28 KB 32/238 KB 47/47 KB 27/28 KB 32/238 KB 47/47 KB 28/28 KB 32/238 KB 47/47 KB 28/28 KB 36/238 KB 47/47 KB 28/28 KB 40/238 KB 47/47 KB 28/28 KB 44/238 KB 47/47 KB 28/28 KB 48/238 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 342.4 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 28/28 KB 52/238 KB 28/28 KB 56/238 KB 28/28 KB 60/238 KB 28/28 KB 64/238 KB 28/28 KB 68/238 KB 28/28 KB 72/238 KB 28/28 KB 76/238 KB 28/28 KB 80/238 KB 28/28 KB 84/238 KB 28/28 KB 88/238 KB 28/28 KB 92/238 KB 28/28 KB 96/238 KB 28/28 KB 100/238 KB 28/28 KB 104/238 KB 28/28 KB 108/238 KB 28/28 KB 112/238 KB 28/28 KB 116/238 KB 28/28 KB 4/1199 KB 3/186 KB 120/238 KB 28/28 KB 4/1199 KB 3/186 KB 124/238 KB 28/28 KB 4/1199 KB 3/186 KB 128/238 KB 28/28 KB 4/1199 KB 3/186 KB 116/238 KB 28/28 KB 4/1199 KB 6/186 KB 128/238 KB 28/28 KB 4/1199 KB 9/186 KB 128/238 KB 28/28 KB 4/1199 KB 11/186 KB 128/238 KB 28/28 KB 4/1199 KB 14/186 KB 128/238 KB 28/28 KB 4/1199 KB 16/186 KB 128/238 KB 28/28 KB 4/1199 KB 19/186 KB 128/238 KB 28/28 KB 4/1199 KB 116/238 KB 8/1199 KB 19/186 KB 132/238 KB 12/1199 KB 19/186 KB 132/238 KB 16/1199 KB 19/186 KB 132/238 KB 20/1199 KB 19/186 KB 132/238 KB 24/1199 KB 22/186 KB 132/238 KB 28/1199 KB 22/186 KB 132/238 KB 32/1199 KB 22/186 KB 132/238 KB 4/1199 KB 19/186 KB 132/238 KB 32/1199 KB 22/186 KB 136/238 KB 32/1199 KB 22/186 KB 140/238 KB 32/1199 KB 22/186 KB 144/238 KB Downloaded: https://repo.maven.apache.org/maven2/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 KB at 193.2 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 20/1199 KB 22/186 KB 132/238 KB 32/1199 KB 25/186 KB 144/238 KB 32/1199 KB 27/186 KB 144/238 KB 36/1199 KB 27/186 KB 144/238 KB 40/1199 KB 30/186 KB 148/238 KB 44/1199 KB 30/186 KB 148/238 KB 36/1199 KB 30/186 KB 148/238 KB 44/1199 KB 30/186 KB 152/238 KB 44/1199 KB 30/186 KB 156/238 KB 36/1199 KB 30/186 KB 144/238 KB 44/1199 KB 32/186 KB 156/238 KB 44/1199 KB 36/186 KB 156/238 KB 48/1199 KB 40/186 KB 160/238 KB 48/1199 KB 44/186 KB 160/238 KB 48/1199 KB 48/186 KB 160/238 KB 48/1199 KB 36/186 KB 160/238 KB 4/558 KB 48/1199 KB 48/186 KB 160/238 KB 8/558 KB 48/1199 KB 48/186 KB 160/238 KB 12/558 KB 48/1199 KB 48/186 KB 160/238 KB 16/558 KB 48/1199 KB 48/186 KB 160/238 KB 44/1199 KB 36/186 KB 160/238 KB 16/558 KB 52/1199 KB 48/186 KB 160/238 KB 16/558 KB 56/1199 KB 52/186 KB 164/238 KB 16/558 KB 60/1199 KB 52/186 KB 164/238 KB 20/558 KB 60/1199 KB 52/186 KB 164/238 KB 24/558 KB 60/1199 KB 52/186 KB 164/238 KB 28/558 KB 60/1199 KB 52/186 KB 164/238 KB 32/558 KB 60/1199 KB 52/186 KB 164/238 KB 16/558 KB 52/1199 KB 48/186 KB 164/238 KB 32/558 KB 60/1199 KB 52/186 KB 168/238 KB 32/558 KB 60/1199 KB 52/186 KB 172/238 KB 32/558 KB 60/1199 KB 52/186 KB 176/238 KB 32/558 KB 64/1199 KB 52/186 KB 176/238 KB 32/558 KB 68/1199 KB 52/186 KB 176/238 KB 32/558 KB 72/1199 KB 52/186 KB 180/238 KB 32/558 KB 76/1199 KB 52/186 KB 180/238 KB 36/558 KB 80/1199 KB 52/186 KB 180/238 KB 16/558 KB 52/1199 KB 52/186 KB 164/238 KB 36/558 KB 76/1199 KB 52/186 KB 180/238 KB 40/558 KB 80/1199 KB 52/186 KB 180/238 KB 44/558 KB 80/1199 KB 52/186 KB 180/238 KB 48/558 KB 80/1199 KB 52/186 KB 180/238 KB 52/558 KB 80/1199 KB 52/186 KB 180/238 KB 56/558 KB 80/1199 KB 52/186 KB 180/238 KB 60/558 KB 80/1199 KB 52/186 KB 180/238 KB 64/558 KB 80/1199 KB 52/186 KB 180/238 KB 64/558 KB 80/1199 KB 56/186 KB 180/238 KB 64/558 KB 80/1199 KB 60/186 KB 180/238 KB 64/558 KB 80/1199 KB 64/186 KB 180/238 KB 32/558 KB 68/1199 KB 52/186 KB 180/238 KB 64/558 KB 80/1199 KB 64/186 KB 184/238 KB 64/558 KB 80/1199 KB 64/186 KB 188/238 KB 68/558 KB 80/1199 KB 68/186 KB 192/238 KB 68/558 KB 84/1199 KB 68/186 KB 192/238 KB 68/558 KB 88/1199 KB 68/186 KB 196/238 KB 68/558 KB 92/1199 KB 68/186 KB 196/238 KB 68/558 KB 96/1199 KB 68/186 KB 196/238 KB 68/558 KB 80/1199 KB 68/186 KB 188/238 KB 68/558 KB 80/1199 KB 64/186 KB 188/238 KB 72/558 KB 96/1199 KB 68/186 KB 196/238 KB 76/558 KB 96/1199 KB 68/186 KB 196/238 KB 80/558 KB 96/1199 KB 68/186 KB 196/238 KB 80/558 KB 96/1199 KB 72/186 KB 196/238 KB 80/558 KB 96/1199 KB 76/186 KB 196/238 KB 80/558 KB 96/1199 KB 80/186 KB 196/238 KB 68/558 KB 84/1199 KB 68/186 KB 196/238 KB 84/558 KB 96/1199 KB 80/186 KB 200/238 KB 84/558 KB 96/1199 KB 80/186 KB 204/238 KB 84/558 KB 96/1199 KB 80/186 KB 208/238 KB 84/558 KB 96/1199 KB 80/186 KB 204/238 KB 84/558 KB 3/1206 KB 96/1199 KB 80/186 KB 208/238 KB 84/558 KB 6/1206 KB 96/1199 KB 80/186 KB 208/238 KB 84/558 KB 9/1206 KB 96/1199 KB 80/186 KB 208/238 KB 84/558 KB 11/1206 KB 96/1199 KB 80/186 KB 208/238 KB 88/558 KB 11/1206 KB 96/1199 KB 80/186 KB 208/238 KB 92/558 KB 11/1206 KB 96/1199 KB 80/186 KB 208/238 KB 96/558 KB 11/1206 KB 96/1199 KB 80/186 KB 208/238 KB 100/558 KB 14/1206 KB 100/1199 KB 80/186 KB 208/238 KB 104/558 KB 14/1206 KB 100/1199 KB 84/186 KB 212/238 KB 108/558 KB 14/1206 KB 100/1199 KB 84/186 KB 212/238 KB 112/558 KB 14/1206 KB 100/1199 KB 84/186 KB 212/238 KB 96/558 KB 14/1206 KB unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 100/1199 KB 80/186 KB 208/238 KB 96/558 KB 14/1206 KB 96/1199 KB 80/186 KB 208/238 KB 112/558 KB 16/1206 KB 100/1199 KB 84/186 KB 212/238 KB 112/558 KB 19/1206 KB 100/1199 KB 84/186 KB 212/238 KB 112/558 KB 22/1206 KB 100/1199 KB 84/186 KB 212/238 KB 112/558 KB 25/1206 KB 100/1199 KB 84/186 KB 212/238 KB 112/558 KB 27/1206 KB 100/1199 KB 84/186 KB 212/238 KB 112/558 KB 30/1206 KB 100/1199 KB 84/186 KB 212/238 KB 112/558 KB 32/1206 KB 100/1199 KB 84/186 KB 212/238 KB 112/558 KB 32/1206 KB 104/1199 KB 84/186 KB 212/238 KB 100/558 KB 14/1206 KB 100/1199 KB 84/186 KB 212/238 KB 100/558 KB 14/1206 KB 100/1199 KB 84/186 KB 208/238 KB 112/558 KB 32/1206 KB 108/1199 KB 88/186 KB 212/238 KB 112/558 KB 32/1206 KB 108/1199 KB 92/186 KB 212/238 KB 112/558 KB 32/1206 KB 108/1199 KB 96/186 KB 212/238 KB 112/558 KB 32/1206 KB 108/1199 KB 96/186 KB 216/238 KB 112/558 KB 32/1206 KB 108/1199 KB 96/186 KB 220/238 KB 112/558 KB 32/1206 KB 108/1199 KB 96/186 KB 224/238 KB 112/558 KB 32/1206 KB 108/1199 KB 84/186 KB 212/238 KB 112/558 KB 32/1206 KB 112/1199 KB 96/186 KB 224/238 KB 112/558 KB 32/1206 KB 116/1199 KB 96/186 KB 224/238 KB 116/558 KB 36/1206 KB 120/1199 KB 100/186 KB 228/238 KB 116/558 KB 36/1206 KB 124/1199 KB 100/186 KB 228/238 KB 116/558 KB 36/1206 KB 128/1199 KB 100/186 KB 228/238 KB 116/558 KB 36/1206 KB 116/1199 KB 100/186 KB 228/238 KB 112/558 KB 36/1206 KB 116/1199 KB 96/186 KB 224/238 KB 116/558 KB 40/1206 KB 128/1199 KB 100/186 KB 228/238 KB 116/558 KB 44/1206 KB 128/1199 KB 100/186 KB 228/238 KB 116/558 KB 48/1206 KB 128/1199 KB 100/186 KB 228/238 KB 116/558 KB 36/1206 KB 116/1199 KB 100/186 KB 224/238 KB 116/558 KB 48/1206 KB 128/1199 KB 104/186 KB 228/238 KB 116/558 KB 48/1206 KB 128/1199 KB 108/186 KB 228/238 KB 116/558 KB 48/1206 KB 128/1199 KB 112/186 KB 232/238 KB 116/558 KB 36/1206 KB 116/1199 KB 96/186 KB 224/238 KB 116/558 KB 48/1206 KB 128/1199 KB 108/186 KB 232/238 KB 116/558 KB 48/1206 KB 128/1199 KB 112/186 KB 236/238 KB 116/558 KB 48/1206 KB 128/1199 KB 112/186 KB 238/238 KB 120/558 KB 48/1206 KB 128/1199 KB 112/186 KB 238/238 KB 120/558 KB 52/1206 KB 128/1199 KB 112/186 KB 238/238 KB 120/558 KB 56/1206 KB 128/1199 KB 112/186 KB 238/238 KB 120/558 KB 60/1206 KB 128/1199 KB 112/186 KB 238/238 KB 120/558 KB 64/1206 KB 128/1199 KB 112/186 KB 238/238 KB 124/558 KB 64/1206 KB 128/1199 KB 112/186 KB 238/238 KB 128/558 KB 64/1206 KB 128/1199 KB 112/186 KB 238/238 KB 128/558 KB 64/1206 KB 132/1199 KB 112/186 KB 238/238 KB 132/558 KB 68/1206 KB 136/1199 KB 116/186 KB 238/238 KB 132/558 KB 68/1206 KB 140/1199 KB 116/186 KB 238/238 KB 132/558 KB 68/1206 KB 144/1199 KB 116/186 KB 238/238 KB 132/558 KB 68/1206 KB 132/1199 KB 116/186 KB 238/238 KB 132/558 KB 68/1206 KB 132/1199 KB 112/186 KB 238/238 KB 132/558 KB 72/1206 KB 144/1199 KB 116/186 KB 238/238 KB 132/558 KB 76/1206 KB 144/1199 KB 116/186 KB 238/238 KB 132/558 KB 80/1206 KB 144/1199 KB 116/186 KB 238/238 KB 132/558 KB 80/1206 KB 144/1199 KB 120/186 KB 238/238 KB 132/558 KB 80/1206 KB 144/1199 KB 124/186 KB 238/238 KB 132/558 KB 64/1206 KB 132/1199 KB 112/186 KB 238/238 KB 136/558 KB 80/1206 KB 144/1199 KB 124/186 KB 238/238 KB 136/558 KB 80/1206 KB 144/1199 KB 128/186 KB 238/238 KB 140/558 KB 80/1206 KB 144/1199 KB 128/186 KB 238/238 KB 144/558 KB 80/1206 KB 144/1199 KB 128/186 KB 238/238 KB 144/558 KB 84/1206 KB 144/1199 KB 128/186 KB 238/238 KB 144/558 KB 88/1206 KB 144/1199 KB 128/186 KB 238/2 unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 38 KB 144/558 KB 92/1206 KB 144/1199 KB 128/186 KB 238/238 KB 144/558 KB 96/1206 KB 144/1199 KB 128/186 KB 238/238 KB 144/558 KB 96/1206 KB 144/1199 KB 132/186 KB 238/238 KB 148/558 KB 100/1206 KB 148/1199 KB 136/186 KB 238/238 KB 148/558 KB 100/1206 KB 148/1199 KB 140/186 KB 238/238 KB 148/558 KB 100/1206 KB 148/1199 KB 144/186 KB 238/238 KB 148/558 KB 100/1206 KB 148/1199 KB 132/186 KB 238/238 KB 148/558 KB 104/1206 KB 148/1199 KB 144/186 KB 238/238 KB 148/558 KB 108/1206 KB 148/1199 KB 144/186 KB 238/238 KB 148/558 KB 112/1206 KB 148/1199 KB 144/186 KB 238/238 KB 148/558 KB 96/1206 KB 148/1199 KB 132/186 KB 238/238 KB 148/558 KB 112/1206 KB 152/1199 KB 144/186 KB 238/238 KB 148/558 KB 112/1206 KB 156/1199 KB 144/186 KB 238/238 KB 148/558 KB 112/1206 KB 160/1199 KB 144/186 KB 238/238 KB 148/558 KB 96/1206 KB 144/1199 KB 132/186 KB 238/238 KB 152/558 KB 112/1206 KB 160/1199 KB 144/186 KB 238/238 KB 156/558 KB 112/1206 KB 160/1199 KB 144/186 KB 238/238 KB 160/558 KB 112/1206 KB 160/1199 KB 144/186 KB 238/238 KB 160/558 KB 112/1206 KB 160/1199 KB 148/186 KB 238/238 KB 164/558 KB 112/1206 KB 164/1199 KB 152/186 KB 238/238 KB 164/558 KB 112/1206 KB 164/1199 KB 156/186 KB 238/238 KB 164/558 KB 112/1206 KB 164/1199 KB 160/186 KB 238/238 KB 164/558 KB 112/1206 KB 164/1199 KB 148/186 KB 238/238 KB 164/558 KB 112/1206 KB 160/1199 KB 148/186 KB 238/238 KB 168/558 KB 112/1206 KB 168/1199 KB 160/186 KB 238/238 KB 172/558 KB 112/1206 KB 168/1199 KB 160/186 KB 238/238 KB 176/558 KB 112/1206 KB 168/1199 KB 160/186 KB 238/238 KB 164/558 KB 112/1206 KB 168/1199 KB 160/186 KB 238/238 KB 176/558 KB 112/1206 KB 172/1199 KB 160/186 KB 238/238 KB 176/558 KB 112/1206 KB 176/1199 KB 160/186 KB 238/238 KB 176/558 KB 112/1206 KB 176/1199 KB 164/186 KB 238/238 KB 180/558 KB 116/1206 KB 180/1199 KB 168/186 KB 238/238 KB 180/558 KB 116/1206 KB 180/1199 KB 172/186 KB 238/238 KB 180/558 KB 116/1206 KB 180/1199 KB 164/186 KB 238/238 KB 184/558 KB 116/1206 KB 180/1199 KB 172/186 KB 238/238 KB 188/558 KB 116/1206 KB 180/1199 KB 172/186 KB 238/238 KB 176/558 KB 116/1206 KB 180/1199 KB 164/186 KB 238/238 KB 176/558 KB 116/1206 KB 176/1199 KB 164/186 KB 238/238 KB 188/558 KB 120/1206 KB 180/1199 KB 172/186 KB 238/238 KB 188/558 KB 124/1206 KB 180/1199 KB 172/186 KB 238/238 KB 188/558 KB 128/1206 KB 180/1199 KB 172/186 KB 238/238 KB 188/558 KB 132/1206 KB 180/1199 KB 172/186 KB 238/238 KB 188/558 KB 136/1206 KB 180/1199 KB 172/186 KB 238/238 KB 188/558 KB 140/1206 KB 180/1199 KB 172/186 KB 238/238 KB 188/558 KB 144/1206 KB 180/1199 KB 172/186 KB 238/238 KB 188/558 KB 144/1206 KB 184/1199 KB 172/186 KB 238/238 KB 192/558 KB 144/1206 KB 184/1199 KB 176/186 KB 238/238 KB 192/558 KB 144/1206 KB 184/1199 KB 172/186 KB 238/238 KB 192/558 KB 144/1206 KB 188/1199 KB 176/186 KB 238/238 KB 192/558 KB 144/1206 KB 192/1199 KB 176/186 KB 238/238 KB 192/558 KB 144/1206 KB 192/1199 KB 180/186 KB 238/238 KB 196/558 KB 144/1206 KB 196/1199 KB 184/186 KB 238/238 KB 196/558 KB 144/1206 KB 196/1199 KB 186/186 KB 238/238 KB 196/558 KB 144/1206 KB 196/1199 KB 180/186 KB 238/238 KB 196/558 KB 148/1206 KB 196/1199 KB 186/186 KB 238/238 KB 196/558 KB 152/1206 KB 196/1199 KB 186/186 KB 238/238 KB 196/558 KB 156/1206 KB 196/1199 KB 186/186 KB 238/238 KB 196/558 KB 160/1206 KB 196/1199 KB 186/186 KB 238/238 KB 192/558 KB 144/1206 KB 196/1199 KB 180/186 KB 238/238 KB 200/558 KB 160/1206 KB 200/1199 KB 186/186 KB 238/238 KB 200/558 KB unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 160/1206 KB 196/1199 KB 186/186 KB 238/238 KB 204/558 KB 160/1206 KB 200/1199 KB 186/186 KB 238/238 KB 208/558 KB 160/1206 KB 200/1199 KB 186/186 KB 238/238 KB 208/558 KB 160/1206 KB 204/1199 KB 186/186 KB 238/238 KB 208/558 KB 160/1206 KB 208/1199 KB 186/186 KB 238/238 KB 208/558 KB 160/1206 KB 212/1199 KB 186/186 KB 238/238 KB 212/558 KB 164/1206 KB 216/1199 KB 186/186 KB 238/238 KB 208/558 KB 164/1206 KB 212/1199 KB 186/186 KB 238/238 KB 212/558 KB 168/1206 KB 216/1199 KB 186/186 KB 238/238 KB 212/558 KB 172/1206 KB 216/1199 KB 186/186 KB 238/238 KB 212/558 KB 176/1206 KB 216/1199 KB 186/186 KB 238/238 KB 212/558 KB 164/1206 KB 212/1199 KB 186/186 KB 238/238 KB 216/558 KB 176/1206 KB 216/1199 KB 186/186 KB 238/238 KB 216/558 KB 176/1206 KB 220/1199 KB 186/186 KB 238/238 KB 220/558 KB 176/1206 KB 224/1199 KB 186/186 KB 238/238 KB 220/558 KB 176/1206 KB 220/1199 KB 186/186 KB 238/238 KB 224/558 KB 176/1206 KB 224/1199 KB 186/186 KB 238/238 KB 224/558 KB 180/1206 KB 224/1199 KB 186/186 KB 238/238 KB 224/558 KB 184/1206 KB 224/1199 KB 186/186 KB 238/238 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 1147.0 KB/sec) unit-abot-epc-basic-0: 10:38:31 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: 10:38:31 DEBUG unit.abot-epc-basic/0.install 224/558 KB 188/1206 KB 224/1199 KB 186/186 KB 224/558 KB 192/1206 KB 224/1199 KB 186/186 KB 228/558 KB 192/1206 KB 228/1199 KB 186/186 KB 228/558 KB 196/1206 KB 232/1199 KB 186/186 KB 228/558 KB 196/1206 KB 236/1199 KB 186/186 KB 228/558 KB 196/1206 KB 240/1199 KB 186/186 KB 228/558 KB 192/1206 KB 224/1199 KB 186/186 KB 232/558 KB 196/1206 KB 240/1199 KB 186/186 KB 236/558 KB 196/1206 KB 240/1199 KB 186/186 KB 240/558 KB 196/1206 KB 240/1199 KB 186/186 KB 228/558 KB 196/1206 KB 228/1199 KB 186/186 KB 240/558 KB 200/1206 KB 240/1199 KB 186/186 KB 240/558 KB 204/1206 KB 240/1199 KB 186/186 KB 240/558 KB 208/1206 KB 240/1199 KB 186/186 KB 244/558 KB 208/1206 KB 240/1199 KB 186/186 KB 248/558 KB 208/1206 KB 240/1199 KB 186/186 KB 252/558 KB 208/1206 KB 244/1199 KB 186/186 KB 256/558 KB 208/1206 KB 244/1199 KB 186/186 KB 248/558 KB 208/1206 KB 244/1199 KB 186/186 KB 256/558 KB 208/1206 KB 248/1199 KB 186/186 KB 256/558 KB 208/1206 KB 252/1199 KB 186/186 KB 256/558 KB 208/1206 KB 256/1199 KB 186/186 KB 256/558 KB 212/1206 KB 256/1199 KB 186/186 KB 256/558 KB 216/1206 KB 256/1199 KB 186/186 KB 256/558 KB 220/1206 KB 256/1199 KB 186/186 KB 256/558 KB 224/1206 KB 256/1199 KB 186/186 KB 256/558 KB 228/1206 KB 256/1199 KB 186/186 KB 260/558 KB 232/1206 KB 260/1199 KB 186/186 KB 260/558 KB 236/1206 KB 260/1199 KB 186/186 KB 260/558 KB 240/1206 KB 260/1199 KB 186/186 KB 260/558 KB 228/1206 KB 260/1199 KB 186/186 KB 260/558 KB 240/1206 KB 264/1199 KB 186/186 KB 260/558 KB 240/1206 KB 268/1199 KB 186/186 KB 260/558 KB 240/1206 KB 272/1199 KB 186/186 KB 260/558 KB 228/1206 KB 256/1199 KB 186/186 KB 264/558 KB 240/1206 KB 272/1199 KB 186/186 KB 268/558 KB 240/1206 KB 272/1199 KB 186/186 KB 272/558 KB 240/1206 KB 272/1199 KB 186/186 KB 272/558 KB 240/1206 KB 276/1199 KB 186/186 KB 276/558 KB 244/1206 KB 280/1199 KB 186/186 KB 276/558 KB 244/1206 KB 276/1199 KB 186/186 KB 280/558 KB 244/1206 KB 280/1199 KB 186/186 KB 284/558 KB 244/1206 KB 280/1199 KB 186/186 KB 288/558 KB 244/1206 KB 280/1199 KB 186/186 KB 272/558 KB 244/1206 KB 276/1199 KB 186/186 KB 288/558 KB 244/1206 KB 284/1199 KB 186/186 KB 288/558 KB 244/1206 KB 288/1199 KB 186/186 KB 288/558 KB 248/1206 KB 288/1199 KB 186/186 KB 288/558 KB 252/1206 KB 288/1199 KB 186/186 KB 288/558 KB 256/1206 KB 288/1199 KB 186/186 KB 288/558 KB 260/1206 KB 288/1199 KB 186/186 KB 292/558 KB 264/1206 KB 292/1199 KB 186/186 KB 292/558 KB 268/1206 KB 292/1199 KB 186/186 KB 292/558 KB 272/1206 KB 292/1199 KB 186/186 KB 292/558 KB 260/1206 KB 292/1199 KB 186/186 KB 288/558 KB 260/1206 KB 292/1199 KB 186/186 KB 296/558 KB 272/1206 KB 292/1199 KB 186/186 KB 300/558 KB 272/1206 KB 296/1199 KB 186/186 KB 304/558 KB 272/1206 KB 296/1199 KB 186/186 KB 296/558 KB 272/1206 KB 296/1199 KB 186/186 KB 304/558 KB 272/1206 KB 300/1199 KB 186/186 KB 304/558 KB 272/1206 KB 304/1199 KB 186/186 KB 304/558 KB 272/1206 KB 308/1199 KB 186/186 KB 308/558 KB 276/1206 KB 312/1199 KB 308/558 KB 276/1206 KB 316/1199 KB 308/558 KB 276/1206 KB 320/1199 KB 308/558 KB 276/1206 KB 308/1199 KB 308/558 KB 272/1206 KB 308/1199 KB Downloaded: https://repo.maven.apache.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar (186 KB at 877.2 KB/sec) unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 312/558 KB 276/1206 KB 320/1199 KB 316/558 KB 276/1206 KB 320/1199 KB 320/558 KB 276/1206 KB 320/1199 KB 320/558 KB 280/1206 KB 320/1199 KB 320/558 KB 284/1206 KB 320/1199 KB 320/558 KB 288/1206 KB 320/1199 KB 324/558 KB 288/1206 KB 320/1199 KB 328/558 KB 292/1206 KB 324/1199 KB 332/558 KB 292/1206 KB 324/1199 KB 336/558 KB 292/1206 KB 324/1199 KB 324/558 KB 292/1206 KB 324/1199 KB 324/558 KB 288/1206 KB 324/1199 KB 336/558 KB 292/1206 KB 328/1199 KB 336/558 KB 292/1206 KB 332/1199 KB 336/558 KB 292/1206 KB 336/1199 KB 336/558 KB 296/1206 KB 336/1199 KB 336/558 KB 300/1206 KB 336/1199 KB 336/558 KB 304/1206 KB 336/1199 KB 336/558 KB 304/1206 KB 340/1199 KB 340/558 KB 4/181 KB 308/1206 KB 344/1199 KB 340/558 KB 4/181 KB 308/1206 KB 348/1199 KB 340/558 KB 4/181 KB 308/1206 KB 352/1199 KB 336/558 KB 4/181 KB 304/1206 KB 340/1199 KB 340/558 KB 8/181 KB 308/1206 KB 352/1199 KB 340/558 KB 12/181 KB 308/1206 KB 352/1199 KB 340/558 KB 16/181 KB 308/1206 KB 352/1199 KB 340/558 KB 4/181 KB 308/1206 KB 340/1199 KB 340/558 KB 4/181 KB 304/1206 KB 340/1199 KB 344/558 KB 16/181 KB 308/1206 KB 352/1199 KB 348/558 KB 16/181 KB 308/1206 KB 352/1199 KB 352/558 KB 16/181 KB 308/1206 KB 352/1199 KB 352/558 KB 16/181 KB 312/1206 KB 352/1199 KB 352/558 KB 16/181 KB 316/1206 KB 352/1199 KB 352/558 KB 20/181 KB 316/1206 KB 352/1199 KB 352/558 KB 24/181 KB 316/1206 KB 352/1199 KB 352/558 KB 28/181 KB 316/1206 KB 352/1199 KB 352/558 KB 32/181 KB 316/1206 KB 352/1199 KB 352/558 KB 32/181 KB 320/1206 KB 352/1199 KB 356/558 KB 32/181 KB 320/1206 KB 352/1199 KB 356/558 KB 32/181 KB 320/1206 KB 356/1199 KB 356/558 KB 32/181 KB 320/1206 KB 360/1199 KB 360/558 KB 32/181 KB 320/1206 KB 364/1199 KB 360/558 KB 32/181 KB 320/1206 KB 360/1199 KB 364/558 KB 32/181 KB 320/1206 KB 364/1199 KB 368/558 KB 32/181 KB 320/1206 KB 364/1199 KB 368/558 KB 32/181 KB 320/1206 KB 368/1199 KB 368/558 KB 36/181 KB 320/1206 KB 368/1199 KB 368/558 KB 40/181 KB 320/1206 KB 368/1199 KB 368/558 KB 44/181 KB 320/1206 KB 368/1199 KB 368/558 KB 48/181 KB 320/1206 KB 368/1199 KB 372/558 KB 48/181 KB 320/1206 KB 368/1199 KB 372/558 KB 52/181 KB 324/1206 KB 368/1199 KB 372/558 KB 56/181 KB 324/1206 KB 368/1199 KB 372/558 KB 60/181 KB 324/1206 KB 368/1199 KB 372/558 KB 64/181 KB 324/1206 KB 368/1199 KB 372/558 KB 48/181 KB 324/1206 KB 368/1199 KB 372/558 KB 64/181 KB 328/1206 KB 368/1199 KB 372/558 KB 64/181 KB 332/1206 KB 368/1199 KB 372/558 KB 64/181 KB 336/1206 KB 368/1199 KB 372/558 KB 64/181 KB 336/1206 KB 372/1199 KB 376/558 KB 64/181 KB 336/1206 KB 372/1199 KB 380/558 KB 64/181 KB 336/1206 KB 376/1199 KB 384/558 KB 64/181 KB 336/1206 KB 376/1199 KB 376/558 KB 64/181 KB 336/1206 KB 376/1199 KB 384/558 KB 64/181 KB 336/1206 KB 380/1199 KB 384/558 KB 64/181 KB 336/1206 KB 384/1199 KB 384/558 KB 64/181 KB 340/1206 KB 384/1199 KB 384/558 KB 64/181 KB 344/1206 KB 384/1199 KB 384/558 KB 68/181 KB 344/1206 KB 384/1199 KB 384/558 KB 72/181 KB 344/1206 KB 384/1199 KB 384/558 KB 76/181 KB 344/1206 KB 384/1199 KB 384/558 KB 80/181 KB 344/1206 KB 384/1199 KB 384/558 KB 80/181 KB 348/1206 KB 384/1199 KB 384/558 KB 80/181 KB 352/1206 KB 384/1199 KB 384/558 KB 80/181 KB 356/1206 KB 384/1199 KB 388/558 KB 80/181 KB 360/1206 KB 388/1199 KB 388/558 KB 80/181 KB 364/1206 KB 388/1199 KB 388/558 KB 80/181 KB 368/1206 KB 388/1199 KB 388/558 KB 80/181 KB 356/1206 KB 388/1199 KB 392/558 KB 80/181 KB 368/1206 KB 388/1199 KB 396/558 KB unit-mysql-0: 10:38:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 80/181 KB 368/1206 KB 388/1199 KB 400/558 KB 80/181 KB 368/1206 KB 388/1199 KB 384/558 KB 80/181 KB 356/1206 KB 388/1199 KB 400/558 KB 80/181 KB 368/1206 KB 392/1199 KB 400/558 KB 80/181 KB 368/1206 KB 396/1199 KB 400/558 KB 80/181 KB 368/1206 KB 400/1199 KB 400/558 KB 84/181 KB 368/1206 KB 400/1199 KB 400/558 KB 88/181 KB 368/1206 KB 400/1199 KB 400/558 KB 92/181 KB 368/1206 KB 400/1199 KB 400/558 KB 96/181 KB 368/1206 KB 400/1199 KB 404/558 KB 96/181 KB 368/1206 KB 400/1199 KB 408/558 KB 96/181 KB 372/1206 KB 404/1199 KB 412/558 KB 100/181 KB 372/1206 KB 404/1199 KB 416/558 KB 100/181 KB 372/1206 KB 404/1199 KB 404/558 KB 96/181 KB 372/1206 KB 404/1199 KB 416/558 KB 100/181 KB 376/1206 KB 404/1199 KB 416/558 KB 100/181 KB 380/1206 KB 404/1199 KB 416/558 KB 100/181 KB 384/1206 KB 404/1199 KB 404/558 KB 96/181 KB 368/1206 KB 404/1199 KB 408/558 KB 100/181 KB 372/1206 KB 404/1199 KB 416/558 KB 104/181 KB 384/1206 KB 404/1199 KB 416/558 KB 108/181 KB 384/1206 KB 404/1199 KB 416/558 KB 112/181 KB 384/1206 KB 404/1199 KB 416/558 KB 112/181 KB 384/1206 KB 408/1199 KB 416/558 KB 112/181 KB 384/1206 KB 412/1199 KB 416/558 KB 112/181 KB 384/1206 KB 416/1199 KB 416/558 KB 112/181 KB 384/1206 KB 420/1199 KB 420/558 KB 112/181 KB 384/1206 KB 420/1199 KB 424/558 KB 112/181 KB 384/1206 KB 420/1199 KB 428/558 KB 112/181 KB 384/1206 KB 420/1199 KB 432/558 KB 112/181 KB 384/1206 KB 420/1199 KB 432/558 KB 116/181 KB 384/1206 KB 420/1199 KB 432/558 KB 120/181 KB 384/1206 KB 420/1199 KB 432/558 KB 124/181 KB 384/1206 KB 420/1199 KB 432/558 KB 128/181 KB 384/1206 KB 420/1199 KB 432/558 KB 128/181 KB 384/1206 KB 424/1199 KB 432/558 KB 128/181 KB 384/1206 KB 428/1199 KB 432/558 KB 128/181 KB 388/1206 KB 428/1199 KB 432/558 KB 128/181 KB 392/1206 KB 428/1199 KB 432/558 KB 128/181 KB 396/1206 KB 432/1199 KB 432/558 KB 128/181 KB 400/1206 KB 432/1199 KB 432/558 KB 128/181 KB 392/1206 KB 432/1199 KB 436/558 KB 128/181 KB 400/1206 KB 432/1199 KB 440/558 KB 128/181 KB 400/1206 KB 436/1199 KB 444/558 KB 128/181 KB 400/1206 KB 436/1199 KB 448/558 KB 128/181 KB 400/1206 KB 436/1199 KB 448/558 KB 132/181 KB 400/1206 KB 436/1199 KB 448/558 KB 136/181 KB 400/1206 KB 436/1199 KB 448/558 KB 140/181 KB 400/1206 KB 436/1199 KB 448/558 KB 144/181 KB 400/1206 KB 436/1199 KB 436/558 KB 128/181 KB 400/1206 KB 436/1199 KB 448/558 KB 144/181 KB 404/1206 KB 436/1199 KB 448/558 KB 144/181 KB 408/1206 KB 440/1199 KB 448/558 KB 144/181 KB 412/1206 KB 440/1199 KB 448/558 KB 144/181 KB 416/1206 KB 440/1199 KB 448/558 KB 144/181 KB 404/1206 KB 440/1199 KB 448/558 KB 144/181 KB 416/1206 KB 444/1199 KB 448/558 KB 144/181 KB 416/1206 KB 448/1199 KB 448/558 KB 144/181 KB 416/1206 KB 452/1199 KB 452/558 KB 148/181 KB 420/1206 KB 456/1199 KB 452/558 KB 148/181 KB 420/1206 KB 460/1199 KB 452/558 KB 148/181 KB 420/1206 KB 452/1199 KB 452/558 KB 148/181 KB 416/1206 KB 452/1199 KB 452/558 KB 152/181 KB 420/1206 KB 464/1199 KB 452/558 KB 156/181 KB 420/1206 KB 464/1199 KB 452/558 KB 160/181 KB 420/1206 KB 464/1199 KB 452/558 KB 144/181 KB 416/1206 KB 452/1199 KB 456/558 KB 160/181 KB 420/1206 KB 464/1199 KB 460/558 KB 160/181 KB 420/1206 KB 464/1199 KB 464/558 KB 160/181 KB 420/1206 KB 464/1199 KB 464/558 KB 160/181 KB 424/1206 KB 464/1199 KB 464/558 KB 160/181 KB 428/1206 KB 464/1199 KB 468/558 KB 160/181 KB 432/1206 KB 464/1199 KB 452/558 KB 148/181 KB 420/1206 KB 464/1199 KB 468/558 KB 164/181 KB 432/1206 KB 464/1199 KB unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 468/558 KB 168/181 KB 432/1206 KB 464/1199 KB 468/558 KB 172/181 KB 432/1206 KB 464/1199 KB 468/558 KB 176/181 KB 432/1206 KB 464/1199 KB 468/558 KB 160/181 KB 428/1206 KB 464/1199 KB 472/558 KB 180/181 KB 436/1206 KB 468/1199 KB 476/558 KB 180/181 KB 436/1206 KB 468/1199 KB 480/558 KB 180/181 KB 436/1206 KB 468/1199 KB 468/558 KB 180/181 KB 436/1206 KB 468/1199 KB 480/558 KB 180/181 KB 440/1206 KB 468/1199 KB 480/558 KB 180/181 KB 444/1206 KB 468/1199 KB 480/558 KB 180/181 KB 448/1206 KB 468/1199 KB 468/558 KB 180/181 KB 432/1206 KB 468/1199 KB 468/558 KB 180/181 KB 432/1206 KB 464/1199 KB 480/558 KB 181/181 KB 448/1206 KB 468/1199 KB 480/558 KB 181/181 KB 448/1206 KB 472/1199 KB 480/558 KB 181/181 KB 448/1206 KB 476/1199 KB 480/558 KB 181/181 KB 448/1206 KB 480/1199 KB 480/558 KB 181/181 KB 448/1206 KB 484/1199 KB 484/558 KB 181/181 KB 452/1206 KB 488/1199 KB 484/558 KB 181/181 KB 452/1206 KB 492/1199 KB 484/558 KB 181/181 KB 452/1206 KB 496/1199 KB 484/558 KB 181/181 KB 452/1206 KB 484/1199 KB 484/558 KB 181/181 KB 448/1206 KB 484/1199 KB 488/558 KB 181/181 KB 452/1206 KB 496/1199 KB 492/558 KB 181/181 KB 452/1206 KB 496/1199 KB 496/558 KB 181/181 KB 452/1206 KB 496/1199 KB 496/558 KB 181/181 KB 456/1206 KB 496/1199 KB 496/558 KB 181/181 KB 460/1206 KB 496/1199 KB 496/558 KB 181/181 KB 464/1206 KB 496/1199 KB 496/558 KB 181/181 KB 464/1206 KB 500/1199 KB 500/558 KB 181/181 KB 468/1206 KB 504/1199 KB 500/558 KB 181/181 KB 468/1206 KB 508/1199 KB 500/558 KB 181/181 KB 468/1206 KB 500/1199 KB 500/558 KB 181/181 KB 472/1206 KB 508/1199 KB 500/558 KB 181/181 KB 464/1206 KB 500/1199 KB 504/558 KB 181/181 KB 472/1206 KB 512/1199 KB 508/558 KB 181/181 KB 472/1206 KB 512/1199 KB 512/558 KB 181/181 KB 472/1206 KB 512/1199 KB 516/558 KB 181/181 KB 472/1206 KB 512/1199 KB 500/558 KB 181/181 KB 472/1206 KB 512/1199 KB 516/558 KB 181/181 KB 476/1206 KB 512/1199 KB 516/558 KB 181/181 KB 480/1206 KB 512/1199 KB 516/558 KB 181/181 KB 480/1206 KB 516/1199 KB 520/558 KB 181/181 KB 484/1206 KB 520/1199 KB 520/558 KB 181/181 KB 484/1206 KB 524/1199 KB 520/558 KB 181/181 KB 484/1206 KB 516/1199 KB 520/558 KB 181/181 KB 488/1206 KB 524/1199 KB 520/558 KB 181/181 KB 492/1206 KB 528/1199 KB 520/558 KB 181/181 KB 480/1206 KB 516/1199 KB 524/558 KB 181/181 KB 492/1206 KB 528/1199 KB 528/558 KB 181/181 KB 492/1206 KB 528/1199 KB 520/558 KB 181/181 KB 488/1206 KB 528/1199 KB 528/558 KB 181/181 KB 492/1206 KB 532/1199 KB 532/558 KB 181/181 KB 496/1206 KB 536/1199 KB 532/558 KB 181/181 KB 496/1206 KB 540/1199 KB 532/558 KB 181/181 KB 496/1206 KB 544/1199 KB 532/558 KB 181/181 KB 496/1206 KB 532/1199 KB 528/558 KB 181/181 KB 496/1206 KB 532/1199 KB 532/558 KB 181/181 KB 500/1206 KB 544/1199 KB 536/558 KB 181/181 KB 504/1206 KB 544/1199 KB 536/558 KB 181/181 KB 508/1206 KB 544/1199 KB 536/558 KB 181/181 KB 500/1206 KB 544/1199 KB 540/558 KB 181/181 KB 512/1206 KB 544/1199 KB 544/558 KB 181/181 KB 512/1206 KB 544/1199 KB 544/558 KB 181/181 KB 512/1206 KB 548/1199 KB 548/558 KB 181/181 KB 512/1206 KB 552/1199 KB 548/558 KB 181/181 KB 512/1206 KB 556/1199 KB 548/558 KB 181/181 KB 512/1206 KB 560/1199 KB 548/558 KB 181/181 KB 512/1206 KB 548/1199 KB 536/558 KB 181/181 KB 512/1206 KB 548/1199 KB 548/558 KB 181/181 KB 516/1206 KB 560/1199 KB 552/558 KB 181/181 KB 516/1206 KB 560/1199 KB 556/558 KB 181/181 KB 516/1206 KB 560/1199 KB 558/558 KB 181/181 KB 516/1206 KB 560/1199 KB 558/558 KB 181/181 K unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install B 520/1206 KB 560/1199 KB 558/558 KB 181/181 KB 520/1206 KB 564/1199 KB 558/558 KB 181/181 KB 524/1206 KB 568/1199 KB 558/558 KB 181/181 KB 524/1206 KB 572/1199 KB 558/558 KB 181/181 KB 524/1206 KB 576/1199 KB 558/558 KB 181/181 KB 524/1206 KB 564/1199 KB 558/558 KB 181/181 KB 528/1206 KB 576/1199 KB 558/558 KB 181/181 KB 532/1206 KB 576/1199 KB 558/558 KB 181/181 KB 536/1206 KB 576/1199 KB 558/558 KB 181/181 KB 540/1206 KB 576/1199 KB 558/558 KB 181/181 KB 544/1206 KB 580/1199 KB 558/558 KB 181/181 KB 540/1206 KB 580/1199 KB 558/558 KB 181/181 KB 544/1206 KB 584/1199 KB 558/558 KB 181/181 KB 544/1206 KB 588/1199 KB 558/558 KB 181/181 KB 544/1206 KB 592/1199 KB 558/558 KB 181/181 KB 548/1206 KB 592/1199 KB 558/558 KB 181/181 KB 552/1206 KB 592/1199 KB 558/558 KB 181/181 KB 556/1206 KB 592/1199 KB 558/558 KB 181/181 KB 560/1206 KB 592/1199 KB 558/558 KB 181/181 KB 560/1206 KB 596/1199 KB 558/558 KB 181/181 KB 560/1206 KB 600/1199 KB 558/558 KB 181/181 KB 560/1206 KB 604/1199 KB 558/558 KB 181/181 KB 560/1206 KB 608/1199 KB 558/558 KB 181/181 KB 564/1206 KB 608/1199 KB 558/558 KB 181/181 KB 568/1206 KB 608/1199 KB 558/558 KB 181/181 KB 572/1206 KB 608/1199 KB 558/558 KB 181/181 KB 576/1206 KB 608/1199 KB 558/558 KB 181/181 KB 576/1206 KB 612/1199 KB 558/558 KB 181/181 KB 576/1206 KB 616/1199 KB 558/558 KB 181/181 KB 576/1206 KB 620/1199 KB 558/558 KB 181/181 KB 576/1206 KB 624/1199 KB 558/558 KB 181/181 KB 580/1206 KB 624/1199 KB Downloaded: https://repo.maven.apache.org/maven2/commons-io/commons-io/2.4/commons-io-2.4.jar (181 KB at 664.7 KB/sec) unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 558/558 KB 584/1206 KB 624/1199 KB 558/558 KB 588/1206 KB 624/1199 KB 558/558 KB 592/1206 KB 624/1199 KB 558/558 KB 592/1206 KB 628/1199 KB 558/558 KB 592/1206 KB 632/1199 KB 558/558 KB 592/1206 KB 636/1199 KB 558/558 KB 592/1206 KB 640/1199 KB 558/558 KB 596/1206 KB 640/1199 KB 558/558 KB 600/1206 KB 640/1199 KB 558/558 KB 604/1206 KB 640/1199 KB 558/558 KB 608/1206 KB 640/1199 KB 558/558 KB 608/1206 KB 644/1199 KB 558/558 KB 612/1206 KB 648/1199 KB 558/558 KB 612/1206 KB 652/1199 KB 558/558 KB 612/1206 KB 656/1199 KB 558/558 KB 612/1206 KB 644/1199 KB 558/558 KB 616/1206 KB 656/1199 KB 558/558 KB 620/1206 KB 656/1199 KB 558/558 KB 624/1206 KB 656/1199 KB 558/558 KB 628/1206 KB 656/1199 KB 558/558 KB 632/1206 KB 660/1199 KB 558/558 KB 636/1206 KB 660/1199 KB 558/558 KB 628/1206 KB 660/1199 KB 558/558 KB 640/1206 KB 664/1199 KB 558/558 KB 640/1206 KB 668/1199 KB 558/558 KB 640/1206 KB 672/1199 KB 558/558 KB 640/1206 KB 676/1199 KB 558/558 KB 640/1206 KB 680/1199 KB 558/558 KB 640/1206 KB 684/1199 KB 558/558 KB 640/1206 KB 688/1199 KB 558/558 KB 640/1206 KB 676/1199 KB 558/558 KB 644/1206 KB 688/1199 KB 558/558 KB 648/1206 KB 688/1199 KB 648/1206 KB 692/1199 KB Downloaded: https://repo.maven.apache.org/maven2/joda-time/joda-time/2.1/joda-time-2.1.jar (558 KB at 1961.6 KB/sec) unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 652/1206 KB 692/1199 KB 656/1206 KB 692/1199 KB 656/1206 KB 696/1199 KB 656/1206 KB 700/1199 KB 656/1206 KB 704/1199 KB 656/1206 KB 708/1199 KB 660/1206 KB 708/1199 KB 664/1206 KB 708/1199 KB 668/1206 KB 708/1199 KB 672/1206 KB 708/1199 KB 672/1206 KB 712/1199 KB 672/1206 KB 716/1199 KB 672/1206 KB 720/1199 KB 672/1206 KB 724/1199 KB 676/1206 KB 728/1199 KB 676/1206 KB 732/1199 KB 676/1206 KB 736/1199 KB 676/1206 KB 724/1199 KB 680/1206 KB 736/1199 KB 684/1206 KB 736/1199 KB 688/1206 KB 736/1199 KB 692/1206 KB 736/1199 KB 696/1206 KB 740/1199 KB 700/1206 KB 740/1199 KB 704/1206 KB 740/1199 KB 692/1206 KB 740/1199 KB 704/1206 KB 744/1199 KB 704/1206 KB 748/1199 KB 704/1206 KB 752/1199 KB 708/1206 KB 752/1199 KB 712/1206 KB 752/1199 KB 716/1206 KB 752/1199 KB 716/1206 KB 756/1199 KB 720/1206 KB 760/1199 KB 716/1206 KB 760/1199 KB 720/1206 KB 764/1199 KB 720/1206 KB 768/1199 KB 724/1206 KB 768/1199 KB 728/1206 KB 772/1199 KB 732/1206 KB 772/1199 KB 736/1206 KB 772/1199 KB 724/1206 KB 772/1199 KB 736/1206 KB 776/1199 KB 736/1206 KB 780/1199 KB 736/1206 KB 784/1199 KB 736/1206 KB 788/1199 KB 736/1206 KB 792/1199 KB 736/1206 KB 796/1199 KB 736/1206 KB 800/1199 KB 736/1206 KB 804/1199 KB 736/1206 KB 808/1199 KB 736/1206 KB 812/1199 KB 736/1206 KB 816/1199 KB 736/1206 KB 820/1199 KB 736/1206 KB 824/1199 KB 736/1206 KB 828/1199 KB 736/1206 KB 832/1199 KB 740/1206 KB 832/1199 KB 744/1206 KB 832/1199 KB 748/1206 KB 832/1199 KB 752/1206 KB 832/1199 KB 752/1206 KB 836/1199 KB 752/1206 KB 840/1199 KB 752/1206 KB 844/1199 KB 752/1206 KB 848/1199 KB 756/1206 KB 848/1199 KB 760/1206 KB 848/1199 KB 764/1206 KB 848/1199 KB 768/1206 KB 848/1199 KB 768/1206 KB 852/1199 KB 768/1206 KB 856/1199 KB 768/1206 KB 860/1199 KB 768/1206 KB 864/1199 KB 768/1206 KB 868/1199 KB 768/1206 KB 872/1199 KB 768/1206 KB 876/1199 KB 768/1206 KB 880/1199 KB 768/1206 KB 884/1199 KB 768/1206 KB 888/1199 KB 768/1206 KB 892/1199 KB 768/1206 KB 896/1199 KB 772/1206 KB 896/1199 KB 776/1206 KB 896/1199 KB 780/1206 KB 896/1199 KB 784/1206 KB 896/1199 KB 784/1206 KB 900/1199 KB 784/1206 KB 904/1199 KB 784/1206 KB 908/1199 KB 784/1206 KB 912/1199 KB 784/1206 KB 916/1199 KB 784/1206 KB 920/1199 KB 784/1206 KB 924/1199 KB 784/1206 KB 928/1199 KB 788/1206 KB 928/1199 KB 792/1206 KB 928/1199 KB 796/1206 KB 928/1199 KB 800/1206 KB 928/1199 KB 800/1206 KB 932/1199 KB 800/1206 KB 936/1199 KB 800/1206 KB 940/1199 KB 800/1206 KB 944/1199 KB 800/1206 KB 948/1199 KB 800/1206 KB 952/1199 KB 804/1206 KB 952/1199 KB 808/1206 KB 952/1199 KB 812/1206 KB 952/1199 KB 816/1206 KB 952/1199 KB 816/1206 KB 956/1199 KB 816/1206 KB 960/1199 KB 816/1206 KB 964/1199 KB 816/1206 KB 968/1199 KB 816/1206 KB 972/1199 KB 816/1206 KB 976/1199 KB 820/1206 KB 976/1199 KB 824/1206 KB 976/1199 KB 828/1206 KB 976/1199 KB 832/1206 KB 976/1199 KB 832/1206 KB 980/1199 KB 832/1206 KB 984/1199 KB 832/1206 KB 988/1199 KB 832/1206 KB 992/1199 KB 836/1206 KB 992/1199 KB 840/1206 KB 992/1199 KB 844/1206 KB 992/1199 KB 848/1206 KB 992/1199 KB 848/1206 KB 996/1199 KB 848/1206 KB 1000/1199 KB 848/1206 KB 1004/1199 KB 848/1206 KB 1008/1199 KB 848/1206 KB 1012/1199 KB 848/1206 KB 1016/1199 KB 848/1206 KB 1020/1199 KB 848/1206 KB 1024/1199 KB 848/1206 KB 1028/1199 KB 852/1206 KB 1028/1199 KB 856/1206 KB 1028/1199 KB 860/1206 KB 1028/1199 KB 864/1206 KB 1028/1199 KB 864/1206 KB 1032/1199 KB 864/1206 KB 1036/1199 KB 864/1206 KB 1040/119 unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 9 KB 864/1206 KB 1044/1199 KB 864/1206 KB 1048/1199 KB 864/1206 KB 1052/1199 KB 864/1206 KB 1056/1199 KB 868/1206 KB 1056/1199 KB 872/1206 KB 1056/1199 KB 876/1206 KB 1056/1199 KB 880/1206 KB 1056/1199 KB 880/1206 KB 1060/1199 KB 880/1206 KB 1064/1199 KB 880/1206 KB 1068/1199 KB 880/1206 KB 1072/1199 KB 880/1206 KB 1076/1199 KB 884/1206 KB 1076/1199 KB 888/1206 KB 1076/1199 KB 892/1206 KB 1076/1199 KB 896/1206 KB 1076/1199 KB 896/1206 KB 1080/1199 KB 896/1206 KB 1084/1199 KB 896/1206 KB 1088/1199 KB 896/1206 KB 1092/1199 KB 896/1206 KB 1096/1199 KB 896/1206 KB 1100/1199 KB 896/1206 KB 1104/1199 KB 896/1206 KB 1108/1199 KB 900/1206 KB 1108/1199 KB 904/1206 KB 1108/1199 KB 908/1206 KB 1108/1199 KB 912/1206 KB 1108/1199 KB 912/1206 KB 1112/1199 KB 912/1206 KB 1116/1199 KB 912/1206 KB 1120/1199 KB 912/1206 KB 1124/1199 KB 912/1206 KB 1128/1199 KB 912/1206 KB 1132/1199 KB 912/1206 KB 1136/1199 KB 912/1206 KB 1140/1199 KB 916/1206 KB 1140/1199 KB 920/1206 KB 1140/1199 KB 924/1206 KB 1140/1199 KB 928/1206 KB 1140/1199 KB 928/1206 KB 1144/1199 KB 928/1206 KB 1148/1199 KB 928/1206 KB 1152/1199 KB 928/1206 KB 1156/1199 KB 928/1206 KB 1160/1199 KB 928/1206 KB 1164/1199 KB 928/1206 KB 1168/1199 KB 932/1206 KB 1168/1199 KB 936/1206 KB 1168/1199 KB 940/1206 KB 1168/1199 KB 944/1206 KB 1168/1199 KB 944/1206 KB 1172/1199 KB 944/1206 KB 1176/1199 KB 944/1206 KB 1180/1199 KB 944/1206 KB 1184/1199 KB 948/1206 KB 1184/1199 KB 952/1206 KB 1184/1199 KB 956/1206 KB 1184/1199 KB 960/1206 KB 1184/1199 KB 960/1206 KB 1188/1199 KB 960/1206 KB 1192/1199 KB 960/1206 KB 1196/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 980/1206 KB 1199/1199 KB 984/1206 KB 1199/1199 KB 988/1206 KB 1199/1199 KB 992/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 3515.1 KB/sec) unit-mysql-0: 10:38:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install 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 3036.9 KB/sec) unit-mysql-0: 10:38:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 10:38:31 DEBUG unit.abot-epc-basic/0.install [INFO] About to generate Cucumber report. unit-mysql-0: 10:38:31 DEBUG unit.mysql/0.config-changed Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:38:32 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: 10:38:32 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: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] Total time: 50.740 s unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] Finished at: 2018-09-02T10:38:32+00:00 unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] Final Memory: 26M/65M unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Starting flask GUI... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libmpc3:amd64 (1.0.3-1) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up ant (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up ant-optional (1.9.6-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up binutils (2.26.1-1ubuntu1~16.04.6) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libc-dev-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up linux-libc-dev:amd64 (4.4.0-134.160) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dev:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libisl15:amd64 (0.16.1-1) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up cpp-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up cpp (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 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: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up gcc-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up gcc (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:32 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: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up g++-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up g++ (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:32 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: 10:38:32 DEBUG unit.abot-epc-basic/0.install Setting up make (4.1-6) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libdpkg-perl (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up dpkg-dev (1.18.4ubuntu1.4) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up build-essential (12.1ubuntu2) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up fakeroot (1.20.2-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-perl (1.19.03-1) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libalgorithm-merge-perl (0.08-3) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libxpp2-java (2.1.10-7build1) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libxpp3-java (1.1.4c-2build1) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libfile-fcntllock-perl (0.22-3) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libpython2.7-dev:amd64 (2.7.12-1ubuntu0~16.04.3) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libpython-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libpython-all-dev:amd64 (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up libxom-java (1.2.10-1) ... unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed Reading package lists... unit-mysql-0: 10:38:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up manpages-dev (4.04-2) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up python-all (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.3) ... unit-mysql-0: 10:38:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:38:33 INFO unit.mysql/0.juju-log Installing mysql-server with options: ['--option=Dpkg::Options::=--force-confold'] unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed Reading package lists... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up python-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up python-all-dev (2.7.12-1~16.04) ... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up python-pkg-resources (20.7.0-1) ... unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed Building dependency tree... unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed Reading state information... unit-abot-epc-basic-0: 10:38:33 DEBUG unit.abot-epc-basic/0.install Setting up python-setuptools (20.7.0-1) ... unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed The following extra packages will be installed: unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server-5.5 unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed Suggested packages: unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed libsql-statement-perl libipc-sharedcache-perl tinyca mailx unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed The following NEW packages will be installed: unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed libdbd-mysql-perl libdbi-perl libhtml-template-perl libterm-readkey-perl unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed mysql-client-5.5 mysql-client-core-5.5 mysql-server mysql-server-5.5 unit-mysql-0: 10:38:33 DEBUG unit.mysql/0.config-changed mysql-server-core-5.5 unit-abot-epc-basic-0: 10:38:34 DEBUG unit.abot-epc-basic/0.install Setting up python-wheel (0.29.0-1) ... unit-mysql-0: 10:38:34 DEBUG unit.mysql/0.config-changed 0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded. unit-mysql-0: 10:38:34 DEBUG unit.mysql/0.config-changed Need to get 8868 kB of archives. unit-mysql-0: 10:38:34 DEBUG unit.mysql/0.config-changed After this operation, 93.5 MB of additional disk space will be used. unit-mysql-0: 10:38:34 DEBUG unit.mysql/0.config-changed Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-abot-epc-basic-0: 10:38:34 DEBUG unit.abot-epc-basic/0.install Setting up ssl-cert (1.0.37) ... unit-abot-epc-basic-0: 10:38:34 DEBUG unit.abot-epc-basic/0.install hostname: Name or service not known unit-abot-epc-basic-0: 10:38:34 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: Could not get FQDN, using "juju-29d1f3-default-0". unit-abot-epc-basic-0: 10:38:34 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: 10:38:34 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: make-ssl-cert generate-default-snakeoil --force-overwrite unit-abot-epc-basic-0: 10:38:34 DEBUG unit.abot-epc-basic/0.install make-ssl-cert: again. unit-abot-epc-basic-0: 10:38:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:38:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for systemd (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 10:38:34 DEBUG unit.abot-epc-basic/0.install Processing triggers for ureadahead (0.100.0-19) ... unit-abot-epc-basic-0: 10:38:35 DEBUG unit.abot-epc-basic/0.install Processing triggers for ufw (0.35-0ubuntu2) ... unit-mysql-0: 10:38:35 DEBUG unit.mysql/0.config-changed Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdbd-mysql-perl amd64 4.025-1ubuntu0.1 [87.6 kB] unit-mysql-0: 10:38:35 DEBUG unit.mysql/0.config-changed Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-mysql-0: 10:38:35 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: 10:38:35 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-mysql-0: 10:38:35 DEBUG unit.mysql/0.config-changed Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [3764 kB] unit-abot-epc-basic-0: 10:38:36 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: ABot Debian Installed!!! >> unit-abot-epc-basic-0: 10:38:36 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-mysql-0: 10:38:36 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: 10:38:36 DEBUG unit.abot-epc-basic/0.install Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease unit-mysql-0: 10:38:36 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: 10:38:36 DEBUG unit.mysql/0.config-changed Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.61-0ubuntu0.14.04.1 [11.0 kB] unit-abot-epc-basic-0: 10:38:36 DEBUG unit.abot-epc-basic/0.install Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Preconfiguring packages ... unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Fetched 8868 kB in 2s (3248 kB/s) unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbi-perl. unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed (Reading database ... 83513 files and directories currently installed.) unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:38:36 DEBUG unit.abot-epc-basic/0.install Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libdbd-mysql-perl. unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libterm-readkey-perl. unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-mysql-0: 10:38:36 DEBUG unit.mysql/0.config-changed Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:38:36 DEBUG unit.abot-epc-basic/0.install Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease unit-mysql-0: 10:38:37 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-core-5.5. unit-mysql-0: 10:38:37 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:38:37 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:37 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-client-5.5. unit-mysql-0: 10:38:37 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-mysql-0: 10:38:37 DEBUG unit.mysql/0.config-changed Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:37 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-core-5.5. unit-mysql-0: 10:38:37 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: 10:38:37 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:38:37 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:38:37 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:38:37 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:38:37 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: 10:38:37 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install software-properties-common is already the newest version (0.96.20.7). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-mysql-0: 10:38:38 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server-5.5. unit-mysql-0: 10:38:38 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install build-essential is already the newest version (12.1ubuntu2). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install build-essential set to manually installed. unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install ethtool is already the newest version (1:4.5-1). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install iptables is already the newest version (1.6.0-2ubuntu3). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install git is already the newest version (1:2.7.4-0ubuntu1.4). unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libpython2.7-dev set to manually installed. unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxml2 is already the newest version (2.9.3+dfsg1-1ubuntu0.6). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install openssh-client is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install openssh-server is already the newest version (1:7.2p2-4ubuntu2.4). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install openssl is already the newest version (1.0.2g-1ubuntu4.13). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install python is already the newest version (2.7.12-1~16.04). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install python set to manually installed. unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install wget is already the newest version (1.17.1-1ubuntu1.4). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install python-pip is already the newest version (8.1.1-2ubuntu0.4). unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install python-pip set to manually installed. unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autotools-dev castxml cmake-data unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install colord colord-data dconf-gsettings-backend dconf-service debhelper unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install default-jre-headless dh-strip-nondeterminism fonts-lato fonts-liberation unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gconf-service gconf-service-backend gconf2-common gdbserver unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install glib-networking glib-networking-common glib-networking-services gnuplot-data unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install gnuplot-tex gnuplot-x11 gsettings-desktop-schemas gsfonts guile-2.0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian javascript-common libaec-dev libaec0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libamd2.4.1 libarchive-zip-perl libarchive13 libarpack2 libasprintf-dev unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 libcxsparse3.1.4 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa libegl1-mesa-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 libexif12 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfftw3-bin libfftw3-dev libfftw3-double3 libfftw3-long3 libfftw3-quad3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfftw3-single3 libfile-basedir-perl libfile-desktopentry-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfile-listing-perl libfile-mimeinfo-perl libfile-stripnondeterminism-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfl-dev libfltk-gl1.3 libfltk1.3 libfont-afm-perl libfontconfig1-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfontenc1 libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgconf-2-4 libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmpxx4ldbl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgpg-error-dev libgphoto2-6 libgphoto2-l10n libgphoto2-port12 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 libgs9-common unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhdf5-cpp-11 libhdf5-dev libhtml-form-perl libhtml-format-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhttp-message-perl libhttp-negotiate-perl libicu-dev libidn2-0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient20 libncurses5-dev unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libobjc-5-dev libobjc4 liboctave3 libopenblas-base libosmesa6 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libpango1.0-dev libpangoxft-1.0-0 libpaper-utils libpaper1 libpathplan4 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpgm-5.2-0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libpixman-1-dev libplot2c2 libpng12-dev libpoppler58 libportaudio2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 libproxy1v5 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 libqscintilla2-12v5 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqscintilla2-l10n libqt4-dbus libqt4-declarative libqt4-network unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 libqtgui4 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common libruby2.3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libsamplerate0 libsane libsane-common libserf-1-1 libslicot0 unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libsynctex1 libsys-hostname-long-perl libsz2 libtasn1-doc libtcl8.6 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libtexlua52 libtexluajit2 libtext-unidecode-perl libtie-ixhash-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libtimedate-perl libtinfo-dev libtk8.6 libumfpack5.7.1 libunistring0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install liburi-perl libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libwayland-egl1-mesa libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libwww-robotrules-perl libx11-protocol-perl libx11-xcb-dev libxaw7 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-randr0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-randr0-dev libxcb-render-util0 libxcb-render0-dev libxcb-shape0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-shape0-dev libxcb-shm0-dev libxcb-sync-dev libxcb-util1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 libxcomposite-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev libxft-dev libxft2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxi-dev libxinerama-dev libxkbcommon-dev libxkbcommon-x11-0 libxkbcommon0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxss1 libxtst-dev libxv1 libxxf86dga1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxxf86vm-dev libzzip-0-13 lmodern m4 mesa-common-dev mysql-common unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install nettle-dev octave-common octave-control pkg-config po-debconf poppler-data unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install pstoedit qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install texinfo texlive-base texlive-binaries texlive-latex-base-doc tk tk8.6 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install ubuntu-mono unzip x11-utils x11-xserver-utils x11proto-composite-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install x11proto-damage-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install x11proto-randr-dev x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xterm zip unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install zlib1g-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install autoconf-archive gnu-standards autoconf-doc bison-doc codeblocks eclipse unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install ninja-build colord-sensor-argyll dh-make default-jre doxygen-latex unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install doxygen-doc gdb-doc gettext-doc autopoint gfortran-multilib gfortran-doc unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install gfortran-5-multilib gfortran-5-doc libgfortran3-dbg ghostscript-x hpijs unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install liblapack-dev nas libdigest-hmac-perl libgssapi-perl liblapack-doc-man unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libcairo2-doc libfftw3-doc libforms-doc libgcrypt20-doc libgd-tools unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libglib2.0-doc libiodbc2-dev gmp-doc libgmp10-doc libmpfr-dev gphoto2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install graphicsmagick-dbg fonts-droid texlive-lang-cjk gvfs libgtk-3-doc unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhdf5-doc libdata-dump-perl icu-doc jackd2 libjasper-runtime libtool-doc unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libcrypt-ssleay-perl libmagickcore-6.q16-2-extra ncurses-doc imagemagick unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libpango1.0-doc libqt4-declarative-folderlistmodel unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libqt5libqgtk2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install qt5-image-formats-plugins qtwayland5 qt4-qtconfig readline-doc librsvg2-bin unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install avahi-daemon hplip libsane-extras sane-utils lksctp-tools gcj-jdk unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libwmf0.2-7-gtk libauthen-ntlm-perl libxext-doc libunicode-map8-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libunicode-string-perl xml-twig-tools libyaml-doc octave-info octave-doc unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install octave-htmldoc libmail-box-perl poppler-utils fonts-japanese-mincho unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install fonts-arphic-ukai fonts-arphic-uming fonts-nanum xfig | ivtools-bin | tgif unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install | transfig ddd emacs22 ri ruby-dev bundler db5.3-util subversion-tools unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install tcl-tclreadline texlive-generic-recommended texinfo-doc-nonfree perl-tk unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install xfonts-cyrillic unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme aglfn at-spi2-core autoconf automake autotools-dev bison unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install castxml cmake cmake-curses-gui cmake-data colord colord-data unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install dconf-gsettings-backend dconf-service debhelper default-jre-headless unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install dh-strip-nondeterminism doxygen doxygen-gui flex fonts-lato fonts-liberation unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install fonts-lmodern gccxml gconf-service gconf-service-backend gconf2-common gdb unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install gdbserver gettext gfortran gfortran-5 ghostscript gir1.2-atk-1.0 unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install gir1.2-pango-1.0 glib-networking glib-networking-common unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install glib-networking-services gnuplot-data gnuplot-tex gnuplot-x11 graphviz unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install gsettings-desktop-schemas gsfonts gtkwave guile-2.0 guile-2.0-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install guile-2.0-libs hdf5-helpers humanity-icon-theme icu-devtools unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install imagemagick-common intltool-debian iperf iproute iptables-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install javascript-common libaec-dev libaec0 libamd2.4.1 libarchive-zip-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libarchive13 libarpack2 libasprintf-dev libatk-bridge2.0-0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libatk-bridge2.0-dev libatk1.0-dev libatlas-base-dev libatlas-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libatlas3-base libatspi2.0-0 libatspi2.0-dev libaudio2 libauthen-sasl-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libbabeltrace-ctf1 libbabeltrace1 libbison-dev libblas-common libblas-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libblas3 libboost-filesystem1.58.0 libc6-dbg libcairo-gobject2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libcairo-script-interpreter2 libcairo2-dev libcamd2.4.1 libcapnp-0.5.3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libccolamd2.9.1 libcdt5 libcgraph6 libcholmod3.0.6 libclang1-3.6 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libcolamd2.9.1 libcolord2 libcolorhug2 libconfig-dev libconfig-doc unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libconfig8-dev libconfig9 libcroco3 libcupsfilters1 libcupsimage2 libcurl3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libcxsparse3.1.4 libdbus-1-dev libdconf1 libdrm-dev libegl1-mesa unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libencode-locale-perl libepoxy-dev libepoxy0 libevdev2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libexif12 libffi-dev libfftw3-bin libfftw3-dev libfftw3-double3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfftw3-long3 libfftw3-quad3 libfftw3-single3 libfile-basedir-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfile-stripnondeterminism-perl libfl-dev libfltk-gl1.3 libfltk1.3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libfont-afm-perl libfontconfig1-dev libfontenc1 libforms-bin libforms-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libforms2 libfreetype6-dev libgbm1 libgc-dev libgc1c2 libgconf-2-4 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgcrypt11-dev libgcrypt20-dev libgd3 libgdk-pixbuf2.0-dev libgettextpo-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgettextpo0 libgfortran-5-dev libgfortran3 libgl1-mesa-dev libgl2ps0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libglib2.0-bin libglib2.0-dev libglpk36 libglu1-mesa libgmp-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgmpxx4ldbl libgpg-error-dev libgphoto2-6 libgphoto2-l10n unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgphoto2-port12 libgraphicsmagick++-q16-12 libgraphicsmagick-q16-3 libgs9 unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libgudev-1.0-0 libgusb2 libgvc6 libgvpr2 libharfbuzz-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libharfbuzz-gobject0 libharfbuzz-icu0 libhdf5-10 libhdf5-cpp-11 libhdf5-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhtml-form-perl libhtml-format-perl libhtml-parser-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhttp-daemon-perl libhttp-date-perl libhttp-message-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libhttp-negotiate-perl libicu-dev libidn11-dev libidn2-0 libidn2-0-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libieee1284-3 libijs-0.35 libinput-bin libinput10 libio-html-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libio-socket-ssl-perl libipc-system-simple-perl libjack-jackd2-0 libjasper1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libjbig2dec0 libjpeg-dev libjpeg-turbo8-dev libjpeg8-dev libjs-jquery unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libjudydebian1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libkpathsea6 liblapack3 libllvm3.6v5 liblqr-1-0 libltdl-dev libltdl7 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install liblwp-mediatypes-perl liblwp-protocol-https-perl libmagick++-6.q16-5v5 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libmagickcore-6.q16-2 libmagickwand-6.q16-2 libmail-sendmail-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libmailtools-perl libmirclient-dev libmirclient9 libmircommon-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libmirprotobuf3 libmng2 libmtdev1 libmysqlclient-dev libmysqlclient20 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libnet-ssleay-perl libobjc-5-dev libobjc4 liboctave-dev liboctave3 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libopenblas-base libosmesa6 libpango1.0-dev libpangoxft-1.0-0 libpaper-utils unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libpaper1 libpathplan4 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libportaudio2 libpotrace0 libprotobuf-dev libprotobuf-lite9v5 libprotobuf9v5 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libproxy1v5 libpstoedit0c2a libptexenc1 libqhull7 libqrupdate1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqscintilla2-12v5 libqscintilla2-l10n libqt4-dbus libqt4-declarative unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqt4-network libqt4-opengl libqt4-script libqt4-sql libqt4-sql-mysql unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqt4-xml libqt4-xmlpatterns libqt5core5a libqt5dbus5 libqt5gui5 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqt5network5 libqt5svg5 libqt5widgets5 libqt5xml5 libqtcore4 libqtdbus4 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libqtgui4 libreadline6-dev librest-0.7-0 librsvg2-2 librsvg2-common unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libruby2.3 libsamplerate0 libsane libsane-common libsctp-dev libsctp1 unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libsuitesparseconfig4.4.6 libsvn1 libsynctex1 libsys-hostname-long-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libsz2 libtasn1-6-dev libtasn1-doc libtcl8.6 libtexlua52 libtexluajit2 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libtext-unidecode-perl libtie-ixhash-perl libtimedate-perl libtinfo-dev unit-abot-epc-basic-0: 10:38:38 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: 10:38:38 DEBUG unit.abot-epc-basic/0.install libusb-1.0-doc libvpx3 libwacom-bin libwacom-common libwacom2 libwayland-bin unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libwayland-server0 libwebp5 libwmf0.2-7 libwww-perl libwww-robotrules-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libx11-protocol-perl libx11-xcb-dev libxaw7 libxcb-dri2-0-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-dri3-dev libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-present-dev libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcb-sync-dev libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xkb1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxdamage-dev libxext-dev libxfixes-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxft-dev libxft2 libxi-dev libxinerama-dev libxkbcommon-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxkbcommon-x11-0 libxkbcommon0 libxml-libxml-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxml-sax-expat-perl libxml-sax-perl libxml-twig-perl unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxml-xpathengine-perl libxml2-dev libxmu6 libxpm-dev libxpm4 libxrandr-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxrender-dev libxshmfence-dev libxslt1-dev libxss1 libxtst-dev libxv1 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install libxxf86dga1 libxxf86vm-dev libyaml-dev libzzip-0-13 lmodern m4 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install mesa-common-dev mscgen mysql-common nettle-dev octave octave-common unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install octave-control octave-signal pkg-config po-debconf poppler-data pstoedit unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install pydb qdbus qt-at-spi qtchooser qtcore4-l10n qttranslations5-l10n rake ruby unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install ruby-test-unit ruby2.3 rubygems-integration subversion t1utils tcl tcl8.6 unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install tex-common texinfo texlive-base texlive-binaries texlive-latex-base unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install texlive-latex-base-doc tk tk8.6 ubuntu-mono unzip x11-utils unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install x11-xserver-utils x11proto-composite-dev x11proto-damage-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-randr-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install x11proto-record-dev x11proto-render-dev x11proto-xext-dev unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install x11proto-xf86vidmode-dev x11proto-xinerama-dev xbitmaps xdg-utils xmlstarlet unit-abot-epc-basic-0: 10:38:38 DEBUG unit.abot-epc-basic/0.install xterm zip zlib1g-dev unit-mysql-0: 10:38:38 DEBUG unit.mysql/0.config-changed Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:38:39 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 468 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:38:39 DEBUG unit.abot-epc-basic/0.install Need to get 291 MB of archives. unit-abot-epc-basic-0: 10:38:39 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: 10:38:39 DEBUG unit.abot-epc-basic/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 cmake-data all 3.5.1-1ubuntu3 [1,121 kB] unit-abot-epc-basic-0: 10:38:39 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-mysql-0: 10:38:39 DEBUG unit.mysql/0.config-changed Selecting previously unselected package libhtml-template-perl. unit-mysql-0: 10:38:39 DEBUG unit.mysql/0.config-changed Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-abot-epc-basic-0: 10:38:39 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-abot-epc-basic-0: 10:38:39 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: 10:38:40 DEBUG unit.mysql/0.config-changed Unpacking libhtml-template-perl (2.95-1) ... unit-abot-epc-basic-0: 10:38:40 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: 10:38:40 DEBUG unit.mysql/0.config-changed Selecting previously unselected package mysql-server. unit-mysql-0: 10:38:40 DEBUG unit.mysql/0.config-changed Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-mysql-0: 10:38:40 DEBUG unit.mysql/0.config-changed Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:40 DEBUG unit.mysql/0.config-changed Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:38:40 DEBUG unit.abot-epc-basic/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 cmake-curses-gui amd64 3.5.1-1ubuntu3 [1,276 kB] unit-abot-epc-basic-0: 10:38:40 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: 10:38:40 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: 10:38:40 DEBUG unit.abot-epc-basic/0.install Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kB] unit-abot-epc-basic-0: 10:38:40 DEBUG unit.abot-epc-basic/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 fonts-lato all 2.0-1 [2,693 kB] unit-abot-epc-basic-0: 10:38:40 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-abot-epc-basic-0: 10:38:40 DEBUG unit.abot-epc-basic/0.install Get:12 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libaudio2 amd64 1.9.4-4 [50.1 kB] unit-abot-epc-basic-0: 10:38:40 DEBUG unit.abot-epc-basic/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libexif12 amd64 0.6.21-2 [77.6 kB] unit-abot-epc-basic-0: 10:38:40 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: 10:38:41 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-abot-epc-basic-0: 10:38:41 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-mysql-0: 10:38:41 DEBUG unit.mysql/0.config-changed Setting up libdbi-perl (1.630-1) ... unit-mysql-0: 10:38:41 DEBUG unit.mysql/0.config-changed Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-mysql-0: 10:38:41 DEBUG unit.mysql/0.config-changed Setting up libterm-readkey-perl (2.31-1) ... unit-mysql-0: 10:38:41 DEBUG unit.mysql/0.config-changed Setting up mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:41 DEBUG unit.mysql/0.config-changed Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:41 DEBUG unit.mysql/0.config-changed Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-mysql-0: 10:38:41 DEBUG unit.mysql/0.config-changed Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:38:41 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: 10:38:41 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: 10:38:41 DEBUG unit.abot-epc-basic/0.install Get:18 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libieee1284-3 amd64 0.2.11-12 [23.8 kB] unit-abot-epc-basic-0: 10:38:41 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: 10:38:41 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: 10:38:41 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: 10:38:41 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: 10:38:41 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: 10:38:41 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: 10:38:41 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: 10:38:42 DEBUG unit.abot-epc-basic/0.install Get:26 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libblas-common amd64 3.6.0-2ubuntu2 [5,342 B] unit-abot-epc-basic-0: 10:38:42 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: 10:38:42 DEBUG unit.abot-epc-basic/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgfortran3 amd64 5.4.0-6ubuntu1~16.04.10 [260 kB] unit-abot-epc-basic-0: 10:38:42 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: 10:38:42 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: 10:38:42 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: 10:38:42 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: 10:38:42 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: 10:38:42 DEBUG unit.abot-epc-basic/0.install Get:34 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5core5a amd64 5.5.1+dfsg-16ubuntu7.5 [1,817 kB] unit-abot-epc-basic-0: 10:38:43 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: 10:38:43 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: 10:38:43 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: 10:38:43 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: 10:38:43 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: 10:38:43 DEBUG unit.abot-epc-basic/0.install Get:40 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmircommon7 amd64 0.26.3+16.04.20170605-0ubuntu1.1 [89.7 kB] unit-abot-epc-basic-0: 10:38:43 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: 10:38:43 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: 10:38:43 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: 10:38:43 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: 10:38:43 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: 10:38:43 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: 10:38:43 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-mysql-0: 10:38:44 DEBUG unit.mysql/0.config-changed 180902 10:38:43 [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. unit-mysql-0: 10:38:44 DEBUG unit.mysql/0.config-changed 180902 10:38:43 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-mysql-0: 10:38:44 DEBUG unit.mysql/0.config-changed 180902 10:38:43 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 16994 ... unit-abot-epc-basic-0: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:44 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: 10:38:45 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: 10:38:45 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: 10:38:45 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: 10:38:45 DEBUG unit.abot-epc-basic/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9,638 B] unit-abot-epc-basic-0: 10:38:45 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: 10:38:45 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: 10:38:45 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: 10:38:45 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: 10:38:45 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: 10:38:45 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: 10:38:45 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:46 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:47 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: 10:38:48 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: 10:38:48 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: 10:38:48 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: 10:38:48 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: 10:38:48 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: 10:38:48 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: 10:38:48 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: 10:38:48 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: 10:38:48 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: 10:38:48 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: 10:38:49 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: 10:38:49 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: 10:38:49 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: 10:38:49 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: 10:38:49 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: 10:38:50 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: 10:38:50 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: 10:38:50 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: 10:38:50 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: 10:38:50 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: 10:38:50 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: 10:38:50 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: 10:38:51 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: 10:38:51 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: 10:38:51 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: 10:38:51 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: 10:38:51 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: 10:38:51 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: 10:38:51 DEBUG unit.abot-epc-basic/0.install Get:121 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libgphoto2-6 amd64 2.5.9-3 [787 kB] unit-abot-epc-basic-0: 10:38:51 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: 10:38:51 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: 10:38:51 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: 10:38:51 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: 10:38:52 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: 10:38:52 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: 10:38:52 DEBUG unit.abot-epc-basic/0.install Get:128 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libarchive-zip-perl all 1.56-2ubuntu0.1 [84.7 kB] unit-abot-epc-basic-0: 10:38:52 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: 10:38:52 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: 10:38:52 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: 10:38:52 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: 10:38:52 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: 10:38:52 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: 10:38:53 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: 10:38:53 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: 10:38:53 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: 10:38:53 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: 10:38:53 DEBUG unit.abot-epc-basic/0.install Get:139 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libqt5xml5 amd64 5.5.1+dfsg-16ubuntu7.5 [91.8 kB] unit-abot-epc-basic-0: 10:38:53 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-mysql-0: 10:38:53 DEBUG unit.mysql/0.config-changed mysql start/running, process 17127 unit-abot-epc-basic-0: 10:38:53 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: 10:38:53 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-mysql-0: 10:38:53 DEBUG unit.mysql/0.config-changed Setting up libhtml-template-perl (2.95-1) ... unit-mysql-0: 10:38:53 DEBUG unit.mysql/0.config-changed Processing triggers for ureadahead (0.100.0-16) ... unit-mysql-0: 10:38:53 DEBUG unit.mysql/0.config-changed Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:38:53 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: 10:38:54 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: 10:38:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:38:54 INFO unit.mysql/0.juju-log dataset size in bytes: 1677721600 unit-abot-epc-basic-0: 10:38:54 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: 10:38:54 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: 10:38:54 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: 10:38:54 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: 10:38:54 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: 10:38:54 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: 10:38:54 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: 10:38:54 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: 10:38:55 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: 10:38:55 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: 10:38:55 DEBUG unit.abot-epc-basic/0.install Get:155 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 gfortran amd64 4:5.3.1-1ubuntu1 [1,288 B] unit-abot-epc-basic-0: 10:38:55 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: 10:38:55 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: 10:38:55 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: 10:38:55 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: 10:38:55 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: 10:38:55 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: 10:38:56 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: 10:38:56 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: 10:38:56 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: 10:38:56 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: 10:38:56 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: 10:38:56 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: 10:38:56 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: 10:38:56 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: 10:38:56 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: 10:38:56 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: 10:38:57 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: 10:38:57 DEBUG unit.mysql/0.config-changed mysql stop/waiting unit-abot-epc-basic-0: 10:38:57 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: 10:38:57 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: 10:38:57 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: 10:38:57 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: 10:38:57 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: 10:38:57 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: 10:38:57 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: 10:38:57 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: 10:38:57 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: 10:38:57 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: 10:38:58 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: 10:38:58 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: 10:38:58 DEBUG unit.abot-epc-basic/0.install Get:185 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtcl8.6 amd64 8.6.5+dfsg-2 [875 kB] unit-abot-epc-basic-0: 10:38:58 DEBUG unit.abot-epc-basic/0.install Get:186 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libtk8.6 amd64 8.6.5-1 [693 kB] unit-abot-epc-basic-0: 10:38:58 DEBUG unit.abot-epc-basic/0.install Get:187 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 gtkwave amd64 3.3.66-1 [2,324 kB] unit-abot-epc-basic-0: 10:38:58 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: 10:38:58 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: 10:38:58 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: 10:38:58 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: 10:38:58 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: 10:38:58 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: 10:38:59 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-mysql-0: 10:38:59 DEBUG unit.mysql/0.config-changed mysql start/running, process 17321 unit-abot-epc-basic-0: 10:38:59 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-mysql-0: 10:38:59 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 10:38:59 INFO juju.worker.uniter.operation ran "config-changed" hook unit-mysql-0: 10:38:59 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-mysql-0: 10:38:59 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:38:59 INFO juju.worker.uniter found queued "start" hook unit-mysql-0: 10:38:59 DEBUG juju.worker.uniter.operation running operation run start hook unit-mysql-0: 10:38:59 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:38:59 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:38:59 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-mysql-0: 10:38:59 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-mysql-0: 10:38:59 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-abot-epc-basic-0: 10:38:59 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: 10:38:59 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: 10:38:59 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: 10:38:59 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: 10:38:59 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: 10:38:59 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: 10:38:59 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: 10:38:59 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: 10:39:00 DEBUG unit.abot-epc-basic/0.install Get:204 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 iptables-dev amd64 1.6.0-2ubuntu3 [55.5 kB] unit-abot-epc-basic-0: 10:39:00 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: 10:39:00 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: 10:39:00 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: 10:39:00 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: 10:39:00 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: 10:39:00 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: 10:39:00 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: 10:39:00 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: 10:39:01 DEBUG unit.abot-epc-basic/0.install Get:213 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libpcre3-dev amd64 2:8.38-3.1 [525 kB] unit-abot-epc-basic-0: 10:39:01 DEBUG unit.abot-epc-basic/0.install Get:214 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 zlib1g-dev amd64 1:1.2.8.dfsg-2ubuntu4.1 [168 kB] unit-abot-epc-basic-0: 10:39:01 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: 10:39:01 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: 10:39:01 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: 10:39:01 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: 10:39:01 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: 10:39:02 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: 10:39:02 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: 10:39:02 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: 10:39:02 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: 10:39:02 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: 10:39:02 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-mysql-0: 10:39:02 DEBUG unit.mysql/0.start mysql stop/waiting unit-abot-epc-basic-0: 10:39:02 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: 10:39:02 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: 10:39:02 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: 10:39:02 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:03 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: 10:39:04 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: 10:39:04 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: 10:39:04 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: 10:39:04 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: 10:39:04 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: 10:39:04 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-mysql-0: 10:39:04 DEBUG unit.mysql/0.start mysql start/running, process 17506 unit-abot-epc-basic-0: 10:39:04 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-mysql-0: 10:39:04 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 10:39:04 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: 10:39:04 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: 10:39:04 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: 10:39:04 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:05 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: 10:39:06 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: 10:39:06 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: 10:39:06 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: 10:39:06 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: 10:39:06 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: 10:39:06 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-mysql-0: 10:39:06 INFO juju.worker.uniter.operation ran "start" hook unit-mysql-0: 10:39:06 DEBUG juju.worker.uniter.operation unit mysql/0 has started but has not yet set status unit-abot-epc-basic-0: 10:39:06 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: 10:39:06 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: 10:39:06 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: 10:39:06 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-mysql-0: 10:39:06 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-abot-epc-basic-0: 10:39:06 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-mysql-0: 10:39:06 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:39:06 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:39:06 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-mysql-0: 10:39:06 INFO juju.worker.uniter.relation joining relation "mysql:cluster" unit-abot-epc-basic-0: 10:39:07 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: 10:39:07 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: 10:39:07 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: 10:39:07 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: 10:39:07 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-mysql-0: 10:39:07 INFO juju.worker.uniter.relation joined relation "mysql:cluster" unit-mysql-0: 10:39:07 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-abot-epc-basic-0: 10:39:07 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: 10:39:07 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: 10:39:07 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: 10:39:07 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: 10:39:07 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: 10:39:07 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: 10:39:07 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: 10:39:08 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: 10:39:08 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: 10:39:08 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: 10:39:08 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-mysql-0: 10:39:08 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-mysql-0: 10:39:08 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:39:08 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: 10:39:08 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: 10:39:08 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: 10:39:08 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: 10:39:08 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: 10:39:08 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: 10:39:08 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: 10:39:09 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: 10:39:09 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: 10:39:09 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: 10:39:09 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: 10:39:09 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: 10:39:09 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: 10:39:09 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: 10:39:09 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: 10:39:10 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: 10:39:10 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: 10:39:10 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: 10:39:10 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: 10:39:10 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: 10:39:10 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: 10:39:10 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: 10:39:10 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:11 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: 10:39:12 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: 10:39:12 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: 10:39:12 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: 10:39:12 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: 10:39:12 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: 10:39:12 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: 10:39:12 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: 10:39:12 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: 10:39:12 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: 10:39:13 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: 10:39:13 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: 10:39:13 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: 10:39:13 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: 10:39:13 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: 10:39:13 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: 10:39:13 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: 10:39:13 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: 10:39:13 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: 10:39:13 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:14 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:15 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: 10:39:16 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: 10:39:16 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: 10:39:16 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: 10:39:16 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: 10:39:16 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: 10:39:16 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: 10:39:16 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: 10:39:16 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:17 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:18 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: 10:39:19 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: 10:39:19 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: 10:39:19 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: 10:39:20 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: 10:39:20 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: 10:39:21 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: 10:39:21 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: 10:39:21 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: 10:39:22 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: 10:39:22 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: 10:39:22 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: 10:39:22 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: 10:39:22 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: 10:39:22 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: 10:39:22 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: 10:39:22 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: 10:39:23 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: 10:39:23 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: 10:39:23 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: 10:39:23 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: 10:39:23 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: 10:39:23 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: 10:39:24 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: 10:39:24 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: 10:39:24 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: 10:39:24 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: 10:39:24 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: 10:39:24 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: 10:39:24 DEBUG unit.abot-epc-basic/0.install Get:427 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 octave-control amd64 3.0.0-1 [819 kB] unit-abot-epc-basic-0: 10:39:24 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: 10:39:24 DEBUG unit.abot-epc-basic/0.install Get:429 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 pstoedit amd64 3.70-1ubuntu2 [102 kB] unit-abot-epc-basic-0: 10:39:24 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: 10:39:25 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: 10:39:25 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: 10:39:25 DEBUG unit.abot-epc-basic/0.install Get:433 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 rubygems-integration all 1.10 [4,966 B] unit-abot-epc-basic-0: 10:39:25 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: 10:39:25 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: 10:39:25 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: 10:39:25 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: 10:39:25 DEBUG unit.abot-epc-basic/0.install Get:438 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby-test-unit all 3.1.7-2 [60.3 kB] unit-abot-epc-basic-0: 10:39:25 DEBUG unit.abot-epc-basic/0.install Get:439 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libruby2.3 amd64 2.3.1-2~16.04.10 [2,960 kB] unit-abot-epc-basic-0: 10:39:25 DEBUG unit.abot-epc-basic/0.install Get:440 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 ruby2.3 amd64 2.3.1-2~16.04.10 [41.0 kB] unit-abot-epc-basic-0: 10:39:25 DEBUG unit.abot-epc-basic/0.install Get:441 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 ruby all 1:2.3.0+1 [5,530 B] unit-abot-epc-basic-0: 10:39:25 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: 10:39:26 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: 10:39:26 DEBUG unit.abot-epc-basic/0.install Get:444 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 t1utils amd64 1.39-2 [53.4 kB] unit-abot-epc-basic-0: 10:39:26 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: 10:39:26 DEBUG unit.abot-epc-basic/0.install Get:446 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 tcl amd64 8.6.0+9 [5,146 B] unit-abot-epc-basic-0: 10:39:26 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] unit-abot-epc-basic-0: 10:39:26 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: 10:39:26 DEBUG unit.abot-epc-basic/0.install Get:449 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-base all 2015.20160320-1ubuntu0.1 [18.3 MB] unit-abot-epc-basic-0: 10:39:27 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: 10:39:27 DEBUG unit.abot-epc-basic/0.install Get:451 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 texlive-latex-base-doc all 2015.20160320-1ubuntu0.1 [45.4 MB] unit-abot-epc-basic-0: 10:39:28 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: 10:39:28 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: 10:39:29 DEBUG unit.abot-epc-basic/0.install Get:454 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 unzip amd64 6.0-20ubuntu1 [158 kB] unit-abot-epc-basic-0: 10:39:29 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: 10:39:29 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: 10:39:29 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: 10:39:29 DEBUG unit.abot-epc-basic/0.install Get:458 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 xmlstarlet amd64 1.6.1-1ubuntu1 [96.0 kB] unit-abot-epc-basic-0: 10:39:29 DEBUG unit.abot-epc-basic/0.install Get:459 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 xterm amd64 322-1ubuntu1 [607 kB] unit-abot-epc-basic-0: 10:39:29 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: 10:39:29 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: 10:39:29 DEBUG unit.abot-epc-basic/0.install Get:462 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dbg amd64 2.23-0ubuntu10 [3,683 kB] unit-abot-epc-basic-0: 10:39:29 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: 10:39:29 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: 10:39:30 DEBUG unit.abot-epc-basic/0.install Get:465 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/universe amd64 libidn2-0-dev amd64 0.10-3 [268 kB] unit-abot-epc-basic-0: 10:39:30 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: 10:39:30 DEBUG unit.abot-epc-basic/0.install Get:467 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-doc all 4.7-3ubuntu0.16.04.3 [299 kB] unit-abot-epc-basic-0: 10:39:30 DEBUG unit.abot-epc-basic/0.install Get:468 http://nova.clouds.archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-dev amd64 0.1.6-3 [55.2 kB] unit-abot-epc-basic-0: 10:39:31 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: 10:39:31 DEBUG unit.abot-epc-basic/0.install Preconfiguring packages ... unit-abot-epc-basic-0: 10:39:31 DEBUG unit.abot-epc-basic/0.install Fetched 291 MB in 51s (5,642 kB/s) unit-abot-epc-basic-0: 10:39:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-data. unit-abot-epc-basic-0: 10:39:31 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: 10:39:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-data_3.5.1-1ubuntu3_all.deb ... unit-abot-epc-basic-0: 10:39:31 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive13:amd64. unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive13_3.1.2-11ubuntu0.16.04.4_amd64.deb ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcurl3:amd64. unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcurl3_7.47.0-1ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjsoncpp1:amd64. unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjsoncpp1_1.7.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Unpacking libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake. unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Unpacking cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package cmake-curses-gui. unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../cmake-curses-gui_3.5.1-1ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:39:32 DEBUG unit.abot-epc-basic/0.install Unpacking cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package m4. unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/m4_1.4.17-5_amd64.deb ... unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Unpacking m4 (1.4.17-5) ... unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfl-dev:amd64. unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfl-dev_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package flex. unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../flex_2.6.0-11_amd64.deb ... unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Unpacking flex (2.6.0-11) ... unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lato. unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lato_2.0-1_all.deb ... unit-abot-epc-basic-0: 10:39:33 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package imagemagick-common. unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../imagemagick-common_8%3a6.8.9.9-7ubuntu5.12_all.deb ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Unpacking imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaudio2:amd64. unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaudio2_1.9.4-4_amd64.deb ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Unpacking libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libexif12:amd64. unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libexif12_0.6.21-2_amd64.deb ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Unpacking libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-double3:amd64. unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-double3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-long3:amd64. unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-long3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-quad3:amd64. unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-quad3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:34 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-single3:amd64. unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-single3_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libieee1284-3:amd64. unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libieee1284-3_0.2.11-12_amd64.deb ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Unpacking libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblqr-1-0:amd64. unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblqr-1-0_0.4.2-2_amd64.deb ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Unpacking liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl7:amd64. unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl7_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:39:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickcore-6.q16-2:amd64. unit-abot-epc-basic-0: 10:39:35 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: 10:39:35 DEBUG unit.abot-epc-basic/0.install Unpacking libmagickcore-6.q16-2:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagickwand-6.q16-2:amd64. unit-abot-epc-basic-0: 10:39:36 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: 10:39:36 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: 10:39:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmng2:amd64. unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmng2_2.0.2-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmtdev1:amd64. unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmtdev1_1.1.5-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcrecpp0v5:amd64. unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcrecpp0v5_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Unpacking libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-common. unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-common_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas3. unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Unpacking libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:39:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran3:amd64. unit-abot-epc-basic-0: 10:39:36 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: 10:39:36 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:39:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libopenblas-base. unit-abot-epc-basic-0: 10:39:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libopenblas-base_0.2.18-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:37 DEBUG unit.abot-epc-basic/0.install Unpacking libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 10:39:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas3-base. unit-abot-epc-basic-0: 10:39:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas3-base_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 10:39:37 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblapack3. unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblapack3_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Unpacking liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqrupdate1:amd64. unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqrupdate1_1.1.2-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre16-3:amd64. unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre16-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5core5a:amd64. unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5core5a_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:39:38 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-server0:amd64. unit-abot-epc-basic-0: 10:39:39 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: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgbm1:amd64. unit-abot-epc-basic-0: 10:39:39 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: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcapnp-0.5.3:amd64. unit-abot-epc-basic-0: 10:39:39 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: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libboost-filesystem1.58.0:amd64. unit-abot-epc-basic-0: 10:39:39 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: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libboost-filesystem1.58.0:amd64 (1.58.0+dfsg-5ubuntu3.1) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore1:amd64. unit-abot-epc-basic-0: 10:39:39 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: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon7:amd64. unit-abot-epc-basic-0: 10:39:39 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: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-lite9v5:amd64. unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-lite9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirprotobuf3:amd64. unit-abot-epc-basic-0: 10:39:39 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: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon0:amd64. unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 10:39:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient9:amd64. unit-abot-epc-basic-0: 10:39:39 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: 10:39:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-client0:amd64. unit-abot-epc-basic-0: 10:39:40 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: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0:amd64. unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa:amd64. unit-abot-epc-basic-0: 10:39:40 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: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libevdev2:amd64. unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libevdev2_1.4.6+dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgudev-1.0-0:amd64. unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgudev-1.0-0_1%3a230-2_amd64.deb ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-common. unit-abot-epc-basic-0: 10:39:40 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: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom2:amd64. unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom2_0.22-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput-bin. unit-abot-epc-basic-0: 10:39:40 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: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libinput10:amd64. unit-abot-epc-basic-0: 10:39:40 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: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5dbus5:amd64. unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5dbus5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:39:40 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libproxy1v5:amd64. unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libproxy1v5_0.4.11-5ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5network5:amd64. unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5network5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-icccm4:amd64. unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-util1:amd64. unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-image0:amd64. unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-image0_0.4.0-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-keysyms1:amd64. unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-keysyms1_0.4.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:41 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0:amd64. unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render-util0:amd64. unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render-util0_0.3.9-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xkb1:amd64. unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-x11-0:amd64. unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5gui5:amd64. unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5gui5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:39:42 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:39:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5widgets5:amd64. unit-abot-epc-basic-0: 10:39:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5widgets5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:39:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:39:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5svg5:amd64. unit-abot-epc-basic-0: 10:39:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5svg5_5.5.1-2build1_amd64.deb ... unit-abot-epc-basic-0: 10:39:43 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 10:39:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-common. unit-abot-epc-basic-0: 10:39:43 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: 10:39:43 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:39:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking-services. unit-abot-epc-basic-0: 10:39:44 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: 10:39:44 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdconf1:amd64. unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libdconf1_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Unpacking libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-service. unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-service_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dconf-gsettings-backend:amd64. unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dconf-gsettings-backend_0.24.0-2_amd64.deb ... unit-abot-epc-basic-0: 10:39:44 DEBUG unit.abot-epc-basic/0.install Unpacking dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 10:39:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsettings-desktop-schemas. unit-abot-epc-basic-0: 10:39:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsettings-desktop-schemas_3.18.1-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:39:46 DEBUG unit.abot-epc-basic/0.install Unpacking gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:39:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package glib-networking:amd64. unit-abot-epc-basic-0: 10:39:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../glib-networking_2.48.2-1~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:39:48 DEBUG unit.abot-epc-basic/0.install Unpacking glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:39:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup2.4-1:amd64. unit-abot-epc-basic-0: 10:39:49 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: 10:39:49 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 10:39:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsoup-gnome2.4-1:amd64. unit-abot-epc-basic-0: 10:39:50 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: 10:39:50 DEBUG unit.abot-epc-basic/0.install Unpacking libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 10:39:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librest-0.7-0:amd64. unit-abot-epc-basic-0: 10:39:51 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: 10:39:51 DEBUG unit.abot-epc-basic/0.install Unpacking librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 10:39:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsamplerate0:amd64. unit-abot-epc-basic-0: 10:39:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsamplerate0_0.1.8-8_amd64.deb ... unit-abot-epc-basic-0: 10:39:52 DEBUG unit.abot-epc-basic/0.install Unpacking libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane-common. unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsane-common_1.0.25+git20150528-1ubuntu2.16.04.1_all.deb ... unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Unpacking libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libserf-1-1:amd64. unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libserf-1-1_1.3.8-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Unpacking libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libunistring0:amd64. unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libunistring0_0.9.3-5.2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:53 DEBUG unit.abot-epc-basic/0.install Unpacking libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft2:amd64. unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft2_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxss1:amd64. unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxv1:amd64. unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package poppler-data. unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../poppler-data_0.4.7-7_all.deb ... unit-abot-epc-basic-0: 10:39:54 DEBUG unit.abot-epc-basic/0.install Unpacking poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0:amd64. unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libslicot0:amd64. unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libslicot0_5.0+20101122-2_amd64.deb ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-common. unit-abot-epc-basic-0: 10:39:55 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: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-0:amd64. unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-0:amd64. unit-abot-epc-basic-0: 10:39:55 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: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-gobject2:amd64. unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-gobject2_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolord2:amd64. unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolord2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy0:amd64. unit-abot-epc-basic-0: 10:39:55 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: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:39:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-common. unit-abot-epc-basic-0: 10:39:55 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: 10:39:55 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjson-glib-1.0-0:amd64. unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjson-glib-1.0-0_1.1.2-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Unpacking libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-cursor0:amd64. unit-abot-epc-basic-0: 10:39:56 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: 10:39:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-egl1-mesa:amd64. unit-abot-epc-basic-0: 10:39:56 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: 10:39:56 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-0:amd64. unit-abot-epc-basic-0: 10:39:56 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: 10:39:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-bin. unit-abot-epc-basic-0: 10:39:56 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: 10:39:56 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: 10:39:56 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: 10:39:56 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcroco3:amd64. unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcroco3_0.6.11-1_amd64.deb ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Unpacking libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-2:amd64. unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-2_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package librsvg2-common:amd64. unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../librsvg2-common_2.40.13-3_amd64.deb ... unit-abot-epc-basic-0: 10:39:56 DEBUG unit.abot-epc-basic/0.install Unpacking librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 10:39:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package humanity-icon-theme. unit-abot-epc-basic-0: 10:39:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../humanity-icon-theme_0.6.10.1_all.deb ... unit-abot-epc-basic-0: 10:39:57 DEBUG unit.abot-epc-basic/0.install Unpacking humanity-icon-theme (0.6.10.1) ... unit-abot-epc-basic-0: 10:39:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ubuntu-mono. unit-abot-epc-basic-0: 10:39:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ubuntu-mono_14.04+16.04.20180326-0ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:39:58 DEBUG unit.abot-epc-basic/0.install Unpacking ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 10:39:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package adwaita-icon-theme. unit-abot-epc-basic-0: 10:39:59 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: 10:39:59 DEBUG unit.abot-epc-basic/0.install Unpacking adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package at-spi2-core. unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../at-spi2-core_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Unpacking at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autoconf. unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autoconf_2.69-9_all.deb ... unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Unpacking autoconf (2.69-9) ... unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package autotools-dev. unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../autotools-dev_20150820.1_all.deb ... unit-abot-epc-basic-0: 10:40:00 DEBUG unit.abot-epc-basic/0.install Unpacking autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package automake. unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../automake_1%3a1.15-4ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Unpacking automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbison-dev:amd64. unit-abot-epc-basic-0: 10:40:01 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: 10:40:01 DEBUG unit.abot-epc-basic/0.install Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package bison. unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../bison_2%3a3.0.4.dfsg-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Unpacking bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package castxml. unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../castxml_0.1+git20160202-1.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:01 DEBUG unit.abot-epc-basic/0.install Unpacking castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgusb2:amd64. unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgusb2_0.2.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolorhug2:amd64. unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolorhug2_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Unpacking libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libvpx3:amd64. unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libvpx3_1.5.0-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Unpacking libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm4:amd64. unit-abot-epc-basic-0: 10:40:03 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: 10:40:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgd3:amd64. unit-abot-epc-basic-0: 10:40:03 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: 10:40:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... machine-2: 10:40:03 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 10:40:03 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 10:40:03 DEBUG juju.agent read agent config, format "2.0" unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-port12:amd64. unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-port12_2.5.9-3_amd64.deb ... machine-2: 10:40:03 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 10:40:03 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 10:40:03 DEBUG juju.worker start "engine" machine-2: 10:40:03 INFO juju.worker start "engine" machine-2: 10:40:03 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 10:40:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 10:40:03 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:40:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 10:40:03 DEBUG juju.worker "engine" started machine-2: 10:40:03 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-port12:amd64 (2.5.9-3) ... machine-2: 10:40:03 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 10:40:03 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 10:40:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 10:40:03 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 10:40:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "state" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.apicaller connecting with old password machine-2: 10:40:03 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:40:03 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:40:03 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:40:03 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 10:40:03 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 10:40:03 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:03 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:40:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-6:amd64. machine-2: 10:40:04 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available unit-abot-epc-basic-0: 10:40:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-6_2.5.9-3_amd64.deb ... unit-abot-epc-basic-0: 10:40:04 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-6:amd64 (2.5.9-3) ... machine-2: 10:40:04 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 10:40:04 DEBUG juju.worker.apicaller connected machine-2: 10:40:04 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:40:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsane:amd64. unit-abot-epc-basic-0: 10:40:04 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: 10:40:04 DEBUG unit.abot-epc-basic/0.install Unpacking libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... machine-2: 10:40:04 DEBUG juju.worker.apicaller password changed machine-2: 10:40:04 DEBUG juju.api RPC connection died machine-2: 10:40:04 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-2: 10:40:04 DEBUG juju.worker.apicaller connecting with current password machine-2: 10:40:04 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:40:04 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:40:04 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:40:04 DEBUG juju.worker.apicaller connected machine-2: 10:40:05 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 10:40:05 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 10:40:05 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:40:05 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 10:40:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-2: 10:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 10:40:05 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:40:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord-data. unit-abot-epc-basic-0: 10:40:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord-data_1.2.12-1ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:40:05 DEBUG unit.abot-epc-basic/0.install Unpacking colord-data (1.2.12-1ubuntu1) ... machine-2: 10:40:05 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 10:40:05 INFO juju.worker.upgrader unblocking abort check machine-2: 10:40:05 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 10:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 10:40:05 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 10:40:05 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 10:40:05 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 10:40:05 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 10:40:05 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-2: 10:40:05 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.logger logger setup machine-2: 10:40:05 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 10:40:05 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 10:40:05 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-2: 10:40:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:40:05 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:40:05 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:40:05 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-2: 10:40:05 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} machine-2: 10:40:05 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-2: 10:40:05 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: 10:40:05 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:40:05 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 10:40:05 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 10:40:05 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:40:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:40:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:40:05 DEBUG juju.network including address public:172.30.9.215 for machine machine-2: 10:40:05 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-2: 10:40:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:40:05 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:40:05 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] machine-2: 10:40:05 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 10:40:05 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 10:40:05 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 10:40:05 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 10:40:05 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:40:05 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:40:05 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:40:05 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:40:05 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-2: 10:40:05 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:40:05 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-2: 10:40:05 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-2: 10:40:05 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 10:40:05 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 10:40:05 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 10:40:05 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 10:40:05 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 10:40:05 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] machine-2: 10:40:05 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 10:40:05 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 10:40:05 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package colord. unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../colord_1.2.12-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Unpacking colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gettext. unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gettext_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Unpacking gettext (0.19.7-2ubuntu3) ... machine-2: 10:40:06 INFO juju.worker.deployer deploying unit "oai-epc/0" machine-2: 10:40:06 DEBUG juju.worker start "2-container-watcher" machine-2: 10:40:06 DEBUG juju.worker start "stateconverter" machine-2: 10:40:06 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 10:40:06 INFO juju.worker start "2-container-watcher" machine-2: 10:40:06 DEBUG juju.worker "2-container-watcher" started machine-2: 10:40:06 INFO juju.worker start "stateconverter" machine-2: 10:40:06 DEBUG juju.worker "stateconverter" started machine-2: 10:40:06 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 10:40:06 INFO juju.worker.machiner "machine-2" started machine-2: 10:40:06 DEBUG juju.service discovered init system "upstart" from local host unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package intltool-debian. machine-2: 10:40:06 DEBUG juju.worker.deployer state addresses: ["192.168.121.15:37017"] machine-2: 10:40:06 DEBUG juju.worker.deployer API addresses: ["192.168.121.15:17070" "172.30.9.215:17070"] unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.4_all.deb ... machine-2: 10:40:06 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-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Unpacking intltool-debian (0.35.0+20060710.4) ... unit-oai-epc-0: 10:40:06 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 10:40:06 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 10:40:06 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 10:40:06 DEBUG juju.worker start "api" unit-oai-epc-0: 10:40:06 INFO juju.worker start "api" unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 10:40:06 DEBUG juju.worker "api" started unit-oai-epc-0: 10:40:06 DEBUG juju.worker.introspection stats worker now serving unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package po-debconf. unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../po-debconf_1.0.19_all.deb ... unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Unpacking po-debconf (1.0.19) ... unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.apicaller connecting with old password unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-epc-0: 10:40:06 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-epc-0: 10:40:06 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:06 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarchive-zip-perl. unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarchive-zip-perl_1.56-2ubuntu0.1_all.deb ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Unpacking libarchive-zip-perl (1.56-2ubuntu0.1) ... machine-2: 10:40:06 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:b0:d0:21 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.5 [] [] []} {2 fa:16:3e:b0:d0:21 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-stripnondeterminism-perl. unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-stripnondeterminism-perl_0.015-1_all.deb ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtimedate-perl. unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtimedate-perl_2.3000-2_all.deb ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Unpacking libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package dh-strip-nondeterminism. unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../dh-strip-nondeterminism_0.015-1_all.deb ... unit-abot-epc-basic-0: 10:40:06 DEBUG unit.abot-epc-basic/0.install Unpacking dh-strip-nondeterminism (0.015-1) ... unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package debhelper. unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../debhelper_9.20160115ubuntu3_all.deb ... unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Unpacking debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package default-jre-headless. unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Unpacking default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libllvm3.6v5:amd64. unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libllvm3.6v5_1%3a3.6.2-3ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:40:07 DEBUG unit.abot-epc-basic/0.install Unpacking libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-epc-0: 10:40:07 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:40:07 DEBUG juju.worker.apicaller changing password... unit-oai-epc-0: 10:40:07 DEBUG juju.worker.apicaller password changed unit-oai-epc-0: 10:40:07 DEBUG juju.api RPC connection died unit-oai-epc-0: 10:40:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-epc-0: 10:40:07 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 10:40:07 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-epc-0: 10:40:07 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-epc-0: 10:40:07 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:40:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc4:amd64. unit-abot-epc-basic-0: 10:40:08 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: 10:40:08 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:40:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libobjc-5-dev:amd64. unit-abot-epc-basic-0: 10:40:08 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: 10:40:08 DEBUG unit.abot-epc-basic/0.install Unpacking libobjc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:40:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libclang1-3.6:amd64. unit-abot-epc-basic-0: 10:40:08 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: 10:40:08 DEBUG unit.abot-epc-basic/0.install Unpacking libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-oai-epc-0: 10:40:08 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 10:40:08 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-epc-0: 10:40:08 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-oai-epc-0: 10:40:08 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 10:40:08 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 10:40:08 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-epc-0: 10:40:08 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-epc-0: 10:40:08 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 10:40:08 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 10:40:08 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:40:08 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:40:08 DEBUG juju.network including address public:172.30.9.215 for machine unit-oai-epc-0: 10:40:08 DEBUG juju.network including address local-cloud:192.168.121.15 for machine unit-oai-epc-0: 10:40:08 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 10:40:08 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 10:40:08 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 10:40:08 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 10:40:08 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "hook-retry-strategy" not running: dependency not available unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 10:40:08 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 10:40:08 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 10:40:08 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 10:40:08 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 10:40:09 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 10:40:09 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 10:40:09 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 10:40:09 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 10:40:09 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 10:40:09 INFO juju.worker.uniter resuming charm install unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-epc-3 unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 10:40:09 INFO juju.worker.uniter.charm downloading local:trusty/oai-epc-3 from API server unit-oai-epc-0: 10:40:09 INFO juju.downloader downloading from local:trusty/oai-epc-3 unit-oai-epc-0: 10:40:09 DEBUG httpbakery client do GET https://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/charms?file=%2A&url=local%3Atrusty%2Foai-epc-3 { unit-oai-epc-0: 10:40:09 DEBUG httpbakery } -> error unit-oai-epc-0: 10:40:09 INFO juju.downloader download complete ("local:trusty/oai-epc-3") unit-oai-epc-0: 10:40:09 INFO juju.downloader download verified ("local:trusty/oai-epc-3") unit-abot-epc-basic-0: 10:40:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen. unit-abot-epc-basic-0: 10:40:09 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:09 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen (1.8.11-1) ... unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-epc-3" unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-epc-3" unit-abot-epc-basic-0: 10:40:09 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-epc-3" unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-epc-3" unit-oai-epc-0: 10:40:09 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 10:40:09 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 10:40:09 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 10:40:09 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 10:40:09 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 10:40:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 10:40:09 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=0 unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes git unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:40:09 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt5xml5:amd64. unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt5xml5_5.5.1+dfsg-16ubuntu7.5_amd64.deb ... unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Unpacking libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install git-man liberror-perl unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install git git-man liberror-perl unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package doxygen-gui. unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../doxygen-gui_1.8.11-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Unpacking doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-liberation. unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-liberation_1.07.4-1_all.deb ... unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-liberation (1.07.4-1) ... unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install Need to get 3394 kB of archives. unit-oai-epc-0: 10:40:10 DEBUG unit.oai-epc/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-epc-0: 10:40:10 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: 10:40:10 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: 10:40:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tex-common. unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tex-common_6.04ubuntu1_all.deb ... unit-abot-epc-basic-0: 10:40:10 DEBUG unit.abot-epc-basic/0.install Unpacking tex-common (6.04ubuntu1) ... unit-oai-epc-0: 10:40:11 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-abot-epc-basic-0: 10:40:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package fonts-lmodern. unit-abot-epc-basic-0: 10:40:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../fonts-lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 10:40:11 DEBUG unit.abot-epc-basic/0.install Unpacking fonts-lmodern (2.004.5-1) ... unit-oai-epc-0: 10:40:11 DEBUG unit.oai-epc/0.install Fetched 3394 kB in 1s (2017 kB/s) unit-oai-epc-0: 10:40:11 DEBUG unit.oai-epc/0.install Selecting previously unselected package liberror-perl. unit-oai-epc-0: 10:40:11 DEBUG unit.oai-epc/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-epc-0: 10:40:11 DEBUG unit.oai-epc/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-oai-epc-0: 10:40:11 DEBUG unit.oai-epc/0.install Unpacking liberror-perl (0.17-1.1) ... unit-oai-epc-0: 10:40:11 DEBUG unit.oai-epc/0.install Selecting previously unselected package git-man. unit-oai-epc-0: 10:40:11 DEBUG unit.oai-epc/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-epc-0: 10:40:11 DEBUG unit.oai-epc/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gccxml. unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gccxml_0.9.0+git20140716-6_amd64.deb ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf2-common. unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf2-common_3.2.6-3ubuntu6_all.deb ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgconf-2-4:amd64. unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgconf-2-4_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-oai-epc-0: 10:40:12 DEBUG unit.oai-epc/0.install Selecting previously unselected package git. unit-oai-epc-0: 10:40:12 DEBUG unit.oai-epc/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-oai-epc-0: 10:40:12 DEBUG unit.oai-epc/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service-backend. unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service-backend_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service-backend (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gconf-service. unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gconf-service_3.2.6-3ubuntu6_amd64.deb ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace1:amd64. unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libbabeltrace-ctf1:amd64. unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libbabeltrace-ctf1_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdb. unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdb_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 10:40:12 DEBUG unit.abot-epc-basic/0.install Unpacking gdb (7.11.1-0ubuntu1~16.5) ... unit-oai-epc-0: 10:40:13 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gdbserver. unit-abot-epc-basic-0: 10:40:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gdbserver_7.11.1-0ubuntu1~16.5_amd64.deb ... unit-abot-epc-basic-0: 10:40:13 DEBUG unit.abot-epc-basic/0.install Unpacking gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 10:40:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgfortran-5-dev:amd64. unit-abot-epc-basic-0: 10:40:13 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: 10:40:13 DEBUG unit.abot-epc-basic/0.install Unpacking libgfortran-5-dev:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:40:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran-5. unit-abot-epc-basic-0: 10:40:13 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: 10:40:13 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-oai-epc-0: 10:40:13 DEBUG unit.oai-epc/0.install Setting up liberror-perl (0.17-1.1) ... unit-oai-epc-0: 10:40:13 DEBUG unit.oai-epc/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 10:40:13 DEBUG unit.oai-epc/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=0 unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install + true unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install + '[' '!' 0 -eq 1 ']' unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install + apt-get install -y --force-yes virt-what unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install virt-what unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install Need to get 13.6 kB of archives. unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-epc-0: 10:40:14 DEBUG unit.oai-epc/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-epc-0: 10:40:15 DEBUG unit.oai-epc/0.install Fetched 13.6 kB in 0s (24.4 kB/s) unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gfortran. unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gfortran_4%3a5.3.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsfilters1:amd64. unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsfilters1_1.8.3-2ubuntu3.4_amd64.deb ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcupsimage2:amd64. unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcupsimage2_2.1.3-4ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libijs-0.35:amd64. unit-oai-epc-0: 10:40:15 DEBUG unit.oai-epc/0.install Selecting previously unselected package virt-what. unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libijs-0.35_0.35-12_amd64.deb ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking libijs-0.35:amd64 (0.35-12) ... unit-oai-epc-0: 10:40:15 DEBUG unit.oai-epc/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-epc-0: 10:40:15 DEBUG unit.oai-epc/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-epc-0: 10:40:15 DEBUG unit.oai-epc/0.install Unpacking virt-what (1.13-1) ... unit-oai-epc-0: 10:40:15 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjbig2dec0. unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjbig2dec0_0.12+20150918-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper1:amd64. unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper1_1.1.24+nmu4ubuntu1_amd64.deb ... unit-oai-epc-0: 10:40:15 DEBUG unit.oai-epc/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:40:15 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 10:40:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9-common. unit-abot-epc-basic-0: 10:40:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9-common_9.18~dfsg~0-0ubuntu2.8_all.deb ... unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:40:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install Reading state information... unit-abot-epc-basic-0: 10:40:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgs9:amd64. unit-abot-epc-basic-0: 10:40:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgs9_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 10:40:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install The following extra packages will be installed: unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install Suggested packages: unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install libsql-statement-perl unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-epc-0: 10:40:16 DEBUG unit.oai-epc/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gsfonts. unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.2ubuntu1_all.deb ... unit-oai-epc-0: 10:40:17 DEBUG unit.oai-epc/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:40:17 DEBUG unit.oai-epc/0.install Need to get 3786 kB of archives. unit-oai-epc-0: 10:40:17 DEBUG unit.oai-epc/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-epc-0: 10:40:17 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: 10:40:17 DEBUG unit.abot-epc-basic/0.install Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ghostscript. unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ghostscript_9.18~dfsg~0-0ubuntu2.8_amd64.deb ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Unpacking ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-oai-epc-0: 10:40:17 DEBUG unit.oai-epc/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.61-0ubuntu0.14.04.1 [597 kB] unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atk-1.0. unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atk-1.0_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-atspi-2.0. unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-atspi-2.0_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-freedesktop:amd64. unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gir1.2-freedesktop_1.46.0-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64. unit-abot-epc-basic-0: 10:40:17 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: 10:40:17 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpangoxft-1.0-0:amd64. unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpangoxft-1.0-0_1.38.1-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:17 DEBUG unit.abot-epc-basic/0.install Unpacking libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-pango-1.0:amd64. unit-abot-epc-basic-0: 10:40:18 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: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gir1.2-gtk-3.0:amd64. unit-abot-epc-basic-0: 10:40:18 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: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package aglfn. unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/aglfn_1.7-3_all.deb ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking aglfn (1.7-3) ... unit-oai-epc-0: 10:40:18 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: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-tex. unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-tex_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-data. unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-data_4.6.6-3_all.deb ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gnuplot-x11. unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gnuplot-x11_4.6.6-3_amd64.deb ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking gnuplot-x11 (4.6.6-3) ... unit-oai-epc-0: 10:40:18 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: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcdt5. unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcdt5_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcgraph6. unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcgraph6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpathplan4. unit-oai-epc-0: 10:40:18 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-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpathplan4_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvc6. unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvc6_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:18 DEBUG unit.abot-epc-basic/0.install Unpacking libgvc6 (2.38.0-12ubuntu2.1) ... unit-oai-epc-0: 10:40:18 DEBUG unit.oai-epc/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [708 kB] unit-oai-epc-0: 10:40:18 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-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgvpr2. unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgvpr2_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Unpacking libgvpr2 (2.38.0-12ubuntu2.1) ... unit-oai-epc-0: 10:40:19 DEBUG unit.oai-epc/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-epc-0: 10:40:19 DEBUG unit.oai-epc/0.install Fetched 3786 kB in 2s (1698 kB/s) unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxmu6:amd64. unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxmu6_2%3a1.1.2-2_amd64.deb ... unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxmu6:amd64 (2:1.1.2-2) ... unit-oai-epc-0: 10:40:19 DEBUG unit.oai-epc/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-epc-0: 10:40:19 DEBUG unit.oai-epc/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-epc-0: 10:40:19 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxaw7_2%3a1.0.13-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Unpacking libxaw7:amd64 (2:1.0.13-1) ... unit-oai-epc-0: 10:40:19 DEBUG unit.oai-epc/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package graphviz. unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../graphviz_2.38.0-12ubuntu2.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:19 DEBUG unit.abot-epc-basic/0.install Unpacking graphviz (2.38.0-12ubuntu2.1) ... unit-oai-epc-0: 10:40:19 DEBUG unit.oai-epc/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-oai-epc-0: 10:40:19 DEBUG unit.oai-epc/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjudydebian1. unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjudydebian1_1.0.5-5_amd64.deb ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Unpacking libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtcl8.6:amd64. unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtcl8.6_8.6.5+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Unpacking libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-core-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 40%] Unpacking mysql-client-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtk8.6:amd64. unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:20 DEBUG unit.abot-epc-basic/0.install Unpacking libtk8.6:amd64 (8.6.5-1) ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-epc-0: 10:40:20 DEBUG unit.oai-epc/0.install Progress: [ 47%] Unpacking mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:40:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package gtkwave. unit-abot-epc-basic-0: 10:40:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../gtkwave_3.3.66-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:21 DEBUG unit.abot-epc-basic/0.install Unpacking gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc1c2:amd64. unit-abot-epc-basic-0: 10:40:22 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: 10:40:22 DEBUG unit.abot-epc-basic/0.install Unpacking libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-libs:amd64. unit-abot-epc-basic-0: 10:40:22 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: 10:40:22 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-libs:amd64 (2.0.11+1-10ubuntu0.1) ... unit-oai-epc-0: 10:40:22 DEBUG unit.oai-epc/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-epc-0: 10:40:22 DEBUG unit.oai-epc/0.install Preparing to unpack .../mysql-client_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-epc-0: 10:40:22 DEBUG unit.oai-epc/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 10:40:22 DEBUG unit.oai-epc/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0. unit-abot-epc-basic-0: 10:40:22 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: 10:40:22 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtinfo-dev:amd64. unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtinfo-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Unpacking libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libncurses5-dev:amd64. unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libncurses5-dev_6.0+20160213-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Unpacking libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libreadline6-dev:amd64. unit-abot-epc-basic-0: 10:40:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libreadline6-dev_6.3-8ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 10:40:23 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: 10:40:23 DEBUG unit.oai-epc/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libltdl-dev_2.4.6-0.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking libltdl-dev:amd64 (2.4.6-0.1) ... unit-oai-epc-0: 10:40:23 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: 10:40:23 DEBUG unit.oai-epc/0.install Progress: [ 87%] Progress: [ 90%] Setting up mysql-client-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-epc-0: 10:40:23 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: 10:40:23 DEBUG unit.oai-epc/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a6.1.0+dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgmp-dev:amd64. unit-abot-epc-basic-0: 10:40:23 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: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgc-dev:amd64. unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgc-dev_1%3a7.4.2-7.3ubuntu0.1_amd64.deb ... unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-oai-epc-0: 10:40:23 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:40:23 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 10:40:23 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + echo -n unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pkg-config. unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package guile-2.0-dev. unit-abot-epc-basic-0: 10:40:23 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: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package hdf5-helpers. unit-abot-epc-basic-0: 10:40:23 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: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package icu-devtools. unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../icu-devtools_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking icu-devtools (55.1-7ubuntu0.4) ... unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + cp -f /etc/hosts /home unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-epc-0: 10:40:23 DEBUG unit.oai-epc/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iperf. unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iperf_2.0.5+dfsg1-2ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:23 DEBUG unit.abot-epc-basic/0.install Unpacking iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iproute. unit-abot-epc-basic-0: 10:40:24 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: 10:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package iptables-dev. unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../iptables-dev_1.6.0-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package javascript-common. unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../javascript-common_11_all.deb ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking javascript-common (11) ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec0:amd64. unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec0_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsuitesparseconfig4.4.6:amd64. unit-abot-epc-basic-0: 10:40:24 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: 10:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libamd2.4.1:amd64. unit-abot-epc-basic-0: 10:40:24 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: 10:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libarpack2. unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libarpack2_3.3.0-1build2_amd64.deb ... unit-abot-epc-basic-0: 10:40:24 DEBUG unit.abot-epc-basic/0.install Unpacking libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 10:40:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-abot-epc-basic-0: 10:40:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libasprintf-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:40:25 DEBUG unit.abot-epc-basic/0.install Unpacking libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:40:25 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-bin. unit-abot-epc-basic-0: 10:40:25 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-bin_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 10:40:25 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 10:40:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre32-3:amd64. unit-abot-epc-basic-0: 10:40:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre32-3_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:40:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpcre3-dev:amd64. unit-abot-epc-basic-0: 10:40:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpcre3-dev_2%3a8.38-3.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:26 DEBUG unit.abot-epc-basic/0.install Unpacking libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:40:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-abot-epc-basic-0: 10:40:26 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: 10:40:26 DEBUG unit.abot-epc-basic/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 10:40:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglib2.0-dev. unit-abot-epc-basic-0: 10:40:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglib2.0-dev_2.48.2-0ubuntu4_amd64.deb ... unit-abot-epc-basic-0: 10:40:27 DEBUG unit.abot-epc-basic/0.install Unpacking libglib2.0-dev (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdbus-1-dev:amd64. unit-abot-epc-basic-0: 10:40:28 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: 10:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xext-dev. unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xext-dev_7.3.0-1_all.deb ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxext-dev:amd64. unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxext-dev_2%3a1.3.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-fixes-dev. unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-fixes-dev_1%3a5.0-2ubuntu2_all.deb ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxfixes-dev:amd64. unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxfixes-dev_1%3a5.0.1-2_amd64.deb ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxi-dev. unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxi-dev_2%3a1.7.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-record-dev. unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-record-dev_1.14.2-1_all.deb ... unit-abot-epc-basic-0: 10:40:28 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxtst-dev:amd64. unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxtst-dev_2%3a1.2.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Unpacking libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatspi2.0-dev. unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatspi2.0-dev_2.18.3-4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Unpacking libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk-bridge2.0-dev:amd64. unit-abot-epc-basic-0: 10:40:29 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: 10:40:29 DEBUG unit.abot-epc-basic/0.install Unpacking libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatk1.0-dev. unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatk1.0-dev_2.18.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:29 DEBUG unit.abot-epc-basic/0.install Unpacking libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 10:40:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libblas-dev. unit-abot-epc-basic-0: 10:40:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libblas-dev_3.6.0-2ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:40:30 DEBUG unit.abot-epc-basic/0.install Unpacking libblas-dev (3.6.0-2ubuntu2) ... unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-epc-0: 10:40:30 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: 10:40:30 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 10:40:30 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: 10:40:30 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 10:40:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:40:30 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + [[ false == true ]] unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + '[' kvm == '' ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + current_kern_release=3.13.0-156-generic unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ echo 3.13.0-156-generic unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + current_kern_major_revision=13 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + '[' 13 -ge 19 ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + [[ false == false ]] unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.reboot unit-oai-epc-0: 10:40:30 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: 10:40:30 DEBUG unit.oai-epc/0.install + '[' '' '!=' reboot ']' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + juju-log 'installing the required kernel and reboot' unit-oai-epc-0: 10:40:30 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:40:30 INFO unit.oai-epc/0.juju-log installing the required kernel and reboot unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-epc-0: 10:40:30 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:40:30 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-dev. unit-abot-epc-basic-0: 10:40:30 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 10:40:30 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-dev (3.10.2-9) ... unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + install_required_kernel unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install + version=3.19 unit-oai-epc-0: 10:40:30 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: 10:40:30 DEBUG unit.oai-epc/0.install --2018-09-02 10:40:30-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install Length: unspecified [text/html] unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install 0K ....... 51.3M=0s unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install 2018-09-02 10:40:30 (51.3 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:30 DEBUG unit.oai-epc/0.install --2018-09-02 10:40:30-- 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: 10:40:30 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-epc-0: 10:40:31 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: 10:40:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 4% 366K 3s unit-abot-epc-basic-0: 10:40:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libatlas-base-dev. unit-abot-epc-basic-0: 10:40:31 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libatlas-base-dev_3.10.2-9_amd64.deb ... unit-abot-epc-basic-0: 10:40:31 DEBUG unit.abot-epc-basic/0.install Unpacking libatlas-base-dev (3.10.2-9) ... unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 8% 365K 3s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 13% 367K 3s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 17% 64.0M 2s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 22% 42.5M 1s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 26% 371K 2s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 31% 48.3M 1s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 35% 53.5M 1s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 39% 56.7M 1s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 44% 72.0M 1s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 48% 377K 1s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 53% 44.9M 1s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 57% 51.7M 1s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 62% 52.1M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 66% 48.4M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 71% 56.2M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 75% 72.0M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 79% 64.1M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 84% 85.1M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 88% 80.2M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 93% 102M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 97% 1.59M 0s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 1100K .......... .......... ...... 100% 268K=0.8s unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install 2018-09-02 10:40:31 (1.34 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb' saved [1153230/1153230] unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:31 DEBUG unit.oai-epc/0.install --2018-09-02 10:40:31-- 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: 10:40:31 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-epc-0: 10:40:32 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: 10:40:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 64.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 62.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 1% 66.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 1% 62.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 1% 55.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 2% 70.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 2% 76.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 3% 75.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 3% 69.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 3% 74.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 4% 80.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 4% 79.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 4% 66.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 5% 75.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 5% 79.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 6% 98.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 6% 112M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 6% 126M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 7% 123M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 7% 127M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 8% 105M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 8% 96.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 8% 407K 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 9% 39.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 9% 57.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 9% 57.8M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 10% 61.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 10% 65.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 11% 59.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 11% 72.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 11% 74.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 12% 105M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 12% 71.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 13% 95.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 13% 82.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 13% 74.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 14% 69.8M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 14% 76.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 14% 74.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 15% 79.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 15% 69.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 16% 76.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 16% 75.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 16% 76.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 17% 69.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 17% 75.5M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 17% 77.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 18% 76.5M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 18% 70.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 19% 76.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 19% 81.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 19% 84.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 20% 68.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 20% 78.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 21% 96.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 21% 114M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 21% 103M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 22% 121M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 22% 127M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 22% 121M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 23% 108M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 23% 111M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 24% 127M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 24% 119M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 24% 106M 0s unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo-script-interpreter2:amd64. unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo-script-interpreter2_1.14.6-1_amd64.deb ... unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 25% 451K 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 25% 59.1M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 26% 48.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 26% 60.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 26% 55.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 27% 66.8M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 27% 60.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 27% 70.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 28% 69.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 28% 69.1M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 29% 61.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 29% 72.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 29% 69.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 30% 69.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 30% 62.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 30% 99.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 31% 118M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 31% 71.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 32% 64.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 32% 68.5M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 32% 71.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 33% 69.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 33% 60.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 34% 64.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 34% 58.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 34% 61.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 35% 47.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 35% 54.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 35% 61.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 36% 61.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 36% 56.5M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 37% 93.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 37% 121M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 37% 114M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 38% 94.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 38% 122M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 39% 119M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 39% 120M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 39% 113M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 40% 117M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 40% 122M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 40% 130M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 41% 101M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 41% 126M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 42% 119M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 42% 110M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 42% 95.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 43% 109M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 43% 101M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 43% 107M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 44% 88.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 44% 101M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 45% 101M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 45% 483K 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 45% 40.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 46% 47.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 46% 50.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 47% 44.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 47% 49.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 47% 59.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 48% 62.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 48% 56.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 48% 53.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 49% 59.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 49% 64.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 50% 63.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 50% 65.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 50% 73.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 51% 65.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 51% 59.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 52% 54.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 52% 62.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 52% 61.8M 0s unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 53% 65.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 53% 63.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 53% 76.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 54% 78.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 54% 94.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 55% 58.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 55% 67.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 55% 69.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 56% 67.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 56% 59.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 57% 86.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 57% 103M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 57% 111M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 58% 98.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 58% 123M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 58% 130M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 59% 114M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 59% 114M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 60% 120M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 60% 116M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 60% 113M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 61% 106M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 61% 124M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 61% 122M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 62% 120M 0s unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpng12-dev:amd64. unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpng12-dev_1.2.54-1ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Unpacking libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 62% 471K 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 63% 72.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 63% 54.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 63% 60.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 64% 58.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 64% 61.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 65% 53.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 65% 68.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 65% 60.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 66% 69.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 66% 62.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 66% 71.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 67% 76.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 67% 69.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 68% 64.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 68% 68.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 68% 70.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 69% 70.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 69% 61.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 70% 67.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 70% 70.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 70% 69.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 71% 59.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 71% 72.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 71% 75.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 72% 84.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 72% 69.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 73% 114M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 73% 61.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 73% 61.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 74% 60.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 74% 66.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 74% 70.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 75% 65.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 75% 81.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 76% 99.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 76% 105M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 76% 105M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 77% 91.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 77% 98.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 78% 105M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 78% 99.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 78% 91.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 79% 104M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 79% 104M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 79% 105M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 80% 92.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 80% 103M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 81% 98.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 81% 104M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 81% 480K 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 82% 46.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 82% 51.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 83% 53.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 83% 49.8M 0s unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfreetype6-dev:amd64. unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 83% 50.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 84% 62.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 84% 59.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 84% 59.4M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 85% 53.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 85% 62.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 86% 60.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 86% 63.0M 0s unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfreetype6-dev_2.6.1-0.1ubuntu2.3_amd64.deb ... unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 86% 54.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 87% 60.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 87% 62.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 87% 63.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 88% 56.1M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 88% 59.3M 0s unit-abot-epc-basic-0: 10:40:32 DEBUG unit.abot-epc-basic/0.install Unpacking libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 89% 60.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 89% 70.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 89% 58.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 90% 68.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 90% 73.9M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 91% 71.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 91% 60.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 91% 72.3M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 92% 70.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 92% 65.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 92% 63.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 93% 79.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 93% 105M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 94% 94.7M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 94% 95.5M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 94% 103M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 95% 108M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 95% 100M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 96% 92.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 96% 98.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 96% 109M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 97% 99.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 97% 95.8M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 97% 82.2M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 98% 106M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 98% 99.6M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 99% 96.0M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 99% 103M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 99% 106M 0s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 13050K .......... ........ 100% 88.9M=0.7s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2018-09-02 10:40:32 (17.9 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: 10:40:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install --2018-09-02 10:40:32-- 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: 10:40:32 DEBUG unit.oai-epc/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install HTTP request sent, awaiting response... 200 OK unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-epc-0: 10:40:32 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: 10:40:32 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 0K .......... .......... .......... .......... .......... 0% 45.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 50K .......... .......... .......... .......... .......... 0% 48.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 100K .......... .......... .......... .......... .......... 0% 52.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 150K .......... .......... .......... .......... .......... 0% 48.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 200K .......... .......... .......... .......... .......... 0% 46.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 250K .......... .......... .......... .......... .......... 0% 57.8M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 300K .......... .......... .......... .......... .......... 0% 50.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 350K .......... .......... .......... .......... .......... 0% 48.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 400K .......... .......... .......... .......... .......... 0% 45.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 450K .......... .......... .......... .......... .......... 0% 54.5M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 500K .......... .......... .......... .......... .......... 1% 51.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 550K .......... .......... .......... .......... .......... 1% 52.8M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 600K .......... .......... .......... .......... .......... 1% 52.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 650K .......... .......... .......... .......... .......... 1% 58.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 700K .......... .......... .......... .......... .......... 1% 63.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 750K .......... .......... .......... .......... .......... 1% 63.0M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 800K .......... .......... .......... .......... .......... 1% 53.1M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 850K .......... .......... .......... .......... .......... 1% 60.8M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 900K .......... .......... .......... .......... .......... 1% 62.1M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 950K .......... .......... .......... .......... .......... 1% 63.6M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1000K .......... .......... .......... .......... .......... 1% 55.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1050K .......... .......... .......... .......... .......... 2% 62.1M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1100K .......... .......... .......... .......... .......... 2% 61.8M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1150K .......... .......... .......... .......... .......... 2% 52.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1200K .......... .......... .......... .......... .......... 2% 47.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1250K .......... .......... .......... .......... .......... 2% 52.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1300K .......... .......... .......... .......... .......... 2% 53.1M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1350K .......... .......... .......... .......... .......... 2% 60.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1400K .......... .......... .......... .......... .......... 2% 54.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1450K .......... .......... .......... .......... .......... 2% 63.7M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1500K .......... .......... .......... .......... .......... 2% 78.2M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1550K .......... .......... .......... .......... .......... 2% 104M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1600K .......... .......... .......... .......... .......... 3% 91.1M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1650K .......... .......... .......... .......... .......... 3% 107M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1700K .......... .......... .......... .......... .......... 3% 101M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1750K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1800K .......... .......... .......... .......... .......... 3% 91.4M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1850K .......... .......... .......... .......... .......... 3% 110M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1900K .......... .......... .......... .......... .......... 3% 109M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 1950K .......... .......... .......... .......... .......... 3% 105M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2000K .......... .......... .......... .......... .......... 3% 93.5M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2050K .......... .......... .......... .......... .......... 3% 105M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2100K .......... .......... .......... .......... .......... 3% 102M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2150K .......... .......... .......... .......... .......... 4% 107M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2200K .......... .......... .......... .......... .......... 4% 94.9M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2250K .......... .......... .......... .......... .......... 4% 109M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2300K .......... .......... .......... .......... .......... 4% 101M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2350K .......... .......... .......... .......... .......... 4% 108M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2400K .......... .......... .......... .......... .......... 4% 84.3M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2450K .......... .......... .......... .......... .......... 4% 103M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2500K .......... .......... .......... .......... .......... 4% 104M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2550K .......... .......... .......... .......... .......... 4% 104M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2600K .......... .......... .......... .......... .......... 4% 96.1M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2650K .......... .......... .......... .......... .......... 5% 109M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2700K .......... .......... .......... .......... .......... 5% 110M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2750K .......... .......... .......... .......... .......... 5% 108M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2800K .......... .......... .......... .......... .......... 5% 96.8M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2850K .......... .......... .......... .......... .......... 5% 107M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2900K .......... .......... .......... .......... .......... 5% 107M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 2950K .......... .......... .......... .......... .......... 5% 106M 1s unit-oai-epc-0: 10:40:32 DEBUG unit.oai-epc/0.install 3000K .......... .......... .......... .......... .......... 5% 95.4M 1s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3050K .......... .......... .......... .......... .......... 5% 525K 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3100K .......... .......... .......... .......... .......... 5% 51.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3150K .......... .......... .......... .......... .......... 5% 63.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3200K .......... .......... .......... .......... .......... 6% 51.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3250K .......... .......... .......... .......... .......... 6% 58.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3300K .......... .......... .......... .......... .......... 6% 59.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3350K .......... .......... .......... .......... .......... 6% 81.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3400K .......... .......... .......... .......... .......... 6% 60.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3450K .......... .......... .......... .......... .......... 6% 72.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3500K .......... .......... .......... .......... .......... 6% 65.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3550K .......... .......... .......... .......... .......... 6% 66.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3600K .......... .......... .......... .......... .......... 6% 66.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3650K .......... .......... .......... .......... .......... 6% 68.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3700K .......... .......... .......... .......... .......... 6% 63.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3750K .......... .......... .......... .......... .......... 7% 62.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3800K .......... .......... .......... .......... .......... 7% 63.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3850K .......... .......... .......... .......... .......... 7% 63.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3900K .......... .......... .......... .......... .......... 7% 70.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 3950K .......... .......... .......... .......... .......... 7% 71.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4000K .......... .......... .......... .......... .......... 7% 65.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4050K .......... .......... .......... .......... .......... 7% 69.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4100K .......... .......... .......... .......... .......... 7% 67.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4150K .......... .......... .......... .......... .......... 7% 81.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4200K .......... .......... .......... .......... .......... 7% 62.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4250K .......... .......... .......... .......... .......... 7% 72.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4300K .......... .......... .......... .......... .......... 8% 73.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4350K .......... .......... .......... .......... .......... 8% 65.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4400K .......... .......... .......... .......... .......... 8% 56.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4450K .......... .......... .......... .......... .......... 8% 85.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4500K .......... .......... .......... .......... .......... 8% 66.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4550K .......... .......... .......... .......... .......... 8% 68.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4600K .......... .......... .......... .......... .......... 8% 58.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4650K .......... .......... .......... .......... .......... 8% 73.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4700K .......... .......... .......... .......... .......... 8% 80.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4750K .......... .......... .......... .......... .......... 8% 66.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4800K .......... .......... .......... .......... .......... 9% 62.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4850K .......... .......... .......... .......... .......... 9% 65.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4900K .......... .......... .......... .......... .......... 9% 84.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 4950K .......... .......... .......... .......... .......... 9% 462K 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5000K .......... .......... .......... .......... .......... 9% 48.7M 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5050K .......... .......... .......... .......... .......... 9% 43.8M 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5100K .......... .......... .......... .......... .......... 9% 49.0M 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5150K .......... .......... .......... .......... .......... 9% 51.7M 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5200K .......... .......... .......... .......... .......... 9% 56.8M 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5250K .......... .......... .......... .......... .......... 9% 51.3M 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5300K .......... .......... .......... .......... .......... 9% 62.2M 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5350K .......... .......... .......... .......... .......... 10% 57.7M 3s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5400K .......... .......... .......... .......... .......... 10% 64.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5450K .......... .......... .......... .......... .......... 10% 52.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5500K .......... .......... .......... .......... .......... 10% 61.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5550K .......... .......... .......... .......... .......... 10% 60.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5600K .......... .......... .......... .......... .......... 10% 62.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5650K .......... .......... .......... .......... .......... 10% 52.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5700K .......... .......... .......... .......... .......... 10% 60.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5750K .......... .......... .......... .......... .......... 10% 61.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5800K .......... .......... .......... .......... .......... 10% 60.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5850K .......... .......... .......... .......... .......... 10% 52.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5900K .......... .......... .......... .......... .......... 11% 63.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 5950K .......... .......... .......... .......... .......... 11% 53.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6000K .......... .......... .......... .......... .......... 11% 78.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6050K .......... .......... .......... .......... .......... 11% 53.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6100K .......... .......... .......... .......... .......... 11% 65.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6150K .......... .......... .......... .......... .......... 11% 60.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6200K .......... .......... .......... .......... .......... 11% 43.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6250K .......... .......... .......... .......... .......... 11% 51.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6300K .......... .......... .......... .......... .......... 11% 58.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6350K .......... .......... .......... .......... .......... 11% 53.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6400K .......... .......... .......... .......... .......... 11% 55.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6450K .......... .......... .......... .......... .......... 12% 48.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6500K .......... .......... .......... .......... .......... 12% 64.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6550K .......... .......... .......... .......... .......... 12% 69.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6600K .......... .......... .......... .......... .......... 12% 76.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6650K .......... .......... .......... .......... .......... 12% 89.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6700K .......... .......... .......... .......... .......... 12% 103M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6750K .......... .......... .......... .......... .......... 12% 103M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6800K .......... .......... .......... .......... .......... 12% 103M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6850K .......... .......... .......... .......... .......... 12% 91.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6900K .......... .......... .......... .......... .......... 12% 95.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 6950K .......... .......... .......... .......... .......... 13% 104M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7000K .......... .......... .......... .......... .......... 13% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7050K .......... .......... .......... .......... .......... 13% 90.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7100K .......... .......... .......... .......... .......... 13% 101M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7150K .......... .......... .......... .......... .......... 13% 99.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7200K .......... .......... .......... .......... .......... 13% 103M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7250K .......... .......... .......... .......... .......... 13% 90.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7300K .......... .......... .......... .......... .......... 13% 104M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7350K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7400K .......... .......... .......... .......... .......... 13% 99.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7450K .......... .......... .......... .......... .......... 13% 92.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7500K .......... .......... .......... .......... .......... 14% 97.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7550K .......... .......... .......... .......... .......... 14% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7600K .......... .......... .......... .......... .......... 14% 108M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7650K .......... .......... .......... .......... .......... 14% 93.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7700K .......... .......... .......... .......... .......... 14% 108M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7750K .......... .......... .......... .......... .......... 14% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7800K .......... .......... .......... .......... .......... 14% 87.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7850K .......... .......... .......... .......... .......... 14% 84.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7900K .......... .......... .......... .......... .......... 14% 106M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 7950K .......... .......... .......... .......... .......... 14% 104M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8000K .......... .......... .......... .......... .......... 14% 522K 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8050K .......... .......... .......... .......... .......... 15% 60.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8100K .......... .......... .......... .......... .......... 15% 47.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8150K .......... .......... .......... .......... .......... 15% 53.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8200K .......... .......... .......... .......... .......... 15% 50.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8250K .......... .......... .......... .......... .......... 15% 48.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8300K .......... .......... .......... .......... .......... 15% 62.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8350K .......... .......... .......... .......... .......... 15% 56.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8400K .......... .......... .......... .......... .......... 15% 59.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8450K .......... .......... .......... .......... .......... 15% 64.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8500K .......... .......... .......... .......... .......... 15% 57.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8550K .......... .......... .......... .......... .......... 15% 64.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8600K .......... .......... .......... .......... .......... 16% 67.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8650K .......... .......... .......... .......... .......... 16% 63.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8700K .......... .......... .......... .......... .......... 16% 66.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8750K .......... .......... .......... .......... .......... 16% 71.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8800K .......... .......... .......... .......... .......... 16% 70.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8850K .......... .......... .......... .......... .......... 16% 70.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8900K .......... .......... .......... .......... .......... 16% 71.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 8950K .......... .......... .......... .......... .......... 16% 63.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9000K .......... .......... .......... .......... .......... 16% 68.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9050K .......... .......... .......... .......... .......... 16% 74.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9100K .......... .......... .......... .......... .......... 17% 68.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9150K .......... .......... .......... .......... .......... 17% 69.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9200K .......... .......... .......... .......... .......... 17% 60.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9250K .......... .......... .......... .......... .......... 17% 84.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9300K .......... .......... .......... .......... .......... 17% 66.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9350K .......... .......... .......... .......... .......... 17% 69.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9400K .......... .......... .......... .......... .......... 17% 60.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9450K .......... .......... .......... .......... .......... 17% 71.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9500K .......... .......... .......... .......... .......... 17% 57.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9550K .......... .......... .......... .......... .......... 17% 83.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9600K .......... .......... .......... .......... .......... 17% 64.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9650K .......... .......... .......... .......... .......... 18% 71.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9700K .......... .......... .......... .......... .......... 18% 73.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9750K .......... .......... .......... .......... .......... 18% 64.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9800K .......... .......... .......... .......... .......... 18% 65.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9850K .......... .......... .......... .......... .......... 18% 98.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9900K .......... .......... .......... .......... .......... 18% 109M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 9950K .......... .......... .......... .......... .......... 18% 104M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10000K .......... .......... .......... .......... .......... 18% 76.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10050K .......... .......... .......... .......... .......... 18% 469K 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10100K .......... .......... .......... .......... .......... 18% 55.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10150K .......... .......... .......... .......... .......... 18% 43.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10200K .......... .......... .......... .......... .......... 19% 47.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10250K .......... .......... .......... .......... .......... 19% 48.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10300K .......... .......... .......... .......... .......... 19% 62.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10350K .......... .......... .......... .......... .......... 19% 47.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10400K .......... .......... .......... .......... .......... 19% 60.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10450K .......... .......... .......... .......... .......... 19% 53.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10500K .......... .......... .......... .......... .......... 19% 61.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10550K .......... .......... .......... .......... .......... 19% 51.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10600K .......... .......... .......... .......... .......... 19% 60.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10650K .......... .......... .......... .......... .......... 19% 60.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10700K .......... .......... .......... .......... .......... 19% 62.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10750K .......... .......... .......... .......... .......... 20% 53.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10800K .......... .......... .......... .......... .......... 20% 62.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10850K .......... .......... .......... .......... .......... 20% 60.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10900K .......... .......... .......... .......... .......... 20% 60.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 10950K .......... .......... .......... .......... .......... 20% 53.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11000K .......... .......... .......... .......... .......... 20% 61.6M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontconfig1-dev:amd64. unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11050K .......... .......... .......... .......... .......... 20% 62.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11100K .......... .......... .......... .......... .......... 20% 60.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11150K .......... .......... .......... .......... .......... 20% 52.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11200K .......... .......... .......... .......... .......... 20% 65.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11250K .......... .......... .......... .......... .......... 21% 70.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11300K .......... .......... .......... .......... .......... 21% 71.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11350K .......... .......... .......... .......... .......... 21% 60.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11400K .......... .......... .......... .......... .......... 21% 67.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11450K .......... .......... .......... .......... .......... 21% 101M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11500K .......... .......... .......... .......... .......... 21% 67.7M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontconfig1-dev_2.11.94-0ubuntu1.1_amd64.deb ... unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11550K .......... .......... .......... .......... .......... 21% 57.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11600K .......... .......... .......... .......... .......... 21% 64.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11650K .......... .......... .......... .......... .......... 21% 101M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11700K .......... .......... .......... .......... .......... 21% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11750K .......... .......... .......... .......... .......... 21% 86.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11800K .......... .......... .......... .......... .......... 22% 107M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11850K .......... .......... .......... .......... .......... 22% 108M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11900K .......... .......... .......... .......... .......... 22% 98.9M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 11950K .......... .......... .......... .......... .......... 22% 94.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12000K .......... .......... .......... .......... .......... 22% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12050K .......... .......... .......... .......... .......... 22% 106M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12100K .......... .......... .......... .......... .......... 22% 107M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12150K .......... .......... .......... .......... .......... 22% 92.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12200K .......... .......... .......... .......... .......... 22% 96.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12250K .......... .......... .......... .......... .......... 22% 97.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12300K .......... .......... .......... .......... .......... 22% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12350K .......... .......... .......... .......... .......... 23% 91.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12400K .......... .......... .......... .......... .......... 23% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12450K .......... .......... .......... .......... .......... 23% 109M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12500K .......... .......... .......... .......... .......... 23% 103M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12550K .......... .......... .......... .......... .......... 23% 92.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12600K .......... .......... .......... .......... .......... 23% 108M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12650K .......... .......... .......... .......... .......... 23% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12700K .......... .......... .......... .......... .......... 23% 106M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12750K .......... .......... .......... .......... .......... 23% 502K 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12800K .......... .......... .......... .......... .......... 23% 55.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12850K .......... .......... .......... .......... .......... 23% 45.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12900K .......... .......... .......... .......... .......... 24% 43.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 12950K .......... .......... .......... .......... .......... 24% 46.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13000K .......... .......... .......... .......... .......... 24% 55.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13050K .......... .......... .......... .......... .......... 24% 53.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13100K .......... .......... .......... .......... .......... 24% 52.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13150K .......... .......... .......... .......... .......... 24% 40.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13200K .......... .......... .......... .......... .......... 24% 68.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13250K .......... .......... .......... .......... .......... 24% 67.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13300K .......... .......... .......... .......... .......... 24% 61.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13350K .......... .......... .......... .......... .......... 24% 94.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13400K .......... .......... .......... .......... .......... 25% 65.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13450K .......... .......... .......... .......... .......... 25% 62.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13500K .......... .......... .......... .......... .......... 25% 62.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13550K .......... .......... .......... .......... .......... 25% 72.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13600K .......... .......... .......... .......... .......... 25% 63.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13650K .......... .......... .......... .......... .......... 25% 65.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13700K .......... .......... .......... .......... .......... 25% 63.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13750K .......... .......... .......... .......... .......... 25% 69.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13800K .......... .......... .......... .......... .......... 25% 66.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13850K .......... .......... .......... .......... .......... 25% 64.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13900K .......... .......... .......... .......... .......... 25% 63.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 13950K .......... .......... .......... .......... .......... 26% 73.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14000K .......... .......... .......... .......... .......... 26% 75.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14050K .......... .......... .......... .......... .......... 26% 65.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14100K .......... .......... .......... .......... .......... 26% 60.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14150K .......... .......... .......... .......... .......... 26% 72.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14200K .......... .......... .......... .......... .......... 26% 75.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14250K .......... .......... .......... .......... .......... 26% 72.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14300K .......... .......... .......... .......... .......... 26% 61.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14350K .......... .......... .......... .......... .......... 26% 58.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14400K .......... .......... .......... .......... .......... 26% 98.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14450K .......... .......... .......... .......... .......... 26% 66.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14500K .......... .......... .......... .......... .......... 27% 86.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14550K .......... .......... .......... .......... .......... 27% 92.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14600K .......... .......... .......... .......... .......... 27% 108M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14650K .......... .......... .......... .......... .......... 27% 98.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14700K .......... .......... .......... .......... .......... 27% 95.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14750K .......... .......... .......... .......... .......... 27% 97.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14800K .......... .......... .......... .......... .......... 27% 106M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14850K .......... .......... .......... .......... .......... 27% 97.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14900K .......... .......... .......... .......... .......... 27% 92.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 14950K .......... .......... .......... .......... .......... 27% 98.4M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-render-dev. unit-abot-epc-basic-0: 10:40:33 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: 10:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-render-dev (2:0.11.1-2) ... unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrender-dev:amd64. unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrender-dev_1%3a0.9.9-0ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpixman-1-dev. unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15000K .......... .......... .......... .......... .......... 27% 464K 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15050K .......... .......... .......... .......... .......... 28% 55.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15100K .......... .......... .......... .......... .......... 28% 46.2M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpixman-1-dev_0.33.6-1_amd64.deb ... unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15150K .......... .......... .......... .......... .......... 28% 56.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15200K .......... .......... .......... .......... .......... 28% 50.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15250K .......... .......... .......... .......... .......... 28% 58.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15300K .......... .......... .......... .......... .......... 28% 59.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15350K .......... .......... .......... .......... .......... 28% 82.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15400K .......... .......... .......... .......... .......... 28% 100M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libpixman-1-dev (0.33.6-1) ... unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15450K .......... .......... .......... .......... .......... 28% 62.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15500K .......... .......... .......... .......... .......... 28% 53.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15550K .......... .......... .......... .......... .......... 29% 60.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15600K .......... .......... .......... .......... .......... 29% 65.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15650K .......... .......... .......... .......... .......... 29% 65.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15700K .......... .......... .......... .......... .......... 29% 55.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15750K .......... .......... .......... .......... .......... 29% 67.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15800K .......... .......... .......... .......... .......... 29% 66.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15850K .......... .......... .......... .......... .......... 29% 65.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15900K .......... .......... .......... .......... .......... 29% 58.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 15950K .......... .......... .......... .......... .......... 29% 63.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16000K .......... .......... .......... .......... .......... 29% 67.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16050K .......... .......... .......... .......... .......... 29% 73.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16100K .......... .......... .......... .......... .......... 30% 60.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16150K .......... .......... .......... .......... .......... 30% 70.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16200K .......... .......... .......... .......... .......... 30% 70.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16250K .......... .......... .......... .......... .......... 30% 73.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16300K .......... .......... .......... .......... .......... 30% 89.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16350K .......... .......... .......... .......... .......... 30% 72.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16400K .......... .......... .......... .......... .......... 30% 75.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16450K .......... .......... .......... .......... .......... 30% 71.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16500K .......... .......... .......... .......... .......... 30% 60.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16550K .......... .......... .......... .......... .......... 30% 80.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16600K .......... .......... .......... .......... .......... 30% 79.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16650K .......... .......... .......... .......... .......... 31% 93.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16700K .......... .......... .......... .......... .......... 31% 85.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16750K .......... .......... .......... .......... .......... 31% 106M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16800K .......... .......... .......... .......... .......... 31% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16850K .......... .......... .......... .......... .......... 31% 98.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16900K .......... .......... .......... .......... .......... 31% 88.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 16950K .......... .......... .......... .......... .......... 31% 101M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17000K .......... .......... .......... .......... .......... 31% 99.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17050K .......... .......... .......... .......... .......... 31% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17100K .......... .......... .......... .......... .......... 31% 92.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17150K .......... .......... .......... .......... .......... 31% 109M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17200K .......... .......... .......... .......... .......... 32% 101M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17250K .......... .......... .......... .......... .......... 32% 107M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17300K .......... .......... .......... .......... .......... 32% 91.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17350K .......... .......... .......... .......... .......... 32% 97.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17400K .......... .......... .......... .......... .......... 32% 103M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17450K .......... .......... .......... .......... .......... 32% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17500K .......... .......... .......... .......... .......... 32% 90.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17550K .......... .......... .......... .......... .......... 32% 106M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17600K .......... .......... .......... .......... .......... 32% 92.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17650K .......... .......... .......... .......... .......... 32% 1.63M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17700K .......... .......... .......... .......... .......... 33% 56.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17750K .......... .......... .......... .......... .......... 33% 56.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17800K .......... .......... .......... .......... .......... 33% 47.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17850K .......... .......... .......... .......... .......... 33% 57.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17900K .......... .......... .......... .......... .......... 33% 86.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 17950K .......... .......... .......... .......... .......... 33% 91.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18000K .......... .......... .......... .......... .......... 33% 85.9M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-render0-dev:amd64. unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-render0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18050K .......... .......... .......... .......... .......... 33% 741K 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18100K .......... .......... .......... .......... .......... 33% 45.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18150K .......... .......... .......... .......... .......... 33% 53.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18200K .......... .......... .......... .......... .......... 33% 61.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18250K .......... .......... .......... .......... .......... 34% 73.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18300K .......... .......... .......... .......... .......... 34% 63.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18350K .......... .......... .......... .......... .......... 34% 20.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18400K .......... .......... .......... .......... .......... 34% 12.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18450K .......... .......... .......... .......... .......... 34% 54.5M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18500K .......... .......... .......... .......... .......... 34% 65.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18550K .......... .......... .......... .......... .......... 34% 45.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18600K .......... .......... .......... .......... .......... 34% 42.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18650K .......... .......... .......... .......... .......... 34% 50.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18700K .......... .......... .......... .......... .......... 34% 52.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18750K .......... .......... .......... .......... .......... 34% 44.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18800K .......... .......... .......... .......... .......... 35% 51.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18850K .......... .......... .......... .......... .......... 35% 54.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18900K .......... .......... .......... .......... .......... 35% 58.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 18950K .......... .......... .......... .......... .......... 35% 51.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19000K .......... .......... .......... .......... .......... 35% 62.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19050K .......... .......... .......... .......... .......... 35% 61.4M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19100K .......... .......... .......... .......... .......... 35% 60.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19150K .......... .......... .......... .......... .......... 35% 47.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19200K .......... .......... .......... .......... .......... 35% 65.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19250K .......... .......... .......... .......... .......... 35% 90.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19300K .......... .......... .......... .......... .......... 35% 104M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19350K .......... .......... .......... .......... .......... 36% 88.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19400K .......... .......... .......... .......... .......... 36% 103M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19450K .......... .......... .......... .......... .......... 36% 106M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19500K .......... .......... .......... .......... .......... 36% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19550K .......... .......... .......... .......... .......... 36% 92.1M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19600K .......... .......... .......... .......... .......... 36% 107M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19650K .......... .......... .......... .......... .......... 36% 99.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19700K .......... .......... .......... .......... .......... 36% 101M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19750K .......... .......... .......... .......... .......... 36% 86.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19800K .......... .......... .......... .......... .......... 36% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19850K .......... .......... .......... .......... .......... 37% 99.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19900K .......... .......... .......... .......... .......... 37% 93.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 19950K .......... .......... .......... .......... .......... 37% 85.9M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shm0-dev:amd64. unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shm0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20000K .......... .......... .......... .......... .......... 37% 1.56M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20050K .......... .......... .......... .......... .......... 37% 46.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20100K .......... .......... .......... .......... .......... 37% 40.0M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20150K .......... .......... .......... .......... .......... 37% 46.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20200K .......... .......... .......... .......... .......... 37% 53.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20250K .......... .......... .......... .......... .......... 37% 45.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20300K .......... .......... .......... .......... .......... 37% 51.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20350K .......... .......... .......... .......... .......... 37% 59.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20400K .......... .......... .......... .......... .......... 38% 60.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20450K .......... .......... .......... .......... .......... 38% 64.6M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20500K .......... .......... .......... .......... .......... 38% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20550K .......... .......... .......... .......... .......... 38% 107M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20600K .......... .......... .......... .......... .......... 38% 101M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20650K .......... .......... .......... .......... .......... 38% 90.8M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20700K .......... .......... .......... .......... .......... 38% 101M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20750K .......... .......... .......... .......... .......... 38% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20800K .......... .......... .......... .......... .......... 38% 102M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20850K .......... .......... .......... .......... .......... 38% 87.2M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20900K .......... .......... .......... .......... .......... 38% 105M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 20950K .......... .......... .......... .......... .......... 39% 102M 2s unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcairo2-dev. unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcairo2-dev_1.14.6-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:33 DEBUG unit.abot-epc-basic/0.install Unpacking libcairo2-dev (1.14.6-1) ... unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 21000K .......... .......... .......... .......... .......... 39% 855K 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 21050K .......... .......... .......... .......... .......... 39% 55.9M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 21100K .......... .......... .......... .......... .......... 39% 45.7M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 21150K .......... .......... .......... .......... .......... 39% 56.3M 2s unit-oai-epc-0: 10:40:33 DEBUG unit.oai-epc/0.install 21200K .......... .......... .......... .......... .......... 39% 11.6M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21250K .......... .......... .......... .......... .......... 39% 47.9M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21300K .......... .......... .......... .......... .......... 39% 50.5M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21350K .......... .......... .......... .......... .......... 39% 88.5M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21400K .......... .......... .......... .......... .......... 39% 85.9M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21450K .......... .......... .......... .......... .......... 39% 42.3M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21500K .......... .......... .......... .......... .......... 40% 50.9M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21550K .......... .......... .......... .......... .......... 40% 13.8M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21600K .......... .......... .......... .......... .......... 40% 54.8M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21650K .......... .......... .......... .......... .......... 40% 55.8M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21700K .......... .......... .......... .......... .......... 40% 60.4M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21750K .......... .......... .......... .......... .......... 40% 57.7M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21800K .......... .......... .......... .......... .......... 40% 64.8M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21850K .......... .......... .......... .......... .......... 40% 73.3M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21900K .......... .......... .......... .......... .......... 40% 55.9M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 21950K .......... .......... .......... .......... .......... 40% 70.2M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22000K .......... .......... .......... .......... .......... 41% 97.4M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22050K .......... .......... .......... .......... .......... 41% 67.1M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22100K .......... .......... .......... .......... .......... 41% 67.0M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22150K .......... .......... .......... .......... .......... 41% 76.8M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22200K .......... .......... .......... .......... .......... 41% 72.8M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22250K .......... .......... .......... .......... .......... 41% 66.6M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22300K .......... .......... .......... .......... .......... 41% 60.3M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22350K .......... .......... .......... .......... .......... 41% 95.6M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22400K .......... .......... .......... .......... .......... 41% 107M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22450K .......... .......... .......... .......... .......... 41% 94.3M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22500K .......... .......... .......... .......... .......... 41% 1.37M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22550K .......... .......... .......... .......... .......... 42% 49.1M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22600K .......... .......... .......... .......... .......... 42% 41.6M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22650K .......... .......... .......... .......... .......... 42% 46.8M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22700K .......... .......... .......... .......... .......... 42% 52.7M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22750K .......... .......... .......... .......... .......... 42% 52.6M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22800K .......... .......... .......... .......... .......... 42% 45.2M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22850K .......... .......... .......... .......... .......... 42% 53.2M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22900K .......... .......... .......... .......... .......... 42% 62.2M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 22950K .......... .......... .......... .......... .......... 42% 63.2M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23000K .......... .......... .......... .......... .......... 42% 54.0M 2s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcamd2.4.1:amd64. unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23050K .......... .......... .......... .......... .......... 42% 84.2M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23100K .......... .......... .......... .......... .......... 43% 99.5M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23150K .......... .......... .......... .......... .......... 43% 87.9M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23200K .......... .......... .......... .......... .......... 43% 95.0M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23250K .......... .......... .......... .......... .......... 43% 99.9M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23300K .......... .......... .......... .......... .......... 43% 103M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23350K .......... .......... .......... .......... .......... 43% 98.0M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23400K .......... .......... .......... .......... .......... 43% 93.6M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23450K .......... .......... .......... .......... .......... 43% 104M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23500K .......... .......... .......... .......... .......... 43% 98.6M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23550K .......... .......... .......... .......... .......... 43% 100M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23600K .......... .......... .......... .......... .......... 43% 92.0M 1s unit-abot-epc-basic-0: 10:40:34 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: 10:40:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcamd2.4.1:amd64 (1:4.4.6-1) ... unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23650K .......... .......... .......... .......... .......... 44% 862K 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23700K .......... .......... .......... .......... .......... 44% 47.0M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23750K .......... .......... .......... .......... .......... 44% 52.4M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23800K .......... .......... .......... .......... .......... 44% 54.7M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23850K .......... .......... .......... .......... .......... 44% 53.5M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23900K .......... .......... .......... .......... .......... 44% 62.2M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 23950K .......... .......... .......... .......... .......... 44% 70.2M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24000K .......... .......... .......... .......... .......... 44% 95.5M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24050K .......... .......... .......... .......... .......... 44% 69.7M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24100K .......... .......... .......... .......... .......... 44% 78.8M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24150K .......... .......... .......... .......... .......... 45% 73.7M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24200K .......... .......... .......... .......... .......... 45% 103M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24250K .......... .......... .......... .......... .......... 45% 103M 2s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24300K .......... .......... .......... .......... .......... 45% 61.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24350K .......... .......... .......... .......... .......... 45% 100M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24400K .......... .......... .......... .......... .......... 45% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24450K .......... .......... .......... .......... .......... 45% 8.29M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24500K .......... .......... .......... .......... .......... 45% 64.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24550K .......... .......... .......... .......... .......... 45% 59.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24600K .......... .......... .......... .......... .......... 45% 64.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24650K .......... .......... .......... .......... .......... 45% 67.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24700K .......... .......... .......... .......... .......... 46% 67.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24750K .......... .......... .......... .......... .......... 46% 68.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24800K .......... .......... .......... .......... .......... 46% 72.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24850K .......... .......... .......... .......... .......... 46% 68.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24900K .......... .......... .......... .......... .......... 46% 68.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 24950K .......... .......... .......... .......... .......... 46% 57.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25000K .......... .......... .......... .......... .......... 46% 62.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25050K .......... .......... .......... .......... .......... 46% 74.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25100K .......... .......... .......... .......... .......... 46% 97.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25150K .......... .......... .......... .......... .......... 46% 88.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25200K .......... .......... .......... .......... .......... 46% 97.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25250K .......... .......... .......... .......... .......... 47% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25300K .......... .......... .......... .......... .......... 47% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25350K .......... .......... .......... .......... .......... 47% 90.5M 1s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libccolamd2.9.1:amd64. unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libccolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25400K .......... .......... .......... .......... .......... 47% 1.34M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25450K .......... .......... .......... .......... .......... 47% 57.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25500K .......... .......... .......... .......... .......... 47% 31.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25550K .......... .......... .......... .......... .......... 47% 58.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25600K .......... .......... .......... .......... .......... 47% 56.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25650K .......... .......... .......... .......... .......... 47% 54.7M 1s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Unpacking libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25700K .......... .......... .......... .......... .......... 47% 54.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25750K .......... .......... .......... .......... .......... 47% 64.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25800K .......... .......... .......... .......... .......... 48% 78.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25850K .......... .......... .......... .......... .......... 48% 72.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25900K .......... .......... .......... .......... .......... 48% 77.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 25950K .......... .......... .......... .......... .......... 48% 105M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26000K .......... .......... .......... .......... .......... 48% 99.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26050K .......... .......... .......... .......... .......... 48% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26100K .......... .......... .......... .......... .......... 48% 88.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26150K .......... .......... .......... .......... .......... 48% 105M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26200K .......... .......... .......... .......... .......... 48% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26250K .......... .......... .......... .......... .......... 48% 839K 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26300K .......... .......... .......... .......... .......... 49% 44.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26350K .......... .......... .......... .......... .......... 49% 51.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26400K .......... .......... .......... .......... .......... 49% 34.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26450K .......... .......... .......... .......... .......... 49% 82.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26500K .......... .......... .......... .......... .......... 49% 48.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26550K .......... .......... .......... .......... .......... 49% 54.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26600K .......... .......... .......... .......... .......... 49% 54.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26650K .......... .......... .......... .......... .......... 49% 56.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26700K .......... .......... .......... .......... .......... 49% 56.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26750K .......... .......... .......... .......... .......... 49% 73.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26800K .......... .......... .......... .......... .......... 49% 88.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26850K .......... .......... .......... .......... .......... 50% 96.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26900K .......... .......... .......... .......... .......... 50% 87.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 26950K .......... .......... .......... .......... .......... 50% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27000K .......... .......... .......... .......... .......... 50% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27050K .......... .......... .......... .......... .......... 50% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27100K .......... .......... .......... .......... .......... 50% 93.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27150K .......... .......... .......... .......... .......... 50% 96.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27200K .......... .......... .......... .......... .......... 50% 105M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27250K .......... .......... .......... .......... .......... 50% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27300K .......... .......... .......... .......... .......... 50% 12.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27350K .......... .......... .......... .......... .......... 50% 75.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27400K .......... .......... .......... .......... .......... 51% 57.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27450K .......... .......... .......... .......... .......... 51% 66.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27500K .......... .......... .......... .......... .......... 51% 65.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27550K .......... .......... .......... .......... .......... 51% 64.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27600K .......... .......... .......... .......... .......... 51% 55.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27650K .......... .......... .......... .......... .......... 51% 66.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27700K .......... .......... .......... .......... .......... 51% 77.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27750K .......... .......... .......... .......... .......... 51% 63.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27800K .......... .......... .......... .......... .......... 51% 60.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27850K .......... .......... .......... .......... .......... 51% 67.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27900K .......... .......... .......... .......... .......... 51% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 27950K .......... .......... .......... .......... .......... 52% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28000K .......... .......... .......... .......... .......... 52% 92.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28050K .......... .......... .......... .......... .......... 52% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28100K .......... .......... .......... .......... .......... 52% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28150K .......... .......... .......... .......... .......... 52% 100M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28200K .......... .......... .......... .......... .......... 52% 1.36M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28250K .......... .......... .......... .......... .......... 52% 52.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28300K .......... .......... .......... .......... .......... 52% 56.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28350K .......... .......... .......... .......... .......... 52% 54.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28400K .......... .......... .......... .......... .......... 52% 64.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28450K .......... .......... .......... .......... .......... 53% 58.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28500K .......... .......... .......... .......... .......... 53% 56.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28550K .......... .......... .......... .......... .......... 53% 63.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28600K .......... .......... .......... .......... .......... 53% 85.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28650K .......... .......... .......... .......... .......... 53% 98.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28700K .......... .......... .......... .......... .......... 53% 75.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28750K .......... .......... .......... .......... .......... 53% 65.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28800K .......... .......... .......... .......... .......... 53% 59.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28850K .......... .......... .......... .......... .......... 53% 98.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28900K .......... .......... .......... .......... .......... 53% 89.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 28950K .......... .......... .......... .......... .......... 53% 98.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29000K .......... .......... .......... .......... .......... 54% 86.0M 1s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcolamd2.9.1:amd64. unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libcolamd2.9.1_1%3a4.4.6-1_amd64.deb ... unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29050K .......... .......... .......... .......... .......... 54% 834K 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29100K .......... .......... .......... .......... .......... 54% 53.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29150K .......... .......... .......... .......... .......... 54% 50.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29200K .......... .......... .......... .......... .......... 54% 46.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29250K .......... .......... .......... .......... .......... 54% 49.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29300K .......... .......... .......... .......... .......... 54% 59.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29350K .......... .......... .......... .......... .......... 54% 55.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29400K .......... .......... .......... .......... .......... 54% 81.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29450K .......... .......... .......... .......... .......... 54% 101M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29500K .......... .......... .......... .......... .......... 54% 84.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29550K .......... .......... .......... .......... .......... 55% 67.4M 1s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29600K .......... .......... .......... .......... .......... 55% 56.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29650K .......... .......... .......... .......... .......... 55% 66.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29700K .......... .......... .......... .......... .......... 55% 94.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29750K .......... .......... .......... .......... .......... 55% 99.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29800K .......... .......... .......... .......... .......... 55% 93.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29850K .......... .......... .......... .......... .......... 55% 99.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29900K .......... .......... .......... .......... .......... 55% 104M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 29950K .......... .......... .......... .......... .......... 55% 100M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30000K .......... .......... .......... .......... .......... 55% 4.62M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30050K .......... .......... .......... .......... .......... 55% 54.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30100K .......... .......... .......... .......... .......... 56% 58.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30150K .......... .......... .......... .......... .......... 56% 62.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30200K .......... .......... .......... .......... .......... 56% 66.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30250K .......... .......... .......... .......... .......... 56% 54.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30300K .......... .......... .......... .......... .......... 56% 63.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30350K .......... .......... .......... .......... .......... 56% 59.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30400K .......... .......... .......... .......... .......... 56% 61.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30450K .......... .......... .......... .......... .......... 56% 55.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30500K .......... .......... .......... .......... .......... 56% 62.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30550K .......... .......... .......... .......... .......... 56% 79.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30600K .......... .......... .......... .......... .......... 57% 104M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30650K .......... .......... .......... .......... .......... 57% 91.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30700K .......... .......... .......... .......... .......... 57% 106M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30750K .......... .......... .......... .......... .......... 57% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30800K .......... .......... .......... .......... .......... 57% 106M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30850K .......... .......... .......... .......... .......... 57% 82.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30900K .......... .......... .......... .......... .......... 57% 95.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 30950K .......... .......... .......... .......... .......... 57% 99.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31000K .......... .......... .......... .......... .......... 57% 1.68M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31050K .......... .......... .......... .......... .......... 57% 53.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31100K .......... .......... .......... .......... .......... 57% 50.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31150K .......... .......... .......... .......... .......... 58% 44.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31200K .......... .......... .......... .......... .......... 58% 45.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31250K .......... .......... .......... .......... .......... 58% 52.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31300K .......... .......... .......... .......... .......... 58% 59.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31350K .......... .......... .......... .......... .......... 58% 54.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31400K .......... .......... .......... .......... .......... 58% 66.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31450K .......... .......... .......... .......... .......... 58% 60.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31500K .......... .......... .......... .......... .......... 58% 75.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31550K .......... .......... .......... .......... .......... 58% 89.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31600K .......... .......... .......... .......... .......... 58% 101M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31650K .......... .......... .......... .......... .......... 58% 105M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31700K .......... .......... .......... .......... .......... 59% 98.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31750K .......... .......... .......... .......... .......... 59% 90.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31800K .......... .......... .......... .......... .......... 59% 98.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31850K .......... .......... .......... .......... .......... 59% 810K 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31900K .......... .......... .......... .......... .......... 59% 49.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 31950K .......... .......... .......... .......... .......... 59% 43.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32000K .......... .......... .......... .......... .......... 59% 50.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32050K .......... .......... .......... .......... .......... 59% 51.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32100K .......... .......... .......... .......... .......... 59% 56.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32150K .......... .......... .......... .......... .......... 59% 49.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32200K .......... .......... .......... .......... .......... 59% 57.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32250K .......... .......... .......... .......... .......... 60% 60.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32300K .......... .......... .......... .......... .......... 60% 63.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32350K .......... .......... .......... .......... .......... 60% 88.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32400K .......... .......... .......... .......... .......... 60% 100M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32450K .......... .......... .......... .......... .......... 60% 92.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32500K .......... .......... .......... .......... .......... 60% 104M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32550K .......... .......... .......... .......... .......... 60% 83.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32600K .......... .......... .......... .......... .......... 60% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32650K .......... .......... .......... .......... .......... 60% 101M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32700K .......... .......... .......... .......... .......... 60% 108M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32750K .......... .......... .......... .......... .......... 61% 88.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32800K .......... .......... .......... .......... .......... 61% 6.53M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32850K .......... .......... .......... .......... .......... 61% 63.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32900K .......... .......... .......... .......... .......... 61% 51.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 32950K .......... .......... .......... .......... .......... 61% 60.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33000K .......... .......... .......... .......... .......... 61% 61.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33050K .......... .......... .......... .......... .......... 61% 76.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33100K .......... .......... .......... .......... .......... 61% 88.7M 1s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcholmod3.0.6:amd64. unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33150K .......... .......... .......... .......... .......... 61% 104M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33200K .......... .......... .......... .......... .......... 61% 65.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33250K .......... .......... .......... .......... .......... 61% 63.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33300K .......... .......... .......... .......... .......... 62% 48.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33350K .......... .......... .......... .......... .......... 62% 60.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33400K .......... .......... .......... .......... .......... 62% 63.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33450K .......... .......... .......... .......... .......... 62% 86.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33500K .......... .......... .......... .......... .......... 62% 89.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33550K .......... .......... .......... .......... .......... 62% 100M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33600K .......... .......... .......... .......... .......... 62% 106M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33650K .......... .......... .......... .......... .......... 62% 102M 1s unit-abot-epc-basic-0: 10:40:34 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: 10:40:34 DEBUG unit.abot-epc-basic/0.install Unpacking libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33700K .......... .......... .......... .......... .......... 62% 1.58M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33750K .......... .......... .......... .......... .......... 62% 52.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33800K .......... .......... .......... .......... .......... 62% 78.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33850K .......... .......... .......... .......... .......... 63% 68.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33900K .......... .......... .......... .......... .......... 63% 64.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 33950K .......... .......... .......... .......... .......... 63% 55.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34000K .......... .......... .......... .......... .......... 63% 58.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34050K .......... .......... .......... .......... .......... 63% 52.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34100K .......... .......... .......... .......... .......... 63% 62.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34150K .......... .......... .......... .......... .......... 63% 83.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34200K .......... .......... .......... .......... .......... 63% 73.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34250K .......... .......... .......... .......... .......... 63% 61.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34300K .......... .......... .......... .......... .......... 63% 94.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34350K .......... .......... .......... .......... .......... 63% 107M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34400K .......... .......... .......... .......... .......... 64% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34450K .......... .......... .......... .......... .......... 64% 92.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34500K .......... .......... .......... .......... .......... 64% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34550K .......... .......... .......... .......... .......... 64% 104M 1s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig9:amd64. unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig9_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig9:amd64 (1.5-0.2) ... unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34600K .......... .......... .......... .......... .......... 64% 808K 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34650K .......... .......... .......... .......... .......... 64% 63.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34700K .......... .......... .......... .......... .......... 64% 49.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34750K .......... .......... .......... .......... .......... 64% 52.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34800K .......... .......... .......... .......... .......... 64% 46.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34850K .......... .......... .......... .......... .......... 64% 52.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34900K .......... .......... .......... .......... .......... 65% 56.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 34950K .......... .......... .......... .......... .......... 65% 61.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35000K .......... .......... .......... .......... .......... 65% 53.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35050K .......... .......... .......... .......... .......... 65% 62.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35100K .......... .......... .......... .......... .......... 65% 67.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35150K .......... .......... .......... .......... .......... 65% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35200K .......... .......... .......... .......... .......... 65% 85.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35250K .......... .......... .......... .......... .......... 65% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35300K .......... .......... .......... .......... .......... 65% 104M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35350K .......... .......... .......... .......... .......... 65% 106M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35400K .......... .......... .......... .......... .......... 65% 88.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35450K .......... .......... .......... .......... .......... 66% 105M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35500K .......... .......... .......... .......... .......... 66% 5.87M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35550K .......... .......... .......... .......... .......... 66% 65.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35600K .......... .......... .......... .......... .......... 66% 53.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35650K .......... .......... .......... .......... .......... 66% 62.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35700K .......... .......... .......... .......... .......... 66% 59.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35750K .......... .......... .......... .......... .......... 66% 62.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35800K .......... .......... .......... .......... .......... 66% 52.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35850K .......... .......... .......... .......... .......... 66% 73.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35900K .......... .......... .......... .......... .......... 66% 103M 1s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 35950K .......... .......... .......... .......... .......... 66% 107M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36000K .......... .......... .......... .......... .......... 67% 90.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36050K .......... .......... .......... .......... .......... 67% 106M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36100K .......... .......... .......... .......... .......... 67% 104M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36150K .......... .......... .......... .......... .......... 67% 10.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36200K .......... .......... .......... .......... .......... 67% 65.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36250K .......... .......... .......... .......... .......... 67% 62.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36300K .......... .......... .......... .......... .......... 67% 53.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36350K .......... .......... .......... .......... .......... 67% 71.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36400K .......... .......... .......... .......... .......... 67% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36450K .......... .......... .......... .......... .......... 67% 106M 1s unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 10:40:34 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-dev:amd64 (1.5-0.2) ... unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36500K .......... .......... .......... .......... .......... 67% 1.95M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36550K .......... .......... .......... .......... .......... 68% 52.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36600K .......... .......... .......... .......... .......... 68% 46.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36650K .......... .......... .......... .......... .......... 68% 54.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36700K .......... .......... .......... .......... .......... 68% 43.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36750K .......... .......... .......... .......... .......... 68% 53.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36800K .......... .......... .......... .......... .......... 68% 54.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36850K .......... .......... .......... .......... .......... 68% 53.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36900K .......... .......... .......... .......... .......... 68% 80.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 36950K .......... .......... .......... .......... .......... 68% 105M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37000K .......... .......... .......... .......... .......... 68% 99.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37050K .......... .......... .......... .......... .......... 69% 88.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37100K .......... .......... .......... .......... .......... 69% 67.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37150K .......... .......... .......... .......... .......... 69% 92.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37200K .......... .......... .......... .......... .......... 69% 106M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37250K .......... .......... .......... .......... .......... 69% 108M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37300K .......... .......... .......... .......... .......... 69% 18.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37350K .......... .......... .......... .......... .......... 69% 78.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37400K .......... .......... .......... .......... .......... 69% 824K 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37450K .......... .......... .......... .......... .......... 69% 50.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37500K .......... .......... .......... .......... .......... 69% 43.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37550K .......... .......... .......... .......... .......... 69% 61.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37600K .......... .......... .......... .......... .......... 70% 79.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37650K .......... .......... .......... .......... .......... 70% 57.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37700K .......... .......... .......... .......... .......... 70% 52.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37750K .......... .......... .......... .......... .......... 70% 56.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37800K .......... .......... .......... .......... .......... 70% 62.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37850K .......... .......... .......... .......... .......... 70% 60.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37900K .......... .......... .......... .......... .......... 70% 60.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 37950K .......... .......... .......... .......... .......... 70% 101M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38000K .......... .......... .......... .......... .......... 70% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38050K .......... .......... .......... .......... .......... 70% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38100K .......... .......... .......... .......... .......... 70% 85.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38150K .......... .......... .......... .......... .......... 71% 98.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38200K .......... .......... .......... .......... .......... 71% 99.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38250K .......... .......... .......... .......... .......... 71% 6.15M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38300K .......... .......... .......... .......... .......... 71% 61.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38350K .......... .......... .......... .......... .......... 71% 54.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38400K .......... .......... .......... .......... .......... 71% 62.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38450K .......... .......... .......... .......... .......... 71% 64.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38500K .......... .......... .......... .......... .......... 71% 61.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38550K .......... .......... .......... .......... .......... 71% 54.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38600K .......... .......... .......... .......... .......... 71% 60.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38650K .......... .......... .......... .......... .......... 71% 75.7M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38700K .......... .......... .......... .......... .......... 72% 89.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38750K .......... .......... .......... .......... .......... 72% 83.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38800K .......... .......... .......... .......... .......... 72% 97.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38850K .......... .......... .......... .......... .......... 72% 102M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38900K .......... .......... .......... .......... .......... 72% 94.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 38950K .......... .......... .......... .......... .......... 72% 13.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39000K .......... .......... .......... .......... .......... 72% 60.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39050K .......... .......... .......... .......... .......... 72% 61.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39100K .......... .......... .......... .......... .......... 72% 79.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39150K .......... .......... .......... .......... .......... 72% 86.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39200K .......... .......... .......... .......... .......... 73% 1.83M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39250K .......... .......... .......... .......... .......... 73% 50.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39300K .......... .......... .......... .......... .......... 73% 44.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39350K .......... .......... .......... .......... .......... 73% 45.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39400K .......... .......... .......... .......... .......... 73% 42.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39450K .......... .......... .......... .......... .......... 73% 45.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39500K .......... .......... .......... .......... .......... 73% 53.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39550K .......... .......... .......... .......... .......... 73% 53.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39600K .......... .......... .......... .......... .......... 73% 68.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39650K .......... .......... .......... .......... .......... 73% 74.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39700K .......... .......... .......... .......... .......... 73% 57.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39750K .......... .......... .......... .......... .......... 74% 60.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39800K .......... .......... .......... .......... .......... 74% 80.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39850K .......... .......... .......... .......... .......... 74% 101M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39900K .......... .......... .......... .......... .......... 74% 98.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 39950K .......... .......... .......... .......... .......... 74% 101M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40000K .......... .......... .......... .......... .......... 74% 79.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40050K .......... .......... .......... .......... .......... 74% 64.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40100K .......... .......... .......... .......... .......... 74% 64.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40150K .......... .......... .......... .......... .......... 74% 84.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40200K .......... .......... .......... .......... .......... 74% 90.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40250K .......... .......... .......... .......... .......... 74% 99.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40300K .......... .......... .......... .......... .......... 75% 105M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40350K .......... .......... .......... .......... .......... 75% 96.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40400K .......... .......... .......... .......... .......... 75% 863K 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40450K .......... .......... .......... .......... .......... 75% 27.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40500K .......... .......... .......... .......... .......... 75% 39.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40550K .......... .......... .......... .......... .......... 75% 78.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40600K .......... .......... .......... .......... .......... 75% 25.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40650K .......... .......... .......... .......... .......... 75% 37.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40700K .......... .......... .......... .......... .......... 75% 27.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40750K .......... .......... .......... .......... .......... 75% 51.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40800K .......... .......... .......... .......... .......... 75% 79.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40850K .......... .......... .......... .......... .......... 76% 84.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40900K .......... .......... .......... .......... .......... 76% 93.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 40950K .......... .......... .......... .......... .......... 76% 87.1M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41000K .......... .......... .......... .......... .......... 76% 80.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41050K .......... .......... .......... .......... .......... 76% 6.22M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41100K .......... .......... .......... .......... .......... 76% 54.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41150K .......... .......... .......... .......... .......... 76% 58.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41200K .......... .......... .......... .......... .......... 76% 35.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41250K .......... .......... .......... .......... .......... 76% 30.4M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41300K .......... .......... .......... .......... .......... 76% 35.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41350K .......... .......... .......... .......... .......... 77% 73.9M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41400K .......... .......... .......... .......... .......... 77% 87.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41450K .......... .......... .......... .......... .......... 77% 86.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41500K .......... .......... .......... .......... .......... 77% 97.3M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41550K .......... .......... .......... .......... .......... 77% 91.0M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41600K .......... .......... .......... .......... .......... 77% 101M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41650K .......... .......... .......... .......... .......... 77% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41700K .......... .......... .......... .......... .......... 77% 103M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41750K .......... .......... .......... .......... .......... 77% 90.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41800K .......... .......... .......... .......... .......... 77% 38.2M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41850K .......... .......... .......... .......... .......... 77% 35.5M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41900K .......... .......... .......... .......... .......... 78% 36.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 41950K .......... .......... .......... .......... .......... 78% 87.6M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 42000K .......... .......... .......... .......... .......... 78% 91.8M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 42050K .......... .......... .......... .......... .......... 78% 101M 1s unit-oai-epc-0: 10:40:34 DEBUG unit.oai-epc/0.install 42100K .......... .......... .......... .......... .......... 78% 104M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42150K .......... .......... .......... .......... .......... 78% 1.81M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42200K .......... .......... .......... .......... .......... 78% 24.6M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42250K .......... .......... .......... .......... .......... 78% 23.5M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42300K .......... .......... .......... .......... .......... 78% 36.9M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42350K .......... .......... .......... .......... .......... 78% 37.3M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42400K .......... .......... .......... .......... .......... 78% 36.0M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42450K .......... .......... .......... .......... .......... 79% 83.3M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42500K .......... .......... .......... .......... .......... 79% 75.1M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42550K .......... .......... .......... .......... .......... 79% 83.9M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42600K .......... .......... .......... .......... .......... 79% 24.2M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42650K .......... .......... .......... .......... .......... 79% 36.2M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42700K .......... .......... .......... .......... .......... 79% 84.8M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42750K .......... .......... .......... .......... .......... 79% 89.7M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42800K .......... .......... .......... .......... .......... 79% 80.3M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42850K .......... .......... .......... .......... .......... 79% 70.9M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42900K .......... .......... .......... .......... .......... 79% 84.4M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 42950K .......... .......... .......... .......... .......... 79% 87.7M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43000K .......... .......... .......... .......... .......... 80% 79.2M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43050K .......... .......... .......... .......... .......... 80% 93.9M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43100K .......... .......... .......... .......... .......... 80% 90.8M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43150K .......... .......... .......... .......... .......... 80% 91.4M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43200K .......... .......... .......... .......... .......... 80% 76.2M 1s unit-abot-epc-basic-0: 10:40:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig-doc. unit-abot-epc-basic-0: 10:40:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig-doc_1.5-0.2_all.deb ... unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43250K .......... .......... .......... .......... .......... 80% 930K 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43300K .......... .......... .......... .......... .......... 80% 21.8M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43350K .......... .......... .......... .......... .......... 80% 88.9M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43400K .......... .......... .......... .......... .......... 80% 71.9M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43450K .......... .......... .......... .......... .......... 80% 79.8M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43500K .......... .......... .......... .......... .......... 81% 46.2M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43550K .......... .......... .......... .......... .......... 81% 92.7M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43600K .......... .......... .......... .......... .......... 81% 77.9M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43650K .......... .......... .......... .......... .......... 81% 19.7M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43700K .......... .......... .......... .......... .......... 81% 27.3M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43750K .......... .......... .......... .......... .......... 81% 75.1M 1s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43800K .......... .......... .......... .......... .......... 81% 90.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43850K .......... .......... .......... .......... .......... 81% 7.35M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43900K .......... .......... .......... .......... .......... 81% 23.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 43950K .......... .......... .......... .......... .......... 81% 36.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44000K .......... .......... .......... .......... .......... 81% 34.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44050K .......... .......... .......... .......... .......... 82% 66.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44100K .......... .......... .......... .......... .......... 82% 57.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44150K .......... .......... .......... .......... .......... 82% 58.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44200K .......... .......... .......... .......... .......... 82% 89.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44250K .......... .......... .......... .......... .......... 82% 106M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44300K .......... .......... .......... .......... .......... 82% 86.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44350K .......... .......... .......... .......... .......... 82% 107M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44400K .......... .......... .......... .......... .......... 82% 83.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44450K .......... .......... .......... .......... .......... 82% 110M 0s unit-abot-epc-basic-0: 10:40:35 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig-doc (1.5-0.2) ... unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44500K .......... .......... .......... .......... .......... 82% 24.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44550K .......... .......... .......... .......... .......... 82% 36.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44600K .......... .......... .......... .......... .......... 83% 34.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44650K .......... .......... .......... .......... .......... 83% 29.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44700K .......... .......... .......... .......... .......... 83% 73.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44750K .......... .......... .......... .......... .......... 83% 99.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44800K .......... .......... .......... .......... .......... 83% 109M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44850K .......... .......... .......... .......... .......... 83% 90.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44900K .......... .......... .......... .......... .......... 83% 107M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 44950K .......... .......... .......... .......... .......... 83% 98.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45000K .......... .......... .......... .......... .......... 83% 108M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45050K .......... .......... .......... .......... .......... 83% 2.00M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45100K .......... .......... .......... .......... .......... 83% 22.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45150K .......... .......... .......... .......... .......... 84% 32.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45200K .......... .......... .......... .......... .......... 84% 29.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45250K .......... .......... .......... .......... .......... 84% 38.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45300K .......... .......... .......... .......... .......... 84% 63.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45350K .......... .......... .......... .......... .......... 84% 83.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45400K .......... .......... .......... .......... .......... 84% 76.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45450K .......... .......... .......... .......... .......... 84% 88.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45500K .......... .......... .......... .......... .......... 84% 50.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45550K .......... .......... .......... .......... .......... 84% 28.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45600K .......... .......... .......... .......... .......... 84% 42.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45650K .......... .......... .......... .......... .......... 85% 66.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45700K .......... .......... .......... .......... .......... 85% 93.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45750K .......... .......... .......... .......... .......... 85% 88.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45800K .......... .......... .......... .......... .......... 85% 76.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45850K .......... .......... .......... .......... .......... 85% 89.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45900K .......... .......... .......... .......... .......... 85% 870K 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 45950K .......... .......... .......... .......... .......... 85% 18.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46000K .......... .......... .......... .......... .......... 85% 35.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46050K .......... .......... .......... .......... .......... 85% 44.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46100K .......... .......... .......... .......... .......... 85% 74.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46150K .......... .......... .......... .......... .......... 85% 74.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46200K .......... .......... .......... .......... .......... 86% 90.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46250K .......... .......... .......... .......... .......... 86% 91.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46300K .......... .......... .......... .......... .......... 86% 88.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46350K .......... .......... .......... .......... .......... 86% 75.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46400K .......... .......... .......... .......... .......... 86% 84.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46450K .......... .......... .......... .......... .......... 86% 94.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46500K .......... .......... .......... .......... .......... 86% 99.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46550K .......... .......... .......... .......... .......... 86% 5.57M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46600K .......... .......... .......... .......... .......... 86% 28.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46650K .......... .......... .......... .......... .......... 86% 22.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46700K .......... .......... .......... .......... .......... 86% 31.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46750K .......... .......... .......... .......... .......... 87% 52.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46800K .......... .......... .......... .......... .......... 87% 39.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46850K .......... .......... .......... .......... .......... 87% 86.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46900K .......... .......... .......... .......... .......... 87% 65.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 46950K .......... .......... .......... .......... .......... 87% 89.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47000K .......... .......... .......... .......... .......... 87% 95.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47050K .......... .......... .......... .......... .......... 87% 87.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47100K .......... .......... .......... .......... .......... 87% 52.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47150K .......... .......... .......... .......... .......... 87% 34.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47200K .......... .......... .......... .......... .......... 87% 32.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47250K .......... .......... .......... .......... .......... 87% 42.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47300K .......... .......... .......... .......... .......... 88% 58.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47350K .......... .......... .......... .......... .......... 88% 100M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47400K .......... .......... .......... .......... .......... 88% 96.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47450K .......... .......... .......... .......... .......... 88% 109M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47500K .......... .......... .......... .......... .......... 88% 90.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47550K .......... .......... .......... .......... .......... 88% 107M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47600K .......... .......... .......... .......... .......... 88% 102M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47650K .......... .......... .......... .......... .......... 88% 106M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47700K .......... .......... .......... .......... .......... 88% 87.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47750K .......... .......... .......... .......... .......... 88% 109M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47800K .......... .......... .......... .......... .......... 89% 2.17M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47850K .......... .......... .......... .......... .......... 89% 29.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47900K .......... .......... .......... .......... .......... 89% 79.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 47950K .......... .......... .......... .......... .......... 89% 70.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48000K .......... .......... .......... .......... .......... 89% 19.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48050K .......... .......... .......... .......... .......... 89% 21.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48100K .......... .......... .......... .......... .......... 89% 47.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48150K .......... .......... .......... .......... .......... 89% 84.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48200K .......... .......... .......... .......... .......... 89% 86.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48250K .......... .......... .......... .......... .......... 89% 25.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48300K .......... .......... .......... .......... .......... 89% 29.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48350K .......... .......... .......... .......... .......... 90% 57.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48400K .......... .......... .......... .......... .......... 90% 88.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48450K .......... .......... .......... .......... .......... 90% 77.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48500K .......... .......... .......... .......... .......... 90% 92.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48550K .......... .......... .......... .......... .......... 90% 96.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48600K .......... .......... .......... .......... .......... 90% 86.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48650K .......... .......... .......... .......... .......... 90% 83.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48700K .......... .......... .......... .......... .......... 90% 92.4M 0s unit-abot-epc-basic-0: 10:40:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libconfig8-dev. unit-abot-epc-basic-0: 10:40:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libconfig8-dev_1.5-0.2_amd64.deb ... unit-abot-epc-basic-0: 10:40:35 DEBUG unit.abot-epc-basic/0.install Unpacking libconfig8-dev (1.5-0.2) ... unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48750K .......... .......... .......... .......... .......... 90% 884K 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48800K .......... .......... .......... .......... .......... 90% 39.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48850K .......... .......... .......... .......... .......... 90% 47.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48900K .......... .......... .......... .......... .......... 91% 92.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 48950K .......... .......... .......... .......... .......... 91% 66.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49000K .......... .......... .......... .......... .......... 91% 66.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49050K .......... .......... .......... .......... .......... 91% 87.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49100K .......... .......... .......... .......... .......... 91% 101M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49150K .......... .......... .......... .......... .......... 91% 103M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49200K .......... .......... .......... .......... .......... 91% 3.80M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49250K .......... .......... .......... .......... .......... 91% 46.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49300K .......... .......... .......... .......... .......... 91% 46.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49350K .......... .......... .......... .......... .......... 91% 48.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49400K .......... .......... .......... .......... .......... 91% 50.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49450K .......... .......... .......... .......... .......... 92% 52.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49500K .......... .......... .......... .......... .......... 92% 62.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49550K .......... .......... .......... .......... .......... 92% 80.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49600K .......... .......... .......... .......... .......... 92% 96.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49650K .......... .......... .......... .......... .......... 92% 61.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49700K .......... .......... .......... .......... .......... 92% 103M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49750K .......... .......... .......... .......... .......... 92% 102M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49800K .......... .......... .......... .......... .......... 92% 105M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49850K .......... .......... .......... .......... .......... 92% 74.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49900K .......... .......... .......... .......... .......... 92% 108M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 49950K .......... .......... .......... .......... .......... 93% 97.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50000K .......... .......... .......... .......... .......... 93% 76.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50050K .......... .......... .......... .......... .......... 93% 61.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50100K .......... .......... .......... .......... .......... 93% 61.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50150K .......... .......... .......... .......... .......... 93% 63.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50200K .......... .......... .......... .......... .......... 93% 62.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50250K .......... .......... .......... .......... .......... 93% 65.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50300K .......... .......... .......... .......... .......... 93% 78.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50350K .......... .......... .......... .......... .......... 93% 73.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50400K .......... .......... .......... .......... .......... 93% 105M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50450K .......... .......... .......... .......... .......... 93% 91.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50500K .......... .......... .......... .......... .......... 94% 1.87M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50550K .......... .......... .......... .......... .......... 94% 22.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50600K .......... .......... .......... .......... .......... 94% 31.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50650K .......... .......... .......... .......... .......... 94% 44.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50700K .......... .......... .......... .......... .......... 94% 49.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50750K .......... .......... .......... .......... .......... 94% 22.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50800K .......... .......... .......... .......... .......... 94% 19.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50850K .......... .......... .......... .......... .......... 94% 30.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50900K .......... .......... .......... .......... .......... 94% 65.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 50950K .......... .......... .......... .......... .......... 94% 55.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51000K .......... .......... .......... .......... .......... 94% 84.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51050K .......... .......... .......... .......... .......... 95% 32.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51100K .......... .......... .......... .......... .......... 95% 25.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51150K .......... .......... .......... .......... .......... 95% 32.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51200K .......... .......... .......... .......... .......... 95% 14.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51250K .......... .......... .......... .......... .......... 95% 79.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51300K .......... .......... .......... .......... .......... 95% 69.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51350K .......... .......... .......... .......... .......... 95% 63.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51400K .......... .......... .......... .......... .......... 95% 75.0M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51450K .......... .......... .......... .......... .......... 95% 84.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51500K .......... .......... .......... .......... .......... 95% 1.04M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51550K .......... .......... .......... .......... .......... 95% 17.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51600K .......... .......... .......... .......... .......... 96% 41.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51650K .......... .......... .......... .......... .......... 96% 65.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51700K .......... .......... .......... .......... .......... 96% 60.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51750K .......... .......... .......... .......... .......... 96% 55.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51800K .......... .......... .......... .......... .......... 96% 76.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51850K .......... .......... .......... .......... .......... 96% 87.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51900K .......... .......... .......... .......... .......... 96% 95.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 51950K .......... .......... .......... .......... .......... 96% 89.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52000K .......... .......... .......... .......... .......... 96% 101M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52050K .......... .......... .......... .......... .......... 96% 101M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52100K .......... .......... .......... .......... .......... 97% 4.60M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52150K .......... .......... .......... .......... .......... 97% 46.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52200K .......... .......... .......... .......... .......... 97% 61.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52250K .......... .......... .......... .......... .......... 97% 88.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52300K .......... .......... .......... .......... .......... 97% 63.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52350K .......... .......... .......... .......... .......... 97% 57.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52400K .......... .......... .......... .......... .......... 97% 52.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52450K .......... .......... .......... .......... .......... 97% 58.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52500K .......... .......... .......... .......... .......... 97% 50.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52550K .......... .......... .......... .......... .......... 97% 56.8M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52600K .......... .......... .......... .......... .......... 97% 92.5M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52650K .......... .......... .......... .......... .......... 98% 101M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52700K .......... .......... .......... .......... .......... 98% 87.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52750K .......... .......... .......... .......... .......... 98% 88.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52800K .......... .......... .......... .......... .......... 98% 41.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52850K .......... .......... .......... .......... .......... 98% 54.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52900K .......... .......... .......... .......... .......... 98% 58.7M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 52950K .......... .......... .......... .......... .......... 98% 59.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53000K .......... .......... .......... .......... .......... 98% 56.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53050K .......... .......... .......... .......... .......... 98% 50.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53100K .......... .......... .......... .......... .......... 98% 59.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53150K .......... .......... .......... .......... .......... 98% 63.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53200K .......... .......... .......... .......... .......... 99% 93.6M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53250K .......... .......... .......... .......... .......... 99% 88.3M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53300K .......... .......... .......... .......... .......... 99% 104M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53350K .......... .......... .......... .......... .......... 99% 101M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53400K .......... .......... .......... .......... .......... 99% 109M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53450K .......... .......... .......... .......... .......... 99% 2.02M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53500K .......... .......... .......... .......... .......... 99% 53.4M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53550K .......... .......... .......... .......... .......... 99% 56.9M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53600K .......... .......... .......... .......... .......... 99% 58.1M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53650K .......... .......... .......... .......... .......... 99% 76.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53700K .......... .......... .......... .......... .......... 99% 17.2M 0s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 53750K ...... 100% 11500G=2.7s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install 2018-09-02 10:40:35 (19.7 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: 10:40:35 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install FINISHED --2018-09-02 10:40:35-- unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install Total wall clock time: 4.9s unit-oai-epc-0: 10:40:35 DEBUG unit.oai-epc/0.install Downloaded: 4 files, 66M in 4.2s (15.8 MB/s) unit-oai-epc-0: 10:40:35 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-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libcxsparse3.1.4:amd64. unit-abot-epc-basic-0: 10:40:36 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: 10:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-oai-epc-0: 10:40:36 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-epc-0: 10:40:36 DEBUG unit.oai-epc/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-epc-0: 10:40:36 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 10:40:36 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libdrm-dev:amd64. unit-abot-epc-basic-0: 10:40:36 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: 10:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-dri2-dev. unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-dri2-dev_2.8-2_all.deb ... unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-gl-dev. unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-gl-dev_1.4.17-1_all.deb ... unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xf86vidmode-dev. unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xf86vidmode-dev_2.3.1-2_all.deb ... unit-abot-epc-basic-0: 10:40:36 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 10:40:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxxf86vm-dev:amd64. unit-abot-epc-basic-0: 10:40:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:40:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-damage-dev. unit-abot-epc-basic-0: 10:40:37 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: 10:40:37 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-damage-dev (1:1.2.1-2) ... unit-oai-epc-0: 10:40:37 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-epc-0: 10:40:37 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb ... unit-abot-epc-basic-0: 10:40:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxdamage-dev:amd64. unit-oai-epc-0: 10:40:37 DEBUG unit.oai-epc/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:40:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxdamage-dev_1%3a1.1.4-2_amd64.deb ... unit-abot-epc-basic-0: 10:40:37 DEBUG unit.abot-epc-basic/0.install Unpacking libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-glx0-dev:amd64. unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-glx0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri2-0-dev:amd64. unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri2-0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-dri3-dev:amd64. unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-dri3-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-randr0-dev:amd64. unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-randr0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:38 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-shape0-dev:amd64. unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-shape0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-xfixes0-dev:amd64. unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-xfixes0-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-sync-dev:amd64. unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-sync-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcb-present-dev:amd64. unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcb-present-dev_1.11.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxshmfence-dev:amd64. unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxshmfence-dev_1.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-xcb-dev:amd64. unit-abot-epc-basic-0: 10:40:39 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: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-bin. unit-abot-epc-basic-0: 10:40:39 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: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwayland-dev:amd64. unit-abot-epc-basic-0: 10:40:39 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: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:40:39 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircore-dev:amd64. unit-abot-epc-basic-0: 10:40:39 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: 10:40:39 DEBUG unit.abot-epc-basic/0.install Unpacking libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf9v5:amd64. unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf9v5_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libprotobuf-dev:amd64. unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libprotobuf-dev_2.6.1-1.3_amd64.deb ... unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Unpacking libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxkbcommon-dev. unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxkbcommon-dev_0.5.0-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Unpacking libxkbcommon-dev (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 10:40:40 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircommon-dev:amd64. unit-abot-epc-basic-0: 10:40:40 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: 10:40:40 DEBUG unit.abot-epc-basic/0.install Unpacking libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-epc-0: 10:40:41 DEBUG unit.oai-epc/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-epc-0: 10:40:41 DEBUG unit.oai-epc/0.install Preparing to unpack .../linux-image-3.19.0-031900-generic_3.19.0-031900.201504091832_amd64.deb ... unit-oai-epc-0: 10:40:41 DEBUG unit.oai-epc/0.install Done. unit-oai-epc-0: 10:40:41 DEBUG unit.oai-epc/0.install Unpacking linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:40:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie2:amd64. unit-abot-epc-basic-0: 10:40:41 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: 10:40:41 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:40:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmircookie-dev:amd64. unit-abot-epc-basic-0: 10:40:41 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: 10:40:41 DEBUG unit.abot-epc-basic/0.install Unpacking libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:40:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmirclient-dev:amd64. unit-abot-epc-basic-0: 10:40:41 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: 10:40:41 DEBUG unit.abot-epc-basic/0.install Unpacking libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:40:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libegl1-mesa-dev:amd64. unit-abot-epc-basic-0: 10:40:41 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: 10:40:41 DEBUG unit.abot-epc-basic/0.install Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:40:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libencode-locale-perl. unit-abot-epc-basic-0: 10:40:41 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libencode-locale-perl_1.05-1_all.deb ... unit-abot-epc-basic-0: 10:40:41 DEBUG unit.abot-epc-basic/0.install Unpacking libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 10:40:41 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libepoxy-dev:amd64. unit-abot-epc-basic-0: 10:40:42 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: 10:40:42 DEBUG unit.abot-epc-basic/0.install Unpacking libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-bin. unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-bin_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfftw3-dev:amd64. unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfftw3-dev_3.3.4-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Unpacking libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libipc-system-simple-perl. unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libipc-system-simple-perl_1.25-3_all.deb ... unit-abot-epc-basic-0: 10:40:42 DEBUG unit.abot-epc-basic/0.install Unpacking libipc-system-simple-perl (1.25-3) ... unit-abot-epc-basic-0: 10:40:43 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-basedir-perl. unit-abot-epc-basic-0: 10:40:43 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-basedir-perl_0.07-1_all.deb ... unit-abot-epc-basic-0: 10:40:43 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liburi-perl. unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liburi-perl_1.71-1_all.deb ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-desktopentry-perl. unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-desktopentry-perl_0.22-1_all.deb ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-date-perl. unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-date-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-listing-perl. unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-listing-perl_6.04-1_all.deb ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfile-mimeinfo-perl. unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfile-mimeinfo-perl_0.27-1_all.deb ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk1.3:amd64. unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfltk1.3_1.3.3-7_amd64.deb ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfltk-gl1.3:amd64. unit-abot-epc-basic-0: 10:40: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: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfltk-gl1.3:amd64 (1.3.3-7) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfont-afm-perl. unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfont-afm-perl_1.20-1_all.deb ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfont-afm-perl (1.20-1) ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libfontenc1:amd64. unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libfontenc1_1%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:44 DEBUG unit.abot-epc-basic/0.install Unpacking libfontenc1:amd64 (1:1.1.3-1) ... machine-3: 10:40:44 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 10:40:44 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 10:40:44 DEBUG juju.agent read agent config, format "2.0" machine-3: 10:40:45 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 10:40:45 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 10:40:45 DEBUG juju.worker start "engine" machine-3: 10:40:45 INFO juju.worker start "engine" machine-3: 10:40:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 10:40:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 10:40:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 10:40:45 DEBUG juju.worker "engine" started machine-3: 10:40:45 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.introspection stats worker now serving machine-3: 10:40:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 10:40:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:40:45 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 10:40:45 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 10:40:45 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:40:45 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.apicaller connecting with old password machine-3: 10:40:45 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 10:40:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-3: 10:40:45 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:40:45 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:40:45 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:40:45 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:40:45 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:45 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 10:40:45 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available machine-3: 10:40:45 DEBUG juju.worker.apicaller connected machine-3: 10:40:45 DEBUG juju.worker.apicaller changing password... unit-abot-epc-basic-0: 10:40:45 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms2. unit-abot-epc-basic-0: 10:40:45 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms2_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 10:40:45 DEBUG unit.abot-epc-basic/0.install Unpacking libforms2 (1.2.3-1.2) ... machine-3: 10:40:45 DEBUG juju.worker.apicaller password changed machine-3: 10:40:45 DEBUG juju.api RPC connection died machine-3: 10:40:45 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately machine-3: 10:40:45 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:40:45 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:40:45 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:40:45 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:40:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-bin. unit-abot-epc-basic-0: 10:40:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-bin_1.2.3-1.2_amd64.deb ... unit-abot-epc-basic-0: 10:40:46 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:40:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxpm-dev:amd64. unit-abot-epc-basic-0: 10:40:46 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: 10:40:46 DEBUG unit.abot-epc-basic/0.install Unpacking libxpm-dev:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... machine-3: 10:40:46 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:40:46 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libforms-dev. machine-3: 10:40:46 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 10:40:46 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libforms-dev_1.2.3-1.2_amd64.deb ... machine-3: 10:40:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 10:40:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 10:40:46 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 10:40:46 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:40:46 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 10:40:46 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:40:46 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Unpacking libforms-dev (1.2.3-1.2) ... machine-3: 10:40:47 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 10:40:47 INFO juju.worker.upgrader unblocking abort check machine-3: 10:40:47 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 10:40:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-3: 10:40:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 10:40:47 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 10:40:47 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 10:40:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 10:40:47 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 10:40:47 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.logger initial log config: "=DEBUG" machine-3: 10:40:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.logger logger setup machine-3: 10:40:47 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} machine-3: 10:40:47 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 10:40:47 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: 10:40:47 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:40:47 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" machine-3: 10:40:47 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 10:40:47 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 10:40:47 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 10:40:47 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 10:40:47 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-3: 10:40:47 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 10:40:47 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 10:40:47 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 10:40:47 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 10:40:47 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:40:47 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:40:47 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 10:40:47 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:40:47 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:40:47 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:40:47 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:40:47 DEBUG juju.network including address public:172.30.9.215 for machine machine-3: 10:40:47 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-3: 10:40:47 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:40:47 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:40:47 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] machine-3: 10:40:47 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 10:40:47 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] machine-3: 10:40:47 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:40:47 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:40:47 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:40:47 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:40:47 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-3: 10:40:47 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:40:47 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-machine:::1] machine-3: 10:40:47 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-machine:::1] machine-3: 10:40:47 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 10:40:47 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 10:40:47 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 10:40:47 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgpg-error-dev. unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgpg-error-dev_1.21-2ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgpg-error-dev (1.21-2ubuntu1) ... machine-3: 10:40:47 INFO juju.worker.deployer deploying unit "oai-hss/0" machine-3: 10:40:47 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 10:40:47 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 10:40:47 DEBUG juju.worker start "3-container-watcher" machine-3: 10:40:47 DEBUG juju.worker start "stateconverter" machine-3: 10:40:47 INFO juju.worker start "3-container-watcher" machine-3: 10:40:47 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 10:40:47 DEBUG juju.worker "3-container-watcher" started machine-3: 10:40:47 INFO juju.worker start "stateconverter" machine-3: 10:40:47 DEBUG juju.worker "stateconverter" started machine-3: 10:40:47 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" machine-3: 10:40:47 INFO juju.worker.machiner "machine-3" started unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt20-dev. unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgcrypt20-dev_1.6.5-2ubuntu0.5_amd64.deb ... unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt20-dev (1.6.5-2ubuntu0.5) ... machine-3: 10:40:47 DEBUG juju.service discovered init system "upstart" from local host machine-3: 10:40:47 DEBUG juju.worker.deployer state addresses: ["192.168.121.15:37017"] machine-3: 10:40:47 DEBUG juju.worker.deployer API addresses: ["192.168.121.15:17070" "172.30.9.215:17070"] machine-3: 10:40:47 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: 10:40:47 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 10:40:47 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 10:40:47 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 10:40:47 DEBUG juju.worker start "api" unit-oai-hss-0: 10:40:47 INFO juju.worker start "api" unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 10:40:47 DEBUG juju.worker "api" started unit-oai-hss-0: 10:40:47 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 10:40:47 DEBUG juju.worker.apicaller connecting with old password unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:40:47 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:40:47 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:47 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgcrypt11-dev. unit-abot-epc-basic-0: 10:40:47 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: 10:40:47 DEBUG unit.abot-epc-basic/0.install Unpacking libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 10:40:47 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgdk-pixbuf2.0-dev. unit-abot-epc-basic-0: 10:40:47 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: 10:40:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... machine-3: 10:40:48 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:53:59:37 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.7 [] [] []} {2 fa:16:3e:53:59:37 1450 0 eth0 ethernet false false manual [] [] []}] unit-abot-epc-basic-0: 10:40:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo0:amd64. unit-abot-epc-basic-0: 10:40:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo0_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:40:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 10:40:48 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 10:40:48 DEBUG juju.worker.apicaller changing password... unit-oai-hss-0: 10:40:48 DEBUG juju.worker.apicaller password changed unit-oai-hss-0: 10:40:48 DEBUG juju.api RPC connection died unit-oai-hss-0: 10:40:48 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: restart immediately unit-oai-hss-0: 10:40:48 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 10:40:48 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:40:48 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:40:48 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:40:48 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-abot-epc-basic-0: 10:40:48 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgettextpo-dev_0.19.7-2ubuntu3_amd64.deb ... unit-abot-epc-basic-0: 10:40:48 DEBUG unit.abot-epc-basic/0.install Unpacking libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 10:40:49 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl2ps0. unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgl2ps0_1.3.8-1.2_amd64.deb ... unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgl2ps0 (1.3.8-1.2) ... unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:40:49 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 10:40:49 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 10:40:49 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglpk36:amd64. unit-oai-hss-0: 10:40:49 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglpk36_4.57-1build3_amd64.deb ... unit-oai-hss-0: 10:40:49 DEBUG juju.worker.meterstatus acquire lock "machine-lock" for meter status hook execution unit-oai-hss-0: 10:40:49 DEBUG juju.worker.meterstatus lock "machine-lock" acquired unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Unpacking libglpk36:amd64 (4.57-1build3) ... unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.meterstatus release lock "machine-lock" for meter status hook execution unit-oai-hss-0: 10:40:49 INFO juju.worker.meterstatus skipped "meter-status-changed" hook (missing) unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.logger initial log config: "=DEBUG" unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.logger logger setup unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.logger reconfiguring logging from "=DEBUG" to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:40:49 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 10:40:49 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:40:49 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:40:49 DEBUG juju.network including address public:172.30.9.215 for machine unit-oai-hss-0: 10:40:49 DEBUG juju.network including address local-cloud:192.168.121.15 for machine unit-oai-hss-0: 10:40:49 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 10:40:49 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 10:40:49 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 10:40:49 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 10:40:49 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "charm-dir" not running: dependency not available unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 10:40:49 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:40:49 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:40:49 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgphoto2-l10n. unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgphoto2-l10n_2.5.9-3_all.deb ... unit-oai-hss-0: 10:40:49 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 10:40:49 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 10:40:49 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Unpacking libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 10:40:49 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 10:40:49 INFO juju.worker.uniter resuming charm install unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.operation running operation install local:trusty/oai-hss-13 unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.operation preparing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 10:40:49 INFO juju.worker.uniter.charm downloading local:trusty/oai-hss-13 from API server unit-oai-hss-0: 10:40:49 INFO juju.downloader downloading from local:trusty/oai-hss-13 unit-oai-hss-0: 10:40:49 DEBUG httpbakery client do GET https://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/charms?file=%2A&url=local%3Atrusty%2Foai-hss-13 { unit-oai-hss-0: 10:40:49 DEBUG httpbakery } -> error unit-oai-hss-0: 10:40:49 INFO juju.downloader download complete ("local:trusty/oai-hss-13") unit-oai-hss-0: 10:40:49 INFO juju.downloader download verified ("local:trusty/oai-hss-13") unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjasper1:amd64. unit-abot-epc-basic-0: 10:40:49 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: 10:40:49 DEBUG unit.abot-epc-basic/0.install Unpacking libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-epc-0: 10:40:49 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.operation executing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.charm preparing to deploy charm "local:trusty/oai-hss-13" unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.charm deploying charm "local:trusty/oai-hss-13" unit-oai-epc-0: 10:40:49 DEBUG unit.oai-epc/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 10:40:49 DEBUG unit.oai-epc/0.install Running depmod. unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwebp5:amd64. unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwebp5_0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwebp5:amd64 (0.4.4-1) ... unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.charm finishing deploy of charm "local:trusty/oai-hss-13" unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.operation committing operation "install local:trusty/oai-hss-13" unit-oai-hss-0: 10:40:49 INFO juju.worker.uniter hooks are retried true unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.remotestate got unit change unit-abot-epc-basic-0: 10:40:49 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwmf0.2-7:amd64. unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.remotestate got service change unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 10:40:49 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 10:40:49 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-abot-epc-basic-0: 10:40:49 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: 10:40:49 DEBUG unit.abot-epc-basic/0.install Unpacking libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 10:40:49 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 10:40:49 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-epc-0: 10:40:50 DEBUG unit.oai-epc/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 10:40:50 DEBUG unit.oai-epc/0.install Examining /etc/kernel/postinst.d. unit-oai-epc-0: 10:40:50 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: 10:40:50 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: 10:40:50 DEBUG unit.oai-epc/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 10:40:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install ++ config-get revision unit-abot-epc-basic-0: 10:40:50 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick-q16-3. unit-oai-hss-0: 10:40:50 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-abot-epc-basic-0: 10:40:50 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick-q16-3_1.3.23-1build1_amd64.deb ... unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:40:50 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:40:50 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=0 unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes git unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install git-man liberror-perl unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install git-daemon-run git-daemon-sysvinit git-doc git-el git-email git-gui gitk unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install gitweb git-arch git-bzr git-cvs git-mediawiki git-svn unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:40:50 DEBUG unit.oai-hss/0.install git git-man liberror-perl unit-oai-hss-0: 10:40:51 DEBUG unit.oai-hss/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:40:51 DEBUG unit.oai-hss/0.install Need to get 3394 kB of archives. unit-oai-hss-0: 10:40:51 DEBUG unit.oai-hss/0.install After this operation, 22.0 MB of additional disk space will be used. unit-oai-hss-0: 10:40:51 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main liberror-perl all 0.17-1.1 [21.1 kB] unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgraphicsmagick++-q16-12. unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgraphicsmagick++-q16-12_1.3.23-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Unpacking libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-oai-hss-0: 10:40:51 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: 10:40:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-icu0:amd64. unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-icu0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-gobject0:amd64. unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-gobject0_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libharfbuzz-dev. unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libharfbuzz-dev_1.0.1-1ubuntu0.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:51 DEBUG unit.abot-epc-basic/0.install Unpacking libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:40:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxft-dev. unit-abot-epc-basic-0: 10:40:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxft-dev_2.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:52 DEBUG unit.abot-epc-basic/0.install Unpacking libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 10:40:52 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpango1.0-dev. unit-abot-epc-basic-0: 10:40:52 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpango1.0-dev_1.38.1-1_amd64.deb ... unit-oai-hss-0: 10:40:52 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: 10:40:52 DEBUG unit.abot-epc-basic/0.install Unpacking libpango1.0-dev (1.38.1-1) ... unit-oai-hss-0: 10:40:52 DEBUG unit.oai-hss/0.install Fetched 3394 kB in 1s (1834 kB/s) unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-xinerama-dev. unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-xinerama-dev_1.2.1-2_all.deb ... unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package liberror-perl. unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install (Reading database ... 78141 files and directories currently installed.) unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../liberror-perl_0.17-1.1_all.deb ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-xinerama-dev (1.2.1-2) ... unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Unpacking liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxinerama-dev:amd64. unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxinerama-dev_2%3a1.1.3-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxinerama-dev:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package git-man. unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../git-man_1%3a1.9.1-1ubuntu0.8_all.deb ... unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Unpacking git-man (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-randr-dev. unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-randr-dev_1.5.0-1_all.deb ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxrandr-dev:amd64. unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxrandr-dev_2%3a1.5.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxrandr-dev:amd64 (2:1.5.0-1) ... unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package git. unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcursor-dev:amd64. unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../git_1%3a1.9.1-1ubuntu0.8_amd64.deb ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcursor-dev_1%3a1.1.14-1ubuntu0.16.04.2_amd64.deb ... unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Unpacking git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxcursor-dev:amd64 (1:1.1.14-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11proto-composite-dev. unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11proto-composite-dev_1%3a0.4.2-2_all.deb ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxcomposite-dev. unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxcomposite-dev_1%3a0.4.4-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../nettle-dev_3.2-1ubuntu0.16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:40:53 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 10:40:53 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgtk-3-dev:amd64. unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgtk-3-dev_3.18.9-1ubuntu3.3_amd64.deb ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsz2:amd64. unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsz2_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-10:amd64. unit-abot-epc-basic-0: 10:40:54 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: 10:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 10:40:54 DEBUG unit.oai-hss/0.install Setting up liberror-perl (0.17-1.1) ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-cpp-11:amd64. unit-abot-epc-basic-0: 10:40:54 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: 10:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 10:40:54 DEBUG unit.oai-hss/0.install Setting up git-man (1:1.9.1-1ubuntu0.8) ... unit-oai-hss-0: 10:40:54 DEBUG unit.oai-hss/0.install Setting up git (1:1.9.1-1ubuntu0.8) ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-turbo8-dev:amd64. unit-abot-epc-basic-0: 10:40:54 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: 10:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg8-dev:amd64. unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg8-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 10:40:54 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=0 unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install + true unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install + '[' '!' 0 -eq 1 ']' unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install + apt-get install -y --force-yes virt-what unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install Reading state information... unit-abot-epc-basic-0: 10:40:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjpeg-dev:amd64. unit-abot-epc-basic-0: 10:40:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjpeg-dev_8c-2ubuntu8_amd64.deb ... unit-abot-epc-basic-0: 10:40:55 DEBUG unit.abot-epc-basic/0.install Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:40:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libaec-dev:amd64. unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install virt-what unit-abot-epc-basic-0: 10:40:55 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libaec-dev_0.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:55 DEBUG unit.abot-epc-basic/0.install Unpacking libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:40:55 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhdf5-dev. unit-abot-epc-basic-0: 10:40:55 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: 10:40:55 DEBUG unit.abot-epc-basic/0.install Unpacking libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install Need to get 13.6 kB of archives. unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install After this operation, 66.6 kB of additional disk space will be used. unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe virt-what amd64 1.13-1 [13.6 kB] unit-oai-hss-0: 10:40:55 DEBUG unit.oai-hss/0.install Fetched 13.6 kB in 0s (24.1 kB/s) unit-oai-hss-0: 10:40:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package virt-what. unit-oai-hss-0: 10:40:56 DEBUG unit.oai-hss/0.install (Reading database ... 78891 files and directories currently installed.) unit-oai-hss-0: 10:40:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../virt-what_1.13-1_amd64.deb ... unit-oai-hss-0: 10:40:56 DEBUG unit.oai-hss/0.install Unpacking virt-what (1.13-1) ... unit-oai-hss-0: 10:40:56 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tagset-perl. unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tagset-perl_3.20-2_all.deb ... unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tagset-perl (3.20-2) ... unit-oai-hss-0: 10:40:56 DEBUG unit.oai-hss/0.install Setting up virt-what (1.13-1) ... unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-parser-perl. unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-parser-perl_3.72-1_amd64.deb ... unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-html-perl. unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-html-perl_1.001-1_all.deb ... unit-abot-epc-basic-0: 10:40:56 DEBUG unit.abot-epc-basic/0.install Unpacking libio-html-perl (1.001-1) ... unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-mediatypes-perl. unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-mediatypes-perl_6.02-1_all.deb ... unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-message-perl. unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-message-perl_6.11-1_all.deb ... unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-message-perl (6.11-1) ... unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-form-perl. unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-form-perl_6.03-1_all.deb ... unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-tree-perl. unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-tree-perl_5.03-2_all.deb ... unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-tree-perl (5.03-2) ... unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install libclone-perl libmldbm-perl libnet-daemon-perl libplrpc-perl unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install libsql-statement-perl unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install libdbd-mysql-perl libdbi-perl libmysqlclient18 libterm-readkey-perl unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install mysql-client mysql-client-5.5 mysql-client-core-5.5 mysql-common unit-oai-epc-0: 10:40:57 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: 10:40:57 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: 10:40:57 DEBUG unit.oai-epc/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-epc-0: 10:40:57 DEBUG unit.oai-epc/0.install Searching for default file ... found: /boot/grub/default unit-oai-epc-0: 10:40:57 DEBUG unit.oai-epc/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-epc-0: 10:40:57 DEBUG unit.oai-epc/0.install Searching for splash image ... none found, skipping ... unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhtml-format-perl. unit-abot-epc-basic-0: 10:40:57 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhtml-format-perl_2.11-2_all.deb ... unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install Need to get 3786 kB of archives. unit-oai-hss-0: 10:40:57 DEBUG unit.oai-hss/0.install After this operation, 43.8 MB of additional disk space will be used. unit-oai-hss-0: 10:40:57 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-oai-epc-0: 10:40:57 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 10:40:57 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhtml-format-perl (2.11-2) ... unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-cookies-perl. unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-cookies-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-cookies-perl (6.01-1) ... unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Updating /boot/grub/menu.lst ... done unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-daemon-perl. unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-daemon-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libhttp-negotiate-perl. unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libhttp-negotiate-perl_6.00-2_all.deb ... unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Unpacking libhttp-negotiate-perl (6.00-2) ... unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:40:58 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-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Generating grub configuration file ... unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libicu-dev:amd64. unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libicu-dev_55.1-7ubuntu0.4_amd64.deb ... unit-abot-epc-basic-0: 10:40:58 DEBUG unit.abot-epc-basic/0.install Unpacking libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install done unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install Setting up linux-headers-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install + echo reboot unit-oai-epc-0: 10:40:58 DEBUG unit.oai-epc/0.install + juju-reboot --now unit-oai-epc-0: 10:40:58 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-epc-0: 10:40:58 INFO juju.worker.uniter.context trying to kill context process 8629 unit-oai-epc-0: 10:40:58 INFO juju.worker.uniter.context waiting for context process 8629 to die unit-oai-epc-0: 10:40:58 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-epc-0: 10:40:58 INFO juju.worker.uniter.context assuming already killed unit-oai-epc-0: 10:40:58 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-epc-0: 10:40:58 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 10:40:58 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:40:58 INFO juju.worker.uniter unit "oai-epc/0" shutting down: machine needs to reboot unit-oai-epc-0: 10:40:58 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-epc-0: 10:40:58 DEBUG juju.worker.uniter juju-run listener stopped unit-oai-epc-0: 10:40:58 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine needs to reboot unit-oai-hss-0: 10:40:59 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] unit-oai-hss-0: 10:40:59 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] machine-2: 10:40:59 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-2: 10:40:59 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-2: 10:40:59 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release machine-2: 10:40:59 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine needs to reboot machine-2: 10:40:59 DEBUG juju.worker killing runner 0xc42022b860 unit-oai-hss-0: 10:40:59 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] unit-oai-hss-0: 10:40:59 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-abot-epc-basic-0: 10:40:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn11-dev. unit-abot-epc-basic-0: 10:40:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn11-dev_1.32-3ubuntu1.2_amd64.deb ... unit-abot-epc-basic-0: 10:40:59 DEBUG unit.abot-epc-basic/0.install Unpacking libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 10:40:59 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-ssleay-perl. unit-abot-epc-basic-0: 10:40:59 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-ssleay-perl_1.72-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:40:59 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 10:40:59 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.61-0ubuntu0.14.04.1 [1463 kB] unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client all 5.5.61-0ubuntu0.14.04.1 [10.9 kB] unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Fetched 3786 kB in 2s (1505 kB/s) unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libio-socket-ssl-perl. unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libio-socket-ssl-perl_2.024-1_all.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libio-socket-ssl-perl (2.024-1) ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install (Reading database ... 78898 files and directories currently installed.) unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-common_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 0%] Progress: [ 2%] Unpacking mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjack-jackd2-0:amd64. unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 5%] Progress: [ 7%] Selecting previously unselected package libmysqlclient18:amd64. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient18_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 10%] Unpacking libmysqlclient18:amd64 (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libjs-jquery. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libjs-jquery_1.11.3+dfsg-4_all.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libjs-jquery (1.11.3+dfsg-4) ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 12%] Progress: [ 15%] Selecting previously unselected package libdbi-perl. unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libkpathsea6:amd64. unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 17%] Unpacking libdbi-perl (1.630-1) ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libkpathsea6_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-http-perl. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-http-perl_6.09-1_all.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-http-perl (6.09-1) ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 20%] Progress: [ 22%] Selecting previously unselected package libdbd-mysql-perl. unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdbd-mysql-perl_4.025-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 25%] Unpacking libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-robotrules-perl. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-robotrules-perl_6.01-1_all.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-robotrules-perl (6.01-1) ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 27%] Progress: [ 30%] Selecting previously unselected package libterm-readkey-perl. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwww-perl. unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwww-perl_6.15-1_all.deb ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 32%] Unpacking libterm-readkey-perl (2.31-1) ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libwww-perl (6.15-1) ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 35%] Progress: [ 37%] Selecting previously unselected package mysql-client-core-5.5. unit-oai-hss-0: 10:41: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: 10:41: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: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liblwp-protocol-https-perl. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liblwp-protocol-https-perl_6.06-2_all.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmagick++-6.q16-5v5:amd64. unit-abot-epc-basic-0: 10:41:00 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: 10:41:00 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: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsys-hostname-long-perl_1.5-1_all.deb ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Progress: [ 42%] Progress: [ 45%] Selecting previously unselected package mysql-client-5.5. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libsys-hostname-long-perl (1.5-1) ... unit-oai-hss-0: 10:41:00 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-client-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:41: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: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmail-sendmail-perl. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-smtp-ssl-perl. unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-smtp-ssl-perl_1.03-1_all.deb ... unit-abot-epc-basic-0: 10:41:00 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-smtp-ssl-perl (1.03-1) ... unit-abot-epc-basic-0: 10:41:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmailtools-perl. unit-abot-epc-basic-0: 10:41:01 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmailtools-perl_2.13-1_all.deb ... unit-abot-epc-basic-0: 10:41:01 DEBUG unit.abot-epc-basic/0.install Unpacking libmailtools-perl (2.13-1) ... unit-oai-hss-0: 10:41:01 DEBUG unit.oai-hss/0.install Progress: [ 50%] Progress: [ 52%] Selecting previously unselected package mysql-client. unit-oai-hss-0: 10:41: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: 10:41:01 DEBUG unit.oai-hss/0.install Progress: [ 55%] Unpacking mysql-client (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:41:01 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mysql-common. unit-abot-epc-basic-0: 10:41:01 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: 10:41:01 DEBUG unit.abot-epc-basic/0.install Unpacking mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 10:41:01 DEBUG unit.oai-hss/0.install Progress: [ 57%] Progress: [ 60%] Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:41:02 DEBUG unit.oai-hss/0.install Setting up mysql-common (5.5.61-0ubuntu0.14.04.1) ... unit-abot-epc-basic-0: 10:41:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient20:amd64. unit-abot-epc-basic-0: 10:41:02 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libmysqlclient20_5.7.23-0ubuntu0.16.04.1_amd64.deb ... unit-oai-hss-0: 10:41: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: 10:41:02 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 10:41:02 DEBUG unit.oai-hss/0.install Progress: [ 67%] Progress: [ 70%] Setting up libdbi-perl (1.630-1) ... unit-oai-hss-0: 10:41:02 DEBUG unit.oai-hss/0.install Progress: [ 72%] Progress: [ 75%] Setting up libdbd-mysql-perl (4.025-1ubuntu0.1) ... unit-oai-hss-0: 10:41:02 DEBUG unit.oai-hss/0.install Progress: [ 77%] Progress: [ 80%] Setting up libterm-readkey-perl (2.31-1) ... unit-oai-hss-0: 10:41: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: 10:41: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: 10:41:02 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 10:41: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: 10:41:02 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: 10:41:02 DEBUG unit.abot-epc-basic/0.install Unpacking libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 10:41:02 DEBUG unit.oai-hss/0.install Progress: [ 97%] Progress: [100%] Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:41:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-parser-perl. unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-parser-perl_2.44-1build1_amd64.deb ... unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-parser-perl (2.44-1build1) ... unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-twig-perl. unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-twig-perl_1%3a3.48-1_all.deb ... unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-twig-perl (1:3.48-1) ... unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41: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: 10:41:03 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libnet-dbus-perl. unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libnet-dbus-perl_1.1.0-3build1_amd64.deb ... unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Unpacking libnet-dbus-perl (1.1.0-3build1) ... unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libglu1-mesa:amd64. unit-oai-hss-0: 10:41:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:41:03 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libglu1-mesa_9.0.0-2.1_amd64.deb ... unit-abot-epc-basic-0: 10:41:03 DEBUG unit.abot-epc-basic/0.install Unpacking libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 10:41:03 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 10:41:03 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 10:41:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libumfpack5.7.1:amd64. unit-abot-epc-basic-0: 10:41:04 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: 10:41:04 DEBUG unit.abot-epc-basic/0.install Unpacking libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:41:04 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave3:amd64. unit-abot-epc-basic-0: 10:41:04 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave3_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 10:41:04 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 10:41:04 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 10:41:04 DEBUG unit.oai-hss/0.install + cp -f /etc/hosts /home unit-oai-hss-0: 10:41:04 DEBUG unit.oai-hss/0.install + git clone https://gitlab.eurecom.fr/oai/openair-cn.git /srv/openair-cn unit-oai-hss-0: 10:41:04 DEBUG unit.oai-hss/0.install Cloning into '/srv/openair-cn'... unit-abot-epc-basic-0: 10:41:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpaper-utils. unit-abot-epc-basic-0: 10:41:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpaper-utils_1.1.24+nmu4ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:41:05 DEBUG unit.abot-epc-basic/0.install Unpacking libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 10:41:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-5.2-0:amd64. unit-abot-epc-basic-0: 10:41:05 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: 10:41:05 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 10:41:05 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpgm-dev:amd64. unit-abot-epc-basic-0: 10:41:05 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpgm-dev_5.2.122~dfsg-2_amd64.deb ... unit-abot-epc-basic-0: 10:41:05 DEBUG unit.abot-epc-basic/0.install Unpacking libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libplot2c2. unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libplot2c2_2.6-3ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Unpacking libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpoppler58:amd64. unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpoppler58_0.41.0-0ubuntu1.8_amd64.deb ... unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libportaudio2:amd64. unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libportaudio2_19+svn20140130-1build1_amd64.deb ... unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Unpacking libportaudio2:amd64 (19+svn20140130-1build1) ... unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpotrace0. unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpotrace0_1.13-2_amd64.deb ... unit-abot-epc-basic-0: 10:41:06 DEBUG unit.abot-epc-basic/0.install Unpacking libpotrace0 (1.13-2) ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libpstoedit0c2a. unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libpstoedit0c2a_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Unpacking libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libptexenc1:amd64. unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libptexenc1_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Unpacking libptexenc1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqhull7:amd64. unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqhull7_2015.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Unpacking libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-l10n. unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-l10n_2.9.1+dfsg-4build1_all.deb ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 10:41:07 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtcore4-l10n. unit-abot-epc-basic-0: 10:41:07 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: 10:41:07 DEBUG unit.abot-epc-basic/0.install Unpacking qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtcore4:amd64. unit-abot-epc-basic-0: 10:41:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtcore4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:41:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xml:amd64. unit-abot-epc-basic-0: 10:41:08 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: 10:41:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtdbus4:amd64. unit-abot-epc-basic-0: 10:41:08 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtdbus4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:41:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:08 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-network:amd64. unit-abot-epc-basic-0: 10:41:08 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: 10:41:08 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-script:amd64. unit-abot-epc-basic-0: 10:41:09 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: 10:41:09 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql:amd64. unit-abot-epc-basic-0: 10:41:09 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: 10:41:09 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-abot-epc-basic-0: 10:41:09 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: 10:41:09 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:09 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-abot-epc-basic-0: 10:41:09 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: 10:41:09 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install Switched to a new branch 'v0.3.2-branch' unit-oai-hss-0: 10:41: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: 10:41:10 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 10:41: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: 10:41:10 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 10:41:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:41:10 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + [[ false == true ]] unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + '[' kvm == lxc -o kvm == docker ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + '[' kvm == '' ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + current_kern_release=3.13.0-156-generic unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ echo 3.13.0-156-generic unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + current_kern_major_revision=13 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + '[' 13 -ge 19 ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=false unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + [[ false == false ]] unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.reboot unit-oai-hss-0: 10:41: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: 10:41:10 DEBUG unit.oai-hss/0.install + '[' '' '!=' reboot ']' unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + echo reboot unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + juju-log 'installing the required kernel and reboot' unit-oai-hss-0: 10:41:10 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:41:10 INFO unit.oai-hss/0.juju-log installing the required kernel and reboot unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + status-set maintenance 'installing the required kernel and rebooting' unit-oai-hss-0: 10:41:10 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + install_required_kernel unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install + version=3.19 unit-oai-hss-0: 10:41: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-abot-epc-basic-0: 10:41:10 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install --2018-09-02 10:41:10-- http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/ unit-abot-epc-basic-0: 10:41:10 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqtgui4_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:41:10 DEBUG unit.abot-epc-basic/0.install Unpacking libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install Resolving kernel.ubuntu.com (kernel.ubuntu.com)... 91.189.94.216 unit-oai-hss-0: 10:41:10 DEBUG unit.oai-hss/0.install Connecting to kernel.ubuntu.com (kernel.ubuntu.com)|91.189.94.216|:80... connected. unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install Length: unspecified [text/html] unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install Saving to: 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 0K ....... 52.6M=0s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 2018-09-02 10:41:11 (52.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/index.html' saved [8048] unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install --2018-09-02 10:41:11-- 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: 10:41:11 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install Length: 1153230 (1.1M) [application/x-debian-package] unit-oai-hss-0: 10:41: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: 10:41:11 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqscintilla2-12v5. unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqscintilla2-12v5_2.9.1+dfsg-4build1_amd64.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qtchooser. unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qtchooser_52-gae5eeef-2build1~gcc5.2_amd64.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qdbus. unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qdbus_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-dbus:amd64. unit-abot-epc-basic-0: 10:41:11 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: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 185K 6s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 8% 30.4M 3s unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-opengl:amd64. unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-opengl_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libqt4-sql-mysql_4%3a4.8.7+dfsg-5ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 372K 3s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 17% 36.8M 2s unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp1_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsctp-dev. unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsctp-dev_1.0.16+dfsg-3_amd64.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-dev:amd64. unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-dev_1.0.2g-1ubuntu4.13_amd64.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 375K 2s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 26% 54.0M 1s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 31% 40.1M 1s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 35% 46.2M 1s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 39% 54.2M 1s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 44% 1.40M 1s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 48% 514K 1s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 53% 48.0M 1s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 57% 42.7M 0s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 62% 38.1M 0s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 66% 53.3M 0s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 71% 55.6M 0s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 75% 53.4M 0s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 79% 57.9M 0s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 84% 96.8M 0s unit-oai-hss-0: 10:41:11 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 88% 111M 0s unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libssl-doc. unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libssl-doc_1.0.2g-1ubuntu4.13_all.deb ... unit-abot-epc-basic-0: 10:41:11 DEBUG unit.abot-epc-basic/0.install Unpacking libssl-doc (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 93% 393K 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 97% 49.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1100K .......... .......... ...... 100% 54.6M=0.8s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2018-09-02 10:41:12 (1.35 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: 10:41:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install --2018-09-02 10:41:12-- 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: 10:41:12 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install Length: 13381952 (13M) [application/x-debian-package] unit-oai-hss-0: 10:41: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: 10:41:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 52.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 58.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 1% 52.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 1% 53.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 1% 49.3M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 2% 69.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 2% 66.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 3% 69.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 3% 58.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 3% 71.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 4% 68.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 4% 63.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 4% 55.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 5% 111M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 5% 113M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 6% 118M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 6% 99.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 6% 112M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 7% 119M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 7% 115M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 8% 96.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 8% 114M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 8% 411K 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 9% 45.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 9% 57.8M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 9% 51.5M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 10% 39.9M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 10% 39.6M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 11% 55.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 11% 51.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 11% 49.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 12% 48.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 12% 59.5M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 13% 60.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 13% 61.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 13% 51.8M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 14% 64.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 14% 63.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 14% 63.3M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 15% 56.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 15% 65.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 16% 66.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 16% 94.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 16% 103M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 17% 111M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 17% 117M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 17% 108M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 18% 96.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 18% 110M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 19% 118M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 19% 111M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 19% 100M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 20% 117M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 20% 108M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 21% 119M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 21% 95.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 21% 119M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 22% 114M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 22% 118M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 22% 103M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 23% 457K 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 23% 67.9M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 24% 63.5M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 24% 58.5M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 24% 41.6M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 25% 69.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 25% 69.3M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 26% 73.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 26% 82.1M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 26% 76.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 27% 79.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 27% 74.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 27% 76.9M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 28% 88.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 28% 108M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 29% 62.8M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 29% 72.8M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 29% 67.0M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 30% 66.6M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 30% 58.1M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 30% 64.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 31% 62.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 31% 66.3M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 32% 57.0M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 32% 68.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 32% 68.5M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 33% 63.6M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 33% 44.5M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 34% 64.9M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 34% 66.8M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 34% 90.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 35% 91.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 35% 102M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 35% 103M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 36% 102M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 36% 92.6M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 37% 96.5M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 37% 99.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 37% 100M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 38% 94.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 38% 98.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 39% 106M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 39% 98.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 39% 92.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 40% 98.5M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 40% 109M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 40% 95.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 41% 94.9M 0s unit-abot-epc-basic-0: 10:41:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsvn1:amd64. unit-abot-epc-basic-0: 10:41:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsvn1_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:41:12 DEBUG unit.abot-epc-basic/0.install Unpacking libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 41% 476K 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 42% 47.3M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 42% 53.3M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 42% 51.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 43% 53.4M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 43% 55.2M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 43% 63.9M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 44% 66.6M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 44% 65.1M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 45% 56.7M 1s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 45% 68.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 45% 65.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 46% 71.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 46% 58.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 47% 65.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 47% 63.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 47% 65.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 48% 57.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 48% 65.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 48% 66.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 49% 65.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 49% 59.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 50% 48.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 50% 66.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 50% 66.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 51% 61.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 51% 77.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 52% 83.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 52% 70.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 52% 84.5M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 53% 97.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 53% 106M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 53% 101M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 54% 90.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 54% 102M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 55% 106M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 55% 105M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 55% 95.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 56% 104M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 56% 99.3M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 57% 100M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 57% 92.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 57% 102M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 58% 105M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 58% 104M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 58% 91.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 59% 101M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 59% 104M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 60% 479K 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 60% 52.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 60% 50.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 61% 53.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 61% 46.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 61% 62.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 62% 63.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 62% 65.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 63% 57.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 63% 70.5M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 63% 63.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 64% 64.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 64% 57.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 65% 65.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 65% 67.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 65% 68.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 66% 57.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 66% 67.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 66% 64.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 67% 70.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 67% 56.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 68% 64.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 68% 80.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 68% 69.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 69% 63.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 69% 75.5M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 70% 65.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 70% 70.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 70% 72.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 71% 73.3M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 71% 102M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 71% 98.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 72% 90.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 72% 96.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 73% 106M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 73% 97.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 73% 93.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 74% 97.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 74% 107M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 74% 98.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 75% 91.3M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 75% 104M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 76% 104M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 76% 102M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 76% 88.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 77% 99.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 77% 106M 0s unit-abot-epc-basic-0: 10:41:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libsynctex1:amd64. unit-abot-epc-basic-0: 10:41:12 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libsynctex1_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 78% 480K 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 78% 56.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 78% 52.7M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 79% 53.3M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 79% 49.3M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 79% 58.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 80% 64.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 80% 63.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 81% 57.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 81% 66.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 81% 65.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 82% 64.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 82% 56.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 83% 63.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 83% 65.1M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 83% 64.3M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 84% 45.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 84% 62.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 84% 66.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 85% 65.5M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 85% 59.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 86% 65.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 86% 66.9M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 86% 68.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 87% 61.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 87% 69.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 87% 74.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 88% 85.5M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 88% 63.5M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 89% 104M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 89% 79.0M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 89% 101M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 90% 90.5M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 90% 102M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 91% 98.4M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 91% 103M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 91% 89.2M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 92% 102M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 92% 99.8M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 92% 108M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 93% 89.3M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 93% 107M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 94% 103M 0s unit-abot-epc-basic-0: 10:41:12 DEBUG unit.abot-epc-basic/0.install Unpacking libsynctex1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 94% 104M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 94% 87.6M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 95% 103M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 95% 100M 0s unit-oai-hss-0: 10:41:12 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 96% 103M 0s unit-abot-epc-basic-0: 10:41:12 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-6-dev:amd64. unit-abot-epc-basic-0: 10:41:12 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: 10:41:12 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexlua52:amd64. unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 96% 482K 0s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 96% 47.3M 0s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 97% 41.9M 0s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 97% 55.5M 0s unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexlua52_2015.20160222.37495-1_amd64.deb ... unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 97% 56.6M 0s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 98% 60.8M 0s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 98% 54.4M 0s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 99% 63.2M 0s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 99% 73.1M 0s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 99% 98.1M 0s unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Unpacking libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13050K .......... ........ 100% 58.1M=0.8s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2018-09-02 10:41:13 (15.6 MB/s) - 'kernel.ubuntu.com/~kernel-ppa/mainline/v3.19-vivid/linux-headers-3.19.0-031900_3.19.0-031900.201504091832_all.deb' saved [13381952/13381952] unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install --2018-09-02 10:41:13-- 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: 10:41:13 DEBUG unit.oai-hss/0.install Reusing existing connection to kernel.ubuntu.com:80. unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install Length: 55046174 (52M) [application/x-debian-package] unit-oai-hss-0: 10:41: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: 10:41:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 96.2M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 0% 42.9M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 0% 48.6M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 0% 53.6M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 0% 57.3M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 0% 50.9M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 0% 53.8M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 0% 63.5M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 0% 69.1M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 0% 67.0M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 1% 56.1M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 1% 69.8M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 1% 68.5M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 1% 65.5M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 1% 59.8M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 1% 63.4M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 1% 67.8M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 1% 67.5M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 1% 58.8M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 1% 62.4M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 1% 68.4M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 2% 65.6M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 2% 57.4M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 2% 66.1M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 2% 68.6M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 2% 66.5M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 2% 56.9M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 2% 66.8M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 2% 70.0M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 2% 47.9M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 2% 51.7M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 2% 64.7M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 3% 62.5M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 3% 66.4M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 3% 56.5M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 3% 89.3M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 3% 101M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 3% 104M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 3% 88.7M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 3% 104M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 3% 105M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 3% 96.7M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 3% 89.7M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 4% 105M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 4% 100M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 4% 92.2M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 4% 90.1M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 4% 103M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 4% 95.6M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 4% 104M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 4% 87.3M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 4% 104M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 4% 100M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 5% 104M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 5% 90.2M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 5% 105M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 5% 101M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 5% 104M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 5% 92.0M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 5% 104M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 5% 103M 1s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 5% 521K 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 5% 68.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 5% 58.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 6% 60.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 6% 65.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 6% 61.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 6% 80.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 6% 82.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 6% 61.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 6% 71.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 6% 79.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 6% 75.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 6% 69.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 6% 74.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 7% 72.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 7% 71.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 7% 78.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 7% 96.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 7% 72.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 7% 64.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 7% 64.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 7% 66.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 7% 82.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 7% 71.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 7% 88.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 8% 55.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 8% 65.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 8% 70.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 8% 66.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 8% 57.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 8% 84.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 8% 75.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 8% 77.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 8% 68.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 8% 74.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 9% 67.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 9% 96.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 9% 82.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 9% 66.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5000K .......... .......... .......... .......... .......... 9% 64.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5050K .......... .......... .......... .......... .......... 9% 96.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5100K .......... .......... .......... .......... .......... 9% 77.9M 2s unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtexluajit2:amd64. unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtexluajit2_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Unpacking libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5150K .......... .......... .......... .......... .......... 9% 473K 3s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5200K .......... .......... .......... .......... .......... 9% 46.8M 3s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5250K .......... .......... .......... .......... .......... 9% 54.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5300K .......... .......... .......... .......... .......... 9% 34.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5350K .......... .......... .......... .......... .......... 10% 53.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5400K .......... .......... .......... .......... .......... 10% 44.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5450K .......... .......... .......... .......... .......... 10% 51.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5500K .......... .......... .......... .......... .......... 10% 51.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5550K .......... .......... .......... .......... .......... 10% 62.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5600K .......... .......... .......... .......... .......... 10% 50.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5650K .......... .......... .......... .......... .......... 10% 64.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5700K .......... .......... .......... .......... .......... 10% 62.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5750K .......... .......... .......... .......... .......... 10% 65.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5800K .......... .......... .......... .......... .......... 10% 56.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5850K .......... .......... .......... .......... .......... 10% 57.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5900K .......... .......... .......... .......... .......... 11% 64.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 5950K .......... .......... .......... .......... .......... 11% 63.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6000K .......... .......... .......... .......... .......... 11% 59.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6050K .......... .......... .......... .......... .......... 11% 65.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6100K .......... .......... .......... .......... .......... 11% 69.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6150K .......... .......... .......... .......... .......... 11% 104M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6200K .......... .......... .......... .......... .......... 11% 92.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6250K .......... .......... .......... .......... .......... 11% 99.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6300K .......... .......... .......... .......... .......... 11% 90.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6350K .......... .......... .......... .......... .......... 11% 68.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6400K .......... .......... .......... .......... .......... 11% 60.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6450K .......... .......... .......... .......... .......... 12% 66.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6500K .......... .......... .......... .......... .......... 12% 63.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6550K .......... .......... .......... .......... .......... 12% 68.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6600K .......... .......... .......... .......... .......... 12% 56.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6650K .......... .......... .......... .......... .......... 12% 68.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6700K .......... .......... .......... .......... .......... 12% 65.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6750K .......... .......... .......... .......... .......... 12% 67.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6800K .......... .......... .......... .......... .......... 12% 57.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6850K .......... .......... .......... .......... .......... 12% 68.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6900K .......... .......... .......... .......... .......... 12% 69.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 6950K .......... .......... .......... .......... .......... 13% 58.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7000K .......... .......... .......... .......... .......... 13% 83.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7050K .......... .......... .......... .......... .......... 13% 72.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7100K .......... .......... .......... .......... .......... 13% 72.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7150K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7200K .......... .......... .......... .......... .......... 13% 90.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7250K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7300K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7350K .......... .......... .......... .......... .......... 13% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7400K .......... .......... .......... .......... .......... 13% 86.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7450K .......... .......... .......... .......... .......... 13% 98.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7500K .......... .......... .......... .......... .......... 14% 100M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7550K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7600K .......... .......... .......... .......... .......... 14% 88.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7650K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7700K .......... .......... .......... .......... .......... 14% 100M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7750K .......... .......... .......... .......... .......... 14% 103M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7800K .......... .......... .......... .......... .......... 14% 89.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7850K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7900K .......... .......... .......... .......... .......... 14% 96.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 7950K .......... .......... .......... .......... .......... 14% 109M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8000K .......... .......... .......... .......... .......... 14% 88.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8050K .......... .......... .......... .......... .......... 15% 107M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8100K .......... .......... .......... .......... .......... 15% 94.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8150K .......... .......... .......... .......... .......... 15% 110M 2s unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtext-unidecode-perl. unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtext-unidecode-perl_1.27-1_all.deb ... unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Unpacking libtext-unidecode-perl (1.27-1) ... unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8200K .......... .......... .......... .......... .......... 15% 529K 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8250K .......... .......... .......... .......... .......... 15% 59.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8300K .......... .......... .......... .......... .......... 15% 68.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8350K .......... .......... .......... .......... .......... 15% 46.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8400K .......... .......... .......... .......... .......... 15% 43.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8450K .......... .......... .......... .......... .......... 15% 25.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8500K .......... .......... .......... .......... .......... 15% 50.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8550K .......... .......... .......... .......... .......... 15% 55.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8600K .......... .......... .......... .......... .......... 16% 68.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8650K .......... .......... .......... .......... .......... 16% 66.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8700K .......... .......... .......... .......... .......... 16% 54.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8750K .......... .......... .......... .......... .......... 16% 67.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8800K .......... .......... .......... .......... .......... 16% 83.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8850K .......... .......... .......... .......... .......... 16% 69.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8900K .......... .......... .......... .......... .......... 16% 68.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 8950K .......... .......... .......... .......... .......... 16% 66.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9000K .......... .......... .......... .......... .......... 16% 87.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9050K .......... .......... .......... .......... .......... 16% 87.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9100K .......... .......... .......... .......... .......... 17% 63.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9150K .......... .......... .......... .......... .......... 17% 79.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9200K .......... .......... .......... .......... .......... 17% 74.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9250K .......... .......... .......... .......... .......... 17% 82.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9300K .......... .......... .......... .......... .......... 17% 62.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9350K .......... .......... .......... .......... .......... 17% 86.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9400K .......... .......... .......... .......... .......... 17% 71.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9450K .......... .......... .......... .......... .......... 17% 67.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9500K .......... .......... .......... .......... .......... 17% 59.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9550K .......... .......... .......... .......... .......... 17% 69.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9600K .......... .......... .......... .......... .......... 17% 76.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9650K .......... .......... .......... .......... .......... 18% 82.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9700K .......... .......... .......... .......... .......... 18% 65.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9750K .......... .......... .......... .......... .......... 18% 75.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9800K .......... .......... .......... .......... .......... 18% 77.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9850K .......... .......... .......... .......... .......... 18% 75.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9900K .......... .......... .......... .......... .......... 18% 82.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 9950K .......... .......... .......... .......... .......... 18% 73.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10000K .......... .......... .......... .......... .......... 18% 66.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10050K .......... .......... .......... .......... .......... 18% 71.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10100K .......... .......... .......... .......... .......... 18% 70.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10150K .......... .......... .......... .......... .......... 18% 73.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10200K .......... .......... .......... .......... .......... 19% 77.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10250K .......... .......... .......... .......... .......... 19% 67.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10300K .......... .......... .......... .......... .......... 19% 69.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10350K .......... .......... .......... .......... .......... 19% 104M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10400K .......... .......... .......... .......... .......... 19% 107M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10450K .......... .......... .......... .......... .......... 19% 489K 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10500K .......... .......... .......... .......... .......... 19% 57.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10550K .......... .......... .......... .......... .......... 19% 60.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10600K .......... .......... .......... .......... .......... 19% 49.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10650K .......... .......... .......... .......... .......... 19% 54.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10700K .......... .......... .......... .......... .......... 19% 59.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10750K .......... .......... .......... .......... .......... 20% 60.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10800K .......... .......... .......... .......... .......... 20% 59.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10850K .......... .......... .......... .......... .......... 20% 68.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10900K .......... .......... .......... .......... .......... 20% 67.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 10950K .......... .......... .......... .......... .......... 20% 68.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11000K .......... .......... .......... .......... .......... 20% 68.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11050K .......... .......... .......... .......... .......... 20% 68.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11100K .......... .......... .......... .......... .......... 20% 66.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11150K .......... .......... .......... .......... .......... 20% 70.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11200K .......... .......... .......... .......... .......... 20% 58.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11250K .......... .......... .......... .......... .......... 21% 68.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11300K .......... .......... .......... .......... .......... 21% 72.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11350K .......... .......... .......... .......... .......... 21% 68.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11400K .......... .......... .......... .......... .......... 21% 63.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11450K .......... .......... .......... .......... .......... 21% 63.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11500K .......... .......... .......... .......... .......... 21% 69.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11550K .......... .......... .......... .......... .......... 21% 70.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11600K .......... .......... .......... .......... .......... 21% 67.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11650K .......... .......... .......... .......... .......... 21% 74.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11700K .......... .......... .......... .......... .......... 21% 94.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11750K .......... .......... .......... .......... .......... 21% 85.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11800K .......... .......... .......... .......... .......... 22% 62.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11850K .......... .......... .......... .......... .......... 22% 76.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11900K .......... .......... .......... .......... .......... 22% 75.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 11950K .......... .......... .......... .......... .......... 22% 69.9M 2s unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtie-ixhash-perl. unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12000K .......... .......... .......... .......... .......... 22% 66.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12050K .......... .......... .......... .......... .......... 22% 79.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12100K .......... .......... .......... .......... .......... 22% 87.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12150K .......... .......... .......... .......... .......... 22% 74.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12200K .......... .......... .......... .......... .......... 22% 84.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12250K .......... .......... .......... .......... .......... 22% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12300K .......... .......... .......... .......... .......... 22% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12350K .......... .......... .......... .......... .......... 23% 106M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12400K .......... .......... .......... .......... .......... 23% 89.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12450K .......... .......... .......... .......... .......... 23% 82.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12500K .......... .......... .......... .......... .......... 23% 68.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12550K .......... .......... .......... .......... .......... 23% 70.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12600K .......... .......... .......... .......... .......... 23% 58.6M 2s unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtie-ixhash-perl_1.23-2_all.deb ... unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12650K .......... .......... .......... .......... .......... 23% 68.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12700K .......... .......... .......... .......... .......... 23% 68.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12750K .......... .......... .......... .......... .......... 23% 67.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12800K .......... .......... .......... .......... .......... 23% 43.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12850K .......... .......... .......... .......... .......... 23% 90.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12900K .......... .......... .......... .......... .......... 24% 103M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 12950K .......... .......... .......... .......... .......... 24% 106M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13000K .......... .......... .......... .......... .......... 24% 90.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13050K .......... .......... .......... .......... .......... 24% 107M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13100K .......... .......... .......... .......... .......... 24% 102M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13150K .......... .......... .......... .......... .......... 24% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13200K .......... .......... .......... .......... .......... 24% 92.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13250K .......... .......... .......... .......... .......... 24% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13300K .......... .......... .......... .......... .......... 24% 106M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13350K .......... .......... .......... .......... .......... 24% 107M 2s unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Unpacking libtie-ixhash-perl (1.23-2) ... unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13400K .......... .......... .......... .......... .......... 25% 517K 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13450K .......... .......... .......... .......... .......... 25% 54.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13500K .......... .......... .......... .......... .......... 25% 55.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13550K .......... .......... .......... .......... .......... 25% 57.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13600K .......... .......... .......... .......... .......... 25% 59.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13650K .......... .......... .......... .......... .......... 25% 76.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13700K .......... .......... .......... .......... .......... 25% 72.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13750K .......... .......... .......... .......... .......... 25% 63.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13800K .......... .......... .......... .......... .......... 25% 70.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13850K .......... .......... .......... .......... .......... 25% 72.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13900K .......... .......... .......... .......... .......... 25% 67.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 13950K .......... .......... .......... .......... .......... 26% 64.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14000K .......... .......... .......... .......... .......... 26% 83.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14050K .......... .......... .......... .......... .......... 26% 67.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14100K .......... .......... .......... .......... .......... 26% 76.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14150K .......... .......... .......... .......... .......... 26% 63.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14200K .......... .......... .......... .......... .......... 26% 69.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14250K .......... .......... .......... .......... .......... 26% 73.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14300K .......... .......... .......... .......... .......... 26% 78.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14350K .......... .......... .......... .......... .......... 26% 62.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14400K .......... .......... .......... .......... .......... 26% 82.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14450K .......... .......... .......... .......... .......... 26% 66.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14500K .......... .......... .......... .......... .......... 27% 83.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14550K .......... .......... .......... .......... .......... 27% 69.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14600K .......... .......... .......... .......... .......... 27% 69.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14650K .......... .......... .......... .......... .......... 27% 86.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14700K .......... .......... .......... .......... .......... 27% 74.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14750K .......... .......... .......... .......... .......... 27% 80.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14800K .......... .......... .......... .......... .......... 27% 68.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14850K .......... .......... .......... .......... .......... 27% 72.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14900K .......... .......... .......... .......... .......... 27% 74.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 14950K .......... .......... .......... .......... .......... 27% 65.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15000K .......... .......... .......... .......... .......... 27% 76.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15050K .......... .......... .......... .......... .......... 28% 68.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15100K .......... .......... .......... .......... .......... 28% 81.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15150K .......... .......... .......... .......... .......... 28% 64.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15200K .......... .......... .......... .......... .......... 28% 88.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15250K .......... .......... .......... .......... .......... 28% 107M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15300K .......... .......... .......... .......... .......... 28% 102M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15350K .......... .......... .......... .......... .......... 28% 93.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15400K .......... .......... .......... .......... .......... 28% 39.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15450K .......... .......... .......... .......... .......... 28% 72.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15500K .......... .......... .......... .......... .......... 28% 60.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15550K .......... .......... .......... .......... .......... 29% 80.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15600K .......... .......... .......... .......... .......... 29% 72.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15650K .......... .......... .......... .......... .......... 29% 70.7M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15700K .......... .......... .......... .......... .......... 29% 57.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15750K .......... .......... .......... .......... .......... 29% 64.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15800K .......... .......... .......... .......... .......... 29% 70.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15850K .......... .......... .......... .......... .......... 29% 80.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15900K .......... .......... .......... .......... .......... 29% 90.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 15950K .......... .......... .......... .......... .......... 29% 100M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16000K .......... .......... .......... .......... .......... 29% 105M 2s unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtool. unit-abot-epc-basic-0: 10:41:13 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libtool_2.4.6-0.1_all.deb ... unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16050K .......... .......... .......... .......... .......... 29% 501K 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16100K .......... .......... .......... .......... .......... 30% 49.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16150K .......... .......... .......... .......... .......... 30% 50.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16200K .......... .......... .......... .......... .......... 30% 52.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16250K .......... .......... .......... .......... .......... 30% 51.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16300K .......... .......... .......... .......... .......... 30% 54.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16350K .......... .......... .......... .......... .......... 30% 58.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16400K .......... .......... .......... .......... .......... 30% 66.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16450K .......... .......... .......... .......... .......... 30% 67.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16500K .......... .......... .......... .......... .......... 30% 62.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16550K .......... .......... .......... .......... .......... 30% 67.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16600K .......... .......... .......... .......... .......... 30% 68.1M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16650K .......... .......... .......... .......... .......... 31% 69.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16700K .......... .......... .......... .......... .......... 31% 90.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16750K .......... .......... .......... .......... .......... 31% 106M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16800K .......... .......... .......... .......... .......... 31% 105M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16850K .......... .......... .......... .......... .......... 31% 104M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16900K .......... .......... .......... .......... .......... 31% 88.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 16950K .......... .......... .......... .......... .......... 31% 75.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17000K .......... .......... .......... .......... .......... 31% 68.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17050K .......... .......... .......... .......... .......... 31% 71.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17100K .......... .......... .......... .......... .......... 31% 57.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17150K .......... .......... .......... .......... .......... 31% 67.8M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17200K .......... .......... .......... .......... .......... 32% 67.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17250K .......... .......... .......... .......... .......... 32% 66.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17300K .......... .......... .......... .......... .......... 32% 58.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17350K .......... .......... .......... .......... .......... 32% 68.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17400K .......... .......... .......... .......... .......... 32% 71.3M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17450K .......... .......... .......... .......... .......... 32% 71.9M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17500K .......... .......... .......... .......... .......... 32% 79.2M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17550K .......... .......... .......... .......... .......... 32% 66.5M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17600K .......... .......... .......... .......... .......... 32% 76.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17650K .......... .......... .......... .......... .......... 32% 84.6M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17700K .......... .......... .......... .......... .......... 33% 58.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17750K .......... .......... .......... .......... .......... 33% 74.0M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17800K .......... .......... .......... .......... .......... 33% 99.4M 2s unit-oai-hss-0: 10:41:13 DEBUG unit.oai-hss/0.install 17850K .......... .......... .......... .......... .......... 33% 102M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 17900K .......... .......... .......... .......... .......... 33% 91.8M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 17950K .......... .......... .......... .......... .......... 33% 101M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18000K .......... .......... .......... .......... .......... 33% 99.0M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18050K .......... .......... .......... .......... .......... 33% 70.1M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18100K .......... .......... .......... .......... .......... 33% 58.1M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18150K .......... .......... .......... .......... .......... 33% 67.9M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18200K .......... .......... .......... .......... .......... 33% 73.3M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18250K .......... .......... .......... .......... .......... 34% 94.1M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18300K .......... .......... .......... .......... .......... 34% 87.5M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18350K .......... .......... .......... .......... .......... 34% 104M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18400K .......... .......... .......... .......... .......... 34% 104M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18450K .......... .......... .......... .......... .......... 34% 87.7M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18500K .......... .......... .......... .......... .......... 34% 59.2M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18550K .......... .......... .......... .......... .......... 34% 65.4M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18600K .......... .......... .......... .......... .......... 34% 67.3M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18650K .......... .......... .......... .......... .......... 34% 69.3M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18700K .......... .......... .......... .......... .......... 34% 74.9M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18750K .......... .......... .......... .......... .......... 34% 102M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18800K .......... .......... .......... .......... .......... 35% 107M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18850K .......... .......... .......... .......... .......... 35% 100M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18900K .......... .......... .......... .......... .......... 35% 93.3M 2s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libtool (2.4.6-0.1) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 18950K .......... .......... .......... .......... .......... 35% 516K 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19000K .......... .......... .......... .......... .......... 35% 57.0M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19050K .......... .......... .......... .......... .......... 35% 55.4M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19100K .......... .......... .......... .......... .......... 35% 50.5M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19150K .......... .......... .......... .......... .......... 35% 58.4M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19200K .......... .......... .......... .......... .......... 35% 76.9M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19250K .......... .......... .......... .......... .......... 35% 68.1M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19300K .......... .......... .......... .......... .......... 35% 65.7M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19350K .......... .......... .......... .......... .......... 36% 71.5M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19400K .......... .......... .......... .......... .......... 36% 79.5M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19450K .......... .......... .......... .......... .......... 36% 84.3M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19500K .......... .......... .......... .......... .......... 36% 61.5M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19550K .......... .......... .......... .......... .......... 36% 74.5M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19600K .......... .......... .......... .......... .......... 36% 74.7M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19650K .......... .......... .......... .......... .......... 36% 73.9M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19700K .......... .......... .......... .......... .......... 36% 80.4M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19750K .......... .......... .......... .......... .......... 36% 103M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19800K .......... .......... .......... .......... .......... 36% 107M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19850K .......... .......... .......... .......... .......... 37% 37.7M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19900K .......... .......... .......... .......... .......... 37% 60.0M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 19950K .......... .......... .......... .......... .......... 37% 73.5M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20000K .......... .......... .......... .......... .......... 37% 80.4M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20050K .......... .......... .......... .......... .......... 37% 71.0M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20100K .......... .......... .......... .......... .......... 37% 59.4M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20150K .......... .......... .......... .......... .......... 37% 68.2M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20200K .......... .......... .......... .......... .......... 37% 66.1M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20250K .......... .......... .......... .......... .......... 37% 62.0M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20300K .......... .......... .......... .......... .......... 37% 58.7M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20350K .......... .......... .......... .......... .......... 37% 74.0M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20400K .......... .......... .......... .......... .......... 38% 73.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20450K .......... .......... .......... .......... .......... 38% 91.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20500K .......... .......... .......... .......... .......... 38% 65.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20550K .......... .......... .......... .......... .......... 38% 70.4M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20600K .......... .......... .......... .......... .......... 38% 73.8M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20650K .......... .......... .......... .......... .......... 38% 77.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20700K .......... .......... .......... .......... .......... 38% 59.8M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20750K .......... .......... .......... .......... .......... 38% 98.2M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20800K .......... .......... .......... .......... .......... 38% 105M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20850K .......... .......... .......... .......... .......... 38% 103M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20900K .......... .......... .......... .......... .......... 38% 79.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 20950K .......... .......... .......... .......... .......... 39% 69.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21000K .......... .......... .......... .......... .......... 39% 69.3M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21050K .......... .......... .......... .......... .......... 39% 66.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21100K .......... .......... .......... .......... .......... 39% 61.1M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21150K .......... .......... .......... .......... .......... 39% 74.8M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21200K .......... .......... .......... .......... .......... 39% 102M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21250K .......... .......... .......... .......... .......... 39% 106M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21300K .......... .......... .......... .......... .......... 39% 88.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21350K .......... .......... .......... .......... .......... 39% 74.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21400K .......... .......... .......... .......... .......... 39% 64.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21450K .......... .......... .......... .......... .......... 39% 73.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21500K .......... .......... .......... .......... .......... 40% 83.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21550K .......... .......... .......... .......... .......... 40% 70.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21600K .......... .......... .......... .......... .......... 40% 67.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21650K .......... .......... .......... .......... .......... 40% 67.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21700K .......... .......... .......... .......... .......... 40% 65.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21750K .......... .......... .......... .......... .......... 40% 104M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21800K .......... .......... .......... .......... .......... 40% 103M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-0-dev:amd64. unit-abot-epc-basic-0: 10:41:14 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: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-0-dev:amd64 (2:1.0.20-1) ... unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libusb-1.0-doc. unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libusb-1.0-doc_2%3a1.0.20-1_all.deb ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21850K .......... .......... .......... .......... .......... 40% 516K 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21900K .......... .......... .......... .......... .......... 40% 60.2M 2s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 21950K .......... .......... .......... .......... .......... 40% 40.4M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22000K .......... .......... .......... .......... .......... 41% 54.5M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22050K .......... .......... .......... .......... .......... 41% 57.0M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22100K .......... .......... .......... .......... .......... 41% 72.9M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22150K .......... .......... .......... .......... .......... 41% 64.7M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22200K .......... .......... .......... .......... .......... 41% 90.9M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22250K .......... .......... .......... .......... .......... 41% 86.1M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22300K .......... .......... .......... .......... .......... 41% 81.9M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22350K .......... .......... .......... .......... .......... 41% 66.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22400K .......... .......... .......... .......... .......... 41% 66.7M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22450K .......... .......... .......... .......... .......... 41% 70.6M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22500K .......... .......... .......... .......... .......... 41% 79.7M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22550K .......... .......... .......... .......... .......... 42% 68.2M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22600K .......... .......... .......... .......... .......... 42% 88.1M 2s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22650K .......... .......... .......... .......... .......... 42% 104M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22700K .......... .......... .......... .......... .......... 42% 110M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22750K .......... .......... .......... .......... .......... 42% 60.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22800K .......... .......... .......... .......... .......... 42% 65.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22850K .......... .......... .......... .......... .......... 42% 78.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22900K .......... .......... .......... .......... .......... 42% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 22950K .......... .......... .......... .......... .......... 42% 93.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23000K .......... .......... .......... .......... .......... 42% 18.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23050K .......... .......... .......... .......... .......... 42% 65.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23100K .......... .......... .......... .......... .......... 43% 55.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23150K .......... .......... .......... .......... .......... 43% 67.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23200K .......... .......... .......... .......... .......... 43% 68.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23250K .......... .......... .......... .......... .......... 43% 67.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23300K .......... .......... .......... .......... .......... 43% 57.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23350K .......... .......... .......... .......... .......... 43% 66.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23400K .......... .......... .......... .......... .......... 43% 66.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23450K .......... .......... .......... .......... .......... 43% 65.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23500K .......... .......... .......... .......... .......... 43% 66.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23550K .......... .......... .......... .......... .......... 43% 104M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23600K .......... .......... .......... .......... .......... 43% 96.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23650K .......... .......... .......... .......... .......... 44% 69.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23700K .......... .......... .......... .......... .......... 44% 59.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23750K .......... .......... .......... .......... .......... 44% 70.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23800K .......... .......... .......... .......... .......... 44% 68.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23850K .......... .......... .......... .......... .......... 44% 80.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23900K .......... .......... .......... .......... .......... 44% 76.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 23950K .......... .......... .......... .......... .......... 44% 105M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24000K .......... .......... .......... .......... .......... 44% 104M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24050K .......... .......... .......... .......... .......... 44% 82.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24100K .......... .......... .......... .......... .......... 44% 59.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24150K .......... .......... .......... .......... .......... 45% 65.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24200K .......... .......... .......... .......... .......... 45% 78.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24250K .......... .......... .......... .......... .......... 45% 99.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24300K .......... .......... .......... .......... .......... 45% 92.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24350K .......... .......... .......... .......... .......... 45% 102M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24400K .......... .......... .......... .......... .......... 45% 94.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24450K .......... .......... .......... .......... .......... 45% 90.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24500K .......... .......... .......... .......... .......... 45% 63.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24550K .......... .......... .......... .......... .......... 45% 68.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24600K .......... .......... .......... .......... .......... 45% 63.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24650K .......... .......... .......... .......... .......... 45% 69.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24700K .......... .......... .......... .......... .......... 46% 90.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24750K .......... .......... .......... .......... .......... 46% 104M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libwacom-bin. unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libwacom-bin_0.22-1~ubuntu16.04.1_amd64.deb ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24800K .......... .......... .......... .......... .......... 46% 1.44M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libx11-protocol-perl. unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libx11-protocol-perl_0.56-7_all.deb ... unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libx11-protocol-perl (0.56-7) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24850K .......... .......... .......... .......... .......... 46% 828K 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24900K .......... .......... .......... .......... .......... 46% 51.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 24950K .......... .......... .......... .......... .......... 46% 43.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25000K .......... .......... .......... .......... .......... 46% 77.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25050K .......... .......... .......... .......... .......... 46% 39.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25100K .......... .......... .......... .......... .......... 46% 59.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25150K .......... .......... .......... .......... .......... 46% 59.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25200K .......... .......... .......... .......... .......... 46% 72.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25250K .......... .......... .......... .......... .......... 47% 72.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25300K .......... .......... .......... .......... .......... 47% 92.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25350K .......... .......... .......... .......... .......... 47% 88.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25400K .......... .......... .......... .......... .......... 47% 66.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25450K .......... .......... .......... .......... .......... 47% 68.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25500K .......... .......... .......... .......... .......... 47% 73.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25550K .......... .......... .......... .......... .......... 47% 77.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25600K .......... .......... .......... .......... .......... 47% 83.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25650K .......... .......... .......... .......... .......... 47% 89.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25700K .......... .......... .......... .......... .......... 47% 57.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25750K .......... .......... .......... .......... .......... 47% 57.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25800K .......... .......... .......... .......... .......... 48% 63.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25850K .......... .......... .......... .......... .......... 48% 87.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25900K .......... .......... .......... .......... .......... 48% 102M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 25950K .......... .......... .......... .......... .......... 48% 9.69M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26000K .......... .......... .......... .......... .......... 48% 68.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26050K .......... .......... .......... .......... .......... 48% 66.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26100K .......... .......... .......... .......... .......... 48% 57.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26150K .......... .......... .......... .......... .......... 48% 62.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26200K .......... .......... .......... .......... .......... 48% 62.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26250K .......... .......... .......... .......... .......... 48% 65.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26300K .......... .......... .......... .......... .......... 49% 58.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26350K .......... .......... .......... .......... .......... 49% 69.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26400K .......... .......... .......... .......... .......... 49% 66.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26450K .......... .......... .......... .......... .......... 49% 63.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26500K .......... .......... .......... .......... .......... 49% 60.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26550K .......... .......... .......... .......... .......... 49% 75.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26600K .......... .......... .......... .......... .......... 49% 69.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26650K .......... .......... .......... .......... .......... 49% 102M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26700K .......... .......... .......... .......... .......... 49% 91.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26750K .......... .......... .......... .......... .......... 49% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26800K .......... .......... .......... .......... .......... 49% 68.6M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-namespacesupport-perl. unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26850K .......... .......... .......... .......... .......... 50% 69.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26900K .......... .......... .......... .......... .......... 50% 60.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 26950K .......... .......... .......... .......... .......... 50% 68.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27000K .......... .......... .......... .......... .......... 50% 103M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27050K .......... .......... .......... .......... .......... 50% 104M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27100K .......... .......... .......... .......... .......... 50% 83.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27150K .......... .......... .......... .......... .......... 50% 76.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27200K .......... .......... .......... .......... .......... 50% 89.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27250K .......... .......... .......... .......... .......... 50% 97.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27300K .......... .......... .......... .......... .......... 50% 86.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27350K .......... .......... .......... .......... .......... 50% 91.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27400K .......... .......... .......... .......... .......... 51% 69.4M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-namespacesupport-perl_1.11-1_all.deb ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27450K .......... .......... .......... .......... .......... 51% 65.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27500K .......... .......... .......... .......... .......... 51% 63.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27550K .......... .......... .......... .......... .......... 51% 70.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27600K .......... .......... .......... .......... .......... 51% 73.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27650K .......... .......... .......... .......... .......... 51% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27700K .......... .......... .......... .......... .......... 51% 83.2M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-base-perl. unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27750K .......... .......... .......... .......... .......... 51% 1.56M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27800K .......... .......... .......... .......... .......... 51% 59.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27850K .......... .......... .......... .......... .......... 51% 90.5M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-base-perl_1.07-1_all.deb ... unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-base-perl (1.07-1) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27900K .......... .......... .......... .......... .......... 51% 845K 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 27950K .......... .......... .......... .......... .......... 52% 41.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28000K .......... .......... .......... .......... .......... 52% 58.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28050K .......... .......... .......... .......... .......... 52% 42.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28100K .......... .......... .......... .......... .......... 52% 62.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28150K .......... .......... .......... .......... .......... 52% 47.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28200K .......... .......... .......... .......... .......... 52% 40.0M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-perl. unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28250K .......... .......... .......... .......... .......... 52% 32.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28300K .......... .......... .......... .......... .......... 52% 41.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28350K .......... .......... .......... .......... .......... 52% 27.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28400K .......... .......... .......... .......... .......... 52% 39.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28450K .......... .......... .......... .......... .......... 53% 28.9M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28500K .......... .......... .......... .......... .......... 53% 51.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28550K .......... .......... .......... .......... .......... 53% 53.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28600K .......... .......... .......... .......... .......... 53% 47.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28650K .......... .......... .......... .......... .......... 53% 53.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28700K .......... .......... .......... .......... .......... 53% 62.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28750K .......... .......... .......... .......... .......... 53% 66.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28800K .......... .......... .......... .......... .......... 53% 19.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28850K .......... .......... .......... .......... .......... 53% 33.9M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28900K .......... .......... .......... .......... .......... 53% 30.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 28950K .......... .......... .......... .......... .......... 53% 34.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29000K .......... .......... .......... .......... .......... 54% 40.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29050K .......... .......... .......... .......... .......... 54% 63.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29100K .......... .......... .......... .......... .......... 54% 44.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29150K .......... .......... .......... .......... .......... 54% 36.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29200K .......... .......... .......... .......... .......... 54% 62.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29250K .......... .......... .......... .......... .......... 54% 39.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29300K .......... .......... .......... .......... .......... 54% 52.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29350K .......... .......... .......... .......... .......... 54% 68.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29400K .......... .......... .......... .......... .......... 54% 84.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29450K .......... .......... .......... .......... .......... 54% 102M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29500K .......... .......... .......... .......... .......... 54% 91.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29550K .......... .......... .......... .......... .......... 55% 98.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29600K .......... .......... .......... .......... .......... 55% 70.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29650K .......... .......... .......... .......... .......... 55% 70.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29700K .......... .......... .......... .......... .......... 55% 78.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29750K .......... .......... .......... .......... .......... 55% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29800K .......... .......... .......... .......... .......... 55% 103M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29850K .......... .......... .......... .......... .......... 55% 105M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29900K .......... .......... .......... .......... .......... 55% 88.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 29950K .......... .......... .......... .......... .......... 55% 89.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30000K .......... .......... .......... .......... .......... 55% 75.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30050K .......... .......... .......... .......... .......... 55% 72.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30100K .......... .......... .......... .......... .......... 56% 59.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30150K .......... .......... .......... .......... .......... 56% 82.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30200K .......... .......... .......... .......... .......... 56% 76.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30250K .......... .......... .......... .......... .......... 56% 76.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30300K .......... .......... .......... .......... .......... 56% 90.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30350K .......... .......... .......... .......... .......... 56% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30400K .......... .......... .......... .......... .......... 56% 98.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30450K .......... .......... .......... .......... .......... 56% 97.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30500K .......... .......... .......... .......... .......... 56% 84.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30550K .......... .......... .......... .......... .......... 56% 102M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30600K .......... .......... .......... .......... .......... 57% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30650K .......... .......... .......... .......... .......... 57% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30700K .......... .......... .......... .......... .......... 57% 1.88M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30750K .......... .......... .......... .......... .......... 57% 56.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30800K .......... .......... .......... .......... .......... 57% 53.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30850K .......... .......... .......... .......... .......... 57% 88.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30900K .......... .......... .......... .......... .......... 57% 862K 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 30950K .......... .......... .......... .......... .......... 57% 49.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31000K .......... .......... .......... .......... .......... 57% 55.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31050K .......... .......... .......... .......... .......... 57% 66.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31100K .......... .......... .......... .......... .......... 57% 54.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31150K .......... .......... .......... .......... .......... 58% 40.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31200K .......... .......... .......... .......... .......... 58% 49.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31250K .......... .......... .......... .......... .......... 58% 46.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31300K .......... .......... .......... .......... .......... 58% 66.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31350K .......... .......... .......... .......... .......... 58% 27.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31400K .......... .......... .......... .......... .......... 58% 45.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31450K .......... .......... .......... .......... .......... 58% 57.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31500K .......... .......... .......... .......... .......... 58% 33.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31550K .......... .......... .......... .......... .......... 58% 65.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31600K .......... .......... .......... .......... .......... 58% 5.46M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31650K .......... .......... .......... .......... .......... 58% 62.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31700K .......... .......... .......... .......... .......... 59% 70.3M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-libxml-perl. unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31750K .......... .......... .......... .......... .......... 59% 48.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31800K .......... .......... .......... .......... .......... 59% 54.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31850K .......... .......... .......... .......... .......... 59% 64.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31900K .......... .......... .......... .......... .......... 59% 59.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 31950K .......... .......... .......... .......... .......... 59% 46.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32000K .......... .......... .......... .......... .......... 59% 52.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32050K .......... .......... .......... .......... .......... 59% 68.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32100K .......... .......... .......... .......... .......... 59% 70.9M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-libxml-perl_2.0123+dfsg-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32150K .......... .......... .......... .......... .......... 59% 56.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32200K .......... .......... .......... .......... .......... 59% 96.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32250K .......... .......... .......... .......... .......... 60% 90.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32300K .......... .......... .......... .......... .......... 60% 73.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32350K .......... .......... .......... .......... .......... 60% 66.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32400K .......... .......... .......... .......... .......... 60% 69.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32450K .......... .......... .......... .......... .......... 60% 93.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32500K .......... .......... .......... .......... .......... 60% 104M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32550K .......... .......... .......... .......... .......... 60% 76.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32600K .......... .......... .......... .......... .......... 60% 65.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32650K .......... .......... .......... .......... .......... 60% 66.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32700K .......... .......... .......... .......... .......... 60% 70.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32750K .......... .......... .......... .......... .......... 61% 83.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32800K .......... .......... .......... .......... .......... 61% 100M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32850K .......... .......... .......... .......... .......... 61% 104M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32900K .......... .......... .......... .......... .......... 61% 61.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 32950K .......... .......... .......... .......... .......... 61% 64.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33000K .......... .......... .......... .......... .......... 61% 60.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33050K .......... .......... .......... .......... .......... 61% 69.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33100K .......... .......... .......... .......... .......... 61% 73.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33150K .......... .......... .......... .......... .......... 61% 71.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33200K .......... .......... .......... .......... .......... 61% 56.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33250K .......... .......... .......... .......... .......... 61% 88.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33300K .......... .......... .......... .......... .......... 62% 99.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33350K .......... .......... .......... .......... .......... 62% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33400K .......... .......... .......... .......... .......... 62% 1.73M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33450K .......... .......... .......... .......... .......... 62% 56.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33500K .......... .......... .......... .......... .......... 62% 66.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33550K .......... .......... .......... .......... .......... 62% 47.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33600K .......... .......... .......... .......... .......... 62% 46.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33650K .......... .......... .......... .......... .......... 62% 75.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33700K .......... .......... .......... .......... .......... 62% 97.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33750K .......... .......... .......... .......... .......... 62% 108M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33800K .......... .......... .......... .......... .......... 62% 85.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33850K .......... .......... .......... .......... .......... 63% 81.4M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-sax-expat-perl. unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-sax-expat-perl_0.40-2_all.deb ... unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-sax-expat-perl (0.40-2) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33900K .......... .......... .......... .......... .......... 63% 937K 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 33950K .......... .......... .......... .......... .......... 63% 53.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34000K .......... .......... .......... .......... .......... 63% 64.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34050K .......... .......... .......... .......... .......... 63% 49.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34100K .......... .......... .......... .......... .......... 63% 48.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34150K .......... .......... .......... .......... .......... 63% 65.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34200K .......... .......... .......... .......... .......... 63% 32.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34250K .......... .......... .......... .......... .......... 63% 62.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34300K .......... .......... .......... .......... .......... 63% 59.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34350K .......... .......... .......... .......... .......... 63% 63.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34400K .......... .......... .......... .......... .......... 64% 22.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34450K .......... .......... .......... .......... .......... 64% 62.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34500K .......... .......... .......... .......... .......... 64% 54.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34550K .......... .......... .......... .......... .......... 64% 33.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34600K .......... .......... .......... .......... .......... 64% 3.69M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml-xpathengine-perl. unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34650K .......... .......... .......... .......... .......... 64% 32.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34700K .......... .......... .......... .......... .......... 64% 30.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34750K .......... .......... .......... .......... .......... 64% 31.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34800K .......... .......... .......... .......... .......... 64% 32.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34850K .......... .......... .......... .......... .......... 64% 35.1M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml-xpathengine-perl_0.13-1_all.deb ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34900K .......... .......... .......... .......... .......... 65% 43.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 34950K .......... .......... .......... .......... .......... 65% 91.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35000K .......... .......... .......... .......... .......... 65% 51.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35050K .......... .......... .......... .......... .......... 65% 43.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35100K .......... .......... .......... .......... .......... 65% 51.6M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml-xpathengine-perl (0.13-1) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35150K .......... .......... .......... .......... .......... 65% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35200K .......... .......... .......... .......... .......... 65% 108M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35250K .......... .......... .......... .......... .......... 65% 110M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35300K .......... .......... .......... .......... .......... 65% 52.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35350K .......... .......... .......... .......... .......... 65% 44.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35400K .......... .......... .......... .......... .......... 65% 57.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35450K .......... .......... .......... .......... .......... 66% 101M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35500K .......... .......... .......... .......... .......... 66% 93.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35550K .......... .......... .......... .......... .......... 66% 95.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35600K .......... .......... .......... .......... .......... 66% 64.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35650K .......... .......... .......... .......... .......... 66% 47.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35700K .......... .......... .......... .......... .......... 66% 38.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35750K .......... .......... .......... .......... .......... 66% 75.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35800K .......... .......... .......... .......... .......... 66% 105M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35850K .......... .......... .......... .......... .......... 66% 107M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35900K .......... .......... .......... .......... .......... 66% 94.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 35950K .......... .......... .......... .......... .......... 66% 107M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36000K .......... .......... .......... .......... .......... 67% 97.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36050K .......... .......... .......... .......... .......... 67% 110M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36100K .......... .......... .......... .......... .......... 67% 88.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36150K .......... .......... .......... .......... .......... 67% 109M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36200K .......... .......... .......... .......... .......... 67% 99.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36250K .......... .......... .......... .......... .......... 67% 110M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36300K .......... .......... .......... .......... .......... 67% 91.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36350K .......... .......... .......... .......... .......... 67% 2.26M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36400K .......... .......... .......... .......... .......... 67% 34.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36450K .......... .......... .......... .......... .......... 67% 34.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36500K .......... .......... .......... .......... .......... 67% 47.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36550K .......... .......... .......... .......... .......... 68% 53.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36600K .......... .......... .......... .......... .......... 68% 95.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36650K .......... .......... .......... .......... .......... 68% 88.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36700K .......... .......... .......... .......... .......... 68% 96.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36750K .......... .......... .......... .......... .......... 68% 106M 1s unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxml2-dev_2.9.3+dfsg1-1ubuntu0.6_amd64.deb ... unit-abot-epc-basic-0: 10:41:14 DEBUG unit.abot-epc-basic/0.install Unpacking libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36800K .......... .......... .......... .......... .......... 68% 942K 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36850K .......... .......... .......... .......... .......... 68% 29.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36900K .......... .......... .......... .......... .......... 68% 45.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 36950K .......... .......... .......... .......... .......... 68% 49.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37000K .......... .......... .......... .......... .......... 68% 61.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37050K .......... .......... .......... .......... .......... 69% 74.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37100K .......... .......... .......... .......... .......... 69% 86.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37150K .......... .......... .......... .......... .......... 69% 63.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37200K .......... .......... .......... .......... .......... 69% 67.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37250K .......... .......... .......... .......... .......... 69% 70.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37300K .......... .......... .......... .......... .......... 69% 52.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37350K .......... .......... .......... .......... .......... 69% 88.1M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37400K .......... .......... .......... .......... .......... 69% 104M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37450K .......... .......... .......... .......... .......... 69% 51.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37500K .......... .......... .......... .......... .......... 69% 2.68M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37550K .......... .......... .......... .......... .......... 69% 32.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37600K .......... .......... .......... .......... .......... 70% 27.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37650K .......... .......... .......... .......... .......... 70% 50.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37700K .......... .......... .......... .......... .......... 70% 47.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37750K .......... .......... .......... .......... .......... 70% 46.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37800K .......... .......... .......... .......... .......... 70% 90.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37850K .......... .......... .......... .......... .......... 70% 49.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37900K .......... .......... .......... .......... .......... 70% 45.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 37950K .......... .......... .......... .......... .......... 70% 39.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38000K .......... .......... .......... .......... .......... 70% 52.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38050K .......... .......... .......... .......... .......... 70% 36.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38100K .......... .......... .......... .......... .......... 70% 33.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38150K .......... .......... .......... .......... .......... 71% 54.5M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38200K .......... .......... .......... .......... .......... 71% 78.2M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38250K .......... .......... .......... .......... .......... 71% 88.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38300K .......... .......... .......... .......... .......... 71% 35.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38350K .......... .......... .......... .......... .......... 71% 43.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38400K .......... .......... .......... .......... .......... 71% 51.3M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38450K .......... .......... .......... .......... .......... 71% 88.7M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38500K .......... .......... .......... .......... .......... 71% 92.6M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38550K .......... .......... .......... .......... .......... 71% 108M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38600K .......... .......... .......... .......... .......... 71% 107M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38650K .......... .......... .......... .......... .......... 71% 96.9M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38700K .......... .......... .......... .......... .......... 72% 93.8M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38750K .......... .......... .......... .......... .......... 72% 109M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38800K .......... .......... .......... .......... .......... 72% 106M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38850K .......... .......... .......... .......... .......... 72% 109M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38900K .......... .......... .......... .......... .......... 72% 93.4M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 38950K .......... .......... .......... .......... .......... 72% 2.24M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 39000K .......... .......... .......... .......... .......... 72% 38.0M 1s unit-oai-hss-0: 10:41:14 DEBUG unit.oai-hss/0.install 39050K .......... .......... .......... .......... .......... 72% 28.2M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39100K .......... .......... .......... .......... .......... 72% 29.9M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39150K .......... .......... .......... .......... .......... 72% 33.6M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39200K .......... .......... .......... .......... .......... 73% 55.5M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39250K .......... .......... .......... .......... .......... 73% 78.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39300K .......... .......... .......... .......... .......... 73% 84.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39350K .......... .......... .......... .......... .......... 73% 96.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39400K .......... .......... .......... .......... .......... 73% 96.0M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39450K .......... .......... .......... .......... .......... 73% 94.3M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39500K .......... .......... .......... .......... .......... 73% 97.9M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39550K .......... .......... .......... .......... .......... 73% 107M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39600K .......... .......... .......... .......... .......... 73% 105M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39650K .......... .......... .......... .......... .......... 73% 91.6M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39700K .......... .......... .......... .......... .......... 73% 1.00M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39750K .......... .......... .......... .......... .......... 74% 34.4M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39800K .......... .......... .......... .......... .......... 74% 40.2M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39850K .......... .......... .......... .......... .......... 74% 51.2M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39900K .......... .......... .......... .......... .......... 74% 43.6M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 39950K .......... .......... .......... .......... .......... 74% 65.6M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40000K .......... .......... .......... .......... .......... 74% 55.8M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40050K .......... .......... .......... .......... .......... 74% 46.0M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40100K .......... .......... .......... .......... .......... 74% 56.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40150K .......... .......... .......... .......... .......... 74% 99.0M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40200K .......... .......... .......... .......... .......... 74% 109M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40250K .......... .......... .......... .......... .......... 74% 90.4M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40300K .......... .......... .......... .......... .......... 75% 109M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40350K .......... .......... .......... .......... .......... 75% 2.47M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40400K .......... .......... .......... .......... .......... 75% 33.4M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40450K .......... .......... .......... .......... .......... 75% 35.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40500K .......... .......... .......... .......... .......... 75% 33.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40550K .......... .......... .......... .......... .......... 75% 37.0M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40600K .......... .......... .......... .......... .......... 75% 58.3M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40650K .......... .......... .......... .......... .......... 75% 55.9M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40700K .......... .......... .......... .......... .......... 75% 52.0M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40750K .......... .......... .......... .......... .......... 75% 79.6M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40800K .......... .......... .......... .......... .......... 75% 106M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40850K .......... .......... .......... .......... .......... 76% 106M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40900K .......... .......... .......... .......... .......... 76% 110M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 40950K .......... .......... .......... .......... .......... 76% 93.4M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41000K .......... .......... .......... .......... .......... 76% 106M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41050K .......... .......... .......... .......... .......... 76% 83.9M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41100K .......... .......... .......... .......... .......... 76% 45.8M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41150K .......... .......... .......... .......... .......... 76% 45.3M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41200K .......... .......... .......... .......... .......... 76% 77.6M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41250K .......... .......... .......... .......... .......... 76% 55.0M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41300K .......... .......... .......... .......... .......... 76% 65.9M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41350K .......... .......... .......... .......... .......... 77% 59.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41400K .......... .......... .......... .......... .......... 77% 52.9M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41450K .......... .......... .......... .......... .......... 77% 59.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41500K .......... .......... .......... .......... .......... 77% 103M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41550K .......... .......... .......... .......... .......... 77% 89.5M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41600K .......... .......... .......... .......... .......... 77% 109M 1s unit-abot-epc-basic-0: 10:41:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libxslt1-dev:amd64. unit-abot-epc-basic-0: 10:41:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libxslt1-dev_1.1.28-2.1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41650K .......... .......... .......... .......... .......... 77% 1.91M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41700K .......... .......... .......... .......... .......... 77% 36.8M 1s unit-abot-epc-basic-0: 10:41:15 DEBUG unit.abot-epc-basic/0.install Unpacking libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41750K .......... .......... .......... .......... .......... 77% 32.5M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41800K .......... .......... .......... .......... .......... 77% 33.7M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41850K .......... .......... .......... .......... .......... 77% 34.8M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41900K .......... .......... .......... .......... .......... 78% 46.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 41950K .......... .......... .......... .......... .......... 78% 82.9M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42000K .......... .......... .......... .......... .......... 78% 87.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42050K .......... .......... .......... .......... .......... 78% 101M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42100K .......... .......... .......... .......... .......... 78% 97.4M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42150K .......... .......... .......... .......... .......... 78% 95.8M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42200K .......... .......... .......... .......... .......... 78% 100M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42250K .......... .......... .......... .......... .......... 78% 109M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42300K .......... .......... .......... .......... .......... 78% 103M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42350K .......... .......... .......... .......... .......... 78% 91.0M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42400K .......... .......... .......... .......... .......... 78% 1.02M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42450K .......... .......... .......... .......... .......... 79% 54.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42500K .......... .......... .......... .......... .......... 79% 50.4M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42550K .......... .......... .......... .......... .......... 79% 54.6M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42600K .......... .......... .......... .......... .......... 79% 48.3M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42650K .......... .......... .......... .......... .......... 79% 62.3M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42700K .......... .......... .......... .......... .......... 79% 72.8M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42750K .......... .......... .......... .......... .......... 79% 69.6M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42800K .......... .......... .......... .......... .......... 79% 73.4M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42850K .......... .......... .......... .......... .......... 79% 67.8M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42900K .......... .......... .......... .......... .......... 79% 76.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 42950K .......... .......... .......... .......... .......... 79% 86.0M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43000K .......... .......... .......... .......... .......... 80% 91.1M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43050K .......... .......... .......... .......... .......... 80% 94.9M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43100K .......... .......... .......... .......... .......... 80% 108M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43150K .......... .......... .......... .......... .......... 80% 104M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43200K .......... .......... .......... .......... .......... 80% 2.43M 1s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43250K .......... .......... .......... .......... .......... 80% 27.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43300K .......... .......... .......... .......... .......... 80% 56.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43350K .......... .......... .......... .......... .......... 80% 52.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43400K .......... .......... .......... .......... .......... 80% 50.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43450K .......... .......... .......... .......... .......... 80% 59.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43500K .......... .......... .......... .......... .......... 81% 70.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43550K .......... .......... .......... .......... .......... 81% 77.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43600K .......... .......... .......... .......... .......... 81% 71.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43650K .......... .......... .......... .......... .......... 81% 91.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43700K .......... .......... .......... .......... .......... 81% 105M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43750K .......... .......... .......... .......... .......... 81% 97.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43800K .......... .......... .......... .......... .......... 81% 94.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43850K .......... .......... .......... .......... .......... 81% 21.1M 0s unit-abot-epc-basic-0: 10:41:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libzzip-0-13:amd64. unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43900K .......... .......... .......... .......... .......... 81% 72.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 43950K .......... .......... .......... .......... .......... 81% 68.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44000K .......... .......... .......... .......... .......... 81% 61.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44050K .......... .......... .......... .......... .......... 82% 68.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44100K .......... .......... .......... .......... .......... 82% 64.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44150K .......... .......... .......... .......... .......... 82% 68.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44200K .......... .......... .......... .......... .......... 82% 58.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44250K .......... .......... .......... .......... .......... 82% 73.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44300K .......... .......... .......... .......... .......... 82% 87.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44350K .......... .......... .......... .......... .......... 82% 102M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44400K .......... .......... .......... .......... .......... 82% 86.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44450K .......... .......... .......... .......... .......... 82% 82.9M 0s unit-abot-epc-basic-0: 10:41: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: 10:41:15 DEBUG unit.abot-epc-basic/0.install Unpacking libzzip-0-13:amd64 (0.13.62-3ubuntu0.16.04.2) ... unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44500K .......... .......... .......... .......... .......... 82% 1.98M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44550K .......... .......... .......... .......... .......... 82% 48.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44600K .......... .......... .......... .......... .......... 83% 57.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44650K .......... .......... .......... .......... .......... 83% 51.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44700K .......... .......... .......... .......... .......... 83% 24.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44750K .......... .......... .......... .......... .......... 83% 38.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44800K .......... .......... .......... .......... .......... 83% 45.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44850K .......... .......... .......... .......... .......... 83% 77.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44900K .......... .......... .......... .......... .......... 83% 52.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 44950K .......... .......... .......... .......... .......... 83% 55.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45000K .......... .......... .......... .......... .......... 83% 69.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45050K .......... .......... .......... .......... .......... 83% 85.1M 0s unit-abot-epc-basic-0: 10:41:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package lmodern. unit-abot-epc-basic-0: 10:41:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../lmodern_2.004.5-1_all.deb ... unit-abot-epc-basic-0: 10:41:15 DEBUG unit.abot-epc-basic/0.install Unpacking lmodern (2.004.5-1) ... unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45100K .......... .......... .......... .......... .......... 83% 1007K 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45150K .......... .......... .......... .......... .......... 84% 53.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45200K .......... .......... .......... .......... .......... 84% 52.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45250K .......... .......... .......... .......... .......... 84% 56.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45300K .......... .......... .......... .......... .......... 84% 51.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45350K .......... .......... .......... .......... .......... 84% 69.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45400K .......... .......... .......... .......... .......... 84% 67.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45450K .......... .......... .......... .......... .......... 84% 72.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45500K .......... .......... .......... .......... .......... 84% 60.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45550K .......... .......... .......... .......... .......... 84% 68.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45600K .......... .......... .......... .......... .......... 84% 74.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45650K .......... .......... .......... .......... .......... 85% 105M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45700K .......... .......... .......... .......... .......... 85% 87.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45750K .......... .......... .......... .......... .......... 85% 97.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45800K .......... .......... .......... .......... .......... 85% 99.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45850K .......... .......... .......... .......... .......... 85% 106M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45900K .......... .......... .......... .......... .......... 85% 89.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 45950K .......... .......... .......... .......... .......... 85% 109M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46000K .......... .......... .......... .......... .......... 85% 104M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46050K .......... .......... .......... .......... .......... 85% 2.58M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46100K .......... .......... .......... .......... .......... 85% 84.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46150K .......... .......... .......... .......... .......... 85% 19.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46200K .......... .......... .......... .......... .......... 86% 53.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46250K .......... .......... .......... .......... .......... 86% 54.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46300K .......... .......... .......... .......... .......... 86% 60.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46350K .......... .......... .......... .......... .......... 86% 56.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46400K .......... .......... .......... .......... .......... 86% 57.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46450K .......... .......... .......... .......... .......... 86% 66.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46500K .......... .......... .......... .......... .......... 86% 88.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46550K .......... .......... .......... .......... .......... 86% 104M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46600K .......... .......... .......... .......... .......... 86% 92.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46650K .......... .......... .......... .......... .......... 86% 93.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46700K .......... .......... .......... .......... .......... 86% 75.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46750K .......... .......... .......... .......... .......... 87% 69.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46800K .......... .......... .......... .......... .......... 87% 58.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46850K .......... .......... .......... .......... .......... 87% 67.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46900K .......... .......... .......... .......... .......... 87% 69.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 46950K .......... .......... .......... .......... .......... 87% 73.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47000K .......... .......... .......... .......... .......... 87% 70.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47050K .......... .......... .......... .......... .......... 87% 68.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47100K .......... .......... .......... .......... .......... 87% 80.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47150K .......... .......... .......... .......... .......... 87% 85.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47200K .......... .......... .......... .......... .......... 87% 65.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47250K .......... .......... .......... .......... .......... 87% 104M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47300K .......... .......... .......... .......... .......... 88% 101M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47350K .......... .......... .......... .......... .......... 88% 105M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47400K .......... .......... .......... .......... .......... 88% 1.72M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47450K .......... .......... .......... .......... .......... 88% 42.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47500K .......... .......... .......... .......... .......... 88% 52.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47550K .......... .......... .......... .......... .......... 88% 56.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47600K .......... .......... .......... .......... .......... 88% 49.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47650K .......... .......... .......... .......... .......... 88% 47.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47700K .......... .......... .......... .......... .......... 88% 61.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47750K .......... .......... .......... .......... .......... 88% 51.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47800K .......... .......... .......... .......... .......... 89% 61.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47850K .......... .......... .......... .......... .......... 89% 80.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47900K .......... .......... .......... .......... .......... 89% 81.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 47950K .......... .......... .......... .......... .......... 89% 79.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48000K .......... .......... .......... .......... .......... 89% 73.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48050K .......... .......... .......... .......... .......... 89% 1.04M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48100K .......... .......... .......... .......... .......... 89% 40.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48150K .......... .......... .......... .......... .......... 89% 44.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48200K .......... .......... .......... .......... .......... 89% 57.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48250K .......... .......... .......... .......... .......... 89% 54.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48300K .......... .......... .......... .......... .......... 89% 67.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48350K .......... .......... .......... .......... .......... 90% 65.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48400K .......... .......... .......... .......... .......... 90% 76.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48450K .......... .......... .......... .......... .......... 90% 63.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48500K .......... .......... .......... .......... .......... 90% 72.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48550K .......... .......... .......... .......... .......... 90% 105M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48600K .......... .......... .......... .......... .......... 90% 99.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48650K .......... .......... .......... .......... .......... 90% 92.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48700K .......... .......... .......... .......... .......... 90% 99.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48750K .......... .......... .......... .......... .......... 90% 2.32M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48800K .......... .......... .......... .......... .......... 90% 54.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48850K .......... .......... .......... .......... .......... 90% 48.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48900K .......... .......... .......... .......... .......... 91% 70.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 48950K .......... .......... .......... .......... .......... 91% 89.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49000K .......... .......... .......... .......... .......... 91% 92.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49050K .......... .......... .......... .......... .......... 91% 23.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49100K .......... .......... .......... .......... .......... 91% 62.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49150K .......... .......... .......... .......... .......... 91% 50.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49200K .......... .......... .......... .......... .......... 91% 58.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49250K .......... .......... .......... .......... .......... 91% 57.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49300K .......... .......... .......... .......... .......... 91% 62.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49350K .......... .......... .......... .......... .......... 91% 55.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49400K .......... .......... .......... .......... .......... 91% 68.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49450K .......... .......... .......... .......... .......... 92% 65.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49500K .......... .......... .......... .......... .......... 92% 71.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49550K .......... .......... .......... .......... .......... 92% 62.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49600K .......... .......... .......... .......... .......... 92% 79.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49650K .......... .......... .......... .......... .......... 92% 73.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49700K .......... .......... .......... .......... .......... 92% 76.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49750K .......... .......... .......... .......... .......... 92% 63.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49800K .......... .......... .......... .......... .......... 92% 72.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49850K .......... .......... .......... .......... .......... 92% 72.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49900K .......... .......... .......... .......... .......... 92% 90.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 49950K .......... .......... .......... .......... .......... 93% 85.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50000K .......... .......... .......... .......... .......... 93% 105M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50050K .......... .......... .......... .......... .......... 93% 102M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50100K .......... .......... .......... .......... .......... 93% 104M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50150K .......... .......... .......... .......... .......... 93% 89.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50200K .......... .......... .......... .......... .......... 93% 104M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50250K .......... .......... .......... .......... .......... 93% 103M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50300K .......... .......... .......... .......... .......... 93% 1.99M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50350K .......... .......... .......... .......... .......... 93% 53.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50400K .......... .......... .......... .......... .......... 93% 57.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50450K .......... .......... .......... .......... .......... 93% 78.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50500K .......... .......... .......... .......... .......... 94% 8.83M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50550K .......... .......... .......... .......... .......... 94% 50.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50600K .......... .......... .......... .......... .......... 94% 58.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50650K .......... .......... .......... .......... .......... 94% 59.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50700K .......... .......... .......... .......... .......... 94% 64.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50750K .......... .......... .......... .......... .......... 94% 76.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50800K .......... .......... .......... .......... .......... 94% 88.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50850K .......... .......... .......... .......... .......... 94% 87.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50900K .......... .......... .......... .......... .......... 94% 1.09M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 50950K .......... .......... .......... .......... .......... 94% 57.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51000K .......... .......... .......... .......... .......... 94% 55.7M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51050K .......... .......... .......... .......... .......... 95% 59.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51100K .......... .......... .......... .......... .......... 95% 57.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51150K .......... .......... .......... .......... .......... 95% 59.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51200K .......... .......... .......... .......... .......... 95% 70.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51250K .......... .......... .......... .......... .......... 95% 93.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51300K .......... .......... .......... .......... .......... 95% 61.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51350K .......... .......... .......... .......... .......... 95% 75.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51400K .......... .......... .......... .......... .......... 95% 73.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51450K .......... .......... .......... .......... .......... 95% 75.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51500K .......... .......... .......... .......... .......... 95% 75.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51550K .......... .......... .......... .......... .......... 95% 104M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51600K .......... .......... .......... .......... .......... 96% 2.29M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51650K .......... .......... .......... .......... .......... 96% 52.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51700K .......... .......... .......... .......... .......... 96% 58.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51750K .......... .......... .......... .......... .......... 96% 47.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51800K .......... .......... .......... .......... .......... 96% 59.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51850K .......... .......... .......... .......... .......... 96% 83.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51900K .......... .......... .......... .......... .......... 96% 97.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 51950K .......... .......... .......... .......... .......... 96% 88.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52000K .......... .......... .......... .......... .......... 96% 12.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52050K .......... .......... .......... .......... .......... 96% 55.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52100K .......... .......... .......... .......... .......... 97% 52.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52150K .......... .......... .......... .......... .......... 97% 48.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52200K .......... .......... .......... .......... .......... 97% 51.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52250K .......... .......... .......... .......... .......... 97% 58.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52300K .......... .......... .......... .......... .......... 97% 58.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52350K .......... .......... .......... .......... .......... 97% 57.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52400K .......... .......... .......... .......... .......... 97% 64.5M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52450K .......... .......... .......... .......... .......... 97% 75.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52500K .......... .......... .......... .......... .......... 97% 65.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52550K .......... .......... .......... .......... .......... 97% 67.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52600K .......... .......... .......... .......... .......... 97% 79.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52650K .......... .......... .......... .......... .......... 98% 82.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52700K .......... .......... .......... .......... .......... 98% 103M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52750K .......... .......... .......... .......... .......... 98% 83.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52800K .......... .......... .......... .......... .......... 98% 106M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52850K .......... .......... .......... .......... .......... 98% 99.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52900K .......... .......... .......... .......... .......... 98% 99.9M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 52950K .......... .......... .......... .......... .......... 98% 87.3M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53000K .......... .......... .......... .......... .......... 98% 106M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53050K .......... .......... .......... .......... .......... 98% 2.05M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53100K .......... .......... .......... .......... .......... 98% 49.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53150K .......... .......... .......... .......... .......... 98% 55.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53200K .......... .......... .......... .......... .......... 99% 56.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53250K .......... .......... .......... .......... .......... 99% 57.6M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53300K .......... .......... .......... .......... .......... 99% 82.1M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53350K .......... .......... .......... .......... .......... 99% 85.8M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53400K .......... .......... .......... .......... .......... 99% 101M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53450K .......... .......... .......... .......... .......... 99% 17.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53500K .......... .......... .......... .......... .......... 99% 14.0M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53550K .......... .......... .......... .......... .......... 99% 60.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53600K .......... .......... .......... .......... .......... 99% 70.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53650K .......... .......... .......... .......... .......... 99% 77.2M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53700K .......... .......... .......... .......... .......... 99% 93.4M 0s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 53750K ...... 100% 11500G=2.5s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install 2018-09-02 10:41:15 (20.8 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: 10:41:15 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install FINISHED --2018-09-02 10:41:15-- unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install Total wall clock time: 4.9s unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install Downloaded: 4 files, 66M in 4.2s (16.0 MB/s) unit-oai-hss-0: 10:41: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: 10:41:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900-generic. unit-oai-hss-0: 10:41:15 DEBUG unit.oai-hss/0.install (Reading database ... 79167 files and directories currently installed.) unit-oai-hss-0: 10:41: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: 10:41: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: 10:41:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mesa-common-dev:amd64. unit-abot-epc-basic-0: 10:41:16 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: 10:41:16 DEBUG unit.abot-epc-basic/0.install Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:41:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package mscgen. unit-abot-epc-basic-0: 10:41:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../mscgen_0.20-5_amd64.deb ... unit-abot-epc-basic-0: 10:41:16 DEBUG unit.abot-epc-basic/0.install Unpacking mscgen (0.20-5) ... unit-abot-epc-basic-0: 10:41:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libosmesa6:amd64. unit-abot-epc-basic-0: 10:41:17 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: 10:41:17 DEBUG unit.abot-epc-basic/0.install Unpacking libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:41:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texinfo. unit-abot-epc-basic-0: 10:41:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texinfo_6.1.0.dfsg.1-5_amd64.deb ... unit-abot-epc-basic-0: 10:41:17 DEBUG unit.abot-epc-basic/0.install Unpacking texinfo (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 10:41:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-headers-3.19.0-031900. unit-oai-hss-0: 10:41: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: 10:41:17 DEBUG unit.oai-hss/0.install Unpacking linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:41:17 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-common. unit-abot-epc-basic-0: 10:41:17 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-common_4.0.0-3ubuntu9.2_all.deb ... unit-abot-epc-basic-0: 10:41:18 DEBUG unit.abot-epc-basic/0.install Unpacking octave-common (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:41:19 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave. unit-abot-epc-basic-0: 10:41:19 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 10:41:19 DEBUG unit.abot-epc-basic/0.install Unpacking octave (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-control. unit-abot-epc-basic-0: 10:41:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-control_3.0.0-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:20 DEBUG unit.abot-epc-basic/0.install Unpacking octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 10:41:20 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package octave-signal. unit-abot-epc-basic-0: 10:41:20 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../octave-signal_1.3.2-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:20 DEBUG unit.abot-epc-basic/0.install Unpacking octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 10:41:21 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pstoedit. unit-abot-epc-basic-0: 10:41:21 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../pstoedit_3.70-1ubuntu2_amd64.deb ... unit-abot-epc-basic-0: 10:41:21 DEBUG unit.abot-epc-basic/0.install Unpacking pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package pydb. unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/pydb_1.26-2_all.deb ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking pydb (1.26-2) ... unit-oai-hss-0: 10:41:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-image-3.19.0-031900-generic. unit-oai-hss-0: 10:41: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: 10:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qt-at-spi:amd64. unit-abot-epc-basic-0: 10:41: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: 10:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package qttranslations5-l10n. unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../qttranslations5-l10n_5.5.1-2build1_all.deb ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking qttranslations5-l10n (5.5.1-2build1) ... unit-oai-hss-0: 10:41:22 DEBUG unit.oai-hss/0.install Done. unit-oai-hss-0: 10:41: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: 10:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rubygems-integration. unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../rubygems-integration_1.10_all.deb ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking rubygems-integration (1.10) ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-did-you-mean. unit-abot-epc-basic-0: 10:41:22 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: 10:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-minitest. unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-minitest_5.8.4-2_all.deb ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-net-telnet. unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-net-telnet_0.1.1-2_all.deb ... unit-abot-epc-basic-0: 10:41:22 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 10:41:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-power-assert. unit-abot-epc-basic-0: 10:41:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-power-assert_0.2.7-1_all.deb ... unit-abot-epc-basic-0: 10:41:23 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 10:41:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby-test-unit. unit-abot-epc-basic-0: 10:41:23 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby-test-unit_3.1.7-2_all.deb ... unit-abot-epc-basic-0: 10:41:23 DEBUG unit.abot-epc-basic/0.install Unpacking ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 10:41:23 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libruby2.3:amd64. unit-abot-epc-basic-0: 10:41:23 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: 10:41:23 DEBUG unit.abot-epc-basic/0.install Unpacking libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 10:41:24 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby2.3. unit-abot-epc-basic-0: 10:41:24 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: 10:41:25 DEBUG unit.abot-epc-basic/0.install Unpacking ruby2.3 (2.3.1-2~16.04.10) ... unit-oai-epc-0: 10:41:26 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-2: 10:41:26 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-epc-0: 10:41:26 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-epc-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-epc/0", "--debug"} unit-oai-epc-0: 10:41:26 DEBUG juju.agent read agent config, format "2.0" unit-oai-epc-0: 10:41:26 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:41:26 DEBUG juju.worker start "api" unit-oai-epc-0: 10:41:26 INFO juju.worker start "api" machine-2: 10:41:26 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-2/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "2", "--debug"} machine-2: 10:41:26 DEBUG juju.agent read agent config, format "2.0" machine-2: 10:41:26 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-epc-0" unit-oai-epc-0: 10:41:26 DEBUG juju.worker "api" started unit-oai-epc-0: 10:41:26 DEBUG juju.worker.introspection stats worker now serving unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.apicaller connecting with current password unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-epc-0: 10:41:26 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 10:41:26 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-2: 10:41:26 DEBUG juju.worker start "engine" machine-2: 10:41:26 INFO juju.worker start "engine" machine-2: 10:41:26 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "agent" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker stopped: "upgrade-steps-gate" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-2" machine-2: 10:41:26 DEBUG juju.worker "engine" started machine-2: 10:41:26 DEBUG juju.worker.introspection stats worker now serving machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.apicaller connecting with current password machine-2: 10:41:26 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:41:26 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:41:26 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package ruby. machine-2: 10:41:26 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:41:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../ruby_1%3a2.3.0+1_all.deb ... machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking ruby (1:2.3.0+1) ... machine-2: 10:41:26 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package rake. unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/rake_10.5.0-2_all.deb ... unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking rake (10.5.0-2) ... unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package subversion. unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../subversion_1.9.3-2ubuntu1.1_amd64.deb ... unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking subversion (1.9.3-2ubuntu1.1) ... machine-2: 10:41:26 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package t1utils. unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../t1utils_1.39-2_amd64.deb ... unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking t1utils (1.39-2) ... unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl8.6. unit-abot-epc-basic-0: 10:41: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: 10:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking tcl8.6 (8.6.5+dfsg-2) ... machine-2: 10:41:26 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 10:41:26 DEBUG juju.worker.apicaller connected machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-2: 10:41:26 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.api RPC connection died unit-oai-epc-0: 10:41:26 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-2: 10:41:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 INFO juju.worker.upgrader abort check blocked until version event received machine-2: 10:41:26 INFO juju.worker.upgrader unblocking abort check machine-2: 10:41:26 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked machine-2: 10:41:26 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.worker.apicaller connecting with current password machine-2: 10:41:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-epc-0: 10:41:26 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:41:26 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-epc-0: 10:41:26 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-2: 10:41:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-fortress" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-2: 10:41:26 INFO juju.worker.migrationminion migration phase is now: NONE machine-2: 10:41:26 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-2: 10:41:26 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.logger logger setup machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "machiner" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-2: 10:41:26 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-2: 10:41:26 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-2: 10:41:26 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-2: 10:41:26 DEBUG juju.network no lxc bridge addresses to filter for machine machine-2: 10:41:26 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:41:26 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:41:26 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:41:26 DEBUG juju.network including address local-cloud:192.168.121.5 for machine machine-2: 10:41:26 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:41:26 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-2: 10:41:26 INFO juju.worker.machiner setting addresses for "machine-2" to [local-machine:127.0.0.1 local-cloud:192.168.121.5 local-machine:::1] machine-2: 10:41:26 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} machine-2: 10:41:26 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tcl. unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tcl_8.6.0+9_amd64.deb ... machine-2: 10:41:26 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:41:26 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: 10:41:26 DEBUG juju.network no lxc bridge addresses to filter for machine unit-abot-epc-basic-0: 10:41:26 DEBUG unit.abot-epc-basic/0.install Unpacking tcl (8.6.0+9) ... machine-2: 10:41:26 DEBUG juju.worker.reboot Reboot worker got action: noop machine-2: 10:41:26 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-2: 10:41:26 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-2: 10:41:26 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:41:26 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-2: 10:41:26 DEBUG juju.network including address public:172.30.9.215 for machine machine-2: 10:41:26 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-2: 10:41:26 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-2: 10:41:26 DEBUG juju.network including address local-machine:::1 for machine machine-2: 10:41:26 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] machine-2: 10:41:26 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] machine-2: 10:41:26 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] machine-2: 10:41:26 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 10:41:26 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:41:26 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-2: 10:41:26 INFO juju.worker.deployer checking unit "oai-epc/0" machine-2: 10:41:26 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-2: 10:41:26 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-2: 10:41:26 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-2: 10:41:26 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] machine-2: 10:41:26 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-2: 10:41:26 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible unit-abot-epc-basic-0: 10:41:27 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-binaries. unit-abot-epc-basic-0: 10:41:27 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-binaries_2015.20160222.37495-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:27 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-binaries (2015.20160222.37495-1) ... machine-2: 10:41:27 INFO juju.worker.authenticationworker "machine-2" key updater worker started machine-2: 10:41:27 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 2 machine-2: 10:41:27 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-2: 10:41:27 DEBUG juju.worker start "2-container-watcher" machine-2: 10:41:27 DEBUG juju.worker start "stateconverter" machine-2: 10:41:27 INFO juju.worker start "2-container-watcher" machine-2: 10:41:27 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-2: 10:41:27 DEBUG juju.worker "2-container-watcher" started machine-2: 10:41:27 INFO juju.worker start "stateconverter" machine-2: 10:41:27 DEBUG juju.cmd.jujud upgrades done, starting worker "2-container-watcher" machine-2: 10:41:27 DEBUG juju.worker "stateconverter" started machine-2: 10:41:27 INFO juju.worker.machiner "machine-2" started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.apicaller connected unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-epc-0: 10:41:27 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-epc-0 unit-oai-epc-0: 10:41:27 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-epc-0: 10:41:27 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-epc-0/run.socket unit-oai-epc-0: 10:41:27 INFO juju.worker.uniter unit "oai-epc/0" started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter juju-run listener running unit-oai-epc-0: 10:41:27 INFO juju.worker.uniter hooks are retried true unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "api-caller" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "upgrader" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-epc-0: 10:41:27 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-epc-0: 10:41:27 INFO juju.worker.upgrader unblocking abort check unit-oai-epc-0: 10:41:27 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-epc-0: 10:41:27 INFO juju.worker.migrationminion migration phase is now: NONE unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-2: 10:41:27 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:b0:d0:21 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.5 [] [] []} {2 fa:16:3e:b0:d0:21 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.logger logger setup unit-oai-epc-0: 10:41:27 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 10:41:27 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:41:27 DEBUG juju.worker.leadership oai-epc/0 making initial claim for oai-epc leadership unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-epc-0: 10:41:27 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-epc-0: 10:41:27 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-epc-0: 10:41:27 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:41:27 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-epc-0: 10:41:27 DEBUG juju.network including address public:172.30.9.215 for machine unit-oai-epc-0: 10:41:27 DEBUG juju.network including address local-cloud:192.168.121.15 for machine unit-oai-epc-0: 10:41:27 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-epc-0: 10:41:27 DEBUG juju.network including address local-machine:::1 for machine unit-oai-epc-0: 10:41:27 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] unit-oai-epc-0: 10:41:27 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-epc-0: 10:41:27 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] unit-oai-epc-0: 10:41:27 INFO juju.worker.leadership oai-epc/0 promoted to leadership of oai-epc unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.remotestate got service change unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-epc-0: 10:41:27 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-epc-0: 10:41:27 INFO juju.worker.uniter found queued "install" hook unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-epc-0: 10:41:27 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + set_env_paths unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + openair_path=/srv/openair-cn unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + epc_exec_name=mme_gw unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + open-port 2152/udp unit-oai-epc-0: 10:41:27 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ config-get branch unit-oai-epc-0: 10:41:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + branch=v0.3.2-branch unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ config-get revision unit-oai-epc-0: 10:41:27 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + revision=HEAD unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + echo v0.3.2-branch unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + echo HEAD unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + update_hostname unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ sed 's|/|-|' unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ echo oai-epc/0 unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + HOSTNAME=oai-epc-0 unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + echo oai-epc-0 unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + hostname oai-epc-0 unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + echo '127.0.0.1 oai-epc-0' unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + install_packages unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections git unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + gitAlreadyInstalled=1 unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections at unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + atAlreadyInstalled=1 unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ grep -c install unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install ++ dpkg --get-selections virt-what unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + virtwhatAlreadyInstalled=1 unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + '[' '!' 1 -eq 1 ']' unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + PASSWORD=linux unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:41:27 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install + debconf-set-selections unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install + apt install -y mysql-client unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install unit-abot-epc-basic-0: 10:41:28 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xdg-utils. unit-abot-epc-basic-0: 10:41: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: 10:41:28 DEBUG unit.abot-epc-basic/0.install Unpacking xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install mysql-client is already the newest version. unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:41:28 DEBUG unit.oai-epc/0.install ++ virt-what unit-abot-epc-basic-0: 10:41:29 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-base. unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + machine_type=kvm unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + clone_repro unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + juju-log 'Fetching and installing openair5G EPC' unit-abot-epc-basic-0: 10:41:29 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../texlive-base_2015.20160320-1ubuntu0.1_all.deb ... unit-oai-epc-0: 10:41:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:41:29 INFO unit.oai-epc/0.juju-log Fetching and installing openair5G EPC unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + status-set maintenance 'Fetching and installing Openair5G EPC' unit-oai-epc-0: 10:41:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:41:29 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-base (2015.20160320-1ubuntu0.1) ... unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + echo -n unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + '[' -d /srv/openair-cn ']' unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + juju-log 'Updating the installation directory' unit-oai-epc-0: 10:41:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:41:29 INFO unit.oai-epc/0.juju-log Updating the installation directory unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + cd /srv/openair-cn unit-oai-epc-0: 10:41:29 DEBUG unit.oai-epc/0.install + git reset --hard HEAD unit-oai-epc-0: 10:41:30 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: 10:41:30 DEBUG unit.oai-epc/0.install + git checkout v0.3.2-branch unit-oai-epc-0: 10:41:30 DEBUG unit.oai-epc/0.install Already on 'v0.3.2-branch' unit-oai-epc-0: 10:41:30 DEBUG unit.oai-epc/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-epc-0: 10:41:30 DEBUG unit.oai-epc/0.install + git pull unit-oai-hss-0: 10:41:31 DEBUG unit.oai-hss/0.install Setting up linux-headers-3.19.0-031900 (3.19.0-031900.201504091832) ... unit-abot-epc-basic-0: 10:41:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base. unit-abot-epc-basic-0: 10:41: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: 10:41:31 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-oai-hss-0: 10:41:31 DEBUG unit.oai-hss/0.install Setting up linux-image-3.19.0-031900-generic (3.19.0-031900.201504091832) ... unit-oai-hss-0: 10:41:31 DEBUG unit.oai-hss/0.install Running depmod. unit-abot-epc-basic-0: 10:41:31 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package texlive-latex-base-doc. unit-abot-epc-basic-0: 10:41:31 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: 10:41:31 DEBUG unit.abot-epc-basic/0.install Unpacking texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install Already up-to-date. unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + shopt -s nocasematch unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + cd - unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install /var/lib/juju/agents/unit-oai-epc-0/charm unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 10:41:31 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: 10:41:31 DEBUG unit.oai-epc/0.install + juju_install_kernel unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + juju-log 'Check the kernel and update if required' unit-oai-epc-0: 10:41:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:41:31 INFO unit.oai-epc/0.juju-log Check the kernel and update if required unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + check_current_kernel unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + required_kern_release=3.19 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + required_kern_version=3 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ echo 3.19 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + required_kern_major_revision=19 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + current_kern_release=3.19.0-031900-generic unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f1 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + current_kern_version=3 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ cut -d . -f2 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ echo 3.19.0-031900-generic unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + current_kern_major_revision=19 unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + '[' 3 -gt 3 ']' unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + '[' 3 -eq 3 ']' unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + '[' 19 -ge 19 ']' unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + [[ true == true ]] unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + status-set maintenance 'required kernel is already installed' unit-oai-epc-0: 10:41:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + configure_hosts unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ config-get realm unit-oai-epc-0: 10:41:31 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + realm=openair4G.eur unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install +++ hostname unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + '[' -z '' ']' unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 localhost unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install ++ hostname unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + echo 127.0.0.1 oai-epc-0.openair4G.eur oai-epc-0 mme unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + build_epc unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + juju-log 'Build EPC and install required packages' unit-oai-epc-0: 10:41:31 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:41:31 INFO unit.oai-epc/0.juju-log Build EPC and install required packages unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + status-set maintenance 'Build EPC and install required packages' unit-oai-hss-0: 10:41:31 DEBUG unit.oai-hss/0.install update-initramfs: deferring update (hook will be called later) unit-oai-epc-0: 10:41:31 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:41:31 DEBUG unit.oai-hss/0.install Examining /etc/kernel/postinst.d. unit-oai-hss-0: 10:41:31 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:41:31 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: 10:41:31 DEBUG unit.oai-hss/0.install update-initramfs: Generating /boot/initrd.img-3.19.0-031900-generic unit-oai-epc-0: 10:41:31 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -i -f unit-abot-epc-basic-0: 10:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk8.6. unit-abot-epc-basic-0: 10:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../tk8.6_8.6.5-1_amd64.deb ... unit-abot-epc-basic-0: 10:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 10:41:34 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package tk. unit-abot-epc-basic-0: 10:41:34 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/tk_8.6.0+9_amd64.deb ... unit-abot-epc-basic-0: 10:41:34 DEBUG unit.abot-epc-basic/0.install Unpacking tk (8.6.0+9) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package unzip. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../unzip_6.0-20ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-utils. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-utils_7.7+3_amd64.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11-utils (7.7+3) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package x11-xserver-utils. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../x11-xserver-utils_7.7+7_amd64.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xbitmaps. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xmlstarlet. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xmlstarlet_1.6.1-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package xterm. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../xterm_322-1ubuntu1_amd64.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package zip. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../archives/zip_3.0-11_amd64.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking zip (3.0-11) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libauthen-sasl-perl. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libauthen-sasl-perl_2.1600-1_all.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libc6-dbg:amd64. unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libc6-dbg_2.23-0ubuntu10_amd64.deb ... unit-abot-epc-basic-0: 10:41:35 DEBUG unit.abot-epc-basic/0.install Unpacking libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:41:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libffi-dev:amd64. unit-abot-epc-basic-0: 10:41:36 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libffi-dev_3.2.1-4_amd64.deb ... unit-abot-epc-basic-0: 10:41:36 DEBUG unit.abot-epc-basic/0.install Unpacking libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 10:41:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgl1-mesa-dev:amd64. unit-abot-epc-basic-0: 10:41:37 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: 10:41:37 DEBUG unit.abot-epc-basic/0.install Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:41:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libidn2-0-dev. unit-abot-epc-basic-0: 10:41:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libidn2-0-dev_0.10-3_amd64.deb ... unit-abot-epc-basic-0: 10:41:37 DEBUG unit.abot-epc-basic/0.install Unpacking libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 10:41:37 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package liboctave-dev. unit-abot-epc-basic-0: 10:41:37 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../liboctave-dev_4.0.0-3ubuntu9.2_amd64.deb ... unit-abot-epc-basic-0: 10:41:37 DEBUG unit.abot-epc-basic/0.install Unpacking liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:41:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libtasn1-doc. unit-abot-epc-basic-0: 10:41:38 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: 10:41:38 DEBUG unit.abot-epc-basic/0.install Unpacking libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:41:38 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libyaml-dev:amd64. unit-abot-epc-basic-0: 10:41:38 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libyaml-dev_0.1.6-3_amd64.deb ... unit-abot-epc-basic-0: 10:41:38 DEBUG unit.abot-epc-basic/0.install Unpacking libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 10:41:38 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 10:41:39 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: 10:41:39 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/x-grub-legacy-ec2 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Searching for GRUB installation directory ... found: /boot/grub unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Searching for default file ... found: /boot/grub/default unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Searching for splash image ... none found, skipping ... unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-157-generic unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Found kernel: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Replacing config file /run/grub/menu.lst with new version unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install Updating /boot/grub/menu.lst ... done unit-oai-hss-0: 10:41:39 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.19.0-031900-generic /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install Generating grub configuration file ... unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.19.0-031900-generic unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.19.0-031900-generic unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-157-generic unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-157-generic unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install Found linux image: /boot/vmlinuz-3.13.0-156-generic unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install Found initrd image: /boot/initrd.img-3.13.0-156-generic unit-oai-hss-0: 10:41:40 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 10:41: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: 10:41:40 DEBUG unit.oai-hss/0.install + juju-reboot --now unit-oai-hss-0: 10:41:40 DEBUG worker.uniter.jujuc running hook tool "juju-reboot" unit-oai-hss-0: 10:41:40 INFO juju.worker.uniter.context trying to kill context process 8624 unit-oai-hss-0: 10:41:40 INFO juju.worker.uniter.context waiting for context process 8624 to die unit-oai-hss-0: 10:41:40 INFO juju.worker.uniter.context kill returned: os: process already finished unit-oai-hss-0: 10:41:40 INFO juju.worker.uniter.context assuming already killed unit-oai-hss-0: 10:41:40 ERROR juju.worker.uniter.context updating agent status: cannot set invalid status "rebooting" unit-oai-hss-0: 10:41:40 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 10:41:40 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:41:40 INFO juju.worker.uniter unit "oai-hss/0" shutting down: machine needs to reboot unit-oai-hss-0: 10:41:40 DEBUG juju.worker.uniter juju-run listener stopping unit-oai-hss-0: 10:41:40 DEBUG juju.worker.uniter juju-run listener stopped machine-3: 10:41:41 DEBUG juju.worker.reboot Reboot worker got action: reboot machine-3: 10:41:41 DEBUG juju.worker.reboot acquiring mutex "machine-lock" for reboot machine-3: 10:41:41 DEBUG juju.worker.reboot mutex "machine-lock" acquired, won't release unit-abot-epc-basic-0: 10:41:43 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:41:43 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 10:41:43 DEBUG unit.abot-epc-basic/0.install Processing triggers for fontconfig (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:41:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for udev (229-4ubuntu21.4) ... unit-abot-epc-basic-0: 10:41:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 10:41:44 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: 10:41:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:41:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for mime-support (3.59ubuntu1) ... unit-abot-epc-basic-0: 10:41:44 DEBUG unit.abot-epc-basic/0.install Processing triggers for shared-mime-info (1.5-2ubuntu0.2) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Processing triggers for hicolor-icon-theme (0.15-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up cmake-data (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libarchive13:amd64 (3.1.2-11ubuntu0.16.04.4) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libcurl3:amd64 (7.47.0-1ubuntu2.8) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libjsoncpp1:amd64 (1.7.2-1) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up cmake (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up cmake-curses-gui (3.5.1-1ubuntu3) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up m4 (1.4.17-5) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libfl-dev:amd64 (2.6.0-11) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up flex (2.6.0-11) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lato (2.0-1) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up imagemagick-common (8:6.8.9.9-7ubuntu5.12) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libaudio2:amd64 (1.9.4-4) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libexif12:amd64 (0.6.21-2) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-double3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-long3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-quad3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-single3:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libieee1284-3:amd64 (0.2.11-12) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up liblqr-1-0:amd64 (0.4.2-2) ... unit-abot-epc-basic-0: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libltdl7:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:41:52 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: 10:41:52 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: 10:41:52 DEBUG unit.abot-epc-basic/0.install Setting up libmng2:amd64 (2.0.2-0ubuntu3) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libpcrecpp0v5:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libblas-common (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libblas3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:41:53 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: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libgfortran3:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libopenblas-base (0.2.18-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:53 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: 10:41:53 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: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libatlas3-base (3.10.2-9) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up liblapack3 (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libqrupdate1:amd64 (1.1.2-1build1) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libpcre16-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libqt5core5a:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-server0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:41:53 DEBUG unit.abot-epc-basic/0.install Setting up libgbm1:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libcapnp-0.5.3:amd64 (0.5.3-2ubuntu1.1) ... unit-abot-epc-basic-0: 10:41:54 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: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libmircore1:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon7:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-lite9v5:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libmirprotobuf3:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient9:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-client0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libegl1-mesa:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:41:54 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: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libevdev2:amd64 (1.4.6+dfsg-1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libgudev-1.0-0:amd64 (1:230-2) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-common (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libwacom2:amd64 (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libinput-bin (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libinput10:amd64 (1.6.3-1ubuntu1~16.04.1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libqt5dbus5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libqt5network5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-image0:amd64 (0.4.0-1build1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render-util0:amd64 (0.3.9-1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:54 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up libqt5gui5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up libqt5widgets5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up libqt5svg5:amd64 (5.5.1-2build1) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-common (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking-services (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up libdconf1:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up dconf-service (0.24.0-2) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up dconf-gsettings-backend:amd64 (0.24.0-2) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up gsettings-desktop-schemas (3.18.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up glib-networking:amd64 (2.48.2-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up libsoup2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up libsoup-gnome2.4-1:amd64 (2.52.2-1ubuntu0.3) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up librest-0.7-0:amd64 (0.7.93-1) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up libsamplerate0:amd64 (0.1.8-8) ... unit-abot-epc-basic-0: 10:41:55 DEBUG unit.abot-epc-basic/0.install Setting up libsane-common (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 10:41:56 DEBUG unit.abot-epc-basic/0.install Setting up libserf-1-1:amd64 (1.3.8-1) ... unit-abot-epc-basic-0: 10:41:56 DEBUG unit.abot-epc-basic/0.install Setting up libunistring0:amd64 (0.9.3-5.2ubuntu1) ... unit-abot-epc-basic-0: 10:41:56 DEBUG unit.abot-epc-basic/0.install Setting up libxft2:amd64 (2.3.2-1) ... unit-abot-epc-basic-0: 10:41:56 DEBUG unit.abot-epc-basic/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-abot-epc-basic-0: 10:41:56 DEBUG unit.abot-epc-basic/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-abot-epc-basic-0: 10:41:56 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-abot-epc-basic-0: 10:41:56 DEBUG unit.abot-epc-basic/0.install Setting up poppler-data (0.4.7-7) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0:amd64 (0.10-3) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libslicot0:amd64 (5.0+20101122-2) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-0:amd64 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-0:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-gobject2:amd64 (1.14.6-1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libcolord2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy0:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-common (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libjson-glib-1.0-0:amd64 (1.1.2-0ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-cursor0:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:41:57 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: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libcroco3:amd64 (0.6.11-1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-2:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up librsvg2-common:amd64 (2.40.13-3) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up at-spi2-core (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up autoconf (2.69-9) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up autotools-dev (20150820.1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up automake (1:1.15-4ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 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: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up bison (2:3.0.4.dfsg-1) ... unit-abot-epc-basic-0: 10:41:57 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: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up castxml (0.1+git20160202-1.1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libgusb2:amd64 (0.2.9-0ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libcolorhug2:amd64 (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libvpx3:amd64 (1.5.0-2ubuntu1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libxpm4:amd64 (1:3.5.11-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libgd3:amd64 (2.1.1-4ubuntu0.16.04.10) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-port12:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-6:amd64 (2.5.9-3) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Setting up libsane:amd64 (1.0.25+git20150528-1ubuntu2.16.04.1) ... unit-abot-epc-basic-0: 10:41:57 DEBUG unit.abot-epc-basic/0.install Adding scanner group... unit-abot-epc-basic-0: 10:41:58 DEBUG unit.abot-epc-basic/0.install Setting up colord-data (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:58 DEBUG unit.abot-epc-basic/0.install Setting up colord (1.2.12-1ubuntu1) ... unit-abot-epc-basic-0: 10:41:58 DEBUG unit.abot-epc-basic/0.install colord.service is a disabled or a static unit, not starting it. unit-abot-epc-basic-0: 10:41:58 DEBUG unit.abot-epc-basic/0.install Setting up gettext (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:41:58 DEBUG unit.abot-epc-basic/0.install Setting up intltool-debian (0.35.0+20060710.4) ... unit-abot-epc-basic-0: 10:41:58 DEBUG unit.abot-epc-basic/0.install Setting up po-debconf (1.0.19) ... unit-abot-epc-basic-0: 10:41:58 DEBUG unit.abot-epc-basic/0.install Setting up libarchive-zip-perl (1.56-2ubuntu0.1) ... unit-abot-epc-basic-0: 10:41:58 DEBUG unit.abot-epc-basic/0.install Setting up libfile-stripnondeterminism-perl (0.015-1) ... unit-abot-epc-basic-0: 10:41:59 DEBUG unit.abot-epc-basic/0.install Setting up libtimedate-perl (2.3000-2) ... unit-abot-epc-basic-0: 10:41:59 DEBUG unit.abot-epc-basic/0.install Setting up default-jre-headless (2:1.8-56ubuntu2) ... unit-abot-epc-basic-0: 10:41:59 DEBUG unit.abot-epc-basic/0.install Setting up libllvm3.6v5:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 10:41:59 DEBUG unit.abot-epc-basic/0.install Setting up libobjc4:amd64 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:41:59 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: 10:41:59 DEBUG unit.abot-epc-basic/0.install Setting up libclang1-3.6:amd64 (1:3.6.2-3ubuntu2) ... unit-abot-epc-basic-0: 10:41:59 DEBUG unit.abot-epc-basic/0.install Setting up doxygen (1.8.11-1) ... unit-abot-epc-basic-0: 10:41:59 DEBUG unit.abot-epc-basic/0.install Setting up libqt5xml5:amd64 (5.5.1+dfsg-16ubuntu7.5) ... unit-abot-epc-basic-0: 10:41:59 DEBUG unit.abot-epc-basic/0.install Setting up doxygen-gui (1.8.11-1) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up fonts-liberation (1.07.4-1) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up tex-common (6.04ubuntu1) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install update-language: texlive-base not installed and configured, doing nothing! unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up fonts-lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up gccxml (0.9.0+git20140716-6) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up gconf2-common (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/gconf/2/path with new version unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up libgconf-2-4:amd64 (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up libbabeltrace-ctf1:amd64 (1.3.2-1) ... unit-abot-epc-basic-0: 10:42:00 DEBUG unit.abot-epc-basic/0.install Setting up gdb (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 10:42:01 DEBUG unit.abot-epc-basic/0.install Setting up gdbserver (7.11.1-0ubuntu1~16.5) ... unit-abot-epc-basic-0: 10:42:01 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: 10:42:01 DEBUG unit.abot-epc-basic/0.install Setting up gfortran-5 (5.4.0-6ubuntu1~16.04.10) ... unit-abot-epc-basic-0: 10:42:01 DEBUG unit.abot-epc-basic/0.install Setting up gfortran (4:5.3.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:01 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: 10:42:01 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: 10:42:01 DEBUG unit.abot-epc-basic/0.install Setting up libcupsfilters1:amd64 (1.8.3-2ubuntu3.4) ... unit-abot-epc-basic-0: 10:42:01 DEBUG unit.abot-epc-basic/0.install Setting up libcupsimage2:amd64 (2.1.3-4ubuntu0.5) ... unit-abot-epc-basic-0: 10:42:01 DEBUG unit.abot-epc-basic/0.install Setting up libijs-0.35:amd64 (0.35-12) ... unit-abot-epc-basic-0: 10:42:01 DEBUG unit.abot-epc-basic/0.install Setting up libjbig2dec0 (0.12+20150918-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:01 DEBUG unit.abot-epc-basic/0.install Setting up libpaper1:amd64 (1.1.24+nmu4ubuntu1) ... unit-abot-epc-basic-0: 10:42:01 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:42:01 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/papersize with new version unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up libgs9-common (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 10:42:02 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: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up libgs9:amd64 (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2ubuntu1) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up ghostscript (9.18~dfsg~0-0ubuntu2.8) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atk-1.0 (2.18.0-1) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-atspi-2.0 (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-freedesktop:amd64 (1.46.0-3ubuntu1) ... unit-abot-epc-basic-0: 10:42:02 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: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up libpangoxft-1.0-0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-pango-1.0:amd64 (1.38.1-1) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up aglfn (1.7-3) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-tex (4.6.6-3) ... unit-abot-epc-basic-0: 10:42:02 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-data (4.6.6-3) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up gnuplot-x11 (4.6.6-3) ... unit-abot-epc-basic-0: 10:42:03 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: 10:42:03 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: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libcdt5 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libcgraph6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libpathplan4 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libgvc6 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libgvpr2 (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libxmu6:amd64 (2:1.1.2-2) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libxaw7:amd64 (2:1.0.13-1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up graphviz (2.38.0-12ubuntu2.1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libjudydebian1 (1.0.5-5) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libtcl8.6:amd64 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libtk8.6:amd64 (8.6.5-1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libgc1c2:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:03 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: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0 (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/guile-2.0 to provide /usr/bin/guile (guile) in auto mode unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libtinfo-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libncurses5-dev:amd64 (6.0+20160213-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:03 DEBUG unit.abot-epc-basic/0.install Setting up libreadline6-dev:amd64 (6.3-8ubuntu2) ... unit-abot-epc-basic-0: 10:42:04 DEBUG unit.abot-epc-basic/0.install Setting up libltdl-dev:amd64 (2.4.6-0.1) ... unit-abot-epc-basic-0: 10:42:04 DEBUG unit.abot-epc-basic/0.install Setting up libgmpxx4ldbl:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 10:42:04 DEBUG unit.abot-epc-basic/0.install Setting up libgmp-dev:amd64 (2:6.1.0+dfsg-2) ... unit-abot-epc-basic-0: 10:42:04 DEBUG unit.abot-epc-basic/0.install Setting up libgc-dev:amd64 (1:7.4.2-7.3ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:04 DEBUG unit.abot-epc-basic/0.install Setting up pkg-config (0.29.1-0ubuntu1) ... unit-abot-epc-basic-0: 10:42:04 DEBUG unit.abot-epc-basic/0.install Setting up guile-2.0-dev (2.0.11+1-10ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up hdf5-helpers (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up icu-devtools (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up iperf (2.0.5+dfsg1-2ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up iproute (1:4.3.0-1ubuntu3.16.04.3) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up iptables-dev (1.6.0-2ubuntu3) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up javascript-common (11) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install apache2_invoke: Enable configuration javascript-common unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libaec0:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libsuitesparseconfig4.4.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libamd2.4.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libarpack2 (3.3.0-1build2) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libasprintf-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-bin (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libpcre32-3:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libpcre3-dev:amd64 (2:8.38-3.1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2ubuntu4.1) ... unit-abot-epc-basic-0: 10:42:05 DEBUG unit.abot-epc-basic/0.install Setting up libglib2.0-dev (2.48.2-0ubuntu4) ... unit-abot-epc-basic-0: 10:42:06 DEBUG unit.abot-epc-basic/0.install Setting up libdbus-1-dev:amd64 (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:42:06 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xext-dev (7.3.0-1) ... unit-abot-epc-basic-0: 10:42:06 DEBUG unit.abot-epc-basic/0.install Setting up libxext-dev:amd64 (2:1.3.3-1) ... unit-abot-epc-basic-0: 10:42:06 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-fixes-dev (1:5.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:42:06 DEBUG unit.abot-epc-basic/0.install Setting up libxfixes-dev:amd64 (1:5.0.1-2) ... unit-abot-epc-basic-0: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libxi-dev (2:1.7.6-1) ... unit-abot-epc-basic-0: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-record-dev (1.14.2-1) ... unit-abot-epc-basic-0: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libxtst-dev:amd64 (2:1.2.2-1) ... unit-abot-epc-basic-0: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libatspi2.0-dev (2.18.3-4ubuntu1) ... unit-abot-epc-basic-0: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libatk-bridge2.0-dev:amd64 (2.18.1-2ubuntu1) ... unit-abot-epc-basic-0: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libatk1.0-dev (2.18.0-1) ... unit-abot-epc-basic-0: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libblas-dev (3.6.0-2ubuntu2) ... unit-abot-epc-basic-0: 10:42:07 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: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-dev (3.10.2-9) ... unit-abot-epc-basic-0: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libatlas-base-dev (3.10.2-9) ... unit-abot-epc-basic-0: 10:42:07 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: 10:42:07 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: 10:42:07 DEBUG unit.abot-epc-basic/0.install Setting up libcairo-script-interpreter2:amd64 (1.14.6-1) ... unit-oai-hss-0: 10:42:07 INFO juju.cmd running jujud [2.2.9 gc go1.8] machine-3: 10:42:07 INFO juju.cmd running jujud [2.2.9 gc go1.8] unit-oai-hss-0: 10:42:07 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/unit-oai-hss-0/jujud", "unit", "--data-dir", "/var/lib/juju", "--unit-name", "oai-hss/0", "--debug"} unit-oai-hss-0: 10:42:07 DEBUG juju.agent read agent config, format "2.0" unit-oai-hss-0: 10:42:07 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:42:07 DEBUG juju.worker start "api" unit-oai-hss-0: 10:42:07 INFO juju.worker start "api" machine-3: 10:42:07 DEBUG juju.cmd args: []string{"/var/lib/juju/tools/machine-3/jujud", "machine", "--data-dir", "/var/lib/juju", "--machine-id", "3", "--debug"} machine-3: 10:42:07 DEBUG juju.agent read agent config, format "2.0" machine-3: 10:42:07 INFO juju.cmd.jujud setting logging config to "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.introspection introspection worker listening on "@jujud-unit-oai-hss-0" unit-oai-hss-0: 10:42:07 DEBUG juju.worker "api" started unit-oai-hss-0: 10:42:07 DEBUG juju.worker.introspection stats worker now serving unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "agent" manifold worker started unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "charm-dir" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:42:07 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "metric-spool" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available unit-oai-hss-0: 10:42:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 10:42:07 INFO juju.worker.upgradesteps upgrade steps for 2.2.9 have already been run. machine-3: 10:42:07 DEBUG juju.worker start "engine" machine-3: 10:42:07 INFO juju.worker start "engine" machine-3: 10:42:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrade-steps-gate" manifold worker started machine-3: 10:42:07 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "state-config-watcher" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: "upgrade-check-gate" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "termination-signal-handler" manifold worker started machine-3: 10:42:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrade-steps-flag" manifold worker started machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrade-check-gate" manifold worker started machine-3: 10:42:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: "state-config-watcher" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "state" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.introspection introspection worker listening on "@jujud-machine-3" machine-3: 10:42:07 DEBUG juju.worker "engine" started machine-3: 10:42:07 DEBUG juju.worker.introspection stats worker now serving machine-3: 10:42:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "agent" manifold worker started machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "agent" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "unconverted-state-workers" manifold worker stopped: "state" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "state-config-watcher" manifold worker started machine-3: 10:42:07 DEBUG juju.worker.dependency "state" manifold worker stopped: machine-3: 10:42:07 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrader" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "state" manifold worker stopped: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "api-caller" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:42:07 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "api-config-watcher" manifold worker started machine-3: 10:42:07 DEBUG juju.worker.dependency "central-hub" manifold worker stopped: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:42:07 INFO juju.api connection established to "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:42:07 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:42:07 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:07 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started machine-3: 10:42:07 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not set: dependency not available unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libpng12-dev:amd64 (1.2.54-1ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libfreetype6-dev:amd64 (2.6.1-0.1ubuntu2.3) ... unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libfontconfig1-dev:amd64 (2.11.94-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-render-dev (2:0.11.1-2) ... unit-oai-hss-0: 10:42:08 DEBUG juju.worker.apicaller connected unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libxrender-dev:amd64 (1:0.9.9-0ubuntu1) ... unit-oai-hss-0: 10:42:08 DEBUG juju.api RPC connection died unit-oai-hss-0: 10:42:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-oai-hss-0: 10:42:08 DEBUG juju.worker.apicaller connecting with current password unit-oai-hss-0: 10:42:08 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:42:08 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-oai-hss-0: 10:42:08 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libpixman-1-dev (0.33.6-1) ... unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-render0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shm0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libcairo2-dev (1.14.6-1) ... machine-3: 10:42:08 DEBUG juju.worker.apicaller connected machine-3: 10:42:08 DEBUG juju.api RPC connection died machine-3: 10:42:08 DEBUG juju.worker.dependency "api-caller" manifold worker stopped: unit-abot-epc-basic-0: 10:42:08 DEBUG unit.abot-epc-basic/0.install Setting up libcamd2.4.1:amd64 (1:4.4.6-1) ... machine-3: 10:42:08 DEBUG juju.worker.apicaller connecting with current password machine-3: 10:42:08 DEBUG juju.api successfully dialed "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:42:08 INFO juju.api connection established to "wss://172.30.9.215:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" machine-3: 10:42:08 DEBUG juju.api successfully dialed "wss://192.168.121.15:17070/model/3212f6ce-050b-4cd3-8a13-72097829d1f3/api" unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libccolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libcolamd2.9.1:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libcholmod3.0.6:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libconfig9:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-dev:amd64 (1.5-0.2) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libconfig-doc (1.5-0.2) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libconfig8-dev (1.5-0.2) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libcxsparse3.1.4:amd64 (1:4.4.6-1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libdrm-dev:amd64 (2.4.91-2~16.04.1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-dri2-dev (2.8-2) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-gl-dev (1.4.17-1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xf86vidmode-dev (2.3.1-2) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-damage-dev (1:1.2.1-2) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libxdamage-dev:amd64 (1:1.1.4-2) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-glx0-dev:amd64 (1.11.1-1ubuntu1) ... machine-3: 10:42:09 DEBUG juju.worker.apicaller connected unit-oai-hss-0: 10:42:09 DEBUG juju.worker.apicaller connected machine-3: 10:42:09 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:09 DEBUG juju.wrench couldn't read wrench directory: stat /var/lib/juju/wrench: no such file or directory machine-3: 10:42:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "upgrade-steps-runner" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "disk-manager" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "api-caller" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "migration-minion" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "log-sender" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 INFO juju.worker.upgrader abort check blocked until version event received machine-3: 10:42:09 INFO juju.worker.upgrader unblocking abort check machine-3: 10:42:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 10:42:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker stopped: gate unlocked unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "upgrader" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:42:09 INFO juju.worker.upgrader abort check blocked until version event received unit-oai-hss-0: 10:42:09 INFO juju.worker.upgrader unblocking abort check unit-oai-hss-0: 10:42:09 INFO juju.worker.upgrader desired tool version: 2.2.9 machine-3: 10:42:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "migration-minion" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "meter-status" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:09 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 10:42:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "leadership-tracker" manifold worker stopped: "migration-inactive-flag" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "machiner" manifold worker stopped: "migration-fortress" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker stopped: "migration-inactive-flag" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "log-sender" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "migration-inactive-flag" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker stopped: "upgrade-check-flag" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 10:42:09 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "metric-sender" manifold worker stopped: "metric-spool" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "upgrade-check-flag" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "meter-status" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.meterstatus got meter status change signal from watcher unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "hook-retry-strategy" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "migration-fortress" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.network no lxc bridge addresses to filter for machine unit-oai-hss-0: 10:42:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:42:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) unit-oai-hss-0: 10:42:09 DEBUG juju.network including address public:172.30.9.215 for machine unit-oai-hss-0: 10:42:09 DEBUG juju.network including address local-cloud:192.168.121.15 for machine unit-oai-hss-0: 10:42:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine unit-oai-hss-0: 10:42:09 DEBUG juju.network including address local-machine:::1 for machine unit-oai-hss-0: 10:42:09 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] unit-oai-hss-0: 10:42:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] unit-oai-hss-0: 10:42:09 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri2-0-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "charm-dir" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: machine-3: 10:42:09 DEBUG juju.worker.dependency "migration-minion" manifold worker started machine-3: 10:42:09 INFO juju.worker.migrationminion migration phase is now: NONE machine-3: 10:42:09 DEBUG juju.worker.dependency "disk-manager" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "log-sender" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "api-address-updater" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" machine-3: 10:42:09 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "reboot-executor" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "storage-provisioner" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.logger logger setup machine-3: 10:42:09 DEBUG juju.worker.dependency "proxy-config-updater" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "metric-collect" manifold worker stopped: "metric-spool" not running: dependency not available machine-3: 10:42:09 INFO juju.worker.diskmanager block devices changed: [{vda [] 10240 true }] machine-3: 10:42:09 DEBUG juju.worker.dependency "machine-action-runner" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "host-key-reporter" manifold worker started unit-oai-hss-0: 10:42:09 DEBUG juju.worker.dependency "uniter" manifold worker stopped: "leadership-tracker" not running: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "ssh-authkeys-updater" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "machiner" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "unit-agent-deployer" manifold worker started machine-3: 10:42:09 DEBUG juju.worker.dependency "tools-version-checker" manifold worker stopped: dependency not available machine-3: 10:42:09 DEBUG juju.worker.dependency "mgo-txn-resumer" manifold worker stopped: dependency not available machine-3: 10:42:09 WARNING juju.cmd.jujud determining kvm support: INFO: Your CPU does not support KVM extensions KVM acceleration can NOT be used : exit status 1 no kvm containers possible machine-3: 10:42:09 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:42:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:42:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:42:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:42:09 DEBUG juju.network including address local-cloud:192.168.121.7 for machine machine-3: 10:42:09 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:42:09 DEBUG juju.network addresses after filtering: [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-machine:::1] machine-3: 10:42:09 INFO juju.worker.machiner setting addresses for "machine-3" to [local-machine:127.0.0.1 local-cloud:192.168.121.7 local-machine:::1] machine-3: 10:42:09 DEBUG juju.network no lxc bridge addresses to filter for machine machine-3: 10:42:09 DEBUG juju.network cannot get "lxdbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:42:09 DEBUG juju.network cannot get "virbr0" addresses: route ip+net: no such network interface (ignoring) machine-3: 10:42:09 DEBUG juju.network including address public:172.30.9.215 for machine machine-3: 10:42:09 DEBUG juju.network including address local-cloud:192.168.121.15 for machine machine-3: 10:42:09 DEBUG juju.network including address local-machine:127.0.0.1 for machine machine-3: 10:42:09 DEBUG juju.network including address local-machine:::1 for machine machine-3: 10:42:09 DEBUG juju.network addresses after filtering: [public:172.30.9.215 local-cloud:192.168.121.15 local-machine:127.0.0.1 local-machine:::1] machine-3: 10:42:09 DEBUG juju.worker.apiaddressupdater updating API hostPorts to [[172.30.9.215:17070 192.168.121.15:17070 127.0.0.1:17070 [::1]:17070]] machine-3: 10:42:09 DEBUG juju.agent API server address details [["172.30.9.215:17070" "192.168.121.15:17070" "127.0.0.1:17070" "[::1]:17070"]] written to agent config as ["192.168.121.15:17070" "172.30.9.215:17070"] machine-3: 10:42:09 DEBUG juju.worker.dependency "serving-info-setter" manifold worker stopped: resource permanently unavailable machine-3: 10:42:09 DEBUG juju.worker.dependency "ssh-identity-writer" manifold worker stopped: dependency not available machine-3: 10:42:09 DEBUG juju.worker.reboot Reboot worker got action: noop machine-3: 10:42:09 DEBUG juju.worker.proxyupdater new proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,172.30.9.215,192.168.121.15,::1,localhost", AutoNoProxy:""} machine-3: 10:42:09 DEBUG juju.tools.lxdclient connecting to LXD remote "local": "unix:///var/lib/lxd/unix.socket" machine-3: 10:42:09 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: 10:42:09 DEBUG juju.worker.proxyupdater new apt proxy settings proxy.Settings{Http:"", Https:"", Ftp:"", NoProxy:"127.0.0.1,::1,localhost", AutoNoProxy:""} machine-3: 10:42:09 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:42:09 DEBUG juju.utils.ssh reading authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:42:09 DEBUG juju.utils.ssh writing authorised keys file /home/ubuntu/.ssh/authorized_keys machine-3: 10:42:09 DEBUG juju.service discovered init system "upstart" from series "trusty" machine-3: 10:42:09 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 10:42:09 INFO juju.worker.deployer checking unit "oai-hss/0" machine-3: 10:42:09 DEBUG juju.worker.storageprovisioner filesystems alive: [], dying: [], dead: [] machine-3: 10:42:09 DEBUG juju.worker.storageprovisioner volume attachments alive: [], dying: [], dead: [] machine-3: 10:42:09 DEBUG juju.worker.storageprovisioner filesystem attachment alive: [], dying: [], dead: [] machine-3: 10:42:09 DEBUG juju.worker.storageprovisioner volumes alive: [], dying: [], dead: [] unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-dri3-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-randr0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-shape0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:09 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-xfixes0-dev:amd64 (1.11.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-sync-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 10:42:10 DEBUG juju.worker.dependency "leadership-tracker" manifold worker started unit-oai-hss-0: 10:42:10 DEBUG juju.worker.logger initial log config: "=DEBUG;unit=DEBUG" unit-oai-hss-0: 10:42:10 DEBUG juju.worker.dependency "metric-spool" manifold worker started unit-oai-hss-0: 10:42:10 DEBUG juju.worker.leadership oai-hss/0 making initial claim for oai-hss leadership unit-oai-hss-0: 10:42:10 DEBUG juju.worker.dependency "logging-config-updater" manifold worker started unit-oai-hss-0: 10:42:10 DEBUG juju.worker.logger logger setup machine-3: 10:42:10 INFO juju.worker.authenticationworker "machine-3" key updater worker started unit-oai-hss-0: 10:42:10 DEBUG juju.worker.dependency "metric-sender" manifold worker started unit-oai-hss-0: 10:42:10 DEBUG juju.worker.dependency "uniter" manifold worker started unit-oai-hss-0: 10:42:10 INFO worker.uniter.jujuc ensure jujuc symlinks in /var/lib/juju/tools/unit-oai-hss-0 unit-oai-hss-0: 10:42:10 INFO worker.uniter.jujuc was a symlink, now looking at /var/lib/juju/tools/2.2.9-trusty-amd64 unit-oai-hss-0: 10:42:10 DEBUG worker.uniter.jujuc jujud path /var/lib/juju/tools/2.2.9-trusty-amd64/jujud unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter starting juju-run listener on unix:/var/lib/juju/agents/unit-oai-hss-0/run.socket unit-oai-hss-0: 10:42:10 INFO juju.worker.uniter unit "oai-hss/0" started unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter juju-run listener running unit-oai-hss-0: 10:42:10 INFO juju.worker.uniter hooks are retried true machine-3: 10:42:10 DEBUG juju.worker.hostkeyreporter 4 SSH host keys reported for machine 3 machine-3: 10:42:10 DEBUG juju.worker.dependency "host-key-reporter" manifold worker stopped: resource permanently unavailable machine-3: 10:42:10 DEBUG juju.worker start "3-container-watcher" machine-3: 10:42:10 DEBUG juju.worker start "stateconverter" machine-3: 10:42:10 DEBUG juju.worker.dependency "unconverted-api-workers" manifold worker started machine-3: 10:42:10 INFO juju.worker start "3-container-watcher" machine-3: 10:42:10 DEBUG juju.worker "3-container-watcher" started machine-3: 10:42:10 INFO juju.worker start "stateconverter" machine-3: 10:42:10 DEBUG juju.worker "stateconverter" started machine-3: 10:42:10 DEBUG juju.cmd.jujud upgrades done, starting worker "3-container-watcher" unit-oai-hss-0: 10:42:10 INFO juju.worker.leadership oai-hss/0 promoted to leadership of oai-hss unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.remotestate got address change: ok=true unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.remotestate got action change: [] ok=true unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.remotestate got unit change unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.remotestate got config change: ok=true unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.remotestate got storage change: [] ok=true unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.remotestate got relations change: ok=true unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.remotestate got service change machine-3: 10:42:10 INFO juju.worker.machiner "machine-3" started unit-oai-hss-0: 10:42:10 INFO juju.worker.uniter.storage initial storage attachments ready unit-oai-hss-0: 10:42:10 INFO juju.worker.uniter found queued "install" hook unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.operation running operation run install hook unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.operation preparing operation "run install hook" unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter.operation executing operation "run install hook" unit-oai-hss-0: 10:42:10 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running install hook unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + export DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + DEBIAN_FRONTEND=noninteractive unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + export juju=set unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + juju=set unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + set_env_paths unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + openair_path=/srv/openair-cn unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + hss_exec_name=oai_hss unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ config-get branch unit-oai-hss-0: 10:42:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + branch=v0.3.2-branch unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ config-get revision unit-oai-hss-0: 10:42:10 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + revision=HEAD unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + echo v0.3.2-branch unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + echo HEAD unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + update_hostname unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ sed 's|/|-|' unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ echo oai-hss/0 unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + HOSTNAME=oai-hss-0 unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + echo oai-hss-0 unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + hostname oai-hss-0 unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + echo '127.0.0.1 oai-hss-0' unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:42:10 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libxcb-present-dev:amd64 (1.11.1-1ubuntu1) ... unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libxshmfence-dev:amd64 (1.2-1) ... unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libx11-xcb-dev:amd64 (2:1.6.3-1ubuntu2.1) ... unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-bin (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libwayland-dev:amd64 (1.12.0-1~ubuntu16.04.3) ... unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libmircore-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf9v5:amd64 (2.6.1-1.3) ... unit-oai-hss-0: 10:42:10 INFO juju.worker.upgrader desired tool version: 2.2.9 unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libprotobuf-dev:amd64 (2.6.1-1.3) ... unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libxkbcommon-dev (0.5.0-1ubuntu2) ... machine-3: 10:42:10 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:53:59:37 192.168.121.0/24 1450 0 eth0 ethernet false false static 192.168.121.7 [] [] []} {2 fa:16:3e:53:59:37 1450 0 eth0 ethernet false false manual [] [] []}] unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libmircommon-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:42:10 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:42: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: 10:42:10 DEBUG unit.oai-hss/0.install unit-abot-epc-basic-0: 10:42:10 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie2:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libmircookie-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libmirclient-dev:amd64 (0.26.3+16.04.20170605-0ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:11 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: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libencode-locale-perl (1.05-1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libepoxy-dev:amd64 (1.3.1-1ubuntu0.16.04.2) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-bin (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfftw3-dev:amd64 (3.3.4-2ubuntu1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libipc-system-simple-perl (1.25-3) ... unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfile-basedir-perl (0.07-1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up liburi-perl (1.71-1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfile-desktopentry-perl (0.22-1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-date-perl (6.02-1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfile-listing-perl (6.04-1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfile-mimeinfo-perl (0.27-1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfltk1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install ++ virt-what unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + machine_type=kvm unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + install_packages unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + status-set maintenance 'Installing some dependencies' unit-oai-hss-0: 10:42:11 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections git unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfltk-gl1.3:amd64 (1.3.3-7) ... unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + gitAlreadyInstalled=1 unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections at unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + atAlreadyInstalled=1 unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install ++ grep -c install unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install ++ dpkg --get-selections virt-what unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + virtwhatAlreadyInstalled=1 unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + '[' '!' 1 -eq 1 ']' unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + PASSWORD=linux unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password password linux' unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfont-afm-perl (1.20-1) ... unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + debconf-set-selections unit-oai-hss-0: 10:42:11 DEBUG unit.oai-hss/0.install + echo 'mysql-server mysql-server/root_password_again password linux' unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libfontenc1:amd64 (1:1.1.3-1) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libforms2 (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:42:11 DEBUG unit.abot-epc-basic/0.install Setting up libforms-bin (1.2.3-1.2) ... unit-abot-epc-basic-0: 10:42:12 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: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libforms-dev (1.2.3-1.2) ... unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + apt install -y mysql-client unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts. unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgpg-error-dev (1.21-2ubuntu1) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt20-dev (1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgcrypt11-dev (1.5.4-3+really1.6.5-2ubuntu0.5) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgdk-pixbuf2.0-dev (2.32.2-1ubuntu1.5) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo0:amd64 (0.19.7-2ubuntu3) ... unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + clone_repro unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + juju-log 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:42:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:42:12 INFO unit.oai-hss/0.juju-log Fetching and installing OpenAirInterface HSS unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + status-set maintenance 'Fetching and installing OpenAirInterface HSS' unit-oai-hss-0: 10:42:12 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + openssl s_client -showcerts -connect gitlab.eurecom.fr:443 unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + echo -n unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgettextpo-dev:amd64 (0.19.7-2ubuntu3) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgl2ps0 (1.3.8-1.2) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libglpk36:amd64 (4.57-1build3) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgphoto2-l10n (2.5.9-3) ... unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + '[' -d /srv/openair-cn ']' unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + juju-log 'Updating the installation directory' unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libjasper1:amd64 (1.900.1-debian1-2.4ubuntu1.2) ... unit-oai-hss-0: 10:42:12 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:42:12 INFO unit.oai-hss/0.juju-log Updating the installation directory unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + cd /srv/openair-cn unit-oai-hss-0: 10:42:12 DEBUG unit.oai-hss/0.install + git reset --hard HEAD unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libwebp5:amd64 (0.4.4-1) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libwmf0.2-7:amd64 (0.2.8.4-10.5ubuntu1) ... unit-abot-epc-basic-0: 10:42:12 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick-q16-3 (1.3.23-1build1) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up libgraphicsmagick++-q16-12 (1.3.23-1build1) ... unit-oai-hss-0: 10:42:13 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: 10:42:13 DEBUG unit.oai-hss/0.install + git checkout v0.3.2-branch unit-oai-hss-0: 10:42:13 DEBUG unit.oai-hss/0.install Already on 'v0.3.2-branch' unit-oai-hss-0: 10:42:13 DEBUG unit.oai-hss/0.install Your branch is up-to-date with 'origin/v0.3.2-branch'. unit-oai-hss-0: 10:42:13 DEBUG unit.oai-hss/0.install + git pull unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-icu0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-gobject0:amd64 (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up libharfbuzz-dev (1.0.1-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up libxft-dev (2.3.2-1) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up libpango1.0-dev (1.38.1-1) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-xinerama-dev (1.2.1-2) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up libxinerama-dev:amd64 (2:1.1.3-1) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-randr-dev (1.5.0-1) ... unit-abot-epc-basic-0: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up libxrandr-dev:amd64 (2:1.5.0-1) ... unit-abot-epc-basic-0: 10:42:13 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: 10:42:13 DEBUG unit.abot-epc-basic/0.install Setting up x11proto-composite-dev (1:0.4.2-2) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libxcomposite-dev (1:0.4.4-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libsz2:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-10:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-cpp-11:amd64 (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-turbo8-dev:amd64 (1.4.2-0ubuntu3.1) ... unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Already up-to-date. unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + shopt -s nocasematch unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + [[ HEAD != \H\E\A\D ]] unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + cd - unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install /var/lib/juju/agents/unit-oai-hss-0/charm unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + sed -i /phpmyadmin/d /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-hss-0: 10:42:14 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: 10:42:14 DEBUG unit.oai-hss/0.install + juju_install_kernel unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + juju-log 'Check the kernel and update if required' unit-oai-hss-0: 10:42:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:42:14 INFO unit.oai-hss/0.juju-log Check the kernel and update if required unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + check_current_kernel unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + required_kern_release=3.19 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + required_kern_version=3 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ echo 3.19 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + required_kern_major_revision=19 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ uname -r unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + current_kern_release=3.19.0-031900-generic unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ cut -d . -f1 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + current_kern_version=3 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ cut -d . -f2 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ echo 3.19.0-031900-generic unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + current_kern_major_revision=19 unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + '[' 3 -gt 3 ']' unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + '[' 3 -eq 3 ']' unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + '[' 19 -ge 19 ']' unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + REQUIRED_KERNEL_IS_INSTALLED=true unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + [[ true == true ]] unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + juju-log 'required kernel is already installed' unit-oai-hss-0: 10:42:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:42:14 INFO unit.oai-hss/0.juju-log required kernel is already installed unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + status-set maintenance 'required kernel is already installed' unit-oai-hss-0: 10:42:14 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + configure_hosts unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ config-get realm unit-oai-hss-0: 10:42:14 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + realm=openair4G.eur unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install +++ hostname unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + '[' -z '' ']' unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 localhost unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install ++ hostname unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + echo 127.0.0.1 oai-hss-0.openair4G.eur oai-hss-0 mme unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + build_hss unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + juju-log 'Build HSS and install required packages' unit-oai-hss-0: 10:42:14 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:42:14 INFO unit.oai-hss/0.juju-log Build HSS and install required packages unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + status-set maintenance 'Build HSS and install required packages' unit-oai-hss-0: 10:42:14 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -i -F unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Check installed software packages necessary to build and run HSS (support Ubuntu 14.04): unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Force set (no interactive) unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libaec-dev:amd64 (0.3.2-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhdf5-dev (1.8.16+docs-4ubuntu1.1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5-serial.pc to provide /usr/lib/x86_64-linux-gnu/pkgconfig/hdf5.pc (hdf5.pc) in auto mode unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tagset-perl (3.20-2) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-parser-perl (3.72-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libio-html-perl (1.001-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-mediatypes-perl (6.02-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-message-perl (6.11-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-form-perl (6.03-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-tree-perl (5.03-2) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhtml-format-perl (2.11-2) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-cookies-perl (6.01-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-daemon-perl (6.01-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libhttp-negotiate-perl (6.00-2) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libicu-dev:amd64 (55.1-7ubuntu0.4) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libidn11-dev (1.32-3ubuntu1.2) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libnet-ssleay-perl (1.72-1build1) ... unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security InRelease unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libio-socket-ssl-perl (2.024-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libjs-jquery (1.11.3+dfsg-4) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libkpathsea6:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libnet-http-perl (6.09-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libwww-robotrules-perl (6.01-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libmagick++-6.q16-5v5:amd64 (8:6.8.9.9-7ubuntu5.12) ... unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Sources unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Ign http://nova.clouds.archive.ubuntu.com trusty InRelease unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libsys-hostname-long-perl (1.5-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-abot-epc-basic-0: 10:42:14 DEBUG unit.abot-epc-basic/0.install Setting up libnet-smtp-ssl-perl (1.03-1) ... unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Sources unit-oai-hss-0: 10:42:14 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates InRelease unit-abot-epc-basic-0: 10:42:15 DEBUG unit.abot-epc-basic/0.install Setting up libmailtools-perl (2.13-1) ... unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main amd64 Packages unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports InRelease unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release.gpg unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe amd64 Packages unit-abot-epc-basic-0: 10:42:15 DEBUG unit.abot-epc-basic/0.install Setting up mysql-common (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Sources unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/main Translation-en unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Sources unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://security.ubuntu.com trusty-security/universe Translation-en unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Sources unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Sources unit-oai-hss-0: 10:42:15 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main amd64 Packages unit-oai-hss-0: 10:42:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted amd64 Packages unit-abot-epc-basic-0: 10:42:16 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-oai-hss-0: 10:42:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe amd64 Packages unit-abot-epc-basic-0: 10:42:16 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient20:amd64 (5.7.23-0ubuntu0.16.04.1) ... unit-oai-hss-0: 10:42:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse amd64 Packages unit-oai-hss-0: 10:42:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/main Translation-en unit-oai-hss-0: 10:42:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/multiverse Translation-en unit-oai-hss-0: 10:42:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/restricted Translation-en unit-abot-epc-basic-0: 10:42:16 DEBUG unit.abot-epc-basic/0.install Setting up libmysqlclient-dev (5.7.23-0ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:42:16 DEBUG unit.abot-epc-basic/0.install Setting up libglu1-mesa:amd64 (9.0.0-2.1) ... unit-oai-hss-0: 10:42:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-updates/universe Translation-en unit-abot-epc-basic-0: 10:42:16 DEBUG unit.abot-epc-basic/0.install Setting up libumfpack5.7.1:amd64 (1:4.4.6-1) ... unit-oai-hss-0: 10:42:16 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Sources unit-oai-hss-0: 10:42:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Sources unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up liboctave3:amd64 (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libpaper-utils (1.1.24+nmu4ubuntu1) ... unit-oai-hss-0: 10:42:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Sources unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libpgm-dev:amd64 (5.2.122~dfsg-2) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libplot2c2 (2.6-3ubuntu1) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libpoppler58:amd64 (0.41.0-0ubuntu1.8) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libportaudio2:amd64 (19+svn20140130-1build1) ... unit-oai-hss-0: 10:42:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Sources unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libpotrace0 (1.13-2) ... unit-oai-hss-0: 10:42:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main amd64 Packages unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libpstoedit0c2a (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libptexenc1:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 10:42:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted amd64 Packages unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libqhull7:amd64 (2015.2-1) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-l10n (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up qtcore4-l10n (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libqtcore4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 10:42:17 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe amd64 Packages unit-abot-epc-basic-0: 10:42:17 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xml:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libqtdbus4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-network:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-script:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up qtchooser (52-gae5eeef-2build1~gcc5.2) ... unit-oai-hss-0: 10:42:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse amd64 Packages unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up qdbus (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-dbus:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libsctp1:amd64 (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libsctp-dev (1.0.16+dfsg-3) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libssl-dev:amd64 (1.0.2g-1ubuntu4.13) ... unit-oai-hss-0: 10:42:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/main Translation-en unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libssl-doc (1.0.2g-1ubuntu4.13) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libsvn1:amd64 (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 10:42:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/multiverse Translation-en unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libsynctex1:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-6-dev:amd64 (4.7-3ubuntu0.16.04.3) ... unit-oai-hss-0: 10:42:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/restricted Translation-en unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libtexlua52:amd64 (2015.20160222.37495-1) ... unit-oai-hss-0: 10:42:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty-backports/universe Translation-en unit-oai-hss-0: 10:42:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty Release unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libtexluajit2:amd64 (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libtext-unidecode-perl (1.27-1) ... unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libtie-ixhash-perl (1.23-2) ... unit-oai-hss-0: 10:42:18 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Sources unit-abot-epc-basic-0: 10:42:18 DEBUG unit.abot-epc-basic/0.install Setting up libtool (2.4.6-0.1) ... unit-oai-hss-0: 10:42:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Sources unit-abot-epc-basic-0: 10:42:19 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: 10:42:19 DEBUG unit.abot-epc-basic/0.install Setting up libusb-1.0-doc (2:1.0.20-1) ... unit-oai-hss-0: 10:42:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Sources unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install Setting up libwacom-bin (0.22-1~ubuntu16.04.1) ... unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install Setting up libx11-protocol-perl (0.56-7) ... unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install Setting up libxml-namespacesupport-perl (1.11-1) ... unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-base-perl (1.07-1) ... unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ... unit-oai-hss-0: 10:42:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Sources unit-abot-epc-basic-0: 10:42:19 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: 10:42:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main amd64 Packages unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install Setting up libxml-libxml-perl (2.0123+dfsg-1ubuntu0.1) ... unit-oai-hss-0: 10:42:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted amd64 Packages unit-abot-epc-basic-0: 10:42:19 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: 10:42:19 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... unit-oai-hss-0: 10:42:19 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe amd64 Packages unit-abot-epc-basic-0: 10:42:19 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 10:42:20 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse amd64 Packages unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up libxml-xpathengine-perl (0.13-1) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up libxml2-dev:amd64 (2.9.3+dfsg1-1ubuntu0.6) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up libxslt1-dev:amd64 (1.1.28-2.1ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:20 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: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up lmodern (2.004.5-1) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-oai-hss-0: 10:42:20 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/main Translation-en unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up mscgen (0.20-5) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up libosmesa6:amd64 (18.0.5-0ubuntu0~16.04.1) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up texinfo (6.1.0.dfsg.1-5) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Running mktexlsr. This may take some time. ... done. unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up octave-common (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 10:42:20 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/multiverse Translation-en unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up pstoedit (3.70-1ubuntu2) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up pydb (1.26-2) ... unit-oai-hss-0: 10:42:20 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/restricted Translation-en unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up qttranslations5-l10n (5.5.1-2build1) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up rubygems-integration (1.10) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up ruby-did-you-mean (1.0.0-2) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up ruby-minitest (5.8.4-2) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up ruby-net-telnet (0.1.1-2) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up ruby-power-assert (0.2.7-1) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up ruby-test-unit (3.1.7-2) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up subversion (1.9.3-2ubuntu1.1) ... unit-oai-hss-0: 10:42:20 DEBUG unit.oai-hss/0.install Hit http://nova.clouds.archive.ubuntu.com trusty/universe Translation-en unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up t1utils (1.39-2) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up tcl8.6 (8.6.5+dfsg-2) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up tcl (8.6.0+9) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up texlive-binaries (2015.20160222.37495-1) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode unit-abot-epc-basic-0: 10:42:20 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: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up xdg-utils (1.1.1-1ubuntu1.16.04.3) ... unit-abot-epc-basic-0: 10:42:20 DEBUG unit.abot-epc-basic/0.install Setting up texlive-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:21 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to a4. unit-abot-epc-basic-0: 10:42:21 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to a4. unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to a4. unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Package 'libgnutls-dev' is not installed, so not removed unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx27' is not installed, so not removed unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Package 'nettle-dev' is not installed, so not removed unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Package 'libgnutlsxx28' is not installed, so not removed unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Package 'nettle-bin' is not installed, so not removed unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Reading package lists... unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvipdfmx to letter. unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for dvips to letter. unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for pdftex to letter. unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install /usr/bin/tl-paper: setting paper size for xdvi to letter. unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install autotools-dev binutils cmake-data cpp cpp-4.8 dpkg-dev fakeroot fontconfig unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc gcc-4.8 unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libarchive13 libasan0 libatomic1 libaudio2 libavahi-client3 unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libavahi-common-data libavahi-common3 libbison-dev libc-dev-bin libc6-dbg unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libc6-dev libcloog-isl4 libcups2 libdpkg-perl libfakeroot unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev libgmp10 unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 liblzo2-2 unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative libqt4-network unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml libqt4-xmlpatterns unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 libstdc++-4.8-dev unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev m4 make unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install manpages-dev qtcore4-l10n x11-common unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install autoconf2.13 autoconf-archive gnu-standards autoconf-doc libtool gettext unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install binutils-doc bison-doc codeblocks eclipse cpp-doc gcc-4.8-locales unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install doxygen-latex doxygen-doc graphviz debian-keyring g++-multilib unit-oai-hss-0: 10:42: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: 10:42: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: 10:42:22 DEBUG unit.oai-hss/0.install libasan0-dbg libtsan0-dbg libquadmath0-dbg gdb-doc gdbserver lrzip nas unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install glibc-doc cups-common libqt4-declarative-folderlistmodel unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libqt4-declarative-gestures libqt4-declarative-particles unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libqt4-declarative-shaders qt4-qmlviewer libqt4-dev libicu48 libthai0 unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install qt4-qtconfig libstdc++-4.8-doc make-doc unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libc-dbg unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install autoconf automake autotools-dev binutils bison build-essential cmake unit-oai-hss-0: 10:42: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: 10:42:22 DEBUG unit.oai-hss/0.install fakeroot flex fontconfig fontconfig-config fonts-dejavu-core g++ g++-4.8 gcc unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install gcc-4.8 gdb libalgorithm-diff-perl libalgorithm-diff-xs-perl unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libalgorithm-merge-perl libarchive13 libasan0 libatomic1 libaudio2 unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libavahi-client3 libavahi-common-data libavahi-common3 libbison-dev unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libc-dev-bin libc6-dbg libc6-dev libcloog-isl4 libcups2 libdpkg-perl unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libfakeroot libfile-fcntllock-perl libfl-dev libfontconfig1 libgcc-4.8-dev unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libgmp10 libgomp1 libice6 libisl10 libitm1 libjbig0 libjpeg-turbo8 libjpeg8 unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install liblzo2-2 libmpc3 libmpfr4 libnettle4 libpython3.4 libqt4-declarative unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libqt4-network libqt4-script libqt4-sql libqt4-sql-mysql libqt4-xml unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libquadmath0 libsm6 unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install libstdc++-4.8-dev libtiff5 libtsan0 libxi6 libxrender1 libxt6 linux-libc-dev unit-oai-hss-0: 10:42:22 DEBUG unit.oai-hss/0.install m4 make manpages-dev pkg-config qtcore4-l10n x11-common unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install Setting up texlive-latex-base-doc (2015.20160320-1ubuntu0.1) ... unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install Setting up tk8.6 (8.6.5-1) ... unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install Setting up tk (8.6.0+9) ... unit-abot-epc-basic-0: 10:42:22 DEBUG unit.abot-epc-basic/0.install Setting up unzip (6.0-20ubuntu1) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up x11-utils (7.7+3) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up x11-xserver-utils (7.7+7) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up xbitmaps (1.1.1-2) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up xmlstarlet (1.6.1-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up xterm (322-1ubuntu1) ... unit-abot-epc-basic-0: 10:42:23 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: 10:42:23 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-oai-hss-0: 10:42:23 DEBUG unit.oai-hss/0.install 0 upgraded, 84 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:42:23 DEBUG unit.oai-hss/0.install Need to get 68.3 MB of archives. unit-oai-hss-0: 10:42:23 DEBUG unit.oai-hss/0.install After this operation, 235 MB of additional disk space will be used. unit-oai-hss-0: 10:42:23 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: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up zip (3.0-11) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up libauthen-sasl-perl (2.1600-1) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up libc6-dbg:amd64 (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up libffi-dev:amd64 (3.2.1-4) ... unit-abot-epc-basic-0: 10:42:23 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: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up libidn2-0-dev (0.10-3) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up libtasn1-doc (4.7-3ubuntu0.16.04.3) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up libyaml-dev:amd64 (0.1.6-3) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-common (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:42:23 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-0:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 10:42: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: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up debhelper (9.20160115ubuntu3) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service (3.2.6-3ubuntu6) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up gir1.2-gtk-3.0:amd64 (3.18.9-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up gtkwave (3.3.66-1) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-dev:amd64 (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 10:42:24 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: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up liblwp-protocol-https-perl (6.06-2) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up libqtgui4:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up libqscintilla2-12v5 (2.9.1+dfsg-4build1) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-opengl:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up octave (4.0.0-3ubuntu9.2) ... unit-oai-hss-0: 10:42:24 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-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up octave-control (3.0.0-1) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up octave-signal (1.3.2-1) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up qt-at-spi:amd64 (0.4.0-3) ... unit-abot-epc-basic-0: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up rake (10.5.0-2) ... unit-oai-hss-0: 10:42:24 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libnettle4 amd64 2.7.1-1ubuntu0.2 [102 kB] unit-oai-hss-0: 10:42:24 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: 10:42:24 DEBUG unit.abot-epc-basic/0.install Setting up libruby2.3:amd64 (2.3.1-2~16.04.10) ... unit-oai-hss-0: 10:42: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-oai-hss-0: 10:42:25 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.4 [8630 B] unit-oai-hss-0: 10:42:25 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-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up ruby2.3 (2.3.1-2~16.04.10) ... unit-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up liboctave-dev (4.0.0-3ubuntu9.2) ... unit-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up libgtk-3-bin (3.18.9-1ubuntu3.3) ... unit-oai-hss-0: 10:42:25 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-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up adwaita-icon-theme (3.18.0-2ubuntu3.1) ... unit-abot-epc-basic-0: 10:42:25 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: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up dh-strip-nondeterminism (0.015-1) ... unit-oai-hss-0: 10:42:25 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-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up gconf-service-backend (3.2.6-3ubuntu6) ... unit-oai-hss-0: 10:42:25 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-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up libwww-perl (6.15-1) ... unit-oai-hss-0: 10:42: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: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up libxml-parser-perl (2.44-1build1) ... unit-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up libxml-twig-perl (1:3.48-1) ... unit-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up libnet-dbus-perl (1.1.0-3build1) ... unit-abot-epc-basic-0: 10:42:25 DEBUG unit.abot-epc-basic/0.install Setting up libqt4-declarative:amd64 (4:4.8.7+dfsg-5ubuntu2) ... unit-oai-hss-0: 10:42: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: 10:42:26 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: 10:42:26 DEBUG unit.abot-epc-basic/0.install Setting up libxml-sax-expat-perl (0.40-2) ... unit-abot-epc-basic-0: 10:42:26 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: 10:42:26 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-abot-epc-basic-0: 10:42:26 DEBUG unit.abot-epc-basic/0.install update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... unit-oai-hss-0: 10:42:26 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: 10:42:26 DEBUG unit.abot-epc-basic/0.install Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version unit-oai-hss-0: 10:42:26 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: 10:42:26 DEBUG unit.abot-epc-basic/0.install Setting up ruby (1:2.3.0+1) ... unit-abot-epc-basic-0: 10:42:26 DEBUG unit.abot-epc-basic/0.install Setting up humanity-icon-theme (0.6.10.1) ... unit-oai-hss-0: 10:42: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: 10:42: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-oai-hss-0: 10:42:27 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: 10:42:27 DEBUG unit.abot-epc-basic/0.install Setting up ubuntu-mono (14.04+16.04.20180326-0ubuntu1) ... unit-abot-epc-basic-0: 10:42:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 10:42:27 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-abot-epc-basic-0: 10:42:27 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: 10:42:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for dbus (1.10.6-1ubuntu3.3) ... unit-abot-epc-basic-0: 10:42:27 DEBUG unit.abot-epc-basic/0.install Processing triggers for tex-common (6.04ubuntu1) ... unit-oai-hss-0: 10:42:27 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: 10:42: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-abot-epc-basic-0: 10:42:27 DEBUG unit.abot-epc-basic/0.install Running updmap-sys. This may take some time... done. unit-abot-epc-basic-0: 10:42:27 DEBUG unit.abot-epc-basic/0.install Running mktexlsr /var/lib/texmf ... done. unit-abot-epc-basic-0: 10:42:27 DEBUG unit.abot-epc-basic/0.install Building format(s) --all. unit-oai-hss-0: 10:42:28 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: 10:42:28 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: 10:42:28 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: 10:42:28 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: 10:42: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-oai-hss-0: 10:42: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: 10:42:29 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: 10:42:29 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-oai-hss-0: 10:42:29 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-abot-epc-basic-0: 10:42:29 DEBUG unit.abot-epc-basic/0.install This may take some time... done. unit-oai-hss-0: 10:42:29 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: 10:42: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: 10:42: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: 10:42:30 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: 10:42:30 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: 10:42:30 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-abot-epc-basic-0: 10:42:30 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-oai-hss-0: 10:42:30 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-abot-epc-basic-0: 10:42:30 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:42:30 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: 10:42:30 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: 10:42: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: 10:42: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: 10:42:31 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: 10:42:31 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: 10:42:31 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: 10:42: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: 10:42: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-oai-hss-0: 10:42:32 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: 10:42:32 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: 10:42:32 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: 10:42:32 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: 10:42: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-oai-hss-0: 10:42: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: 10:42: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: 10:42:33 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: 10:42:33 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: 10:42:33 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: 10:42: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: 10:42: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: 10:42:34 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-mysql-0: 10:42:34 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 10:42:34 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:42:34 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-hss-0: 10:42:34 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: 10:42:34 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: 10:42:34 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-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install dconf-service gir1.2-atk-1.0 gir1.2-atspi-2.0 gir1.2-freedesktop unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-pango-1.0 glib-networking unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install humanity-icon-theme libatk-bridge2.0-0 libatk-bridge2.0-dev libatk1.0-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libjson-glib-1.0-0 libjson-glib-1.0-common libmirclient-dev libmircommon-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install lsh-doc unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:42:35 DEBUG unit.abot-epc-basic/0.install nettle-bin nettle-dev unit-oai-hss-0: 10:42:35 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: 10:42:35 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: 10:42: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: 10:42: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-oai-hss-0: 10:42:36 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: 10:42:36 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:42:36 DEBUG unit.abot-epc-basic/0.install Need to get 24.5 kB/963 kB of archives. unit-abot-epc-basic-0: 10:42:36 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: 10:42:36 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-oai-hss-0: 10:42:36 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: 10:42:36 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: 10:42:36 DEBUG unit.abot-epc-basic/0.install Fetched 24.5 kB in 0s (31.5 kB/s) unit-abot-epc-basic-0: 10:42:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-bin. unit-abot-epc-basic-0: 10:42:36 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: 10:42:36 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: 10:42:36 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:42:36 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package nettle-dev. unit-abot-epc-basic-0: 10:42:36 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: 10:42:36 DEBUG unit.abot-epc-basic/0.install Unpacking nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 10:42: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-abot-epc-basic-0: 10:42:36 DEBUG unit.abot-epc-basic/0.install Processing triggers for man-db (2.7.5-1) ... unit-oai-hss-0: 10:42: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: 10:42:37 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-abot-epc-basic-0: 10:42:37 DEBUG unit.abot-epc-basic/0.install Processing triggers for install-info (6.1.0.dfsg.1-5) ... unit-oai-hss-0: 10:42:37 DEBUG unit.oai-hss/0.install Get:75 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] unit-oai-hss-0: 10:42:37 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: 10:42:37 DEBUG unit.abot-epc-basic/0.install Setting up nettle-bin (3.2-1ubuntu0.16.04.1) ... unit-abot-epc-basic-0: 10:42:37 DEBUG unit.abot-epc-basic/0.install Setting up nettle-dev (3.2-1ubuntu0.16.04.1) ... unit-oai-hss-0: 10:42:37 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: 10:42:37 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-oai-hss-0: 10:42: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-oai-hss-0: 10:42:38 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: 10:42:38 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-oai-hss-0: 10:42:38 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: 10:42:38 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:42:38 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-oai-hss-0: 10:42:38 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: 10:42:38 DEBUG unit.oai-hss/0.install Get:84 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dbg amd64 2.19-0ubuntu6.14 [3464 kB] unit-oai-hss-0: 10:42: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: 10:42:38 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Fetched 68.3 MB in 15s (4284 kB/s) unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package m4. unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install (Reading database ... 109370 files and directories currently installed.) unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../m4_1.4.17-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Unpacking m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfl-dev:amd64. unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfl-dev_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Unpacking libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package flex. unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../flex_2.5.35-10.1ubuntu2_amd64.deb ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Unpacking flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package liblzo2-2:amd64. unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../liblzo2-2_2.06-1.2ubuntu1.1_amd64.deb ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Unpacking liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libnettle4:amd64. unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libnettle4_2.7.1-1ubuntu0.2_amd64.deb ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Unpacking libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libarchive13:amd64. unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libarchive13_3.1.2-7ubuntu2.6_amd64.deb ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Unpacking libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasan0:amd64. unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:39 DEBUG unit.oai-hss/0.install Selecting previously unselected package libatomic1:amd64. unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-common. unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-common_1%3a7.7+1ubuntu8.1_all.deb ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Unpacking x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libice6:amd64. unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libice6_2%3a1.0.8-2_amd64.deb ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Unpacking libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsm6:amd64. unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsm6_2%3a1.2.1-2_amd64.deb ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Unpacking libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxt6:amd64. unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxt6_1%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Unpacking libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaudio2:amd64. unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaudio2_1.9.4-1_amd64.deb ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Unpacking libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common-data:amd64. unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common-data_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 10:42:40 DEBUG unit.oai-hss/0.install Unpacking libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-common3:amd64. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-common3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libavahi-client3:amd64. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libavahi-client3_0.6.31-4ubuntu1.2_amd64.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp10:amd64. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libisl10:amd64. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcloog-isl4:amd64. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcups2:amd64. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcups2_1.7.2-0ubuntu1.10_amd64.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package fonts-dejavu-core. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig-config. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontconfig1:amd64. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgomp1:amd64. unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:41 DEBUG unit.oai-hss/0.install Selecting previously unselected package libitm1:amd64. unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg-turbo8:amd64. unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2.1_amd64.deb ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpfr4:amd64. unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython3.4:amd64. unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython3.4_3.4.3-1ubuntu1~14.04.6_amd64.deb ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package qtcore4-l10n. unit-oai-hss-0: 10:42:42 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: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtcore4:amd64. unit-oai-hss-0: 10:42:42 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: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xml:amd64. unit-oai-hss-0: 10:42:42 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: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtdbus4:amd64. unit-oai-hss-0: 10:42:42 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: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:42 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-network:amd64. unit-oai-hss-0: 10:42:42 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: 10:42:42 DEBUG unit.oai-hss/0.install Unpacking libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-script:amd64. unit-oai-hss-0: 10:42:43 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: 10:42:43 DEBUG unit.oai-hss/0.install Unpacking libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql:amd64. unit-oai-hss-0: 10:42:43 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: 10:42:43 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-xmlpatterns:amd64. unit-oai-hss-0: 10:42:43 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: 10:42:43 DEBUG unit.oai-hss/0.install Unpacking libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:43 DEBUG unit.oai-hss/0.install Selecting previously unselected package fontconfig. unit-oai-hss-0: 10:42:43 DEBUG unit.oai-hss/0.install Preparing to unpack .../fontconfig_2.11.0-0ubuntu4.2_amd64.deb ... unit-oai-hss-0: 10:42:43 DEBUG unit.oai-hss/0.install Unpacking fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjpeg8:amd64. unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libjbig0:amd64. unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtiff5:amd64. unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.9_amd64.deb ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxi6:amd64. unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxi6_2%3a1.7.1.901-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Unpacking libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrender1:amd64. unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrender1_1%3a0.9.8-1build0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Unpacking libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 10:42:44 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqtgui4:amd64. unit-oai-hss-0: 10:42:44 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: 10:42:44 DEBUG unit.oai-hss/0.install Unpacking libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-declarative:amd64. unit-oai-hss-0: 10:42:45 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: 10:42:45 DEBUG unit.oai-hss/0.install Unpacking libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libqt4-sql-mysql:amd64. unit-oai-hss-0: 10:42:45 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: 10:42:45 DEBUG unit.oai-hss/0.install Unpacking libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libquadmath0:amd64. unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtsan0:amd64. unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.4_amd64.deb ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmpc3:amd64. unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package autoconf. unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../autoconf_2.69-6_all.deb ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Unpacking autoconf (2.69-6) ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package autotools-dev. unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../autotools-dev_20130810.1_all.deb ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Unpacking autotools-dev (20130810.1) ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package automake. unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../automake_1%3a1.14.1-2ubuntu1_all.deb ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Unpacking automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package binutils. unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Unpacking binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Selecting previously unselected package libbison-dev:amd64. unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Preparing to unpack .../libbison-dev_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 10:42:46 DEBUG unit.oai-hss/0.install Unpacking libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package bison. unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../bison_2%3a3.0.2.dfsg-2_amd64.deb ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Unpacking bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc-dev-bin. unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Unpacking libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package linux-libc-dev:amd64. unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../linux-libc-dev_3.13.0-157.207_amd64.deb ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Unpacking linux-libc-dev:amd64 (3.13.0-157.207) ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dev:amd64. unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dev_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Unpacking libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:42:47 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp-4.8. unit-oai-hss-0: 10:42:47 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: 10:42:47 DEBUG unit.oai-hss/0.install Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package cpp. unit-oai-hss-0: 10:42:48 DEBUG unit.oai-hss/0.install Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 10:42:48 DEBUG unit.oai-hss/0.install Unpacking cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:42:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcc-4.8-dev:amd64. unit-oai-hss-0: 10:42:48 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: 10:42:48 DEBUG unit.oai-hss/0.install Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:48 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc-4.8. unit-oai-hss-0: 10:42:48 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: 10:42:48 DEBUG unit.oai-hss/0.install Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:49 DEBUG unit.oai-hss/0.install Selecting previously unselected package gcc. unit-oai-hss-0: 10:42:49 DEBUG unit.oai-hss/0.install Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 10:42:50 DEBUG unit.oai-hss/0.install Unpacking gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:42:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package libstdc++-4.8-dev:amd64. unit-oai-hss-0: 10:42:50 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: 10:42:50 DEBUG unit.oai-hss/0.install Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:50 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++-4.8. unit-oai-hss-0: 10:42:50 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: 10:42:50 DEBUG unit.oai-hss/0.install Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:42:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package g++. unit-oai-hss-0: 10:42:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... unit-oai-hss-0: 10:42:51 DEBUG unit.oai-hss/0.install Unpacking g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:42:51 DEBUG unit.oai-hss/0.install Selecting previously unselected package make. unit-oai-hss-0: 10:42:51 DEBUG unit.oai-hss/0.install Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Unpacking make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdpkg-perl. unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Unpacking libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package dpkg-dev. unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.8_all.deb ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Unpacking dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package build-essential. unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Unpacking build-essential (11.6ubuntu6) ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-data. unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-data_2.8.12.2-0ubuntu3_all.deb ... unit-oai-hss-0: 10:42:52 DEBUG unit.oai-hss/0.install Unpacking cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:42:53 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake. unit-oai-hss-0: 10:42:53 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 10:42:53 DEBUG unit.oai-hss/0.install Unpacking cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package cmake-curses-gui. unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../cmake-curses-gui_2.8.12.2-0ubuntu3_amd64.deb ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Unpacking cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen. unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen_1.8.6-2_amd64.deb ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Unpacking doxygen (1.8.6-2) ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package doxygen-gui. unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../doxygen-gui_1.8.6-2_amd64.deb ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Unpacking doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfakeroot:amd64. unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Selecting previously unselected package fakeroot. unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... unit-oai-hss-0: 10:42:54 DEBUG unit.oai-hss/0.install Unpacking fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package gdb. unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../gdb_7.7.1-0ubuntu5~14.04.3_amd64.deb ... unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Unpacking gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-perl. unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-diff-xs-perl. unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Selecting previously unselected package libalgorithm-merge-perl. unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... unit-oai-hss-0: 10:42:55 DEBUG unit.oai-hss/0.install Unpacking libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfile-fcntllock-perl. unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Unpacking libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package manpages-dev. unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Unpacking manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package pkg-config. unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../pkg-config_0.26-1ubuntu4_amd64.deb ... unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Unpacking pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 10:42:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package libc6-dbg:amd64. unit-oai-hss-0: 10:42:57 DEBUG unit.oai-hss/0.install Preparing to unpack .../libc6-dbg_2.19-0ubuntu6.14_amd64.deb ... unit-oai-hss-0: 10:42:57 DEBUG unit.oai-hss/0.install Unpacking libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:42:57 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:42:59 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 10:42:59 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 10:42:59 DEBUG unit.oai-hss/0.install Setting up m4 (1.4.17-2ubuntu1) ... unit-oai-hss-0: 10:42:59 DEBUG unit.oai-hss/0.install Setting up libfl-dev:amd64 (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 10:42:59 DEBUG unit.oai-hss/0.install Setting up flex (2.5.35-10.1ubuntu2) ... unit-oai-hss-0: 10:42:59 DEBUG unit.oai-hss/0.install Setting up liblzo2-2:amd64 (2.06-1.2ubuntu1.1) ... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install Setting up libnettle4:amd64 (2.7.1-1ubuntu0.2) ... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install Setting up libarchive13:amd64 (3.1.2-7ubuntu2.6) ... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install Setting up x11-common (1:7.7+1ubuntu8.1) ... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install * Setting up X socket directories... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install ...done. unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install Setting up libavahi-common-data:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install Setting up libavahi-common3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:43:00 DEBUG unit.oai-hss/0.install Setting up libavahi-client3:amd64 (0.6.31-4ubuntu1.2) ... unit-oai-hss-0: 10:43:01 DEBUG unit.oai-hss/0.install Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:43:01 DEBUG unit.oai-hss/0.install Setting up libisl10:amd64 (0.12.2-1) ... unit-oai-hss-0: 10:43:01 DEBUG unit.oai-hss/0.install Setting up libcloog-isl4:amd64 (0.18.2-1) ... unit-oai-hss-0: 10:43:01 DEBUG unit.oai-hss/0.install Setting up libcups2:amd64 (1.7.2-0ubuntu1.10) ... unit-oai-hss-0: 10:43:01 DEBUG unit.oai-hss/0.install Setting up fonts-dejavu-core (2.34-1ubuntu1) ... unit-oai-hss-0: 10:43:01 DEBUG unit.oai-hss/0.install Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libmpfr4:amd64 (3.1.2-1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libpython3.4:amd64 (3.4.3-1ubuntu1~14.04.6) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up qtcore4-l10n (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libqtcore4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libqt4-xml:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libqtdbus4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libqt4-network:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libqt4-script:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libqt4-sql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up libqt4-xmlpatterns:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:02 DEBUG unit.oai-hss/0.install Setting up fontconfig (2.11.0-0ubuntu4.2) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Regenerating fonts cache... done. unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libjpeg8:amd64 (8c-2ubuntu8) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libtiff5:amd64 (4.0.3-7ubuntu0.9) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libxi6:amd64 (2:1.7.1.901-1ubuntu1.1) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libxrender1:amd64 (1:0.9.8-1build0.14.04.1) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libqt4-sql-mysql:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up autoconf (2.69-6) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up autotools-dev (20130810.1) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up automake (1:1.14.1-2ubuntu1) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/automake-1.14 to provide /usr/bin/automake (automake) in auto mode unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up binutils (2.24-5ubuntu14.2) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libbison-dev:amd64 (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up bison (2:3.0.2.dfsg-2) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libc-dev-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up linux-libc-dev:amd64 (3.13.0-157.207) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up libc6-dev:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:05 DEBUG unit.oai-hss/0.install Setting up cpp (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up gcc (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.4) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up g++ (4:4.8.2-1ubuntu6) ... unit-oai-hss-0: 10:43:06 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: 10:43:06 DEBUG unit.oai-hss/0.install Setting up make (3.81-8.2ubuntu3) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up libdpkg-perl (1.17.5ubuntu5.8) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up dpkg-dev (1.17.5ubuntu5.8) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up build-essential (11.6ubuntu6) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up cmake-data (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up cmake (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up cmake-curses-gui (2.8.12.2-0ubuntu3) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up doxygen (1.8.6-2) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... unit-oai-hss-0: 10:43:06 DEBUG unit.oai-hss/0.install Setting up fakeroot (1.20-3ubuntu2) ... unit-oai-hss-0: 10:43:06 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: 10:43:06 DEBUG unit.oai-hss/0.install Setting up gdb (7.7.1-0ubuntu5~14.04.3) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-perl (1.19.02-3) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up libalgorithm-merge-perl (0.08-2) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up libfile-fcntllock-perl (0.14-2build1) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up manpages-dev (3.54-1ubuntu1) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up pkg-config (0.26-1ubuntu4) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up libc6-dbg:amd64 (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up libice6:amd64 (2:1.0.8-2) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up libsm6:amd64 (2:1.2.1-2) ... unit-oai-hss-0: 10:43:07 DEBUG unit.oai-hss/0.install Setting up libxt6:amd64 (1:1.1.4-1) ... unit-oai-hss-0: 10:43:08 DEBUG unit.oai-hss/0.install Setting up libaudio2:amd64 (1.9.4-1) ... unit-oai-hss-0: 10:43:08 DEBUG unit.oai-hss/0.install Setting up libqt4-declarative:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:08 DEBUG unit.oai-hss/0.install Setting up libqtgui4:amd64 (4:4.8.5+git192-g085f851+dfsg-2ubuntu4.1) ... unit-oai-hss-0: 10:43:08 DEBUG unit.oai-hss/0.install Setting up doxygen-gui (1.8.6-2) ... unit-oai-hss-0: 10:43:08 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:43:08 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:43:08 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:43:08 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install git is already the newest version. unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install subversion-tools db5.3-util unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install libapr1 libaprutil1 libserf-1-1 libsvn1 subversion unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install 0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install Need to get 1402 kB of archives. unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install After this operation, 5231 kB of additional disk space will be used. unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libapr1 amd64 1.5.0-1 [85.1 kB] unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libaprutil1 amd64 1.5.3-1 [76.4 kB] unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libserf-1-1 amd64 1.3.3-1ubuntu0.1 [42.2 kB] unit-oai-hss-0: 10:43:09 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libsvn1 amd64 1.8.8-1ubuntu3.3 [918 kB] unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main subversion amd64 1.8.8-1ubuntu3.3 [281 kB] unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Fetched 1402 kB in 1s (1163 kB/s) unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libapr1:amd64. unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install (Reading database ... 116099 files and directories currently installed.) unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libapr1_1.5.0-1_amd64.deb ... unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Unpacking libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libaprutil1:amd64. unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libaprutil1_1.5.3-1_amd64.deb ... unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Unpacking libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Selecting previously unselected package libserf-1-1:amd64. unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Preparing to unpack .../libserf-1-1_1.3.3-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 10:43:10 DEBUG unit.oai-hss/0.install Unpacking libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 10:43:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsvn1:amd64. unit-oai-hss-0: 10:43:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsvn1_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 10:43:11 DEBUG unit.oai-hss/0.install Unpacking libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 10:43:11 DEBUG unit.oai-hss/0.install Selecting previously unselected package subversion. unit-oai-hss-0: 10:43:11 DEBUG unit.oai-hss/0.install Preparing to unpack .../subversion_1.8.8-1ubuntu3.3_amd64.deb ... unit-oai-hss-0: 10:43:11 DEBUG unit.oai-hss/0.install Unpacking subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 10:43:11 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:43:12 DEBUG unit.oai-hss/0.install Setting up libapr1:amd64 (1.5.0-1) ... unit-oai-hss-0: 10:43:12 DEBUG unit.oai-hss/0.install Setting up libaprutil1:amd64 (1.5.3-1) ... unit-oai-hss-0: 10:43:12 DEBUG unit.oai-hss/0.install Setting up libserf-1-1:amd64 (1.3.3-1ubuntu0.1) ... unit-oai-hss-0: 10:43:12 DEBUG unit.oai-hss/0.install Setting up libsvn1:amd64 (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 10:43:12 DEBUG unit.oai-hss/0.install Setting up subversion (1.8.8-1ubuntu3.3) ... unit-oai-hss-0: 10:43:12 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-abot-epc-basic-0: 10:43:12 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:43:12 DEBUG unit.abot-epc-basic/0.install Reading package lists... unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install Building dependency tree... unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install Reading state information... unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install The following packages were automatically installed and are no longer required: unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install adwaita-icon-theme at-spi2-core colord colord-data dconf-gsettings-backend unit-abot-epc-basic-0: 10:43:13 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: 10:43:13 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: 10:43:13 DEBUG unit.abot-epc-basic/0.install glib-networking-common glib-networking-services gsettings-desktop-schemas unit-abot-epc-basic-0: 10:43:13 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: 10:43:13 DEBUG unit.abot-epc-basic/0.install libatspi2.0-0 libatspi2.0-dev libcairo-gobject2 libcairo-script-interpreter2 unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libcairo2-dev libcolord2 libcolorhug2 libdbus-1-dev libdconf1 unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libegl1-mesa-dev libepoxy-dev libepoxy0 libexif12 libfontconfig1-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libfreetype6-dev libgdk-pixbuf2.0-dev libglib2.0-bin libglib2.0-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libgphoto2-6 libgphoto2-l10n libgphoto2-port12 libgtk-3-0 libgtk-3-bin unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libgtk-3-common libgusb2 libharfbuzz-dev libharfbuzz-gobject0 libieee1284-3 unit-abot-epc-basic-0: 10:43:13 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: 10:43:13 DEBUG unit.abot-epc-basic/0.install libmircookie-dev libmircookie2 libmircore-dev libpango1.0-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libpangoxft-1.0-0 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpixman-1-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libpng12-dev libprotobuf-dev libprotobuf9v5 librest-0.7-0 libsane unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libsane-common libsoup-gnome2.4-1 libsoup2.4-1 libwayland-bin unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libxcb-shm0-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libxcomposite-dev libxcursor-dev libxft-dev libxi-dev libxinerama-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libxkbcommon-dev libxrandr-dev libxrender-dev libxtst-dev ubuntu-mono unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install x11proto-composite-dev x11proto-randr-dev x11proto-record-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install x11proto-render-dev x11proto-xinerama-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install Use 'sudo apt autoremove' to remove them. unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install The following additional packages will be installed: unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libgnutlsxx28 libp11-kit-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install Suggested packages: unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install gnutls-doc gnutls-bin guile-gnutls unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install The following NEW packages will be installed: unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install libgnutls-dev libgnutlsxx28 libp11-kit-dev unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install mysql-client is already the newest version. unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install openssl is already the newest version. unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig9 libgpg-error-dev unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install libhtml-template-perl libidn2-0 libltdl-dev libltdl7 libssl-doc lksctp-tools unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install libgcrypt11-doc libipc-sharedcache-perl libtool-doc gfortran unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install fortran95-compiler gcj-jdk tinyca mailx unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install libconfig-dev libconfig-doc libconfig8-dev libconfig9 libgcrypt11-dev unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install libgpg-error-dev libhtml-template-perl libidn11-dev libidn2-0 libidn2-0-dev unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install libltdl-dev libltdl7 libmysqlclient-dev libpthread-stubs0-dev libsctp-dev unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install libsctp1 libssl-dev libssl-doc libtool lksctp-tools mysql-server unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install mysql-server-5.5 mysql-server-core-5.5 zlib1g-dev unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. unit-abot-epc-basic-0: 10:43:13 DEBUG unit.abot-epc-basic/0.install Need to get 621 kB of archives. unit-abot-epc-basic-0: 10:43:13 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: 10:43:13 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: 10:43:13 DEBUG unit.oai-hss/0.install 0 upgraded, 24 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install Need to get 10.9 MB of archives. unit-oai-hss-0: 10:43:13 DEBUG unit.oai-hss/0.install After this operation, 74.5 MB of additional disk space will be used. unit-oai-hss-0: 10:43:13 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: 10:43:13 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: 10:43:14 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] unit-oai-hss-0: 10:43:14 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: 10:43:14 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: 10:43:14 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: 10:43:14 DEBUG unit.abot-epc-basic/0.install Fetched 621 kB in 1s (409 kB/s) unit-abot-epc-basic-0: 10:43:15 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutlsxx28:amd64. unit-abot-epc-basic-0: 10:43:15 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-abot-epc-basic-0: 10:43:15 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutlsxx28_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 10:43:15 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 10:43:15 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-oai-hss-0: 10:43:15 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/universe libidn2-0 amd64 0.9-1 [81.8 kB] unit-oai-hss-0: 10:43:15 DEBUG unit.oai-hss/0.install Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-dev amd64 1.4.9-2 [85.1 kB] unit-oai-hss-0: 10:43:15 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libconfig-doc all 1.4.9-2 [300 kB] unit-oai-hss-0: 10:43:16 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: 10:43:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libp11-kit-dev:amd64. unit-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libp11-kit-dev_0.23.2-5~ubuntu16.04.1_amd64.deb ... unit-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Unpacking libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 10:43:16 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-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Selecting previously unselected package libgnutls-dev:amd64. unit-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Preparing to unpack .../libgnutls-dev_3.4.10-4ubuntu1.4_amd64.deb ... unit-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Unpacking libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-oai-hss-0: 10:43:16 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-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Setting up libgnutlsxx28:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Setting up libp11-kit-dev:amd64 (0.23.2-5~ubuntu16.04.1) ... unit-oai-hss-0: 10:43:16 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-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Setting up libgnutls-dev:amd64 (3.4.10-4ubuntu1.4) ... unit-abot-epc-basic-0: 10:43:16 DEBUG unit.abot-epc-basic/0.install Processing triggers for libc-bin (2.23-0ubuntu10) ... unit-oai-hss-0: 10:43:16 DEBUG unit.oai-hss/0.install Get:13 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11-dev amd64 1.28-1ubuntu2.2 [519 kB] unit-oai-hss-0: 10:43:16 DEBUG unit.oai-hss/0.install Get:14 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libltdl-dev amd64 2.4.2-1.7ubuntu1 [157 kB] unit-oai-hss-0: 10:43:16 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-oai-hss-0: 10:43:17 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: 10:43:17 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: 10:43:17 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: 10:43:17 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:43:17 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: 10:43:17 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-oai-hss-0: 10:43:17 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: 10:43:17 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: 10:43:17 DEBUG unit.oai-hss/0.install Get:22 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] unit-oai-hss-0: 10:43:18 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-oai-hss-0: 10:43:18 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: 10:43:18 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 10:43:18 DEBUG unit.oai-hss/0.install Fetched 10.9 MB in 4s (2221 kB/s) unit-oai-hss-0: 10:43:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig9:amd64. unit-oai-hss-0: 10:43:18 DEBUG unit.oai-hss/0.install (Reading database ... 116210 files and directories currently installed.) unit-oai-hss-0: 10:43:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig9_1.4.9-2_amd64.deb ... unit-oai-hss-0: 10:43:18 DEBUG unit.oai-hss/0.install Unpacking libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 10:43:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl7:amd64. unit-oai-hss-0: 10:43:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 10:43:18 DEBUG unit.oai-hss/0.install Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:43:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp1:amd64. unit-oai-hss-0: 10:43:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 10:43:19 DEBUG unit.oai-hss/0.install Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:43:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-core-5.5. unit-oai-hss-0: 10:43:19 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: 10:43:20 DEBUG unit.oai-hss/0.install Unpacking mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:43:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server-5.5. unit-oai-hss-0: 10:43:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server-5.5_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:43:21 DEBUG unit.oai-hss/0.install Unpacking mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0:amd64. unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0_0.9-1_amd64.deb ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Unpacking libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-dev:amd64. unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Unpacking libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig-doc. unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig-doc_1.4.9-2_all.deb ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Unpacking libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libconfig8-dev. unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libconfig8-dev_1.4.9-2_amd64.deb ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Unpacking libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgpg-error-dev. unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgpg-error-dev_1.12-0.2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Unpacking libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgcrypt11-dev. unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgcrypt11-dev_1.5.3-2ubuntu4.6_amd64.deb ... unit-oai-hss-0: 10:43:22 DEBUG unit.oai-hss/0.install Unpacking libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libhtml-template-perl. unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Unpacking libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn11-dev. unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn11-dev_1.28-1ubuntu2.2_amd64.deb ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Unpacking libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libltdl-dev:amd64. unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libltdl-dev_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Unpacking libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package zlib1g-dev:amd64. unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmysqlclient-dev. unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmysqlclient-dev_5.5.61-0ubuntu0.14.04.1_amd64.deb ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Unpacking libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpthread-stubs0-dev:amd64. unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpthread-stubs0-dev_0.3-4_amd64.deb ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 10:43:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsctp-dev. unit-oai-hss-0: 10:43:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsctp-dev_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 10:43:24 DEBUG unit.oai-hss/0.install Unpacking libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:43:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-dev:amd64. unit-oai-hss-0: 10:43:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.26_amd64.deb ... unit-oai-hss-0: 10:43:24 DEBUG unit.oai-hss/0.install Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 10:43:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libssl-doc. unit-oai-hss-0: 10:43:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.26_all.deb ... unit-oai-hss-0: 10:43:24 DEBUG unit.oai-hss/0.install Unpacking libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 10:43:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtool. unit-oai-hss-0: 10:43:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtool_2.4.2-1.7ubuntu1_amd64.deb ... unit-oai-hss-0: 10:43:25 DEBUG unit.oai-hss/0.install Unpacking libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package lksctp-tools. unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Unpacking lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package mysql-server. unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../mysql-server_5.5.61-0ubuntu0.14.04.1_all.deb ... unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Unpacking mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libidn2-0-dev. unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libidn2-0-dev_0.9-1_amd64.deb ... unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Unpacking libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 10:43:26 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:43:28 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 10:43:28 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 10:43:28 DEBUG unit.oai-hss/0.install Setting up libconfig9:amd64 (1.4.9-2) ... unit-oai-hss-0: 10:43:28 DEBUG unit.oai-hss/0.install Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:43:28 DEBUG unit.oai-hss/0.install Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:43:28 DEBUG unit.oai-hss/0.install Setting up mysql-server-core-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:43:28 DEBUG unit.oai-hss/0.install Setting up mysql-server-5.5 (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:43:32 DEBUG unit.oai-hss/0.install 180902 10:43:32 [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: 10:43:32 DEBUG unit.oai-hss/0.install 180902 10:43:32 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap. unit-oai-hss-0: 10:43:32 DEBUG unit.oai-hss/0.install 180902 10:43:32 [Note] /usr/sbin/mysqld (mysqld 5.5.61-0ubuntu0.14.04.1) starting as process 11647 ... unit-oai-hss-0: 10:43:42 DEBUG unit.oai-hss/0.install mysql start/running, process 11782 unit-oai-hss-0: 10:43:42 DEBUG unit.oai-hss/0.install Setting up libidn2-0:amd64 (0.9-1) ... unit-oai-hss-0: 10:43:42 DEBUG unit.oai-hss/0.install Setting up libconfig-dev:amd64 (1.4.9-2) ... unit-oai-hss-0: 10:43:42 DEBUG unit.oai-hss/0.install Setting up libconfig-doc (1.4.9-2) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libconfig8-dev (1.4.9-2) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libgpg-error-dev (1.12-0.2ubuntu1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libgcrypt11-dev (1.5.3-2ubuntu4.6) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libhtml-template-perl (2.95-1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libidn11-dev (1.28-1ubuntu2.2) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libltdl-dev:amd64 (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1.1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libmysqlclient-dev (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libsctp-dev (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libssl-doc (1.0.1f-1ubuntu2.26) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libtool (2.4.2-1.7ubuntu1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up lksctp-tools (1.0.15+dfsg-1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up libidn2-0-dev (0.9-1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Processing triggers for ureadahead (0.100.0-16) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Setting up mysql-server (5.5.61-0ubuntu0.14.04.1) ... unit-oai-hss-0: 10:43:43 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install libgmpxx4ldbl unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install libgmp10-doc libmpfr-dev unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install libgmp-dev libgmpxx4ldbl unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install Need to get 300 kB of archives. unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install After this operation, 1675 kB of additional disk space will be used. unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmpxx4ldbl amd64 2:5.1.3+dfsg-1ubuntu1 [8736 B] unit-oai-hss-0: 10:43:44 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libgmp-dev amd64 2:5.1.3+dfsg-1ubuntu1 [292 kB] unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Fetched 300 kB in 0s (430 kB/s) unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmpxx4ldbl:amd64. unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install (Reading database ... 118211 files and directories currently installed.) unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmpxx4ldbl_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Unpacking libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgmp-dev:amd64. unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgmp-dev_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Unpacking libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Setting up libgmpxx4ldbl:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Setting up libgmp-dev:amd64 (2:5.1.3+dfsg-1ubuntu1) ... unit-oai-hss-0: 10:43:45 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install Downloading nettle archive unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install --2018-09-02 10:43:46-- https://ftp.gnu.org/gnu/nettle/nettle-2.5.tar.gz unit-oai-hss-0: 10:43:46 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: 10:43:46 DEBUG unit.oai-hss/0.install Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:443... connected. unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install Length: 1113274 (1.1M) [application/x-gzip] unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install Saving to: 'nettle-2.5.tar.gz' unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 4% 373K 3s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 9% 742K 2s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 13% 752K 2s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 18% 76.0M 1s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 22% 69.1M 1s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 27% 750K 1s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 32% 124M 1s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 36% 101M 1s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 41% 95.6M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 45% 775K 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 50% 71.7M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 55% 62.0M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 59% 52.1M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 64% 60.9M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 68% 55.9M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 73% 50.1M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 78% 48.9M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 82% 59.5M 0s unit-oai-hss-0: 10:43:46 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 87% 56.6M 0s unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 91% 845K 0s unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 96% 60.1M 0s unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... ....... 100% 127M=0.5s unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install 2018-09-02 10:43:47 (2.26 MB/s) - 'nettle-2.5.tar.gz' saved [1113274/1113274] unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for -R flag... using -Wl,-rpath, unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install Searching for libraries unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /usr/lib... added unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /usr/local/lib... added unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /sw/local/lib... not found unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /sw/lib... not found unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /usr/gnu/lib... not found unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /opt/gnu/lib... not found unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /sw/gnu/lib... not found unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /usr/freeware/lib... not found unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking /usr/pkg/lib... not found unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for nm... nm unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install configure: Compiler uses 64-bit ABI. To change, set CC. unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install configure: Libraries to be installed in ${exec_prefix}/lib. unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install configure: Looking for assembler files in x86_64/. unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking CCPIC... -fpic unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking if globals are prefixed by underscore... no unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking if we should use a .note.GNU-stack section... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for ELF-style .type,%function pseudo-ops... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for ELF-style .type,#function pseudo-ops... no unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking if .align assembly directive is logarithmic... no unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for m4... /usr/bin/m4 unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for an ANSI C-conforming const... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking whether time.h and sys/time.h may both be included... yes unit-oai-hss-0: 10:43:47 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking alignment of uint64_t... 8 unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h usability... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking openssl/blowfish.h presence... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for openssl/blowfish.h... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking openssl/des.h usability... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking openssl/des.h presence... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for openssl/des.h... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking openssl/cast.h usability... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking openssl/cast.h presence... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for openssl/cast.h... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking openssl/aes.h usability... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking openssl/aes.h presence... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for openssl/aes.h... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking malloc.h usability... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking malloc.h presence... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for malloc.h... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for memxor... no unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for __attribute__... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for stdint types... stdint.h (shortcircuit) unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install make use of stdint.h in nettle-stdint.h (assuming C99 compatible system) unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for fcntl file locking... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for __gmpz_getlimbn in -lgmp... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for __gmpz_powm_sec... yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating config.make unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating config.m4 unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating tools/Makefile unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating testsuite/Makefile unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating examples/Makefile unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating nettle.pc unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating hogweed.pc unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-encrypt-internal.asm to aes-encrypt-internal.asm unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/aes-decrypt-internal.asm to aes-decrypt-internal.asm unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/camellia-crypt-internal.asm to camellia-crypt-internal.asm unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/memxor.asm to memxor.asm unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/salsa20-crypt.asm to salsa20-crypt.asm unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-encrypt.asm to serpent-encrypt.asm unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/serpent-decrypt.asm to serpent-decrypt.asm unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/sha1-compress.asm to sha1-compress.asm unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: linking x86_64/machine.m4 to machine.m4 unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: executing dummy-dep-files commands unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: executing nettle-stdint.h commands unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install config.status: creating nettle-stdint.h : __NETTLE_STDINT_H unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Version: nettle 2.5 unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Host type: x86_64-unknown-linux-gnu unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install ABI: 64 unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Assembly files: x86_64 unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Library directory: ${exec_prefix}/lib unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Compiler: gcc unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Shared libraries: yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Public key crypto: yes unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install Compiling nettle unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install make all-here unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:43:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:43:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:48 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: 10:43:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:43:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:48 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: 10:43:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:43:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:48 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: 10:43:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:43:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:48 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: 10:43:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:43:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:48 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: 10:43:48 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_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: 10:43:48 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT getopt1.o -MD -MP -MF getopt1.o.d -fpic -c getopt1.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -fpic -c nettle-internal.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -fpic -c aes-decrypt-internal.s unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install echo "aes-decrypt-internal.o : aes-decrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-decrypt-internal.o.d unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -fpic -c aes-decrypt.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -fpic -c aes-encrypt-internal.s unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install echo "aes-encrypt-internal.o : aes-encrypt-internal.asm ./asm.m4 machine.m4 config.m4" >aes-encrypt-internal.o.d unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -fpic -c aes-encrypt.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -fpic -c aes-encrypt-table.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -fpic -c aes-set-encrypt-key.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -fpic -c aes-set-decrypt-key.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.o -MD -MP -MF aes-meta.o.d -fpic -c aes-meta.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.o -MD -MP -MF arcfour.o.d -fpic -c arcfour.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -fpic -c arcfour-crypt.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.o -MD -MP -MF arcfour-meta.o.d -fpic -c arcfour-meta.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.o -MD -MP -MF arctwo.o.d -fpic -c arctwo.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -fpic -c arctwo-meta.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.o -MD -MP -MF base16-encode.o.d -fpic -c base16-encode.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.o -MD -MP -MF base16-decode.o.d -fpic -c base16-decode.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.o -MD -MP -MF base16-meta.o.d -fpic -c base16-meta.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.o -MD -MP -MF base64-encode.o.d -fpic -c base64-encode.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.o -MD -MP -MF base64-decode.o.d -fpic -c base64-decode.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.o -MD -MP -MF base64-meta.o.d -fpic -c base64-meta.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.o -MD -MP -MF camellia-crypt.o.d -fpic -c camellia-crypt.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -fpic -c camellia-crypt-internal.s unit-oai-hss-0: 10:43:49 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: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.o -MD -MP -MF camellia-table.o.d -fpic -c camellia-table.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.o -MD -MP -MF camellia-meta.o.d -fpic -c camellia-meta.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.o -MD -MP -MF cast128.o.d -fpic -c cast128.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 10:43:49 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: 10:43:49 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 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: 10:43:49 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 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: 10:43:49 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 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: 10:43:49 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 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: 10:43:49 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 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: 10:43:49 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: 10:43:49 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 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: 10:43:49 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -fpic -c cast128-meta.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.o -MD -MP -MF blowfish.o.d -fpic -c blowfish.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.o -MD -MP -MF cbc.o.d -fpic -c cbc.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.o -MD -MP -MF ctr.o.d -fpic -c ctr.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.o -MD -MP -MF gcm.o.d -fpic -c gcm.c \ unit-oai-hss-0: 10:43:49 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -fpic -c gcm-aes.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.o -MD -MP -MF des.o.d -fpic -c des.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.o -MD -MP -MF des3.o.d -fpic -c des3.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.o -MD -MP -MF des-compat.o.d -fpic -c des-compat.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.o -MD -MP -MF hmac.o.d -fpic -c hmac.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -fpic -c hmac-md5.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -fpic -c hmac-ripemd160.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -fpic -c hmac-sha1.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -fpic -c hmac-sha224.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -fpic -c hmac-sha256.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -fpic -c hmac-sha384.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -fpic -c hmac-sha512.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -fpic -c knuth-lfib.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.o -MD -MP -MF md2.o.d -fpic -c md2.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.o -MD -MP -MF md2-meta.o.d -fpic -c md2-meta.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.o -MD -MP -MF md4.o.d -fpic -c md4.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.o -MD -MP -MF md4-meta.o.d -fpic -c md4-meta.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.o -MD -MP -MF md5.o.d -fpic -c md5.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.o -MD -MP -MF md5-compress.o.d -fpic -c md5-compress.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.o -MD -MP -MF md5-compat.o.d -fpic -c md5-compat.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.o -MD -MP -MF md5-meta.o.d -fpic -c md5-meta.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.o -MD -MP -MF ripemd160.o.d -fpic -c ripemd160.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -fpic -c ripemd160-compress.c \ unit-oai-hss-0: 10:43:50 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -fpic -c ripemd160-meta.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -fpic -c salsa20-crypt.s unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install echo "salsa20-crypt.o : salsa20-crypt.asm ./asm.m4 machine.m4 config.m4" >salsa20-crypt.o.d unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -fpic -c salsa20-set-key.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.o -MD -MP -MF sha1.o.d -fpic -c sha1.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -fpic -c sha1-compress.s unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install echo "sha1-compress.o : sha1-compress.asm ./asm.m4 machine.m4 config.m4" >sha1-compress.o.d unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -fpic -c sha1-meta.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.o -MD -MP -MF sha256.o.d -fpic -c sha256.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -fpic -c sha224-meta.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -fpic -c sha256-meta.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.o -MD -MP -MF sha512.o.d -fpic -c sha512.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -fpic -c sha512-compress.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -fpic -c sha384-meta.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -fpic -c sha512-meta.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -fpic -c serpent-set-key.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -fpic -c serpent-encrypt.s unit-oai-hss-0: 10:43:51 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: 10:43:51 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -fpic -c serpent-decrypt.s unit-oai-hss-0: 10:43:51 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: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -fpic -c serpent-meta.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.o -MD -MP -MF twofish.o.d -fpic -c twofish.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -fpic -c twofish-meta.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.o -MD -MP -MF yarrow256.o.d -fpic -c yarrow256.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -fpic -c yarrow_key_event.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.o -MD -MP -MF buffer.o.d -fpic -c buffer.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.o -MD -MP -MF buffer-init.o.d -fpic -c buffer-init.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.o -MD -MP -MF realloc.o.d -fpic -c realloc.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -fpic -c nettle-meta-hashes.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -fpic -c nettle-meta-ciphers.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -fpic -c nettle-meta-armors.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.o -MD -MP -MF write-be32.o.d -fpic -c write-be32.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.o -MD -MP -MF write-le32.o.d -fpic -c write-le32.c \ unit-oai-hss-0: 10:43:51 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.o -MD -MP -MF memxor.o.d -fpic -c memxor.s unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install echo "memxor.o : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.o.d unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install rm -f libnettle.a unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes-meta.o arcfour.o arcfour-crypt.o arcfour-meta.o arctwo.o arctwo-meta.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o camellia-crypt.o camellia-crypt-internal.o camellia-set-encrypt-key.o camellia-set-decrypt-key.o camellia-table.o camellia-meta.o cast128.o cast128-meta.o blowfish.o cbc.o ctr.o gcm.o gcm-aes.o des.o des3.o des-compat.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-crypt.o salsa20-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o yarrow256.o yarrow_key_event.o buffer.o buffer-init.o realloc.o nettle-meta-hashes.o nettle-meta-ciphers.o nettle-meta-armors.o write-be32.o write-le32.o memxor.o unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install ranlib libnettle.a unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.o -MD -MP -MF sexp.o.d -fpic -c sexp.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.o -MD -MP -MF sexp-format.o.d -fpic -c sexp-format.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -fpic -c sexp-transport.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -fpic -c sexp-transport-format.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.o -MD -MP -MF bignum.o.d -fpic -c bignum.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.o -MD -MP -MF bignum-next-prime.o.d -fpic -c bignum-next-prime.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.o -MD -MP -MF bignum-random.o.d -fpic -c bignum-random.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -fpic -c bignum-random-prime.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -fpic -c sexp2bignum.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.o -MD -MP -MF pkcs1.o.d -fpic -c pkcs1.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -fpic -c pkcs1-encrypt.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -fpic -c pkcs1-decrypt.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -fpic -c pkcs1-rsa-digest.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -fpic -c pkcs1-rsa-md5.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -fpic -c pkcs1-rsa-sha1.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -fpic -c pkcs1-rsa-sha256.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -fpic -c pkcs1-rsa-sha512.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.o -MD -MP -MF rsa.o.d -fpic -c rsa.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -fpic -c rsa-sign.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -fpic -c rsa-verify.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -fpic -c rsa-pkcs1-sign.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -fpic -c rsa-pkcs1-verify.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -fpic -c rsa-md5-sign.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -fpic -c rsa-md5-verify.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -fpic -c rsa-sha1-sign.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -fpic -c rsa-sha1-verify.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -fpic -c rsa-sha256-sign.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -fpic -c rsa-sha256-verify.c \ unit-oai-hss-0: 10:43:52 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -fpic -c rsa-sha512-sign.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -fpic -c rsa-sha512-verify.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -fpic -c rsa-encrypt.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -fpic -c rsa-decrypt.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -fpic -c rsa-decrypt-tr.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -fpic -c rsa-keygen.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.o -MD -MP -MF rsa-compat.o.d -fpic -c rsa-compat.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -fpic -c rsa-blind.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -fpic -c rsa2sexp.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -fpic -c sexp2rsa.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.o -MD -MP -MF dsa.o.d -fpic -c dsa.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -fpic -c dsa-sign.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -fpic -c dsa-verify.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -fpic -c dsa-keygen.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -fpic -c dsa-sha1-sign.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -fpic -c dsa-sha1-verify.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -fpic -c dsa-sha256-sign.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -fpic -c dsa-sha256-verify.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -fpic -c dsa2sexp.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -fpic -c sexp2dsa.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -fpic -c pgp-encode.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -fpic -c rsa2openpgp.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.o -MD -MP -MF der-iterator.o.d -fpic -c der-iterator.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.o -MD -MP -MF der2rsa.o.d -fpic -c der2rsa.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.o -MD -MP -MF der2dsa.o.d -fpic -c der2dsa.c \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install rm -f libhogweed.a unit-oai-hss-0: 10:43:53 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: 10:43:53 DEBUG unit.oai-hss/0.install ranlib libhogweed.a unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install aes-decrypt-internal.asm >aes-decrypt-internal.s unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:53 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: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-decrypt.po -MD -MP -MF aes-decrypt.po.d -fpic -c aes-decrypt.c -o aes-decrypt.po \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install aes-encrypt-internal.asm >aes-encrypt-internal.s unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:53 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: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-encrypt.po -MD -MP -MF aes-encrypt.po.d -fpic -c aes-encrypt.c -o aes-encrypt.po \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-meta.po -MD -MP -MF aes-meta.po.d -fpic -c aes-meta.c -o aes-meta.po \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour.po -MD -MP -MF arcfour.po.d -fpic -c arcfour.c -o arcfour.po \ unit-oai-hss-0: 10:43:53 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-crypt.po -MD -MP -MF arcfour-crypt.po.d -fpic -c arcfour-crypt.c -o arcfour-crypt.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-meta.po -MD -MP -MF arcfour-meta.po.d -fpic -c arcfour-meta.c -o arcfour-meta.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo.po -MD -MP -MF arctwo.po.d -fpic -c arctwo.c -o arctwo.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-meta.po -MD -MP -MF arctwo-meta.po.d -fpic -c arctwo-meta.c -o arctwo-meta.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-encode.po -MD -MP -MF base16-encode.po.d -fpic -c base16-encode.c -o base16-encode.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-decode.po -MD -MP -MF base16-decode.po.d -fpic -c base16-decode.c -o base16-decode.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-meta.po -MD -MP -MF base16-meta.po.d -fpic -c base16-meta.c -o base16-meta.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-encode.po -MD -MP -MF base64-encode.po.d -fpic -c base64-encode.c -o base64-encode.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-decode.po -MD -MP -MF base64-decode.po.d -fpic -c base64-decode.c -o base64-decode.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-meta.po -MD -MP -MF base64-meta.po.d -fpic -c base64-meta.c -o base64-meta.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt.po -MD -MP -MF camellia-crypt.po.d -fpic -c camellia-crypt.c -o camellia-crypt.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install camellia-crypt-internal.asm >camellia-crypt-internal.s unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-crypt-internal.po -MD -MP -MF camellia-crypt-internal.po.d -fpic -c camellia-crypt-internal.s -o camellia-crypt-internal.po unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install echo "camellia-crypt-internal.po : camellia-crypt-internal.asm ./asm.m4 machine.m4 config.m4" >camellia-crypt-internal.po.d unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-encrypt-key.po -MD -MP -MF camellia-set-encrypt-key.po.d -fpic -c camellia-set-encrypt-key.c -o camellia-set-encrypt-key.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-set-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: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-table.po -MD -MP -MF camellia-table.po.d -fpic -c camellia-table.c -o camellia-table.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-meta.po -MD -MP -MF camellia-meta.po.d -fpic -c camellia-meta.c -o camellia-meta.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128.po -MD -MP -MF cast128.po.d -fpic -c cast128.c -o cast128.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install cast128.c: In function 'nettle_cast128_set_key': unit-oai-hss-0: 10:43:54 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: 10:43:54 DEBUG unit.oai-hss/0.install t[3] = x[3] = z[3] ^ cast_sbox5[U8c(x[2])] unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 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: 10:43:54 DEBUG unit.oai-hss/0.install ^ cast_sbox6[U8d(z[1])] ^ cast_sbox7[U8a(z[1])] unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 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: 10:43:54 DEBUG unit.oai-hss/0.install t[2] = x[2] = z[1] ^ cast_sbox5[U8d(x[1])] unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 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: 10:43:54 DEBUG unit.oai-hss/0.install t[1] = x[1] = z[0] ^ cast_sbox5[U8a(x[0])] unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 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: 10:43:54 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 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: 10:43:54 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: 10:43:54 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[1]' was declared here unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 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: 10:43:54 DEBUG unit.oai-hss/0.install #define U8a(x) ( (uint8_t) (x>>24) ) unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install cast128.c:166:12: note: 't[0]' was declared here unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install uint32_t t[4], z[4], x[4]; unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-meta.po -MD -MP -MF cast128-meta.po.d -fpic -c cast128-meta.c -o cast128-meta.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish.po -MD -MP -MF blowfish.po.d -fpic -c blowfish.c -o blowfish.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc.po -MD -MP -MF cbc.po.d -fpic -c cbc.c -o cbc.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr.po -MD -MP -MF ctr.po.d -fpic -c ctr.c -o ctr.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm.po -MD -MP -MF gcm.po.d -fpic -c gcm.c -o gcm.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-aes.po -MD -MP -MF gcm-aes.po.d -fpic -c gcm-aes.c -o gcm-aes.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des.po -MD -MP -MF des.po.d -fpic -c des.c -o des.po \ unit-oai-hss-0: 10:43:54 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 10:43:55 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:43:55 DEBUG unit.abot-epc-basic/0.install sudo: unable to resolve host juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:43:55 DEBUG unit.abot-epc-basic/0.install Cloning into '/opt/ssh'... unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3.po -MD -MP -MF des3.po.d -fpic -c des3.c -o des3.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat.po -MD -MP -MF des-compat.po.d -fpic -c des-compat.c -o des-compat.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac.po -MD -MP -MF hmac.po.d -fpic -c hmac.c -o hmac.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-md5.po -MD -MP -MF hmac-md5.po.d -fpic -c hmac-md5.c -o hmac-md5.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-ripemd160.po -MD -MP -MF hmac-ripemd160.po.d -fpic -c hmac-ripemd160.c -o hmac-ripemd160.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha1.po -MD -MP -MF hmac-sha1.po.d -fpic -c hmac-sha1.c -o hmac-sha1.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha224.po -MD -MP -MF hmac-sha224.po.d -fpic -c hmac-sha224.c -o hmac-sha224.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha256.po -MD -MP -MF hmac-sha256.po.d -fpic -c hmac-sha256.c -o hmac-sha256.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha384.po -MD -MP -MF hmac-sha384.po.d -fpic -c hmac-sha384.c -o hmac-sha384.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-sha512.po -MD -MP -MF hmac-sha512.po.d -fpic -c hmac-sha512.c -o hmac-sha512.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-abot-epc-basic-0: 10:43:55 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:43:55 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: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib.po -MD -MP -MF knuth-lfib.po.d -fpic -c knuth-lfib.c -o knuth-lfib.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2.po -MD -MP -MF md2.po.d -fpic -c md2.c -o md2.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-meta.po -MD -MP -MF md2-meta.po.d -fpic -c md2-meta.c -o md2-meta.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4.po -MD -MP -MF md4.po.d -fpic -c md4.c -o md4.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-meta.po -MD -MP -MF md4-meta.po.d -fpic -c md4-meta.c -o md4-meta.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5.po -MD -MP -MF md5.po.d -fpic -c md5.c -o md5.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compress.po -MD -MP -MF md5-compress.po.d -fpic -c md5-compress.c -o md5-compress.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat.po -MD -MP -MF md5-compat.po.d -fpic -c md5-compat.c -o md5-compat.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-meta.po -MD -MP -MF md5-meta.po.d -fpic -c md5-meta.c -o md5-meta.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160.po -MD -MP -MF ripemd160.po.d -fpic -c ripemd160.c -o ripemd160.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-compress.po -MD -MP -MF ripemd160-compress.po.d -fpic -c ripemd160-compress.c -o ripemd160-compress.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-meta.po -MD -MP -MF ripemd160-meta.po.d -fpic -c ripemd160-meta.c -o ripemd160-meta.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install salsa20-crypt.asm >salsa20-crypt.s unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-crypt.po -MD -MP -MF salsa20-crypt.po.d -fpic -c salsa20-crypt.s -o salsa20-crypt.po unit-oai-hss-0: 10:43:55 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: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1.po -MD -MP -MF sha1.po.d -fpic -c sha1.c -o sha1.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install sha1-compress.asm >sha1-compress.s unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-compress.po -MD -MP -MF sha1-compress.po.d -fpic -c sha1-compress.s -o sha1-compress.po unit-oai-hss-0: 10:43:55 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: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-meta.po -MD -MP -MF sha1-meta.po.d -fpic -c sha1-meta.c -o sha1-meta.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256.po -MD -MP -MF sha256.po.d -fpic -c sha256.c -o sha256.po \ unit-oai-hss-0: 10:43:55 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.po -MD -MP -MF sha256-compress.po.d -fpic -c sha256-compress.c -o sha256-compress.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-meta.po -MD -MP -MF sha224-meta.po.d -fpic -c sha224-meta.c -o sha224-meta.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-meta.po -MD -MP -MF sha256-meta.po.d -fpic -c sha256-meta.c -o sha256-meta.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512.po -MD -MP -MF sha512.po.d -fpic -c sha512.c -o sha512.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-compress.po -MD -MP -MF sha512-compress.po.d -fpic -c sha512-compress.c -o sha512-compress.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-meta.po -MD -MP -MF sha384-meta.po.d -fpic -c sha384-meta.c -o sha384-meta.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-meta.po -MD -MP -MF sha512-meta.po.d -fpic -c sha512-meta.c -o sha512-meta.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-set-key.po -MD -MP -MF serpent-set-key.po.d -fpic -c serpent-set-key.c -o serpent-set-key.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install serpent-encrypt.asm >serpent-encrypt.s unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-encrypt.po -MD -MP -MF serpent-encrypt.po.d -fpic -c serpent-encrypt.s -o serpent-encrypt.po unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install echo "serpent-encrypt.po : serpent-encrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-encrypt.po.d unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install serpent-decrypt.asm >serpent-decrypt.s unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-decrypt.po -MD -MP -MF serpent-decrypt.po.d -fpic -c serpent-decrypt.s -o serpent-decrypt.po unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install echo "serpent-decrypt.po : serpent-decrypt.asm ./asm.m4 machine.m4 config.m4" >serpent-decrypt.po.d unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-meta.po -MD -MP -MF serpent-meta.po.d -fpic -c serpent-meta.c -o serpent-meta.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish.po -MD -MP -MF twofish.po.d -fpic -c twofish.c -o twofish.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-meta.po -MD -MP -MF twofish-meta.po.d -fpic -c twofish-meta.c -o twofish-meta.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow256.po -MD -MP -MF yarrow256.po.d -fpic -c yarrow256.c -o yarrow256.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer.po -MD -MP -MF buffer.po.d -fpic -c buffer.c -o buffer.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-init.po -MD -MP -MF buffer-init.po.d -fpic -c buffer-init.c -o buffer-init.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT realloc.po -MD -MP -MF realloc.po.d -fpic -c realloc.c -o realloc.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-be32.po -MD -MP -MF write-be32.po.d -fpic -c write-be32.c -o write-be32.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT write-le32.po -MD -MP -MF write-le32.po.d -fpic -c write-le32.c -o write-le32.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install /usr/bin/m4 ./asm.m4 machine.m4 config.m4 \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install memxor.asm >memxor.s unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor.po -MD -MP -MF memxor.po.d -fpic -c memxor.s -o memxor.po unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install echo "memxor.po : memxor.asm ./asm.m4 machine.m4 config.m4" >memxor.po.d unit-oai-hss-0: 10:43:56 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: 10:43:56 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && rm -f libnettle.so \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && ln -s ../libnettle.so libnettle.so \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install || { rm -f libnettle.so.4 \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && ln -s libnettle.so libnettle.so.4 ; } ) unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp.po -MD -MP -MF sexp.po.d -fpic -c sexp.c -o sexp.po \ unit-oai-hss-0: 10:43:56 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format.po -MD -MP -MF sexp-format.po.d -fpic -c sexp-format.c -o sexp-format.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport.po -MD -MP -MF sexp-transport.po.d -fpic -c sexp-transport.c -o sexp-transport.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-transport-format.po -MD -MP -MF sexp-transport-format.po.d -fpic -c sexp-transport-format.c -o sexp-transport-format.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum.po -MD -MP -MF bignum.po.d -fpic -c bignum.c -o bignum.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-next-prime.po -MD -MP -MF bignum-next-prime.po.d -fpic -c bignum-next-prime.c -o bignum-next-prime.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random.po -MD -MP -MF bignum-random.po.d -fpic -c bignum-random.c -o bignum-random.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-random-prime.po -MD -MP -MF bignum-random-prime.po.d -fpic -c bignum-random-prime.c -o bignum-random-prime.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2bignum.po -MD -MP -MF sexp2bignum.po.d -fpic -c sexp2bignum.c -o sexp2bignum.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1.po -MD -MP -MF pkcs1.po.d -fpic -c pkcs1.c -o pkcs1.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-encrypt.po -MD -MP -MF pkcs1-encrypt.po.d -fpic -c pkcs1-encrypt.c -o pkcs1-encrypt.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-decrypt.po -MD -MP -MF pkcs1-decrypt.po.d -fpic -c pkcs1-decrypt.c -o pkcs1-decrypt.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-digest.po -MD -MP -MF pkcs1-rsa-digest.po.d -fpic -c pkcs1-rsa-digest.c -o pkcs1-rsa-digest.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-md5.po -MD -MP -MF pkcs1-rsa-md5.po.d -fpic -c pkcs1-rsa-md5.c -o pkcs1-rsa-md5.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-sha1.po -MD -MP -MF pkcs1-rsa-sha1.po.d -fpic -c pkcs1-rsa-sha1.c -o pkcs1-rsa-sha1.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-rsa-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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa.po -MD -MP -MF rsa.po.d -fpic -c rsa.c -o rsa.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-sign.po -MD -MP -MF rsa-sign.po.d -fpic -c rsa-sign.c -o rsa-sign.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-verify.po -MD -MP -MF rsa-verify.po.d -fpic -c rsa-verify.c -o rsa-verify.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT 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: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt.po -MD -MP -MF rsa-encrypt.po.d -fpic -c rsa-encrypt.c -o rsa-encrypt.po \ unit-oai-hss-0: 10:43:57 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt.po -MD -MP -MF rsa-decrypt.po.d -fpic -c rsa-decrypt.c -o rsa-decrypt.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-decrypt-tr.po -MD -MP -MF rsa-decrypt-tr.po.d -fpic -c rsa-decrypt-tr.c -o rsa-decrypt-tr.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen.po -MD -MP -MF rsa-keygen.po.d -fpic -c rsa-keygen.c -o rsa-keygen.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-compat.po -MD -MP -MF rsa-compat.po.d -fpic -c rsa-compat.c -o rsa-compat.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-blind.po -MD -MP -MF rsa-blind.po.d -fpic -c rsa-blind.c -o rsa-blind.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp.po -MD -MP -MF rsa2sexp.po.d -fpic -c rsa2sexp.c -o rsa2sexp.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa.po -MD -MP -MF sexp2rsa.po.d -fpic -c sexp2rsa.c -o sexp2rsa.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa.po -MD -MP -MF dsa.po.d -fpic -c dsa.c -o dsa.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sign.po -MD -MP -MF dsa-sign.po.d -fpic -c dsa-sign.c -o dsa-sign.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-verify.po -MD -MP -MF dsa-verify.po.d -fpic -c dsa-verify.c -o dsa-verify.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen.po -MD -MP -MF dsa-keygen.po.d -fpic -c dsa-keygen.c -o dsa-keygen.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-sign.po -MD -MP -MF dsa-sha1-sign.po.d -fpic -c dsa-sha1-sign.c -o dsa-sha1-sign.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha1-verify.po -MD -MP -MF dsa-sha1-verify.po.d -fpic -c dsa-sha1-verify.c -o dsa-sha1-verify.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-sign.po -MD -MP -MF dsa-sha256-sign.po.d -fpic -c dsa-sha256-sign.c -o dsa-sha256-sign.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-sha256-verify.po -MD -MP -MF dsa-sha256-verify.po.d -fpic -c dsa-sha256-verify.c -o dsa-sha256-verify.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa2sexp.po -MD -MP -MF dsa2sexp.po.d -fpic -c dsa2sexp.c -o dsa2sexp.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2dsa.po -MD -MP -MF sexp2dsa.po.d -fpic -c sexp2dsa.c -o sexp2dsa.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pgp-encode.po -MD -MP -MF pgp-encode.po.d -fpic -c pgp-encode.c -o pgp-encode.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install pgp-encode.c: In function 'nettle_pgp_put_rsa_sha1_signature': unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install pgp-encode.c:249:11: warning: unused variable 'digest16' [-Wunused-variable] unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install uint8_t digest16[2]; unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2openpgp.po -MD -MP -MF rsa2openpgp.po.d -fpic -c rsa2openpgp.c -o rsa2openpgp.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install rsa2openpgp.c: In function 'nettle_rsa_keypair_to_openpgp': unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install rsa2openpgp.c:67:12: warning: unused variable 'key_length' [-Wunused-variable] unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install unsigned key_length; unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der-iterator.po -MD -MP -MF der-iterator.po.d -fpic -c der-iterator.c -o der-iterator.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2rsa.po -MD -MP -MF der2rsa.po.d -fpic -c der2rsa.c -o der2rsa.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install gcc -I. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT der2dsa.po -MD -MP -MF der2dsa.po.d -fpic -c der2dsa.c -o der2dsa.po \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && true unit-oai-hss-0: 10:43:58 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: 10:43:58 DEBUG unit.oai-hss/0.install mkdir .lib 2>/dev/null unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install make[1]: [libhogweed.so] Error 1 (ignored) unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install (cd .lib \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && ln -s ../libhogweed.so libhogweed.so \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install || { rm -f libhogweed.so.2 \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so libhogweed.so.2 ; } ) unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install echo "Making all in $d" ; (cd $d && make all); done unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install Making all in tools unit-oai-hss-0: 10:43:58 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:43:58 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: 10:43:58 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: 10:43:58 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: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o nettle-hash unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install Making all in testsuite unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT aes-test.o -MD -MP -MF aes-test.o.d -c aes-test.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. aes-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o aes-test unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arcfour-test.o -MD -MP -MF arcfour-test.o.d -c arcfour-test.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arcfour-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arcfour-test unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT arctwo-test.o -MD -MP -MF arctwo-test.o.d -c arctwo-test.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. arctwo-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o arctwo-test unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT blowfish-test.o -MD -MP -MF blowfish-test.o.d -c blowfish-test.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. blowfish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o blowfish-test unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cast128-test.o -MD -MP -MF cast128-test.o.d -c cast128-test.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cast128-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cast128-test unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16-test.o -MD -MP -MF base16-test.o.d -c base16-test.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base16-test unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64-test.o -MD -MP -MF base64-test.o.d -c base64-test.c && true unit-oai-hss-0: 10:43:59 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o base64-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT camellia-test.o -MD -MP -MF camellia-test.o.d -c camellia-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. camellia-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o camellia-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-test.o -MD -MP -MF des-test.o.d -c des-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des3-test.o -MD -MP -MF des3-test.o.d -c des3-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des3-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des3-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT des-compat-test.o -MD -MP -MF des-compat-test.o.d -c des-compat-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. des-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o des-compat-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md2-test.o -MD -MP -MF md2-test.o.d -c md2-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md2-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md2-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md4-test.o -MD -MP -MF md4-test.o.d -c md4-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md4-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md4-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-test.o -MD -MP -MF md5-test.o.d -c md5-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT md5-compat-test.o -MD -MP -MF md5-compat-test.o.d -c md5-compat-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. md5-compat-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o md5-compat-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT memxor-test.o -MD -MP -MF memxor-test.o.d -c memxor-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. memxor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o memxor-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ripemd160-test.o -MD -MP -MF ripemd160-test.o.d -c ripemd160-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ripemd160-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ripemd160-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT salsa20-test.o -MD -MP -MF salsa20-test.o.d -c salsa20-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. salsa20-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o salsa20-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-test.o -MD -MP -MF sha1-test.o.d -c sha1-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha224-test.o -MD -MP -MF sha224-test.o.d -c sha224-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha224-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha224-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-test.o -MD -MP -MF sha256-test.o.d -c sha256-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha256-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha256-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha384-test.o -MD -MP -MF sha384-test.o.d -c sha384-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha384-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha384-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha512-test.o -MD -MP -MF sha512-test.o.d -c sha512-test.c && true unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha512-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha512-test unit-oai-hss-0: 10:44:00 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT serpent-test.o -MD -MP -MF serpent-test.o.d -c serpent-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. serpent-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o serpent-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT twofish-test.o -MD -MP -MF twofish-test.o.d -c twofish-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. twofish-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o twofish-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT knuth-lfib-test.o -MD -MP -MF knuth-lfib-test.o.d -c knuth-lfib-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. knuth-lfib-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o knuth-lfib-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT cbc-test.o -MD -MP -MF cbc-test.o.d -c cbc-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. cbc-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o cbc-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT ctr-test.o -MD -MP -MF ctr-test.o.d -c ctr-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. ctr-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o ctr-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT gcm-test.o -MD -MP -MF gcm-test.o.d -c gcm-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. gcm-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o gcm-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT hmac-test.o -MD -MP -MF hmac-test.o.d -c hmac-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. hmac-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o hmac-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-hash-test.o -MD -MP -MF meta-hash-test.o.d -c meta-hash-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-hash-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-hash-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-cipher-test.o -MD -MP -MF meta-cipher-test.o.d -c meta-cipher-test.c && true unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-cipher-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-cipher-test unit-oai-hss-0: 10:44:01 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT meta-armor-test.o -MD -MP -MF meta-armor-test.o.d -c meta-armor-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. meta-armor-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o meta-armor-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT buffer-test.o -MD -MP -MF buffer-test.o.d -c buffer-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. buffer-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o buffer-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT yarrow-test.o -MD -MP -MF yarrow-test.o.d -c yarrow-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. yarrow-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o yarrow-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-test.o -MD -MP -MF sexp-test.o.d -c sexp-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp-format-test.o -MD -MP -MF sexp-format-test.o.d -c sexp-format-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-format-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp-format-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa2sexp-test.o -MD -MP -MF rsa2sexp-test.o.d -c rsa2sexp-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa2sexp-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa2sexp-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sexp2rsa-test.o -MD -MP -MF sexp2rsa-test.o.d -c sexp2rsa-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp2rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sexp2rsa-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT bignum-test.o -MD -MP -MF bignum-test.o.d -c bignum-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. bignum-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o bignum-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT random-prime-test.o -MD -MP -MF random-prime-test.o.d -c random-prime-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. random-prime-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o random-prime-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT pkcs1-test.o -MD -MP -MF pkcs1-test.o.d -c pkcs1-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o pkcs1-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-test.o -MD -MP -MF rsa-test.o.d -c rsa-test.c && true unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-test unit-oai-hss-0: 10:44:02 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-encrypt-test.o -MD -MP -MF rsa-encrypt-test.o.d -c rsa-encrypt-test.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-encrypt-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-encrypt-test unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT rsa-keygen-test.o -MD -MP -MF rsa-keygen-test.o.d -c rsa-keygen-test.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. rsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o rsa-keygen-test unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-test.o -MD -MP -MF dsa-test.o.d -c dsa-test.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-test unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT dsa-keygen-test.o -MD -MP -MF dsa-keygen-test.o.d -c dsa-keygen-test.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. dsa-keygen-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o dsa-keygen-test unit-oai-hss-0: 10:44:03 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: 10:44:03 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: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install nettle-benchmark.c: In function 'time_cipher': unit-oai-hss-0: 10:44:03 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: 10:44:03 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:44:03 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: 10:44:03 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:44:03 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: 10:44:03 DEBUG unit.oai-hss/0.install memset(iv, 0, sizeof(iv)); unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT io.o -MD -MP -MF io.o.d -c io.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o -lnettle -lgmp -o nettle-benchmark unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16enc.o io.o \ unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16enc unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base16dec.o io.o \ unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base16dec unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. base64enc.o io.o \ unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64enc unit-oai-hss-0: 10:44:03 DEBUG unit.oai-hss/0.install gcc -I.. -I.. -DHAVE_CONFIG_H -g -O2 -ggdb3 -Wno-pointer-sign -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true unit-oai-hss-0: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install -lnettle -lgmp -o base64dec unit-oai-hss-0: 10:44:04 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: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-keygen unit-oai-hss-0: 10:44:04 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: 10:44:04 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: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-sign unit-oai-hss-0: 10:44:04 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: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-verify unit-oai-hss-0: 10:44:04 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: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install ../getopt.o ../getopt1.o \ unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-encrypt unit-oai-hss-0: 10:44:04 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: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o rsa-decrypt unit-oai-hss-0: 10:44:04 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: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o next-prime unit-oai-hss-0: 10:44:04 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: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install -lhogweed -lnettle -lgmp -o random-prime unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install make check-here unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install echo "Making check in $d" ; (cd $d && make check); done unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install Making check in tools unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install Making check in testsuite unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install EMULATOR="" NM="nm" EXEEXT="" \ unit-oai-hss-0: 10:44:04 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: 10:44:04 DEBUG unit.oai-hss/0.install PASS: aes unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: arcfour unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: arctwo unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: blowfish unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: cast128 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: base16 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: base64 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: camellia unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: des unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: des3 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: des-compat unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: md2 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: md4 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: md5 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: md5-compat unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: memxor unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: ripemd160 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: salsa20 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: sha1 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: sha224 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: sha256 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: sha384 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: sha512 unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: serpent unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: twofish unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: knuth-lfib unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: cbc unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: ctr unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: gcm unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: hmac unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: meta-hash unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: meta-cipher unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: meta-armor unit-oai-hss-0: 10:44:04 DEBUG unit.oai-hss/0.install PASS: buffer unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: yarrow unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: sexp unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: sexp-format unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: rsa2sexp unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: sexp2rsa unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: bignum unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: random-prime unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: pkcs1 unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: rsa unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: rsa-keygen unit-oai-hss-0: 10:44:05 DEBUG unit.oai-hss/0.install PASS: dsa unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install PASS: dsa-keygen unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install PASS: cxx unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install PASS: sexp-conv unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install PASS: pkcs1-conv unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install PASS: symbols unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install All 51 tests passed unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install =================== unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Making check in examples unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install LD_LIBRARY_PATH=../.lib PATH="../.lib:$PATH" srcdir="." \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install EMULATOR="" EXEEXT="" \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install ".."/run-tests rsa-sign-test rsa-verify-test rsa-encrypt-test unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install xxxxx unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install PASS: rsa-sign unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install PASS: rsa-verify unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install PASS: rsa-encrypt unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install All 3 tests passed unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install ================== unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make install-here unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/info unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install f=nettle.info ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install [ -f $f ] || f="./$f" ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/share/info ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install if (install-info --version && \ unit-oai-hss-0: 10:44:06 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: 10:44:06 DEBUG unit.oai-hss/0.install install-info --info-dir="/usr/share/info" "$f" ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install else : ; fi unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/include/nettle unit-oai-hss-0: 10:44:06 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: 10:44:06 DEBUG unit.oai-hss/0.install if [ -f "$f" ] ; then \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/include/nettle ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "./$f" /usr/include/nettle ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install fi ; done unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install ./config.status config.h unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install config.status: config.h is unchanged unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install echo timestamp > stamp-h unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install for f in libnettle.a libhogweed.a; do \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 $f /usr/lib ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib/pkgconfig unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install for f in nettle.pc hogweed.pc ; do \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 "$f" /usr/lib/pkgconfig ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libnettle.so /usr/lib/libnettle.so.4.4 unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install [ -z "libnettle.so.4" ] \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install && rm -f libnettle.so.4 libnettle.so \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so.4 \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install && ln -s libnettle.so.4.4 libnettle.so) unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/lib unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 libhogweed.so /usr/lib/libhogweed.so.2.2 unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install [ -z "libhogweed.so.2" ] \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install || (cd /usr/lib \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install && rm -f libhogweed.so.2 libhogweed.so \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so.2 \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install && ln -s libhogweed.so.2.2 libhogweed.so) unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install set -e; for d in tools testsuite examples; do \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install echo "Making install in $d" ; (cd $d && make install); done unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Making install in tools unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/bin unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install for f in sexp-conv nettle-hash nettle-lfib-stream pkcs1-conv ; do \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install /usr/bin/install -c $f /usr/bin ; \ unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install done unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/tools' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Making install in testsuite unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/testsuite' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install true unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/nettle-2.5/examples' unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:44:06 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install libidn2-0-dev is already the newest version. unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install libp11-kit-dev libp11-kit0-dbg libtasn1-6-dbg libtasn1-6-dev libtspi-dev unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install libtspi1 unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install 0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install Need to get 1855 kB of archives. unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install After this operation, 3712 kB of additional disk space will be used. unit-oai-hss-0: 10:44:07 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: 10:44:07 DEBUG unit.oai-hss/0.install Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dev amd64 3.4-3ubuntu0.6 [385 kB] unit-oai-hss-0: 10:44:07 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtspi-dev amd64 0.3.11.2-1ubuntu1 [613 kB] unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit-dev amd64 0.20.2-2ubuntu2 [56.4 kB] unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libp11-kit0-dbg amd64 0.20.2-2ubuntu2 [556 kB] unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libtasn1-6-dbg amd64 3.4-3ubuntu0.6 [104 kB] unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Fetched 1855 kB in 1s (1599 kB/s) unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi1. unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install (Reading database ... 118229 files and directories currently installed.) unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi1_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Unpacking libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dev. unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dev_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtspi-dev. unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtspi-dev_0.3.11.2-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Unpacking libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit-dev. unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit-dev_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 10:44:08 DEBUG unit.oai-hss/0.install Unpacking libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 10:44:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libp11-kit0-dbg:amd64. unit-oai-hss-0: 10:44:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libp11-kit0-dbg_0.20.2-2ubuntu2_amd64.deb ... unit-oai-hss-0: 10:44:09 DEBUG unit.oai-hss/0.install Unpacking libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 10:44:09 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtasn1-6-dbg:amd64. unit-oai-hss-0: 10:44:09 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtasn1-6-dbg_3.4-3ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:44:09 DEBUG unit.oai-hss/0.install Unpacking libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 10:44:09 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 10:44:09 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:44:10 DEBUG unit.oai-hss/0.install Setting up libtspi1 (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 10:44:10 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dev (3.4-3ubuntu0.6) ... unit-oai-hss-0: 10:44:10 DEBUG unit.oai-hss/0.install Setting up libtspi-dev (0.3.11.2-1ubuntu1) ... unit-oai-hss-0: 10:44:10 DEBUG unit.oai-hss/0.install Setting up libp11-kit-dev (0.20.2-2ubuntu2) ... unit-oai-hss-0: 10:44:10 DEBUG unit.oai-hss/0.install Setting up libp11-kit0-dbg:amd64 (0.20.2-2ubuntu2) ... unit-oai-hss-0: 10:44:10 DEBUG unit.oai-hss/0.install Setting up libtasn1-6-dbg:amd64 (3.4-3ubuntu0.6) ... unit-oai-hss-0: 10:44:10 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:44:11 DEBUG unit.oai-hss/0.install Downloading gnutls archive unit-oai-hss-0: 10:44:11 DEBUG unit.oai-hss/0.install --2018-09-02 10:44:11-- http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.23.tar.xz unit-oai-hss-0: 10:44:11 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: 10:44:11 DEBUG unit.oai-hss/0.install Connecting to mirrors.dotsrc.org (mirrors.dotsrc.org)|130.225.254.116|:80... connected. unit-oai-hss-0: 10:44:11 DEBUG unit.oai-hss/0.install HTTP request sent, awaiting response... 200 OK unit-oai-hss-0: 10:44:11 DEBUG unit.oai-hss/0.install Length: 5148432 (4.9M) [application/octet-stream] unit-oai-hss-0: 10:44:11 DEBUG unit.oai-hss/0.install Saving to: 'gnutls-3.1.23.tar.xz' unit-oai-hss-0: 10:44:11 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:11 DEBUG unit.oai-hss/0.install 0K .......... .......... .......... .......... .......... 0% 149K 33s unit-oai-hss-0: 10:44:11 DEBUG unit.oai-hss/0.install 50K .......... .......... .......... .......... .......... 1% 302K 25s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 100K .......... .......... .......... .......... .......... 2% 530K 19s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 150K .......... .......... .......... .......... .......... 3% 644K 16s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 200K .......... .......... .......... .......... .......... 4% 987K 14s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 250K .......... .......... .......... .......... .......... 5% 1.20M 12s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 300K .......... .......... .......... .......... .......... 6% 1.24M 11s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 350K .......... .......... .......... .......... .......... 7% 1.56M 10s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 400K .......... .......... .......... .......... .......... 8% 1.69M 9s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 450K .......... .......... .......... .......... .......... 9% 1.88M 8s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 500K .......... .......... .......... .......... .......... 10% 2.15M 7s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 550K .......... .......... .......... .......... .......... 11% 2.33M 7s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 600K .......... .......... .......... .......... .......... 12% 2.54M 6s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 650K .......... .......... .......... .......... .......... 13% 2.79M 6s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 700K .......... .......... .......... .......... .......... 14% 3.21M 6s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 750K .......... .......... .......... .......... .......... 15% 3.30M 5s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 800K .......... .......... .......... .......... .......... 16% 3.45M 5s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 850K .......... .......... .......... .......... .......... 17% 3.81M 5s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 900K .......... .......... .......... .......... .......... 18% 3.86M 4s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 950K .......... .......... .......... .......... .......... 19% 4.03M 4s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1000K .......... .......... .......... .......... .......... 20% 4.35M 4s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1050K .......... .......... .......... .......... .......... 21% 4.55M 4s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1100K .......... .......... .......... .......... .......... 22% 4.85M 4s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1150K .......... .......... .......... .......... .......... 23% 4.62M 3s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1200K .......... .......... .......... .......... .......... 24% 4.94M 3s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1250K .......... .......... .......... .......... .......... 25% 5.68M 3s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1300K .......... .......... .......... .......... .......... 26% 5.61M 3s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1350K .......... .......... .......... .......... .......... 27% 5.62M 3s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1400K .......... .......... .......... .......... .......... 28% 5.70M 3s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1450K .......... .......... .......... .......... .......... 29% 6.71M 3s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1500K .......... .......... .......... .......... .......... 30% 6.51M 3s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1550K .......... .......... .......... .......... .......... 31% 6.14M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1600K .......... .......... .......... .......... .......... 32% 7.26M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1650K .......... .......... .......... .......... .......... 33% 6.98M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1700K .......... .......... .......... .......... .......... 34% 7.41M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1750K .......... .......... .......... .......... .......... 35% 7.82M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1800K .......... .......... .......... .......... .......... 36% 8.11M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1850K .......... .......... .......... .......... .......... 37% 7.59M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1900K .......... .......... .......... .......... .......... 38% 8.99M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 1950K .......... .......... .......... .......... .......... 39% 7.82M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2000K .......... .......... .......... .......... .......... 40% 8.62M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2050K .......... .......... .......... .......... .......... 41% 9.69M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2100K .......... .......... .......... .......... .......... 42% 9.29M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2150K .......... .......... .......... .......... .......... 43% 8.82M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2200K .......... .......... .......... .......... .......... 44% 9.08M 2s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2250K .......... .......... .......... .......... .......... 45% 10.4M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2300K .......... .......... .......... .......... .......... 46% 9.80M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2350K .......... .......... .......... .......... .......... 47% 9.77M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2400K .......... .......... .......... .......... .......... 48% 10.9M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2450K .......... .......... .......... .......... .......... 49% 10.6M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2500K .......... .......... .......... .......... .......... 50% 11.8M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2550K .......... .......... .......... .......... .......... 51% 10.7M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2600K .......... .......... .......... .......... .......... 52% 11.5M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2650K .......... .......... .......... .......... .......... 53% 13.2M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2700K .......... .......... .......... .......... .......... 54% 10.3M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2750K .......... .......... .......... .......... .......... 55% 12.6M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2800K .......... .......... .......... .......... .......... 56% 11.9M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2850K .......... .......... .......... .......... .......... 57% 12.1M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2900K .......... .......... .......... .......... .......... 58% 12.3M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2950K .......... .......... .......... .......... .......... 59% 11.9M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3000K .......... .......... .......... .......... .......... 60% 12.5M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3050K .......... .......... .......... .......... .......... 61% 14.4M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3100K .......... .......... .......... .......... .......... 62% 12.7M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3150K .......... .......... .......... .......... .......... 63% 12.5M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3200K .......... .......... .......... .......... .......... 64% 14.0M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3250K .......... .......... .......... .......... .......... 65% 14.6M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3300K .......... .......... .......... .......... .......... 66% 12.9M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3350K .......... .......... .......... .......... .......... 67% 15.0M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3400K .......... .......... .......... .......... .......... 68% 14.4M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3450K .......... .......... .......... .......... .......... 69% 16.4M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3500K .......... .......... .......... .......... .......... 70% 12.7M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3550K .......... .......... .......... .......... .......... 71% 14.3M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3600K .......... .......... .......... .......... .......... 72% 15.5M 1s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3650K .......... .......... .......... .......... .......... 73% 13.8M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3700K .......... .......... .......... .......... .......... 74% 10.1M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3750K .......... .......... .......... .......... .......... 75% 10.4M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3800K .......... .......... .......... .......... .......... 76% 10.3M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3850K .......... .......... .......... .......... .......... 77% 23.5M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3900K .......... .......... .......... .......... .......... 78% 12.3M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 3950K .......... .......... .......... .......... .......... 79% 10.1M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4000K .......... .......... .......... .......... .......... 80% 10.3M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4050K .......... .......... .......... .......... .......... 81% 13.9M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4100K .......... .......... .......... .......... .......... 82% 25.8M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4150K .......... .......... .......... .......... .......... 83% 15.2M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4200K .......... .......... .......... .......... .......... 84% 20.1M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4250K .......... .......... .......... .......... .......... 85% 14.9M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4300K .......... .......... .......... .......... .......... 86% 13.2M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4350K .......... .......... .......... .......... .......... 87% 18.4M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4400K .......... .......... .......... .......... .......... 88% 13.8M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4450K .......... .......... .......... .......... .......... 89% 29.1M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4500K .......... .......... .......... .......... .......... 90% 19.8M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4550K .......... .......... .......... .......... .......... 91% 14.8M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4600K .......... .......... .......... .......... .......... 92% 10.7M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4650K .......... .......... .......... .......... .......... 93% 25.8M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4700K .......... .......... .......... .......... .......... 94% 21.5M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4750K .......... .......... .......... .......... .......... 95% 30.2M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4800K .......... .......... .......... .......... .......... 96% 18.6M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4850K .......... .......... .......... .......... .......... 97% 25.8M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4900K .......... .......... .......... .......... .......... 98% 24.2M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 4950K .......... .......... .......... .......... .......... 99% 18.9M 0s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 5000K .......... .......... ....... 100% 298K=1.5s unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install 2018-09-02 10:44:12 (3.21 MB/s) - 'gnutls-3.1.23.tar.xz' saved [5148432/5148432] unit-oai-hss-0: 10:44:12 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether build environment is sane... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for gawk... gawk unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether make sets $(MAKE)... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether make supports nested variables... (cached) yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install *** Checking for compilation programs... unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for gcc... gcc unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether the C compiler works... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for C compiler default output file name... a.out unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for suffix of executables... unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether we are cross compiling... no unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for suffix of object files... o unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C compiler... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether gcc accepts -g... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C89... none needed unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking whether gcc understands -c and -o together... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for style of include used by make... GNU unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking dependency style of gcc... gcc3 unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking how to run the C preprocessor... gcc -E unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for egrep... /bin/grep -E unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for Minix Amsterdam compiler... no unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for ar... ar unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for ranlib... ranlib unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for ANSI C header files... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for sys/types.h... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for sys/stat.h... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for stdlib.h... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for string.h... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for memory.h... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for strings.h... yes unit-oai-hss-0: 10:44:13 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for unistd.h... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking minix/config.h usability... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking minix/config.h presence... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for minix/config.h... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether it is safe to define __EXTENSIONS__... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether _XOPEN_SOURCE should be defined... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for _LARGEFILE_SOURCE value needed for large files... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for special C compiler options needed for large files... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for _FILE_OFFSET_BITS value needed for large files... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for gcc option to accept ISO C99... -std=gnu99 unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking dependency style of gcc -std=gnu99... gcc3 unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking the archiver (ar) interface... ar unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for g++... g++ unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether we are using the GNU C++ compiler... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether g++ accepts -g... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking dependency style of g++... gcc3 unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for autogen... /bin/true unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install *** autogen not found. Will not link against libopts. unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for inline... inline unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for ANSI C header files... (cached) yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking cpuid.h usability... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking cpuid.h presence... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for cpuid.h... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for ld used by GCC... /usr/bin/ld unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for shared library run path origin... done unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to use nettle... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for libnettle... yes unit-oai-hss-0: 10:44:14 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: 10:44:14 DEBUG unit.oai-hss/0.install checking for __gmpz_cmp in -lgmp... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for LIBTASN1... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to use the included minitasn1... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether C99 macros are supported... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable DTLS-SRTP extension... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable TLS heartbeat support... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable SRP authentication support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable PSK authentication support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable anonymous authentication support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable DHE support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable ECDHE support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable RSA-EXPORT support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable OpenPGP Certificate authentication support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to add cryptodev support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking whether to disable OCSP support... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking size of void *... 8 unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking size of long long... 8 unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking size of long... 8 unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking size of int... 4 unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking sys/socket.h usability... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking sys/socket.h presence... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for sys/socket.h... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking features.h usability... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking features.h presence... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for features.h... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking linewrap.h usability... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking linewrap.h presence... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for linewrap.h... no unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking arpa/inet.h usability... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking arpa/inet.h presence... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking dirent.h usability... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking dirent.h presence... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for dirent.h... yes unit-oai-hss-0: 10:44:14 DEBUG unit.oai-hss/0.install checking for sys/stat.h... (cached) yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking netdb.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking netdb.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for netdb.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking netinet/in.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking netinet/in.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for netinet/in.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking getopt.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking getopt.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for getopt.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking stdio_ext.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking stdio_ext.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for stdio_ext.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking termios.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking termios.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for termios.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/time.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/time.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for sys/time.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking iconv.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking iconv.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for iconv.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking math.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking math.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for math.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/mman.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/mman.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for sys/mman.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/select.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/select.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for sys/select.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking wchar.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking wchar.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for wchar.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for strings.h... (cached) yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/uio.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/uio.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for sys/uio.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sysexits.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sysexits.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for sysexits.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking xlocale.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking xlocale.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for xlocale.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/param.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/param.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for sys/param.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/wait.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/wait.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for sys/wait.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/ioctl.h usability... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking sys/ioctl.h presence... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for sys/ioctl.h... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... none needed unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether to build OpenSSL compatibility layer... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for gtkdoc-check... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for gtkdoc-rebase... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for gtkdoc-mkpdf... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether to build gtk-doc documentation... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether NLS is requested... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for msgfmt... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for gmsgfmt... : unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for xgettext... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for msgmerge... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for CFPreferencesCopyAppValue... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for CFLocaleCopyCurrent... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for GNU gettext in libc... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether to use NLS... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking where the gettext function comes from... libc unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether the preprocessor supports include_next... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether system header files limit the line length... no unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for shutdown... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... yes unit-oai-hss-0: 10:44:15 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for sa_family_t... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for size_t... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for working alloca.h... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for alloca... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for C/C++ restrict keyword... __restrict unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether clearerr_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether feof_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether ferror_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether fflush_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether fgets_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether fputc_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether fputs_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether fread_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether fwrite_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether getc_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether getchar_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether putc_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking whether putchar_unlocked is declared... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for flockfile... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for funlockfile... yes unit-oai-hss-0: 10:44:16 DEBUG unit.oai-hss/0.install checking for _set_invalid_parameter_handler... no unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for __fseterr... no unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for getdelim... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for __fsetlocking... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for tcgetattr... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for tcsetattr... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for getsubopt... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for gettimeofday... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for nanotime... no unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for mprotect... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for sleep... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for snprintf... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for strdup... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for strerror_r... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for __xpg_strerror_r... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for strndup... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for localtime_r... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for vasnprintf... no unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for ftruncate... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for getdtablesize... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for newlocale... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for lstat... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for pipe... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for setenv... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for catgets... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for symlink... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... no unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for complete errno.h... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for strerror_r... (cached) yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking whether strerror_r returns char *... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking whether frexp() can be used without linking with libm... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking whether alarm is declared... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking whether long double and double are the same... no unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking whether stdin defaults to large file offsets... yes unit-oai-hss-0: 10:44:17 DEBUG unit.oai-hss/0.install checking for pid_t... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for mode_t... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether fseeko is declared... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for fseeko... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether stat file-mode macros are broken... no unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for nlink_t... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether ftello is declared... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for ftello... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether ftello works... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... none required unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for gethostbyname... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... none required unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for getservbyname... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... none required unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for IPv4 sockets... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for IPv6 sockets... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether getdelim is declared... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking whether getline is declared... yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for getopt.h... (cached) yes unit-oai-hss-0: 10:44:18 DEBUG unit.oai-hss/0.install checking for getopt_long_only... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether getopt is POSIX compatible... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for working GNU getopt function... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for working GNU getopt_long function... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether getenv is declared... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether getpass is declared... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether flockfile is declared... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether funlockfile is declared... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for struct timeval... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for wide-enough struct timeval.tv_sec member... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether gettimeofday is declared without a macro... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... word 1 bit 20 unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... word 0 bit 23 unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether malloc, realloc, calloc are POSIX compliant... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for mmap... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether memchr works... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether memmem is declared... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... no unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether defines MIN and MAX... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for sigset_t... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for uid_t in sys/types.h... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether snprintf returns a byte count as in C99... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether snprintf is declared... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for stdbool.h that conforms to C99... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for _Bool... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for long long int... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking for unsigned long long int... yes unit-oai-hss-0: 10:44:19 DEBUG unit.oai-hss/0.install checking whether stdint.h conforms to C99... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strdup is declared... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strerror(0) succeeds... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for strerror_r with POSIX signature... no unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether __xpg_strerror_r works... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether ffsl is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether ffsll is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether memmem is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether mempcpy is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether memrchr is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether rawmemchr is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether stpcpy is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether stpncpy is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strchrnul is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strdup is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strncat is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strndup is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strnlen is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strpbrk is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strsep is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strcasestr is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strsignal is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strverscmp is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether ffs is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strcasecmp is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared without a macro... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strndup is declared... (cached) yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strnlen is declared... (cached) yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether strtok_r is declared... (cached) yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking whether imported symbols can be declared weak... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking pthread.h usability... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking pthread.h presence... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for pthread.h... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for pthread_kill in -lpthread... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for multithread API to use... posix unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for struct timespec in ... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for inttypes.h... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for stdint.h... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for intmax_t... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for strnlen... yes unit-oai-hss-0: 10:44:20 DEBUG unit.oai-hss/0.install checking for wcslen... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking for wcsnlen... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking for mbrtowc... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking for wcrtomb... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether _snprintf is declared... no unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports size specifiers as in C99... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports 'long double' arguments... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'double' arguments... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports infinite 'long double' arguments... no unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports the 'a' and 'A' directives... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports the 'F' directive... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports the 'n' directive... no unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports the 'ls' directive... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports the grouping flag... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports the left-adjust flag correctly... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports the zero flag correctly... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf supports large precisions... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether printf survives out-of-memory conditions... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking whether uses 'inline' correctly... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking for nl_langinfo and CODESET... yes unit-oai-hss-0: 10:44:21 DEBUG unit.oai-hss/0.install checking if environ is properly declared... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for working fcntl.h... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether ungetc works on arbitrary bytes... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether getcwd (NULL, 0) allocates memory for result... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for getcwd with POSIX signature... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether imaxabs is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether imaxdiv is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether strtoimax is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether strtoumax is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether the inttypes.h PRIxNN macros are broken... no unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for LC_MESSAGES... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether lstat correctly handles trailing slash... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for promoted mode_t type... mode_t unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether strerror_r is declared... (cached) yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether setenv is declared... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking search.h usability... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking search.h presence... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for search.h... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for tsearch... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for alloca as a compiler built-in... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for alphasort... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is defined... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is defined... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking byteswap.h usability... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking byteswap.h presence... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for byteswap.h... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for library containing clock_gettime... none required unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for clock_gettime... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for clock_settime... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking for closedir... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether alphasort is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether closedir is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether dirfd is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether fdopendir is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether opendir is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether readdir is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether rewinddir is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether scandir is declared without a macro... yes unit-oai-hss-0: 10:44:23 DEBUG unit.oai-hss/0.install checking whether // is distinct from /... (cached) no unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether dup2 works... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for error_at_line... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether conversion from 'int' to 'long double' works... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether frexp works... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether frexpl works... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for fseeko... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for ftello... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether ftello works... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether __func__ is available... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for library containing getaddrinfo... none required unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for getaddrinfo... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether gai_strerrorA is declared... no unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for gai_strerror with POSIX signature... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for struct sockaddr.sa_len... no unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for struct addrinfo... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for working getdelim function... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for getline... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for working getline function... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for getpass... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether gettimeofday clobbers localtime buffer... no unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for gettimeofday with POSIX signature... almost unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for library containing gethostbyname... (cached) none required unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for gethostbyname... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for iconv... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for working iconv... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for iconv declaration... unit-oai-hss-0: 10:44:24 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: 10:44:24 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: 10:44:24 DEBUG unit.oai-hss/0.install checking for library containing inet_ntop... (cached) none required unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether inet_ntop is declared... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking for library containing inet_pton... none required unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether inet_pton is declared... (cached) yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether the compiler generally respects inline... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether isnan(double) can be used without linking with libm... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether isnan(float) can be used without linking with libm... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether isnan(float) works... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether isnan(long double) can be used without linking with libm... yes unit-oai-hss-0: 10:44:24 DEBUG unit.oai-hss/0.install checking whether isnanl works... no unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'long double'... word 2 bit 0 unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking if gcc/ld supports -Wl,--output-def... no unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking if LD -Wl,--version-script works... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether lseek detects pipes... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking for stdlib.h... (cached) yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking for GNU libc compatible malloc... (cached) yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether NAN macro works... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether HUGE_VAL works... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether acosf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether acosl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether asinf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether asinl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether atanf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether atanl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether cbrt is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether cbrtf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether cbrtl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether ceilf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether ceill is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether copysign is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether copysignf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether copysignl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether cosf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether cosl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether coshf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether expf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether expl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether exp2 is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether exp2f is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether exp2l is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether expm1 is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether expm1f is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether expm1l is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether fabsf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether fabsl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether floorf is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether floorl is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether fma is declared without a macro... yes unit-oai-hss-0: 10:44:25 DEBUG unit.oai-hss/0.install checking whether fmaf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether fmal is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether fmod is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether fmodf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether fmodl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether frexpf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether frexpl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether hypotf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether hypotl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether ilogb is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether ilogbf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether ilogbl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether ldexpf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether logf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether logl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log10 is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log10f is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log10l is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log1p is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log1pf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log1pl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log2 is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log2f is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether log2l is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether logb is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether logbf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether logbl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether modf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether modff is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether modfl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether powf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether remainder is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether remainderf is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether remainderl is declared without a macro... yes unit-oai-hss-0: 10:44:26 DEBUG unit.oai-hss/0.install checking whether rint is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether rintf is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether rintl is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether round is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether roundf is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether roundl is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether sinf is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether sinl is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether sinhf is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether sqrtf is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether sqrtl is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether tanf is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether tanl is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether tanhf is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether trunc is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether truncf is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether truncl is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for memmem... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether memmem works... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for mempcpy... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether getaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether freeaddrinfo is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether gai_strerror is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether getnameinfo is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether is self-contained... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for opendir... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for pmccabe... false unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether frexp works... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether ldexp can be used without linking with libm... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether frexpl() can be used without linking with libm... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether frexpl works... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether frexpl is declared... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether ldexpl() can be used without linking with libm... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether ldexpl works... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether ldexpl is declared... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether program_invocation_name is declared... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether program_invocation_short_name is declared... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for rawmemchr... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for readdir... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for scandir... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether select supports a 0 argument... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether select detects invalid fds... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for library containing getservbyname... (cached) none required unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for getservbyname... (cached) yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for volatile sig_atomic_t... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking for sighandler_t... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether pthread_sigmask is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether sigaction is declared without a macro... yes unit-oai-hss-0: 10:44:27 DEBUG unit.oai-hss/0.install checking whether sigaddset is declared without a macro... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking whether sigdelset is declared without a macro... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking whether sigemptyset is declared without a macro... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking whether sigfillset is declared without a macro... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking whether sigismember is declared without a macro... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking whether sigpending is declared without a macro... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking whether sigprocmask is declared without a macro... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking for signbit macro... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking for signbit compiler built-ins... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking for SIZE_MAX... yes unit-oai-hss-0: 10:44:28 DEBUG unit.oai-hss/0.install checking whether sleep is declared... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking for working sleep... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking for library containing setsockopt... (cached) none needed unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking for socklen_t... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking for working stdalign.h... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking for va_copy... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether NULL can be used in arbitrary expressions... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether dprintf is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether fpurge is declared without a macro... no unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether fseeko is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether ftello is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether getdelim is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether getline is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether gets is declared without a macro... no unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether pclose is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether popen is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether renameat is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether snprintf is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether tmpfile is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether vdprintf is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether vsnprintf is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether _Exit is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether atoll is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether canonicalize_file_name is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether getloadavg is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether getsubopt is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether grantpt is declared without a macro... yes unit-oai-hss-0: 10:44:29 DEBUG unit.oai-hss/0.install checking whether initstate is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether initstate_r is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether mkdtemp is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether mkostemp is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether mkostemps is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether mkstemp is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether mkstemps is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether posix_openpt is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether ptsname is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether ptsname_r is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether random is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether random_r is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether realpath is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether rpmatch is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether secure_getenv is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether setenv is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether setstate is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether setstate_r is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether srandom is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether srandom_r is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether strtod is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether strtoll is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether strtoull is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether unlockpt is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether unsetenv is declared without a macro... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for strcasecmp... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for strncasecmp... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether strncasecmp is declared... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for strchrnul... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether strchrnul works... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for working strerror function... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for working strndup... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for working strnlen... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for strtok_r... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether strtok_r works... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for strverscmp... yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether pselect is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether select is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether is self-contained... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for shutdown... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether defines the SHUT_* macros... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for sa_family_t... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking for struct sockaddr_storage.ss_family... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether socket is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether connect is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether accept is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether bind is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether getpeername is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether getsockname is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether getsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:30 DEBUG unit.oai-hss/0.install checking whether listen is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether recv is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether send is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether recvfrom is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether sendto is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether setsockopt is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether shutdown is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether accept4 is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking for nlink_t... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether fchmodat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether fstat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether fstatat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether futimens is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether lchmod is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether lstat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether mkdirat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether mkfifo is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether mkfifoat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether mknod is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether mknodat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether stat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether utimensat is declared without a macro... (cached) yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether localtime_r is declared... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether localtime_r is compatible with its POSIX signature... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking for library containing timer_settime... -lrt unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking for timer_settime... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether chdir is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether chown is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether dup is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether dup2 is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether dup3 is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether environ is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether euidaccess is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether faccessat is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether fchdir is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether fchownat is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether fdatasync is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether fsync is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether ftruncate is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether getcwd is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether getdomainname is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether getdtablesize is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether getgroups is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether gethostname is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether getlogin is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether getlogin_r is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether getusershell is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether setusershell is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether endusershell is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether group_member is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether isatty is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether lchown is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether link is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether linkat is declared without a macro... yes unit-oai-hss-0: 10:44:31 DEBUG unit.oai-hss/0.install checking whether lseek is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether pipe is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether pipe2 is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether pread is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether pwrite is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether readlink is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether readlinkat is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether rmdir is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether sethostname is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether sleep is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether symlink is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether symlinkat is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether ttyname_r is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether unlink is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether unlinkat is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether usleep is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking for vasprintf... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking for ptrdiff_t... (cached) yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking for vsnprintf... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether snprintf respects a size of 1... (cached) yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether printf supports POSIX/XSI format strings with positions... (cached) yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether btowc is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wctob is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether mbsinit is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether mbrtowc is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether mbrlen is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether mbsrtowcs is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether mbsnrtowcs is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wcrtomb is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wcsrtombs is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wcsnrtombs is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wcwidth is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wmemchr is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wmemcmp is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wmemcpy is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wmemmove is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wmemset is declared without a macro... yes unit-oai-hss-0: 10:44:32 DEBUG unit.oai-hss/0.install checking whether wcslen is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsnlen is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcscpy is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcpcpy is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsncpy is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcpncpy is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcscat is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsncat is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcscmp is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsncmp is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcscasecmp is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsncasecmp is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcscoll is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsxfrm is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsdup is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcschr is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsrchr is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcscspn is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsspn is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcspbrk is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcsstr is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcstok is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether wcswidth is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking for stdint.h... (cached) yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking for a traditional french locale... none unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking for a turkish Unicode locale... none unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether fcntl is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether openat is declared without a macro... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether fdopen sets errno... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether getdtablesize works... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking for getpagesize... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether getpagesize is declared... (cached) yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether byte ordering is bigendian... (cached) no unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether INT32_MAX < INTMAX_MAX... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether INT64_MAX == LONG_MAX... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether UINT32_MAX < UINTMAX_MAX... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking whether UINT64_MAX == ULONG_MAX... yes unit-oai-hss-0: 10:44:33 DEBUG unit.oai-hss/0.install checking for ioctl... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for ioctl with POSIX signature... no unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'double'... (cached) word 1 bit 20 unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking where to find the exponent in a 'float'... (cached) word 0 bit 23 unit-oai-hss-0: 10:44:34 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: 10:44:34 DEBUG unit.oai-hss/0.install checking whether locale.h conforms to POSIX:2001... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether locale.h defines locale_t... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether struct lconv is properly defined... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether setlocale is declared without a macro... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether duplocale is declared without a macro... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for setlocale... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for uselocale... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for pthread_rwlock_t... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether open recognizes a trailing slash... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether perror matches strerror... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for putenv compatible with GNU and SVID... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether setenv validates arguments... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for a traditional french locale... (cached) none unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for a french Unicode locale... none unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for a traditional japanese locale... none unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for a transitional chinese locale... none unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on directories... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether stat handles trailing slashes on files... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for MAP_ANONYMOUS... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether symlink handles trailing slash correctly... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether declares ioctl... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether ioctl is declared without a macro... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for unsetenv... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for unsetenv() return type... int unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether unsetenv obeys POSIX... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for valgrind... no unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether self tests are run under valgrind... no unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether ln -s works... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking how to print strings... printf unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for fgrep... /bin/grep -F unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for ld used by gcc -std=gnu99... /usr/bin/ld unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking the maximum length of command line arguments... 1572864 unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether the shell understands some XSI constructs... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking whether the shell understands "+="... yes unit-oai-hss-0: 10:44:34 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: 10:44:34 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: 10:44:34 DEBUG unit.oai-hss/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for objdump... objdump unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking how to recognize dependent libraries... pass_all unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for dlltool... dlltool unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for archiver @FILE support... @ unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for strip... strip unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for ranlib... (cached) ranlib unit-oai-hss-0: 10:44:34 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: 10:44:34 DEBUG unit.oai-hss/0.install checking for sysroot... no unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for mt... mt unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking if mt is a manifest tool... no unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for dlfcn.h... yes unit-oai-hss-0: 10:44:34 DEBUG unit.oai-hss/0.install checking for objdir... .libs unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 static flag -static works... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes unit-oai-hss-0: 10:44:35 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: 10:44:35 DEBUG unit.oai-hss/0.install checking whether -lc should be explicitly linked in... no unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking whether stripping libraries is possible... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if libtool supports shared libraries... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking whether to build shared libraries... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking whether to build static libraries... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking how to run the C++ preprocessor... g++ -E unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for ld used by g++... /usr/bin/ld -m elf_x86_64 unit-oai-hss-0: 10:44:35 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: 10:44:35 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: 10:44:35 DEBUG unit.oai-hss/0.install checking for g++ option to produce PIC... -fPIC -DPIC unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if g++ PIC flag -fPIC -DPIC works... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if g++ static flag -static works... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking if g++ supports -c -o file.o... (cached) yes unit-oai-hss-0: 10:44:35 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: 10:44:35 DEBUG unit.oai-hss/0.install checking dynamic linker characteristics... (cached) GNU/Linux ld.so unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking how to hardcode library paths into programs... immediate unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for fork... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for getrusage... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for getpwuid_r... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for daemon... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for getpid... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for libpthread... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking how to link with libpthread... -lpthread unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking whether to build libdane... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for unbound library... no unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install *** libunbound was not found. Libdane will not be built. unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for P11_KIT... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for tss library... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for dirent.h that defines DIR... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for library containing opendir... none required unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for sys/mman.h... (cached) yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for sys/param.h... (cached) yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking sys/poll.h usability... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking sys/poll.h presence... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for sys/poll.h... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking sys/procset.h usability... no unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking sys/procset.h presence... no unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for sys/procset.h... no unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking sys/stropts.h usability... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking sys/stropts.h presence... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for sys/stropts.h... yes unit-oai-hss-0: 10:44:35 DEBUG unit.oai-hss/0.install checking for sys/time.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking sys/un.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking sys/un.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for sys/un.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for dlfcn.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking errno.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking errno.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for errno.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking fcntl.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking fcntl.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for fcntl.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking libgen.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking libgen.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for libgen.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking libintl.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking libintl.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for libintl.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for memory.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking setjmp.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking setjmp.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for setjmp.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for stdbool.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for sysexits.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for unistd.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking utime.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking utime.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for utime.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking stdarg.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking stdarg.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for stdarg.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for string.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking limits.h usability... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking limits.h presence... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for limits.h... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for inttypes.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for runetype.h... no unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for wchar.h... (cached) yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for wchar_t... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for wint_t... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for int8_t... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for uint8_t... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for int16_t... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for uint16_t... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for int32_t... yes unit-oai-hss-0: 10:44:36 DEBUG unit.oai-hss/0.install checking for uint32_t... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for intptr_t... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for uintptr_t... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for uint_t... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for pid_t... (cached) yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for size_t... (cached) yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking size of char*... 8 unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking size of int... (cached) 4 unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking size of long... (cached) 8 unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking size of short... 2 unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for pathfind in -lgen... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for gettext in -lintl... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for vprintf... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for _doprnt... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking vfork.h usability... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking vfork.h presence... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for vfork.h... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for fork... (cached) yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for vfork... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for working fork... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for working vfork... (cached) yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for mmap... (cached) yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for canonicalize_file_name... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for snprintf... (cached) yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for strchr... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for strrchr... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for strsignal... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for fchmod... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for fstat... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for chmod... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking for a sed that does not truncate output... (cached) /bin/sed unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install configure: Using supplied libopts tearoff unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether a reg expr header is specified... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether with-libregex was specified... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether with-libregex-cflags was specified... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether with-libregex-libs was specified... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether libregex functions properly... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether pathfind(3) works... no unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether /dev/zero is readable device... crw-rw-rw- 1 root root 1, 5 Sep 2 10:42 /dev/zero unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether we have a functional realpath(3C)... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether strftime() works... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether fopen accepts "b" mode... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether fopen accepts "t" mode... yes unit-oai-hss-0: 10:44:37 DEBUG unit.oai-hss/0.install checking whether not wanting optional option args... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for ssize_t... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking size of unsigned long int... 8 unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking size of unsigned int... 4 unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking whether to include zlib compression support... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for libz... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking how to link with libz... -lz unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking whether building Guile bindings... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install *** Detecting GNU Guile... unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for guile-snarf... no unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install configure: WARNING: `guile-snarf' from Guile 1.8 not found. Guile bindings not built. unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install *** Checking dependencies for crywrap... unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for arpa/inet.h... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for netinet/in.h... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for sys/types.h... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for sys/wait.h... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking return type of signal handlers... void unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for sys/select.h... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for sys/socket.h... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking types of arguments for select... int,fd_set *,struct timeval * unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for alarm... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for atexit... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for dup2... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for epoll_create... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for kqueue... no unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for memchr... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for memset... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for munmap... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for putenv... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for regcomp... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for scandir... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for select... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for socket... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for strcasecmp... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for strchr... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for strdup... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for strerror... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for strncasecmp... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for strrchr... (cached) yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for strstr... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for strtoul... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for uname... yes unit-oai-hss-0: 10:44:38 DEBUG unit.oai-hss/0.install checking for LIBIDN... yes unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install checking that generated files are newer than configure... done unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install configure: creating ./config.status unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating src/libopts/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating guile/pre-inst-guile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/openpgp/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/srp/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/credentials/x509/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/cyclo/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/doxygen/Doxyfile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/examples/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/latex/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/manpages/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/reference/version.xml unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating doc/scripts/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating extra/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating extra/includes/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating libdane/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating libdane/includes/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating libdane/gnutls-dane.pc unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating gl/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating gl/tests/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating guile/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating guile/modules/Makefile unit-oai-hss-0: 10:44:39 DEBUG unit.oai-hss/0.install config.status: creating guile/src/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating guile/tests/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/accelerated/x86/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/algorithms/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/auth/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/ext/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/extras/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/gnutls.pc unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/includes/gnutls/gnutls.h unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/minitasn1/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/nettle/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/opencdk/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/openpgp/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating lib/x509/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile.in unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating src/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating src/crywrap/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/cert-tests/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/dsa/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/dtls/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/srp/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/ecdsa/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/key-id/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/openpgp-certs/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs1-padding/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs12-decode/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/pkcs8-decode/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/rsa-md5-collision/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/safe-renegotiation/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/scripts/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/sha2/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/slow/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/suite/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating tests/userid/Makefile unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: creating config.h unit-oai-hss-0: 10:44:40 DEBUG unit.oai-hss/0.install config.status: executing depfiles commands unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install config.status: executing po-directories commands unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install config.status: creating po/POTFILES unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install config.status: creating po/Makefile unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install config.status: executing libtool commands unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install configure: summary of build options: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install version: 3.1.23 shared 49:3:21 unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Host/Target system: x86_64-unknown-linux-gnu unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Build system: x86_64-unknown-linux-gnu unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Install prefix: /usr unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Compiler: gcc -std=gnu99 unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install CFlags: -g -O2 unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Library types: Shared=yes, Static=yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install configure: External hardware support: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install /dev/crypto: no unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Hardware accel: x86-64 unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install PKCS#11 support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install TPM support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install configure: Optional features: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install (note that included applications might not compile properly unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install if features are disabled) unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install DTLS-SRTP support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install OCSP support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install OpenPGP support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install SRP support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install PSK support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install DHE support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install ECDHE support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install RSA-EXPORT support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Anon auth support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Heartbeat support: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install configure: Optional applications: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install crywrap app: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install local libopts: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install local libtasn1: no unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install configure: Optional libraries: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Guile wrappers: no unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install C++ library: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install DANE library: no unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install OpenSSL compat: yes unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install configure: System files: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Trust store pkcs: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Trust store file: /etc/ssl/certs/ca-certificates.crt unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install Blacklist file: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install CRL file: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install DNSSEC root key file: /etc/unbound/root.key unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install configure: WARNING: unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install *** The DNSSEC root key file in /etc/unbound/root.key was not found. unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install *** This file is needed for the verification of DNSSEC responses. unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install *** Use the command: unbound-anchor -a "/etc/unbound/root.key" unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install *** to generate or update it. unit-oai-hss-0: 10:44:41 DEBUG unit.oai-hss/0.install *** unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install Compiling gnutls unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install Making all in gl unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN alloca.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN arpa/inet.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN dirent.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN getopt.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN iconv.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN math.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN netdb.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN signal.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN stdio.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN stdlib.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN string.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN strings.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN sys/select.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN sys/socket.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN sys/stat.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN sys/time.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN sys/types.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN sys/uio.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN time.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN unistd.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN unistr.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN unitypes.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN wchar.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN c++defs.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN arg-nonnull.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN warn-on-use.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN fcntl.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN inttypes.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN locale.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN unused-parameter.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install GEN sys/ioctl.h unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `all-am'. unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install CC argp-ba.lo unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install CC argp-eexst.lo unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install CC argp-fmtstream.lo unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install CC argp-fs-xinl.lo unit-oai-hss-0: 10:44:42 DEBUG unit.oai-hss/0.install CC argp-help.lo unit-oai-hss-0: 10:44:43 DEBUG unit.oai-hss/0.install CC argp-parse.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC argp-pin.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC argp-pv.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC argp-pvh.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC argp-xinl.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC base64.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC c-ctype.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC c-strcasecmp.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC c-strncasecmp.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC dirname-lgpl.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC basename-lgpl.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC stripslash.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC fd-hook.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC gettime.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC hash-pjw-bare.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC math.lo unit-oai-hss-0: 10:44:44 DEBUG unit.oai-hss/0.install CC printf-frexp.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC printf-frexpl.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC progname.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC read-file.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC sockets.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC sys_socket.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC glthread/threadlib.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC timespec.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC u64.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC unistd.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC unistr/u8-mbtoucr.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC unistr/u8-uctomb-aux.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC version-etc.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC version-etc-fsf.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC xsize.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC asnprintf.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC fseterr.lo unit-oai-hss-0: 10:44:45 DEBUG unit.oai-hss/0.install CC getopt.lo unit-oai-hss-0: 10:44:46 DEBUG unit.oai-hss/0.install CC getopt1.lo unit-oai-hss-0: 10:44:46 DEBUG unit.oai-hss/0.install CC isnanl.lo unit-oai-hss-0: 10:44:46 DEBUG unit.oai-hss/0.install CC printf-args.lo unit-oai-hss-0: 10:44:46 DEBUG unit.oai-hss/0.install CC printf-parse.lo unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install CC vasnprintf.lo unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install CC vfprintf.lo unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install CC vprintf.lo unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install CCLD libgnu.la unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install Making all in lib unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:44:47 DEBUG unit.oai-hss/0.install CC common.lo unit-oai-hss-0: 10:44:48 DEBUG unit.oai-hss/0.install CC key_encode.lo unit-oai-hss-0: 10:44:48 DEBUG unit.oai-hss/0.install CC key_decode.lo unit-oai-hss-0: 10:44:48 DEBUG unit.oai-hss/0.install CC crl.lo unit-oai-hss-0: 10:44:49 DEBUG unit.oai-hss/0.install CC crl_write.lo unit-oai-hss-0: 10:44:49 DEBUG unit.oai-hss/0.install CC crq.lo unit-oai-hss-0: 10:44:50 DEBUG unit.oai-hss/0.install CC dn.lo unit-oai-hss-0: 10:44:50 DEBUG unit.oai-hss/0.install CC extensions.lo unit-oai-hss-0: 10:44:50 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 10:44:51 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 10:44:52 DEBUG unit.oai-hss/0.install CC pbkdf2-sha1.lo unit-oai-hss-0: 10:44:52 DEBUG unit.oai-hss/0.install CC pkcs12.lo unit-oai-hss-0: 10:44:52 DEBUG unit.oai-hss/0.install CC pkcs12_bag.lo unit-oai-hss-0: 10:44:53 DEBUG unit.oai-hss/0.install CC pkcs12_encr.lo unit-oai-hss-0: 10:44:53 DEBUG unit.oai-hss/0.install CC pkcs7.lo unit-oai-hss-0: 10:44:53 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 10:44:54 DEBUG unit.oai-hss/0.install CC privkey_pkcs8.lo unit-oai-hss-0: 10:44:54 DEBUG unit.oai-hss/0.install CC privkey_openssl.lo unit-oai-hss-0: 10:44:55 DEBUG unit.oai-hss/0.install CC rfc2818_hostname.lo unit-oai-hss-0: 10:44:55 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 10:44:55 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 10:44:55 DEBUG unit.oai-hss/0.install CC x509.lo unit-oai-hss-0: 10:44:56 DEBUG unit.oai-hss/0.install CC x509_dn.lo unit-oai-hss-0: 10:44:56 DEBUG unit.oai-hss/0.install CC x509_write.lo unit-oai-hss-0: 10:44:57 DEBUG unit.oai-hss/0.install CC verify-high.lo unit-oai-hss-0: 10:44:57 DEBUG unit.oai-hss/0.install CC verify-high2.lo unit-oai-hss-0: 10:44:57 DEBUG unit.oai-hss/0.install CC ocsp.lo unit-oai-hss-0: 10:44:58 DEBUG unit.oai-hss/0.install CC ocsp_output.lo unit-oai-hss-0: 10:44:58 DEBUG unit.oai-hss/0.install CCLD libgnutls_x509.la unit-oai-hss-0: 10:44:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:44:58 DEBUG unit.oai-hss/0.install Making all in accelerated unit-oai-hss-0: 10:44:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:44:58 DEBUG unit.oai-hss/0.install Making all in x86 unit-oai-hss-0: 10:44:58 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:44:58 DEBUG unit.oai-hss/0.install CC sha-padlock.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CC hmac-padlock.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CC aes-x86.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CC aes-padlock.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CC aes-gcm-padlock.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CC aes-gcm-x86.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CCAS appro-aes-x86-64.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CCAS appro-aes-gcm-x86-64.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CCAS padlock-x86-64.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CCAS cpuid-x86-64.lo unit-oai-hss-0: 10:44:59 DEBUG unit.oai-hss/0.install CCLD libx86.la unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install CC accelerated.lo unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install CC cryptodev.lo unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install CC cryptodev-gcm.lo unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install CCLD libaccelerated.la unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install Making all in auth unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install CC anon.lo unit-oai-hss-0: 10:45:00 DEBUG unit.oai-hss/0.install CC cert.lo unit-oai-hss-0: 10:45:01 DEBUG unit.oai-hss/0.install CC dh_common.lo unit-oai-hss-0: 10:45:01 DEBUG unit.oai-hss/0.install CC dhe.lo unit-oai-hss-0: 10:45:01 DEBUG unit.oai-hss/0.install CC dhe_psk.lo unit-oai-hss-0: 10:45:01 DEBUG unit.oai-hss/0.install CC psk.lo unit-oai-hss-0: 10:45:02 DEBUG unit.oai-hss/0.install CC psk_passwd.lo unit-oai-hss-0: 10:45:02 DEBUG unit.oai-hss/0.install CC rsa.lo unit-oai-hss-0: 10:45:02 DEBUG unit.oai-hss/0.install CC rsa_export.lo unit-oai-hss-0: 10:45:02 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 10:45:03 DEBUG unit.oai-hss/0.install CC srp_passwd.lo unit-oai-hss-0: 10:45:03 DEBUG unit.oai-hss/0.install CC srp_rsa.lo unit-oai-hss-0: 10:45:03 DEBUG unit.oai-hss/0.install CC srp_sb64.lo unit-oai-hss-0: 10:45:03 DEBUG unit.oai-hss/0.install CC anon_ecdh.lo unit-oai-hss-0: 10:45:03 DEBUG unit.oai-hss/0.install CC ecdhe.lo unit-oai-hss-0: 10:45:04 DEBUG unit.oai-hss/0.install CCLD libgnutls_auth.la unit-oai-hss-0: 10:45:04 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:45:04 DEBUG unit.oai-hss/0.install Making all in ext unit-oai-hss-0: 10:45:04 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:45:04 DEBUG unit.oai-hss/0.install CC max_record.lo unit-oai-hss-0: 10:45:04 DEBUG unit.oai-hss/0.install CC cert_type.lo unit-oai-hss-0: 10:45:04 DEBUG unit.oai-hss/0.install CC server_name.lo unit-oai-hss-0: 10:45:04 DEBUG unit.oai-hss/0.install CC signature.lo unit-abot-epc-basic-0: 10:45:05 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:45:05 DEBUG unit.oai-hss/0.install CC safe_renegotiation.lo unit-oai-hss-0: 10:45:05 DEBUG unit.oai-hss/0.install CC session_ticket.lo unit-oai-hss-0: 10:45:05 DEBUG unit.oai-hss/0.install CC srp.lo unit-oai-hss-0: 10:45:05 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 10:45:06 DEBUG unit.oai-hss/0.install CC heartbeat.lo unit-oai-hss-0: 10:45:06 DEBUG unit.oai-hss/0.install CC status_request.lo unit-oai-hss-0: 10:45:06 DEBUG unit.oai-hss/0.install CC new_record_padding.lo unit-oai-hss-0: 10:45:06 DEBUG unit.oai-hss/0.install CC srtp.lo unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install CCLD libgnutls_ext.la unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install Making all in algorithms unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install CC cert_types.lo unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install CC ciphers.lo unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install CC ciphersuites.lo unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install CC ecc.lo unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install CC kx.lo unit-oai-hss-0: 10:45:07 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install CC protocols.lo unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install CC publickey.lo unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install CC secparams.lo unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install CC sign.lo unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install CCLD libgnutls_alg.la unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install Making all in extras unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:45:08 DEBUG unit.oai-hss/0.install CC randomart.lo unit-oai-hss-0: 10:45:09 DEBUG unit.oai-hss/0.install CCLD libgnutls_extras.la unit-oai-hss-0: 10:45:09 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:45:09 DEBUG unit.oai-hss/0.install Making all in opencdk unit-oai-hss-0: 10:45:09 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:45:09 DEBUG unit.oai-hss/0.install CC armor.lo unit-oai-hss-0: 10:45:09 DEBUG unit.oai-hss/0.install CC kbnode.lo unit-oai-hss-0: 10:45:09 DEBUG unit.oai-hss/0.install CC sig-check.lo unit-oai-hss-0: 10:45:09 DEBUG unit.oai-hss/0.install CC hash.lo unit-oai-hss-0: 10:45:10 DEBUG unit.oai-hss/0.install CC keydb.lo unit-oai-hss-0: 10:45:10 DEBUG unit.oai-hss/0.install CC pubkey.lo unit-oai-hss-0: 10:45:11 DEBUG unit.oai-hss/0.install CC stream.lo unit-oai-hss-0: 10:45:11 DEBUG unit.oai-hss/0.install CC write-packet.lo unit-oai-hss-0: 10:45:12 DEBUG unit.oai-hss/0.install CC misc.lo unit-oai-hss-0: 10:45:12 DEBUG unit.oai-hss/0.install CC seskey.lo unit-oai-hss-0: 10:45:12 DEBUG unit.oai-hss/0.install CC literal.lo unit-oai-hss-0: 10:45:12 DEBUG unit.oai-hss/0.install CC new-packet.lo unit-oai-hss-0: 10:45:13 DEBUG unit.oai-hss/0.install CC read-packet.lo unit-oai-hss-0: 10:45:13 DEBUG unit.oai-hss/0.install CCLD libminiopencdk.la unit-oai-hss-0: 10:45:13 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:45:13 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 10:45:13 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:45:13 DEBUG unit.oai-hss/0.install CC pgp.lo unit-oai-hss-0: 10:45:14 DEBUG unit.oai-hss/0.install CC pgpverify.lo unit-oai-hss-0: 10:45:14 DEBUG unit.oai-hss/0.install CC extras.lo unit-oai-hss-0: 10:45:14 DEBUG unit.oai-hss/0.install CC compat.lo unit-oai-hss-0: 10:45:14 DEBUG unit.oai-hss/0.install CC privkey.lo unit-oai-hss-0: 10:45:15 DEBUG unit.oai-hss/0.install CC output.lo unit-oai-hss-0: 10:45:15 DEBUG unit.oai-hss/0.install CC gnutls_openpgp.lo unit-oai-hss-0: 10:45:15 DEBUG unit.oai-hss/0.install CCLD libgnutls_openpgp.la unit-oai-hss-0: 10:45:15 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:45:15 DEBUG unit.oai-hss/0.install Making all in nettle unit-oai-hss-0: 10:45:15 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:45:15 DEBUG unit.oai-hss/0.install CC pk.lo unit-oai-hss-0: 10:45:16 DEBUG unit.oai-hss/0.install CC mpi.lo unit-oai-hss-0: 10:45:16 DEBUG unit.oai-hss/0.install CC mac.lo unit-oai-hss-0: 10:45:16 DEBUG unit.oai-hss/0.install CC cipher.lo unit-oai-hss-0: 10:45:16 DEBUG unit.oai-hss/0.install CC rnd.lo unit-oai-hss-0: 10:45:16 DEBUG unit.oai-hss/0.install CC init.lo unit-oai-hss-0: 10:45:17 DEBUG unit.oai-hss/0.install CC egd.lo unit-oai-hss-0: 10:45:17 DEBUG unit.oai-hss/0.install CC multi.lo unit-oai-hss-0: 10:45:17 DEBUG unit.oai-hss/0.install CC wmnaf.lo unit-oai-hss-0: 10:45:17 DEBUG unit.oai-hss/0.install CC ecc_free.lo unit-oai-hss-0: 10:45:17 DEBUG unit.oai-hss/0.install CC ecc_make_key.lo unit-oai-hss-0: 10:45:17 DEBUG unit.oai-hss/0.install CC ecc_shared_secret.lo unit-oai-hss-0: 10:45:17 DEBUG unit.oai-hss/0.install CC ecc_map.lo unit-oai-hss-0: 10:45:18 DEBUG unit.oai-hss/0.install CC ecc_mulmod.lo unit-oai-hss-0: 10:45:18 DEBUG unit.oai-hss/0.install CC ecc_mulmod_cached.lo unit-oai-hss-0: 10:45:18 DEBUG unit.oai-hss/0.install CC ecc_points.lo unit-oai-hss-0: 10:45:18 DEBUG unit.oai-hss/0.install CC ecc_projective_dbl_point_3.lo unit-oai-hss-0: 10:45:18 DEBUG unit.oai-hss/0.install CC ecc_projective_isneutral.lo unit-oai-hss-0: 10:45:18 DEBUG unit.oai-hss/0.install CC ecc_projective_check_point.lo unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install CC ecc_projective_negate_point.lo unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install CC ecc_projective_add_point_ng.lo unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install CC ecc_sign_hash.lo unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install CC ecc_verify_hash.lo unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install CCLD libcrypto.la unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install CC gnutls_range.lo unit-oai-hss-0: 10:45:19 DEBUG unit.oai-hss/0.install CC gnutls_record.lo unit-oai-hss-0: 10:45:20 DEBUG unit.oai-hss/0.install CC gnutls_compress.lo unit-oai-hss-0: 10:45:20 DEBUG unit.oai-hss/0.install CC debug.lo unit-oai-hss-0: 10:45:20 DEBUG unit.oai-hss/0.install CC gnutls_cipher.lo unit-oai-hss-0: 10:45:21 DEBUG unit.oai-hss/0.install CC gnutls_mbuffers.lo unit-oai-hss-0: 10:45:21 DEBUG unit.oai-hss/0.install CC gnutls_buffers.lo unit-oai-hss-0: 10:45:21 DEBUG unit.oai-hss/0.install CC gnutls_handshake.lo unit-oai-hss-0: 10:45:23 DEBUG unit.oai-hss/0.install CC gnutls_num.lo unit-oai-hss-0: 10:45:23 DEBUG unit.oai-hss/0.install CC gnutls_errors.lo unit-oai-hss-0: 10:45:23 DEBUG unit.oai-hss/0.install CC gnutls_dh.lo unit-oai-hss-0: 10:45:23 DEBUG unit.oai-hss/0.install CC gnutls_kx.lo unit-oai-hss-0: 10:45:23 DEBUG unit.oai-hss/0.install CC gnutls_priority.lo unit-oai-hss-0: 10:45:24 DEBUG unit.oai-hss/0.install CC gnutls_hash_int.lo unit-oai-hss-0: 10:45:24 DEBUG unit.oai-hss/0.install CC gnutls_cipher_int.lo unit-oai-hss-0: 10:45:24 DEBUG unit.oai-hss/0.install CC gnutls_session.lo unit-oai-hss-0: 10:45:25 DEBUG unit.oai-hss/0.install CC gnutls_db.lo unit-oai-hss-0: 10:45:25 DEBUG unit.oai-hss/0.install CC x509_b64.lo unit-oai-hss-0: 10:45:25 DEBUG unit.oai-hss/0.install CC gnutls_extensions.lo unit-oai-hss-0: 10:45:25 DEBUG unit.oai-hss/0.install CC gnutls_auth.lo unit-oai-hss-0: 10:45:26 DEBUG unit.oai-hss/0.install CC gnutls_v2_compat.lo unit-oai-hss-0: 10:45:26 DEBUG unit.oai-hss/0.install CC gnutls_datum.lo unit-oai-hss-0: 10:45:26 DEBUG unit.oai-hss/0.install CC gnutls_session_pack.lo unit-oai-hss-0: 10:45:26 DEBUG unit.oai-hss/0.install CC gnutls_mpi.lo unit-oai-hss-0: 10:45:27 DEBUG unit.oai-hss/0.install CC gnutls_pk.lo unit-oai-hss-0: 10:45:27 DEBUG unit.oai-hss/0.install CC gnutls_cert.lo unit-oai-hss-0: 10:45:27 DEBUG unit.oai-hss/0.install CC gnutls_global.lo unit-oai-hss-0: 10:45:27 DEBUG unit.oai-hss/0.install CC gnutls_constate.lo unit-oai-hss-0: 10:45:28 DEBUG unit.oai-hss/0.install CC gnutls_anon_cred.lo unit-oai-hss-0: 10:45:28 DEBUG unit.oai-hss/0.install CC pkix_asn1_tab.lo unit-oai-hss-0: 10:45:28 DEBUG unit.oai-hss/0.install CC gnutls_asn1_tab.lo unit-oai-hss-0: 10:45:28 DEBUG unit.oai-hss/0.install CC gnutls_mem.lo unit-oai-hss-0: 10:45:28 DEBUG unit.oai-hss/0.install CC gnutls_ui.lo unit-oai-hss-0: 10:45:28 DEBUG unit.oai-hss/0.install CC gnutls_sig.lo unit-oai-hss-0: 10:45:29 DEBUG unit.oai-hss/0.install CC gnutls_ecc.lo unit-oai-hss-0: 10:45:29 DEBUG unit.oai-hss/0.install CC gnutls_dh_primes.lo unit-oai-hss-0: 10:45:29 DEBUG unit.oai-hss/0.install CC gnutls_alert.lo unit-oai-hss-0: 10:45:29 DEBUG unit.oai-hss/0.install CC system.lo unit-oai-hss-0: 10:45:29 DEBUG unit.oai-hss/0.install CC gnutls_str.lo unit-oai-hss-0: 10:45:30 DEBUG unit.oai-hss/0.install CC gnutls_state.lo unit-oai-hss-0: 10:45:30 DEBUG unit.oai-hss/0.install CC gnutls_x509.lo unit-oai-hss-0: 10:45:31 DEBUG unit.oai-hss/0.install CC gnutls_rsa_export.lo unit-oai-hss-0: 10:45:31 DEBUG unit.oai-hss/0.install CC gnutls_helper.lo unit-oai-hss-0: 10:45:31 DEBUG unit.oai-hss/0.install CC gnutls_supplemental.lo unit-oai-hss-0: 10:45:31 DEBUG unit.oai-hss/0.install CC random.lo unit-oai-hss-0: 10:45:32 DEBUG unit.oai-hss/0.install CC crypto-api.lo unit-oai-hss-0: 10:45:32 DEBUG unit.oai-hss/0.install CC gnutls_privkey.lo unit-oai-hss-0: 10:45:32 DEBUG unit.oai-hss/0.install CC gnutls_pcert.lo unit-oai-hss-0: 10:45:32 DEBUG unit.oai-hss/0.install CC gnutls_pubkey.lo unit-oai-hss-0: 10:45:33 DEBUG unit.oai-hss/0.install CC locks.lo unit-oai-hss-0: 10:45:33 DEBUG unit.oai-hss/0.install CC gnutls_dtls.lo unit-oai-hss-0: 10:45:33 DEBUG unit.oai-hss/0.install CC system_override.lo unit-oai-hss-0: 10:45:34 DEBUG unit.oai-hss/0.install CC crypto-backend.lo unit-oai-hss-0: 10:45:34 DEBUG unit.oai-hss/0.install CC verify-tofu.lo unit-oai-hss-0: 10:45:34 DEBUG unit.oai-hss/0.install CC pin.lo unit-oai-hss-0: 10:45:34 DEBUG unit.oai-hss/0.install CC tpm.lo unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install CC pkcs11.lo unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_add_provider': unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c:237:3: warning: 'p11_kit_load_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:86): Use p11_kit_module_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install if (p11_kit_load_initialize_module (name, &module) != CKR_OK) unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c:253:7: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (module); unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'initialize_automatic_p11_kit': unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c:466:3: warning: 'p11_kit_initialize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:61): Use p11_kit_modules_load instead [-Wdeprecated-declarations] unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_registered (); unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c:477:3: warning: 'p11_kit_registered_modules' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:67): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install modules = p11_kit_registered_modules (); unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c:480:7: warning: 'p11_kit_registered_module_to_name' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:73): Use p11_kit_module_get_name instead [-Wdeprecated-declarations] unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install name = p11_kit_registered_module_to_name (modules[i]); unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_reinit': unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c:565:11: warning: 'p11_kit_initialize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:80): Use module->C_Initialize instead [-Wdeprecated-declarations] unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install rv = p11_kit_initialize_module(providers[i].module); unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c: In function 'gnutls_pkcs11_deinit': unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c:599:9: warning: 'p11_kit_finalize_module' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:83): Use module->C_Finalize instead [-Wdeprecated-declarations] unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install p11_kit_finalize_module (providers[i].module); unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install pkcs11.c:604:5: warning: 'p11_kit_finalize_registered' is deprecated (declared at /usr/include/p11-kit-1/p11-kit/deprecated.h:64): Use p11_kit_modules_release instead [-Wdeprecated-declarations] unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install p11_kit_finalize_registered (); unit-oai-hss-0: 10:45:35 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:36 DEBUG unit.oai-hss/0.install CC pkcs11_privkey.lo unit-oai-hss-0: 10:45:36 DEBUG unit.oai-hss/0.install CC pkcs11_write.lo unit-oai-hss-0: 10:45:36 DEBUG unit.oai-hss/0.install CC pkcs11_secret.lo unit-oai-hss-0: 10:45:37 DEBUG unit.oai-hss/0.install CC gnutls_srp.lo unit-oai-hss-0: 10:45:37 DEBUG unit.oai-hss/0.install CC gnutls_psk.lo unit-oai-hss-0: 10:45:37 DEBUG unit.oai-hss/0.install CCLD libgnutls.la unit-oai-hss-0: 10:45:37 DEBUG unit.oai-hss/0.install copying selected object files to avoid basename conflicts... unit-oai-hss-0: 10:45:38 DEBUG unit.oai-hss/0.install CXX libgnutlsxx_la-gnutlsxx.lo unit-oai-hss-0: 10:45:38 DEBUG unit.oai-hss/0.install CXXLD libgnutlsxx.la unit-oai-hss-0: 10:45:38 DEBUG unit.oai-hss/0.install CC xssl.lo unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install CC xssl_getline.lo unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install CCLD libgnutls-xssl.la unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install Making all in extra unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install Making all in includes unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install CC gnutls_openssl.lo unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install CC openssl_compat.lo unit-oai-hss-0: 10:45:39 DEBUG unit.oai-hss/0.install CCLD libgnutls-openssl.la unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install Making all in po unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install Making all in src unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install Making all in crywrap unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install CC crywrap.o unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_do_one': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install crywrap.c:867:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)insock, unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install crywrap.c:868:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)outsock); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install crywrap.c: In function '_crywrap_setup_pidfile': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install crywrap.c:819:10: warning: ignoring return value of 'fchown', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fchown (pidfilefd, config->uid, (gid_t)-1); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install crywrap.c:823:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install write (pidfilefd, mypid, strlen (mypid)); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install CCLD crywrap unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install Making all in libopts unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install CC libopts_la-libopts.lo unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:24:0: unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install enum.c: In function 'enum_err': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install enum.c:112:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, ENUM_ERR_LINE, *(paz_names++)); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install enum.c:135:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install sprintf(zFmt, ENUM_ERR_WIDTH, (int)max_len); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install enum.c:148:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_SPACE_FMT, *(paz_names++)); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install enum.c:155:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(option_usage_fp, NLSTR_FMT, *paz_names); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install enum.c: In function 'optionEnumerationVal': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install enum.c:307:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(INVALID_FMT, ix); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:27:0: unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install find.c: In function 'opt_ambiguities': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install find.c:114:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_Name); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install find.c:119:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(stderr, zambig_file, hyph, pOD->pz_DisableName); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install find.c: In function 'opt_set': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install find.c:219:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pOD->pzText); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install find.c: In function 'opt_find_short': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install find.c:432:21: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(stderr, SET_OFF_FMT, pRes->pzText); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:30:0: unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'optionParseShell': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:147:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:157:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:166:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:178:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LOPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:184:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(OPT_ARG_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:195:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(SHOW_PROG_ENV, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_var_text': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:230:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(SET_TEXT_FMT, prog, var); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_usage': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:373:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install strftime(tm_nm_buf, AO_NAME_SIZE, TIME_FMT, ptm ); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:381:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(SHELL_MAGIC, shell_prog); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:383:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(PREAMBLE_FMT, START_MARK, out_nm, tm_nm_buf); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:386:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(END_PRE_FMT, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_wrapup': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:436:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(FINISH_LOOP, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_action': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:532:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, VER_STR); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:535:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(PAGE_USAGE_TEXT, opts->pzPROGNAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:538:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_LOAD_WARN); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:539:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:544:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SAVE_OPTS); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:545:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:547:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(ECHO_N_EXIT, opts->pzPROGNAME, LONG_USE_STR); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:551:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(SGL_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:555:24: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install od->pz_NAME, od->optMaxCt); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:557:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(MULTI_ARG_FMT, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:564:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:565:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:568:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(SET_MULTI_ARG, opts->pzPROGNAME, od->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:569:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, OK_NEED_OPT_ARG); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:572:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, YES_NEED_OPT_ARG); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_inaction': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:582:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_SUPPRESS_LOAD); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:586:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:589:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install od->pz_NAME, od->pz_DisablePfx); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:591:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(LVL3_CMD, NO_ARG_NEEDED); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_flag': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:614:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(zOptionFlag, od->optValue); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c: In function 'emit_match_expr': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:689:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(zOptionPartName, name_bf); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install makeshell.c:699:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(zOptionFullName, name); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:31:0: unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install nested.c: In function 'emit_special_char': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install nested.c:903:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, XML_HEX_BYTE_FMT, (ch & 0xFF)); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:33:0: unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pgusage.c: In function 'open_tmp_usage': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install snprintf(bf, bfsz, TMP_FILE_FMT, tmpdir, my_pid); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pgusage.c:49:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pgusage.c: In function 'mk_pager_cmd': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install snprintf(res, bfsz, PAGE_USAGE_FMT, pager, fname); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pgusage.c:90:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:34:0: unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionQuoteString': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:190:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install sprintf(out, MK_STR_OCT_FMT, ch); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_enumeration': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:277:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:283:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(QUOT_ARG_FMT, pOD->optArg.argString); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:288:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_membership': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:298:12: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install (int)(uintptr_t)(pOD->optCookie)); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:315:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(SHOW_VAL_FMT, (unsigned long)val); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'print_stacked_arg': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:330:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(zOptCookieCt, pOpts->pzPROGNAME, pOD->pz_NAME, ct); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:334:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:337:16: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pAL->useCt - ct); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c: In function 'optionPutShell': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:375:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(zOptCtFmt, pOpts->curOptIdx-1); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:403:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(zEquivMode, pOpts->pzPROGNAME, pOD->pz_NAME, p->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:442:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ? pOD->pz_DisablePfx : "false"); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:452:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install (int)pOD->optArg.argInt); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:472:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install (pOD->optArg.argBool == 0) ? "false" : "true"); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:484:20: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install pOD->optOccCt); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:491:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(OPT_VAL_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install putshell.c:493:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install printf(OPT_END_FMT, pOpts->pzPROGNAME, pOD->pz_NAME); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:37:0: unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c: In function 'prt_value': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:351:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, NULL_ATR_FMT, ovp->pzName); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:366:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, TYPE_ATR_FMT, ovp->pzName, typ); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:386:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, ovp->pzName); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:392:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, NUMB_ATR_FMT, ovp->pzName, ovp->v.longVal); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:397:17: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ovp->v.boolVal ? "true" : "false"); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c: In function 'prt_string': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:411:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_XML_FMT, name); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:439:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, END_XML_FMT, name); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c: In function 'prt_val_list': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:459:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, OPEN_CLOSE_FMT, name); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:463:5: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, name); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c: In function 'prt_nested': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:503:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, NESTED_OPT_FMT, p->pz_Name); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c: In function 'open_sv_file': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install save.c:556:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, zPresetFile, time_str); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install In file included from libopts.c:44:0: unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install usage.c: In function 'print_usage_details': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install usage.c:352:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install usage.c:357:13: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install sprintf(line_fmt_buf, zFmtFmt, flen); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install usage.c: In function 'print_one_paragraph': unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install usage.c:437:9: warning: embedded '\0' in format [-Wformat-contains-nul] unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install fprintf(fp, PUTS_FMT, t); unit-oai-hss-0: 10:45:40 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install CCLD libopts.la unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install CC libcmd_srp_la-srptool-args.lo unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install CCLD libcmd-srp.la unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install CC libcmd_psk_la-psk-args.lo unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install CCLD libcmd-psk.la unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install CC libcmd_ocsp_la-ocsptool-args.lo unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install CCLD libcmd-ocsp.la unit-oai-hss-0: 10:45:43 DEBUG unit.oai-hss/0.install CC libcmd_serv_la-serv-args.lo unit-oai-hss-0: 10:45:44 DEBUG unit.oai-hss/0.install CCLD libcmd-serv.la unit-oai-hss-0: 10:45:44 DEBUG unit.oai-hss/0.install CC libcmd_cli_la-cli-args.lo unit-oai-hss-0: 10:45:44 DEBUG unit.oai-hss/0.install CCLD libcmd-cli.la unit-oai-hss-0: 10:45:44 DEBUG unit.oai-hss/0.install CC libcmd_cli_debug_la-cli-debug-args.lo unit-oai-hss-0: 10:45:44 DEBUG unit.oai-hss/0.install CCLD libcmd-cli-debug.la unit-oai-hss-0: 10:45:44 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-args.lo unit-oai-hss-0: 10:45:44 DEBUG unit.oai-hss/0.install CC libcmd_certtool_la-certtool-cfg.lo unit-oai-hss-0: 10:45:45 DEBUG unit.oai-hss/0.install CCLD libcmd-certtool.la unit-oai-hss-0: 10:45:45 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-danetool-args.lo unit-oai-hss-0: 10:45:45 DEBUG unit.oai-hss/0.install CC libcmd_danetool_la-certtool-cfg.lo unit-oai-hss-0: 10:45:46 DEBUG unit.oai-hss/0.install CCLD libcmd-danetool.la unit-oai-hss-0: 10:45:46 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-p11tool-args.lo unit-oai-hss-0: 10:45:46 DEBUG unit.oai-hss/0.install CC libcmd_p11tool_la-certtool-cfg.lo unit-oai-hss-0: 10:45:47 DEBUG unit.oai-hss/0.install CCLD libcmd-p11tool.la unit-oai-hss-0: 10:45:47 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-tpmtool-args.lo unit-oai-hss-0: 10:45:47 DEBUG unit.oai-hss/0.install CC libcmd_tpmtool_la-certtool-cfg.lo unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install CCLD libcmd-tpmtool.la unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install CC psk.o unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install CCLD psktool unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install CC cli-debug.o unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install cli-debug.c: In function 'main': unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install cli-debug.c:286:40: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install gnutls_transport_set_ptr (state, (gnutls_transport_ptr_t) unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install CC tests.o unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install CC socket.o unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install CC common.o unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install common.c: In function 'token_callback': unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install common.c:1071:9: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install fgets (buf, sizeof (buf), stdin); unit-oai-hss-0: 10:45:48 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install CCLD gnutls-cli-debug unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install CC certtool.o unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install CC certtool-common.o unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install certtool-common.c: In function 'print_head': unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install certtool-common.c:660:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[%u] =", txt, size); unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install certtool-common.c:662:17: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install asprintf(&ntxt, "const unsigned char %s[] =\n", txt); unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install CC certtool-extras.o unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install CCLD certtool unit-oai-hss-0: 10:45:49 DEBUG unit.oai-hss/0.install CC srptool.o unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install CCLD srptool unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install CC ocsptool.o unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install CC ocsptool-common.o unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install CCLD ocsptool unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install CC serv.o unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install CC udp-serv.o unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install CCLD gnutls-serv unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install CC cli.o unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install cli.c: In function 'psk_callback': unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install cli.c:1339:15: warning: ignoring return value of 'getline', declared with attribute warn_unused_result [-Wunused-result] unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install getline (&tmp, &n, stdin); unit-oai-hss-0: 10:45:50 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CC benchmark-cipher.o unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CC benchmark.o unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CC benchmark-tls.o unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CCLD gnutls-cli unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CC danetool.o unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CCLD danetool unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CC tpmtool.o unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CCLD tpmtool unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CC p11tool.o unit-oai-hss-0: 10:45:51 DEBUG unit.oai-hss/0.install CC pkcs11.o unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CCLD p11tool unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install Making all in doc unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install make all-recursive unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install Making all in examples unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC ex-alert.lo unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC ex-pkcs12.lo unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC ex-session-info.lo unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC ex-x509-info.lo unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC ex-verify.lo unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC tcp.lo unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC udp.lo unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC ex-pkcs11-list.lo unit-oai-hss-0: 10:45:52 DEBUG unit.oai-hss/0.install CC verify.lo unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CC ex-verify-ssh.lo unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CCLD libexamples.la unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CC ex-client-resume.o unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CCLD ex-client-resume unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CC ex-client-dtls.o unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CCLD ex-client-dtls unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CC ex-cert-select.o unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CCLD ex-cert-select unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CC ex-client-x509.o unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CCLD ex-client-x509 unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CC ex-serv-dtls.o unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CCLD ex-serv-dtls unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CC ex-client-xssl1.o unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install ex-client-xssl1.c: In function 'main': unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install ex-client-xssl1.c:42:26: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl1 unit-oai-hss-0: 10:45:53 DEBUG unit.oai-hss/0.install CC ex-client-xssl2.o unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install ex-client-xssl2.c: In function 'main': unit-oai-hss-0: 10:45:54 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: 10:45:54 DEBUG unit.oai-hss/0.install (gnutls_transport_ptr_t)fd, unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install ^ unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CCLD ex-client-xssl2 unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CC print-ciphersuites.o unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CCLD print-ciphersuites unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CXX ex-cxx.o unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CXXLD ex-cxx unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CC ex-client-anon.o unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CCLD ex-client-anon unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CC ex-serv-anon.o unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CCLD ex-serv-anon unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CC ex-serv-pgp.o unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CCLD ex-serv-pgp unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CC ex-cert-select-pkcs11.o unit-oai-hss-0: 10:45:54 DEBUG unit.oai-hss/0.install CCLD ex-cert-select-pkcs11 unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CC ex-client-psk.o unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CCLD ex-client-psk unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CC ex-serv-psk.o unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CCLD ex-serv-psk unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CC ex-client-srp.o unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CCLD ex-client-srp unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CC ex-serv-srp.o unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CCLD ex-serv-srp unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CC ex-ocsp-client.o unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CCLD ex-ocsp-client unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in cyclo unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in manpages unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in credentials unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in openpgp unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in x509 unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `all-am'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in latex unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `all-am'. unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in tests unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install Making all in . unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CC utils.lo unit-oai-hss-0: 10:45:55 DEBUG unit.oai-hss/0.install CCLD libutils.la unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in rsa-md5-collision unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in pkcs1-padding unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in pkcs8-decode unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in pkcs12-decode unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in userid unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in cert-tests unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in key-id unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in sha2 unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in safe-renegotiation unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in dsa unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in scripts unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in ecdsa unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in slow unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in dtls unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in srp unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making all in openpgp-certs unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `all'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `all-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in gl unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[6]: Entering directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[6]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[6]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl/tests' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/gl' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in lib unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 10:45:56 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: 10:45:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/gnutls.h '/usr/include/gnutls' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/includes' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/x509' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in accelerated unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in x86 unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated/x86' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/accelerated' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in auth unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/auth' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in ext unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/ext' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in algorithms unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/algorithms' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in extras unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/extras' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in opencdk unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/opencdk' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/openpgp' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install Making install in nettle unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib/nettle' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls.la libgnutlsxx.la libgnutls-xssl.la '/usr/lib' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.so.28.21.3 /usr/lib/libgnutls.so.28.21.3 unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so.28 || { rm -f libgnutls.so.28 && ln -s libgnutls.so.28.21.3 libgnutls.so.28; }; }) unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls.so.28.21.3 libgnutls.so || { rm -f libgnutls.so && ln -s libgnutls.so.28.21.3 libgnutls.so; }; }) unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.lai /usr/lib/libgnutls.la unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutlsxx.la' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CXX --mode=relink g++ -I./includes -I./includes -g -O2 -no-undefined -version-info 29:0:1 -o libgnutlsxx.la -rpath /usr/lib libgnutlsxx_la-gnutlsxx.lo libgnutls.la ) unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.so.28.1.0T /usr/lib/libgnutlsxx.so.28.1.0 unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so.28 || { rm -f libgnutlsxx.so.28 && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so.28; }; }) unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutlsxx.so.28.1.0 libgnutlsxx.so || { rm -f libgnutlsxx.so && ln -s libgnutlsxx.so.28.1.0 libgnutlsxx.so; }; }) unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.lai /usr/lib/libgnutlsxx.la unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-xssl.la' unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /tmp/gnutls-3.1.23/lib; /bin/bash /tmp/gnutls-3.1.23/libtool --silent --tag CC --mode=relink gcc -std=gnu99 -g -O2 -no-undefined -version-info 0:0:0 -o libgnutls-xssl.la -rpath /usr/lib xssl.lo xssl_getline.lo ../gl/libgnu.la libgnutls.la ) unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.so.0.0.0T /usr/lib/libgnutls-xssl.so.0.0.0 unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0 || { rm -f libgnutls-xssl.so.0 && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so.0; }; }) unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: (cd /usr/lib && { ln -s -f libgnutls-xssl.so.0.0.0 libgnutls-xssl.so || { rm -f libgnutls-xssl.so && ln -s libgnutls-xssl.so.0.0.0 libgnutls-xssl.so; }; }) unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls-xssl.lai /usr/lib/libgnutls-xssl.la unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutls.a /usr/lib/libgnutls.a unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls.a unit-oai-hss-0: 10:45:56 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls.a unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/libgnutlsxx.a /usr/lib/libgnutlsxx.a unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutlsxx.a unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutlsxx.a unit-oai-hss-0: 10:45:57 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: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-xssl.a unit-oai-hss-0: 10:45:57 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: 10:45:57 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib/pkgconfig' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls.pc '/usr/lib/pkgconfig' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/lib' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in extra unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in includes unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/include/gnutls' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls/openssl.h '/usr/include/gnutls' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra/includes' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/lib' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/bash ../libtool --mode=install /usr/bin/install -c libgnutls-openssl.la '/usr/lib' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: warning: relinking `libgnutls-openssl.la' unit-oai-hss-0: 10:45:57 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: 10:45:57 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: 10:45:57 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: 10:45:57 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: 10:45:57 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: 10:45:57 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: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: chmod 644 /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: ranlib /usr/lib/libgnutls-openssl.a unit-oai-hss-0: 10:45:57 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: 10:45:57 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Libraries have been installed in: unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/lib unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install If you ever happen to want to link against installed libraries unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install flag during linking and do at least one of the following: unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install during execution unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install during linking unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install See any operating system documentation about shared libraries for unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install ---------------------------------------------------------------------- unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/extra' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in po unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing en@boldquot.gmo as /usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing en@quot.gmo as /usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing cs.gmo as /usr/share/locale/cs/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing de.gmo as /usr/share/locale/de/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing eo.gmo as /usr/share/locale/eo/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing fi.gmo as /usr/share/locale/fi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing fr.gmo as /usr/share/locale/fr/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing it.gmo as /usr/share/locale/it/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing ms.gmo as /usr/share/locale/ms/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing nl.gmo as /usr/share/locale/nl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing pl.gmo as /usr/share/locale/pl/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing sv.gmo as /usr/share/locale/sv/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing uk.gmo as /usr/share/locale/uk/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing vi.gmo as /usr/share/locale/vi/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install installing zh_CN.gmo as /usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install if test "gnutls" = "gettext-tools"; then \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p /usr/share/gettext/po; \ unit-oai-hss-0: 10:45:57 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: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 ./$file \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/share/gettext/po/$file; \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install for file in Makevars; do \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install rm -f /usr/share/gettext/po/$file; \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install done; \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install else \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install : ; \ unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install fi unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/po' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in src unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in crywrap unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c crywrap '/usr/bin' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/crywrap /usr/bin/crywrap unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/crywrap' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in libopts unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src/libopts' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/bin' unit-oai-hss-0: 10:45:57 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: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/psktool /usr/bin/psktool unit-oai-hss-0: 10:45:57 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: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/certtool /usr/bin/certtool unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/srptool /usr/bin/srptool unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/ocsptool /usr/bin/ocsptool unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-serv /usr/bin/gnutls-serv unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/gnutls-cli /usr/bin/gnutls-cli unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/danetool /usr/bin/danetool unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/tpmtool /usr/bin/tpmtool unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install libtool: install: /usr/bin/install -c .libs/p11tool /usr/bin/p11tool unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/src' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in doc unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make install-recursive unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in examples unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/examples' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in cyclo unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/cyclo' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/scripts' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in manpages unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man1' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls-cli.1 gnutls-cli-debug.1 gnutls-serv.1 certtool.1 psktool.1 p11tool.1 ocsptool.1 tpmtool.1 srptool.1 '/usr/share/man/man1' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_alert_get.3 gnutls_alert_get_name.3 gnutls_alert_get_strname.3 gnutls_alert_send.3 gnutls_alert_send_appropriate.3 gnutls_anon_allocate_client_credentials.3 gnutls_anon_allocate_server_credentials.3 gnutls_anon_free_client_credentials.3 gnutls_anon_free_server_credentials.3 gnutls_anon_set_params_function.3 gnutls_anon_set_server_dh_params.3 gnutls_anon_set_server_params_function.3 gnutls_auth_client_get_type.3 gnutls_auth_get_type.3 gnutls_auth_server_get_type.3 gnutls_bye.3 gnutls_certificate_activation_time_peers.3 gnutls_certificate_allocate_credentials.3 gnutls_certificate_client_get_request_status.3 gnutls_certificate_expiration_time_peers.3 gnutls_certificate_free_ca_names.3 gnutls_certificate_free_cas.3 gnutls_certificate_free_credentials.3 gnutls_certificate_free_crls.3 gnutls_certificate_free_keys.3 gnutls_certificate_get_issuer.3 gnutls_certificate_get_ours.3 gnutls_certificate_get_peers.3 gnutls_certificate_get_peers_subkey_id.3 gnutls_certificate_send_x509_rdn_sequence.3 gnutls_certificate_server_set_request.3 gnutls_certificate_set_dh_params.3 gnutls_certificate_set_key.3 gnutls_certificate_set_ocsp_status_request_file.3 gnutls_certificate_set_ocsp_status_request_function.3 gnutls_certificate_set_openpgp_key.3 gnutls_certificate_set_openpgp_key_file.3 gnutls_certificate_set_openpgp_key_file2.3 gnutls_certificate_set_openpgp_key_mem.3 gnutls_certificate_set_openpgp_key_mem2.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_certificate_set_openpgp_keyring_file.3 gnutls_certificate_set_openpgp_keyring_mem.3 gnutls_certificate_set_params_function.3 gnutls_certificate_set_pin_function.3 gnutls_certificate_set_retrieve_function.3 gnutls_certificate_set_retrieve_function2.3 gnutls_certificate_set_rsa_export_params.3 gnutls_certificate_set_verify_flags.3 gnutls_certificate_set_verify_function.3 gnutls_certificate_set_verify_limits.3 gnutls_certificate_set_x509_crl.3 gnutls_certificate_set_x509_crl_file.3 gnutls_certificate_set_x509_crl_mem.3 gnutls_certificate_set_x509_key.3 gnutls_certificate_set_x509_key_file.3 gnutls_certificate_set_x509_key_file2.3 gnutls_certificate_set_x509_key_mem.3 gnutls_certificate_set_x509_key_mem2.3 gnutls_certificate_set_x509_simple_pkcs12_file.3 gnutls_certificate_set_x509_simple_pkcs12_mem.3 gnutls_certificate_set_x509_system_trust.3 gnutls_certificate_set_x509_trust.3 gnutls_certificate_set_x509_trust_file.3 gnutls_certificate_set_x509_trust_mem.3 gnutls_certificate_type_get.3 gnutls_certificate_type_get_id.3 gnutls_certificate_type_get_name.3 gnutls_certificate_type_list.3 gnutls_certificate_type_set_priority.3 gnutls_certificate_verification_status_print.3 gnutls_certificate_verify_peers2.3 gnutls_certificate_verify_peers3.3 gnutls_check_version.3 gnutls_cipher_add_auth.3 gnutls_cipher_decrypt.3 gnutls_cipher_decrypt2.3 gnutls_cipher_deinit.3 gnutls_cipher_encrypt.3 gnutls_cipher_encrypt2.3 gnutls_cipher_get.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_cipher_get_block_size.3 gnutls_cipher_get_id.3 gnutls_cipher_get_key_size.3 gnutls_cipher_get_name.3 gnutls_cipher_init.3 gnutls_cipher_list.3 gnutls_cipher_set_iv.3 gnutls_cipher_set_priority.3 gnutls_cipher_suite_get_name.3 gnutls_cipher_suite_info.3 gnutls_cipher_tag.3 gnutls_compression_get.3 gnutls_compression_get_id.3 gnutls_compression_get_name.3 gnutls_compression_list.3 gnutls_compression_set_priority.3 gnutls_credentials_clear.3 gnutls_credentials_set.3 gnutls_db_check_entry.3 gnutls_db_check_entry_time.3 gnutls_db_get_ptr.3 gnutls_db_remove_session.3 gnutls_db_set_cache_expiration.3 gnutls_db_set_ptr.3 gnutls_db_set_remove_function.3 gnutls_db_set_retrieve_function.3 gnutls_db_set_store_function.3 gnutls_deinit.3 gnutls_dh_get_group.3 gnutls_dh_get_peers_public_bits.3 gnutls_dh_get_prime_bits.3 gnutls_dh_get_pubkey.3 gnutls_dh_get_secret_bits.3 gnutls_dh_params_cpy.3 gnutls_dh_params_deinit.3 gnutls_dh_params_export2_pkcs3.3 gnutls_dh_params_export_pkcs3.3 gnutls_dh_params_export_raw.3 gnutls_dh_params_generate2.3 gnutls_dh_params_import_pkcs3.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_dh_params_import_raw.3 gnutls_dh_params_init.3 gnutls_dh_set_prime_bits.3 gnutls_dtls_cookie_send.3 gnutls_dtls_cookie_verify.3 gnutls_dtls_get_data_mtu.3 gnutls_dtls_get_mtu.3 gnutls_dtls_get_timeout.3 gnutls_dtls_prestate_set.3 gnutls_dtls_set_data_mtu.3 gnutls_dtls_set_mtu.3 gnutls_dtls_set_timeouts.3 gnutls_ecc_curve_get.3 gnutls_ecc_curve_get_name.3 gnutls_ecc_curve_get_size.3 gnutls_ecc_curve_list.3 gnutls_error_is_fatal.3 gnutls_error_to_alert.3 gnutls_fingerprint.3 gnutls_global_deinit.3 gnutls_global_init.3 gnutls_global_set_audit_log_function.3 gnutls_global_set_log_function.3 gnutls_global_set_log_level.3 gnutls_global_set_mem_functions.3 gnutls_global_set_mutex.3 gnutls_global_set_time_function.3 gnutls_handshake.3 gnutls_handshake_get_last_in.3 gnutls_handshake_get_last_out.3 gnutls_handshake_set_max_packet_length.3 gnutls_handshake_set_post_client_hello_function.3 gnutls_handshake_set_private_extensions.3 gnutls_handshake_set_random.3 gnutls_handshake_set_timeout.3 gnutls_hash.3 gnutls_hash_deinit.3 gnutls_hash_fast.3 gnutls_hash_get_len.3 gnutls_hash_init.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_hash_output.3 gnutls_heartbeat_allowed.3 gnutls_heartbeat_enable.3 gnutls_heartbeat_get_timeout.3 gnutls_heartbeat_ping.3 gnutls_heartbeat_pong.3 gnutls_heartbeat_set_timeouts.3 gnutls_hex2bin.3 gnutls_hex_decode.3 gnutls_hex_encode.3 gnutls_hmac.3 gnutls_hmac_deinit.3 gnutls_hmac_fast.3 gnutls_hmac_get_len.3 gnutls_hmac_init.3 gnutls_hmac_output.3 gnutls_init.3 gnutls_key_generate.3 gnutls_kx_get.3 gnutls_kx_get_id.3 gnutls_kx_get_name.3 gnutls_kx_list.3 gnutls_kx_set_priority.3 gnutls_load_file.3 gnutls_mac_get.3 gnutls_mac_get_id.3 gnutls_mac_get_key_size.3 gnutls_mac_get_name.3 gnutls_mac_list.3 gnutls_mac_set_priority.3 gnutls_ocsp_req_add_cert.3 gnutls_ocsp_req_add_cert_id.3 gnutls_ocsp_req_deinit.3 gnutls_ocsp_req_export.3 gnutls_ocsp_req_get_cert_id.3 gnutls_ocsp_req_get_extension.3 gnutls_ocsp_req_get_nonce.3 gnutls_ocsp_req_get_version.3 gnutls_ocsp_req_import.3 gnutls_ocsp_req_init.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_ocsp_req_print.3 gnutls_ocsp_req_randomize_nonce.3 gnutls_ocsp_req_set_extension.3 gnutls_ocsp_req_set_nonce.3 gnutls_ocsp_resp_check_crt.3 gnutls_ocsp_resp_deinit.3 gnutls_ocsp_resp_export.3 gnutls_ocsp_resp_get_certs.3 gnutls_ocsp_resp_get_extension.3 gnutls_ocsp_resp_get_nonce.3 gnutls_ocsp_resp_get_produced.3 gnutls_ocsp_resp_get_responder.3 gnutls_ocsp_resp_get_response.3 gnutls_ocsp_resp_get_signature.3 gnutls_ocsp_resp_get_signature_algorithm.3 gnutls_ocsp_resp_get_single.3 gnutls_ocsp_resp_get_status.3 gnutls_ocsp_resp_get_version.3 gnutls_ocsp_resp_import.3 gnutls_ocsp_resp_init.3 gnutls_ocsp_resp_print.3 gnutls_ocsp_resp_verify.3 gnutls_ocsp_resp_verify_direct.3 gnutls_ocsp_status_request_enable_client.3 gnutls_ocsp_status_request_get.3 gnutls_ocsp_status_request_is_checked.3 gnutls_openpgp_crt_check_hostname.3 gnutls_openpgp_crt_deinit.3 gnutls_openpgp_crt_export.3 gnutls_openpgp_crt_export2.3 gnutls_openpgp_crt_get_auth_subkey.3 gnutls_openpgp_crt_get_creation_time.3 gnutls_openpgp_crt_get_expiration_time.3 gnutls_openpgp_crt_get_fingerprint.3 gnutls_openpgp_crt_get_key_id.3 gnutls_openpgp_crt_get_key_usage.3 gnutls_openpgp_crt_get_name.3 gnutls_openpgp_crt_get_pk_algorithm.3 gnutls_openpgp_crt_get_pk_dsa_raw.3 gnutls_openpgp_crt_get_pk_rsa_raw.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_crt_get_preferred_key_id.3 gnutls_openpgp_crt_get_revoked_status.3 gnutls_openpgp_crt_get_subkey_count.3 gnutls_openpgp_crt_get_subkey_creation_time.3 gnutls_openpgp_crt_get_subkey_expiration_time.3 gnutls_openpgp_crt_get_subkey_fingerprint.3 gnutls_openpgp_crt_get_subkey_id.3 gnutls_openpgp_crt_get_subkey_idx.3 gnutls_openpgp_crt_get_subkey_pk_algorithm.3 gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 gnutls_openpgp_crt_get_subkey_revoked_status.3 gnutls_openpgp_crt_get_subkey_usage.3 gnutls_openpgp_crt_get_version.3 gnutls_openpgp_crt_import.3 gnutls_openpgp_crt_init.3 gnutls_openpgp_crt_print.3 gnutls_openpgp_crt_set_preferred_key_id.3 gnutls_openpgp_crt_verify_ring.3 gnutls_openpgp_crt_verify_self.3 gnutls_openpgp_keyring_check_id.3 gnutls_openpgp_keyring_deinit.3 gnutls_openpgp_keyring_get_crt.3 gnutls_openpgp_keyring_get_crt_count.3 gnutls_openpgp_keyring_import.3 gnutls_openpgp_keyring_init.3 gnutls_openpgp_privkey_deinit.3 gnutls_openpgp_privkey_export.3 gnutls_openpgp_privkey_export2.3 gnutls_openpgp_privkey_export_dsa_raw.3 gnutls_openpgp_privkey_export_rsa_raw.3 gnutls_openpgp_privkey_export_subkey_dsa_raw.3 gnutls_openpgp_privkey_export_subkey_rsa_raw.3 gnutls_openpgp_privkey_get_fingerprint.3 gnutls_openpgp_privkey_get_key_id.3 gnutls_openpgp_privkey_get_pk_algorithm.3 gnutls_openpgp_privkey_get_preferred_key_id.3 gnutls_openpgp_privkey_get_revoked_status.3 gnutls_openpgp_privkey_get_subkey_count.3 gnutls_openpgp_privkey_get_subkey_creation_time.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_openpgp_privkey_get_subkey_fingerprint.3 gnutls_openpgp_privkey_get_subkey_id.3 gnutls_openpgp_privkey_get_subkey_idx.3 gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 gnutls_openpgp_privkey_get_subkey_revoked_status.3 gnutls_openpgp_privkey_import.3 gnutls_openpgp_privkey_init.3 gnutls_openpgp_privkey_sec_param.3 gnutls_openpgp_privkey_set_preferred_key_id.3 gnutls_openpgp_privkey_sign_hash.3 gnutls_openpgp_send_cert.3 gnutls_openpgp_set_recv_key_function.3 gnutls_pcert_deinit.3 gnutls_pcert_import_openpgp.3 gnutls_pcert_import_openpgp_raw.3 gnutls_pcert_import_x509.3 gnutls_pcert_import_x509_raw.3 gnutls_pcert_list_import_x509_raw.3 gnutls_pem_base64_decode.3 gnutls_pem_base64_decode_alloc.3 gnutls_pem_base64_encode.3 gnutls_pem_base64_encode_alloc.3 gnutls_perror.3 gnutls_pk_algorithm_get_name.3 gnutls_pk_bits_to_sec_param.3 gnutls_pkcs11_add_provider.3 gnutls_pkcs11_copy_secret_key.3 gnutls_pkcs11_copy_x509_crt.3 gnutls_pkcs11_copy_x509_privkey.3 gnutls_pkcs11_deinit.3 gnutls_pkcs11_delete_url.3 gnutls_pkcs11_get_pin_function.3 gnutls_pkcs11_init.3 gnutls_pkcs11_obj_deinit.3 gnutls_pkcs11_obj_export.3 gnutls_pkcs11_obj_export2.3 gnutls_pkcs11_obj_export_url.3 gnutls_pkcs11_obj_get_info.3 gnutls_pkcs11_obj_get_type.3 gnutls_pkcs11_obj_import_url.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs11_obj_init.3 gnutls_pkcs11_obj_list_import_url.3 gnutls_pkcs11_obj_list_import_url2.3 gnutls_pkcs11_obj_set_pin_function.3 gnutls_pkcs11_privkey_deinit.3 gnutls_pkcs11_privkey_export_url.3 gnutls_pkcs11_privkey_generate.3 gnutls_pkcs11_privkey_generate2.3 gnutls_pkcs11_privkey_get_info.3 gnutls_pkcs11_privkey_get_pk_algorithm.3 gnutls_pkcs11_privkey_import_url.3 gnutls_pkcs11_privkey_init.3 gnutls_pkcs11_privkey_set_pin_function.3 gnutls_pkcs11_privkey_status.3 gnutls_pkcs11_reinit.3 gnutls_pkcs11_set_pin_function.3 gnutls_pkcs11_set_token_function.3 gnutls_pkcs11_token_get_flags.3 gnutls_pkcs11_token_get_info.3 gnutls_pkcs11_token_get_mechanism.3 gnutls_pkcs11_token_get_url.3 gnutls_pkcs11_token_init.3 gnutls_pkcs11_token_set_pin.3 gnutls_pkcs11_type_get_name.3 gnutls_pkcs12_bag_decrypt.3 gnutls_pkcs12_bag_deinit.3 gnutls_pkcs12_bag_encrypt.3 gnutls_pkcs12_bag_get_count.3 gnutls_pkcs12_bag_get_data.3 gnutls_pkcs12_bag_get_friendly_name.3 gnutls_pkcs12_bag_get_key_id.3 gnutls_pkcs12_bag_get_type.3 gnutls_pkcs12_bag_init.3 gnutls_pkcs12_bag_set_crl.3 gnutls_pkcs12_bag_set_crt.3 gnutls_pkcs12_bag_set_data.3 gnutls_pkcs12_bag_set_friendly_name.3 gnutls_pkcs12_bag_set_key_id.3 gnutls_pkcs12_deinit.3 gnutls_pkcs12_export.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pkcs12_export2.3 gnutls_pkcs12_generate_mac.3 gnutls_pkcs12_get_bag.3 gnutls_pkcs12_import.3 gnutls_pkcs12_init.3 gnutls_pkcs12_set_bag.3 gnutls_pkcs12_simple_parse.3 gnutls_pkcs12_verify_mac.3 gnutls_pkcs7_deinit.3 gnutls_pkcs7_delete_crl.3 gnutls_pkcs7_delete_crt.3 gnutls_pkcs7_export.3 gnutls_pkcs7_export2.3 gnutls_pkcs7_get_crl_count.3 gnutls_pkcs7_get_crl_raw.3 gnutls_pkcs7_get_crt_count.3 gnutls_pkcs7_get_crt_raw.3 gnutls_pkcs7_import.3 gnutls_pkcs7_init.3 gnutls_pkcs7_set_crl.3 gnutls_pkcs7_set_crl_raw.3 gnutls_pkcs7_set_crt.3 gnutls_pkcs7_set_crt_raw.3 gnutls_pk_get_id.3 gnutls_pk_get_name.3 gnutls_pk_list.3 gnutls_pk_to_sign.3 gnutls_prf.3 gnutls_prf_raw.3 gnutls_priority_certificate_type_list.3 gnutls_priority_compression_list.3 gnutls_priority_deinit.3 gnutls_priority_ecc_curve_list.3 gnutls_priority_get_cipher_suite_index.3 gnutls_priority_init.3 gnutls_priority_protocol_list.3 gnutls_priority_set.3 gnutls_priority_set_direct.3 gnutls_priority_sign_list.3 gnutls_privkey_decrypt_data.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_privkey_deinit.3 gnutls_privkey_get_pk_algorithm.3 gnutls_privkey_get_type.3 gnutls_privkey_import_ext.3 gnutls_privkey_import_ext2.3 gnutls_privkey_import_openpgp.3 gnutls_privkey_import_openpgp_raw.3 gnutls_privkey_import_pkcs11.3 gnutls_privkey_import_pkcs11_url.3 gnutls_privkey_import_tpm_raw.3 gnutls_privkey_import_tpm_url.3 gnutls_privkey_import_url.3 gnutls_privkey_import_x509.3 gnutls_privkey_import_x509_raw.3 gnutls_privkey_init.3 gnutls_privkey_set_pin_function.3 gnutls_privkey_sign_data.3 gnutls_privkey_sign_hash.3 gnutls_privkey_sign_raw_data.3 gnutls_privkey_status.3 gnutls_protocol_get_id.3 gnutls_protocol_get_name.3 gnutls_protocol_get_version.3 gnutls_protocol_list.3 gnutls_protocol_set_priority.3 gnutls_psk_allocate_client_credentials.3 gnutls_psk_allocate_server_credentials.3 gnutls_psk_client_get_hint.3 gnutls_psk_free_client_credentials.3 gnutls_psk_free_server_credentials.3 gnutls_psk_server_get_username.3 gnutls_psk_set_client_credentials.3 gnutls_psk_set_client_credentials_function.3 gnutls_psk_set_params_function.3 gnutls_psk_set_server_credentials_file.3 gnutls_psk_set_server_credentials_function.3 gnutls_psk_set_server_credentials_hint.3 gnutls_psk_set_server_dh_params.3 gnutls_psk_set_server_params_function.3 gnutls_pubkey_deinit.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_pubkey_encrypt_data.3 gnutls_pubkey_export.3 gnutls_pubkey_export2.3 gnutls_pubkey_get_key_id.3 gnutls_pubkey_get_key_usage.3 gnutls_pubkey_get_openpgp_key_id.3 gnutls_pubkey_get_pk_algorithm.3 gnutls_pubkey_get_pk_dsa_raw.3 gnutls_pubkey_get_pk_ecc_raw.3 gnutls_pubkey_get_pk_ecc_x962.3 gnutls_pubkey_get_pk_rsa_raw.3 gnutls_pubkey_get_preferred_hash_algorithm.3 gnutls_pubkey_get_verify_algorithm.3 gnutls_pubkey_import.3 gnutls_pubkey_import_dsa_raw.3 gnutls_pubkey_import_ecc_raw.3 gnutls_pubkey_import_ecc_x962.3 gnutls_pubkey_import_openpgp.3 gnutls_pubkey_import_openpgp_raw.3 gnutls_pubkey_import_pkcs11.3 gnutls_pubkey_import_pkcs11_url.3 gnutls_pubkey_import_privkey.3 gnutls_pubkey_import_rsa_raw.3 gnutls_pubkey_import_tpm_raw.3 gnutls_pubkey_import_tpm_url.3 gnutls_pubkey_import_url.3 gnutls_pubkey_import_x509.3 gnutls_pubkey_import_x509_crq.3 gnutls_pubkey_import_x509_raw.3 gnutls_pubkey_init.3 gnutls_pubkey_print.3 gnutls_pubkey_set_key_usage.3 gnutls_pubkey_set_pin_function.3 gnutls_pubkey_verify_data.3 gnutls_pubkey_verify_data2.3 gnutls_pubkey_verify_hash.3 gnutls_pubkey_verify_hash2.3 gnutls_random_art.3 gnutls_range_split.3 gnutls_record_can_use_length_hiding.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_record_check_pending.3 gnutls_record_cork.3 gnutls_record_disable_padding.3 gnutls_record_get_direction.3 gnutls_record_get_discarded.3 gnutls_record_get_max_size.3 gnutls_record_recv.3 gnutls_record_recv_seq.3 gnutls_record_send.3 gnutls_record_send_range.3 gnutls_record_set_max_empty_records.3 gnutls_record_set_max_size.3 gnutls_record_set_timeout.3 gnutls_record_uncork.3 gnutls_rehandshake.3 gnutls_rnd.3 gnutls_rnd_refresh.3 gnutls_rsa_export_get_modulus_bits.3 gnutls_rsa_export_get_pubkey.3 gnutls_rsa_params_cpy.3 gnutls_rsa_params_deinit.3 gnutls_rsa_params_export_pkcs1.3 gnutls_rsa_params_export_raw.3 gnutls_rsa_params_generate2.3 gnutls_rsa_params_import_pkcs1.3 gnutls_rsa_params_import_raw.3 gnutls_rsa_params_init.3 gnutls_safe_renegotiation_status.3 gnutls_sec_param_get_name.3 gnutls_sec_param_to_pk_bits.3 gnutls_server_name_get.3 gnutls_server_name_set.3 gnutls_session_channel_binding.3 gnutls_session_enable_compatibility_mode.3 gnutls_session_force_valid.3 gnutls_session_get_data.3 gnutls_session_get_data2.3 gnutls_session_get_desc.3 gnutls_session_get_id.3 gnutls_session_get_id2.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_session_get_ptr.3 gnutls_session_get_random.3 gnutls_session_is_resumed.3 gnutls_session_resumption_requested.3 gnutls_session_set_data.3 gnutls_session_set_premaster.3 gnutls_session_set_ptr.3 gnutls_session_ticket_enable_client.3 gnutls_session_ticket_enable_server.3 gnutls_session_ticket_key_generate.3 gnutls_set_default_export_priority.3 gnutls_set_default_priority.3 gnutls_sign_algorithm_get.3 gnutls_sign_algorithm_get_client.3 gnutls_sign_algorithm_get_requested.3 gnutls_sign_callback_get.3 gnutls_sign_callback_set.3 gnutls_sign_get_hash_algorithm.3 gnutls_sign_get_id.3 gnutls_sign_get_name.3 gnutls_sign_get_pk_algorithm.3 gnutls_sign_is_secure.3 gnutls_sign_list.3 gnutls_srp_allocate_client_credentials.3 gnutls_srp_allocate_server_credentials.3 gnutls_srp_base64_decode.3 gnutls_srp_base64_decode_alloc.3 gnutls_srp_base64_encode.3 gnutls_srp_base64_encode_alloc.3 gnutls_srp_free_client_credentials.3 gnutls_srp_free_server_credentials.3 gnutls_srp_server_get_username.3 gnutls_srp_set_client_credentials.3 gnutls_srp_set_client_credentials_function.3 gnutls_srp_set_prime_bits.3 gnutls_srp_set_server_credentials_file.3 gnutls_srp_set_server_credentials_function.3 gnutls_srp_verifier.3 gnutls_srtp_get_keys.3 gnutls_srtp_get_mki.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_srtp_get_profile_id.3 gnutls_srtp_get_profile_name.3 gnutls_srtp_get_selected_profile.3 gnutls_srtp_set_mki.3 gnutls_srtp_set_profile.3 gnutls_srtp_set_profile_direct.3 gnutls_store_commitment.3 gnutls_store_pubkey.3 gnutls_strerror.3 gnutls_strerror_name.3 gnutls_supplemental_get_name.3 gnutls_tdb_deinit.3 gnutls_tdb_init.3 gnutls_tdb_set_store_commitment_func.3 gnutls_tdb_set_store_func.3 gnutls_tdb_set_verify_func.3 gnutls_tpm_get_registered.3 gnutls_tpm_key_list_deinit.3 gnutls_tpm_key_list_get_url.3 gnutls_tpm_privkey_delete.3 gnutls_tpm_privkey_generate.3 gnutls_transport_get_int.3 gnutls_transport_get_int2.3 gnutls_transport_get_ptr.3 gnutls_transport_get_ptr2.3 gnutls_transport_set_errno.3 gnutls_transport_set_errno_function.3 gnutls_transport_set_int.3 gnutls_transport_set_int2.3 gnutls_transport_set_ptr.3 gnutls_transport_set_ptr2.3 gnutls_transport_set_pull_function.3 gnutls_transport_set_pull_timeout_function.3 gnutls_transport_set_push_function.3 gnutls_transport_set_vec_push_function.3 gnutls_url_is_supported.3 gnutls_verify_stored_pubkey.3 gnutls_x509_crl_check_issuer.3 gnutls_x509_crl_deinit.3 gnutls_x509_crl_export.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crl_export2.3 gnutls_x509_crl_get_authority_key_gn_serial.3 gnutls_x509_crl_get_authority_key_id.3 gnutls_x509_crl_get_crt_count.3 gnutls_x509_crl_get_crt_serial.3 gnutls_x509_crl_get_dn_oid.3 gnutls_x509_crl_get_extension_data.3 gnutls_x509_crl_get_extension_info.3 gnutls_x509_crl_get_extension_oid.3 gnutls_x509_crl_get_issuer_dn.3 gnutls_x509_crl_get_issuer_dn2.3 gnutls_x509_crl_get_issuer_dn_by_oid.3 gnutls_x509_crl_get_next_update.3 gnutls_x509_crl_get_number.3 gnutls_x509_crl_get_raw_issuer_dn.3 gnutls_x509_crl_get_signature.3 gnutls_x509_crl_get_signature_algorithm.3 gnutls_x509_crl_get_this_update.3 gnutls_x509_crl_get_version.3 gnutls_x509_crl_import.3 gnutls_x509_crl_init.3 gnutls_x509_crl_list_import.3 gnutls_x509_crl_list_import2.3 gnutls_x509_crl_print.3 gnutls_x509_crl_privkey_sign.3 gnutls_x509_crl_set_authority_key_id.3 gnutls_x509_crl_set_crt.3 gnutls_x509_crl_set_crt_serial.3 gnutls_x509_crl_set_next_update.3 gnutls_x509_crl_set_number.3 gnutls_x509_crl_set_this_update.3 gnutls_x509_crl_set_version.3 gnutls_x509_crl_sign.3 gnutls_x509_crl_sign2.3 gnutls_x509_crl_verify.3 gnutls_x509_crq_deinit.3 gnutls_x509_crq_export.3 gnutls_x509_crq_export2.3 gnutls_x509_crq_get_attribute_by_oid.3 gnutls_x509_crq_get_attribute_data.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crq_get_attribute_info.3 gnutls_x509_crq_get_basic_constraints.3 gnutls_x509_crq_get_challenge_password.3 gnutls_x509_crq_get_dn.3 gnutls_x509_crq_get_dn2.3 gnutls_x509_crq_get_dn_by_oid.3 gnutls_x509_crq_get_dn_oid.3 gnutls_x509_crq_get_extension_by_oid.3 gnutls_x509_crq_get_extension_data.3 gnutls_x509_crq_get_extension_info.3 gnutls_x509_crq_get_key_id.3 gnutls_x509_crq_get_key_purpose_oid.3 gnutls_x509_crq_get_key_rsa_raw.3 gnutls_x509_crq_get_key_usage.3 gnutls_x509_crq_get_pk_algorithm.3 gnutls_x509_crq_get_private_key_usage_period.3 gnutls_x509_crq_get_subject_alt_name.3 gnutls_x509_crq_get_subject_alt_othername_oid.3 gnutls_x509_crq_get_version.3 gnutls_x509_crq_import.3 gnutls_x509_crq_init.3 gnutls_x509_crq_print.3 gnutls_x509_crq_privkey_sign.3 gnutls_x509_crq_set_attribute_by_oid.3 gnutls_x509_crq_set_basic_constraints.3 gnutls_x509_crq_set_challenge_password.3 gnutls_x509_crq_set_dn.3 gnutls_x509_crq_set_dn_by_oid.3 gnutls_x509_crq_set_key.3 gnutls_x509_crq_set_key_purpose_oid.3 gnutls_x509_crq_set_key_rsa_raw.3 gnutls_x509_crq_set_key_usage.3 gnutls_x509_crq_set_private_key_usage_period.3 gnutls_x509_crq_set_pubkey.3 gnutls_x509_crq_set_subject_alt_name.3 gnutls_x509_crq_set_version.3 gnutls_x509_crq_sign.3 gnutls_x509_crq_sign2.3 gnutls_x509_crq_verify.3 gnutls_x509_crt_check_hostname.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_check_issuer.3 gnutls_x509_crt_check_revocation.3 gnutls_x509_crt_cpy_crl_dist_points.3 gnutls_x509_crt_deinit.3 gnutls_x509_crt_export.3 gnutls_x509_crt_export2.3 gnutls_x509_crt_get_activation_time.3 gnutls_x509_crt_get_authority_info_access.3 gnutls_x509_crt_get_authority_key_gn_serial.3 gnutls_x509_crt_get_authority_key_id.3 gnutls_x509_crt_get_basic_constraints.3 gnutls_x509_crt_get_ca_status.3 gnutls_x509_crt_get_crl_dist_points.3 gnutls_x509_crt_get_dn.3 gnutls_x509_crt_get_dn2.3 gnutls_x509_crt_get_dn_by_oid.3 gnutls_x509_crt_get_dn_oid.3 gnutls_x509_crt_get_expiration_time.3 gnutls_x509_crt_get_extension_by_oid.3 gnutls_x509_crt_get_extension_data.3 gnutls_x509_crt_get_extension_info.3 gnutls_x509_crt_get_extension_oid.3 gnutls_x509_crt_get_fingerprint.3 gnutls_x509_crt_get_issuer.3 gnutls_x509_crt_get_issuer_alt_name.3 gnutls_x509_crt_get_issuer_alt_name2.3 gnutls_x509_crt_get_issuer_alt_othername_oid.3 gnutls_x509_crt_get_issuer_dn.3 gnutls_x509_crt_get_issuer_dn2.3 gnutls_x509_crt_get_issuer_dn_by_oid.3 gnutls_x509_crt_get_issuer_dn_oid.3 gnutls_x509_crt_get_issuer_unique_id.3 gnutls_x509_crt_get_key_id.3 gnutls_x509_crt_get_key_purpose_oid.3 gnutls_x509_crt_get_key_usage.3 gnutls_x509_crt_get_pk_algorithm.3 gnutls_x509_crt_get_pk_dsa_raw.3 gnutls_x509_crt_get_pk_rsa_raw.3 gnutls_x509_crt_get_policy.3 gnutls_x509_crt_get_preferred_hash_algorithm.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_get_private_key_usage_period.3 gnutls_x509_crt_get_proxy.3 gnutls_x509_crt_get_raw_dn.3 gnutls_x509_crt_get_raw_issuer_dn.3 gnutls_x509_crt_get_serial.3 gnutls_x509_crt_get_signature.3 gnutls_x509_crt_get_signature_algorithm.3 gnutls_x509_crt_get_subject.3 gnutls_x509_crt_get_subject_alt_name.3 gnutls_x509_crt_get_subject_alt_name2.3 gnutls_x509_crt_get_subject_alt_othername_oid.3 gnutls_x509_crt_get_subject_key_id.3 gnutls_x509_crt_get_subject_unique_id.3 gnutls_x509_crt_get_verify_algorithm.3 gnutls_x509_crt_get_version.3 gnutls_x509_crt_import.3 gnutls_x509_crt_import_pkcs11.3 gnutls_x509_crt_import_pkcs11_url.3 gnutls_x509_crt_init.3 gnutls_x509_crt_list_import.3 gnutls_x509_crt_list_import2.3 gnutls_x509_crt_list_import_pkcs11.3 gnutls_x509_crt_list_verify.3 gnutls_x509_crt_print.3 gnutls_x509_crt_privkey_sign.3 gnutls_x509_crt_set_activation_time.3 gnutls_x509_crt_set_authority_info_access.3 gnutls_x509_crt_set_authority_key_id.3 gnutls_x509_crt_set_basic_constraints.3 gnutls_x509_crt_set_ca_status.3 gnutls_x509_crt_set_crl_dist_points.3 gnutls_x509_crt_set_crl_dist_points2.3 gnutls_x509_crt_set_crq.3 gnutls_x509_crt_set_crq_extensions.3 gnutls_x509_crt_set_dn.3 gnutls_x509_crt_set_dn_by_oid.3 gnutls_x509_crt_set_expiration_time.3 gnutls_x509_crt_set_extension_by_oid.3 gnutls_x509_crt_set_issuer_dn.3 gnutls_x509_crt_set_issuer_dn_by_oid.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_crt_set_key.3 gnutls_x509_crt_set_key_purpose_oid.3 gnutls_x509_crt_set_key_usage.3 gnutls_x509_crt_set_pin_function.3 gnutls_x509_crt_set_policy.3 gnutls_x509_crt_set_private_key_usage_period.3 gnutls_x509_crt_set_proxy.3 gnutls_x509_crt_set_proxy_dn.3 gnutls_x509_crt_set_pubkey.3 gnutls_x509_crt_set_serial.3 gnutls_x509_crt_set_subject_alternative_name.3 gnutls_x509_crt_set_subject_alt_name.3 gnutls_x509_crt_set_subject_key_id.3 gnutls_x509_crt_set_version.3 gnutls_x509_crt_sign.3 gnutls_x509_crt_sign2.3 gnutls_x509_crt_verify.3 gnutls_x509_crt_verify_data.3 gnutls_x509_crt_verify_hash.3 gnutls_x509_dn_deinit.3 gnutls_x509_dn_export.3 gnutls_x509_dn_export2.3 gnutls_x509_dn_get_rdn_ava.3 gnutls_x509_dn_import.3 gnutls_x509_dn_init.3 gnutls_x509_dn_oid_known.3 gnutls_x509_dn_oid_name.3 gnutls_x509_policy_release.3 gnutls_x509_privkey_cpy.3 gnutls_x509_privkey_deinit.3 gnutls_x509_privkey_export.3 gnutls_x509_privkey_export2.3 gnutls_x509_privkey_export2_pkcs8.3 gnutls_x509_privkey_export_dsa_raw.3 gnutls_x509_privkey_export_ecc_raw.3 gnutls_x509_privkey_export_pkcs8.3 gnutls_x509_privkey_export_rsa_raw.3 gnutls_x509_privkey_export_rsa_raw2.3 gnutls_x509_privkey_fix.3 gnutls_x509_privkey_generate.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install /usr/bin/install -c -m 644 gnutls_x509_privkey_get_key_id.3 gnutls_x509_privkey_get_pk_algorithm.3 gnutls_x509_privkey_get_pk_algorithm2.3 gnutls_x509_privkey_import.3 gnutls_x509_privkey_import2.3 gnutls_x509_privkey_import_dsa_raw.3 gnutls_x509_privkey_import_ecc_raw.3 gnutls_x509_privkey_import_openssl.3 gnutls_x509_privkey_import_pkcs8.3 gnutls_x509_privkey_import_rsa_raw.3 gnutls_x509_privkey_import_rsa_raw2.3 gnutls_x509_privkey_init.3 gnutls_x509_privkey_sec_param.3 gnutls_x509_privkey_sign_data.3 gnutls_x509_privkey_sign_hash.3 gnutls_x509_privkey_verify_params.3 gnutls_x509_rdn_get.3 gnutls_x509_rdn_get_by_oid.3 gnutls_x509_rdn_get_oid.3 gnutls_x509_trust_list_add_cas.3 gnutls_x509_trust_list_add_crls.3 gnutls_x509_trust_list_add_named_crt.3 gnutls_x509_trust_list_add_system_trust.3 gnutls_x509_trust_list_add_trust_file.3 gnutls_x509_trust_list_add_trust_mem.3 gnutls_x509_trust_list_deinit.3 gnutls_x509_trust_list_get_issuer.3 gnutls_x509_trust_list_init.3 gnutls_x509_trust_list_remove_cas.3 gnutls_x509_trust_list_remove_trust_file.3 gnutls_x509_trust_list_remove_trust_mem.3 gnutls_x509_trust_list_verify_crt.3 gnutls_x509_trust_list_verify_named_crt.3 '/usr/share/man/man3' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/manpages' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in credentials unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in openpgp unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/openpgp' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/srp' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in x509 unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials/x509' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Entering directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[5]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/credentials' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install Making install in latex unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:45:57 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc/latex' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[4]: Entering directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[4]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 10:45:58 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: 10:45:58 DEBUG unit.oai-hss/0.install /bin/mkdir -p '/usr/share/info' unit-oai-hss-0: 10:45:58 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: 10:45:58 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls.info' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install install-info --info-dir='/usr/share/info' '/usr/share/info/gnutls-guile.info' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install This is not dpkg install-info anymore, but GNU install-info unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install See the man page for ginstall-info for command line arguments unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[4]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/doc' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in tests unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in . unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in rsa-md5-collision unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/rsa-md5-collision' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in pkcs1-padding unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs1-padding' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in pkcs8-decode unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs8-decode' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in pkcs12-decode unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/pkcs12-decode' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in userid unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/userid' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in cert-tests unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/cert-tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in key-id unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/key-id' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in sha2 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/sha2' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in safe-renegotiation unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/safe-renegotiation' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in dsa unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dsa' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in scripts unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/scripts' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in ecdsa unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/ecdsa' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in slow unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/slow' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in dtls unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/dtls' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in srp unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/srp' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Making install in openpgp-certs unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Entering directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[3]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23/tests/openpgp-certs' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23/tests' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[1]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Entering directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[2]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install make[1]: Leaving directory `/tmp/gnutls-3.1.23' unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install autoconf is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install automake is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install bison is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install build-essential is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install cmake is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install flex is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install g++ is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install g++ set to manually installed. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install gcc is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install gcc set to manually installed. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libsctp-dev is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libsctp1 is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install cmake-curses-gui is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install gdb is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libgcrypt11-dev is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libidn11-dev is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libmysqlclient-dev is already the newest version. unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install The following extra packages will be installed: unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install comerr-dev dh-apparmor gettext intltool-debian krb5-multidev libasprintf-dev unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libexpat1-dev unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri libgl1-mesa-glx unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 libkdb5-7 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq5 libpython-dev unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial-common po-debconf python2.7-dev swig2.0 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install tcl tcl8.6 tk tk8.6 x11-utils xbitmaps xterm unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install doc-base dh-make apparmor-easyprof gettext-doc krb5-doc libglide3 krb5-user unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install postgresql-doc-9.3 qct kdiff3 kdiff3-qt kompare meld tkcvs mgdiff unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install python-mysqldb python-pygments libmail-box-perl openssl-blacklist swig-doc unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install swig-examples swig2.0-examples swig2.0-doc tcl-tclreadline mesa-utils unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install xfonts-cyrillic unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install Recommended packages: unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install wish unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install comerr-dev debhelper dh-apparmor gettext intltool-debian krb5-multidev unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libasprintf-dev libcroco3 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libexpat1-dev libfontenc1 libgettextpo-dev libgettextpo0 libgl1-mesa-dri unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libgl1-mesa-glx libglapi-mesa libgssrpc4 libkadm5clnt-mit9 libkadm5srv-mit9 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libkdb5-7 libllvm3.4 libmail-sendmail-perl libpciaccess0 libpq-dev libpq5 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libpython-dev libpython2.7-dev libsys-hostname-long-perl libtcl8.6 libtk8.6 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libtxc-dxtn-s2tc0 libunistring0 libutempter0 libx11-xcb1 libxaw7 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libxcb-sync1 libxcomposite1 libxdamage1 libxfixes3 libxft2 libxinerama1 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libxml2-dev libxmu6 libxpm4 libxrandr2 libxshmfence1 libxss1 libxtst6 libxv1 unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install libxxf86dga1 libxxf86vm1 mercurial mercurial-common po-debconf python-dev unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install python2.7-dev ssl-cert swig swig2.0 tcl tcl8.6 tk tk8.6 x11-utils xbitmaps unit-oai-hss-0: 10:45:58 DEBUG unit.oai-hss/0.install xterm unit-oai-hss-0: 10:45:59 DEBUG unit.oai-hss/0.install 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:45:59 DEBUG unit.oai-hss/0.install Need to get 43.0 MB of archives. unit-oai-hss-0: 10:45:59 DEBUG unit.oai-hss/0.install After this operation, 135 MB of additional disk space will be used. unit-oai-hss-0: 10:45:59 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: 10:45:59 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: 10:45:59 DEBUG unit.oai-hss/0.install Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-intel1 amd64 2.4.67-1ubuntu0.14.04.2 [55.3 kB] unit-oai-hss-0: 10:45:59 DEBUG unit.oai-hss/0.install Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libdrm-nouveau2 amd64 2.4.67-1ubuntu0.14.04.2 [16.0 kB] unit-oai-hss-0: 10:46:00 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: 10:46:00 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: 10:46:00 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: 10:46:00 DEBUG unit.oai-hss/0.install Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgettextpo0 amd64 0.18.3.1-1ubuntu3 [108 kB] unit-oai-hss-0: 10:46:01 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: 10:46:01 DEBUG unit.oai-hss/0.install Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgl1-mesa-dri amd64 10.1.3-0ubuntu0.6 [4823 kB] unit-oai-hss-0: 10:46:02 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: 10:46:02 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: 10:46:02 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: 10:46:02 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: 10:46:02 DEBUG unit.oai-hss/0.install Get:15 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-glx0 amd64 1.10-2ubuntu1 [20.0 kB] unit-oai-hss-0: 10:46:02 DEBUG unit.oai-hss/0.install Get:16 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-present0 amd64 1.10-2ubuntu1 [5254 B] unit-oai-hss-0: 10:46:02 DEBUG unit.oai-hss/0.install Get:17 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-sync1 amd64 1.10-2ubuntu1 [8090 B] unit-oai-hss-0: 10:46:03 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: 10:46:03 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: 10:46:03 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: 10:46:03 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: 10:46:03 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: 10:46:03 DEBUG unit.oai-hss/0.install Get:23 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libgssrpc4 amd64 1.12+dfsg-2ubuntu5.3 [53.1 kB] unit-oai-hss-0: 10:46:04 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: 10:46:04 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: 10:46:04 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: 10:46:04 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: 10:46:04 DEBUG unit.oai-hss/0.install Get:28 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.4 [22.0 MB] unit-oai-hss-0: 10:46:05 DEBUG unit.oai-hss/0.install Get:29 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtcl8.6 amd64 8.6.1-4ubuntu1 [841 kB] unit-oai-hss-0: 10:46:06 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: 10:46:06 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: 10:46:06 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: 10:46:06 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: 10:46:06 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: 10:46:06 DEBUG unit.oai-hss/0.install Get:35 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxaw7 amd64 2:1.0.12-1 [168 kB] unit-oai-hss-0: 10:46:06 DEBUG unit.oai-hss/0.install Get:36 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libxcb-shape0 amd64 1.10-2ubuntu1 [5654 B] unit-oai-hss-0: 10:46:07 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: 10:46:07 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: 10:46:07 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: 10:46:07 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: 10:46:07 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: 10:46:07 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: 10:46:07 DEBUG unit.oai-hss/0.install Get:43 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main libtxc-dxtn-s2tc0 amd64 0~git20131104-1.1 [51.8 kB] unit-oai-hss-0: 10:46:08 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: 10:46:08 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: 10:46:08 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: 10:46:08 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: 10:46:08 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: 10:46:08 DEBUG unit.oai-hss/0.install Get:49 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main comerr-dev amd64 2.1-1.42.9-3ubuntu1.3 [38.3 kB] unit-oai-hss-0: 10:46:09 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: 10:46:09 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: 10:46:09 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: 10:46:09 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: 10:46:09 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: 10:46:09 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: 10:46:09 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: 10:46:10 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: 10:46:10 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: 10:46:10 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: 10:46:10 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: 10:46:10 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-epc-0: 10:46:10 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:46:10 DEBUG unit.oai-hss/0.install Get:62 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.4 [269 kB] unit-oai-hss-0: 10:46:11 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: 10:46:11 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: 10:46:11 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: 10:46:11 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: 10:46:11 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: 10:46:11 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: 10:46:11 DEBUG unit.oai-hss/0.install Get:69 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk8.6 amd64 8.6.1-3ubuntu2 [12.1 kB] unit-oai-hss-0: 10:46:11 DEBUG unit.oai-hss/0.install Get:70 http://nova.clouds.archive.ubuntu.com/ubuntu/ trusty/main tk amd64 8.6.0+6ubuntu3 [3192 B] unit-oai-hss-0: 10:46:12 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: 10:46:12 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: 10:46:12 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: 10:46:12 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install Extracting templates from packages: 41% Extracting templates from packages: 82% Extracting templates from packages: 100% unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install Preconfiguring packages ... unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install sh: 0: getcwd() failed: No such file or directory unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install Fetched 43.0 MB in 13s (3081 kB/s) unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libcroco3:amd64. unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install (Reading database ... 118505 files and directories currently installed.) unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install Preparing to unpack .../libcroco3_0.6.8-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install Unpacking libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 10:46:12 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpciaccess0:amd64. unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpciaccess0_0.13.2-1_amd64.deb ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Unpacking libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-intel1:amd64. unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-intel1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Unpacking libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-nouveau2:amd64. unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-nouveau2_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Unpacking libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libdrm-radeon1:amd64. unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libdrm-radeon1_2.4.67-1ubuntu0.14.04.2_amd64.deb ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Unpacking libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libfontenc1:amd64. unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libfontenc1_1%3a1.1.2-1_amd64.deb ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Unpacking libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libunistring0:amd64. unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libunistring0_0.9.3-5ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Unpacking libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo0:amd64. unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo0_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Unpacking libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Selecting previously unselected package libllvm3.4:amd64. unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Preparing to unpack .../libllvm3.4_1%3a3.4-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:13 DEBUG unit.oai-hss/0.install Unpacking libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 10:46:14 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-dri:amd64. unit-oai-hss-0: 10:46:14 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:46:14 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libglapi-mesa:amd64. unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libglapi-mesa_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Unpacking libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libx11-xcb1:amd64. unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libx11-xcb1_2%3a1.6.2-1ubuntu2.1_amd64.deb ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Unpacking libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri2-0:amd64. unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri2-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-dri3-0:amd64. unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Unpacking libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-glx0:amd64. unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-glx0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:15 DEBUG unit.oai-hss/0.install Unpacking libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-present0:amd64. unit-oai-hss-0: 10:46:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:16 DEBUG unit.oai-hss/0.install Unpacking libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:16 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-sync1:amd64. unit-oai-hss-0: 10:46:16 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:16 DEBUG unit.oai-hss/0.install Unpacking libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-abot-epc-basic-0: 10:46:16 DEBUG unit.abot-epc-basic/0.install  unit-abot-epc-basic-0: 10:46:16 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-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxdamage1:amd64. unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxdamage1_1%3a1.1.4-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Unpacking libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxfixes3:amd64. unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxfixes3_1%3a5.0.1-1ubuntu1.1_amd64.deb ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Unpacking libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxshmfence1:amd64. unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxshmfence1_1.1-2_amd64.deb ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Unpacking libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86vm1:amd64. unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86vm1_1%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Unpacking libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgl1-mesa-glx:amd64. unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgl1-mesa-glx_10.1.3-0ubuntu0.6_amd64.deb ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Unpacking libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgssrpc4:amd64. unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgssrpc4_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:46:17 DEBUG unit.oai-hss/0.install Unpacking libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5clnt-mit9:amd64. unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5clnt-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Unpacking libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkdb5-7:amd64. unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkdb5-7_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Unpacking libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libkadm5srv-mit9:amd64. unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libkadm5srv-mit9_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Unpacking libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libexpat1-dev:amd64. unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.4_amd64.deb ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython2.7-dev:amd64. unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 10:46:18 DEBUG unit.oai-hss/0.install Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 10:46:19 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtcl8.6:amd64. unit-oai-hss-0: 10:46:19 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:19 DEBUG unit.oai-hss/0.install Unpacking libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 10:46:20 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxft2:amd64. unit-oai-hss-0: 10:46:20 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxft2_2.3.1-2_amd64.deb ... unit-oai-hss-0: 10:46:20 DEBUG unit.oai-hss/0.install Unpacking libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxss1:amd64. unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxss1_1%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Unpacking libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtk8.6:amd64. unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Unpacking libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxmu6:amd64. unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxmu6_2%3a1.1.1-1_amd64.deb ... unit-oai-hss-0: 10:46:21 DEBUG unit.oai-hss/0.install Unpacking libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxpm4:amd64. unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxaw7:amd64. unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxaw7_2%3a1.0.12-1_amd64.deb ... unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Unpacking libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcb-shape0:amd64. unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcb-shape0_1.10-2ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Unpacking libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:22 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxcomposite1:amd64. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxcomposite1_1%3a0.4.4-1_amd64.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxinerama1:amd64. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxinerama1_2%3a1.1.3-1_amd64.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxrandr2:amd64. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxrandr2_2%3a1.5.0-1~trusty1_amd64.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxtst6:amd64. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxtst6_2%3a1.2.2-1_amd64.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxv1:amd64. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxv1_2%3a1.0.10-1_amd64.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxxf86dga1:amd64. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxxf86dga1_2%3a1.1.4-1_amd64.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package libtxc-dxtn-s2tc0:amd64. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package gettext. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../gettext_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package intltool-debian. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../intltool-debian_0.35.0+20060710.1_all.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package po-debconf. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../po-debconf_1.0.16+nmu2ubuntu1_all.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package dh-apparmor. unit-oai-hss-0: 10:46:23 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: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Selecting previously unselected package debhelper. unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Preparing to unpack .../debhelper_9.20131227ubuntu1_all.deb ... unit-oai-hss-0: 10:46:23 DEBUG unit.oai-hss/0.install Unpacking debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package comerr-dev. unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../comerr-dev_2.1-1.42.9-3ubuntu1.3_amd64.deb ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Unpacking comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package krb5-multidev. unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../krb5-multidev_1.12+dfsg-2ubuntu5.3_amd64.deb ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Unpacking krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libasprintf-dev:amd64. unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libasprintf-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Unpacking libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libgettextpo-dev:amd64. unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libgettextpo-dev_0.18.3.1-1ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Unpacking libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Selecting previously unselected package libsys-hostname-long-perl. unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Preparing to unpack .../libsys-hostname-long-perl_1.4-3_all.deb ... unit-oai-hss-0: 10:46:24 DEBUG unit.oai-hss/0.install Unpacking libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 10:46:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libmail-sendmail-perl. unit-oai-hss-0: 10:46:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libmail-sendmail-perl_0.79.16-1_all.deb ... unit-oai-hss-0: 10:46:25 DEBUG unit.oai-hss/0.install Unpacking libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 10:46:25 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq5. unit-oai-hss-0: 10:46:25 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq5_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 10:46:25 DEBUG unit.oai-hss/0.install Unpacking libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpq-dev. unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpq-dev_9.3.24-0ubuntu0.14.04_amd64.deb ... unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Unpacking libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libpython-dev:amd64. unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Selecting previously unselected package libutempter0. unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Preparing to unpack .../libutempter0_1.1.5-4build1_amd64.deb ... unit-oai-hss-0: 10:46:26 DEBUG unit.oai-hss/0.install Unpacking libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 10:46:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package libxml2-dev:amd64. unit-oai-hss-0: 10:46:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.13_amd64.deb ... unit-oai-hss-0: 10:46:27 DEBUG unit.oai-hss/0.install Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 10:46:27 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial-common. unit-oai-hss-0: 10:46:27 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial-common_2.8.2-1ubuntu1.3_all.deb ... unit-oai-hss-0: 10:46:27 DEBUG unit.oai-hss/0.install Unpacking mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package mercurial. unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../mercurial_2.8.2-1ubuntu1.3_amd64.deb ... unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Unpacking mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package python2.7-dev. unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.4_amd64.deb ... unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Unpacking python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-dev. unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Unpacking python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Selecting previously unselected package ssl-cert. unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Preparing to unpack .../ssl-cert_1.0.33_all.deb ... unit-oai-hss-0: 10:46:28 DEBUG unit.oai-hss/0.install Unpacking ssl-cert (1.0.33) ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig2.0. unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig2.0_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Unpacking swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package swig. unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../swig_2.0.11-1ubuntu2_amd64.deb ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Unpacking swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl8.6. unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl8.6_8.6.1-4ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Unpacking tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package tcl. unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../tcl_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Unpacking tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk8.6. unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk8.6_8.6.1-3ubuntu2_amd64.deb ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Unpacking tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package tk. unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../tk_8.6.0+6ubuntu3_amd64.deb ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Unpacking tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package x11-utils. unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../x11-utils_7.7+1_amd64.deb ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Unpacking x11-utils (7.7+1) ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Selecting previously unselected package xbitmaps. unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Preparing to unpack .../xbitmaps_1.1.1-2_all.deb ... unit-oai-hss-0: 10:46:29 DEBUG unit.oai-hss/0.install Unpacking xbitmaps (1.1.1-2) ... unit-oai-hss-0: 10:46:30 DEBUG unit.oai-hss/0.install Selecting previously unselected package xterm. unit-oai-hss-0: 10:46:30 DEBUG unit.oai-hss/0.install Preparing to unpack .../xterm_297-1ubuntu1_amd64.deb ... unit-oai-hss-0: 10:46:30 DEBUG unit.oai-hss/0.install Unpacking xterm (297-1ubuntu1) ... unit-oai-hss-0: 10:46:30 DEBUG unit.oai-hss/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-hss-0: 10:46:32 DEBUG unit.oai-hss/0.install Processing triggers for install-info (5.2.0.dfsg.1-2) ... unit-oai-hss-0: 10:46:32 DEBUG unit.oai-hss/0.install Processing triggers for mime-support (3.54ubuntu1.1) ... unit-oai-hss-0: 10:46:33 DEBUG unit.oai-hss/0.install Setting up libcroco3:amd64 (0.6.8-2ubuntu1) ... unit-oai-hss-0: 10:46:33 DEBUG unit.oai-hss/0.install Setting up libpciaccess0:amd64 (0.13.2-1) ... unit-oai-hss-0: 10:46:33 DEBUG unit.oai-hss/0.install Setting up libdrm-intel1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:46:33 DEBUG unit.oai-hss/0.install Setting up libdrm-nouveau2:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:46:33 DEBUG unit.oai-hss/0.install Setting up libdrm-radeon1:amd64 (2.4.67-1ubuntu0.14.04.2) ... unit-oai-hss-0: 10:46:33 DEBUG unit.oai-hss/0.install Setting up libfontenc1:amd64 (1:1.1.2-1) ... unit-oai-hss-0: 10:46:33 DEBUG unit.oai-hss/0.install Setting up libunistring0:amd64 (0.9.3-5ubuntu3) ... unit-oai-hss-0: 10:46:33 DEBUG unit.oai-hss/0.install Setting up libgettextpo0:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libllvm3.4:amd64 (1:3.4-1ubuntu3) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-dri:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libglapi-mesa:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libx11-xcb1:amd64 (2:1.6.2-1ubuntu2.1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxcb-dri2-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxcb-dri3-0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxcb-glx0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxcb-present0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxcb-sync1:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxdamage1:amd64 (1:1.1.4-1ubuntu1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxfixes3:amd64 (1:5.0.1-1ubuntu1.1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxshmfence1:amd64 (1.1-2) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxxf86vm1:amd64 (1:1.1.3-1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libgl1-mesa-glx:amd64 (10.1.3-0ubuntu0.6) ... unit-oai-hss-0: 10:46:34 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: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libgssrpc4:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libkadm5clnt-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libkdb5-7:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libkadm5srv-mit9:amd64 (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.4) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libtcl8.6:amd64 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 10:46:34 DEBUG unit.oai-hss/0.install Setting up libxft2:amd64 (2.3.1-2) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxss1:amd64 (1:1.2.2-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libtk8.6:amd64 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxmu6:amd64 (2:1.1.1-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxaw7:amd64 (2:1.0.12-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxcb-shape0:amd64 (1.10-2ubuntu1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxcomposite1:amd64 (1:0.4.4-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxinerama1:amd64 (2:1.1.3-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxrandr2:amd64 (2:1.5.0-1~trusty1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxtst6:amd64 (2:1.2.2-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxv1:amd64 (2:1.0.10-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ... unit-oai-hss-0: 10:46:35 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: 10:46:35 DEBUG unit.oai-hss/0.install Setting up gettext (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up intltool-debian (0.35.0+20060710.1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up po-debconf (1.0.16+nmu2ubuntu1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up dh-apparmor (2.10.95-0ubuntu2.6~14.04.3) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up debhelper (9.20131227ubuntu1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up comerr-dev (2.1-1.42.9-3ubuntu1.3) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up krb5-multidev (1.12+dfsg-2ubuntu5.3) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libasprintf-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libgettextpo-dev:amd64 (0.18.3.1-1ubuntu3) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libsys-hostname-long-perl (1.4-3) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libmail-sendmail-perl (0.79.16-1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libpq5 (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libpq-dev (9.3.24-0ubuntu0.14.04) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libutempter0 (1.1.5-4build1) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Creating utempter group... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.13) ... unit-oai-hss-0: 10:46:35 DEBUG unit.oai-hss/0.install Setting up mercurial-common (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 10:46:36 DEBUG unit.oai-hss/0.install Setting up mercurial (2.8.2-1ubuntu1.3) ... unit-oai-hss-0: 10:46:36 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:36 DEBUG unit.oai-hss/0.install Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up python2.7-dev (2.7.6-8ubuntu0.4) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up python-dev (2.7.5-5ubuntu3) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up ssl-cert (1.0.33) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up swig2.0 (2.0.11-1ubuntu2) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up swig (2.0.11-1ubuntu2) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up tcl8.6 (8.6.1-4ubuntu1) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up tcl (8.6.0+6ubuntu3) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up tk8.6 (8.6.1-3ubuntu2) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up tk (8.6.0+6ubuntu3) ... unit-oai-hss-0: 10:46:37 DEBUG unit.oai-hss/0.install Setting up x11-utils (7.7+1) ... unit-oai-hss-0: 10:46:38 DEBUG unit.oai-hss/0.install Setting up xbitmaps (1.1.1-2) ... unit-oai-hss-0: 10:46:38 DEBUG unit.oai-hss/0.install Setting up xterm (297-1ubuntu1) ... unit-oai-hss-0: 10:46:38 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: 10:46:38 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: 10:46:38 DEBUG unit.oai-hss/0.install Processing triggers for libc-bin (2.19-0ubuntu6.14) ... unit-oai-hss-0: 10:46:38 DEBUG unit.oai-hss/0.install Downloading 1.2.0 freeDiameter archive unit-oai-hss-0: 10:46:38 DEBUG unit.oai-hss/0.install Cloning into 'freediameter'... unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- The C compiler identification is GNU 4.8.4 unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- The CXX compiler identification is GNU 4.8.4 unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Check for working C compiler: /usr/bin/cc -- works unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Detecting C compiler ABI info - done unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Check for working CXX compiler: /usr/bin/c++ -- works unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Detecting CXX compiler ABI info - done unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Looking for bison unit-oai-hss-0: 10:46:44 DEBUG unit.oai-hss/0.install -- Looking for bison -- /usr/bin/bison unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for flex unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for flex -- /usr/bin/flex unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for getopt_long unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for getopt_long - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for getifaddrs - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Check if the system is big endian unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Searching 16 bit integer unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for sys/types.h - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for stdint.h unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for stdint.h - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for stddef.h unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for stddef.h - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Check size of unsigned short unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Check size of unsigned short - done unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Using unsigned short unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Check if the system is big endian - little endian unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for ntohll unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for ntohll - not found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for include file malloc.h - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for strndup unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for strndup - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for include file pthread.h - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for pthread_create unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for pthread_create - not found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthreads - not found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for pthread_create in pthread - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Found Threads: TRUE unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for clock_gettime - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for sctp_connectx - not found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Found SCTP: /usr/lib/x86_64-linux-gnu/libsctp.so unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Performing Test SCTP_CONNECTX_4_ARGS - Success unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Found IDNA: /usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Performing Test HAS_IDNA_SUPPORT - Success unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Found GNUTLS: /usr/lib/libgnutls.so unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Checking GNUTLS version unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for gnutls_hash in gnutls - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for gnutls_transport_set_vec_push_function in gnutls - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for gnutls_x509_trust_list_verify_crt in gnutls - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for gnutls_handshake_set_timeout in gnutls - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for AI_ADDRCONFIG - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Looking for pthread_barrier_wait - found unit-oai-hss-0: 10:46:45 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install -- Performing Test HAVE_REG_STARTEND - Success unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install -- Configuring done unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdproto/CMakeLists.txt: unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install Target "libfdproto" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install -lpthread;/usr/lib/x86_64-linux-gnu/libidn.so unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install -lpthread unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install CMake Warning (dev) in libfdcore/CMakeLists.txt: unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install interface. Run "cmake --help-policy CMP0022" for policy details. Use the unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install cmake_policy command to set the policy and suppress this warning. unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install Target "libfdcore" has an INTERFACE_LINK_LIBRARIES property which differs unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install from its LINK_INTERFACE_LIBRARIES properties. unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install INTERFACE_LINK_LIBRARIES: unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 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: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install LINK_INTERFACE_LIBRARIES: unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install This warning is for project developers. Use -Wno-dev to suppress it. unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install -- Generating done unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install -- Build files have been written to: /tmp/freediameter/build unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install Compiling freeDiameter unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target version_information unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdproto unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 1%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 2%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dictionary_functions.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 3%] Building C object libfdproto/CMakeFiles/libfdproto.dir/dispatch.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 4%] Building C object libfdproto/CMakeFiles/libfdproto.dir/fifo.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 5%] Building C object libfdproto/CMakeFiles/libfdproto.dir/init.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 6%] Building C object libfdproto/CMakeFiles/libfdproto.dir/lists.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 7%] Building C object libfdproto/CMakeFiles/libfdproto.dir/log.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 8%] Building C object libfdproto/CMakeFiles/libfdproto.dir/messages.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 9%] Building C object libfdproto/CMakeFiles/libfdproto.dir/ostr.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 10%] Building C object libfdproto/CMakeFiles/libfdproto.dir/portability.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 11%] Building C object libfdproto/CMakeFiles/libfdproto.dir/rt_data.c.o unit-oai-hss-0: 10:46:46 DEBUG unit.oai-hss/0.install [ 12%] Building C object libfdproto/CMakeFiles/libfdproto.dir/sessions.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 13%] Building C object libfdproto/CMakeFiles/libfdproto.dir/utils.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 14%] Building C object libfdproto/CMakeFiles/libfdproto.dir/version.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install Linking C shared library libfdproto.so unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 15%] Generating fdd.tab.c, fdd.tab.h unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 16%] Generating lex.fdd.c unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install Scanning dependencies of target libfdcore unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 17%] Building C object libfdcore/CMakeFiles/libfdcore.dir/apps.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 18%] Building C object libfdcore/CMakeFiles/libfdcore.dir/config.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 19%] Building C object libfdcore/CMakeFiles/libfdcore.dir/core.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 20%] Building C object libfdcore/CMakeFiles/libfdcore.dir/cnxctx.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 21%] Building C object libfdcore/CMakeFiles/libfdcore.dir/endpoints.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 22%] Building C object libfdcore/CMakeFiles/libfdcore.dir/events.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 23%] Building C object libfdcore/CMakeFiles/libfdcore.dir/extensions.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 25%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fifo_stats.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 26%] Building C object libfdcore/CMakeFiles/libfdcore.dir/hooks.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 27%] Building C object libfdcore/CMakeFiles/libfdcore.dir/dict_base_proto.c.o unit-oai-hss-0: 10:46:47 DEBUG unit.oai-hss/0.install [ 28%] Building C object libfdcore/CMakeFiles/libfdcore.dir/messages.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 29%] Building C object libfdcore/CMakeFiles/libfdcore.dir/queues.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 30%] Building C object libfdcore/CMakeFiles/libfdcore.dir/peers.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 31%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_ce.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 32%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_cnx.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 33%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dw.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 34%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_dp.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 35%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_expiry.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 36%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_out.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 37%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_psm.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 38%] Building C object libfdcore/CMakeFiles/libfdcore.dir/p_sr.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 39%] Building C object libfdcore/CMakeFiles/libfdcore.dir/routing_dispatch.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 40%] Building C object libfdcore/CMakeFiles/libfdcore.dir/server.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 41%] Building C object libfdcore/CMakeFiles/libfdcore.dir/tcp.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 42%] Building C object libfdcore/CMakeFiles/libfdcore.dir/version.c.o unit-oai-hss-0: 10:46:48 DEBUG unit.oai-hss/0.install [ 43%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp.c.o unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 44%] Building C object libfdcore/CMakeFiles/libfdcore.dir/sctp3436.c.o unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 45%] Building C object libfdcore/CMakeFiles/libfdcore.dir/lex.fdd.c.o unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 46%] Building C object libfdcore/CMakeFiles/libfdcore.dir/fdd.tab.c.o unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install Linking C shared library libfdcore.so unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target freeDiameterd unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 47%] Building C object freeDiameterd/CMakeFiles/freeDiameterd.dir/main.c.o unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install Linking C executable freeDiameterd unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target testcnx unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 48%] Building C object tests/CMakeFiles/testcnx.dir/testcnx.c.o unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install Linking C executable testcnx unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdict unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 50%] Building C object tests/CMakeFiles/testdict.dir/testdict.c.o unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install Linking C executable testdict unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install Scanning dependencies of target testdisp unit-oai-hss-0: 10:46:49 DEBUG unit.oai-hss/0.install [ 51%] Building C object tests/CMakeFiles/testdisp.dir/testdisp.c.o unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install Linking C executable testdisp unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target testfifo unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install [ 52%] Building C object tests/CMakeFiles/testfifo.dir/testfifo.c.o unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install Linking C executable testfifo unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target testloadext unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install [ 53%] Building C object tests/CMakeFiles/testloadext.dir/testloadext.c.o unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install Linking C executable testloadext unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg unit-oai-hss-0: 10:46:50 DEBUG unit.oai-hss/0.install [ 54%] Building C object tests/CMakeFiles/testmesg.dir/testmesg.c.o unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Linking C executable testmesg unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target testmesg_stress unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 55%] Building C object tests/CMakeFiles/testmesg_stress.dir/testmesg_stress.c.o unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Linking C executable testmesg_stress unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target testostr unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 56%] Building C object tests/CMakeFiles/testostr.dir/testostr.c.o unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Linking C executable testostr unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target testpeers unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 57%] Building C object tests/CMakeFiles/testpeers.dir/testpeers.c.o unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Linking C executable testpeers unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsctp unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 58%] Building C object tests/CMakeFiles/testsctp.dir/testsctp.c.o unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Linking C executable testsctp unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target testsess unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 59%] Building C object tests/CMakeFiles/testsess.dir/testsess.c.o unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Linking C executable testsess unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 10:46:51 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_s6a unit-oai-hss-0: 10:46:51 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: 10:46:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_s6a.fdx unit-oai-hss-0: 10:46:52 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 10:46:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nasreq unit-oai-hss-0: 10:46:52 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: 10:46:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nasreq.fdx unit-oai-hss-0: 10:46:52 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 10:46:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_eap unit-oai-hss-0: 10:46:52 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: 10:46:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_eap.fdx unit-oai-hss-0: 10:46:52 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 10:46:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca unit-oai-hss-0: 10:46:52 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: 10:46:52 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca.fdx unit-oai-hss-0: 10:46:52 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 10:46:52 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_3gpp unit-oai-hss-0: 10:46:52 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: 10:46:53 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_3gpp.fdx unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_dcca_starent unit-oai-hss-0: 10:46:53 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: 10:46:53 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_dcca_starent.fdx unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_sip unit-oai-hss-0: 10:46:53 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: 10:46:53 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_sip.fdx unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6a unit-oai-hss-0: 10:46:53 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: 10:46:53 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6a.fdx unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_mip6i unit-oai-hss-0: 10:46:53 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: 10:46:53 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_mip6i.fdx unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_nas_mipv6 unit-oai-hss-0: 10:46:53 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: 10:46:53 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_nas_mipv6.fdx unit-abot-epc-basic-0: 10:46:53 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Installing oaisim >> unit-abot-epc-basic-0: 10:46:53 DEBUG unit.abot-epc-basic/0.install << ABOT Installer - Success: Configuring abot-functest-basic >> unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install Scanning dependencies of target dict_rfc5777 unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 70%] Building C object extensions/dict_rfc5777/CMakeFiles/dict_rfc5777.dir/dict_rfc5777.c.o unit-abot-epc-basic-0: 10:46:53 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 10:46:53 DEBUG worker.uniter.jujuc running hook tool "open-port" unit-abot-epc-basic-0: 10:46:53 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:46:53 INFO unit.abot-epc-basic/0.juju-log ABot Install complete! unit-abot-epc-basic-0: 10:46:53 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:46:53 INFO juju.worker.uniter.operation ran "install" hook unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation running operation accept leadership unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-abot-epc-basic-0: 10:46:53 INFO juju.worker.uniter found queued "leader-elected" hook unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-abot-epc-basic-0: 10:46:53 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install Linking C shared module ../dict_rfc5777.fdx unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-abot-epc-basic-0: 10:46:53 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 10:46:53 DEBUG unit.oai-hss/0.install [ 71%] Generating rtd_conf.tab.c, rtd_conf.tab.h unit-abot-epc-basic-0: 10:46:53 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 72%] Generating lex.rtd_conf.c unit-abot-epc-basic-0: 10:46:54 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:46:54 INFO unit.abot-epc-basic/0.juju-log Installing the tags obtained from config: local-commands unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_default unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 73%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rt_default.c.o unit-abot-epc-basic-0: 10:46:54 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 75%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/lex.rtd_conf.c.o unit-abot-epc-basic-0: 10:46:54 INFO juju.worker.uniter.operation ran "config-changed" hook unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:46:54 INFO juju.worker.uniter found queued "start" hook unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter.operation running operation run start hook unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 76%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_conf.tab.c.o unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /root/.ssh/id_rsa. unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start Your public key has been saved in /root/.ssh/id_rsa.pub. unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start SHA256:LqDxsOxG554/T2PVOyI6lNwz0ps2bsM2Q+agPJE+Nbc root@juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | . | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | o .o +S . . | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | ..*+.O.O. . | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | .+=.=.X**. o | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | .. B.o=Eo . . | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | ...o+oOo= | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 77%] Building C object extensions/rt_default/CMakeFiles/rt_default.dir/rtd_rules.c.o unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start sudo: unable to resolve host juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start Generating public/private rsa key pair. unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start Your identification has been saved in /home/ubuntu/.ssh/id_rsa. unit-abot-epc-basic-0: 10:46:54 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: 10:46:54 DEBUG unit.abot-epc-basic/0.start The key fingerprint is: unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start SHA256:bGIO8/IDyqPzDQywGBqJUFAvu8ldqtw8EWRJYNzLGv8 ubuntu@juju-29d1f3-default-0 unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start The key's randomart image is: unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start +---[RSA 2048]----+ unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start |o==+.. | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start |oo..= | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start |* .+.. | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start |++.o+ . | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start |= .+o.+ S | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | +.++O o | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start | .*.++o | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start |..+*.oE | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start |.++.+... | unit-abot-epc-basic-0: 10:46:54 DEBUG unit.abot-epc-basic/0.start +----[SHA256]-----+ unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_default.fdx unit-abot-epc-basic-0: 10:46:54 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-abot-epc-basic-0: 10:46:54 INFO juju.worker.uniter.operation ran "start" hook unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_redirect unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-abot-epc-basic-0: 10:46:54 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 78%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/rt_redir.c.o unit-abot-epc-basic-0: 10:46:54 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-abot-epc-basic-0: 10:46:54 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 79%] Building C object extensions/rt_redirect/CMakeFiles/rt_redirect.dir/redir_entries.c.o unit-abot-epc-basic-0: 10:46:54 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:46:54 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:46:54 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: 10:46:54 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: 10:46:54 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: 10:46:54 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_redirect.fdx unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 83%] Generating rtbusy_conf.tab.c, rtbusy_conf.tab.h unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 84%] Generating lex.rtbusy_conf.c unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_busypeers unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 85%] Building C object extensions/rt_busypeers/CMakeFiles/rt_busypeers.dir/rtbusy.c.o unit-oai-hss-0: 10:46:54 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: 10:46:54 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: 10:46:54 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_busypeers.fdx unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_ignore_dh unit-oai-hss-0: 10:46:54 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: 10:46:54 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_ignore_dh.fdx unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install Scanning dependencies of target rt_load_balance unit-oai-hss-0: 10:46:54 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: 10:46:54 DEBUG unit.oai-hss/0.install Linking C shared module ../rt_load_balance.fdx unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 90%] Generating aw_conf.tab.c, aw_conf.tab.h unit-oai-hss-0: 10:46:54 DEBUG unit.oai-hss/0.install [ 91%] Generating lex.aw_conf.c unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target acl_wl unit-oai-hss-0: 10:46:55 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: 10:46:55 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: 10:46:55 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: 10:46:55 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: 10:46:55 DEBUG unit.oai-hss/0.install Linking C shared module ../acl_wl.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_monitor unit-oai-hss-0: 10:46:55 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: 10:46:55 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_monitor.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_timings unit-oai-hss-0: 10:46:55 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: 10:46:55 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_timings.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_msg_dumps unit-oai-hss-0: 10:46:55 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: 10:46:55 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_msg_dumps.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install Scanning dependencies of target dbg_rt unit-oai-hss-0: 10:46:55 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: 10:46:55 DEBUG unit.oai-hss/0.install Linking C shared module ../dbg_rt.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 0%] Built target version_information unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 14%] Built target libfdproto unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 46%] Built target libfdcore unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 47%] Built target freeDiameterd unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 48%] Built target testcnx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 50%] Built target testdict unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 51%] Built target testdisp unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 52%] Built target testfifo unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 53%] Built target testloadext unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 54%] Built target testmesg unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 55%] Built target testmesg_stress unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 56%] Built target testostr unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 57%] Built target testpeers unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 58%] Built target testsctp unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 59%] Built target testsess unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 60%] Built target dict_s6a unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 61%] Built target dict_nasreq unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 62%] Built target dict_eap unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 63%] Built target dict_dcca unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 64%] Built target dict_dcca_3gpp unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 65%] Built target dict_dcca_starent unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 66%] Built target dict_sip unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 67%] Built target dict_mip6a unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 68%] Built target dict_mip6i unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 69%] Built target dict_nas_mipv6 unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 70%] Built target dict_rfc5777 unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 77%] Built target rt_default unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 82%] Built target rt_redirect unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 87%] Built target rt_busypeers unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 88%] Built target rt_ignore_dh unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 89%] Built target rt_load_balance unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 95%] Built target acl_wl unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 96%] Built target dbg_monitor unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 97%] Built target dbg_msg_timings unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [ 98%] Built target dbg_msg_dumps unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install [100%] Built target dbg_rt unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Install configuration: "" unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/freeDiameter-host.h unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdproto.h unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/libfdcore.h unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/include/freeDiameter/extension.h unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.1.2.0 unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so.6 unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdproto.so unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.1.2.0 unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so.6 unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/libfdcore.so unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/lib/libfdcore.so.1.2.0" unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd-1.2.0 unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/bin/freeDiameterd unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Removed runtime path from "/usr/bin/freeDiameterd-1.2.0" unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_s6a.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nasreq.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_eap.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_3gpp.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_dcca_starent.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_sip.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6a.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_mip6i.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_nas_mipv6.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dict_rfc5777.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_default.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_redirect.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_busypeers.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_ignore_dh.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/rt_load_balance.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/acl_wl.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_monitor.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_timings.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_msg_dumps.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/freeDiameter/dbg_rt.fdx unit-oai-hss-0: 10:46:55 DEBUG unit.oai-hss/0.install Reading package lists... unit-oai-epc-0: 10:46:55 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{0}] []}} unit-oai-epc-0: 10:46:55 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{0}] []}} unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install Building dependency tree... unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install Reading state information... unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install Suggested packages: unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install python-pexpect-doc unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install The following NEW packages will be installed: unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install python-pexpect unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install Need to get 37.8 kB of archives. unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install After this operation, 193 kB of additional disk space will be used. unit-oai-hss-0: 10:46:56 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: 10:46:56 DEBUG unit.oai-hss/0.install Fetched 37.8 kB in 0s (57.8 kB/s) unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install Selecting previously unselected package python-pexpect. unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install (Reading database ... 121396 files and directories currently installed.) unit-oai-hss-0: 10:46:56 DEBUG unit.oai-hss/0.install Preparing to unpack .../python-pexpect_3.1-1ubuntu0.1_all.deb ... unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Unpacking python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Setting up python-pexpect (3.1-1ubuntu0.1) ... unit-oai-hss-0: 10:46:57 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: 10:46:57 DEBUG unit.oai-hss/0.install + /srv/openair-cn/SCRIPTS/build_hss -c -d unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Clean the build generated files (build from scratch) unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Compile with debug informations unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install mkdir: created directory 'BUILD' unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install git found: /usr/bin/git unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Generating a 1024 bit RSA private key unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install ..++++++ unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install .++++++ unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install writing new private key to 'hss.cakey.pem' unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install ----- unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Generating RSA private key, 1024 bit long modulus unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install .....++++++ unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install ........++++++ unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install e is 65537 (0x10001) unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Using configuration from /usr/lib/ssl/openssl.cnf unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Check that the request matches the signature unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Signature ok unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Certificate Details: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Serial Number: 1 (0x1) unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Validity unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Not Before: Sep 2 10:46:57 2018 GMT unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Not After : Sep 2 10:46:57 2019 GMT unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Subject: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install countryName = FR unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install stateOrProvinceName = PACA unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install organizationName = Eurecom unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install organizationalUnitName = CM unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install commonName = oai-hss-0.openair4G.eur unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install X509v3 extensions: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install X509v3 Basic Constraints: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install CA:FALSE unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Netscape Comment: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install OpenSSL Generated Certificate unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install X509v3 Subject Key Identifier: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install 11:1B:17:42:C1:B9:D0:93:5B:63:C7:EA:68:05:11:0D:79:DB:79:3E unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install X509v3 Authority Key Identifier: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install keyid:4D:40:4E:0B:72:48:6C:0C:D6:77:FE:02:2A:E0:E6:5E:28:B3:22:C1 unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Certificate is to be certified until Sep 2 10:46:57 2019 GMT (365 days) unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Write out database with 1 new entries unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Data Base Updated unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install CMake Warning: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Manually-specified variables were not used by the project: unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install DEBUG unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_access_restriction unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_auc unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_db unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_utils unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Scanning dependencies of target hss_s6a unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install [ 4%] [ 8%] [ 13%] [ 17%] [ 21%] [ 26%] [ 30%] [ 34%] Building C object CMakeFiles/hss_access_restriction.dir/srv/openair-cn/SRC/OAI_HSS/access_restriction/access_restriction.c.o unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install [ 39%] [ 43%] [ 47%] [ 52%] [ 56%] [ 60%] [ 65%] [ 69%] Building C object CMakeFiles/hss_db.dir/srv/openair-cn/SRC/OAI_HSS/db/db_connector.c.o unit-oai-hss-0: 10:46:57 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: 10:46:57 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: 10:46:57 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/random.c.o unit-oai-hss-0: 10:46:57 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: 10:46:57 DEBUG unit.oai-hss/0.install [ 73%] Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/conversion.c.o unit-oai-hss-0: 10:46:57 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/rijndael.c.o unit-oai-hss-0: 10:46:57 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: 10:46:57 DEBUG unit.oai-hss/0.install [ 78%] Building C object CMakeFiles/hss_auc.dir/srv/openair-cn/SRC/OAI_HSS/auc/sequence_number.c.o unit-oai-hss-0: 10:46:57 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: 10:46:57 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_utils.dir/srv/openair-cn/SRC/OAI_HSS/utils/pid_file.c.o unit-oai-hss-0: 10:46:57 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: 10:46:57 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: 10:46:57 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: 10:46:57 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: 10:46:57 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: 10:46:58 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_peers.c.o unit-oai-hss-0: 10:46:58 DEBUG unit.oai-hss/0.install [ 82%] [ 86%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_purge_ue.c.o unit-oai-hss-0: 10:46:58 DEBUG unit.oai-hss/0.install [ 91%] [ 95%] Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_up_loc.c.o unit-oai-hss-0: 10:46:58 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: 10:46:58 DEBUG unit.oai-hss/0.install Building C object CMakeFiles/hss_s6a.dir/srv/openair-cn/SRC/OAI_HSS/s6a/s6a_subscription_data.c.o unit-oai-hss-0: 10:46:59 DEBUG unit.oai-hss/0.install Linking C static library libhss_access_restriction.a unit-oai-hss-0: 10:46:59 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_access_restriction unit-oai-hss-0: 10:46:59 DEBUG unit.oai-hss/0.install Linking C static library libhss_utils.a unit-oai-hss-0: 10:46:59 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 10:46:59 DEBUG unit.oai-hss/0.install Linking C static library libhss_s6a.a unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_s6a unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install Linking C static library libhss_auc.a unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install Linking C static library libhss_db.a unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [ 95%] [ 95%] Built target hss_auc unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install Built target hss_db unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install Scanning dependencies of target oai_hss unit-oai-hss-0: 10:47:00 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: 10:47:00 DEBUG unit.oai-hss/0.install Linking C executable oai_hss unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [ 4%] Built target hss_access_restriction unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [ 26%] Built target hss_auc unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [ 39%] Built target hss_db unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [ 82%] Built target hss_s6a unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [ 95%] Built target hss_utils unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install [100%] Built target oai_hss unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install Install the project... unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install -- Install configuration: "RelWithDebInfo" unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/bin/oai_hss unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install -- Installing: /usr/local/etc/oai/hss.conf unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/hss_fd.conf unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install -- Installing: /usr/lib/../etc/freeDiameter/acl.conf unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install '/srv/openair-cn/BUILD/HSS/BUILD/oai_hss' -> '/usr/local/bin/oai_hss' unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install oai_hss installed unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install + juju-log 'Add oai_hss init script' unit-oai-hss-0: 10:47:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:00 INFO unit.oai-hss/0.juju-log Add oai_hss init script unit-oai-hss-0: 10:47:00 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: 10:47:00 DEBUG unit.oai-hss/0.install + '[' '!' -f /usr/local/bin/oai_hss ']' unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.install + status-set blocked 'Waiting for a mysql/db relation to start' unit-oai-hss-0: 10:47:00 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:47:00 INFO juju.worker.uniter.operation ran "install" hook unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-hss-0: 10:47:00 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-hss-0: 10:47:00 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + set_env_paths unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + service oai_hss stop unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed stop: Unknown instance: unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + true unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ config-get branch unit-oai-hss-0: 10:47:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.branch unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 10:47:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-hss-0/charm/.realm unit-oai-hss-0: 10:47:00 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: 10:47:00 DEBUG unit.oai-hss/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ config-get realm unit-oai-hss-0: 10:47:00 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + realm=openair4G.eur unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ hostname unit-oai-hss-0: 10:47:00 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: 10:47:00 DEBUG unit.oai-hss/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ hostname --fqdn unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + fqdn=oai-hss-0.openair4G.eur unit-oai-hss-0: 10:47:00 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: 10:47:00 DEBUG unit.oai-hss/0.config-changed HSS S6A: Found valid certificate in /usr/etc/freeDiameter unit-oai-hss-0: 10:47:00 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: 10:47:00 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: 10:47:00 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: 10:47:00 DEBUG unit.oai-hss/0.config-changed ++ relation-ids db unit-oai-hss-0: 10:47:00 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:47:00 DEBUG unit.oai-hss/0.config-changed + '[' -z '' ']' unit-oai-hss-0: 10:47:00 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: 10:47:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:00 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: 10:47:00 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: 10:47:00 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:00 INFO unit.oai-hss/0.juju-log no db is found, so HSS process is not going to be run unit-oai-hss-0: 10:47:00 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:47:00 INFO juju.worker.uniter found queued "start" hook unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-hss-0: 10:47:00 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.start + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.start ++ relation-ids db unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.start + '[' -n '' ']' unit-oai-hss-0: 10:47:01 INFO juju.worker.uniter.operation ran "start" hook unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:47:01 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-hss-0: 10:47:01 INFO juju.worker.uniter.relation joining relation "oai-hss:db mysql:db" unit-oai-hss-0: 10:47:01 INFO juju.worker.uniter.relation joined relation "oai-hss:db mysql:db" unit-oai-hss-0: 10:47:01 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 10:47:01 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; mysql/0) hook unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 10:47:01 INFO juju.worker.uniter.operation skipped "db-relation-joined" hook (missing) unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; mysql/0) hook" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + database= unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + user= unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + password= unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.9 unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z '' ']' unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:01 INFO unit.oai-hss/0.juju-log db:1: Data not sent yet unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + exit 0 unit-oai-hss-0: 10:47:01 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 10:47:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{0}] []}} unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[oai-hss/0:{0}] []}} unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.operation running operation run relation-joined (1; oai-hss/0) hook unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-joined hook unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.remotestate got a relation units change: {1 {map[mysql/0:{1}] []}} unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; mysql/0) hook unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; mysql/0) hook" unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "is-leader" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 10:47:01 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get database unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "leader-get" unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + database=oai-hss unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get user unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + user=aechiyangenohyu unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get password unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-mysql-0: 10:47:01 DEBUG unit.mysql/0.juju-log db:1: Using existing password file '/var/lib/mysql/mysql.passwd' unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + password=iejajeevoongiew unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get private-address unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "leader-set" unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + host=192.168.121.9 unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get operator-key unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + operatorkey=1006020f0a478bf6b699f15c062e42b3 unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ config-get random unit-oai-hss-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + random=true unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + '[' -z oai-hss ']' unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + db_data_in_config_file 192.168.121.9 aechiyangenohyu iejajeevoongiew oai-hss unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_server[^"]*)".*"/\1"192.168.121.9"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_user[^"]*)".*"/\1"aechiyangenohyu"/' /usr/local/etc/oai/hss.conf unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + sed -r -i 's/(MYSQL_pass[^"]*)".*"/\1"iejajeevoongiew"/' /usr/local/etc/oai/hss.conf unit-oai-hss-0: 10:47:01 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: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + modify_hss_conf 1006020f0a478bf6b699f15c062e42b3 true unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:47:01 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: 10:47:01 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: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -q users unit-oai-hss-0: 10:47:01 DEBUG unit.oai-hss/0.db-relation-changed ++ /usr/bin/mysql -u aechiyangenohyu --password=iejajeevoongiew -h 192.168.121.9 oai-hss -e 'show tables;' unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.remotestate got leader settings change: ok=true unit-mysql-0: 10:47:01 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-mysql-0: 10:47:01 DEBUG unit.mysql/0.db-relation-joined [grant replication client on *.* to `aechiyangenohyu` identified by 'iejajeevoongiew'] unit-mysql-0: 10:47:01 DEBUG unit.mysql/0.db-relation-joined [grant all on `oai-hss`.* to `aechiyangenohyu` identified by 'iejajeevoongiew'] unit-mysql-0: 10:47:01 DEBUG unit.mysql/0.db-relation-joined ['relation-set', 'database=oai-hss', 'user=aechiyangenohyu', 'password=iejajeevoongiew', 'host=192.168.121.9', 'slave=False'] unit-mysql-0: 10:47:01 DEBUG unit.mysql/0.db-relation-joined [create database `oai-hss` character set utf8] unit-mysql-0: 10:47:01 INFO juju.worker.uniter.operation ran "db-relation-joined" hook unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (1; oai-hss/0) hook" unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.operation running operation run relation-changed (1; oai-hss/0) hook unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:47:01 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 10:47:02 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 10:47:02 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running db-relation-changed hook unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + /usr/bin/mysql -u aechiyangenohyu --password=iejajeevoongiew -h 192.168.121.9 oai-hss unit-mysql-0: 10:47:02 INFO juju.worker.uniter.operation skipped "db-relation-changed" hook (missing) unit-mysql-0: 10:47:02 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; oai-hss/0) hook" unit-mysql-0: 10:47:02 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:47:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:47:02 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-mysql-0: 10:47:02 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + /var/lib/juju/agents/unit-oai-hss-0/charm/hooks/start unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 10:47:02 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n db:1 ']' unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Running HSS' unit-oai-hss-0: 10:47:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:02 INFO unit.oai-hss/0.juju-log db:1: Running HSS unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + service oai_hss restart unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed stop: Unknown instance: unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed oai_hss start/running, process 21931 unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_process unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed ++ service oai_hss status unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + IS_RUNNING='oai_hss start/running, process 21931' unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + [[ oai_hss start/running, process 21931 =~ .*running.* ]] unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'OAI HSS is running' unit-oai-hss-0: 10:47:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:02 INFO unit.oai-hss/0.juju-log db:1: OAI HSS is running unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + status=0 unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 1 ']' unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_connection_to_db unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + set_env_paths unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + openair_path=/srv/openair-cn unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + hss_conf=/usr/local/etc/oai unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + hss_exec_name=oai_hss unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Establishing connection to db' unit-oai-hss-0: 10:47:02 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:02 INFO unit.oai-hss/0.juju-log db:1: Establishing connection to db unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids db unit-oai-hss-0: 10:47:02 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + db_id=db:1 unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r db:1 unit-oai-hss-0: 10:47:02 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-get -r db:1 user mysql/0 unit-oai-hss-0: 10:47:02 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + db_host=aechiyangenohyu unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 10:47:02 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c '.*db.*DONE' /srv/.out unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Connection to db...Established' unit-oai-hss-0: 10:47:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:03 INFO unit.oai-hss/0.juju-log db:1: Connection to db...Established unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + check_hss_s6a_layer unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + COUNTER=0 unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 'Checking s6a layer initialization' unit-oai-hss-0: 10:47:03 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:03 INFO unit.oai-hss/0.juju-log db:1: Checking s6a layer initialization unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -lt 30 ']' unit-oai-hss-0: 10:47:03 DEBUG unit.oai-hss/0.db-relation-changed + sleep 1 unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed ++ grep -c 'Core state: 1 -> 2' /srv/.out unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' 1 -gt 0 ']' unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log 's6a layer initialized......HSS ready' unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:04 INFO unit.oai-hss/0.juju-log db:1: s6a layer initialized......HSS ready unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + status-set active 'OAI HSS is running' unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + break unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' 0 -eq 30 ']' unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:04 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-list -r hss:2 unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + '[' -n hss:2 ']' unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed ++ relation-ids hss unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + for hss_id in '$(relation-ids hss)' unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + juju-log hss:2 unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:47:04 INFO unit.oai-hss/0.juju-log db:1: hss:2 unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 mme_in_db=yes unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:47:04 DEBUG unit.oai-hss/0.db-relation-changed + relation-set -r hss:2 hss_running=yes unit-oai-hss-0: 10:47:04 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:47:04 INFO juju.worker.uniter.operation ran "db-relation-changed" hook unit-oai-hss-0: 10:47:04 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (1; mysql/0) hook" unit-oai-hss-0: 10:47:04 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:47:04 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:47:04 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 10:47:04 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{1}] []}} unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install + source /srv/openair-cn/BUILD/TOOLS/build_helper unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ SUDO='sudo -S -E' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ black='\E[30m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ red='\E[31m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ green='\E[32m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ yellow='\E[33m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ blue='\E[1;34m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ magenta='\E[35m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ cyan='\E[36m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ white='\E[37m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ reset_color='\E[00m' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ COLORIZE=1 unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install + install_xtables_addons_oai 1 unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install + '[' 1 -eq 0 ']' unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install + prompt=y unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install + rm_option=f unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install + OPTION=-y unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:47:29 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: 10:47:29 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: 10:47:29 DEBUG unit.oai-epc/0.install Reading package lists... unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install Building dependency tree... unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install Reading state information... unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install autoconf is already the newest version. unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install automake is already the newest version. unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install build-essential is already the newest version. unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install iptables is already the newest version. unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install linux-headers-3.19.0-031900-generic is already the newest version. unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install The following NEW packages will be installed: unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install dkms iptables-dev unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install Need to get 121 kB of archives. unit-oai-epc-0: 10:47:29 DEBUG unit.oai-epc/0.install After this operation, 655 kB of additional disk space will be used. unit-oai-epc-0: 10:47:29 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: 10:47:30 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: 10:47:30 DEBUG unit.oai-epc/0.install Fetched 121 kB in 0s (123 kB/s) unit-oai-epc-0: 10:47:30 DEBUG unit.oai-epc/0.install Selecting previously unselected package dkms. unit-oai-epc-0: 10:47:30 DEBUG unit.oai-epc/0.install (Reading database ... 128004 files and directories currently installed.) unit-oai-epc-0: 10:47:30 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: 10:47:30 DEBUG unit.oai-epc/0.install Unpacking dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 10:47:30 DEBUG unit.oai-epc/0.install Selecting previously unselected package iptables-dev. unit-oai-epc-0: 10:47:30 DEBUG unit.oai-epc/0.install Preparing to unpack .../iptables-dev_1.4.21-1ubuntu1_amd64.deb ... unit-oai-epc-0: 10:47:30 DEBUG unit.oai-epc/0.install Unpacking iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 10:47:30 DEBUG unit.oai-epc/0.install Processing triggers for man-db (2.6.7.1-1ubuntu1) ... unit-oai-epc-0: 10:47:30 DEBUG unit.oai-epc/0.install Setting up dkms (2.2.0.3-1.1ubuntu5.14.04.9) ... unit-oai-epc-0: 10:47:31 DEBUG unit.oai-epc/0.install Setting up iptables-dev (1.4.21-1ubuntu1) ... unit-oai-epc-0: 10:47:31 DEBUG unit.oai-epc/0.install + [[ y =~ [yY](es)* ]] unit-oai-epc-0: 10:47:31 DEBUG unit.oai-epc/0.install + cd /root unit-oai-epc-0: 10:47:31 DEBUG unit.oai-epc/0.install + '[' -d xtables-addons-oai ']' unit-oai-epc-0: 10:47:31 DEBUG unit.oai-epc/0.install + echo 'Downloading xtables-addons-oai source code' unit-oai-epc-0: 10:47:31 DEBUG unit.oai-epc/0.install Downloading xtables-addons-oai source code unit-oai-epc-0: 10:47:31 DEBUG unit.oai-epc/0.install + git clone https://gitlab.eurecom.fr/oai/xtables-addons-oai.git unit-oai-epc-0: 10:47:31 DEBUG unit.oai-epc/0.install Cloning into 'xtables-addons-oai'... unit-oai-epc-0: 10:47:34 DEBUG unit.oai-epc/0.install + chmod -R o+w xtables-addons-oai unit-oai-epc-0: 10:47:34 DEBUG unit.oai-epc/0.install + chmod -R g+w xtables-addons-oai unit-oai-epc-0: 10:47:34 DEBUG unit.oai-epc/0.install + cd xtables-addons-oai/ unit-oai-epc-0: 10:47:34 DEBUG unit.oai-epc/0.install + sync unit-oai-epc-0: 10:47:34 DEBUG unit.oai-epc/0.install + sudo -S -E autoreconf --install --force unit-oai-epc-0: 10:47:37 DEBUG unit.oai-epc/0.install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. unit-oai-epc-0: 10:47:37 DEBUG unit.oai-epc/0.install libtoolize: copying file `build-aux/ltmain.sh' unit-oai-epc-0: 10:47:37 DEBUG unit.oai-epc/0.install libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. unit-oai-epc-0: 10:47:37 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/libtool.m4' unit-oai-epc-0: 10:47:37 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltoptions.m4' unit-oai-epc-0: 10:47:37 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltsugar.m4' unit-oai-epc-0: 10:47:37 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/ltversion.m4' unit-oai-epc-0: 10:47:37 DEBUG unit.oai-epc/0.install libtoolize: copying file `m4/lt~obsolete.m4' unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install Makefile.am:6: warning: ':='-style assignments are not portable unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: ':='-style assignments are not portable unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install Makefile.am:21: warning: shell mktemp -dtu: non-POSIX variable name unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install Makefile.am:21: (probably a GNU make extension) unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install + sudo -S -E ./configure unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for a BSD-compatible install... /usr/bin/install -c unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether build environment is sane... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for a thread-safe mkdir -p... /bin/mkdir -p unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for gawk... gawk unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether make sets $(MAKE)... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether make supports nested variables... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for gcc... gcc unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether the C compiler works... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for C compiler default output file name... a.out unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for suffix of executables... unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether we are cross compiling... no unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for suffix of object files... o unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether we are using the GNU C compiler... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether gcc accepts -g... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for gcc option to accept ISO C89... none needed unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether gcc understands -c and -o together... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for style of include used by make... GNU unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking dependency style of gcc... gcc3 unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for ar... ar unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking the archiver (ar) interface... ar unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking build system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking host system type... x86_64-unknown-linux-gnu unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking how to print strings... printf unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for a sed that does not truncate output... /bin/sed unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for grep that handles long lines and -e... /bin/grep unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for egrep... /bin/grep -E unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for fgrep... /bin/grep -F unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for ld used by gcc... /usr/bin/ld unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking if the linker (/usr/bin/ld) is GNU ld... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking the name lister (/usr/bin/nm -B) interface... BSD nm unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether ln -s works... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking the maximum length of command line arguments... 1572864 unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether the shell understands some XSI constructs... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking whether the shell understands "+="... yes unit-oai-epc-0: 10:47:39 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: 10:47:39 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: 10:47:39 DEBUG unit.oai-epc/0.install checking for /usr/bin/ld option to reload object files... -r unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for objdump... objdump unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking how to recognize dependent libraries... pass_all unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for dlltool... no unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking how to associate runtime and link libraries... printf %s\n unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for archiver @FILE support... @ unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for strip... strip unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for ranlib... ranlib unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking command to parse /usr/bin/nm -B output from gcc object... ok unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for sysroot... no unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for mt... mt unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking if mt is a manifest tool... no unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking how to run the C preprocessor... gcc -E unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for ANSI C header files... yes unit-oai-epc-0: 10:47:39 DEBUG unit.oai-epc/0.install checking for sys/types.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for sys/stat.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for stdlib.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for string.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for memory.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for strings.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for inttypes.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for stdint.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for unistd.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for dlfcn.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for objdir... .libs unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking if gcc supports -fno-rtti -fno-exceptions... no unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for gcc option to produce PIC... -fPIC -DPIC unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking if gcc PIC flag -fPIC -DPIC works... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking if gcc static flag -static works... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking if gcc supports -c -o file.o... (cached) yes unit-oai-epc-0: 10:47:40 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: 10:47:40 DEBUG unit.oai-epc/0.install checking whether -lc should be explicitly linked in... no unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking dynamic linker characteristics... GNU/Linux ld.so unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking how to hardcode library paths into programs... immediate unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking whether stripping libraries is possible... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking if libtool supports shared libraries... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking whether to build shared libraries... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking whether to build static libraries... no unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h usability... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking linux/netfilter/x_tables.h presence... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for linux/netfilter/x_tables.h... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for pkg-config... /usr/bin/pkg-config unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking pkg-config is at least version 0.9.0... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking for libxtables... yes unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install checking Xtables module directory... /lib/xtables unit-oai-epc-0: 10:47:40 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: 10:47:40 DEBUG unit.oai-epc/0.install checking that generated files are newer than configure... done unit-oai-epc-0: 10:47:40 DEBUG unit.oai-epc/0.install configure: creating ./config.status unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: creating Makefile unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: creating Makefile.iptrules unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: creating Makefile.mans unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: creating geoip/Makefile unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: creating extensions/Makefile unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: creating extensions/ACCOUNT/Makefile unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: creating extensions/pknock/Makefile unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: creating config.h unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: executing depfiles commands unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install config.status: executing libtool commands unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install + sudo -S -E make unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install make all-recursive unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install Making all in extensions unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:41 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 10:47:41 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: 10:47:42 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:47:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/compat_xtables.o unit-oai-epc-0: 10:47:42 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_CHAOS.o unit-oai-epc-0: 10:47:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DELUDE.o unit-oai-epc-0: 10:47:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.o unit-oai-epc-0: 10:47:43 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.o unit-oai-epc-0: 10:47:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ECHO.o unit-oai-epc-0: 10:47:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.o unit-oai-epc-0: 10:47:44 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_IPMARK.o unit-oai-epc-0: 10:47:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.o unit-oai-epc-0: 10:47:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.o unit-oai-epc-0: 10:47:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_TARPIT.o unit-oai-epc-0: 10:47:45 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_condition.o unit-oai-epc-0: 10:47:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_fuzzy.o unit-oai-epc-0: 10:47:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_geoip.o unit-oai-epc-0: 10:47:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_iface.o unit-oai-epc-0: 10:47:46 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipp2p.o unit-oai-epc-0: 10:47:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_ipv4options.o unit-oai-epc-0: 10:47:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_length2.o unit-oai-epc-0: 10:47:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_lscan.o unit-oai-epc-0: 10:47:47 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_psd.o unit-oai-epc-0: 10:47:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/xt_quota2.o unit-oai-epc-0: 10:47:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.o unit-oai-epc-0: 10:47:48 DEBUG unit.oai-epc/0.install CC [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.o unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.mod.o unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/compat_xtables.mod.o unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/pknock/xt_pknock.mod.o unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_CHAOS.mod.o unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DELUDE.mod.o unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DHCPMAC.mod.o unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 10:47:49 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_DNETMAP.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ECHO.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_GTPUSP.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_IPMARK.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_LOGMARK.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_SYSRQ.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_TARPIT.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_condition.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_fuzzy.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_geoip.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_iface.mod.o unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 10:47:50 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipp2p.mod.o unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_ipv4options.mod.o unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_length2.mod.o unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_lscan.mod.o unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_psd.mod.o unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC /root/xtables-addons-oai/extensions/xt_quota2.mod.o unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install LD [M] /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_CHAOS.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_CHAOS.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_DELUDE.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_DELUDE.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_DHCPMAC.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_DHCPMAC.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_dhcpmac.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_dhcpmac.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_DNETMAP.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_DNETMAP.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_ECHO.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_ECHO.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_GTPUSP.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_GTPUSP.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_IPMARK.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_IPMARK.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_LOGMARK.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_LOGMARK.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_SYSRQ.oo unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CCLD libxt_SYSRQ.so unit-oai-epc-0: 10:47:51 DEBUG unit.oai-epc/0.install CC libxt_TARPIT.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_TARPIT.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_condition.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_condition.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_fuzzy.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_fuzzy.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_geoip.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install libxt_geoip.c: In function 'geoip_get_subnets': unit-oai-epc-0: 10:47:52 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: 10:47:52 DEBUG unit.oai-epc/0.install read(fd, subnets, sb.st_size); unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install ^ unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_geoip.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_iface.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_iface.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_ipp2p.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_ipp2p.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_ipv4options.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_ipv4options.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_length2.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_length2.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_lscan.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_lscan.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_psd.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_psd.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_quota2.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_quota2.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_gradm.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_gradm.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install depbase=`echo libxt_ACCOUNT_cl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ unit-oai-epc-0: 10:47:52 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: 10:47:52 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Plo unit-oai-epc-0: 10:47:52 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: 10:47:52 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: 10:47:52 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: 10:47:52 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: 10:47:52 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: 10:47:52 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: 10:47:52 DEBUG unit.oai-epc/0.install depbase=`echo iptaccount.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 10:47:52 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: 10:47:52 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 10:47:52 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: 10:47:52 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: 10:47:52 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CC libxt_ACCOUNT.oo unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install CCLD libxt_ACCOUNT.so unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:52 DEBUG unit.oai-epc/0.install depbase=`echo pknlusr.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ unit-oai-epc-0: 10:47:52 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: 10:47:52 DEBUG unit.oai-epc/0.install mv -f $depbase.Tpo $depbase.Po unit-oai-epc-0: 10:47:53 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: 10:47:53 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: 10:47:53 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install CC libxt_pknock.oo unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install CCLD libxt_pknock.so unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install Making all in geoip unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `all'. unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:53 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: 10:47:53 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: 10:47:53 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: 10:47:53 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install + sudo -S -E make install unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install Making install in extensions unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:53 DEBUG unit.oai-epc/0.install Xtables-addons 2.7 - Linux 3.19.0 unit-oai-epc-0: 10:47:53 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: 10:47:53 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Building modules, stage 2. unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install MODPOST 23 modules unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules all; unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:54 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: 10:47:54 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/ACCOUNT/xt_ACCOUNT.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/compat_xtables.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/pknock/xt_pknock.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_CHAOS.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DELUDE.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DHCPMAC.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_DNETMAP.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ECHO.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_GTPUSP.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_IPMARK.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_LOGMARK.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_SYSRQ.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_TARPIT.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_condition.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_fuzzy.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_geoip.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_iface.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipp2p.ko unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:54 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_ipv4options.ko unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_length2.ko unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_lscan.ko unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_psd.ko unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install INSTALL /root/xtables-addons-oai/extensions/xt_quota2.ko unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install Can't read private key unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install DEPMOD 3.19.0-031900-generic unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/usr/src/linux-headers-3.19.0-031900-generic' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make -f ../Makefile.iptrules install; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/lib' unit-oai-epc-0: 10:47:55 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: 10:47:55 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: 10:47:55 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: 10:47:55 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: 10:47:55 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: 10:47:55 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: 10:47:55 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install Libraries have been installed in: unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /usr/local/lib unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install If you ever happen to want to link against installed libraries unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install in a given directory, LIBDIR, you must either use libtool, and unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install specify the full pathname of the library, or use the `-LLIBDIR' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install flag during linking and do at least one of the following: unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_LIBRARY_PATH' environment variable unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install during execution unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install - add LIBDIR to the `LD_RUN_PATH' environment variable unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install during linking unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install - use the `-Wl,-rpath -Wl,LIBDIR' linker flag unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install - have your system administrator add LIBDIR to `/etc/ld.so.conf' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install See any operating system documentation about shared libraries for unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install more information, such as the ld(1) and ld.so(8) manual pages. unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install ---------------------------------------------------------------------- unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/sbin' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /bin/bash ../../libtool --mode=install /usr/bin/install -c iptaccount '/usr/local/sbin' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install libtool: install: /usr/bin/install -c .libs/iptaccount /usr/local/sbin/iptaccount unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 iptaccount.8 '/usr/local/share/man/man8' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/ACCOUNT' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[4]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules all; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make -f ../../Makefile.iptrules install; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[6]: Entering directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[6]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[5]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[4]: Leaving directory `/root/xtables-addons-oai/extensions/pknock' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install install -dm0755 "//lib/xtables"; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-data-am'. unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/extensions' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install Making install in geoip unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/libexec/xtables-addons' unit-oai-epc-0: 10:47:55 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: 10:47:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man1' unit-oai-epc-0: 10:47:55 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: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai/geoip' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[1]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Nothing to be done for `install-exec-am'. unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make -f Makefile.mans all; unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[3]: Entering directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[3]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /bin/mkdir -p '/usr/local/share/man/man8' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install /usr/bin/install -c -m 644 xtables-addons.8 '/usr/local/share/man/man8' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[2]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install make[1]: Leaving directory `/root/xtables-addons-oai' unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install ++ uname -r unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install + cd /lib/modules/3.19.0-031900-generic unit-oai-epc-0: 10:47:55 DEBUG unit.oai-epc/0.install + sudo -S -E depmod -a unit-oai-epc-0: 10:47:58 DEBUG unit.oai-epc/0.install + /srv/openair-cn/SCRIPTS/build_epc -c -H unknown.openair4G.eur unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.install + status=0 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.install + '[' 0 '!=' 0 ']' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.install + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list ']' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.install + touch /var/lib/juju/agents/unit-oai-epc-0/charm/.tac_list unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.install + juju-log 'Add mme-gw init script' unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:33 INFO unit.oai-epc/0.juju-log Add mme-gw init script unit-oai-epc-0: 10:48:33 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: 10:48:33 DEBUG unit.oai-epc/0.install + '[' '!' -f /usr/local/bin/mme_gw ']' unit-oai-epc-0: 10:48:33 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: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:48:33 INFO juju.worker.uniter.operation ran "install" hook unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation committing operation "run install hook" unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation running operation accept leadership unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation preparing operation "accept leadership" unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation committing operation "accept leadership" unit-oai-epc-0: 10:48:33 INFO juju.worker.uniter found queued "leader-elected" hook unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation running operation run leader-elected hook unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation preparing operation "run leader-elected hook" unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation executing operation "run leader-elected hook" unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running leader-elected hook unit-oai-epc-0: 10:48:33 INFO juju.worker.uniter.operation skipped "leader-elected" hook (missing) unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation committing operation "run leader-elected hook" unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation running operation run config-changed hook unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation preparing operation "run config-changed hook" unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter.operation executing operation "run config-changed hook" unit-oai-epc-0: 10:48:33 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running config-changed hook unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + set_env_paths unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get branch unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.branch unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + '[' v0.3.2-branch '!=' v0.3.2-branch ']' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get revision unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.revision unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + '[' HEAD '!=' HEAD ']' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + realm=openair4G.eur unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get eth unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + iface=eth0 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get maxenb unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + max_enb=10 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get maxue unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + max_ue=10 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get relative_capacity unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + relative_capacity=10 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get mme_statistic_timer unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + mme_statistic_timer=10 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get emergency_attach_supported unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + emergency_attach_supported=no unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get authenticated_imsi_supported unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + authenticated_imsi_supported=no unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get verbosity unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + verbosity=none unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mcc unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mcc=208 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get gummei_tai_mnc unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + gummei_tai_mnc=93 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_start unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + ipv4_list_start=192.188.1.0/24 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv4_list_end unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + ipv4_list_end=192.188.2.0/24 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get ipv6_list unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + ipv6_list=2014:02:26::0/120 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_IPV4_ADDRESS unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get DEFAULT_DNS_SEC_IPV4_ADDRESS unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + DEFAULT_DNS_SEC_IPV4_ADDRESS=8.8.8.8 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ awk '{ print $1}' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ cut -d: -f2 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ grep 'inet addr:' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + iface_verify=192.168.121.5 unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + '[' -z 192.168.121.5 ']' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + service mme_gw stop unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed stop: Unknown instance: unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + true unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:33 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: 10:48:33 DEBUG unit.oai-epc/0.config-changed + juju-log 'relation-ids-hss = , relation-list=' unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:33 INFO unit.oai-epc/0.juju-log relation-ids-hss = , relation-list= unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ relation-ids hss unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + '[' -z '' ']' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ config-get realm unit-oai-epc-0: 10:48:33 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.realm unit-oai-epc-0: 10:48:33 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: 10:48:33 DEBUG unit.oai-epc/0.config-changed + '[' openair4G.eur '!=' '' ']' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + '[' -d /usr/lib/freeDiameter ']' unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + FREEDIAMETER_PREFIX=/usr unit-oai-epc-0: 10:48:33 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: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ hostname --fqdn unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed ++ hostname unit-oai-epc-0: 10:48:33 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: 10:48:33 DEBUG unit.oai-epc/0.config-changed + echo openair4G.eur unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + rm -f /srv/openair-cn/BUILD/EPC/BUILD/CMakeCache.txt unit-oai-epc-0: 10:48:33 DEBUG unit.oai-epc/0.config-changed + /srv/openair-cn/SCRIPTS/build_epc -C -H unknown.openair4G.eur unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/mme_fd.conf /usr/etc/freeDiameter/ unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed + cp /srv/openair-cn/BUILD/EPC/BUILD/epc.conf /usr/local/etc/oai/ unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed + user_conf unit-oai-epc-0: 10:48:34 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: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:34 INFO unit.oai-epc/0.juju-log Setting up the config option chose by the user or the default ones unit-oai-epc-0: 10:48:34 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: 10:48:34 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: 10:48:34 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: 10:48:34 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: 10:48:34 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: 10:48:34 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: 10:48:34 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/VERBOSITY/ s/".+"/"none"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:48:34 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: 10:48:34 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: 10:48:34 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: 10:48:34 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: 10:48:34 DEBUG unit.oai-epc/0.config-changed + juju-log 'Setting up network configuration in the epc.conf file' unit-oai-epc-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:34 INFO unit.oai-epc/0.juju-log Setting up network configuration in the epc.conf file unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed ++ egrep -o '[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed ++ egrep -o 'inet addr:[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+' unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed ++ ifconfig eth0 unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed + ipv4=192.168.121.5 unit-oai-epc-0: 10:48:34 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: 10:48:34 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: 10:48:34 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: 10:48:34 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/MME_IPV4_ADDRESS_FOR_S1_MME/ s-".*"-"192.168.121.5/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/SGW_IPV4_ADDRESS_FOR_S1U_S12_S4_UP/ s-".*"-"192.168.121.5/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/PGW_IPV4_ADDRESS_FOR_SGI/ s-".*"-"192.168.121.5/24"-' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:48:34 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: 10:48:34 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: 10:48:34 DEBUG unit.oai-epc/0.config-changed + sed -r -i '/OUTPUT/ s/".*"/"CONSOLE"/' /usr/local/etc/oai/epc.conf unit-oai-epc-0: 10:48:34 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: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:34 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: 10:48:34 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: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:34 INFO unit.oai-epc/0.juju-log no HSS is found, so EPC is not going to be run unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.operation ran "config-changed" hook unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation committing operation "run config-changed hook" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter found queued "start" hook unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation running operation run start hook unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation preparing operation "run start hook" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation executing operation "run start hook" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running start hook unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.start + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.start ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.start ++ relation-ids hss unit-oai-epc-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.start + '[' '!' -z '' ']' unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.operation ran "start" hook unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation committing operation "run start hook" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:34 DEBUG juju.worker.dependency "metric-collect" manifold worker started unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.relation joining relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.relation joined relation "oai-epc:ssh-abot-epc abot-epc-basic:ssh-abot" unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.relation joining relation "oai-epc:hss oai-hss:hss" unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-epc/0) hook unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.relation joined relation "oai-epc:hss oai-hss:hss" unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.relation joining relation "abot-epc-basic:epc oai-epc:epc" unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'Setting up HSS relation info for EPC' unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.relation joined relation "abot-epc-basic:epc oai-epc:epc" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; abot-epc-basic/0) hook unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-hss-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:48:34 INFO unit.oai-hss/0.juju-log hss:2: Setting up HSS relation info for EPC unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined ++ hostname --fqdn unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_hostname=oai-hss-0.openair4G.eur unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-joined hook unit-oai-hss-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:34 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-epc/0:{1}] []}} unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined ++ unit-get private-address unit-oai-epc-0: 10:48:34 INFO juju.worker.uniter.operation skipped "ssh-abot-epc-relation-joined" hook (missing) unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation running operation run relation-joined (2; oai-hss/0) hook unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-hss-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 10:48:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-joined hook unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + hss_public_ip=192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + get_ip_address 192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + local status=1 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + local status_after=1 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.7 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 7 -le 255 ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + validate_ip 192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + local ip=192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + local stat=1 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192.168.121.7 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + OIFS=' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=. unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + ip=($ip) unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + IFS=' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined ' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ 7 -le 255 ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + stat=0 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + validated_hss_public_ip=192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + echo 'MME ip address is 192.168.121.7' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined MME ip address is 192.168.121.7 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + return 0 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set ip_address=192.168.121.7 unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.hss-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.hss-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.hss-relation-joined + juju-log 'Setting up MME relation info for HSS' unit-oai-hss-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined ++ relation-ids db unit-oai-epc-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:34 INFO unit.oai-epc/0.juju-log hss:2: Setting up MME relation info for HSS unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.hss-relation-joined ++ hostname --fqdn unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set mme_hostname=oai-epc-0.openair4G.eur unit-oai-hss-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + '[' -n db:1 ']' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + check_hss_process unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined ++ service oai_hss status unit-oai-epc-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{0}] []}} unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + IS_RUNNING='oai_hss start/running, process 21931' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + [[ oai_hss start/running, process 21931 =~ .*running.* ]] unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OAI HSS is running' unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[oai-epc/0:{0}] []}} unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-epc-0: 10:48:34 DEBUG unit.oai-epc/0.hss-relation-joined ++ unit-get private-address unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-hss-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:48:34 INFO unit.oai-hss/0.juju-log hss:2: OAI HSS is running unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + status=0 unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + '[' 0 -eq 0 ']' unit-oai-hss-0: 10:48:34 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set hss_running=yes unit-oai-epc-0: 10:48:34 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + ip_address_mme=192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + get_ip_address 192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + local status=1 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + local status_after=1 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.5 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 5 -le 255 ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + validate_ip 192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + local ip=192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + local stat=1 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192.168.121.5 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + OIFS=' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=. unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + ip=($ip) unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + IFS=' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined ' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + [[ 5 -le 255 ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + stat=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + validated_mme_public_ip=192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + echo 'MME ip address is 192.168.121.5' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined MME ip address is 192.168.121.5 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + return 0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + status=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-joined + relation-set ip_address_mme=192.168.121.5 unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined + get_opc_value unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined ++ config-get imsi unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-joined + ABOT_DEPLOY_DIR=/etc/rebaca-test-suite unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-joined + juju-log 'Setting EPC charm relation variables' unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:48:35 INFO unit.abot-epc-basic/0.juju-log epc:3: Setting EPC charm relation variables unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined + imsi_val=208930100001111 unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-joined + relation-set TAC=1 unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined ++ cut -d \' -f2 unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep UNHEX unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined ++ grep 208930100001111 /srv/.out unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined + UNHEXKEY=e734f8734007d6c5ce7a0508809e7e9c unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined + '[' e734f8734007d6c5ce7a0508809e7e9c == '' ']' unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined + juju-log 'OPC key found' unit-oai-epc-0: 10:48:35 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-hss/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:48:35 INFO unit.oai-hss/0.juju-log hss:2: OPC key found unit-abot-epc-basic-0: 10:48:35 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-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 10:48:35 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; oai-epc/0) hook" unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set trigger_restart=0 unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-joined (4; oai-epc/0) hook unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-joined + relation-set mme_in_db=no unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-joined hook unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:35 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 10:48:35 INFO juju.worker.uniter.operation ran "hss-relation-joined" hook unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (2; oai-epc/0) hook" unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-epc/0) hook unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-abot-epc-basic-0: 10:48:35 INFO juju.worker.uniter.operation ran "ssh-abot-relation-joined" hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.remotestate got a relation units change: {4 {map[abot-epc-basic/0:{1}] []}} unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (4; oai-epc/0) hook" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + juju-log 'Retrieving MME relation info' unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; oai-epc/0) hook unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-relation-changed hook unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:48:35 INFO unit.oai-hss/0.juju-log hss:2: Retrieving MME relation info unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get mme_hostname unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + mme_fqdn=oai-epc-0.openair4G.eur unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get ip_address_mme unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss= unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + IP_mme=192.168.121.5 unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z oai-epc-0.openair4G.eur ']' unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ grep -o oai-epc-0.openair4G.eur /etc/hosts unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + echo '192.168.121.5 oai-epc-0.openair4G.eur mme' unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-ids db unit-abot-epc-basic-0: 10:48:35 INFO juju.worker.uniter.operation ran "ssh-abot-relation-changed" hook unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn= unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_id=db:1 unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z db:1 ']' unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-list -r db:1 unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_unit=mysql/0 unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z mysql/0 ']' unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 user mysql/0 unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_user=aechiyangenohyu unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 password mysql/0 unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart= unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{2}] []}} unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_password=iejajeevoongiew unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 host mysql/0 unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 10:48:35 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-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_host=192.168.121.9 unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ relation-get -r db:1 database mysql/0 unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 INFO unit.oai-epc/0.juju-log hss:2: trigger_restart=, hss_running=yes, mme_in_db=yes , relation_ids_epc=epc:3 unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + echo 0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Data not sent yet' unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + db_database=oai-hss unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z aechiyangenohyu ']' unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + realm_mme=openair4G.eur unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u aechiyangenohyu --password=iejajeevoongiew -h 192.168.121.9 oai-hss -e 'select mmehost from mmeidentity where mmehost='\''oai-epc-0.openair4G.eur'\''' unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running= unit-oai-epc-0: 10:48:35 INFO unit.oai-epc/0.juju-log hss:2: Data not sent yet unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 10:48:35 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ egrep '[0-9]+' unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed ++ /usr/bin/mysql -u aechiyangenohyu --password=iejajeevoongiew -h 192.168.121.9 oai-hss -e 'select max(idmmeidentity) from mmeidentity;' unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=6 unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + primary_key=7 unit-oai-hss-0: 10:48:35 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: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-changed (4; abot-epc-basic/0) hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running ssh-abot-epc-relation-changed hook unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:48:35 INFO unit.oai-hss/0.juju-log hss:2: Inserting the MME info in the mmeidentity table of oai_db database unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + /usr/bin/mysql -u aechiyangenohyu --password=iejajeevoongiew -h 192.168.121.9 oai-hss unit-oai-hss-0: 10:48:35 DEBUG unit.oai-hss/0.hss-relation-changed + relation-set mme_in_db=yes unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-hss-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-oai-epc-0: 10:48:35 INFO juju.worker.uniter.operation ran "ssh-abot-epc-relation-changed" hook unit-oai-hss-0: 10:48:35 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 10:48:35 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-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (4; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 10:48:35 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 10:48:35 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-hss-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-epc/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running hss-relation-changed hook unit-oai-hss-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:48:35 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-abot-epc-basic-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.7 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=no unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:35 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-epc-0: 10:48:35 DEBUG juju.worker.uniter.remotestate got a relation units change: {2 {map[oai-hss/0:{3}] []}} unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 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: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.7 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' no == no ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Waiting for the mme insertion in the db......' unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 INFO unit.oai-epc/0.juju-log hss:2: Waiting for the mme insertion in the db...... unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + exit 0 unit-oai-epc-0: 10:48:35 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation running operation run relation-changed (2; oai-hss/0) hook unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:48:35 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + set_env_paths unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + build_path=/srv/openair-cn/BUILD unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Retrieving HSS relation info' unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 INFO unit.oai-epc/0.juju-log hss:2: Retrieving HSS relation info unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get ip_address unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + ip_address_hss=192.168.121.7 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_hostname unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_fqdn=oai-hss-0.openair4G.eur unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get hss_running unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_running=yes unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get mme_in_db unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + mme_in_db=yes unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get trigger_restart unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + trigger_restart=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:35 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: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 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: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -f /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z 192.168.121.7 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'Mme has been inserted so let'\''s run EPC!!!' unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 INFO unit.oai-epc/0.juju-log hss:2: Mme has been inserted so let's run EPC!!! unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' yes == no ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -o oai-hss-0.openair4G.eur /etc/hosts unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + echo '192.168.121.7 oai-hss-0.openair4G.eur hss' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + hss_hostname=oai-hss-0 unit-oai-epc-0: 10:48:35 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: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/.trigger unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 '!=' 0 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw stop/waiting' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw stop/waiting =~ .*running.* ]] unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is not running...' unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is not running... unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + status=1 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -eq 1 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids hss unit-oai-epc-0: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + service mme_gw restart unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed stop: Unknown instance: unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed mme_gw start/running, process 13950 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_process unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed ++ service mme_gw status unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + IS_RUNNING='mme_gw start/running, process 13950' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + [[ mme_gw start/running, process 13950 =~ .*running.* ]] unit-oai-epc-0: 10:48:35 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: 10:48:35 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:35 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: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + status=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + check_epc_connection unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=0 unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 10:48:35 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:48:36 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:48:36 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=1 unit-oai-epc-0: 10:48:36 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 10:48:36 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:48:37 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:37 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:48:37 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=2 unit-oai-epc-0: 10:48:37 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 10:48:37 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:48:38 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:38 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:48:38 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=3 unit-oai-epc-0: 10:48:38 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 10:48:38 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:48:39 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:48:39 DEBUG unit.oai-epc/0.hss-relation-changed + COUNTER=4 unit-oai-epc-0: 10:48:39 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 10:48:39 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 1 unit-oai-epc-0: 10:48:40 DEBUG unit.oai-epc/0.hss-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:40 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 10:48:40 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 10:48:40 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:40 INFO unit.oai-epc/0.juju-log hss:2: OAI EPC is running and connected to HSS unit-oai-epc-0: 10:48:40 DEBUG unit.oai-epc/0.hss-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 10:48:40 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:48:41 DEBUG unit.oai-epc/0.hss-relation-changed + break unit-oai-epc-0: 10:48:41 DEBUG unit.oai-epc/0.hss-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 10:48:41 DEBUG unit.oai-epc/0.hss-relation-changed + sleep 2 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed + '[' -n epc:3 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-ids epc unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed + juju-log epc:3 unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:43 INFO unit.oai-epc/0.juju-log hss:2: epc:3 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed + relation-set -r epc:3 epc_running=yes unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed ++ relation-get opc-key unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed + hss_opc_val=e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.hss-relation-changed + echo e734f8734007d6c5ce7a0508809e7e9c unit-oai-epc-0: 10:48:43 INFO juju.worker.uniter.operation ran "hss-relation-changed" hook unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (2; oai-hss/0) hook" unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation running operation run relation-joined (3; abot-epc-basic/0) hook unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation executing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-joined hook unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + juju-log 'Setting up relation settings for OAISIM charm' unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:43 INFO unit.oai-epc/0.juju-log epc:3: Setting up relation settings for OAISIM charm unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_tac unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set TAC= unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mcc unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MCC=208 unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ config-get gummei_tai_mnc unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set MNC=93 unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set trigger_restart=0 unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ unit-get private-address unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "unit-get" unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{1}] []}} unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + mme_public_ip=192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + get_ip_address 192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + local status=1 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + local status_after=1 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.5 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 5 -le 255 ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + validate_ip 192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + local ip=192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + local stat=1 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192.168.121.5 =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + OIFS=' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=. unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + ip=($ip) unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + IFS=' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 192 -le 255 ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 168 -le 255 ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 121 -le 255 ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + [[ 5 -le 255 ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + stat=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + validated_mme_public_ip=192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + echo 'MME ip address is 192.168.121.5' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined MME ip address is 192.168.121.5 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + return 0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + status=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + '[' 0 == 1 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set mme_ip=192.168.121.5 unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set epc_running=no unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + '[' -f /tmp/opcvalue ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined ++ cat /tmp/opcvalue unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-joined + relation-set opc-key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code= unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:43 INFO juju.worker.uniter.operation ran "epc-relation-joined" hook unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code= unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation committing operation "run relation-joined (3; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; abot-epc-basic/0) hook unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:43 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4= unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{2}] []}} unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + set_env_paths unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + openair_path=/srv/openair-cn unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + build_path=/srv/openair-cn/BUILD unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_path=/srv/openair-cn/BUILD/HSS unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_path=/srv/openair-cn/BUILD/EPC unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + build_run_scripts=/srv/openair-cn/SCRIPTS unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + tools_path=/srv/openair-cn/BUILD/TOOLS unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_conf_path=/usr/local/etc/oai unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + epc_exec_name=mme_gw unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get TAC unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + TAC=1 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z 1 ']' unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ sed -r 's/(.*)\//\1-/' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ echo abot-epc-basic/0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + name=abot-epc-basic-0 unit-oai-epc-0: 10:48:43 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: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo 1 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ cat /var/lib/juju/agents/unit-oai-epc-0/charm/tac_abot-epc-basic-0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 '!=' 1 ']' unit-oai-epc-0: 10:48:43 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: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:48:43 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: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + tac_line= unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + true unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z '' ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo '1 1' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + echo abot-epc-basic/0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mcc unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed +++ config-get gummei_tai_mnc unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key= unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_country_code=[^ ]*/ABOT.ENB.mobile_country_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mobile_network_code=[^ ]*/ABOT.ENB.mobile_network_code=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/ABOT.ENB.mme_ip_address_ipv4=[^ ]*/ABOT.ENB.mme_ip_address_ipv4=/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 10:48:43 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: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + status-set active 'ABot ready! EPC relation established, proceed to run tests...' unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "config-get" unit-oai-epc-0: 10:48:43 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: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -z ' {MCC="208" ; MNC="93"; TAC = "1"; } # YOUR TAI CONFIG HERE' ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_id=hss:2 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n hss:2 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-list -r hss:2 unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 10:48:43 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-list" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + hss_unit=oai-hss/0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n oai-hss/0 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r hss:2 hss_running oai-hss/0 unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' yes == yes ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 13950' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 13950 =~ .*running.* ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:43 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 0 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + /var/lib/juju/agents/unit-oai-epc-0/charm/hooks/start unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids hss unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' '!' -z hss:2 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + service mme_gw restart unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw stop/waiting unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.5 unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed mme_gw start/running, process 14284 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_process unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed ++ service mme_gw status unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + IS_RUNNING='mme_gw start/running, process 14284' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + [[ mme_gw start/running, process 14284 =~ .*running.* ]] unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running...let'\''s check if it is connected to HSS' unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=no unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-oai-epc-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:43 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running...let's check if it is connected to HSS unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + status=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -eq 1 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + check_epc_connection unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=0 unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -lt 30 ']' unit-oai-epc-0: 10:48:43 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 10:48:43 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: 10:48:43 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: 10:48:43 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.5/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.5/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' no == yes ']' unit-abot-epc-basic-0: 10:48:43 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' == yes ']' unit-abot-epc-basic-0: 10:48:43 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-abot-epc-basic-0: 10:48:43 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:48:43 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:48:43 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:44 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:48:44 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=1 unit-oai-epc-0: 10:48:44 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -lt 30 ']' unit-oai-epc-0: 10:48:44 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 10:48:45 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:48:45 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=2 unit-oai-epc-0: 10:48:45 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 2 -lt 30 ']' unit-oai-epc-0: 10:48:45 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 10:48:46 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:46 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:48:46 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=3 unit-oai-epc-0: 10:48:46 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 3 -lt 30 ']' unit-oai-epc-0: 10:48:46 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 10:48:47 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:47 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 0 -gt 0 ']' unit-oai-epc-0: 10:48:47 DEBUG unit.oai-epc/0.epc-relation-changed + COUNTER=4 unit-oai-epc-0: 10:48:47 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -lt 30 ']' unit-oai-epc-0: 10:48:47 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 1 unit-oai-epc-0: 10:48:48 DEBUG unit.oai-epc/0.epc-relation-changed ++ grep -c 'is now connected' /srv/.out unit-oai-epc-0: 10:48:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 1 -gt 0 ']' unit-oai-epc-0: 10:48:48 DEBUG unit.oai-epc/0.epc-relation-changed + juju-log 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 10:48:48 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:48:48 INFO unit.oai-epc/0.juju-log epc:3: OAI EPC is running and connected to HSS unit-oai-epc-0: 10:48:48 DEBUG unit.oai-epc/0.epc-relation-changed + status-set active 'OAI EPC is running and connected to HSS' unit-oai-epc-0: 10:48:48 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:48:48 DEBUG unit.oai-epc/0.epc-relation-changed + break unit-oai-epc-0: 10:48:48 DEBUG unit.oai-epc/0.epc-relation-changed + '[' 4 -eq 30 ']' unit-oai-epc-0: 10:48:48 DEBUG unit.oai-epc/0.epc-relation-changed + sleep 2 unit-oai-epc-0: 10:48:50 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-ids epc unit-oai-epc-0: 10:48:50 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:48:50 DEBUG unit.oai-epc/0.epc-relation-changed + for epc_id in '$(relation-ids epc)' unit-oai-epc-0: 10:48:50 DEBUG unit.oai-epc/0.epc-relation-changed ++ relation-get -r epc:3 trigger_restart oai-epc/0 unit-oai-epc-0: 10:48:50 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-oai-epc-0: 10:48:50 DEBUG unit.oai-epc/0.epc-relation-changed + restart=0 unit-oai-epc-0: 10:48:50 DEBUG unit.oai-epc/0.epc-relation-changed + '[' -n 0 ']' unit-oai-epc-0: 10:48:50 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set -r epc:3 trigger_restart=1 unit-oai-epc-0: 10:48:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:50 DEBUG unit.oai-epc/0.epc-relation-changed + relation-set epc_running=yes unit-oai-epc-0: 10:48:50 DEBUG worker.uniter.jujuc running hook tool "relation-set" unit-oai-epc-0: 10:48:50 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-oai-epc-0: 10:48:50 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; abot-epc-basic/0) hook" unit-oai-epc-0: 10:48:50 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:48:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:48:50 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-oai-epc-0: 10:48:50 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter.remotestate got a relation units change: {3 {map[oai-epc/0:{3}] []}} unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter.operation running operation run relation-changed (3; oai-epc/0) hook unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter.operation preparing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter.operation executing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running epc-relation-changed hook unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MCC unit-abot-epc-basic-0: 10:48:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_country_code=208 unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get MNC unit-abot-epc-basic-0: 10:48:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mobile_network_code=93 unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_ip unit-abot-epc-basic-0: 10:48:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_ip_address_ipv4=192.168.121.5 unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get epc_running unit-abot-epc-basic-0: 10:48:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + epc_running=yes unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get mme_running unit-abot-epc-basic-0: 10:48:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + mme_running= unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get spgw_ip_address_ipv4 unit-abot-epc-basic-0: 10:48:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + spgw_ip_address_ipv4= unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed ++ relation-get opc-key unit-abot-epc-basic-0: 10:48:51 DEBUG worker.uniter.jujuc running hook tool "relation-get" unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + unhex_key=e734f8734007d6c5ce7a0508809e7e9c unit-abot-epc-basic-0: 10:48:51 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: 10:48:51 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: 10:48:51 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.5/' /etc/rebaca-test-suite/config/abot-epc-basic_defaults.conf unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i 's/MME.SecureShell.IPAddress=[^ ]*/MME.SecureShell.IPAddress=192.168.121.5/' /etc/rebaca-test-suite/config/ABotConfig.properties unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + sed -i -e 's/OPC=".*";/OPC="e734f8734007d6c5ce7a0508809e7e9c";/' /etc/rebaca-test-suite/oaisim/config/ue_eurecom_test_sfr.conf unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' '' '!=' '' ']' unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + '[' yes == yes ']' unit-abot-epc-basic-0: 10:48:51 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: 10:48:51 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-abot-epc-basic-0: 10:48:51 DEBUG unit.abot-epc-basic/0.epc-relation-changed + exit 0 unit-abot-epc-basic-0: 10:48:51 INFO juju.worker.uniter.operation ran "epc-relation-changed" hook unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter.operation committing operation "run relation-changed (3; oai-epc/0) hook" unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:48:51 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:49:10 DEBUG juju.worker.uniter.remotestate got action change: [6b987c1c-bdb3-48a6-86d3-9b2757c9a6ab] ok=true unit-abot-epc-basic-0: 10:49:10 DEBUG juju.worker.uniter.operation running operation run action 6b987c1c-bdb3-48a6-86d3-9b2757c9a6ab unit-abot-epc-basic-0: 10:49:10 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:49:10 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:49:10 DEBUG juju.worker.uniter.operation preparing operation "run action 6b987c1c-bdb3-48a6-86d3-9b2757c9a6ab" unit-abot-epc-basic-0: 10:49:10 DEBUG juju.worker.uniter.operation executing operation "run action 6b987c1c-bdb3-48a6-86d3-9b2757c9a6ab" unit-abot-epc-basic-0: 10:49:10 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running action run unit-abot-epc-basic-0: 10:49:11 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 10:49:11 DEBUG worker.uniter.jujuc running hook tool "action-get" unit-abot-epc-basic-0: 10:49:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:49:11 INFO unit.abot-epc-basic/0.juju-log Tag names: TS_24_301 unit-abot-epc-basic-0: 10:49:11 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-abot-epc-basic-0: 10:49:11 INFO unit.abot-epc-basic/0.juju-log Running the test with the tags @TS_24_301 unit-abot-epc-basic-0: 10:49:11 DEBUG unit.abot-epc-basic/0.run Creating the Target JUnit file... unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Deleting /var/lib/abot-epc-basic/target unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:13 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: 10:49:13 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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall5713007208489431190.pom to /root/.m2/repository/org/javolution/javolution/5.5.1/javolution-5.5.1.pom unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:13 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: 10:49:13 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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall1975250586308179860.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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:13 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: 10:49:13 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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall2872499768447476608.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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:13 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: 10:49:13 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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall102104242421345416.pom to /root/.m2/repository/org/mobicents/commons/commons/1.0.0.CR1/commons-1.0.0.CR1.pom unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:13 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: 10:49:13 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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall850970840586149114.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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:13 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: 10:49:13 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: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Installing /tmp/mvninstall6598813568895413443.pom to /root/.m2/repository/org/picocontainer/picocontainer/2.15/picocontainer-2.15.pom unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD SUCCESS unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 0.798 s unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-09-02T10:49:13+00:00 unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 7M/60M unit-abot-epc-basic-0: 10:49:13 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:49:15 DEBUG unit.abot-epc-basic/0.run [INFO] Scanning for projects... unit-abot-epc-basic-0: 10:49:15 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:15 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:49:15 DEBUG unit.abot-epc-basic/0.run [INFO] Building ABOT-RunScenarios 3.0.91 unit-abot-epc-basic-0: 10:49:15 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:49:16 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: 10:49:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:16 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:49:16 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: 10:49:16 DEBUG unit.abot-epc-basic/0.run [INFO] Copying 1 resource unit-abot-epc-basic-0: 10:49:16 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:16 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:49:17 DEBUG unit.abot-epc-basic/0.run [INFO] No sources to compile unit-abot-epc-basic-0: 10:49:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:17 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:49:17 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: 10:49:17 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: 10:49:17 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:17 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:49:17 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: 10:49:18 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:49:18 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:49:18 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:49:18 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 10:49:18 DEBUG unit.abot-epc-basic/0.run T E S T S unit-abot-epc-basic-0: 10:49:18 DEBUG unit.abot-epc-basic/0.run ------------------------------------------------------- unit-abot-epc-basic-0: 10:49:19 DEBUG unit.abot-epc-basic/0.run Running com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 10:49:19 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:49:19 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:49:19 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:49:19 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI unit-abot-epc-basic-0: 10:49:20 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:20 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:49:20 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sun Sep 02 10:49:20 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:49:20 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:20 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:20 DEBUG unit.abot-epc-basic/0.run INFO: Loading XML bean definitions from class path resource [cucumber.xml] unit-abot-epc-basic-0: 10:49:20 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:20 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:20 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: 10:49:22 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:22 AM org.springframework.beans.factory.support.DefaultListableBeanFactory registerScope unit-abot-epc-basic-0: 10:49:22 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: 10:49:22 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:22 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:49:22 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@39008c9f: startup date [Sun Sep 02 10:49:22 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:49:22 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:22 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:22 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: 10:49:22 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:22 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:22 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: 10:49:22 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:22 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:22 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: 10:49:22 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:22 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:22 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: 10:49:23 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:23 AM org.springframework.context.support.ClassPathXmlApplicationContext prepareRefresh unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run INFO: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@1e58512c: startup date [Sun Sep 02 10:49:23 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:23 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:23 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: 10:49:23 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:23 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:23 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: 10:49:23 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:23 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:23 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: 10:49:23 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:49:23 AM org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions unit-abot-epc-basic-0: 10:49:23 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: 10:49:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :1311 MS unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:49:23 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: STEP EXECUTION TIME TAKEN :37 MS unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:23 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [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: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: STEP EXECUTION TIME TAKEN :757 MS unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [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: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: STEP EXECUTION TIME TAKEN :695 MS unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: STEP EXECUTION TIME TAKEN :10023 MS unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35.893 [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: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35.912 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [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: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: STEP EXECUTION TIME TAKEN :66 MS unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:49:35 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:49:36 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: 10:49:46 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:49:46 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: 10:49:46 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: 10:49:46 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:49:46 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: 10:49:46 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: 10:49:46 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:49:46 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: 10:49:46 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: 10:49:46 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:49:46 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: 10:49:46 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:49:46 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: 10:49:46 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:49:46 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: 10:49:46 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MCC unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP EXECUTION TIME TAKEN :37 MS unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP EXECUTION TIME TAKEN :85 MS unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49: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: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49: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: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: STEP EXECUTION TIME TAKEN :390 MS unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [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: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:47 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:47 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: STEP EXECUTION TIME TAKEN :10017 MS unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57.468 [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: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57.476 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [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: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: STEP EXECUTION TIME TAKEN :34 MS unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:49:57 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:49:57 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:49:57 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: 10:50:07 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:50:07 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: 10:50:07 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: 10:50:07 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:50:07 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: 10:50:07 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: 10:50:07 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:50:07 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: 10:50:07 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: 10:50:07 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:50:07 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: 10:50:07 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: 10:50:07 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:50:07 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: 10:50:07 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_MNC unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP EXECUTION TIME TAKEN :28 MS unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:07 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:07 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [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: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [main] REPORT: STEP EXECUTION TIME TAKEN :448 MS unit-abot-epc-basic-0: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [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: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [main] REPORT: STEP EXECUTION TIME TAKEN :29 MS unit-abot-epc-basic-0: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:08 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:08 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18.546 [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: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18.552 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [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: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: STEP EXECUTION TIME TAKEN :90 MS unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:50:18 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:50:18 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: 10:50:28 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:50:28 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: 10:50:28 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: 10:50:28 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:50:28 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: 10:50:28 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: 10:50:28 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:50:28 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: 10:50:28 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: 10:50:28 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: 10:50:28 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:50:28 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: 10:50:28 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:50:28 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: 10:50:28 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_AttachWithIMSI_Wrong_TAC unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :37 MS unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [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: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: STEP EXECUTION TIME TAKEN :461 MS unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [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: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: STEP EXECUTION TIME TAKEN :21 MS unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39.529 [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: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39.535 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [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: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:50:39 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:50:39 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: 10:50:49 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:50:49 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: 10:50:49 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: 10:50:49 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:50:49 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: 10:50:49 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: 10:50:49 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:50:49 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: 10:50:49 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: 10:50:49 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:50:49 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: 10:50:49 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: 10:50:49 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:50:49 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: 10:50:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run # Date: <31/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run Feature: Attach_Procedure_Attach_With_GUTI unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:50 [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: 10:50:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:50 [main] REPORT: STEP EXECUTION TIME TAKEN :297 MS unit-abot-epc-basic-0: 10:50:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [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: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: STEP EXECUTION TIME TAKEN :848 MS unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:50:51 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:50:51 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: STEP EXECUTION TIME TAKEN :10010 MS unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01.126 [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: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01.131 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [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: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:01 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:51:01 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:51:01 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: 10:51:11 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:51:11 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: 10:51:11 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: 10:51:11 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:51:11 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: 10:51:11 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: 10:51:11 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:51:11 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: 10:51:11 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: 10:51:11 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:51:11 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: 10:51:11 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: 10:51:11 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:51:11 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: 10:51:11 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DNS Server Address Request Indication in PCO unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [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: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP EXECUTION TIME TAKEN :215 MS unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:11 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:11 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [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: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: STEP EXECUTION TIME TAKEN :835 MS unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [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: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:12 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:12 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22.611 [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: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22.616 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [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: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:51:22 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:51:22 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: 10:51:32 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:51:32 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: 10:51:32 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: 10:51:32 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:51:32 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: 10:51:32 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: 10:51:32 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:51:32 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: 10:51:32 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: 10:51:32 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: 10:51:32 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:51:32 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: 10:51:32 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:51:32 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: 10:51:32 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:51:32 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: 10:51:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with DSMIPv6 Home Agent Address Request Indication in PCO unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [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: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: STEP EXECUTION TIME TAKEN :363 MS unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [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: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: STEP EXECUTION TIME TAKEN :658 MS unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [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: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 10:51:33 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:33 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:34 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:34 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:51:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:34 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:51:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:34 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:34 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:34 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44.057 [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: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44.059 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51: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: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:44 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:51:44 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:51: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: 10:51:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:51:54 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: 10:51:54 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: 10:51:54 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:51:54 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: 10:51:54 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: 10:51:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:51:54 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: 10:51:54 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: 10:51:54 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: 10:51:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:51:54 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: 10:51:54 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:51:54 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: 10:51:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:51:54 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: 10:51:54 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With DSMIPv6 Home Network Prefix Request Indication in PCO unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [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: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP EXECUTION TIME TAKEN :582 MS unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [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: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: STEP EXECUTION TIME TAKEN :679 MS unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [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: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:51:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:51:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: STEP EXECUTION TIME TAKEN :10014 MS unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05.721 [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: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05.727 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [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: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:05 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:52:05 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:52:05 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: 10:52:15 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:52:15 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: 10:52:15 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: 10:52:15 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:52:15 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: 10:52:15 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: 10:52:15 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:52:15 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: 10:52:15 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: 10:52:15 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: 10:52:15 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:52:15 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: 10:52:15 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:52:15 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: 10:52:15 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:52:15 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: 10:52:15 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:52:15 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: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:15 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:15 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [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: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [main] REPORT: STEP EXECUTION TIME TAKEN :352 MS unit-abot-epc-basic-0: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [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: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [main] REPORT: STEP EXECUTION TIME TAKEN :634 MS unit-abot-epc-basic-0: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [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: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:17 [main] REPORT: ========================================================================================== unit-mysql-0: 10:52:25 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:52:25 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:52:25 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:52:25 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:52:25 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:52:25 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 10:52:25 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:52:25 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 10:52:26 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 10:52:26 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 10:52:26 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:52:26 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:52:26 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27.276 [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: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27.279 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [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: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: STEP EXECUTION TIME TAKEN :214 MS unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:52:27 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:52:27 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: 10:52:37 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:52:37 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: 10:52:37 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: 10:52:37 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:52:37 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: 10:52:37 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: 10:52:37 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:52:37 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: 10:52:37 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: 10:52:37 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: 10:52:37 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:52:37 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: 10:52:37 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:52:37 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: 10:52:37 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:52:37 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: 10:52:37 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With IM CN Subsystem Signalling Flag Indication in PCO unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:37 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:37 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [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: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: STEP EXECUTION TIME TAKEN :310 MS unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [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: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: STEP EXECUTION TIME TAKEN :664 MS unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [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: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:38 [main] REPORT: ========================================================================================== unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 10:52:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 21931' unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 21931 =~ .*running.* ]] unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 10:52:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:52:44 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 10:52:44 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 10:52:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:52:44 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:52:44 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:52:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:52:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:48 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 10:52:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:49.003 [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: 10:52:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:49.005 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:52:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:49 [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: 10:52:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:49 [main] REPORT: STEP EXECUTION TIME TAKEN :161 MS unit-abot-epc-basic-0: 10:52:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:49 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:52:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:49 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:52:49 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:52:49 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: 10:52:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:52:59 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: 10:52:59 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: 10:52:59 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:52:59 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: 10:52:59 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: 10:52:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:52:59 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: 10:52:59 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: 10:52:59 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: 10:52:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:52:59 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: 10:52:59 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:52:59 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: 10:52:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:52:59 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: 10:52:59 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure with IPv4 Address Allocation Via DHCPv4 Indication in PCO unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [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: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP EXECUTION TIME TAKEN :213 MS unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:52:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:52:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [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: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: STEP EXECUTION TIME TAKEN :651 MS unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [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: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: STEP EXECUTION TIME TAKEN :59 MS unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10.229 [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: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10.231 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [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: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:53:10 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:53:10 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: 10:53:20 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:53:20 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: 10:53:20 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: 10:53:20 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:53:20 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: 10:53:20 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: 10:53:20 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:53:20 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: 10:53:20 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: 10:53:20 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: 10:53:20 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:53:20 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: 10:53:20 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:53:20 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: 10:53:20 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:53:20 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: 10:53:20 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:53:20 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: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [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: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP EXECUTION TIME TAKEN :208 MS unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [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: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: STEP EXECUTION TIME TAKEN :658 MS unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [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: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: STEP EXECUTION TIME TAKEN :142 MS unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: STEP EXECUTION TIME TAKEN :10011 MS unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31.555 [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: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31.557 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [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: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: STEP EXECUTION TIME TAKEN :17 MS unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:31 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:53:31 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:53:31 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: 10:53:41 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:53:41 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: 10:53:41 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: 10:53: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: 10:53: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: 10:53:41 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:53: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: 10:53: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: 10:53:41 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:53: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: 10:53: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: 10:53:41 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: 10:53:41 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:53: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: 10:53:41 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:53: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: 10:53:41 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:53: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: 10:53:41 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:53:41 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: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53: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: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53: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: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP EXECUTION TIME TAKEN :209 MS unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:41 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:41 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [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: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: STEP EXECUTION TIME TAKEN :790 MS unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [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: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:42 [main] REPORT: ========================================================================================== unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status + source /var/lib/juju/agents/unit-oai-epc-0/charm/utils/common unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status ++ validated_mme_public_ip=0 unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status ++ relation-ids hss unit-oai-epc-0: 10:53:44 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status + '[' '!' -z hss:2 ']' unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status + check_epc_process unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status ++ service mme_gw status unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status + IS_RUNNING='mme_gw start/running, process 16511' unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status + [[ mme_gw start/running, process 16511 =~ .*running.* ]] unit-oai-epc-0: 10:53:44 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: 10:53:44 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-epc-0: 10:53:44 INFO unit.oai-epc/0.juju-log OAI EPC is running...let's check if it is connected to HSS unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status + status=0 unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status + '[' 0 -eq 1 ']' unit-oai-epc-0: 10:53:44 DEBUG unit.oai-epc/0.update-status + status-set active 'OAI EPC is running' unit-oai-epc-0: 10:53:44 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-epc-0: 10:53:44 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter.operation lock released unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-epc-0: 10:53:44 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52.865 [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: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52.868 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [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: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:53:52 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:53:52 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:53:52 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: 10:54:02 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:54:03 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: 10:54:03 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: 10:54:03 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:54:03 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: 10:54:03 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: 10:54:03 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:54:03 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: 10:54:03 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: 10:54:03 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: 10:54:03 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:54:03 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: 10:54:03 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:54:03 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: 10:54:03 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:54:03 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: 10:54:03 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run # Date: <22/08/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run Feature: Attach Procedure With P-CSCF Address Request Indication in PCO unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [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: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP EXECUTION TIME TAKEN :211 MS unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:03 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:03 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [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: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: STEP EXECUTION TIME TAKEN :796 MS unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [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: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:04 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:04 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14.224 [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: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14.226 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [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: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:14 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:54:14 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:54:14 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: 10:54:20 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:54:24 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: 10:54:24 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: 10:54:24 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:54:24 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: 10:54:24 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: 10:54:24 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:54:24 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: 10:54:24 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: 10:54:24 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: 10:54:24 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:54:24 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: 10:54:24 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:54:24 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: 10:54:24 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:54:24 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: 10:54:24 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run Feature: Auth_Accept unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [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: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP EXECUTION TIME TAKEN :353 MS unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:24 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:24 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [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: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: STEP EXECUTION TIME TAKEN :654 MS unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:25 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:25 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: STEP EXECUTION TIME TAKEN :10012 MS unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35.502 [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: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35.506 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [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: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:35 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:54:35 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:54:35 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: 10:54:45 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:54:45 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: 10:54:45 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: 10:54:45 DEBUG unit.abot-epc-basic/0.run EPS security context. unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:54:45 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: 10:54:45 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: 10:54:45 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run # Set ABOT configuration unit-abot-epc-basic-0: 10:54:45 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: 10:54:45 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: 10:54:45 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:54:45 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: 10:54:45 DEBUG unit.abot-epc-basic/0.run # Wait for execution to complete before checking results unit-abot-epc-basic-0: 10:54:45 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: 10:54:45 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:54:45 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: 10:54:45 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :23 MS unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [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: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [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: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:45 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:45 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [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: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: STEP EXECUTION TIME TAKEN :345 MS unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [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: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: STEP EXECUTION TIME TAKEN :679 MS unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [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: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:46 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:46 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:54:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:54:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:56 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:54:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:56 [main] REPORT: STEP EXECUTION TIME TAKEN :10004 MS unit-abot-epc-basic-0: 10:54:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:54:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:54:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06.919 [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: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06.921 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55: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: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: STEP EXECUTION TIME TAKEN :11 MS unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:55:06 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:55: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: 10:55:06 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: 10:55: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: 10:55:17 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:55:17 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: 10:55:17 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: 10:55: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: 10:55: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: 10:55:17 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:55: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: 10:55:17 DEBUG unit.abot-epc-basic/0.run #RES is restored to 0x00 in teardown process unit-abot-epc-basic-0: 10:55:17 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: 10:55: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: 10:55: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: 10:55:17 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:55: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: 10:55:17 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: 10:55:17 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: 10:55:17 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: 10:55:17 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:55: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: 10:55: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: 10:55: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: 10:55:17 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:55: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: 10:55:17 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_GUTIattach_IMSIdiff_AuthReject_re_Auth unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55: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: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [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: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [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: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:17 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:17 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55: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: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: STEP EXECUTION TIME TAKEN :213 MS unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [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: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: STEP EXECUTION TIME TAKEN :663 MS unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [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: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: STEP EXECUTION TIME TAKEN :14 MS unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:18 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:18 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [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: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: STEP EXECUTION TIME TAKEN :131 MS unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:19 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:19 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:29 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:29 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:55:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:29 [main] REPORT: STEP EXECUTION TIME TAKEN :10007 MS unit-abot-epc-basic-0: 10:55:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:29 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:29 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:29 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: STEP EXECUTION TIME TAKEN :10009 MS unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39.076 [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: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39.079 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [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: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: STEP EXECUTION TIME TAKEN :16 MS unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:39 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:55:39 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:55:39 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: 10:55:39 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: 10:55:39 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: 10:55:49 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:55:49 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: 10:55:49 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: 10:55:49 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:55:49 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: 10:55:49 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: 10:55:49 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: 10:55:49 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: 10:55:49 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:55:49 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: 10:55:49 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: 10:55:49 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: 10:55:49 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: 10:55:49 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: 10:55:49 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:55:49 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: 10:55:49 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: 10:55:49 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: 10:55:49 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:55:49 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: 10:55:49 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run # Date: <22/11/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_Network_IMSIattach_AuthReject_re_Auth unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [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: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:49 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:49 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [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: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: STEP EXECUTION TIME TAKEN :416 MS unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [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: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: STEP EXECUTION TIME TAKEN :716 MS unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [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: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:55:50 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:55:50 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:00 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:56:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:00 [main] REPORT: STEP EXECUTION TIME TAKEN :10016 MS unit-abot-epc-basic-0: 10:56:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10.884 [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: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10.887 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [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: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: STEP EXECUTION TIME TAKEN :22 MS unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:56:10 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:56:10 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: 10:56:10 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: 10:56:20 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:56:21 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: 10:56:21 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: 10:56:21 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:56:21 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: 10:56:21 DEBUG unit.abot-epc-basic/0.run #RES is restore to 0x00 in teardown process unit-abot-epc-basic-0: 10:56:21 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: 10:56:21 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: 10:56:21 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:56:21 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: 10:56:21 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: 10:56:21 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: 10:56:21 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: 10:56:21 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:56:21 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: 10:56:21 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: 10:56:21 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: 10:56:21 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:56:21 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: 10:56:21 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_GUTIattachMAC_code_failure unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [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: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [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: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [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: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP EXECUTION TIME TAKEN :346 MS unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [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: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: STEP EXECUTION TIME TAKEN :652 MS unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [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: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: STEP EXECUTION TIME TAKEN :659 MS unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:22 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:22 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:32 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:32 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:32 [main] REPORT: STEP EXECUTION TIME TAKEN :10008 MS unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:32 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:32 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:42 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:42 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:42 [main] REPORT: STEP EXECUTION TIME TAKEN :10005 MS unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:42 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:42 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:42 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:43.023 [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: 10:56:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:43.026 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:43 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:43 [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: 10:56:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:43 [main] REPORT: STEP EXECUTION TIME TAKEN :158 MS unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:43 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:43 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:56:43 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:56:43 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: 10:56: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
 unit-abot-epc-basic-0: 10:56:43 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: 10:56:54 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:56:54 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: 10:56:54 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: 10:56:54 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:56:54 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: 10:56:54 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: 10:56:54 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: 10:56:54 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: 10:56:54 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:56:54 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: 10:56:54 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: 10:56:54 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 10:56:54 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: 10:56:54 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:56:54 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: 10:56:54 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: 10:56:54 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: 10:56:54 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:56:54 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: 10:56:54 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run # Date: <13/12/2016> Version: <1.1> # unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_IMSIattach_MAC_code_failure unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [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: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP EXECUTION TIME TAKEN :4 MS unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:54 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:54 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [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: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [main] REPORT: STEP EXECUTION TIME TAKEN :391 MS unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [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: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [main] REPORT: STEP EXECUTION TIME TAKEN :655 MS unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:55 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:55 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [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: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: STEP EXECUTION TIME TAKEN :655 MS unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:56:56 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:56:56 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:06 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:06 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:06 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:06 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:06 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:06 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: STEP EXECUTION TIME TAKEN :10015 MS unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16.511 [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: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16.513 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57: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: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: STEP EXECUTION TIME TAKEN :18 MS unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:16 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:57:16 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:57: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: 10:57:17 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: 10:57:27 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:57:27 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: 10:57:27 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: 10:57:27 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:57:27 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: 10:57:27 DEBUG unit.abot-epc-basic/0.run # WRONGIMSI is restored to false in teardown process unit-abot-epc-basic-0: 10:57:27 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: 10:57:27 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: 10:57:27 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:57:27 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: 10:57:27 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: 10:57:27 DEBUG unit.abot-epc-basic/0.run # CORRECT K_VALUE is 8BAF473F2F8FD09487CCCBD7097C6862 WRONG K_VALUE fec86ba6eb707ed08905757b1bb44b8f unit-abot-epc-basic-0: 10:57:27 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: 10:57:27 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:57:27 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: 10:57:27 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: 10:57:27 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: 10:57:27 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:57:27 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: 10:57:27 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_SQN_failure unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [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: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57: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: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :6 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :8 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [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: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :257 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [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: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP EXECUTION TIME TAKEN :13 MS unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:27 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:27 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [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: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: STEP EXECUTION TIME TAKEN :649 MS unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: STEP EXECUTION TIME TAKEN :116 MS unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:28 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:28 [main] REPORT: ========================================================================================== unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-mysql-0: 10:57:31 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter.operation lock released unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-mysql-0: 10:57:31 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:38 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:38 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:38 [main] REPORT: STEP EXECUTION TIME TAKEN :10018 MS unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:38 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:38 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:38 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48.778 [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: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48.780 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [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: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: STEP EXECUTION TIME TAKEN :20 MS unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:48 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:57:48 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:57:48 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: 10:57:48 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: 10:57:49 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: 10:57:59 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:57:59 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: 10:57:59 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: 10:57:59 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:57:59 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: 10:57:59 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: 10:57:59 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: 10:57:59 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: 10:57:59 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:57:59 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: 10:57:59 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: 10:57:59 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: 10:57:59 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:57:59 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: 10:57:59 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: 10:57:59 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: 10:57:59 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:57:59 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: 10:57:59 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run # Date: <13/01/2017> Version: <1.1> # unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run ############################################################################################################################ unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run Feature: Auth_NotAccept_by_UE_non_EPS_AuthUnaccpt unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: EXECUTED STEP IS :Given all configured endpoints for SSH are connected successfully unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP EXECUTION TIME TAKEN :19 MS unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: EXECUTED STEP IS :Given the steps below will be executed at the end unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP EXECUTION TIME TAKEN :2 MS unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: EXECUTED STEP IS :When I stop S1AP simulator on node ABOT unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP EXECUTION TIME TAKEN :7 MS unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: EXECUTED STEP IS :When I run the SSH command "sudo service mme_gw restart" on node MME unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP EXECUTION TIME TAKEN :12 MS unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [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: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP EXECUTION TIME TAKEN :10 MS unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [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: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP EXECUTION TIME TAKEN :9 MS unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP EXECUTION TIME TAKEN :5 MS unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: EXECUTED STEP IS :Given the ending steps are complete unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:57:59 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:57:59 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [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: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: STEP EXECUTION TIME TAKEN :369 MS unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [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: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: STEP EXECUTION TIME TAKEN :15 MS unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [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: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: STEP EXECUTION TIME TAKEN :651 MS unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: EXECUTED STEP IS :When I run S1AP simulator on node ABOT with 1 UE unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: STEP EXECUTION TIME TAKEN :3 MS unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:58:00 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:00 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:10 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:10 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:10 [main] REPORT: STEP EXECUTION TIME TAKEN :10021 MS unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:10 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:58:10 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:10 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20 [main] REPORT: EXECUTED STEP IS :Given the execution is paused for {abotprop.WAIT_10_SEC} seconds unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20 [main] REPORT: STEP EXECUTION TIME TAKEN :10006 MS unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20 [main] REPORT: STEP :PASSED unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20.986 [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: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20.989 [main] ERROR com.rebaca.adapters.interceptor.ABOTFeatureExecutionInterceptor - Step execution failed. Changing execution status to FAILED unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20 [main] REPORT: ======================================================================================== unit-abot-epc-basic-0: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58: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: 10:58:20 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20 [main] REPORT: STEP EXECUTION TIME TAKEN :25 MS unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:20 [main] REPORT: STEP :FAILED unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:21 [main] REPORT: ========================================================================================== unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.run 
Below steps are executed as 'Customized Resource Cleaning' steps
 unit-abot-epc-basic-0: 10:58:21 DEBUG unit.abot-epc-basic/0.run 
When I stop S1AP simulator on node ABOT
 unit-abot-epc-basic-0: 10:58:21 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: 10:58:21 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: 10:58:21 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-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter.remotestate update status timer triggered unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + source /var/lib/juju/agents/unit-oai-hss-0/charm/utils/common unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status ++ relation-ids db unit-oai-hss-0: 10:58:29 DEBUG worker.uniter.jujuc running hook tool "relation-ids" unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + '[' -n db:1 ']' unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + check_hss_process unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status ++ service oai_hss status unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + IS_RUNNING='oai_hss start/running, process 21931' unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + [[ oai_hss start/running, process 21931 =~ .*running.* ]] unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + juju-log 'OAI HSS is running' unit-oai-hss-0: 10:58:29 DEBUG worker.uniter.jujuc running hook tool "juju-log" unit-oai-hss-0: 10:58:29 INFO unit.oai-hss/0.juju-log OAI HSS is running unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + status=0 unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + '[' 0 -eq 1 ']' unit-oai-hss-0: 10:58:29 DEBUG unit.oai-hss/0.update-status + status-set active 'OAI HSS is running' unit-oai-hss-0: 10:58:29 DEBUG worker.uniter.jujuc running hook tool "status-set" unit-oai-hss-0: 10:58:29 INFO juju.worker.uniter.operation ran "update-status" hook unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter.operation lock released unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-oai-hss-0: 10:58:29 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.run 
Given the execution is paused for {abotprop.WAIT_10_SEC} seconds
 unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:31 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: 10:58:31 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: 10:58:31 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: 10:58:31 DEBUG unit.abot-epc-basic/0.run # file name kdf.c line no: 156 uint8_t amf[] = { 0xFF, 0xFF }; unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.run Given all configured endpoints for SSH are connected successfully # CommonScenarioStepGrammars.intializeMentionedAdapters(String) unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.run Given the steps below will be executed at the end # CommonScenarioStepGrammars.beginningCustomResourceCleaning() unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.run When I stop S1AP simulator on node ABOT # S1APScenarioStepGrammars.stopS1APSim(String) unit-abot-epc-basic-0: 10:58:31 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: 10:58:31 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: 10:58: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 # S1APScenarioStepGrammars.usimParamSet(String,String) unit-abot-epc-basic-0: 10:58:31 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: 10:58:31 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete # CommonScenarioStepGrammars.endingCustomResourceCleaning() unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.run # set ABOT configuration unit-abot-epc-basic-0: 10:58:31 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: 10:58:31 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: 10:58:31 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: 10:58:31 DEBUG unit.abot-epc-basic/0.run # Execute ABOT S1AP Simulator unit-abot-epc-basic-0: 10:58:31 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: 10:58:31 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: 10:58:31 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: 10:58:31 DEBUG unit.abot-epc-basic/0.run # Validate Test Case Execution at Simulator unit-abot-epc-basic-0: 10:58:31 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: 10:58:31 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:31 DEBUG unit.abot-epc-basic/0.run  unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run 22 Scenarios (22 failed) unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run 278 Steps (22 failed, 256 passed) unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run 9m9.138s unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0, Time elapsed: 552.948 sec <<< FAILURE! - in com.rebaca.abot.RunScenarios unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.007 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.028 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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.006 sec unit-abot-epc-basic-0: 10:58:32 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.005 sec unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong MCC.) Time elapsed: 0.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.007 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MCC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.003 sec unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.008 sec unit-abot-epc-basic-0: 10:58:32 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.005 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Failure due to wrong MNC. Time elapsed: 0.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.005 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run Then the ending steps are complete(Scenario: Attach Procedure Failure due to wrong TAC) Time elapsed: 0.007 sec unit-abot-epc-basic-0: 10:58:32 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.003 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.003 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.005 sec unit-abot-epc-basic-0: 10:58:32 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.002 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Scenario: Attach Procedure Success with right GUTI. Time elapsed: 0.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.002 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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.002 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.015 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.004 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.002 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.007 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.004 sec unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.009 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.002 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.002 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.007 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.004 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.005 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.006 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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.001 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.006 sec unit-abot-epc-basic-0: 10:58:32 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.004 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.003 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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.003 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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 sec unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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: 10:58:32 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.001 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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.002 sec <<< FAILURE! unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Sep 02, 2018 10:58:32 AM org.springframework.context.support.ClassPathXmlApplicationContext doClose unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run INFO: Closing org.springframework.context.support.ClassPathXmlApplicationContext@2e8c1c9b: startup date [Sun Sep 02 10:49:20 UTC 2018]; root of context hierarchy unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run 02-Sep-2018 10:58:32.111 [Thread-1] ERROR com.rebaca.adapters.lifecycle.BeanCreationAndDestruction - Error occurred during cleaning resources (After complete test run). null unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Results : unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Failed tests: unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Received s1 setup failure for MME | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with GUTI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Error while processing | Send Attach Request message with IMSI | {string:nocase:present} | unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run Tests run: 300, Failures: 44, Errors: 0, Skipped: 0 unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run [ERROR] There are test failures. unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run unit-abot-epc-basic-0: 10:58:32 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: 10:58:32 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:58:32 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:58:33 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: 10:58:33 DEBUG unit.abot-epc-basic/0.run [INFO] unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.run [INFO] --- maven-cucumber-reporting:0.1.0:generate (execution) @ ABOT-RunScenarios --- unit-abot-epc-basic-0: 10:58:33 DEBUG unit.abot-epc-basic/0.run [INFO] About to generate Cucumber report. unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.run [INFO] BUILD FAILURE unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.run [INFO] Total time: 09:18 min unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.run [INFO] Finished at: 2018-09-02T10:58:34+00:00 unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.run [INFO] Final Memory: 23M/60M unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.run [INFO] ------------------------------------------------------------------------ unit-abot-epc-basic-0: 10:58:34 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: 10:58:34 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 10:58:34 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: 10:58:34 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: 10:58:34 DEBUG unit.abot-epc-basic/0.run [ERROR] unit-abot-epc-basic-0: 10:58:34 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: 10:58:34 DEBUG unit.abot-epc-basic/0.run [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException unit-abot-epc-basic-0: 10:58:34 DEBUG unit.abot-epc-basic/0.run No ES conf defined - hence result not pushed to ES unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter.operation committing operation "run action 6b987c1c-bdb3-48a6-86d3-9b2757c9a6ab" unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter.operation running operation run update-status hook unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter acquire lock "machine-lock" for uniter hook execution unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter lock "machine-lock" acquired unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter.operation preparing operation "run update-status hook" unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter.operation executing operation "run update-status hook" unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter [AGENT-STATUS] executing: running update-status hook unit-abot-epc-basic-0: 10:58:34 INFO juju.worker.uniter.operation skipped "update-status" hook (missing) unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter.operation committing operation "run update-status hook" unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter.operation lock released unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter no operations in progress; waiting for changes unit-abot-epc-basic-0: 10:58:34 DEBUG juju.worker.uniter [AGENT-STATUS] idle: unit-abot-epc-basic-0: 10:58:35 DEBUG juju.worker.uniter no operations in progress; waiting for changes 2018-09-02 10:58:54,376 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - Destroying Orchestrator... 2018-09-02 10:59:37,570 - functest.opnfv_tests.vnf.epc.juju_epc - INFO - timeout -t 3600 juju destroy-controller -y abot-controller --destroy-all-models Destroying controller Waiting for hosted model resources to be reclaimed Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 4 applications Waiting on 1 model, 4 machines, 3 applications Waiting on 1 model, 4 machines Waiting on 1 model, 4 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 3 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines Waiting on 1 model, 2 machines All hosted models reclaimed, cleaning up controller machines 2018-09-02 10:59:37,576 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:59:37,576 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:37,809 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2532 X-Openstack-Request-Id: req-e617d86b-5c6b-4691-b1c1-abe058f493eb Date: Sun, 02 Sep 2018 10:59:37 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:30:52Z", "updated_at": "2018-09-02T10:59:35Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.215", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "0d173865-6be1-4892-80a4-c915a06e6f5c", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:36:54Z", "updated_at": "2018-09-02T10:59:17Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "5343de9e-2895-4345-84a4-d45f970bd17a", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:39:22Z", "updated_at": "2018-09-02T10:59:25Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "b4d4d02d-04a4-49e0-84b6-6d4e24ae681a", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:34:31Z", "updated_at": "2018-09-02T10:59:08Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "ea6f5a1e-d8d5-45b9-ad81-44325d540071", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:40:05Z", "updated_at": "2018-09-02T10:59:25Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "f2402855-3a91-4c97-9e4e-58381c9e6893", "qos_policy_id": null}]} 2018-09-02 10:59:37,809 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-e617d86b-5c6b-4691-b1c1-abe058f493eb 2018-09-02 10:59:37,809 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.23339509964s 2018-09-02 10:59:37,810 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-e617d86b-5c6b-4691-b1c1-abe058f493eb 2018-09-02 10:59:37,827 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 10:59:37,827 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/0d173865-6be1-4892-80a4-c915a06e6f5c.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:38,731 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-04365110-4a7e-4973-9d32-dd3ce7a3b36e Content-Length: 0 Date: Sun, 02 Sep 2018 10:59:38 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:59:38,732 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/0d173865-6be1-4892-80a4-c915a06e6f5c.json used request id req-04365110-4a7e-4973-9d32-dd3ce7a3b36e 2018-09-02 10:59:38,732 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.904783010483s 2018-09-02 10:59:38,732 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/0d173865-6be1-4892-80a4-c915a06e6f5c.json used request id req-04365110-4a7e-4973-9d32-dd3ce7a3b36e 2018-09-02 10:59:38,737 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:59:38,738 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:39,070 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 2029 X-Openstack-Request-Id: req-a6b1b173-63f0-4c86-b6f0-c93ececfaf0f Date: Sun, 02 Sep 2018 10:59:39 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:36:54Z", "updated_at": "2018-09-02T10:59:17Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.210", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "5343de9e-2895-4345-84a4-d45f970bd17a", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:39:22Z", "updated_at": "2018-09-02T10:59:25Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "b4d4d02d-04a4-49e0-84b6-6d4e24ae681a", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:34:31Z", "updated_at": "2018-09-02T10:59:08Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "ea6f5a1e-d8d5-45b9-ad81-44325d540071", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:40:05Z", "updated_at": "2018-09-02T10:59:25Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "f2402855-3a91-4c97-9e4e-58381c9e6893", "qos_policy_id": null}]} 2018-09-02 10:59:39,070 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a6b1b173-63f0-4c86-b6f0-c93ececfaf0f 2018-09-02 10:59:39,070 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.332412004471s 2018-09-02 10:59:39,070 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a6b1b173-63f0-4c86-b6f0-c93ececfaf0f 2018-09-02 10:59:39,086 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 10:59:39,087 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/5343de9e-2895-4345-84a4-d45f970bd17a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:40,195 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-e8e5762b-79d1-4f89-a063-41ca30b28809 Content-Length: 0 Date: Sun, 02 Sep 2018 10:59:40 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:59:40,195 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/5343de9e-2895-4345-84a4-d45f970bd17a.json used request id req-e8e5762b-79d1-4f89-a063-41ca30b28809 2018-09-02 10:59:40,195 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.10928201675s 2018-09-02 10:59:40,196 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/5343de9e-2895-4345-84a4-d45f970bd17a.json used request id req-e8e5762b-79d1-4f89-a063-41ca30b28809 2018-09-02 10:59:40,201 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:59:40,201 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:40,509 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1526 X-Openstack-Request-Id: req-a988c8e8-d80d-4799-98e1-b918723b345d Date: Sun, 02 Sep 2018 10:59:40 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:39:22Z", "updated_at": "2018-09-02T10:59:25Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.205", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "b4d4d02d-04a4-49e0-84b6-6d4e24ae681a", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:34:31Z", "updated_at": "2018-09-02T10:59:08Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "ea6f5a1e-d8d5-45b9-ad81-44325d540071", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:40:05Z", "updated_at": "2018-09-02T10:59:25Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "f2402855-3a91-4c97-9e4e-58381c9e6893", "qos_policy_id": null}]} 2018-09-02 10:59:40,509 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a988c8e8-d80d-4799-98e1-b918723b345d 2018-09-02 10:59:40,509 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.307927846909s 2018-09-02 10:59:40,509 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-a988c8e8-d80d-4799-98e1-b918723b345d 2018-09-02 10:59:40,522 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 10:59:40,522 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/b4d4d02d-04a4-49e0-84b6-6d4e24ae681a.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:41,340 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-bd8d2fe0-e116-454a-8550-8a5278b7f067 Content-Length: 0 Date: Sun, 02 Sep 2018 10:59:41 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:59:41,340 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/b4d4d02d-04a4-49e0-84b6-6d4e24ae681a.json used request id req-bd8d2fe0-e116-454a-8550-8a5278b7f067 2018-09-02 10:59:41,340 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.818480968475s 2018-09-02 10:59:41,340 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/b4d4d02d-04a4-49e0-84b6-6d4e24ae681a.json used request id req-bd8d2fe0-e116-454a-8550-8a5278b7f067 2018-09-02 10:59:41,346 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:59:41,346 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:41,414 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1023 X-Openstack-Request-Id: req-7b54ce2a-0642-4cb4-8d9a-84fe14b247f6 Date: Sun, 02 Sep 2018 10:59:41 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:34:31Z", "updated_at": "2018-09-02T10:59:08Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.202", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "ea6f5a1e-d8d5-45b9-ad81-44325d540071", "qos_policy_id": null}, {"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:40:05Z", "updated_at": "2018-09-02T10:59:25Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "f2402855-3a91-4c97-9e4e-58381c9e6893", "qos_policy_id": null}]} 2018-09-02 10:59:41,414 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7b54ce2a-0642-4cb4-8d9a-84fe14b247f6 2018-09-02 10:59:41,414 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.0680940151215s 2018-09-02 10:59:41,414 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-7b54ce2a-0642-4cb4-8d9a-84fe14b247f6 2018-09-02 10:59:41,425 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 10:59:41,425 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/ea6f5a1e-d8d5-45b9-ad81-44325d540071.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:42,179 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-6d30f701-a4a9-4f07-aeaa-1a76a93c3a26 Content-Length: 0 Date: Sun, 02 Sep 2018 10:59:42 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:59:42,179 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/ea6f5a1e-d8d5-45b9-ad81-44325d540071.json used request id req-6d30f701-a4a9-4f07-aeaa-1a76a93c3a26 2018-09-02 10:59:42,179 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 0.754511117935s 2018-09-02 10:59:42,179 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/ea6f5a1e-d8d5-45b9-ad81-44325d540071.json used request id req-6d30f701-a4a9-4f07-aeaa-1a76a93c3a26 2018-09-02 10:59:42,185 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:59:42,185 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:42,500 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 520 X-Openstack-Request-Id: req-bb7bd80e-d6ec-48c0-aaa0-bdda6bef3bf5 Date: Sun, 02 Sep 2018 10:59:42 GMT RESP BODY: {"floatingips": [{"router_id": null, "status": "DOWN", "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:40:05Z", "updated_at": "2018-09-02T10:59:25Z", "floating_network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "port_details": null, "fixed_ip_address": null, "floating_ip_address": "172.30.9.204", "revision_number": 8, "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "port_id": null, "id": "f2402855-3a91-4c97-9e4e-58381c9e6893", "qos_policy_id": null}]} 2018-09-02 10:59:42,500 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-bb7bd80e-d6ec-48c0-aaa0-bdda6bef3bf5 2018-09-02 10:59:42,500 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.315227031708s 2018-09-02 10:59:42,500 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-bb7bd80e-d6ec-48c0-aaa0-bdda6bef3bf5 2018-09-02 10:59:42,507 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.floatingips 2018-09-02 10:59:42,507 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/floatingips/f2402855-3a91-4c97-9e4e-58381c9e6893.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:43,556 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-cfc1a748-5317-4f91-8e2e-66369d830b97 Content-Length: 0 Date: Sun, 02 Sep 2018 10:59:43 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:59:43,556 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/f2402855-3a91-4c97-9e4e-58381c9e6893.json used request id req-cfc1a748-5317-4f91-8e2e-66369d830b97 2018-09-02 10:59:43,557 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.floatingips in 1.04971194267s 2018-09-02 10:59:43,557 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/floatingips/f2402855-3a91-4c97-9e4e-58381c9e6893.json used request id req-cfc1a748-5317-4f91-8e2e-66369d830b97 2018-09-02 10:59:43,562 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.floatingips 2018-09-02 10:59:43,562 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:43,893 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 19 X-Openstack-Request-Id: req-ab1ae025-398a-4cb8-99fe-d58de17a196b Date: Sun, 02 Sep 2018 10:59:43 GMT RESP BODY: {"floatingips": []} 2018-09-02 10:59:43,893 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ab1ae025-398a-4cb8-99fe-d58de17a196b 2018-09-02 10:59:43,893 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.floatingips in 0.331283092499s 2018-09-02 10:59:43,894 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/floatingips.json used request id req-ab1ae025-398a-4cb8-99fe-d58de17a196b 2018-09-02 10:59:43,895 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 10:59:43,899 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:45,334 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-2523c000-53b4-46b0-b3af-62a7eb6b1d63 Date: Sun, 02 Sep 2018 10:59: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 10:59:45,334 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc used request id req-2523c000-53b4-46b0-b3af-62a7eb6b1d63 2018-09-02 10:59:45,334 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.43886017799s 2018-09-02 10:59:45,334 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/33aa6aa9-5086-472b-ba19-98a4653452dc used request id req-2523c000-53b4-46b0-b3af-62a7eb6b1d63 2018-09-02 10:59:45,335 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 10:59:45,338 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:59:45,606 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:59: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-a0bf0649-0f76-4e80-9e3c-aeb971b74507 x-compute-request-id: req-a0bf0649-0f76-4e80-9e3c-aeb971b74507 Content-Encoding: gzip Content-Length: 364 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a", "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": "58214126-85a7-4f9d-a6e5-a866a59c5c3a"}, {"name": "juju_epc-flavor_alt_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/c948696e-61f0-4835-959b-272b7050cce5", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/c948696e-61f0-4835-959b-272b7050cce5", "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": "c948696e-61f0-4835-959b-272b7050cce5"}]} 2018-09-02 10:59:45,606 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-a0bf0649-0f76-4e80-9e3c-aeb971b74507 2018-09-02 10:59:45,606 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.27149105072s 2018-09-02 10:59:45,607 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-a0bf0649-0f76-4e80-9e3c-aeb971b74507 2018-09-02 10:59:45,609 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 10:59:45,612 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/c948696e-61f0-4835-959b-272b7050cce5 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:59:45,650 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 10:59: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-e78ff8f0-ded9-45cf-aa08-47db32dd9c74 x-compute-request-id: req-e78ff8f0-ded9-45cf-aa08-47db32dd9c74 Content-Length: 0 Content-Type: application/json 2018-09-02 10:59:45,650 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/c948696e-61f0-4835-959b-272b7050cce5 used request id req-e78ff8f0-ded9-45cf-aa08-47db32dd9c74 2018-09-02 10:59:45,651 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0415151119232s 2018-09-02 10:59:45,651 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/c948696e-61f0-4835-959b-272b7050cce5 used request id req-e78ff8f0-ded9-45cf-aa08-47db32dd9c74 2018-09-02 10:59:45,651 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.PUT.routers.remove_router_interface 2018-09-02 10:59:45,652 - keystoneauth.session - DEBUG - REQ: curl -g -i -X PUT http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129/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}ef493bcf193c036ab9216ff415b53ba2668b8669" -d '{"subnet_id": "1c9cab2f-ff50-49dc-9e85-c653af9704f0"}' 2018-09-02 10:59:48,229 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 309 X-Openstack-Request-Id: req-55aed3c6-f4ca-4856-bbea-58d38d73c9c9 Date: Sun, 02 Sep 2018 10:59:48 GMT RESP BODY: {"network_id": "f697b9e6-514f-4b8a-95ff-bd13097fd7db", "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "subnet_id": "1c9cab2f-ff50-49dc-9e85-c653af9704f0", "subnet_ids": ["1c9cab2f-ff50-49dc-9e85-c653af9704f0"], "port_id": "b947bc5c-31af-41ef-ad11-385695a119ff", "id": "a5983499-a4ac-4bf6-8392-46cad0acb129"} 2018-09-02 10:59:48,229 - keystoneauth.session - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129/remove_router_interface.json used request id req-55aed3c6-f4ca-4856-bbea-58d38d73c9c9 2018-09-02 10:59:48,229 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.PUT.routers.remove_router_interface in 2.57788586617s 2018-09-02 10:59:48,230 - shade.request_ids - DEBUG - PUT call to network for http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129/remove_router_interface.json used request id req-55aed3c6-f4ca-4856-bbea-58d38d73c9c9 returning object a5983499-a4ac-4bf6-8392-46cad0acb129 2018-09-02 10:59:48,230 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.routers 2018-09-02 10:59:48,231 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:48,538 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 704 X-Openstack-Request-Id: req-4cf98dd1-1e63-4385-b40b-5686b62d85d5 Date: Sun, 02 Sep 2018 10:59:48 GMT RESP BODY: {"routers": [{"status": "ACTIVE", "external_gateway_info": {"network_id": "b718548c-5bba-4aa1-a641-92a8eddc5687", "enable_snat": true, "external_fixed_ips": [{"subnet_id": "3d46351c-abcd-450d-9593-e27fb0b6c53a", "ip_address": "172.30.9.201"}]}, "availability_zone_hints": [], "availability_zones": ["nova"], "description": "", "tags": [], "tenant_id": "dc539b2cefbb4e6692796b0af08b14e8", "created_at": "2018-09-02T10:27:54Z", "admin_state_up": true, "updated_at": "2018-09-02T10:59:46Z", "flavor_id": null, "revision_number": 9, "routes": [], "project_id": "dc539b2cefbb4e6692796b0af08b14e8", "id": "a5983499-a4ac-4bf6-8392-46cad0acb129", "name": "juju_epc-router_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}]} 2018-09-02 10:59:48,539 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4cf98dd1-1e63-4385-b40b-5686b62d85d5 2018-09-02 10:59:48,539 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.routers in 0.308483123779s 2018-09-02 10:59:48,539 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/routers.json used request id req-4cf98dd1-1e63-4385-b40b-5686b62d85d5 2018-09-02 10:59:48,540 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.routers 2018-09-02 10:59:48,541 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:52,434 - keystoneauth.session - DEBUG - RESP: [204] X-Openstack-Request-Id: req-50e45c46-9e77-4662-826d-819bf530d85b Content-Length: 0 Date: Sun, 02 Sep 2018 10:59:52 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:59:52,434 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129.json used request id req-50e45c46-9e77-4662-826d-819bf530d85b 2018-09-02 10:59:52,434 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.routers in 3.89365792274s 2018-09-02 10:59:52,434 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/routers/a5983499-a4ac-4bf6-8392-46cad0acb129.json used request id req-50e45c46-9e77-4662-826d-819bf530d85b 2018-09-02 10:59:52,435 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.subnets 2018-09-02 10:59:52,435 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:52,483 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 679 X-Openstack-Request-Id: req-68676b35-001d-4ccb-8003-9c2536b7e0f5 Date: Sun, 02 Sep 2018 10:59:52 GMT RESP BODY: {"subnets":[{"service_types":[],"description":"","enable_dhcp":true,"tags":[],"network_id":"f697b9e6-514f-4b8a-95ff-bd13097fd7db","tenant_id":"dc539b2cefbb4e6692796b0af08b14e8","created_at":"2018-09-02T10:27:52Z","dns_nameservers":["8.8.8.8"],"updated_at":"2018-09-02T10:27:52Z","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":"dc539b2cefbb4e6692796b0af08b14e8","id":"1c9cab2f-ff50-49dc-9e85-c653af9704f0","subnetpool_id":null,"name":"juju_epc-subnet_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}]} 2018-09-02 10:59:52,483 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-68676b35-001d-4ccb-8003-9c2536b7e0f5 2018-09-02 10:59:52,483 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.subnets in 0.0482568740845s 2018-09-02 10:59:52,484 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/subnets.json used request id req-68676b35-001d-4ccb-8003-9c2536b7e0f5 2018-09-02 10:59:52,485 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.subnets 2018-09-02 10:59:52,485 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/subnets/1c9cab2f-ff50-49dc-9e85-c653af9704f0.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:54,971 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-825a80d4-0e8d-4297-9383-25957f89558b Date: Sun, 02 Sep 2018 10:59:54 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:59:54,971 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/1c9cab2f-ff50-49dc-9e85-c653af9704f0.json used request id req-825a80d4-0e8d-4297-9383-25957f89558b 2018-09-02 10:59:54,971 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.subnets in 2.48620510101s 2018-09-02 10:59:54,971 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/subnets/1c9cab2f-ff50-49dc-9e85-c653af9704f0.json used request id req-825a80d4-0e8d-4297-9383-25957f89558b 2018-09-02 10:59:54,972 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.GET.networks 2018-09-02 10:59:54,972 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:55,399 - keystoneauth.session - DEBUG - RESP: [200] Content-Type: application/json Content-Length: 1234 X-Openstack-Request-Id: req-a84d27cd-636b-472b-8168-b12ee822da5d Date: Sun, 02 Sep 2018 10:59:55 GMT RESP BODY: {"networks":[{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"b718548c-5bba-4aa1-a641-92a8eddc5687","router:external":true,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"a056d0aa556e4a86918873c940c9e44b","l2_adjacency":true,"status":"ACTIVE","subnets":["3d46351c-abcd-450d-9593-e27fb0b6c53a"],"description":"","tags":[],"updated_at":"2018-09-02T07:45:29Z","is_default":true,"qos_policy_id":null,"name":"external","admin_state_up":true,"tenant_id":"a056d0aa556e4a86918873c940c9e44b","created_at":"2018-09-02T07:22:27Z","mtu":1500},{"ipv6_address_scope":null,"revision_number":4,"port_security_enabled":true,"id":"f697b9e6-514f-4b8a-95ff-bd13097fd7db","router:external":false,"availability_zone_hints":[],"availability_zones":["nova"],"ipv4_address_scope":null,"shared":false,"project_id":"dc539b2cefbb4e6692796b0af08b14e8","l2_adjacency":true,"status":"ACTIVE","subnets":[],"description":"","tags":[],"updated_at":"2018-09-02T10:59:54Z","qos_policy_id":null,"name":"juju_epc-net_e19590ea-eebd-4a8f-8564-c1bb27487b3a","admin_state_up":true,"tenant_id":"dc539b2cefbb4e6692796b0af08b14e8","created_at":"2018-09-02T10:27:51Z","mtu":1450}]} 2018-09-02 10:59:55,399 - keystoneauth.session - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a84d27cd-636b-472b-8168-b12ee822da5d 2018-09-02 10:59:55,399 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.GET.networks in 0.42736697197s 2018-09-02 10:59:55,400 - shade.request_ids - DEBUG - GET call to network for http://172.30.9.25:9696/v2.0/networks.json used request id req-a84d27cd-636b-472b-8168-b12ee822da5d 2018-09-02 10:59:55,401 - shade.task_manager - DEBUG - Manager envvars:regionOne running task network.DELETE.networks 2018-09-02 10:59:55,401 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9696/v2.0/networks/f697b9e6-514f-4b8a-95ff-bd13097fd7db.json -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:56,623 - keystoneauth.session - DEBUG - RESP: [204] Content-Length: 0 X-Openstack-Request-Id: req-b9c3a312-1445-453c-a3a1-5244a93cb42d Date: Sun, 02 Sep 2018 10:59:56 GMT RESP BODY: Omitted, Content-Type is set to None. Only application/json responses have their bodies logged. 2018-09-02 10:59:56,623 - keystoneauth.session - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f697b9e6-514f-4b8a-95ff-bd13097fd7db.json used request id req-b9c3a312-1445-453c-a3a1-5244a93cb42d 2018-09-02 10:59:56,623 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task network.DELETE.networks in 1.22229599953s 2018-09-02 10:59:56,623 - shade.request_ids - DEBUG - DELETE call to network for http://172.30.9.25:9696/v2.0/networks/f697b9e6-514f-4b8a-95ff-bd13097fd7db.json used request id req-b9c3a312-1445-453c-a3a1-5244a93cb42d 2018-09-02 10:59:56,627 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.GET.images 2018-09-02 10:59:56,631 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:57,370 - keystoneauth.session - DEBUG - RESP: [200] Content-Length: 1394 Content-Type: application/json X-Openstack-Request-Id: req-3e2f511f-e48b-489d-94aa-592b5a574c71 Date: Sun, 02 Sep 2018 10:59:57 GMT RESP BODY: {"images": [{"container_format": "bare", "min_ram": 0, "updated_at": "2018-09-02T10:28:12Z", "file": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774/file", "owner": "dc539b2cefbb4e6692796b0af08b14e8", "id": "f39ef304-858b-4fb1-badb-effd52a9c774", "size": 296878080, "self": "/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774", "disk_format": "qcow2", "os_hash_algo": "sha512", "direct_url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap", "schema": "/v2/schemas/image", "status": "active", "tags": [], "owner_specified.shade.sha256": "c0d099383cd064390b568e20d1c39a9c68ba864764404b70f754a7b1b2f808f7", "locations": [{"url": "rbd://5e4b359c-e59f-47e0-ae4b-ccec201be5ee/images/f39ef304-858b-4fb1-badb-effd52a9c774/snap", "metadata": {}}], "visibility": "private", "owner_specified.shade.object": "images/juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "min_disk": 0, "virtual_size": null, "owner_specified.shade.md5": "735b7aed1ace8169dfe8028e333e637b", "name": "juju_epc-img_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "checksum": "735b7aed1ace8169dfe8028e333e637b", "created_at": "2018-09-02T10:28:07Z", "os_hidden": false, "protected": false, "os_hash_value": "ed8503e5498d3884ab2c57cd256ed87eefc7984fd36b89f7d25bdae9fc557ba4855ec32303a98f202d565f087904ee0cb0fbae2fd2d09081550e2772d17e41d7"}], "schema": "/v2/schemas/images", "first": "/v2/images"} 2018-09-02 10:59:57,370 - keystoneauth.session - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3e2f511f-e48b-489d-94aa-592b5a574c71 2018-09-02 10:59:57,370 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.GET.images in 0.742313861847s 2018-09-02 10:59:57,370 - shade.request_ids - DEBUG - GET call to image for http://172.30.9.25:9292/v2/images used request id req-3e2f511f-e48b-489d-94aa-592b5a574c71 2018-09-02 10:59:57,372 - shade.task_manager - DEBUG - Manager envvars:regionOne running task image.DELETE.images 2018-09-02 10:59:57,376 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:9292/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}ef493bcf193c036ab9216ff415b53ba2668b8669" 2018-09-02 10:59:58,884 - keystoneauth.session - DEBUG - RESP: [204] Content-Type: text/html; charset=UTF-8 Content-Length: 0 X-Openstack-Request-Id: req-c755a0f9-0cbe-4551-b66e-704cd03ef545 Date: Sun, 02 Sep 2018 10:59: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 10:59:58,884 - keystoneauth.session - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774 used request id req-c755a0f9-0cbe-4551-b66e-704cd03ef545 2018-09-02 10:59:58,884 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task image.DELETE.images in 1.51190686226s 2018-09-02 10:59:58,884 - shade.request_ids - DEBUG - DELETE call to image for http://172.30.9.25:9292/v2/images/f39ef304-858b-4fb1-badb-effd52a9c774 used request id req-c755a0f9-0cbe-4551-b66e-704cd03ef545 2018-09-02 10:59:58,885 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.GET.flavors.detail 2018-09-02 10:59:58,887 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET "http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:59:58,906 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:59: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-f2eee485-e6a1-49eb-b442-e65bd9cfae53 x-compute-request-id: req-f2eee485-e6a1-49eb-b442-e65bd9cfae53 Content-Encoding: gzip Content-Length: 309 Content-Type: application/json RESP BODY: {"flavors": [{"name": "juju_epc-flavor_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": [{"href": "http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a", "rel": "self"}, {"href": "http://172.30.9.25:8774/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a", "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": "58214126-85a7-4f9d-a6e5-a866a59c5c3a"}]} 2018-09-02 10:59:58,906 - keystoneauth.session - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f2eee485-e6a1-49eb-b442-e65bd9cfae53 2018-09-02 10:59:58,906 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.GET.flavors.detail in 0.0214757919312s 2018-09-02 10:59:58,906 - shade.request_ids - DEBUG - GET call to compute for http://172.30.9.25:8774/v2.1/flavors/detail?is_public=None used request id req-f2eee485-e6a1-49eb-b442-e65bd9cfae53 2018-09-02 10:59:58,908 - shade.task_manager - DEBUG - Manager envvars:regionOne running task compute.DELETE.flavors 2018-09-02 10:59:58,909 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:59:58,947 - keystoneauth.session - DEBUG - RESP: [202] Date: Sun, 02 Sep 2018 10:59: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-7e62979c-781b-4065-acce-859ee7595b00 x-compute-request-id: req-7e62979c-781b-4065-acce-859ee7595b00 Content-Length: 0 Content-Type: application/json 2018-09-02 10:59:58,947 - keystoneauth.session - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a used request id req-7e62979c-781b-4065-acce-859ee7595b00 2018-09-02 10:59:58,947 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task compute.DELETE.flavors in 0.0397658348083s 2018-09-02 10:59:58,948 - shade.request_ids - DEBUG - DELETE call to compute for http://172.30.9.25:8774/v2.1/flavors/58214126-85a7-4f9d-a6e5-a866a59c5c3a used request id req-7e62979c-781b-4065-acce-859ee7595b00 2018-09-02 10:59:58,948 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 10:59:58,950 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:59:59,155 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:59:58 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-823531a5-66c3-4949-9073-891cba5906e5 Content-Encoding: gzip Content-Length: 1212 Content-Type: application/json RESP BODY: {"users": [{"name": "heat", "links": {"self": "http://172.30.9.25:5000/v3/users/05fc35480f7e40d48b6e9058aead8d8b"}, "domain_id": "default", "enabled": true, "options": {}, "id": "05fc35480f7e40d48b6e9058aead8d8b", "email": "heat@localhost", "password_expires_at": null}, {"name": "api_check-user_406f33a4-b13e-49c4-91c3-efc5cbe41ea8", "links": {"self": "http://172.30.9.25:5000/v3/users/0d69a752d8ce4ea08cbc8f4c7b202bbf"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "0d69a752d8ce4ea08cbc8f4c7b202bbf", "domain_id": "default", "password_expires_at": null}, {"name": "cinder", "links": {"self": "http://172.30.9.25:5000/v3/users/0dc19c52358141dfa2f57a069c49081a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "0dc19c52358141dfa2f57a069c49081a", "email": "cinder@localhost", "password_expires_at": null}, {"name": "swift", "links": {"self": "http://172.30.9.25:5000/v3/users/1e2c17e1fc954172a134d784468d5bf2"}, "domain_id": "default", "enabled": true, "options": {}, "id": "1e2c17e1fc954172a134d784468d5bf2", "email": "swift@localhost", "password_expires_at": null}, {"name": "networking-bgpvpn-user_e235d151-9ae5-4165-8f47-3c73e10ec994", "links": {"self": "http://172.30.9.25:5000/v3/users/2d189da1bf144f0ba8188a457717709c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "2d189da1bf144f0ba8188a457717709c", "domain_id": "default", "password_expires_at": null}, {"name": "juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": {"self": "http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "37a5848ab8944a5c8e45b03ddf54aff4", "domain_id": "default", "password_expires_at": null}, {"name": "gnocchi", "links": {"self": "http://172.30.9.25:5000/v3/users/3d9878697e0b4cfa944c565976fe6e53"}, "domain_id": "default", "enabled": true, "options": {}, "id": "3d9878697e0b4cfa944c565976fe6e53", "email": "gnocchi@localhost", "password_expires_at": null}, {"name": "ceilometer", "links": {"self": "http://172.30.9.25:5000/v3/users/5355c3a6ba364a05be4d3985d9b0272e"}, "domain_id": "default", "enabled": true, "options": {}, "id": "5355c3a6ba364a05be4d3985d9b0272e", "email": "ceilometer@localhost", "password_expires_at": null}, {"name": "admin", "links": {"self": "http://172.30.9.25:5000/v3/users/73555bf6825f4efebb70f41e3c2affd5"}, "domain_id": "default", "enabled": true, "options": {}, "id": "73555bf6825f4efebb70f41e3c2affd5", "email": "admin@example.com", "password_expires_at": null}, {"name": "panko", "links": {"self": "http://172.30.9.25:5000/v3/users/8b547231a6e146eda0774785ceaed9f0"}, "domain_id": "default", "enabled": true, "options": {}, "id": "8b547231a6e146eda0774785ceaed9f0", "email": "panko@localhost", "password_expires_at": null}, {"name": "barbican-user_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7", "links": {"self": "http://172.30.9.25:5000/v3/users/8f7229b4d1a1430fada3d9c553d7794c"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "8f7229b4d1a1430fada3d9c553d7794c", "domain_id": "default", "password_expires_at": null}, {"name": "placement", "links": {"self": "http://172.30.9.25:5000/v3/users/aec81705998a421b8ddb3f598087f07a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "aec81705998a421b8ddb3f598087f07a", "email": "placement@localhost", "password_expires_at": null}, {"name": "nova", "links": {"self": "http://172.30.9.25:5000/v3/users/b1cd361f7f82435c93d40363549ce6f8"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b1cd361f7f82435c93d40363549ce6f8", "email": "nova@localhost", "password_expires_at": null}, {"name": "glance", "links": {"self": "http://172.30.9.25:5000/v3/users/b7addebc45254c688ce1bb0e38694a8a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "b7addebc45254c688ce1bb0e38694a8a", "email": "glance@localhost", "password_expires_at": null}, {"name": "heat-cfn", "links": {"self": "http://172.30.9.25:5000/v3/users/ba37591389c34ebca69f13a73f5c8f28"}, "domain_id": "default", "enabled": true, "options": {}, "id": "ba37591389c34ebca69f13a73f5c8f28", "email": "heat-cfn@localhost", "password_expires_at": null}, {"name": "heat_stack_domain_admin", "links": {"self": "http://172.30.9.25:5000/v3/users/bad3945149994eeda2b72f46af6ad6d4"}, "domain_id": "adedfb329ccc43e1b3cafcae1e1631ac", "enabled": true, "options": {}, "id": "bad3945149994eeda2b72f46af6ad6d4", "email": "heat_stack_domain_admin@localhost", "password_expires_at": null}, {"name": "snaps_smoke-user_145e5ffc-ba5d-4aee-955c-809647d62475", "links": {"self": "http://172.30.9.25:5000/v3/users/c0acb95971d1421fa87714fd850b8992"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "c0acb95971d1421fa87714fd850b8992", "domain_id": "default", "password_expires_at": null}, {"name": "networking-sfc-user_92ed9a24-5a39-49ac-941b-f81b3675f494", "links": {"self": "http://172.30.9.25:5000/v3/users/d91bcbaea80f4cca9e779a27614a59f2"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "d91bcbaea80f4cca9e779a27614a59f2", "domain_id": "default", "password_expires_at": null}, {"name": "snaps_health_check-user_e273f1d8-ea90-4fb7-a387-c910b8c26e3a", "links": {"self": "http://172.30.9.25:5000/v3/users/ecc567b795b14830a05199240c0473eb"}, "description": null, "enabled": true, "email": null, "options": {}, "id": "ecc567b795b14830a05199240c0473eb", "domain_id": "default", "password_expires_at": null}, {"name": "neutron", "links": {"self": "http://172.30.9.25:5000/v3/users/f10ef51545ec4f8c98382ec52fc98f54"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f10ef51545ec4f8c98382ec52fc98f54", "email": "neutron@localhost", "password_expires_at": null}, {"name": "aodh", "links": {"self": "http://172.30.9.25:5000/v3/users/f571e256591141e8be393303427d2c1a"}, "domain_id": "default", "enabled": true, "options": {}, "id": "f571e256591141e8be393303427d2c1a", "email": "aodh@localhost", "password_expires_at": null}], "links": {"self": "http://172.30.9.25:5000/v3/users", "previous": null, "next": null}} 2018-09-02 10:59:59,155 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-823531a5-66c3-4949-9073-891cba5906e5 2018-09-02 10:59:59,156 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.20756983757s 2018-09-02 10:59:59,156 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users used request id req-823531a5-66c3-4949-9073-891cba5906e5 2018-09-02 10:59:59,164 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.users 2018-09-02 10:59:59,167 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:59:59,365 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:59:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-f83622ab-c169-4925-82a7-d5b531c24ec7 Content-Encoding: gzip Content-Length: 225 Content-Type: application/json RESP BODY: {"user": {"name": "juju_epc-user_e19590ea-eebd-4a8f-8564-c1bb27487b3a", "links": {"self": "http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4"}, "domain_id": "default", "enabled": true, "email": null, "password_expires_at": null, "options": {}, "id": "37a5848ab8944a5c8e45b03ddf54aff4", "description": null}} 2018-09-02 10:59:59,365 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4 used request id req-f83622ab-c169-4925-82a7-d5b531c24ec7 2018-09-02 10:59:59,365 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.users in 0.201125144958s 2018-09-02 10:59:59,365 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4 used request id req-f83622ab-c169-4925-82a7-d5b531c24ec7 2018-09-02 10:59:59,366 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.users 2018-09-02 10:59:59,370 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:59:59,672 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:59:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-dd346ec6-c043-4550-8603-2f5176b27dfe 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 10:59:59,672 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4 used request id req-dd346ec6-c043-4550-8603-2f5176b27dfe 2018-09-02 10:59:59,672 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.users in 0.305858850479s 2018-09-02 10:59:59,672 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/users/37a5848ab8944a5c8e45b03ddf54aff4 used request id req-dd346ec6-c043-4550-8603-2f5176b27dfe 2018-09-02 10:59:59,678 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.GET.projects 2018-09-02 10:59:59,682 - keystoneauth.session - DEBUG - REQ: curl -g -i -X GET http://172.30.9.25: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}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 10:59:59,886 - keystoneauth.session - DEBUG - RESP: [200] Date: Sun, 02 Sep 2018 10:59:59 GMT Server: Apache Vary: X-Auth-Token,Accept-Encoding x-openstack-request-id: req-a3827883-ff76-4a7f-b0b4-200a5767249d Content-Encoding: gzip Content-Length: 786 Content-Type: application/json RESP BODY: {"links": {"self": "http://172.30.9.25:5000/v3/projects", "previous": null, "next": null}, "projects": [{"is_domain": false, "description": "Created by OPNFV Functest: networking-bgpvpn", "links": {"self": "http://172.30.9.25:5000/v3/projects/1dbd3d109ce545a2957aa8808e806efa"}, "tags": [], "enabled": true, "id": "1dbd3d109ce545a2957aa8808e806efa", "parent_id": "default", "domain_id": "default", "name": "networking-bgpvpn-project_e235d151-9ae5-4165-8f47-3c73e10ec994"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_smoke", "links": {"self": "http://172.30.9.25:5000/v3/projects/247488c12c0c415abb32d00b63509419"}, "tags": [], "enabled": true, "id": "247488c12c0c415abb32d00b63509419", "parent_id": "default", "domain_id": "default", "name": "snaps_smoke-project_145e5ffc-ba5d-4aee-955c-809647d62475"}, {"is_domain": false, "description": "Created by OPNFV Functest: networking-sfc", "links": {"self": "http://172.30.9.25:5000/v3/projects/2f6141ee1bcb40b596cbd3a3bee4aa83"}, "tags": [], "enabled": true, "id": "2f6141ee1bcb40b596cbd3a3bee4aa83", "parent_id": "default", "domain_id": "default", "name": "networking-sfc-project_92ed9a24-5a39-49ac-941b-f81b3675f494"}, {"is_domain": false, "description": "admin tenant", "links": {"self": "http://172.30.9.25:5000/v3/projects/4b06fee7bf104ba386aa2f904001aa35"}, "tags": [], "enabled": true, "id": "4b06fee7bf104ba386aa2f904001aa35", "parent_id": "default", "domain_id": "default", "name": "admin"}, {"is_domain": false, "description": "Created by OPNFV Functest: barbican", "links": {"self": "http://172.30.9.25:5000/v3/projects/7620e2487a484281a5cf337ae3d7eec1"}, "tags": [], "enabled": true, "id": "7620e2487a484281a5cf337ae3d7eec1", "parent_id": "default", "domain_id": "default", "name": "barbican-project_f9771e2e-9b0a-463d-9b0e-0af8dbdeebc7"}, {"is_domain": false, "description": "Created by OPNFV Functest: snaps_health_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/87ec9f7f4afd4127a48ba1d5958af5d0"}, "tags": [], "enabled": true, "id": "87ec9f7f4afd4127a48ba1d5958af5d0", "parent_id": "default", "domain_id": "default", "name": "snaps_health_check-project_e273f1d8-ea90-4fb7-a387-c910b8c26e3a"}, {"is_domain": false, "description": "Tenant for the openstack services", "links": {"self": "http://172.30.9.25:5000/v3/projects/a056d0aa556e4a86918873c940c9e44b"}, "tags": [], "enabled": true, "id": "a056d0aa556e4a86918873c940c9e44b", "parent_id": "default", "domain_id": "default", "name": "service"}, {"is_domain": false, "description": "Created by OPNFV Functest: api_check", "links": {"self": "http://172.30.9.25:5000/v3/projects/a4431a55e4d149d5ae4bbf0aa6c5974b"}, "tags": [], "enabled": true, "id": "a4431a55e4d149d5ae4bbf0aa6c5974b", "parent_id": "default", "domain_id": "default", "name": "api_check-project_406f33a4-b13e-49c4-91c3-efc5cbe41ea8"}, {"is_domain": false, "description": "Created by OPNFV Functest: juju_epc", "links": {"self": "http://172.30.9.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8"}, "tags": [], "enabled": true, "id": "dc539b2cefbb4e6692796b0af08b14e8", "parent_id": "default", "domain_id": "default", "name": "juju_epc-project_e19590ea-eebd-4a8f-8564-c1bb27487b3a"}]} 2018-09-02 10:59:59,886 - keystoneauth.session - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a3827883-ff76-4a7f-b0b4-200a5767249d 2018-09-02 10:59:59,886 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.GET.projects in 0.207539796829s 2018-09-02 10:59:59,887 - shade.request_ids - DEBUG - GET call to identity for http://172.30.9.25:5000/v3/projects used request id req-a3827883-ff76-4a7f-b0b4-200a5767249d 2018-09-02 10:59:59,892 - shade.task_manager - DEBUG - Manager envvars:regionOne running task identity.DELETE.projects 2018-09-02 10:59:59,897 - keystoneauth.session - DEBUG - REQ: curl -g -i -X DELETE http://172.30.9.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8 -H "User-Agent: os-client-config/1.29.0 shade/1.27.1 keystoneauth1/3.4.0 python-requests/2.18.4 CPython/2.7.15" -H "X-Auth-Token: {SHA1}e443a98b4af172fad2f0eec0a9472da09f2a24c7" 2018-09-02 11:00:00,183 - keystoneauth.session - DEBUG - RESP: [204] Date: Sun, 02 Sep 2018 10:59:59 GMT Server: Apache Vary: X-Auth-Token x-openstack-request-id: req-1ea54472-1538-4b39-984b-d5a73584201c 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 11:00:00,183 - keystoneauth.session - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8 used request id req-1ea54472-1538-4b39-984b-d5a73584201c 2018-09-02 11:00:00,183 - shade.task_manager - DEBUG - Manager envvars:regionOne ran task identity.DELETE.projects in 0.290486097336s 2018-09-02 11:00:00,183 - shade.request_ids - DEBUG - DELETE call to identity for http://172.30.9.25:5000/v3/projects/dc539b2cefbb4e6692796b0af08b14e8 used request id req-1ea54472-1538-4b39-984b-d5a73584201c 2018-09-02 11:00:00,184 - xtesting.ci.run_tests - INFO - Xtesting report: +----------------------+------------------+--------------+------------------+----------------+ | TEST CASE | PROJECT | TIER | DURATION | RESULT | +----------------------+------------------+--------------+------------------+----------------+ | cloudify | functest | vnf | 04:51 | PASS | | cloudify_ims | functest | vnf | 23:29 | PASS | | heat_ims | functest | vnf | 17:55 | PASS | | vyos_vrouter | functest | vnf | 15:57 | PASS | | juju_epc | functest | vnf | 31:03 | PASS | +----------------------+------------------+--------------+------------------+----------------+ 2018-09-02 11:00:00,190 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_OK 2018-09-02 11:00:00,223 - paramiko.transport - DEBUG - EOF in transport thread 2018-09-02 11:00:00,323 - paramiko.transport - DEBUG - EOF in transport thread